.help-block{
	font-size: 0.93em;
	margin-left: 2px;
}
input.invalid{
	border: 1px solid #DE1821;
}
table .input-group-addon{
	width:40px;
}
.main-header .logo-lg{
	padding-top:8px;
	line-height: 17px;
}
.main-header .logo-lg .logo-site{
	font-size: 15px;
}
.button-row{
	margin-top: 10px;
}
.floatin-button-row{
	position:fixed;
	right:0px;
	top:50px;
	background-color: #222d32;
	z-index: 100;
	border-radius: 0px 0px 0px 5px;
	padding:10px;
	opacity: 0.8;
	margin-top: 0px;
}
ul.floating-menu{
	width:200px;
	position:fixed;
	right:0px;
	top:50px;
	background-color: #222d32;
	z-index: 100;
	border-radius: 0px 0px 0px 5px;
	padding:10px;
	opacity: 0.8;
	margin-top: 0px;
	list-style: none;
	display: none;
}
ol.breadcrumb li.summenu:before {
	padding: 0 2px;
	color: #ccc;
	content: '';
}
ul.floating-menu a{
	color:#fff;
}
ul.floating-menu a:hover{
	color:#f39c12;
}

.sidebar-menu .treeview-menu > li > a.active{
	color:#fff;
}
.box-body .form-group, .box-body table{
	background: #fcffff;
	border: 1px solid #eaeaea;
	padding: 11px;
}
.box-body table{
	width: 100%;
}

.go-top{
	cursor: pointer;
	color:#d2d6de;
}
.go-top:hover{
	color:#333;
}

.nav-tabs-custom{
	background:none;
	margin-top:-3px;
}
.nav-tabs-custom > .nav-tabs > li:first-child{
	border-radius: 3px 0px;
}
.nav-tabs-custom > .nav-tabs > li.active > a{
	border-right-color: #d2d6de;
	border-left-color: #d2d6de;
}
.nav-tabs-custom > .nav-tabs {
	border-bottom-color: #d2d6de;
}
.input-group-addon{
	background-color: #eee !important;
}
.list-edit{
	cursor: pointer;
	position:relative;
	padding-right: 15px !important;
}
.list-edit .edit-icon{
	display: none;
	position: absolute;
	top:11px;
	right:5px;
	opacity: 0.2;
	font-size:2em;
}
.tab-counter{
	margin-left:30px;
}
div.input-group .form-control:focus{
	border-left-color:#fff;
	border-left-style: hidden;
}
.entity-info{
}
.entity-info td:first-child{
	background: #d2d6de;
	font-weight: 600;
	width:15%;
}
.entity-info td:first-child label{
	background: #d2d6de;
	font-weight: 600;
}
.entity-info .checkbox, .entity-info .radio {
	display: inline;
}
.entity-info .checkbox:first-child label, .entity-info .radio:first-child label{
	padding-left:0;
}

#icon-preview i.fa-circle{
	color:#ccc;
}
#icon-preview i.fa-stack-2x{ font-size:3em;}
#icon-preview span.fa-stack{ line-height:3em;height:3em;width:3em;}
#icon-preview span.fa-lg{ font-size:2.333em;}

.slideshow-content{
	margin-bottom: 10px !important;
}

/*JWPlayer*/
.jw-skin-seven .jw-display-icon-container {
	border: none !important;
}
/*DataTables*/
div.dataTables_filter{
	float:right;
}
div.dataTables_length{
	float:right;
	margin-right:10px;
}
div.dataTables_toolbar{
	float:right;
}
#table-list_filter input{
	margin-left:0;
}
#table-list th{
	white-space: nowrap;
}
#table-list tfoot th{
	border: none;
	background: #ffffff;
	border-top: dashed 1px #D9D9D9;
}
#table-list tfoot th.bulkedit{
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, rgba(243, 156, 18, 0.21) 51%, rgba(243, 156, 18, 0.21) 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,rgba(243, 156, 18, 0.21) 51%,rgba(243, 156, 18, 0.21) 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,rgba(243, 156, 18, 0.21) 51%,rgba(243, 156, 18, 0.21) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(243, 156, 18, 0.21)',GradientType=0 );	
}
#table-list tfoot th button.multiselect, #table-list tfoot th button.select_bulkedit{
	margin-top: 13px;
}
#table-list tfoot th .form-control {
	width:100%;
	height:24px;
	font-size:12px;
	padding: 2px 6px;
	font-weight: normal;
}
#table-list tfoot th .filter_date_range {
	display: inline-block;
	width:210px;
}
#table-list tfoot th .date_range_filter {
	width:70px;
}
#table-list tfoot th .input-group-addon {
	padding: 0 6px;
}
/*tag-it*/
ul.tagit{
	background-color: #fff;
}
ul.tagit.ui-widget{
	font-size:1em;
}
ul.tagit li.tagit-choice {
	background: rgba(60, 141, 188, 0.3);
	border: 1px dashed rgb(60, 141, 188);
	border-radius: 6px;
	font-weight: normal;
	margin-top: 0.3em;
}
ul.tagit li.tagit-choice:hover {
	background: rgba(60, 141, 188, 0.5);
}
ul.tagit li.tagit-choice.remove {
	border: 1px dashed #f39c12;
	background: rgba(60, 141, 188, 0.3);
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #333;
}
ul.tagit li.tagit-choice-editable {
    padding: 0 18px 0 0.5em;
}
ul.tagit.ui-widget {
    font-size: 0.9em;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    color: rgb(60, 141, 188);
    font-weight: bold;
    display: inline;
    font-family: arial,sans-serif;
    font-size: 0.9em;
}
/*iCheck*/
.icheckbox_minimal-blue,
.iradio_minimal-blue {
	background: url(/img/admin/blue.png) no-repeat;
}
.iradio_minimal-blue {
	background-position: -100px 0;
}
.icheckbox_minimal-blue{
	margin-right:10px;
}
.checkbox label{
	padding-left:0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min-device-pixel-ratio: 1.5) {
	.icheckbox_minimal-blue,
	.iradio_minimal-blue {
		background-image: url(/img/admin/blue@2x.png);
	}
}

/*selectpicker*/
.selectpicker-add-new{
	background:#eee;
	border-top: dashed 1px #aaa;
}
.bootstrap-select .dropdown-menu.open{
	border: solid 1px #bdbdbd;
}
.colorpicker{
	z-index:90;
}
/*tooltip*/
div.tooltip-inner {
	max-width: 400px;
}
i[data-toggle="tooltip"]{
	cursor: help;
}
/*multiselect*/
.multiselect-container{
	border:solid 1px #aaa;
}
.dropdown-menu{
	font-size:12px;
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio{
	padding: 0px 20px 0px 27px;
}
h5{
	font-size:15px;
}