<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

select option[disabled]:first-child {
	display: none;
}
@media (max-width: 767px) {
  .col-sm-9 &gt; .panel .panel-body { 
	overflow-x: scroll !important; 
}
}

/* MODAL */
.modal-content {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	outline: 0 none;
	position: relative;
}

.modal-dialog {
	z-index: 1200;
}

.modal-body {
	padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
	background: #f8fafb;
}

.inmodal .modal-header {
	padding: 30px 15px;
	text-align: center;
}

.animated.modal.fade .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.inmodal .modal-title {
	font-size: 26px;
}

.inmodal .modal-icon {
	font-size: 84px;
	color: #e2e3e3;
}

.modal-footer {
	margin-top: 0;
}

.smallPanelHeading{
	padding: 5px !important;
}
.smallPanelBody{
	padding: 5px !important;
}
.filterContainer{
	padding-right: 0px !important;
}

.parameterFilterContainer{
	margin-top: 5px;
}

.loadingPlaceholder {
	position: absolute;
	height: auto;
	width: auto;
	cursor: not-allowed;
	filter: alpha(opacity=60);
	opacity: 0.6;
	font-weight: bold;
	font-size: 24px;
}
.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}

.actionsItem {
	cursor: pointer;
	cursor: hand;
}

.dataTable td {
	word-break: break-all;
}
.container_label{
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #337ab7;
}
.container_label_blue{
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #003366 !important;
}

html *
{
	font-size: 1em !important;
	font-family: Arial !important;
}

.glyphicon{
	font-family: 'Glyphicons Halflings' !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

.bluePanelHeading{
	background-color: #003366 !important;
}
.bluePanel{
	color: white;
	border: 1px solid #003366;
	border-radius: 4px;
}

.pageHeading{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 50px !important;
	margin-bottom: 10px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 28.6px !important;
	font-weight: bold !important;
}



/* Chronos Overrides */
html *{
	font-family: 'Open Sans', helvetica, arial, verdana, sans-serif !important;
}
.panel{
	border-radius: 0 !important;
	border: 0;
	box-shadow:none;
}
.panel-heading{
	border-radius: 0 !important;
	background-color: #efefef !important;
	color: #595959 !important;
}
.panel-body{
	border: 1px solid #efefef !important;
	border-top:0 !important;
}
.smallPanelHeading{
	padding:10px !important;
}
.glyphicon-search,
.glyphicon-info-sign{
	background-color: #3399D5 !important;
	border:0 !important;
	border-radius: 0 !important;
}
.input-group input{
	border-radius: 0;
}
.container_label_blue{
	border-radius:0;
	padding:10px !important;
	background-color: #e2e2e2 !important;
	color: #595959 !important;

}
.btn{
	padding:3px 5px !important;
	background-color: #3399D5 !important;
	border-radius: 0 !important;
	border:0 !important;
}
.btnoptions{
	padding:3px 4px !important;
	background-color: #3399D5 !important;
	border-radius: 0 !important;
	border-left:0.5px solid !important;
	border-right:0 solid !important;
	border-top:0 solid !important;
	border-bottom:0 solid !important;
	border-color: white !important;
	border-style:outset!important;
}
.dropdown-toggle{
	background-color: transparent !important;
	margin-bottom: 5px;
}
.switch-toggle{
	border-radius: 0 !important;
	border:0;
	height:24px;
	width:60%;
}
.switch-toggle label{
	background-color: #3399D5 !important;
	cursor: pointer;
}
.switch-toggle input:checked + label{
	background-color: #23527f !important;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
	background-color: #3399D5 !important;
	border:0;
}
.modal-header{
	border-radius: 0 !important;
	background-color: #efefef !important;
	color: #595959 !important;
}
.modal-header .close{
	font-size: 20px !important;
}
.modal-content input{
	border-radius: 0;
}
.modal-footer .btn{
	padding:8px 10px !important;
	color: #fff;
}
</pre></body></html>