body{
    font-family: 'Open Sans', sans-serif;
}

.menu{
	background-image: url(../images/bg-topo-retaguarda.png) !important; 
	background-size: cover !important;
}

.menu a{
	width: 100%
}

.menu ul{
	height: 70px !important; 
}

.menu li > a, .menu li > span{
	height: 100%;
	line-height: 70px !important;
}

.menu li:hover a{
	background: none !important;
}

.menu .rBorder{
	border-right: 1px solid rgb(7, 39, 54);
}

.menu .lBorder{
	border-left: 1px solid rgb(14, 58, 79);
}

.menu #logo{
	line-height: 63px !important;
	border-right: 1px solid rgb(8, 53, 75);
}

.menu #logo img{
    height: 43px;
    width: 128px;
}

.menu #home{
	font-weight: bold !important;
	color: #fff !important;
	font-size: 15px !important;
	border-right: 1px solid rgb(14, 58, 79);
}

.menu #trocarCor{
	color: #fff !important;
	font-size: 12px !important;
	font-weight: bold;
	border-left: 1px solid rgb(7, 39, 54);
	padding: 0 18px;
	display: table-cell;
	vertical-align: middle;
}

.menu #trocarCor div{
	text-align: center;
    font-size: 11px;
}

.menu #trocarCor div:first-child{
    margin-bottom: 14px;
}

.menu #trocarCor #azul{
	margin-right: 1px;
}

.menu #user{
	color: #fff !important;
	font-size: 14px !important;
	border-left: 1px solid rgb(7, 39, 54);
	display: inline-block;
}

.menu #user img{
	margin-right: 17px;
}

.menu #sair{
	font-weight: bold !important;
	color: #fff !important;
	font-size: 15px !important;
	border-left: 1px solid rgb(7, 39, 54);
}

.uk-grid{
    margin: 0px !important;
}

.uk-grid>*{
    padding-left: 0px !important;
}

.separator{
	height: 9px !important; 
	margin: 0px !important;
}

.column{
	border: none !important;
}

.column .container{
	padding-top:80px;
}

.principal h2{
    line-height: initial;
}

.titulo{
	text-transform:uppercase; 
	font-weight:bold;
	margin-bottom: 20px
}

.titulo-barra{
	border-top: 1px solid green; 
    margin-left: 15px;
}

.retMenu.uk-grid{
    margin: 10px 0px 0px 0px !important;
    border: 1px solid rgb(8,132,54);
    cursor: pointer;
}

.retMenu.uk-grid.disable{
	cursor: default;
	border-color: rgba(8, 132, 54, 0.6);
}

.retMenu.disable .retMenu-desc{
	color: #888;
}

.retaguarda .retMenu.uk-grid,
.dashboards .retMenu.uk-grid{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 7px;
}

.retaguarda .retMenu.uk-grid.hover,
.dashboards .retMenu.uk-grid:hover:not(.disable){
    border-width: 0px 7px 0px 1px;
    border-color: rgb(8,132,54);
    padding: 1px 0px;
}

/*.dashboards .retMenu.uk-grid:hover:not(.disable){
    border-width: 0px 0px 0px 1px;
    padding: 1px 1px 1px 0px;
}*/

.retMenu > div{
	padding: 0px !important;
}

.retMenu-icone, .field-icon{
	height: 65px;
	width: 65px;
}

.retMenu-desc{
	font-weight: bold;
}

.retMenu-text{
	float: left;
	margin-left: 7px;
}

.retMenu-seta{
	float: right; 
	text-align: right; 
	margin-right: 15px !important;
	font-size: 25px;
    width: 20px;
    height: 20px;
}

.disable .retMenu-seta{
	opacity: 0.6;
	-moz-opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -ms-filter: opacity(60%); -o-filter: opacity(60%); 
}

.dashboards .seta .esq{
    padding-right: 20px;
}

.dashboards .seta .dir{
    padding-left: 20px;
}

.slide{
    height: 11px;
    padding: 0px !important;
}

.slide img{
    height: 11px;
    width: 11px;
}

.slide.active{
    background: transparent url(../images/btn-slideover-retaguarda.png) no-repeat !important;
}

.dropdown{
    display: none;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
    width: 250px;
    padding: 0px;
    vertical-align: top;
    margin-top: 0px;
}

.dropdown ul{
    margin: 0px !important;
    border: 1px solid rgb(8,132,54);
}

.dropdown li{
    border-bottom: 1px solid rgb(8,132,54);
}

.dropdown li:last-child{
    border:none;
}

.dropdown a{
    padding: 7px 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown a:hover{
    background-color: rgb(8,132,54);
}

.dropdown-left{
	position: absolute;
    top: 65px;
    left: 50%;
}
.item-configuracoes .dropdown-left{
	position: absolute;
    top: -90px;
    left: 50%;
}

.dropdown-left-up{
	position: absolute;
    left: 50%;
    bottom:65px;
    top: auto;
}

.retaguarda .dropdown-left{
	position: absolute;
    top: 0px;
    left: 100%;
}

.retaguarda .dropdown-left-up{
	position: absolute;
    left: 100%;
    bottom:0px;
    top: auto;
}

.retaguarda .dropdown-left.center{
	position: absolute;
    left: 100%;
    /*bottom:0px;*/
    top: -230px;
}

.dropdown-left-hundred{
	position: absolute;
    left: 50%;
    top: -100px;
}


.dropdown-down{
	position: relative;
}

/* really small */
@media (max-width: 479px){
	.titulo{
		font-size: 20px;
	}
	
	.retMenu-text{
		font-size: 13px;
	}
}

/* really small to small */
@media (max-width: 767px){
	.column{
		padding: 0px !important;
	}
	
	.menu #logo{
		padding: 0 10px;
		width: 100%
	}
	
	.menu #home{
		padding: 0 10px;
	}
	
	.menu #sair{
		padding: 0 10px;
	}
}

/* small to medium */
@media (min-width: 480px) and (max-width: 959px){
	.titulo{
		font-size: 22px;
	}
	
	.retMenu-text{
		font-size: 15px;
	}
}

/* medium */
@media (min-width: 768px) and (max-width: 959px){
	.column{
		padding: 0px 10px !important;
	}
	
	.menu #logo{
		padding: 0 20px;
	}
	
	.menu #home{
		padding: 0 15px;
	}
	
	.menu #user{
		padding: 0 15px;
	}
	
	.menu #sair{
		padding: 0 15px;
	}
}

/* medium to large */
@media (min-width: 768px){	
	.menu #home img{
		margin-right: 10px;
	}
	
	.menu #sair img{
		margin-left: 10px;
	}
}

/* large to larger*/
@media (min-width: 960px){
	.titulo{
		font-size: 27px;
	}

	.column{
		padding: 0px 40px !important;
	}
	
	.retMenu-text{
		font-size: 18px;
	}
	
	.menu #logo{
		padding: 0 35px;
	}
	
	.menu #home{
		padding: 0 25px;
	}
	
	.menu #user{
		padding: 0 25px;
	}
	
	.menu #sair{
		padding: 0 25px;
	}
}

/* larger */
@media (min-width: 1100px){
	.menu #logo{
		padding: 0 48px;
	}
	
	.menu #home{
		padding: 0 39px;
	}
	
	.menu #user{
		padding: 0 38px 0 30px;
	}
	
	.menu #sair{
		padding: 0 35px 0 27px;
	}
}

/** Ajustes para o menu na home*/
html body.home{
	overflow: hidden;
    border: 0px none;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

body.home div.retMenu-text{
    text-transform: uppercase;
}

body.home .dashboards .uk-panel.container .principal{
    padding-top:32px;
}

body.home .dashboards .uk-panel-title{
    display:none;
}