<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-widget-overlay.custom-overlay{
    background-color: black;
    background-image: none;
    opacity: 0.5;
    z-index: 1001;    
}

.ui-widget.ui-widget-content{
	border: 0;
	padding: 0;
	overflow: hidden;
}

.ui-dialog.ui-widget.ui-widget-content{
	border: 1px solid black;
}



.ui-tabs .ui-tabs-nav{
	border:0;
	border-radius:0;
	background-color: #343b44;
	overflow: hidden;
	height: 37px;
}

.ui-tabs-nav .ui-state-default, .ui-tabs-nav .ui-widget-content .ui-state-default, .ui-tabs-nav .ui-widget-header .ui-state-default {
    font-weight: normal;
    background-color: #464f5c;
    border: 0;
}

.ui-tabs-nav .ui-state-active, .ui-tabs-nav .ui-widget-content .ui-state-active, .ui-tabs-nav .ui-widget-header .ui-state-active {
	background-color: #868d98;
    border: 0;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    color: white;
}


.ui-tabs-nav .ui-state-default a, .ui-tabs-nav .ui-state-default a:link, .ui-tabs-nav .ui-state-default a:visited {
    color: white;
}

.ui-tabs-nav .ui-state-active a, .ui-tabs-nav .ui-state-active a:link, .ui-tabs-nav .ui-state-active a:visited {
    /*color: #212121;*/
    border-radius: 8px 8px 0 0;
    /*text-decoration: underline;*/
}

.ui-tabs-nav .ui-state-active a:before{
	content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid white;
    margin-left: 26px;
    position: absolute;
    margin-top: 19px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background-color: #535d6c;
    border: 0;
    border-radius: 0;
}

.no-padding-dialog .ui-dialog-content{
	padding:0;
}

.ui-dialog-title{
    font-weight: bold;
    margin-top: 0;
    background-color: #535d6c;
    color: white;
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 3px;
}

.ui-tabs .ui-tabs-panel{
	padding: 0;
}


/*JQUERY STEPS*/
.wizard &gt; .content &gt; .body input.hasDatepicker {
    display: inline-block;
}

/*DATATABLES*/
.dataTables_wrapper{
	background: #464f5c;
	padding-top: 10px;
    padding-bottom: 5px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: white;
}

table.dataTable thead th, table.dataTable thead td{
	color: white;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    background-color: #868d98;
    border: 0;
    margin: 0;
    color: white;
    padding-left: 10px;
    font-weight: bold;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    border-radius: 7px;
}

.dataTables_wrapper .dataTables_filter input:focus{
	color: black;
	background-color: white;
}

.dataTables_wrapper tr.even{
	background-color: #f6f6fa;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer{
	border: 0;
	margin: 0;
	padding-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color: silver !important;	
}

.dataTables_length{
	margin-left: 10px;
    margin-top: 5px;
}

.dataTables_info {
    margin-left: 10px;
}</pre></body></html>