.bootstrap-select .filter-option{
	color:black;
}
.bootstrap-select .tooltip{
	display:none!important;
}

form .text-danger{
	display: block;
}
.text-bold{
	font-weight:bold;
}
.big{
	font-size: 150%;
}

td.row-actions,
th.row-actions{
	text-align:right;
}
td.row-actions form,
td.row-actions a,
td.row_actions button,
td.row_actions input[type=submit]{
	display: inline-block;
}

.form-group label.control-label.label{
	color:white;
}


.fa{
	margin-right: 3px;
}

.card table tr td img{ display:inline-block;height:20px; width:auto}

.form-group .help-block {
	min-width: 98%;
	display:block;
	line-height: 12pt;
	position:relative;
	top: 5px;
}


.form-group input[type="file"] {
	position:relative; 
	opacity: 1;
	width: 100%;
	z-index: 100;
}
.togglebutton.checked label{
	color: black;
}

.td-actions{
	white-space: nowrap;
}
.td-actions .btn,
.td-actions form{
	display: inline-block;
}

.card-error{
	border: 2px dotted red;
}
.card-error .card-title{
	color:red;
	font-weight:bold;
}

.card-action-bottom{
	position:relative;
	right: -25px;
	bottom: -25px;
}
.card-action-top{
	position:absolute;
	right: -25px;
	top: -25px;
	z-index: 9999;
}
div.card-title div{
	position: relative;
	top: -25px;
	left: 75px;
}
div.card-title{
	padding-bottom: 0!important;
}
div.card-title .card-title{
	margin-top: -15px;
}


/* Support Forms with buttons in them, in button groups */
.btn-group > form,
.btn-group-vertical > form {
	position: relative;
	float: left;
}
.btn-group .btn:hover,
.btn-group-vertical .btn:hover,
.btn-group .btn:focus,
.btn-group-vertical .btn:focus,
.btn-group .btn:active,
.btn-group-vertical .btn:active,
.btn-group .btn.active {
	z-index: 20;
}
.btn-group form .btn,
.btn-group form{
	display:inline-block;
	float: none;
	width: 100%;
	max-width: 100%;
	position:relative;
}
.btn-group form{
	position:relative;
	margin: 0!important;
}
.btn-group :not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group.patrondb-toolbar :first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}
.btn-group :last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
}
.btn-group form:last-child:not(:first-child) {
	position:relative;
	left: -4px
}

.btn-group.patrondb-toolbar form,
.btn-group.patrondb-toolbar form btn{
	width: 55px;
}

i.cssbis{
	position: relative;
	top: 4px;
	margin: 0 3px;
}
.btn-group.patrondb-toolbar form i.fa{
	padding-bottom:2px;
}
.btn-group form:last-child:not(:first-child) i.material-icons{
	padding-top: 1px;
}








/* PatronDB Specific */

.organization-picker{
	min-height:100px;
	border: 1px solid #dfdfdf;
}
.organization-picker span,
.organization-picker img{
	height:90px;
	width: auto;
	margin: 10px auto;
	display:block;
}
.organization-picker span{
	text-align:center;
	font-size: 24px;
	padding-top: 40px;
}


.photowrapper{
	margin: 10px auto;
	position: relative;
	width: 200px;
	min-height: 200px;
	overflow: hidden;
}
.photowrapper img{
	z-index: 1;
	position: relative;
}
.photowrapper .phototools{
	width: 200px;
	height: 200px;
	text-align:center;
	background: rgba(0, 0, 0, 0.5);
	margin-top: -20px;
	z-index: 10;
	position: absolute;
	bottom: 0;
}
.photowrapper .btn-success{
	top: 70px;
}
.photowrapper .btn-primary{
	top: 12px;
}
.photowrapper .phototools .btn{
	display: inline-block;
	width: 180px;
	font-size: .9em;
}


.social-icon{ font-size: 32px; margin: 0px 10px}

dl.dl-horizontal>dt,
dl.dl-horizontal>dd{
	margin-bottom: 5px;
}

dl.dl-horizontal>dd dt,
dl.dl.horizontal>dd dd{
	margin-bottom: 3px;
}
.patrondb-paginator{
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 0;
	position: relative;
	top: 10px;
}
.patrondb-paginator>ul{
	padding: 2px;
	margin: 0;
}
.patrondb-paginator>div{
	position: absolute;
	bottom: -10px;
	width: 100%;
	text-align:center;
	overflow:hidden;
}



.patrondb-filter .form-group{
	margin: 0!important;
}
.patrondb-filter>b{
	display:block;
	margin: 20px 0 10px 0;
}
.patrondb-filter{
	padding: 10px 0 38px 0;
}
.patrondb-filter:nth-child(even){
	background-color: #fcfcfc;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: -18px;
	padding: 10px 15px 20px 15px;
}




.table-responsive{
	margin-top: 20px;
}

.currency{
	text-align:right;
}
td.currency{
	font-family: Consolas,monaco,monospace;
}


.navbar-brand img{
	height: 64px;
	display:inline;
}

#processing-modal{
	background: rgba(0, 0, 0, 0.8);
}
#processing-modal .modal-dialog{
	text-align:center;
	border-radius: 5px;
	background: white;
	padding: 20px;
}


/* Text Classes, used on leaderboard */
.resolved-case{
    color: #e67e22;
}
.text-hero{
	color: #0068D0!important;
}
.happy-case {
	color: #22e67e!important;
}
a.happy-case{
	text-shadow: 1px 1px 1px rgba(141, 169, 141, 0.5);
}

.btn-happy-case{
	background-color: #22e67e!important;
	color: #111!important;
	-webkit-box-shadow: 10px 10px 16px -14px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 16px -14px rgba(0,0,0,1);
	box-shadow: 10px 10px 16px -14px rgba(0,0,0,1);
	text-shadow: 1px 1px 1px rgba(141, 169, 141, 0.97);
	display:block;
}



.bg-info{
	background-color: #d9edf7 !important;
}
