<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{
	color: #797979;
    background: #f7f7f7;
}
a,a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}


@media (max-width: 768px) {
    .main-content {
        margin: 0px!important;
        position: none !important;
    }
}
.header{
	min-height: 60px;
    padding: 0 15px;
    background: #fff;
}
.header-left{
	float: left;
	width: 150px;
}
.sidebar-toggle{
	float: left;
    padding-right: 15px;
    margin-top: 20px;
    cursor: pointer;
}
.sidebar-toggle .icon{
    font-size: 20px;
}

.logo {
    font-size: 21px;
    color: #2e2e2e;
    margin-top: 15px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
	.sitelogo{
		text-align: center;
		margin-top: 0;
	}
}
.header-search{
	float: left;
	margin-top: 15px;
	max-width: 200px;
}
.search-group{
	width: 250px;
	position: relative;
}
.search-group .form-control{
	padding-left: 32px;

}
.search-group .icon{
	font-size: 18px;
	position: absolute;
	left: 0;
	padding:7px 8px;
	cursor: pointer;
    color: #999;
}

.header-user{
	float: right;
}
.header-user .item{
	padding:15px 0;
	float: left;
	line-height: 30px;
    cursor: pointer;
}
.header-user .item .icon{
	font-size: 18px;
	color: #999;
}
.header-user .item .badge{
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: -6px;
	width: 8px;
	height: 8px;
}

.header-user .avatar{
	width: 30px;
	height: 30px;
}


.sidebar{
	height:100%;
	position: fixed;
	width: 240px;
	background: #2a3542;
	padding-bottom: 15px;
}
@media (max-width: 768px) {
	.sidebar{
		position: relative;
	    height: auto !important;
        overflow: hidden;
        width: 100% !important;
        padding-bottom: 0 !important;
        z-index: 1001;
	}
}
.insidebar{
	display:none;
}
.sidebar-menu{display:none;}
@media (max-width: 768px) {

.insidebar{
	display:block;
    right: 0;
    top: 0;
    position: absolute;
	}
}
.sidebar-menu{
	margin-top: 15px;
}
.sidebar-menu  &gt; .item{
	line-height: 30px !important;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.sidebar-menu  &gt; .item &gt; a{
	color: #8b9199;
	text-decoration: none;
	display: block;
	padding: 12px 0 12px 10px;
	font-size: 16px;
	outline: none;
}
.sidebar-menu  &gt; .item &gt; a .icon{
	font-size: 15px;
	padding-right: 6px;
}
.sidebar-menu  &gt; .item a .arrow{
	border-bottom: 4px solid transparent;
	border-left: 4px solid #A0A0A0;
	border-top: 4px solid transparent;
	float: right;
	height: 0;
	margin-right: 10px;
	margin-top: 11px;
	width: 0;
}
.sidebar-menu .item.open a .arrow{
	margin-top: 8px;
	border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
	
.sidebar-menu  &gt; .item:hover,.sidebar-menu .item.active{
	background: #35404d;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* .sidebar-menu  &gt; .item:hover .icon,.sidebar-menu .item.active .icon{
	color: #4caf50;
} */
.sidebar-menu  &gt; .item:hover &gt; a,.sidebar-menu  &gt; .item.active &gt; a{
	color: #fff;
}
.sidebar-menu  &gt; .item:hover .arrow,.sidebar-menu .item.active .arrow{
	border-left-color: #fff;
}
.sidebar-menu .item.open .vertical-menu{
	display: block;
}
.vertical-menu {
	display: none;
	border-radius: 4px;
    background: #35404D;
}
.vertical-menu &gt; a{
	display: block;
	color: #8b9199;
	padding-left: 32px;
	line-height: 35px;
}
/* .vertical-menu &gt; a:hover,.vertical-menu &gt; a.active{
	color: #4caf50;
} */

.main-content{
    margin-left: 240px;
}
.wrapper{
    padding: 15px;
    
}
.topbar{
    height: 43px;
    background: #fff;
    border-bottom: solid 1px #e2e2e2;
}

.search{
    color: #333;
    padding-bottom: 15px;
}

.user_input{
	box-shadow: none;
    border-radius: 4px;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
	}
.user_input[disabled], .user_input[readonly], fieldset[disabled] .user_input {
    cursor: not-allowed;
    background-color: transparent;
}
.btn-primary-outline {
    padding: 2px 6px;
  color: #43a047;
  background-color: transparent;
  border-color: #43a047;
}
.btn-primary-outline:hover{
    outline: none;
    border-color: #43a047;
    text-shadow: none;
    color: #fff;
    background: #43a047;
}
.table .pager{
    margin: 0;
}
.login-left ,.login-logo{
	vertical-align: middle;
    text-align: center;
	background-color: #3470a1;
}

.login-cover img{width:100%}
#login-page{
    height: 100%;
    margin: 0;
    min-height: 100%;
    background-color: #f5f6f7;
}
.login-body{
	margin:0;
	padding:0;
	background-color:#fff;
}
.login-box{
	min-width:960px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-shadow: 0 3px 9px 0 rgba(0,0,0,.37);
}
.login-logo{display:none;padding:20px 0;margin-bottom:20px;}
.login-notice{min-height:50px;}
.login-right{margin-top:20px;}
#login-panel{margin-bottom:0;}
@media (max-width: 768px) {
	.login-right{margin-top:0;}
.login-logo{display:block;}
.login-left{display:none;}
.login-box{
	min-width:100%;
	margin: auto;
    position: relative;
    -webkit-transform: none;
    transform: none;
	left:0;
	top:o;
}	
}
.legend-small{
	float:right;
	font-size:50%;
}


.ubox {
    height: 80px;
    position: relative;
    width: 100%;
}
.ubox-l {
    color: #fff;
    font-size: 14px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    /* width: 56px; */
    margin: 0;
    width: 30%;
    /* float: left; */
}
.ubox-r {
    height: 80px;
    margin-left: 30%;
    overflow: hidden;
    /* float: right; */
    width: 70%;
}
.ubox-r-t{
	font-size: 18px;
	/* height: 53px; */
	line-height: 45px;
	overflow: hidden;
	padding-top: 8px;
	text-align: center;
}
.ubox-r-b {
    color: #ccc;
    display: block;
    font-size: 12px;
    /* height: 20px; */
    line-height: 8px;
    /* padding-top: 5px; */
    text-align: center;
}
.ubox-r-b a {
    font-size: 14px;
    padding: 0 10px;
}
.nogaga{
	margin-bottom: 0;
	border: none;
}
.header-user .topavatar{
    padding: 0;
    margin: 0;
	line-height: 58px;
}
.topavatar img{
	width: 48px;
    padding: 10px;
    border-radius: 50%;
}</pre></body></html>