@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('../fonts/whhg-font/css/whhg.css?v=20170001');
@import url('../fonts/titilliumweb/fonts.css?v=20170001');
@import url('../../vendor/wenzhixin/bootstrap-table/dist/bootstrap-table.min.css?v=20170001');
@import url('../../vendor/wenzhixin/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.css?v=20170001');
@import url('../../components/bootstrap-datepicker/bootstrap-datepicker-built.css?v=20170001');
@import url('../../vendor/select2/select2/dist/css/select2.min.css?v=20170001');
@import url('../select2-bootstrap-theme/select2-bootstrap.min.css?v=20170001');
@import url('libs/nanoscroller.css?v=20170001');
@import url('../morris/morris.css?v=20170001');
@import url('compiled/theme_styles.css?v=20170001');
html {
	overflow-x: visible;
	height: 100%;
}
body {
	overflow-x: visible;
	height: 100%;
}
#page-wrapper {
	height:100%;
}
#login-logo {
	padding: 15px 0;
}
#login-logo > img {
	height: 100px;
}
.table-compact > thead > tr > th, .table-compact > thead > tr > td, .table-compact > tbody > tr > th, .table-compact > tbody > tr > td, .table-compact > tfoot > tr > th, .table-compact > tfoot > tr > td {
	padding: 5px;
}
.progress {
	margin-bottom: 0;
}
.table tbody > tr > td.header {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.bootstrap-table .table, .bootstrap-table .table > tbody > tr > th, .bootstrap-table .table > tfoot > tr > th, .bootstrap-table .table > thead > tr > td, .bootstrap-table .table > tbody > tr > td, .bootstrap-table .table > tfoot > tr > td {
	padding: 5px !important;
}
.bootstrap-table .table > tbody > tr > td {
	font-size: 0.929em;
	font-family: 'Roboto Condensed', sans-serif;
}
.bootstrap-table .table > tbody > tr > th {
	font-size: 0.929em;
	font-family: 'Roboto Condensed', sans-serif;
}
.bootstrap-table .table > thead > tr > th {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 !important;
	font-size: 0.857em;
}
.bootstrap-table .table > tfoot > tr > th {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px !important;
    font-size: 0.857em;
    font-weight: bold;
}
.bootstrap-table .table > tfoot > tr > td {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px !important;
    font-size: 0.857em;
    font-weight: bold;
}
.fixed-table-container tfoot td {
    border-left: 1px solid #ddd;
}
.fixed-table-container tfoot td:first-child {
    border-left: none;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
	line-height: 1.3em;
}
.fixed-table-container thead th .sortable {
	padding-right: 20px;
}
.modal.modal-fullscreen {
}
.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%;
}
.modal.modal-fullscreen .modal-content {
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
}
.modal.modal-fullscreen {
}
.modal.modal-fullscreen .modal-body {
	top: 60px;
	position: absolute;
	bottom: 80px;
	overflow: auto;
	clear: both;
	width: 100%;
}
.modal.modal-fullscreen .modal-header, .modal.modal-fullscreen .modal-footer {
	left: 0;
	position: absolute;
	right: 0;
}
.modal.modal-fullscreen .modal-header {
	top: 0;
}
.modal.modal-fullscreen .modal-footer {
	bottom: 0;
}
.datepicker table tr td {
	/* padding: 0; */
	height: auto;
	width: auto;
}
.tools {
	width: 1%;
	white-space: nowrap;
}
body.modal-open .datepicker {
	z-index: 1050 !important;
}
body.modal-open .bootstrap-timepicker-widget {
	z-index: 1050 !important;
}
.btn-group-xs > .btn, .btn-xs {
	min-width: 24px;
}
.bootstrap-table .fixed-table-pagination {
	padding-left: 10px;
	padding-right: 10px;
}
.table-compact {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}
.btn {
	font-size: 14px;
}

.select2-container--bootstrap .select2-selection {
	border-color: #e7ebee;
	font-family: inherit;
	font-size: 13px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
	font-size: inherit;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right:0px;
}

.badge-LE {
	background-color: #37A2DA;
}
.badge-AC {
	background-color: #32C5E9;
}
.badge-CD {
	background-color: #67E0E3;
}
.badge-CL {
	background-color: #9FE6B8;
}
.badge-CM {
	background-color: #FFDB5C;
}
.badge-NS {
	background-color: #ff9f7f;
}
.badge-VOD {
	background-color: #fb7293;
}