/* Implementação do style da CASSI - apresentação. 
----------------------------------------------------------------------------*/

.validation-summary-errors ul {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    list-style: none;
}

.validation-summary-errors li {
	padding: 1px;
	list-style: none;
}

body {
    font-family: 'roboto', sans-serif;
	color: #333;
    margin-bottom: 100px;
	overflow-x: hidden;
	padding-top: 105px;
	line-height: 20px;
}

footer {
    color:#fff;
    padding:10px 2%;
    overflow:hidden;
	background-color:#118b6f;
	position: fixed;
	bottom: 0; 
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1029;
}

header .logo {
    z-index: 1031;
    position:fixed;
    left:10px;
    top:10px;
}

footer p {
	font-weight: 100;
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 0px;
}

footer .ans {
	padding:1px 3px 1px 3px;
	border: 1px double #fff;
	background-color:#000;
	float:left;
	font-size: 0.7em;
	font-weight: bold;
}

.cabecalho {
	background-color: #f8f8f8;
	z-index: 1030;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	min-height: 100px;
	border-bottom: 1px solid #e8e8e8;
}

.cabecalho .titulo {
	position: relative;
	top: 40px;
	left: 150px;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
}

.dimensionaMenu {
	width: 250px; 
}

.caret-right {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	float: right;
	margin-top: 5px;
}

.caret-bottom {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	float: right;
	margin-top: 8px;
}

.chosen-container-single .chosen-single {
	height: 34px;
	padding: 4px 12px; 
}

.chosen-container-single .chosen-single div b {
	margin-top: 5px;
}

.field-validation-error {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.nav .separador {
	position: relative; 
	display: block; 
	padding: 10px 0px;
}

/* Painel de erros
------------------------- */
.painelErro {	
	position: absolute;
	top: 0; 
	bottom: 0;
	left: 0; 
	right: 0;
	margin: auto;
	height: 325px;
}

#dvDetalhamentoErro {
	color: red;
	margin-bottom: 0;
}

/* Menu/submenu
------------------------- */
div .menu {
	background-color: #e8e8e8;
    border: 1px solid #ddd;
    border-radius: 4px;
	font-size: 14px;
	padding-right: 0px;
	padding-left: 0px;
}

div .menu span.tituloMenu {
	display:block;
	font-size: 18px;
	margin: 10px;
	text-align: left;
}

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

div .menu ul > li {
	border-bottom: 1px solid #ddd;
}

div .menu ul > li:last-child {
	border-bottom: 0px;
}

div .menu ul > li > a {
    color: #004986;
    text-decoration: none;
	padding: 10px;
	display:block;
}

div .menu ul > li > a:hover {
    background-color: #bdbfc1;
}

div.collapse > ul.submenu {
	background-color: #f5f5f5;
}

div.collapse > ul.submenu > li  > a {
	padding-left: 25px;
}

div.collapse > ul.submenu > li > a:hover {
	background-color: #dcdcdc;
}

li.itemSubmenu > a.active {
	background-color: #bdbfc1;
}

/* Menu/submenu responsive
------------------------- */
@media (min-width: 992px) {
	.logo {
		background: url("../imgs/logo-cassi.png") no-repeat;
		display: block;
		height: 61px;
		width: 122px;
	}
	
	#menuMedia {
		display: none;
	}
}

@media (max-width: 991px) {
	.logo {
		background: url("../imgs/logo-cassi-reduzido.png") no-repeat;
		display: block;
		height: 48px;
		width: 96px;
	}
	
	#menuPadrao {
		display: none;
	}
	
	#menuMedia {	
		position: relative;
		z-index: 1;
		margin-top: 10px;
	}
	
	#botaoMedia {
		position: absolute;
		top: 10px;
		right: 0px;	
	}
	
	.navbar-toggle {
		display: inline;
	}

	#idUsuario {
        font-size: 11px;
	    float: right;
		margin-top: 65px;
		height: 25px;
		display: inline-table;
	}
	
	#idUsuario li a {
		padding: 2px 5px;
		margin-right: 6px;
	}
	
	.nav .separador {
		padding: 2px 0px;
	}
}

/* Janela com informação de Processando...
----------------------------------------- */
.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
    -ms-filter: "alpha(opacity=50)";
    zoom: 1;
}
.midHolder {
	background-color: white;
	opacity: 1;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	width: 200px;
	height: 50px;
	margin-left: -100px;
	margin-top: -25px;
	left: 50%;
	top: 50%;
	z-index: 10001;
}
.showOverlay {
    display: block;
}