@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald/Oswald-Regular.ttf');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Arvo';
	src: url('../fonts/Arvo/Arvo-Regular.ttf');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Arvo';
	src: url('../fonts/Arvo/Arvo-Bold.ttf');
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: 'RobotoSlab';
	src: url('../fonts/Roboto_Slab/RobotoSlab-Regular.ttf');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'RobotoSlab';
	src: url('../fonts/Roboto_Slab/RobotoSlab-Bold.ttf');
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: 'Ultra';
	src: url('../fonts/Ultra/Ultra.ttf');
	font-weight: bold;
	font-style: normal
}


html{
	font-size:12px;
	margin: 0;
	padding:0;
}
select{
	height: auto;
}
.clear{
	content: "";
	display: table;
	clear:both;
}
body{
	height: 100%;
	margin: 0;
	padding:0;
}
body.noscroll{
	overflow: hidden;
}
.top-bar{
	text-align: center;
	position:fixed;
	top:20%;
	right:-200px;
	width:240px;
	z-index:2000;
}
.top-bar .block{
	
	border:thin solid #FFF;
	text-align:left;
	padding-left:8px;
	transfosrm:translateX(200px);
	margin-bottom:8px;
	transition:transform 0.3s ease;
	font-family:Ultra;
	color:#FFF;
	background: rgba(10,10,10,0.4);	
	font-size:25px;
	line-height:1.5;
	display: block;
	transform-origin: 50% 0%;
	white-space: nowrap;
}
.top-bar .block:hover {
	transform:translateX(-190px);
	background:#111;
}
.top-bar .block a{
	border-radius:10px;
	padding:5px 0;
	color:inherit;
	text-decoration: none;
	display: block;
}
.top-bar .block i{
	width:30px;
	color:#48C2F2;
	color:#84FD7A;
}
#resultLoading{
	font-size:40px;	
	padding-top:25%;
	height:40px;
	width:30px;
	margin:auto;
	display:none;
	-webkit-animation: zooming 0.25s infinite;
	transform-origin: 50% 50%;
}

.mainContainer{
	position: relative;
}
#main-menu-handle{
	position:fixed;
	top:30%;
	right:0;
	font-size:35px;
	background: #DDDDDD;
	padding:10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:rgba(0,0,0,0.7);
	color:#FFFFFF;
	cursor: pointer;
}
#main-menu-handle:hover{
	background-color:#000;
}
#main-menu.on{
	right:10%;
}
#main-menu{
	position:fixed;
	width:80%;
	right:-85%;
	top:15%;
	background-color:rgba(20,20,20,0.8);
	z-index:2000;
	padding:25px 25px;
	border:thin solid #FFF;
	transition: right 0.2s ease;
	border:thin solid #333;
	border-radius: 25px;
}

#main-menu .row{
	width:100%;
	max-width:initial;
}
#main-menu .menu-block{
	height: 175px;
	background-color:#FFF;
	width:100%;
	position: relative;
	background:none; 
	border-radius: 10px;
}
#main-menu .menu-label{
	border:thin solid #FFF;
	background-color:#000;
	font-size:40px;
	line-height:150px;
	color:#FFF;
	position: absolute;
	width:100%;
	height: 100%;
	text-align: center;
	font-family:"Oswald";
	transition: font-size 0.2s ease,
		line-height 0.2s ease,
		height 0.2s ease;
}
#main-menu .menu-block:hover .menu-label{
	font-size:20px;
	line-height:40px;	
	height:40px;

}
#main-menu .menu-links{
	padding-top:40px;
	
}
#main-menu .menu-links li a:hover{
	background:#000;
	color:#fFF;
}
#main-menu i{
	color:#006CB0;
	vertical-align: 5px;
}
#main-menu .user-info{
	color:#FFF;
	font-size:12px;
	padding-bottom:10px;
	margin-top:-10px;
}
#main-menu .user-info a{
	text-decoration: none;
}
.body{
	width:1100px;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
   
}
.main-body{
	border:thin solid #A9A8A8;
	background-color:#FEFEFE;
	color:#FFF;
}
.pageTitle{
	background:-webkit-linear-gradient(top, #FCFCFC 0%,#ECECEC 100%);
	background:#EFEFEF;
	color:#333;
	font-size:22px;
	font-family:"Oswald";
	border-bottom:thin solid #A9A8A8; 
}
.pageTitle #cr{
	font-size:15px;
	vertical-align: middle;
	line-height: 30px;
	margin-right:10px;
	font-family:Courier;
	color:#07d;
	font-weight:bold;
}
.pageTitle li{
	display: inline-block;
	position: relative;
	height:34px;
}
.pageTitle a{
	height:34px;
	margin-right:5px;
	padding-left:30px;
	padding-right:10px;
	color: inherit;
	position: relative;
	vertical-align: middle;
	display: block;
	line-height: 30px;
	text-decoration: none;
	background:#FFF;
}
.pageTitle li:first-child a{
padding-left:10px;
}
.pageTitle li:last-child a{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pageTitle li:not(:last-child) a:after{
	z-index:2;
	content:'';
	border-top:17px solid transparent;
	border-bottom:17px solid transparent;
	border-left:17px solid #FFF;
	position:absolute;
	right:-17px;
	top:0
}
.pageTitle li:not(:first-child) a:before {
	z-index:0;
	content:'';
	border-top:17px solid transparent;
	border-bottom:17px solid transparent;
	border-left:17px solid #EFEFEF;
	position:absolute;
	left:0px;
	top:0
}
.pageTitle a:hover{
	background: #000;
	color:#FFF;
}
.pageTitle li:hover a::after {
	border-left-color: #000;
}
.main-body > .content{
	padding:20px 10px;
	color:#000;
}
.panel-box{
	width:100%;
	font-family:OpenSans;
	
	border:thin solid #92D8F4;
	border:thin solid #52DC46;
	
	background-color:#FFF;
	
	
	border-radius: 5px;
	overflow: hidden;
	margin-bottom:10px;
}
.panel-box .panel-box{
	margin:10px 20px;
	width:auto;
}
.panel-box > .title{
	display:block;
	width:100%;
	font-size:15px;
	line-height:24px;
	font-weight:bold;
	font-family:RobotoSlab;
	background:#EFEFEF;
	background:#48C2F2;
	background-image:linear-gradient(0deg,#4CCCFF,#48C2F2);
		background-image:linear-gradient(0deg,#4DCF42,#48C23E);
	
	color:#FFF;
	padding:3px;
	margin:0;
	text-align:center;
	border-bottom:thin solid #DEDEDE;
}
.panel-box > .title i{
	color:#2643BF;
}
.panel-box > .title a{
	float:right;
	margin-right:10px;
	color:#000;
}
.panel-box .panel-box > .title{
	font-size:13px;
}
.panel-box .content{
	margin:10px;
}
.panel-box li:not(:last-child){
	border-bottom:thin solid #EEE;
}

@-webkit-keyframes swing{
	0%,100% { margin-left:0px}
	50% {  margin-left:15px}
}
@-webkit-keyframes zooming{
	0%,100% { transform:scale(1)}
	50% {  transform:scale(1.1)}
}
.left-menu:hover a{
	padding:8px 5px;
	color:#000;
}
.left-menu a{
	padding:8px 5px;
	padding:0;
	transition:all 0.2s ease;
	display: block;
	color:#666;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
.left-menu a:hover{
	background-color:#000;
	color:#FFF;
	-webkit-animation: swing 0.4s 1;
}
.left-menu a:hover i{
color:#FFF;
}
.left-menu i{
	color:#D0D0D0;
}


.list,ul,li{
	list-style: none;
	padding:0;
	margin:0;
}
.form .button{
	width:100%;
	margin-top:10px;
}
div.label.suffix{
	height:100%;
	font-weight: bold;
	font-size:1em;	
}


.form{
	border:thin solid #DDD;
	padding:5px;
	margin-bottom:5px;
}

span.ui-spinner{
	border:none;
}
span.ui-spinner input{
	font-family:"Oswald";
}
.input span.ui-spinner .ui-icon{
}
.input input{
	font-family:"Oswald" !important;
	height:inherit;
	margin:0;
}


#loading{
	display:none;
	background: #000;
	color:#FFF;
	font-size:30px;
	padding:8px 12px;
	position: absolute;
	top:20%;
	right:-220px;
	width:220px;
	z-index:1000;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	transition: right 0.2s ease;
}
#loading .overlay{
	background: #000;
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	opacity:0;
	display:none;
	transition: opacity 0.2s ease;
}
#loading.on .overlay{
	display:block;
	
	opacity:0.3;

}
#loading.on{
	right:0;
	display: block;
	
}
.tableList{
	color:#000;
		text-align: center;
		width:100%;
}
.tableList > .row,.tableList  tr td{
	background-color:#FCFFF5;
	border-bottom:thin solid #CCC;
	margin:0px 0;
	vertical-align: middle;
	height:35px;
	line-height: 35px;
	font-weight:bold;
}
.tableList > .row:hover{
	background-color:#303030;
	color:#FFF;
	cursor:pointer;
}
.tableList .header{
	background-color:#2c344f;
	color:#FFF;
}
.tableList .date{
	color:#999;
	font-size:80%;
	display: block;
	line-height:normal;
}
.tableList .username{
	line-height:normal;
	margin-top:4px;
}
.tableList .title{
	font-size:15px;
	font-weight:bold;
}
.tableList .action{
	display: inline-block;
	margin:0;
	margin-right:8px;
}
.tableList .cell{
	border-left:thin solid #EFEFEF;
	height: 35px;
}


.ui2-dialog .ui-dialog-titlebar{
	padding:2px 4px;
}

#lockScroll{
	display: none;
}
 

