body{
	background-image: url(assets/img/bgdark.jpg);
}

.container{
	background-color: rgba(255, 255, 255, 0.89);
	margin-top: 30px;
	border: 1px solid;
	border-radius: 5px;
	border-color: grey;
}

.logo{
	/*height: 75px;*/
	height: 120px;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	float: left;
}

.authb{
	float: right;
	/*margin-right: 20px;
	margin-top: 30px;*/
	margin-right: 11px;
    margin-top: 51px;
}

.menu{
	/*min-height: 300px;*/
	background-color: #F9F9F9;;
	border: 1px solid;
	border-radius: 3px;
	border-color: rgba(128, 128, 128, 0.58);
}

.nav-menu{
	list-style-type: none;
	padding: 0;
}

.nav-menu > li, .nav-menu > li > a{
	padding: 10px;
	padding-left: 15px;
	color: #0088cc;
	cursor: pointer;
}

.nav-menu > li > a{
	padding: 0;
	display: block;
}

.nav-menu > li:hover, .nav-menu > li > a:hover{
	color: #0088cc;
	cursor: pointer;
	background-color: #eaeaea;
	text-decoration: none;
}

.nav-menu > li.active{
	background-color: #0088cc;
	color: white;
}

.nav-menu > li.li-header{
	text-transform: uppercase;
	color: rgba(128, 128, 128, 0.84);
	cursor: default;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-size: 11px;
}

.nav-menu > li.li-header:hover{
	background-color: transparent;
}

.nav-menu > li.divider{
	padding: 0;
}

.divider > hr{
	margin: 0;
}

.item{
	min-height: 30px;
	border: 1px solid;
	margin-bottom: 10px;
	border-radius: 3px;
	border-color: grey;
	background-color: white;
	cursor: pointer;
}

.item-header{
	font-size: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0;
}

.item > hr{
	margin-top: 5px;
	margin-bottom: 10px;
}

.date-item{
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 12px;
	color: grey;
}

.footer{
	/*height: 40px;*/
	/*margin-top: 15px;*/
}

.footer > a{
	float: right;
	padding-top: 10px;
	margin-right: 20px;
	color: black;
	font-size: 20px;
}

.company{
	padding-top: 10px;
	margin-left: 50px;
	float: left;
}

.auth{
	position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.39);
    width: 100%;
    height: 100%;
}

.auth > div{
	/*height: 240px;*/
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border: 1px solid;
	border-radius: 5px;
	border-color: #C9C9C9;
	background-color: #F1F1F1;
	padding-left: 20px;
	padding-right: 20px;
}

.auth > div > hr{
	border-top: 1px solid #A0A0A0;
	margin: 0;
	margin-bottom: 20px;
}

.btn-gr{
	width: 185px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

.error{
	margin-bottom: 15px;
	border: 1px solid;
	border-radius: 5px;
	border-color: transparent;
	background-color: #AD2525;
}

.error > p{
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logins{
	float: right;
}

.logins > p{
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#logout{
	float: right;
	margin-right: 10px;
}

.loader{
	position: fixed;
    width: 100%;
    height: 100%;
}

.loader > img{
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -10px;
}

.foot{
	height: 35px;
}

.foot > button{
	float: right;
    margin-top: 3px;
}

.load{
	width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}