/* TAGS GERAIS */
body{font-family: 'Source Sans Pro', sans-serif !important;}
.floatL{float: left;}
.floatR{float: right;}
.w960{max-width: 960px;}


/* PÁGINA LOGIN */
body.login{background: url(../../img/site/bg_login.jpg) center no-repeat;}
div#content-login{
	width: 430px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px -215px;
	text-align: center;
}
div.box-login{
	background: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	width: 100%;
	height: auto;
	padding: 30px;
}
	div.box-login h2{margin-top: 0; text-transform: uppercase; font-size: 30px; color: #343d5e; font-weight: 600; margin-bottom: 20px;}
		div.box-login div.form-group{text-align: left;}
			div.box-login div.form-group label{color: #9da6b0; font-size: 18px; font-weight: 400;}
			div.box-login div.form-group input[type="text"],
			div.box-login div.form-group input[type="password"]{
				background-color: #e6e8ea;
				border: 0 none;
				color: #343d5e;
				height: 45px;
				box-shadow: inset 3px 3px 0 rgba(0,0,0,0.1);
				-o-box-shadow: inset 3px 3px 0 rgba(0,0,0,0.1);
				-ms-box-shadow: inset 3px 3px 0 rgba(0,0,0,0.1);
				-moz-box-shadow: inset 3px 3px 0 rgba(0,0,0,0.1);
				-webkit-box-shadow: inset 3px 3px 0 rgba(0,0,0,0.1);
			}
			div.box-login a{text-decoration: underline; color: #6c7784; font-size: 14px; font-style: italic;}
			button.bt-login{
				background-image: url(../../img/site/bt_entrar.png);
				background-repeat: no-repeat;
				background-position: center 0;
				border: 0 none;
				display: block;
				width: 366px;
				height: 61px;
				overflow: hidden;
				text-indent: -9999px;
				margin: 20px auto;
			}
			button.bt-login:hover{background-position: center -61px;}
		div.logos-footer{margin: 15px auto 0; height: auto; width: 310px;}


/* HOME */
header{
	background: #183457;
	border-top: 5px solid #2A9BEB;
	height: 80px;
	padding-top: 3px;
	padding-bottom: 0;
}
	div.area-logo h1{width: auto; display: block; max-width: 254px; float: left; margin: 5px 0 0 0;}
	div.area-logo h1 img{width: auto; height: 50px;}
	div.area-logo img{float: left;}
	div.user{max-width: 260px; float: right;}
	div.user img{margin-right: 15px; margin-top: 1px; float: left; width: auto; height: 60px;}
		div.user a.nome-user{
			color: #fff;
			font-size: 16px;
			text-decoration: none;
			margin-top: 18px;
			display: block;
		}
		div.user a.nome-user:hover{text-decoration: none;}
		div.user ul{margin: -14px 0px 0px 86px;}

div#main-content{padding: 0;}
	div.list-boxes{margin-top: 40px; height: auto; width: 100%;}
	div.box-cont{
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		width: 178px;
		height: 159px;
		float: left;
		margin: 0 7px 15px;
		opacity: 1;
		-webkit-transition: opacity 0.5s ease;
		-moz-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;		
	}
		div.box-cont:hover{opacity: 0.6;}
		div.box-cont a{
			padding-top: 110px;
			display: block;
			width: 100%;
			height: 100%;
			text-decoration: none;
		}
		div.box-cont a:hover{text-decoration: none;}
		div.box-cont h3{text-transform: uppercase; font-size: 1.4em; margin: 0;}

/* Footer */
footer{margin-top: 40px; padding-top: 20px; padding-bottom: 10px; border-top: 1px solid #ccc; text-align: right;}


/* INTERNAS */
div.area-title{width: 100%; height: auto; padding: 10px 0; margin-top: 3px;}
	div.area-title div.title{float: left;}
		div.title img, div.area-title img{margin-right: 15px; float: left; height: 70px; width: auto;}
		div.title h2, div.area-title h2{color: #fff; text-transform: uppercase; font-size: 36px; margin-top: 15px;}
	a.bt-back{
		margin-top: 14px;
		display: block;
		float: right;
		border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		color: #fff;
		padding: 4px 28px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
		-o-box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
		-ms-box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
		-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
		border: 2px solid #fff;
		font-size: 20px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		        transition: all 0.3s ease;
	}
	a.bt-back:hover{background-color: #fff; color: #3e475c;}
	button.bt-menu{margin: 8px auto; display: block; float: none;}
	span.info-menu{
		display: block;
		float: left;
		margin-left: 30px;
		margin-top: -4px;
	}
	nav.menu-itens{background-color: #f0eded; margin-top: 3px; min-height: 38px !important;}
	div#main-menu li.dropdown{border-right: 1px solid #c7c7c7; border-left: 1px solid #fff; font-size: 16px;}
	div#main-menu li.dropdown:first-child{border-left: 0 none;}
	div#main-menu li.dropdown:last-child{border-right: 0 none;}
		div#main-menu li.dropdown a{color: #5c5f65;}
		div#main-menu .navbar-nav > li > a{padding: 8px 15px;}

	.dropdown-submenu {
    	position: relative;
	}

	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	    margin-left: -1px;
	    -webkit-border-radius: 0 6px 6px 6px;
	    -moz-border-radius: 0 6px 6px;
	    border-radius: 0 6px 6px 6px;
	}

	.dropdown-submenu:hover>.dropdown-menu {
	    display: block;
	}

	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    border-color: transparent;
	    border-style: solid;
	    border-width: 5px 0 5px 5px;
	    border-left-color: #ccc;
	    margin-top: 5px;
	    margin-right: -10px;
	}

	.dropdown-submenu:hover>a:after {
	    border-left-color: #fff;
	}

	.dropdown-submenu.pull-left {
	    float: none;
	}

	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	    -webkit-border-radius: 6px 0 6px 6px;
	    -moz-border-radius: 6px 0 6px 6px;
	    border-radius: 6px 0 6px 6px;
	}
	.dropdown-submenu .caret{
		border-top: 4px solid transparent;
		border-right: 4px solid transparent;
		border-left: 4px solid;
		border-bottom: 4px solid transparent;
	}


/* DADOS DO USUÁRIO */
div.dados-user{
	background-color: #fff;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding: 0
}
	div.dados-user div.area-title{
		background-color: #5e6984;
		border-radius: 8px 8px 0 0;
		-o-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		padding: 10px 20px;
		margin-bottom: 12px;
		margin-top: 0;
		text-align: left;
		min-height: 76px;
	}
		div.area-title img{height: 60px; width: auto;}
		div.dados-user div.area-title h2{float: left; margin-top: 10px;}
		div.dados-user div.area-title a.bt-back{margin-top: 8px;}
	div.form-dados{margin: 0 0 15px; padding: 20px;}
	div.area-txt{margin-bottom: 15px;}
		div.area-txt p{font-size: 18px; color: #67696f;}
		div.form-dados label{color: #9da6b0; font-size: 16px; font-weight: 400;}
		button.bt-salvar{
			background: url(../../img/site/bt_salvar.png) no-repeat;
			display: block;
			border: 0 none;
			text-indent: -9999px;
			overflow: hidden;
			margin: 15px auto 0;
			width: 226px;
			height: 50px;
			-webkit-transition: all 0.3s ease;
			   -moz-transition: all 0.3s ease;
			    -ms-transition: all 0.3s ease;
			     -o-transition: all 0.3s ease;
			        transition: all 0.3s ease;
		}
		button.bt-salvar:hover{opacity: 0.6;}


/* RESPONSIVE VERSIONS */

@media only screen and (max-width : 960px){
	div.list-boxes{
		margin: 40px auto 0;
		width: 578px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 768px) {
	
	/* Tela Login */
	div#content-login{
		width: 90%;
		max-width: 430px;
		position: relative;
		margin: 80px auto 0;
		top: 0;
		left: 0;
	}
	button.bt-login{
		width: 100%;
		border-radius: 8px;
	}
	div.logos-footer{width: 100%; text-align: center;}
		div.logos-footer img{float: none !important; margin-bottom: 10px;}

	/* Painel de Controle */
	header{height: 160px;}
	div.area-logo{text-align: center;}
		div.area-logo h1{text-align: center; max-width: 100%; float: none; margin-top: 6px;}
		div.area-logo h1 a{border: 0 none; padding-right: 0; margin-right: 0;}
		div.area-logo img{float: none; margin-bottom: 0;}
	div.user{text-align: center; margin-top: 10px; padding-top: 10px; max-width: none;}
		div.user img{float: none;}
		div.user ul{width: 100%; margin: 5px 0 0 0;}
		div.user a.nome-user{display: inline;}
	div.list-boxes{
		margin: 40px auto 0;
		width: 390px;
	}

	footer{text-align: center;}

	/* Internas */
	div.area-title{text-align: center;}
	div.title{margin-bottom: 16px;}
		div.title img{float: none; margin: 0;}
		a.bt-back{display: inline; float: none;}
		div.dados-user img{margin: 0; float: none;}
		div.dados-user h2{float: none; margin: 10px auto 16px;}
}