@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	margin:0;
	background-color:#000;
	color:#fff;
}
.login{
	width:300px;
	margin: 50px auto 0 auto;
	background-color:#FFF;
	padding:25px 25px 0 25px;
	border:3px solid #000;
}
.login img{
	width:100%;
	display:block;
	margin:20px auto;
}
form{
	border:1px solid #03C;
}
form.posex{border:1px solid #fff !important;}
h2{
	font-size:12px;
	font-weight:bold;
	padding:3px 5px;
	width:100%-10px;
	background-color:#03C;
	margin:0;
	border:1px solid #03C;
	color:#FFF;
}
h2.c1{
	background-color:#2ab120 !important;
	border:1px solid #2ab120 !important;
}
h2.c2{
	background-color:#e1ae13 !important;
	border:1px solid #e1ae13 !important;
}
h2.c3{
	background-color:#ea034f !important;
	border:1px solid #ea034f !important;
}
.form-inner{
	margin:10px;
}
.error{
	text-align:center;
	background-color:#FEB8B4;
	border:1px solid #FF6751;
	padding:5px 10px;
	width:80%;
	margin:10px auto;
	color: #000 !important;
}
.success{
	text-align:center;
	background-color:#A4FFA4;
	border:1px solid #00EC00;
	padding:5px 10px;
	width:80%;
	margin:10px auto;
	color: #000 !important;
}
.top-wrapper{
	background-color:#8a2502;
	width:100%;
	position:fixed;
	height:20px;
	padding-top:5px;
}
.top-wrapper a{color:#fff;}
.company-name{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	width:40%;
	float:left;
	color:#FFF;
}
.system-info{
	width:60%;
	text-align:right;
	float:right;
	color:#FFF;
}
.clear{
	clear:both;
}
a{text-decoration:none; color:#06F}

.unfreez{
	background-color:#02ff1b;
	color:#000;
	height:40px;
	min-width:80px;
	margin:10px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	float: left;
}


/* system manager */
.dashboard{
	width:500px;
	min-height:300px;
	border:1px solid #999;
	margin:0 auto 0 auto;
}
.wrapper-500{
	width:500px;
	margin:50px auto 0 auto;
}
.top-space{height:30px;}
.inner-wrapper{
	margin:10px;
}
#buttons{
	padding:0;
}
#buttons li {
    list-style: none;
    text-align: center;
    background-color:#03F;
	margin-bottom:10px;
    line-height: 30px;
	padding:5px 10px;
	width:200px;
	color:#fff;
}
#buttons a{
    text-decoration: none;
    color: #000;
    display: block;
}
#col-1{
	width:260px;
	float:left;
}
#col-2{
	width:220px;
	float:left;
}
/* main wrapper */
.main-wrapper{
	width:100%;
	min-height:350px;
	
}
.scroll-wrapper{
	overflow-x:hidden;
	overflow-y:scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.col-400{
	width:380px;
	float:left;
	border:1px solid #000;
}
.col-400-pos{
	max-width:380px;
	float:left;
}
.col-500{
	width:500px;
	float:left;
}
.col-560{
	width:725px;
	float:left;
	border:1px solid #03C;
}
table{
	border:none;
}
input[type='text']{
	width:100%;
}
.users{
	border:1px solid #CCC;
	background-color:#EFEFEF;
	padding:3px 5px;
	margin-bottom:3px;
}
.users span{
	font-size:9px;
}
.col-400-scroll{
	height:330px;
}
.pos{
	height:366px;
}
.h280{
	height:280px;
}
.txtr{text-align:right; }
.bdr-b{border-bottom:1px solid #999;}
.tbl{font-weight:bold; background-color:#CCC; color:#000;}
.font-red{color:#C00; font-weight:bold;}
/* jquery auto completer styles */
.ac_results {
	padding: 0px;
	border: 1px solid #0099CC;
	background-color: blue;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor:pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 

	in relative units scroll will be broken in firefox

	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: blue;
}
.ac_over {
	background-color:#0066FF;
	color: white;
}