/**********************/
/* MENU */
/**********************/
.menu-sidebar{cursor:pointer;}
/**********************/
/* HOME USER LOGADO */
/**********************/
.home-login .home-logado {
	/*background: url(../imgs/marca_afrebras_large_opacity.png) repeat-y;*/
	background-size: 100%;
}
.home-login .home-logado .acessos {
	padding-top: 80px;
	padding-bottom: 100px;
}
/**********************/
/* GLOBALS */
/**********************/
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.ng-invalid.ng-dirty{border-color:red!important;} /*validation*/
.ng-valid.ng-dirty{border-color:green!important;} /*validation*/
.min-th{width: 36px;}
.min-td{width: 111px;}
.content {margin-bottom: 20px!important;}
.wait {height: 130px;}
.actions-btn { min-width:80px}
.barcode.div {height: 150px;}
.barcode.number {font-size: 18px;}
img.icon {max-height: 30px;}
/**********************/
/**REPORT */
/**********************/
#render_me > div > div > table > thead > tr > th{font-size: 11px!important}
#render_me > div > section > table > thead > tr > th {font-size: 11px!important}

#render_me > div.description-report{font-size: 11px!important}
/**********************/
/**ANIMATION */
/**********************/
.rotate{
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
/**********************/
/* RESPONSIVO */
/**********************/
@media only screen and (min-width: 991px) {
	.center-div{ margin: 0 auto;left: 25%;}
}
/**********************/
/* PRINT */
/**********************/
@media print {
	
    .no-print, .no-print *
    {
        display: none !important;
    }
}