/* Custom CSS */
a:hover, a:active, a:focus{
	color: #034e8e;
}
.container-blank{
	background: #FFF;
	padding: 15px;
	margin: 0 15px;
}
.alert-top{
	border-radius: 0;
}
#file-manager{
	border: 0;
	width: 100%;
	min-height: 500px;
	background: #FFF;
}

.sidebar-menu>li.header {
	color: #f4f4f4 !important;
	background: #3c8dbc !important;
	font-weight: bold;
	font-size: 1.2em;
}
.sidebar-menu hr{
	border-top: 1px solid rgb(236,240,245,.1);
	margin-top: 4px;
	margin-bottom: 4px;
}
.sidebar-menu>li>.treeview-menu{
	padding: 5px 0 5px 10px !important;
}
.sidebar-menu .treeview-menu>li>a{
	overflow: hidden;
	text-overflow: ellipsis;
}
.info-box-icon{
	background: #EEE;
	overflow: hidden;
}
.info-box-text{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
.info-box-number{
	font-weight: normal;
	font-size: 13px;
	line-height: 1.2em;
}
.app-icon{
	height: 1.5em;
	margin-right: 10px;
	display: inline;
}
.menu-icon{
	height: 1.5em;
	margin-right: 1em;
	display: inline;
}

.content-body .content-info h4{
	overflow: hidden;
	text-overflow: ellipsis;
}

.status-led,
.inactive-status-led{
	height: 20px;
	width:  20px;
	display: inline-block;
	cursor: pointer;
}
.inactive-status-led{
	cursor: initial;
}
.featured-led{
	cursor: pointer;	
}
.item-status,.item-featured{
	display: none;
}
.box-body hr{
	margin: 5px 0;
	border-top: 1px solid #f3f3f3;
}
.box-footer .breadcrumb{
	margin-bottom: 0;
	font-size: .9em;
}
.item-color{
	display: inline-block;
	height: 20px;
	width: 20px;
	/*border-radius: 10px;*/
	vertical-align: middle;
}

#search-results h3.box-title{
	
}
.result-image{
	display: inline-block;
	max-height: 24px;
	margin-right: 8px;
	margin-top: -5px;
}
#search-results .error-page>.error-content{
	margin-left: 140px;
}

.table-align-middle td{
	vertical-align: middle!important;
}

/* Viewers */
#pdf-viewer{
	width: 100%;
	height:  calc(100vh - 220px);
}
#office-viewer{
	width: 100%;
	height:  calc(100vh - 220px);
}
#media-viewer{
	max-width: 100%;
}

/* platforms  */
.platform{
	font-size: .8em;
	border-radius: 3px;
	padding: 2px 4px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

/* jQuery Validate Custom */
.validate-body-form .form-group,
.validate-modal-form .form-group{
	position: relative;
}
label.error{
	position: absolute;
	z-index: 99;
	background: #F00;
	color: #FFF;
	padding: 0 8px;
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0 4px 8px rgb(0 0 0 / 20%);
}
.validate-body-form label.error{
	top: 60px;
	right: 0;
}
.validate-modal-form label.error{
	top: 34px;
	right: 0;
}

/*.select2-group label.error{
	top: 60px;
	right: 0;
}*/

.checkbox > label > label.error{
	margin-left: -20px;
	bottom: -20px;
	position: absolute;
	z-index: 1;
	font-weight: 700;
}
.form-group .select2-container{
	width: 100% !important;
}

/* Select2 */
.select2-container--default .select2-selection--single{
	border: 1px solid #d2d6de !important;
}

/* Loader Block */
.block-loader{
	min-height: 10em;
	background-image: url('img/ico_loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

/* Fixes */
input[type="file"]{
	border: 1px solid #d2d6de;
}
.form-group>label{
	/*width: 100%;*/
}
.form-group>label.error{
	width: auto;
}
.form-control{
	border-radius: 4px;
}
.input-group-btn{
	vertical-align: top;
}
.rounded{
	border-radius: 5px;
}
.timeline>.time-label>span{
	box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}
.modal-dialog{
	border-radius: 5px;
	/*overflow: hidden;*/
}
.modal-content{
	border-radius: 5px;
}
.ui-tooltip{
	z-index: 99999;
}
.d-flex{
	display: flex !important;
}
.justify-content-center{
	justify-content: center !important;
}
.user-panel>.info>p {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 1.3em;
}
input.datepicker{
	padding: 6px 12px !important;
}
.sidebar-menu .treeview-menu {
	box-shadow: inset 0px 5px 8px rgb(0 0 0 / 50%);
	border-top: 1px solid #101e24;
	border-bottom: 1px solid #2e4148;
	background: #141d20 !important;
}
.control-sidebar{
	box-shadow: 0 -10px 15px rgba(0,0,0,.5);
}
.control-sidebar .widget-item-header,
.control-sidebar #panel-item-info{
	border-radius: 0;
}
.control-sidebar-dark table{
	color: #5d696f;
}
.control-sidebar .widget-item-header{
	padding: 20px 10px 0px 10px;
	min-height: 85px;
}
.control-sidebar .widget-item-image img{
	max-width: 45px;
}
.control-sidebar .widget-item-username{
	font-size: 20px;
}
.control-sidebar .widget-item-info{
	padding-top: 5px;
}
.control-sidebar .widget-item-info h3{
	font-size: 1.2em;
}
.control-sidebar .widget-item-info h5{
	font-size: 1em;
}
.control-sidebar #paneable-close{
	display: block;
	position: absolute;
	top: 55px;
	right: 10px;
	z-index: 999;
	color: #FFF;
}
.sidebar-menu > li:not(.active) > a {
    border-left: 3px solid #595959 !important;
}
.fc-view .fc-body{
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* BS3 Extensións */
.ml-0{
	margin-left: 0 !important;
}
.mr-0{
	margin-right: 0 !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mf-0{
	margin: 0 !important;
}
.mx-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.my-0{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ml-05{
	margin-left: .5em !important;
}
.mr-05{
	margin-right: .5em !important;
}
.mt-05{
	margin-top: .5em !important;
}
.mb-05{
	margin-bottom: .5em !important;
}
.mf-05{
	margin: .5em !important;
}
.mx-05{
	margin-left: .5em !important;
	margin-right: .5em !important;
}
.my-05{
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}
.ml-1{
	margin-left: 1em !important;
}
.mr-1{
	margin-right: 1em !important;
}
.mt-1{
	margin-top: 1em !important;
}
.mb-1{
	margin-bottom: 1em !important;
}
.mf-1{
	margin: 1em !important;
}
.mx-1{
	margin-left: 1em !important;
	margin-right: 1em !important;
}
.my-1{
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.ml-2{
	margin-left: 2em !important;
}
.mr-2{
	margin-right: 2em !important;
}
.mt-2{
	margin-top: 2em !important;
}
.mb-2{
	margin-bottom: 2em !important;
}
.mf-2{
	margin: 2em !important;
}
.mx-2{
	margin-left: 2em !important;
	margin-right: 2em !important;
}
.my-2{
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.ml-3{
	margin-left: 3em !important;
}
.mr-3{
	margin-right: 3em !important;
}
.mt-3{
	margin-top: 3em !important;
}
.mb-3{
	margin-bottom: 3em !important;
}
.mf-3{
	margin: 3em !important;
}
.mx-3{
	margin-left: 3em !important;
	margin-right: 3em !important;
}
.my-3{
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}
.ml-4{
	margin-left: 4em !important;
}
.mr-4{
	margin-right: 4em !important;
}
.mt-4{
	margin-top: 4em !important;
}
.mb-4{
	margin-bottom: 4em !important;
}
.mf-4{
	margin: 4em !important;
}
.mx-4{
	margin-left: 4em !important;
	margin-right: 4em !important;
}
.my-4{
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}
.ml-5{
	margin-left: 5em !important;
}
.mr-5{
	margin-right: 5em !important;
}
.mt-5{
	margin-top: 5em !important;
}
.mb-5{
	margin-bottom: 5em !important;
}
.mf-5{
	margin: 5em !important;
}
.mx-5{
	margin-left: 5em !important;
	margin-right: 5em !important;
}
.my-5{
	margin-top: 5em !important;
	margin-bottom: 5em !important;
}

.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pf-0{
	padding: 0 !important;
}
.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.py-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pl-05{
	padding-left: .5em !important;
}
.pr-05{
	padding-right: .5em !important;
}
.pt-05{
	padding-top: .5em !important;
}
.pb-05{
	padding-bottom: .5em !important;
}
.pf-05{
	padding: .5em !important;
}
.px-05{
	padding-left: .5em !important;
	padding-right: .5em !important;
}
.py-05{
	padding-top: .5em !important;
	padding-bottom: .5em !important;
}
.pl-1{
	padding-left: 1em !important;
}
.pr-1{
	padding-right: 1em !important;
}
.pt-1{
	padding-top: 1em !important;
}
.pb-1{
	padding-bottom: 1em !important;
}
.pf-1{
	padding: 1em !important;
}
.px-1{
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.py-1{
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.pl-2{
	padding-left: 2em !important;
}
.pr-2{
	padding-right: 2em !important;
}
.pt-2{
	padding-top: 2em !important;
}
.pb-2{
	padding-bottom: 2em !important;
}
.pf-2{
	padding: 2em !important;
}
.px-2{
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.py-2{
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.pl-3{
	padding-left: 3em !important;
}
.pr-3{
	padding-right: 3em !important;
}
.pt-3{
	padding-top: 3em !important;
}
.pb-3{
	padding-bottom: 3em !important;
}
.pf-3{
	padding: 3em !important;
}
.px-3{
	padding-left: 3em !important;
	padding-right: 3em !important;
}
.py-3{
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}
.pl-4{
	padding-left: 4em !important;
}
.pr-4{
	padding-right: 4em !important;
}
.pt-4{
	padding-top: 4em !important;
}
.pb-4{
	padding-bottom: 4em !important;
}
.pf-4{
	padding: 4em !important;
}
.px-4{
	padding-left: 4em !important;
	padding-right: 4em !important;
}
.py-4{
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}
.pl-5{
	padding-left: 5em !important;
}
.pr-5{
	padding-right: 5em !important;
}
.pt-5{
	padding-top: 5em !important;
}
.pb-5{
	padding-bottom: 5em !important;
}
.pf-5{
	padding: 5em !important;
}
.px-5{
	padding-left: 5em !important;
	padding-right: 5em !important;
}
.py-5{
	padding-top: 5em !important;
	padding-bottom: 5em !important;
}

.form-control.control-short{
	max-width: 33%;
	min-width: 150px;
}
.form-control.control-medium{
	max-width: 50%;
}