<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	background-color:#282c33;
}

.deploy-sidebar{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/icons/menu.png);
	background-size:24px 16px;
	background-repeat:no-repeat;
	background-position:18px 24px;
	width:60px;
	height:60px;
}

.deploy-sidebar:hover{
	background-color:rgba(255,255,255,0.1);
}

.page-sidebar{
	background-color:#232528;
	width:260px;
	display:block;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	position:fixed;
	text-align:left;
}

.page-sidebar-scroll{
	width:280px;
	overflow: scroll!important;
	overflow-x:hidden!important;
	-webkit-overflow-scroll:touch!important;	
	height:100%;
}

.sidebar-header{
	margin: 0 0 0 10px;
}
.delete-sidebar{
	overflow:visible!important;
	display:inline;
	position:absolute;
	background-image:url(../images/icons/accessdenied.png);
	background-position:22px 24px;
	background-repeat:no-repeat;
	background-size:16px 16px;
	width:60px;
	height:60px;
	left:201px;
	margin-top:0;
}

.delete-sidebar:hover{
	background-color:rgba(255,255,255,0.1);	
}

.sidebar-decoration{
	background-color:#111112;
	height:1px;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1); 	
}

.sidebar-separator{
	padding-left:20px!important;
	font-family:'Lato', sans-serif;
	color:#757575;
	font-size:10px;
	margin:0px;
	padding:0px;	
	background-color:#111112;
	opacity:0.7;
	height:25px;	
	border-top:1px solid #323437;
	border-bottom:1px solid #323437;
}

.no-border{
	border-bottom:none!important;
}

.nav-item{
	position:relative;
	font-size:16px;
	background-size:30px 30px;
	background-position:17px 15px;
	background-repeat:no-repeat;
	font-family:'Dosis', sans-serif;
	color:#FFFFFF;
	height:60px;
	line-height:55px;
	padding-left:70px;
	padding-top:3px;
	padding-bottom:5px;
	opacity:0.8;
	border-bottom:solid 1px #111112;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1); 
}
.nav-item.last{
	margin-bottom:40px;
}
.nav-tree{
	position:relative;
	font-size:16px;
	font-family:'Dosis', sans-serif;
	color:#FFFFFF;
	min-height:36px;
	line-height:30px;
	padding: 3px 21px 3px 0px;
	opacity:0.8;
	/*
	border-bottom:solid 1px #111112;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1); 
	*/
}
.unselected-item{
	position:absolute;
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:rgba(255,255,255,0.08);
	right:47px;
	margin-top:23px;
}
.dropdown-item{
	background-image:url(../images/misc/nav-dropdown.png)!important;
	background-size:14px 13px;
	position:absolute;
	width:14px;
	height:14px;
	right:45px;
	margin-top:23px;
}
.home-nav{		background-image:url(../images/icons/home.png);}
.logout-nav{	background-image:url(../images/icons/logout.png);}
.contact-nav{	background-image:url(../images/icons/mail.png);}
.find-nav{	background-image:url(../images/icons/find.png);}

.text-nav{	background-image:url(../images/icons/speechbubble3.png);}
.call-nav{	background-image:url(../images/icons/phonehook.png);}


.nav-page{
	position:absolute;
	left:220px;
	top:20px;
	background-image:url(../images/misc/next-shortcut.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}

.nav-link{
	position:absolute;
	left:220px;
	top:20px;
	background-image:url(../images/misc/link-shortcut.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}

.nav-onit{
	position:absolute;
	left:220px;
	top:20px;
	background-image:url(../images/misc/onit-shortcut.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
	width:22px;
	height:22px;
}


.nav-item:hover{
	background-color:rgba(255,255,255,0.05);
}

.nav-submenu a:first-child{
	margin-top:-1px;
}

.nav-submenu a:last-child{
	border-bottom:solid 0px #000000!important;
}

.nav-submenu a{
	border-top:solid 1px rgba(255,255,255,0.05);
	border-bottom:solid 1px rgba(0,0,0,0.1);
	line-height:55px;
	padding-left:60px;
	background-image:url(../images/misc/nav-submenu.png);
	background-repeat:no-repeat;
	background-size:8px 8px;
	background-position:30px 24px;
	color:rgba(255,255,255,0.4);
}

.nav-submenu a:hover{
	background-color:rgba(255,255,255,0.05);
}
.nav-submenu{
	display:none;
}


.footer-up{
	float:left;
	background-size:24px 24px;
	margin-top:8px;
	display:block;
	width:24px;
	height:24px;
	margin-left:15px;
}
.go-up{
	background-image:url(../images/misc/bendedup.png);
}
.help-up{
	float:left;
	display:block;
	background-image:url(../images/misc/help2.png);
	background-size:48px 48px;
	margin-top:5px;
	margin-left:5px;
	width:48px;
	height:48px;
}


.error-gradient{
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEF6F3), to(#FEF8F6));
	background: -webkit-linear-gradient(top, #FEF6F3, #FEF8F6);
	background: -moz-linear-gradient(top, #FEF6F3, #FEF8F6);
	background: -ms-linear-gradient(top, #FEF6F3, #FEF8F6);
	background: -o-linear-gradient(top, #FEF6F3, #FEF8F6);
	background: linear-gradient(top, #FEF6F3, #FEF8F6);
	border-color: #CD0A0A;
	color: #CD0A0A;
	}
.error-box{
	position:relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 10px 10px 10px;
	padding: 11px 33px;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#main-content{
	overflow: visible;
	padding-top:22px;
}
#refresh{
	width:100%;
	height:60px;
	margin-top:-60px;
	background-color:#5AB1FF;
	z-index:1;
	position:absolute;
	border-left: 1px solid #5DFEFF;
	border-right: 1px solid #5DFEFF;
	border-bottom: 1px solid #5DFEFF;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px; 
	padding-top:5px;
}
.ScroolMess{
	display:none;
	margin:auto;
	width:250px;
	overflow:visible;
}
.ScroolMess p{
	overflow:visible;
	font-weight:bold;
	line-height:20px;
	font-size:14px;
	margin: 4px 0 0 0;
}
#ScroolImg{
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out; 
-o-transition: all .3s ease-in-out; 
-ms-transition: all .3s ease-in-out; 
float:left;
}

#ScroolImg.rotate { 
-webkit-transform: rotate(180deg); 
-moz-transform: rotate(180deg); 
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg); 
}

#LoadMess{
	display:none;
	margin:auto;
	overflow:visible;
	height:30px;
	margin-top:30px;
	width:250px;
}
#LoadMess img{
	float:left;
	width:20px;
	margin-top:4px;
	margin-right: 30px;
}
#LoadMess p{
	overflow:visible;
	font-weight:bold;
	line-height:26px;
	font-size:14px;
	white-space:nowrap;
	margin:0;
}
#SysInfo{
	line-height: 25px;
	position: absolute;
	margin: 5px auto;
	width: 100%;
}</pre></body></html>