.x-navigation > li.xn-logo > a:first-child,
.x-navigation > li.xn-logo > a:hover:first-child  {
    background: url("../img/logo.png") top left no-repeat #336699; /*e34724*/
    min-width: 220px;
    border-left: 10px solid #336699;/*e34724*/
}
.x-navigation > li > a.x-navigation-control,
.x-navigation > li > a:hover.x-navigation-control {
    background: #336699;/*e34724*/
	/*background: url("/img/logo.png") top left no-repeat #336699;*/ /*e34724*/
}

.mw-100 {
	max-width:100px;
}
.mw-150 {
	max-width:150px;
}
.mw-200 {
	max-width:200px;
}
.mw-250 {
	max-width:250px;
}
.mw-300 {
	max-width:300px;
}

.w100 {
	width:100%;		
}

.pl-0{
	padding-left:0px !important;
}
.pr-0{
	padding-right:0px !important;
}
.pb-0{
	padding-bottom:0px !important;
}
.pt-0{
	padding-top:0px !important;
}

.mr-0{
	margin-right:0px !important;
}
.ml-0{
	margin-left:0px !important;
}
.mt-0{
	margin-top:0px !important;
}
.mb-0{
	margin-bottom:0px !important;
}

.pb-5{
	padding-bottom:5px !important;
}
.pt-5{
	padding-top:5px !important;
}
.mb-5{
	margin-bottom:5px !important;
}
.mt-5{
	margin-top:5px !important;
}


.pt-10{
	padding-top:10px !important;
}
.pt-20{
	padding-top:20px !important;
}

.pb-10{
	padding-bottom:10px !important;
}
.pb-20{
	padding-bottom:20px !important;
}
.pl-3{
	padding-left:3px !important;
}
.pl-10{
	padding-left:10px !important;
}
.pl-20{
	padding-left:20px !important;
}

.pr-10{
	padding-right:10px !important;
}
.pr-20{
	padding-right:20px !important;
}

.mt-10{
	margin-top:10px !important;
}
.mt-20{
	margin-top:20px !important;
}

.mb-10{
	margin-bottom:10px !important;
}
.mb-20{
	margin-bottom:20px !important;
}

.ml-10{
	margin-left:10px !important;
}
.ml-15{
	margin-left:15px !important;
}
.ml-20{
	margin-left:20px !important;
}

.mr-10{
	margin-right:10px !important;
}
.mr-15{
	margin-right:15px !important;
}
.mr-20{
	margin-right:20px !important;
}

.text-1 {
	font-size:13px;
}
.text-2 {
	font-size:15px;
}
.text-3 {
	font-size:17px;
}

.text-bold {
	font-weight:600;
}
.text-white,
.text-white:hover {
	color:#fff;
	font-weight: bold;
}

.text-red,
.text-red:hover {
	color:#f00;
	font-size: 13px !important;
}

.lh-15{
	line-height:15px;
}
.lh-20{
	line-height:20px;
}
.lh-25{
	line-height:25px;
}
.lh-30{
	line-height:30px;
}

.form-material .float-label {
	color:#777;
}

.form-material .form-control {
    font-size: 16px;
}
.form-material textarea.form-control {
	padding-top:10px;
}

.form-material .radio-material .outer {
    margin: 1px 0px 0px 0px;
}

.inline-radio {
	overflow-y:hidden;
	float:right;
	max-width:200px;
	min-height:30px;
	margin-bottom:10px;
}

@media (min-width: 360px) {
	.inline-radio {
		max-width: 240px;
	}

}
@media (min-width: 480px) {
	.inline-radio {
		max-width: 360px;
	}
}
@media (min-width: 640px) {
	.inline-radio {
		max-width: 480px;
	}
}
@media (min-width: 700px) {
	.inline-radio {
		max-width: 500px;
	}
}
@media (min-width: 1000px) {
	.inline-radio {
		max-width: 800px;
	}
}
@media (max-width: 1024px) {
	.xn-icon-button > a > .flag {
		display: block;
		margin: 0px;
	}
	
	h4 {
		font-size:13px;
	}
}

.form-error-msg{
	color: red;
}

.tile {
    margin-top: 10px;
	margin-bottom: 10px;
    min-height: 200px;
	/* border: 1px solid #00f; */ 
	text-decoration: none;
}	

.panel.panel-margin-top {
	margin-top: 10px;
}

.panel-footer.panel-footer-right {
	text-align: right;
}

.form-material .form-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.widget .widget-title {
    font-size: 16px;
}
.widget .widget-subtitle {
	font-size:14px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Standard Loading Overlay */
.page-content-wrap{
  height: calc(100vh -50px);
  width: 100vw;
}
.loader-container {
  position: absolute;
  z-index:10;  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color:#fff;
}

.panel-loader {
  position: absolute;
  z-index:10;  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color:#fff;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}


.page-loading-frame .page-loading-loader {
    margin-left: -60px;
    margin-top: -60px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.list-group-item.slot {
	padding: 10px 5px;
	text-align: center;
	cursor:pointer;
}	

.list-group-item.slot.inactive {
	background-color: #ccc;
	opacity:0.5;
	color: #fff;
	cursor: not-allowed;
}	

.list-group-item.slot.busy {
	background-color: #b64645;
	color: #fff;
}	

.list-group-item.slot.free {
	background-color: #95b75d;
	color: #fff;
}	

.list-group-item.slot.active {
	background-color: #fea223;
	color: #000;
	font-weight:600;
	border:1px solid #fff !important;
}	

.owl-prev,
.owl-next{
	opacity:1.0 !important;
	background:#ddd !important;
	border:1px solid #666 !important;
	color:#333 !important;
	border-radius:8px !important;
	line-height: 24px;
}

.owl-prev.disabled,
.owl-next.disabled{
	opacity:0.1 !important;
	background:#222 !important;
	border:1px solid #222 !important;
	color:#222 !important;
	border-radius:8px !important;
	line-height: 24px;
}

.label-day {
	background:#fff !important;
	border:1px solid #222 !important;
	color:#222 !important;
}

.mousepointer{
	cursor:pointer;
}

.messages .item {
	position: relative;
}
.list-group-controls {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	border-left: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-disabled {
	cursor: no-drop !important;
}

.panel .panel-footer {
    padding: 10px 15px;
}

.login-container .login-box .login-body label.error{
	color:#ddd;
}

.login-container .login-box .login-body .form-control.error{
    border: 2px solid rgba(255, 0, 0, 0.9);
}

.login-container .login-box .login-logo-teco {
  background: url("../img/logo-lr.png") top center no-repeat;
  width: 100%;
  height: 100px;
  float: left;
  margin-bottom:30px;
}
.noresize{
	resize: none;
}
 
.checkjustify > .form-check {
	display: flex;
	flex-direction: row !important;
	justify-content: space-evenly !important;
}

.checkjustify >.form-check>.form-check-label{
	margin-bottom: 0px !important;
	margin-left: -20px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 420px) {
	.pt-xs-0 {
		padding-top: 0px !important;
	}
	.form-check-label {
		margin-left: -45px;
	}
}