html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {padding: 0; margin: 0; font-family: 'Montserrat', arial;  font-size: 12px; background: #625e5e; color: #111;}
div {overflow: auto;}




input, textarea, select {
	border: 1px solid #bababa;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Montserrat', arial;
}







input[type=button], input[type=submit]:hover{
	cursor: pointer;
}


input[type=button]:hover, input[type=submit]:hover{
	border-color: #3D4A46;
}

.hover tr:hover { 
	background-image: url('images/bgtrans.png');
	background-size: cover; 
}

.hovertr:hover { 
	background: #878A8D;
	color: #fff;
}

.num {font-family: verdana;}

.blur:hover {filter: blur(1px);}

.table tr:hover {background: #f6ebeb !important; color: #333 !important;}
.table tr:nth-child(even) {background: #f8f8f8;}

table {border-collapse: collapse;}
a {text-decoration: none; color: #0073aa;}
a:hover {text-decoration: underline;}
.shadow {box-shadow:0px 0px 3px 1px #8d8d8d;}
.radius {-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.radius5 {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


[onclick] {cursor: pointer;}


.date {width: 85px; text-align: center;}
.sum {width: 60px; text-align: right;}
.time {width: 65px; text-align: center;}


.table tr:hover {background: #f6ebeb !important; color: #333 !important;}
.table tr:nth-child(even) {background: #f8f8f8;}

a {text-decoration: none; color: blue;}
a:hover {text-decoration: none;}
.shadow {box-shadow:1px 1px 2px black, 0 0 7px #090304}
.radius {-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.radius5 {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/*        /////////////////////             */



.loginbox h1 {
	font-size: 20px;
	padding-bottom: 20px;
}

.loginbox h2 {
	font-size: 10px;
	padding-top: 10px;
}

.loginbox div {
	padding: 3px 0;
}

.loginbox label {
	float: left;
	width: 80px;
	padding-right: 10px;`
	text-align: right;
	font-size: 14px;	
	line-height: 25px;
}

.loginbox input[type=text], input[type=password] {
	width: 200px;
	border: 1px solid #233863;
	padding: 3px;
}

.loginbox input[type=submit] {
	border: 1px solid #233863;
	padding: 3px 7px;
}

/*        /////////////////////             */



.centerblock {
	margin-left: 220px;
	
}


.loginbox {
	border: 1px solid #001506;
	background: #140b0c;
	color: #fff;
	display: table;
	margin: auto;
	margin-top: 20px !important; 
	padding: 20px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	margin-bottom: 30px;
}


#leftmenu {
	display: block;
	height: calc(100vh - 42px);
	width: 200px;
	float: left;
	background: #000;
	border-right: 1px solid #373944;
	color: #EFE8DD;
	 font-size: 14px;
}

#leftmenu .logo {margin: 20px 0;}
#leftmenu .mainmenu a {display: block; color: #ffa103; border-top: 1px solid #392709; padding: 9px 12px; transition: background-color 300ms ease-out, color 300ms ease-out;}
#leftmenu .mainmenu a:hover {background: #ffa103;  color: #fff; transition: background-color 300ms ease-out, color 300ms ease-out;}
#leftmenu .mainmenu div:not(.submenu) {padding: 9px 12px 2px 12px; border-top: 1px solid #392709;}
#leftmenu .submenu {border-top: 0; padding: 0;}
#leftmenu .submenu a {border-top: 0; padding: 7px 25px; font-size: 10px;}
#leftmenu .selected {background: #ffa103; color: #fff !important;}

#leftmenu .admenu {margin-top: 30px;}
#leftmenu .admenu a {display: block; color: #C2C5D4; padding: 9px 12px; color: #7E90FF; border-top: 1px solid #213049; transition: background-color 300ms ease-out, color 300ms ease-out;}
#leftmenu .admenu a:hover { background: #262B4C; transition: background-color 300ms ease-out, color 300ms ease-out;}
#leftmenu .admenu .selected{ background: #2C325A;}



.dir, .file {cursor: pointer; padding-bottom: 4px 0; border-bottom: 1px solid #ccc;}
.file:hover {background: #D3F4D8;}
.dir:hover {background: #EFF4D3;}


#page_loading {margin: 25px auto; clear: both; position: fixed; top: 50px; width: 100%}
#page_loading div {color: #414143; margin-top: 3px; font-weight: 700;}

#page_body{min-height: calc(100vh - 42px);}

.box {
	min-width: 300px;
	margin: 10px auto; 
	background: #fff; 
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	box-shadow:0px 0px 3px 1px #8d8d8d;
}

.box h1 {
	display: block;
	padding: 5px; 
	font-size: 14px; 
	border-bottom: 1px solid #ccc; 
	margin: 3px;	
	margin: 3px -3px;
	
}

.box h2 {
	display: block;
	padding: 5px; 
	font-size: 12px; 
	border-bottom: 1px solid #ccc; 
	margin: 3px;	
}

.box h1 span  {
	float: right;
	font-size: 9px;
	padding: 0;
	margin: 0;
}

.box h1 span input[type=button] {
	font-size: 12px;
	margin-top: -5px
}

.box h3 {
	padding: 7px; 
	background: #ECECEC;	
	text-align: right;
}

.boxnp {
	min-width: 300px;
	margin: 10px auto; 
	background: #fff; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	box-shadow:0px 0px 3px 1px #8d8d8d;
}

.boxnp h1 {
	padding: 8px 5px; 
	margin: 0;
	font-size: 14px; 
	border-bottom: 1px solid #ccc; 
}


.boxnp h2 {
	
	display: block;
	padding: 5px; 
	font-size: 12px; 
	border-bottom: 1px solid #ccc; 
	margin: 5px 0 0 0;
}

.boxnp h3 {
	padding: 7px; 
	background: #ECECEC;	
	text-align: right;
}

.boxnp h1 span input[type=button] {
	font-size: 12px;
	margin-top: -2px
}	


.boxnp h1 span  {
	float: right;
	font-size: 9px;
	padding: 0;
	margin: 0;
}

.cloud {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #717D87;
	color: #fff;
	padding: 2px 5px;
	float: left;
	margin: 3px;
}

.finishbutton {
	font-weight: 600;
	color: #fff;
	background: #3D1C1C;
	border: 1px solid #976363;	
}

.mce-menubtn span {
  display: inline-block
}