@charset "utf-8";
/* CSS Document */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../images/loader-128x/Preloader_8.gif) center no-repeat #fff;
}
/* WRAPPER */
img { max-width: 100%; height: auto; }
@font-face {
	font-family: font;
	src: url('../../font/Arial.ttf');
}
@font-face {
	font-family: font1;
	src: url('../../font/segoeui.ttf');
}
@font-face {
	font-family: font2;
	src: url('../../font/Yorkville.ttf');
}
@font-face {
	font-family: font3;
	src: url('../../font/segoeuil.ttf');
}
@font-face {
	font-family: font4;
	src: url('../../font/segoeuib.ttf');
}
@font-face {
	font-family: font6;
	src: url('../../font/calibrib.ttf');
}
@font-face {
	font-family: font7;
	src: url('../../font/CronusRound.otf');
}
@font-face {
	font-family: font8;
	src: url('../../font/Touch.ttf');
}
@font-face {
	font-family: font5;
	src: url('../../font/calibrib.ttf');
}
@font-face {
	font-family: font9;
	src: url('../../font/AlteHaasGroteskRegular.ttf');
}

html,body {
	display: none;
    margin: 0px;
    padding: 0px;
	background:#ebebeb;
	font-family:"Segoe UI Light","Segoe UI Web Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","HelveticaNeue-Light","Helvetica Neue",Arial;
}
a{
	text-decoration:none;
	color:inherit;

}
#wrapper{
	margin: 0px auto 0;
	max-width: 100%;
	height:auto;
	border: 1px solid #000;

}

/*TOP NAVIGATION BAR AND SEARCH PANE*/
#wrapper-top {
	position:fixed;
	background-color:#fff;
	height:60px;
	margin-top: 0px;
	left: 0;
    right: 0;
	width:100%;
	top:0;
	z-index:2;
	opacity: 0.95;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

#logo{
	margin-top:10px;
	 margin-left:15px;
	 width: 14%;
	 float:left;
}
#logout{
	float:right;
	font-size: 18px;
	margin-right: 30px;
	margin-top: 15px;
	color:#333;
	text-align:center;
	font-family: font3;
}
#logout a:hover{
	color:#666;
}

/* SIDEBAR */
#sidebar{
	float: left;
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  	z-index: 1; /* Stay on top */
	margin-top: 60px;
  	overflow-x: hidden; /* Disable horizontal scroll */
	width: 15%;
	height: 100%;
	background-color:#cecece;
	border-right: 1px solid #fff;
}
#sidebar ul{
      	list-style: none;
		margin: 0;
		padding: 0;
}
#sidebar ul li a{
		display: block;		
		padding: 20px 20px;
		margin-left: 0px;		
		color:#000;
}
#sidebar ul li a:hover{
		letter-spacing:0px;
		margin-left:1px;
		color: #666;
}
#sidebar ul li img{
		float:left;
		padding-right:7px;
		margin-top: -5px;
}
#sidebar .icontxt{
	font-size: 16px;
	text-align:left;
	letter-spacing:0px;
	font-family:font1;
}

/* DETAIL AREA */
#detailarea{
	margin: 0px auto 0;
	float: right;
	width: 85%;
	min-height: 100%;
	background-color:#ebebeb;
}
/* NAVIGATION AREA */
#navigationarea{
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  	z-index: 1; /* Stay on top */
	top: 0;
	padding-top: 60px;
	padding-left: 0px;
	width: 100%;
	height: 60px;
	background-color:#cecece;
	border-bottom: 1px solid #fff;
}
#navigationarea ul{
	padding-top: 4px;
      	list-style: none;
}
#navigationarea ul li{
		display: inline;
		text-align:center;	
		padding-left: 10px;	 	
}
#navigationarea ul li a{
		color:#fff;		
		padding: 5px 12px;
		margin-left: 0px;
		letter-spacing:1px;
		margin-top:0px;		
		border-radius: 50px;
		font-size:14px;
		background-color:#375f49;
}
#navigationarea ul li a:hover{
		letter-spacing:1px;
		background-color:#21633f;
		color:#fff;	
		 
}
.dropdown{
	display:none;
}