.mt-1 { margin-top: 10px !important; }
.mt-2 { margin-top: 20px !important; }
.mt-3 { margin-top: 30px !important; }
.mt-4 { margin-top: 40px !important; }
.mt-5 { margin-top: 50px !important; }
.mb-1 { margin-bottom: 10px !important; }
.mb-2 { margin-bottom: 20px !important; }
.mb-3 { margin-bottom: 30px !important; }
.mb-4 { margin-bottom: 40px !important; }
.mb-5 { margin-bottom: 50px !important; }

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}


.home-buttons a {
	height: auto; 
	font-size: 200%; 
	padding: 30px;
}

.home-buttons a i {
	font-size: 130px !important;
    padding-bottom: 20px;
}

.blue {
	color: #72afd2 !important;
	}
	
.info-box-content {
    padding: 20px;
}

.info-box-text {
    text-transform: none;
    overflow: initial;
    white-space: initial;
    font-size: 18px;
}
	
.red {
    color: #a94442 !important;
}
	
.strong {
	font-weight: bold !important;
	}
	
input.error, select.error {
    background: none !important;
}

.icheckbox_square-blue, .iradio_square-blue {
    vertical-align: top !important;
} 

.icheckbox_square-blue.has-error {
    background: url(../plugins/iCheck/square/red.png) no-repeat;
    background-position: -24px 0;
}

.icheckbox_square-blue.has-error .help-block.form-error {
    display:none;
}    
.form-control {
    border-radius: 0;
    box-shadow: none;
}
    
.form-group label.required:after {
	display: inline-block;
	content: '*';
	margin-left: 2px;
	color: #a94442 !important;
}

.checkbox label, .radio label {
    padding-left: 0px !important;
}


.checkbox.icheck.block label {
    margin-left: 5px;
    font-size: 95%;
    max-width: calc(100% - 40px);
}


    
.user-panel>.info>a:hover {
    color: #DDD !important;
}

#logoEnte {
	height: 50px;
    width: 50px;
    margin-right: 0.4em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-top: -5px;
}

#logoEntePreview {
	max-height: 300px;
    max-width: 100%;
    height: auto;
    width: auto;
    border: 1px solid #DDD;
    padding: 10px;
}

.main-header .sidebar-toggle {
    padding: 15px 25px;
}

.main-header .navbar .title {
	display: inline-block;
    color: #FFF;
    font-size: 1.8em;
    line-height: 1.5;
    padding-left: 20px;
    margin-top: 0.2em;
    border-left: 1px solid #6fb6de;
}

.dataTable th {
	background-color: #ddd;
}

.dataTables_wrapper > div.row:last-child {
	margin-top: 10px !important;
}

.linkable-col td {
	cursor: pointer;
}

.linkable-col td:last-child {
	cursor: default;
}


div.form-error strong, div.form-error ul li {
    color: inherit !important;
}


.datepicker-dropdown {
    z-index: 1050 !important;
}





.context {
	width: 20px;
	color: #999;
   	cursor: pointer;
    }
	
.myContextMenu {
	border:1px solid #ddd;
	background-color: #FFF;
	position:absolute;
	left:-999999px;
	z-index: 100;
    padding: 5px 10px;
    box-shadow: 0 0 10px #0000001a;
    text-align:left;
    }
    
.context:hover .glyphicon-cog { color: #b94a48; }

.myContextMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0;
	}
	
.myContextMenu ul li {
	padding: 2px;
	}
	
.myContextMenu ul li a {
	text-decoration: none;
	font-size: 90%;
}

.myContextMenu ul li i,
.myContextMenu ul li span {
	display:inline-block;
	width: 15px;
}
	
.fa-ban { 
	color: #b94a48;
    margin-left: -2px;
}