body {
	background: url("../../../images/bg_fundo.jpg") repeat center center fixed;
}

body.bg-dark {
	background: url("../../../images/bg_fundo_black.jpg") repeat center center fixed;
}

/*ACERTO MENU*/
body {
	padding-top: 7rem;
	/*padding-top: 40px;*/
}


body.home-off {
	padding-top: 7rem;
	/*background: url("../../../images/bg-login.jpg") repeat center center fixed;*/
}

.home-off .navbar-mainmenu {
	/*display: none;*/
}


.aviso_p {
	font-weight: bold;
	font-size: 12px;
}


.view-print-page {
	width: 100%; height: auto; overflow: auto; background-color: #FFF;
}



.container-principal {
	/*background-color: #FFF;*/
}


.li_inline {
	display: inline-block;
	vertical-align: middle;
}


.navbar-mainmenu {
	background-color: #EEE;
	
}

.navbar-mainmenu ul>li {
	font-weight: bold;
	margin-right: 15px;
}



.navbar-brand-owner {
	display: inline-block; margin-right: 40px; height: 45px;
}




.home-off-content {
	
}


.home-off-content-deny-left {
	color: #FFF;
}



.home-off-content-left, .home-off-content-deny-left {
	width: 70%;
}

.home-off-content-right, .home-off-content-deny-right {
	width: 30%;
}

.da-logo img {
	height: 100px;
}


thead {
	font-weight: bold;
}



.bt-more-pesq {
	text-decoration: none;
}


.bt-more-pesq .bi-plus-circle {
	display: none;
}

.bt-more-pesq.collapsed .bi-dash-circle {
	display: none;
	
}

.bt-more-pesq.collapsed .bi-plus-circle {
	display: inline-block;
	
}



.bttn_calendar {
	background-image: url(../../../images/system/128/icon_schedule.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	
}



.txtr_hp {
	height: 80px;
}

.cel-valor {
	text-align: right;
}

.cel-valor-subtotal {
	text-align: right;
	font-weight: bold;
}
.cel-valor-desconto {
	text-align: right;
	font-weight: bold;
	color: #D10003 !important;
}
.cel-valor-total {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd)>.cel-valor-desconto {
    	color: #D10003 !important;
	}






.js_bt_onoff {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 25px;
	border: 2px solid #999;
	background-image: url(../../../images/system/128/bt_onoff.png);
	background-size: 100px 25px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.js_bt_onoff.off {
	background-position: -50px top;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}

.js_bt_onoff.on {
	background-position: 0 top;
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}


.li_option_categ_off {
	border-bottom: 1px solid #999; 
	padding: 5px 0 5px 0;
	cursor: pointer;
}

.li_option_categ_off:hover {
	background-color: #FF9;
}


.li_option_categ_on {
	border-bottom: 1px solid #999; 
	padding: 5px 0 5px 0;
	cursor: pointer;
	background-color: #FC6;
}

.li_option_categ_disable {
	border-bottom: 1px solid #999; 
	padding: 5px 0 5px 0;
	color: #999;
	cursor: pointer;
}




.info-up {
    display: flex;
    flex-wrap: wrap;
}

.info-up .info-up-file.on {
    display: block;
}
.info-up .info-up-file {
    display: none;
    min-width: 280px;
    padding: 10px 10px 10px 30px;
    border-right: 1px solid #CCC;
}



.box-dashboard {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
	display: inline-block;
	vertical-align: top;
}

.box-dashboard-title {
	width: 250px;
	min-height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	clip-path: polygon(0 0, 85% 0%, 100% 50%, 100% 100%, 0 100%);
	padding: 1rem 1rem 0 1rem;
	font-size: 12px;
	/*border: 1px solid #333;*/

}

.box-dashboard-title a {
	font-size: 15px;
	text-decoration: none;
}


.box-dashboard-content {
	background-color: rgba(255, 255, 255, 0.5);
}

.table-dashboard {
	width: 95%;
	margin: 0;

}


.flex-grid {
	background-color: #CCC; position: absolute; width: 300px; height: 150px;
}
.flex-grid-scroll {
	width: 100%; height: 100%; overflow-y: scroll;
}

.flex-grid-scroll ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-grid-scroll ul li {
	border-bottom: 1px solid #999;
	
}

.flex-grid-scroll ul li a {
	display: block;
	padding: 5px 0 5px 10px;
	
}

.flex-grid-scroll ul li a:hover, .flex-grid-scroll ul li a:focus {
	background-color: #FFDE31;
}



.li_inline {
	display: inline-block;
}






.dv_box_painel {
    background-color: rgba(255, 255, 255, 0.3);
}
.dv_box_painel {
    padding: 5px 10px 10px 10px;
    margin: 10px 0;
}

fieldset {
    border-color: #999;
}
fieldset {
    border-width: 1px;
    border-style: dashed;
	padding: 10px;
	margin: 0;
}





.td-options {
	text-align: right;
}

.td-options a {
	text-decoration: none;
}




.icon_doc_edit {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/128/icon_doc_edit.png) no-repeat;
	background-size: 40px 40px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.icon_card {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/128/icon_card.png) no-repeat;
	background-size: 40px 40px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.icon_finance {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/128/icon_finance.png) no-repeat;
	background-size: 40px 40px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}



.icon_users {
	width: 45px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/128/icon_users.png) no-repeat;
	background-size: 45px 40px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}



.icon_box {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/128/icon_box.png) no-repeat;
	background-size: 40px 40px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.icon_empresa {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/128/icon_empresa.png) no-repeat;
	background-size: 40px 40px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}



.bt_files_xls {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background : url(../../../images/system/icon_files/icon_xls.png) no-repeat;
	background-size: 50px 50px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.bt_files_xls {
	width: 40px;
	height: 40px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_xls.png) no-repeat;
	background-size: 40px 40px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.bt_files_xls_pp {
	width: 25px;
	height: 25px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_xls.png) no-repeat;
	background-size: 25px 25px;
	background-position: 0 0;
	cursor: pointer;
	text-decoration: none;
}

.bt_files_doc {
	width: 40px;
	height: 40px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_doc.png) no-repeat;
	background-size: 40px 40px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.bt_files_doc_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_doc.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
}


.bt_files_zip {
	width: 40px;
	height: 40px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_zip.png) no-repeat;
	background-size: 40px 40px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.bt_files_zip_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_zip.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
}

.bt_files_pdf {
	width: 40px;
	height: 40px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_pdf.png) no-repeat;
	background-size: 40px 40px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
}




.bt_files_pdf_pp {
	width: 25px;
	height: 25px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/icon_files/icon_pdf.png) no-repeat;
	background-size: 25px 25px;
	background-position: 0 0;
	cursor: pointer;
	text-decoration: none;
}



.bt_seta_left {
	width: 20px;
	height: 20px;
	/*display: inline-block;*/
	margin: 2px 3px 0 3px;
	background: url(../../../images/system/bt_seta_left_off.png) no-repeat;
	background-position: 0px 10px;
	cursor: pointer;
	text-decoration: none;
}

.bt_seta_left.on {
	width: 20px;
	height: 20px;
	/*display: inline-block;*/
	margin: 2px 3px 0 3px;
	background: url(../../../images/system/bt_seta_left_on.png) no-repeat;
	background-position: 0px 10px;
	cursor: pointer;
	text-decoration: none;
}


.bt_pesq_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_pesquisar.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}


.bt_duplicate_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_duplicate.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_editar_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_editar.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_lixo_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_trash.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_lixoout_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_trashout.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_lixodel_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_trashdel.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_publish_on_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_publish_on.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_publish_off_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/bt_publish_off.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_doc_on_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/128/icon_doc_ficha.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}


.bt_duplic_on_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/128/icon_doc_duplicate.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}





.bt_doc_download_on_pp {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/128/icon_doc_download.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}


.bt_printer {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/128/icon_printer.png) no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}

.bt_printer_pp {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/128/icon_sells.png) no-repeat;
	background-size: 25px 25px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}



.bt_icon_doc_edit {
	width: 20px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../images/system/128/icon_doc_edit.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 5px;
	cursor: pointer;
	text-decoration: none;
	
	box-sizing: unset;
}
