/* 	.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { */
/* 	    padding-top: 3px !important; */
/* } */
.select2-search-choice{
	border-radius:3px;
}
.select2-search-choice:hover{
	background: none repeat scroll 0 0 #999999 !important;
}
.select2-search input {
	color: #333;
}
.modal-header{
	border-bottom-color: #CCCCCC !important;
}
.modal-footer{
	border-top-color: #CCCCCC !important;
	color:#CCCCCC !important;
}
.selected-category{
	border: 0px solid #BB4040;
	box-shadow: 0 0 1px 2px #bb1111  inset;
	color: #ee3333 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
		    background: rgba(0,0,0,0.4);
	}
/* .radio + .radio, .checkbox + .checkbox { */
/* 	margin-top:1px !important; */
/* } */
.plupload_header_content {
	background: url("/static/templates/css/images/camera-icon.png") no-repeat scroll 5px center / 45px auto rgba(0, 0, 0, 0) !important;
}

h4{
/* 	text-shadow: 0 1px 1px #000000 !important; */
	margin-bottom: 0px !important;
	font-size: 17px !important;
	border-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.panel-heading {
	padding: 4px 15px !important;
	background: url("/static/templates/css/texture1.jpg") repeat scroll 0px center / 890px 200px rgba(0, 0, 0, 0) !important;
}
.panel {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
.input-group-addon {
    background: none repeat scroll 0 0 #901515 !important;
}
span.red{
	color: #E41213;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}
span.white{
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}
div.checker, div.radio {
	margin-left: 0px !important;
}
body .popover:nth-child(n+2){
	padding:0px !important;
	border:0px !important;
	max-width: 350px !important;
}
.text-info {
    color: white !important;
}
.close {
	opacity:0.5 !important;
	line-height: 0.9 !important;
}
.close:hover {
	opacity:0.8 !important;
}
.popover-title{
	padding: 5px 14px !important;
	background: url("/static/templates/css/images/metal-backgroundjpg_sm.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.popover-title1{
	background-color: none repeat scroll 0 0 #222222;
	background: url("/static/templates/css/images/metal-backgroundjpg_sm.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 1px 2px 1px #808080;
    color: #fff;
    padding: 4px 2px 2px 8px;
    text-shadow: 0 1px 1px #111111;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(174,188,191,1) 0%,rgba(0,0,0,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
	/*background: -moz-linear-gradient(center top , #AEBCBF 0%, #000000 50%, #0A0E0A 51%, rgba(21, 22, 30, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background: #222222;
	font-size:1.1em;
}
.popover-content{
	padding:0px !important;
	
}
.popover{
	padding:0px !important;
}
.img-hilite{
	border: 1px dotted black !important
}
.plupload_droptext{
	color:black !important;
}
.plupload_header{
    box-shadow: 0 2px 6px -2px darkgrey inset;	
}
.plupload_filelist li{
	padding: 5px 8px !important;
}
.btn-primary{
	background: none repeat scroll 0 0 #302d31 !important;
	transition: all 0.3s ease 0s !important;
	font-size: 13px !important;
	font-weight: bold !important;
	border: 1px solid #201e1f !important;
	padding: 7px 25px !important;
}
.btn-primary:hover{
	background: none repeat scroll 0 0 #cd1d1f !important;
    border-color: #cd1d1f !important;
}
.statusbar {
	left:0px;
}
.category{
	margin:auto;
	text-align:center;
	font-size: 0.85em;
}
.categories{
	color: #3a3a3a;
}
.categories:hover {
    color: #777;
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  margin-left:5px;

}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}
.nav-tabs {
    background: #FFFFFFbb;
}
ul.nav a{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
	color: #fff !important;
	background: #6661;
}
ul.nav span{
	margin-right: 3px;
}
.popover-content{
max-height: 500px;
overflow:hidden;
}
/* .tab-content div{ */
/* 		margin-top:10px; */
/* 	} */
	.stats dd{
		width:300px;
		float:left;
	}
	.stats dt{
		width:300px;
		float:left;
	}
	.stats{
		width:800px;
	}
/* 	.tab-content div { */
/* 		margin-top:0px !important; */
/* 	} */
/* 	.tab-content > div { */
/* 		margin-top:10px !important; */
/* 	} */
.control-label{
	text-align: right;
	padding-top: 10px !important;
}

@media screen and (max-width: 500px) {
	#fb-root {
	    display: none !important;
	}
}