body
{
	font-family:'Roboto Condensed' !important;
}

.title
{
	font-size:2em;
	text-transform: uppercase;
	color:#222;
	text-shadow: 2px 2px #bbb;
}

.subtitle
{
	font-size:1.2em;
	text-transform: uppercase;
	color:#222;
	text-shadow: 2px 2px #bbb;
	font-weight:bold;
}

.sim-label
{
	font-size:0.9em;
	color:#999;
}

.not-overflow
{
	overflow:hidden;
	text-overflow:ellipsis !important;
}

.panel-front .panel-body
{
	max-height:200px;
	min-height:200px;
	overflow-y:auto;
}

.separator
{
	min-height:4em !important;
	max-height:4em !important;
}

.separator-half
{
	min-height:2em !important;
	max-height:2em !important;
}

.separator-mini
{
	min-height:1em !important;
	max-height:1em !important;
}

.separator-header
{
	min-height:3em !important;
	max-height:3em !important;
}


.separator-btn
{
	min-height:3em !important;
	max-height:3em !important;
}

.clickable:hover {cursor:pointer}

input[type='date'] {font-size:1.1em!important}

.bg-row-direct {background:#e9eef2;}
.bg-row-direct:hover {background:white;}
.nowrap{white-space:nowrap !important;}
.panel-front table td {background:#e9eef2}
.panel-front table td:hover {background:white;}
.panel-front table td {border:2px solid white !important}

.btn-xs {padding:5px; font-size:0.8em; line-height:1.2em; border-radius:2px;}

.mt-1, .mg-top-1 {margin-top:1em}
.mt-2, .mg-top-2 {margin-top:2em}

.bg-confirmed{background-color: #28a745!important; color:white; font-size:0.8em;font-weight:bold;}
.bg-baja{background-color: #dc3545!important; color:white; font-size:0.8em;font-weight:bold;}
.bg-pending{background-color: #ffc107!important; color:#343a40!important; font-size:0.8em;font-weight:bold;}
.bg-baja-planned{background-color: #28a4c9!important; color:white!important; font-size:0.8em;font-weight:bold;}
.text-small {font-size:0.8em;}

.pt-1 {padding-top:1em}
.pt-2 {padding-top:2em}
.pt-3 {padding-top:3em}
.pt-4 {padding-top:4em}
.pb-1 {padding-bottom:1em}
.pb-2 {padding-bottom:2em}
.pb-3 {padding-bottom:3em}
.pb-4 {padding-bottom:4em}

.mt-1 {margin-top:1em}
.mt-2 {margin-top:2em}
.mt-3 {margin-top:3em}
.mt-4 {margin-top:4em}
.mb-1 {margin-bottom:1em}
.mb-2 {margin-bottom:2em}
.mb-3 {margin-bottom:3em}
.mb-4 {margin-bottom:4em}
.text-del{text-decoration:line-through}

.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; } 
.warning-direct {background-color: #ffc107!important;}

.helpdesk-note {white-space:pre-line}
/* 
.tbody-scroll tbody
{
	display: block;
	max-height: calc(100vh - 475px);
	overflow-y: auto;
} */