/* TOGGLE */
.aw-toggle {
	float: right;
	line-height: 50px;
	margin-right: 15px;
	color: #fff;
}

/* MENU */
.aw-menu {
	font-size: 1.1em;
}

.aw-menu>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aw-menu>ul a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 500;
	color: #373737;
}

.aw-menu>ul i {
	margin-right: 6px;
}

.aw-menu>ul a:hover, .aw-menu>ul a:focus {
	background-color: #dfdfdf;
}

.aw-menu>ul .is-selected {
	border-left: 3px solid #1e94d2;
	background-color: #f3f3f3;
}

.aw-menu>ul .is-selected a {
	margin-left: -3px;
	color: #1e94d2;
}

/* PAGE-TITLE */
.aw-page-title {
	margin: 0;
	padding: 20px 0;
	font-size: 1.5em;
	color: #373737;
}

.aw-name {
	line-height: 50px;
	margin-right: 10px;
	color: #fff;
	font-size: 1.2em;
	margin-top: -60px;
	display: block;
	margin-left: 21%;
}
.aw-namer {
	line-height: 50px;
	margin-right: 10px;
	color: #fff;
	font-size: 1.2em;
	margin-top: -53px;
	display: block;
	margin-left: 21%;
}

.aw-name2 {
	display: none;
	line-height: 50px;
	margin-right: 10px;
	color: #fff;
	font-size: 1.2em;
	margin-top: -60px;
	margin-left: 21%;
}

.aw-namepage{
	margin-left: 66% !important;
}

@media ( max-width : 680px) {
	.aw-name2 {
		display: block;
	}
	.aw-name {
		display: none;
	}
}

.logo {
	width: 19%;
	height: 70px;
}

@media ( max-width : 700px) {
	.logo {
		width: 40%;
	}
	.aw-name {
		margin-left: 41%;
	}
	.aw-name2 {
		margin-left: 41%;
	}
	.aw-namer{
		display: none;
	}
}
/*NOME USUARIO TOPO*/
.nome-usuario {
	display: inline-block;
}

@media ( max-width : 500px) {
	.nome-usuario {
		display: none;
	}
}
/*tabelas*/
.centro {
	text-align: center;
}

.direita {
	text-align: right;
}

.ajax-status {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	width: 300px;
	height: 100px;
	top: 45%;
	left: 50% !important;
}
.ajax-statuscli {
	background: #CED7DB !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}
.img-ajax{
	margin-top: 30%;
	margin-left: 30%;
}

@media ( min-width : 960px) {
	.confirm {
		width: 30% !important;
	}
}

.vencido {
	color: red !important;
}

.vence_hoje {
	color: blue !important;
}

.vermelho {
	color: red !important;
}

.azul {
	color: blue !important;
}

.body-html {
	background: url("")
		no-repeat center top fixed;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#login-dialog {
	width: 30%;
	margin: auto;
	margin-top: 20px;
}

.transparencia {
	filter: alpha(opacity = 80);
	opacity: 0.80;
	-moz-opacity: 0.80;
	-webkit-opacity: 0.80;
}

.remove div {
	border: none !important;
	background: none !important;
}

.label-login {
	font-size: 1.5em !important;
	color: #ffffff !important;
	font-weight: bold !important;
}

.botao-login {
	font-size: 1.2em !important;
	color: #000000 !important;
	font-weight: bold !important;
	width: 100px;
}