/*===================
  RESET
=================== */

* {padding:0; margin:0;} 
*, *:before, *:after {box-sizing: inherit;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, label, form {padding:0;margin:0;}
html {box-sizing: border-box;width:100%;height:100%;}
body {width:100%;height:100%;}
a{text-decoration:underline;outline:none;color:#00F;}
a:hover{text-decoration:underline;}
img{border:0;}
.compensate-for-scrollbar{margin-right: 0 !important;}

/*===================
  GERAL
=================== */

body{
	font-weight:400;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size:14px;
}

body.padrao{
	background-color: #303134;		
}

div.wrapper{
	width: 100%;
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
}
div.wrapper.clean{
	padding: 0;
}

button.botao,
a.botao{
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 20px;
	text-align: center;
	color: #ffffff;
	background-color: #d0d0d0;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #d0d0d0;
	margin-bottom: 10px;
	cursor:pointer;
}
button.botao:hover,
a.botao:hover{
	filter: brightness(85%);
}

a.botao.bt2{
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	color: #000000;
	font-weight: bold;
}


/*main*/
div#app_main{
	height: 100%;
}

div.overlay {
	opacity:    0.35; 
	background: #000; 
	width:      100%;
	height:     1000%;
	z-index:    100001;
	top:        0; 
	left:       0; 
	position:   fixed;
	overflow:   hidden;
}
div.loader{
	width:      100%;
	height:     100%;
	z-index:    100002;
	top:        0; 
	left:       0; 
	position:   fixed;
	overflow:	hidden;
}

a.icon{
	text-decoration: none;
	color: #999999;
}

a.icon:hover{
	text-decoration: none;
}

/*===================
  HEADER
=================== */
div#app_header{
	height: 70px;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	display: none;
}
div#app_header div.logo{
	background-image: url(../../app-vendor/pix/principal.png);
	margin-top: 10px;
	height: 50px;
	float: left;
	width: 250px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}

/*menu */
div#app_header a.mblmenu{
	color: #ffffff;
	text-decoration: none;
	float: right;
	font-size: 24px;
	margin-top: 8px;
	display: none;
	width: 10%;
}

div#app_header div.menu{
	padding-top: 20px;
	margin-left: 2%;
	float: right;
}

div#app_header div.menu ul{
	list-style-type: none;
}
div#app_header div.menu ul li{
	list-style-type: none;
	float: left;
}
div#app_header div.menu ul li a{
	float: left;
	background-color: #000000;
	color: #ffffff;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 10px;
	padding: 0 15px 0 15px;
}
div#app_header div.menu ul li a span.icon{
	float: left;
	margin-right: 5px;
	height: 26px;
	line-height: 26px;
}
div#app_header div.menu ul li.lg{
	float: right;
	clear: right;
}
div#app_header div.menu ul li.lg a{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0;
	margin-right: 0;
	height: 26px;
	line-height: 26px;
	margin-left: 20px;
	
}
div#app_header div.menu ul li.lg a:hover{
	text-decoration: underline;
}

span.jsdebug{
	float: right;
	color: #ffffff;
	font-size: 10px;
}

/*breadcrumb*/
div.breadcrumb {
	background-color: #000000;
	height: 30px;
    overflow: hidden;
}
div.breadcrumb ol{
    list-style: none;
    color: #ffffff;
	margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
	display: inline-block;
}
div.breadcrumb ol li{
    float: left;
    font-size: 10.5px;
    text-transform: uppercase;
}
div.breadcrumb ol li ico{
	margin-right: 4px;
}
div.breadcrumb ol li span{
	color:#FFFFFF;
	float: left;
	padding:0 10px;
	line-height: 30px;
	height: 30px;
}

div.breadcrumb ol li a{
    color:#ffffff;
	float: left;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
}
div.breadcrumb ol li a.icon{
	text-decoration: none;
	font-size: 18px;
	width: 30px;
	text-align: center;
	background-color: #999999;
	padding: 0;
}

div.breadcrumb ol li i{
    color:#BBBBBB;
	float: left;
	padding: 0;
	font-style: normal;
	line-height: 30px;
	height: 30px;
}
/*===================
  PRINCIPAL
=================== */
div#app_panel{
	background-color: #e3e3ec;
}

div.principal{
	background-color: #ffffff;
	border-radius: 5px;
	padding-top: 20px;
}

div.principal div.interno{
	padding: 0 20px 0 20px;
	overflow: auto;
}

div.principal h1{
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 400;
}
div.principal h1 span.tools{
	float: right;
}

div.principal h1 span.tools a{
	margin-left: 10px;
}

div.principal h2{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}

div.principal h3{
	font-size: 12px;
	font-weight: 300;
	color: #999999;
	margin-bottom: 20px;
}

div.principal h4{
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #333333;
	font-weight: normal;
	font-size: 16px;
}

div.principal p {
    margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
div.principal ul, 
div.principal li {
    margin-left: 20px;
    margin-bottom: 10px;
}
div.principal hr{
	border-top:1px solid #BBBBBB;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}
div.principal hr.m20{
	margin-top: 20px;
	margin-bottom: 20px;
}
div.principal hr.m30{
	margin-top: 30px;
	margin-bottom: 30px;
}

div.reg_header span.savedstatus{
	float:left;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 2px;
	display: none;
}

/*===================
  POPUPS
=================== */
div#app_popup.fancybox-content {
    padding: 22px;
}

div.fancypop h1{
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 400;
}
div.fancypop h2{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.fancypop h3{
	font-size: 12px;
	font-weight: 300;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.fancypop p{
	margin-bottom: 10px;
}
div.fancypop ul,
div.fancypop li{
	margin-left: 20px;
	margin-bottom: 10px;
}


/*===================
  FORMS
=================== */
ul.formulario,
div.principal ul.formulario,
div.fancypop ul.formulario{
	width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}

ul.formulario li,
div.principal ul.formulario li,
div.fancypop ul.formulario li{
	float:left;
	clear: both;
	display: block;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 0;
	width: 100%;
}

ul.formulario li.sep1{
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	border-bottom:2px solid #333333;
	font-weight: normal;
	font-size: 18px;
}

ul.formulario li.sep2{
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #E0E0E0;
	font-weight: normal;
	font-size: 18px;
}

ul.formulario li p.dica{
	font-size: 12px;
	line-height: 14px;
	color: #606060;
}
ul.formulario li label{
	float:left;
	margin-bottom: 8px;
	color:#606060;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: left;
}
ul.formulario li label a,
ul.formulario li label span{
	float: right;
	font-size: 12px;
}
ul.formulario li label span{
	color:#ff0000;
}
ul.formulario li label span.dica{
	color:#606060;
	float: left;
}

ul.formulario li label span.obr{
	color:#FF0000;
    font-weight: bold;
	float:left;
    font-size: 20px;
    height: 10px;
    margin-right: 5px;
    padding-top: 3px;
}



ul.formulario li input,
ul.formulario li select,
ul.formulario li textarea{
	width:100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #C3C3C3; 
	float:left;
	font-size: 16px;
	clear: both;
	margin-bottom: 15px;
	padding: 0 10px;
	border-radius: 5px;
}

ul.formulario li textarea{
	height: 80px;
	line-height: normal;
	padding: 10px 10px;
}

ul.formulario li input[type='checkbox'],
ul.formulario li input[type='radio']{
	width:17px;
	height: 17px;
	margin-right: 10px;	
}

ul.formulario li input.readonly,
ul.formulario li select.readonly,
ul.formulario li textarea.readonly{
	background-color: #DDDDDD;
}
ul.formulario li input.disabled,
ul.formulario li select.disabled,
ul.formulario li textarea.disabled{
	background-color: #C4C4C4;
	color:#DDDDDD;
}

ul.formulario li p.input{
	width:100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #C3C3C3; 
	float:left;
	font-size: 16px;
	clear: both;
	margin-bottom: 15px;
	padding: 0 10px;
	border-radius: 5px;
} 

ul.formulario li span.formInline{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

div.botoes{
	overflow:auto;
	clear:both;
	display:block;
	margin-bottom:10px;
	margin-top:15px;
}

/* inline */
ul.formulario.inline li,
div.principal ul.formulario.inline li,
div.fancypop ul.formulario.inline li{
	float: left;
	width: 45%;
	clear: none;
}
ul.formulario.inline li.brk,
div.principal ul.formulario.inline li.brk,
div.fancypop ul.formulario.inline li.brk{
	clear: both;
	display: block;
	width: calc(90% + 20px);
}

div.principal ul.formulario li.group{
	background-color: #F3F3F3;
	padding: 20px;
}

div.principal ul.formulario li.h1{
    margin-bottom: 20px;
    color: #565656;
    font-weight: normal;
    font-size: 17px;
}

/*FORMBOX*/
div.formbox{
	width: 100%;
}
div.formbox ul.formulario{
	width: 100%;
}
div.formbox ul.formulario li{
	width: 100%;
	margin-right:0;
	display: inline;
	clear: none;
	float: left;
}

div.formbox ul.formulario li.tit1{
	font-weight: bold;
	padding-top: 22px;
	font-size: 20px;
	color: #555555;
	margin-bottom: 30px;
}
div.formbox ul.formulario li.tit2{
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin-bottom: 20px;
}

div.formbox div.fbox{
	display: block;
	clear: both;
}

div.formbox div.box5 li{width: calc(50% - 10px);}
div.formbox div.box5 li:first-child{margin-right: 20px;}

div.formbox div.box3 li{width: calc(33% - 11px);}
div.formbox div.box3 li:first-child{margin-right: 20px;}
div.formbox div.box3 li:nth-child(2){margin-right: 20px;}

div.formbox div.box3-7 li:first-child{width: calc(33% - 10px);margin-right: 20px;}
div.formbox div.box3-7 li:last-child{width: calc(67% - 10px);}

div.formbox div.box4-6 li:first-child{width: calc(40% - 10px);margin-right: 20px;}
div.formbox div.box4-6 li:last-child{width: calc(60% - 10px);}

div.formbox div.box7-3 li:first-child{width: calc(67% - 10px);margin-right: 20px;}
div.formbox div.box7-3 li:last-child{width: calc(33% - 10px);}

div.formbox div.box6-4 li:first-child{width: calc(60% - 10px);margin-right: 20px;}
div.formbox div.box6-4 li:last-child{width: calc(40% - 10px);}

div.formbox div.box5-4-1 li:first-child{width: calc(50% - 10px);margin-right: 20px;}
div.formbox div.box5-4-1 li:nth-child(2){width: calc(17% - 15px);margin-right: 20px;}
div.formbox div.box5-4-1 li:last-child{width: calc(33% - 15px);}

div.formbox div.box5-1-4 li:first-child{width: calc(50% - 10px);margin-right: 20px;}
div.formbox div.box5-1-4 li:nth-child(2){width: calc(17% - 15px);margin-right: 20px;}
div.formbox div.box5-1-4 li:last-child{width: calc(33% - 15px);}

div.formbox div.box1-4-5 li:first-child{width: calc(17% - 15px);margin-right: 20px;}
div.formbox div.box1-4-5 li:nth-child(2){width: calc(33% - 15px);margin-right: 20px;}
div.formbox div.box1-4-5 li:last-child{width: calc(50% - 10px);}

div.formbox div.box4-1-5 li:first-child{width: calc(33% - 15px);margin-right: 20px;}
div.formbox div.box4-1-5 li:nth-child(2){width: calc(17% - 15px);margin-right: 20px;}
div.formbox div.box4-1-5 li:last-child{width: calc(50% - 10px);}

div.formbox div.box2 li{width: calc(25% - 20px);margin-right: 20px;}
div.formbox div.box2 li:last-child{margin-right: 0;}

div.formbox div.box2-2-5 li:first-child{width: calc(25% - 15px);margin-right: 20px;}
div.formbox div.box2-2-5 li:nth-child(2){width: calc(25% - 15px);margin-right: 20px;}
div.formbox div.box2-2-5 li:last-child{width: calc(50% - 10px);margin-right: 0;}

div.formbox div.box5-2-2 li:first-child{width: calc(50% - 10px);margin-right: 20px;}
div.formbox div.box5-2-2 li:nth-child(2){width: calc(25% - 15px);margin-right: 20px;}
div.formbox div.box5-2-2 li:last-child{width: calc(25% - 15px);margin-right: 0;}


div.formbox ul.formulario li.fbsep{width:20px; height: 40px;}

div.formbox ul.formulario li.pb90{width: calc(90% - 10px);}
div.formbox ul.formulario li.pb80{width: calc(80% - 10px);}
div.formbox ul.formulario li.pb70{width: calc(70% - 10px);}
div.formbox ul.formulario li.pb60{width: calc(60% - 10px);}
div.formbox ul.formulario li.pb50{width: calc(50% - 10px);}
div.formbox ul.formulario li.pb45{width: calc(45% - 10px);}
div.formbox ul.formulario li.pb40{width: calc(40% - 10px);}
div.formbox ul.formulario li.pb30{width: calc(30% - 10px);}
div.formbox ul.formulario li.pb25{width: calc(25% - 10px);}
div.formbox ul.formulario li.pb20{width: calc(20% - 10px);}
div.formbox ul.formulario li.pb15{width: calc(15% - 10px);}
div.formbox ul.formulario li.pb10{width: calc(10% - 10px);}


/*tableform */
table.formulario{
	width: 100%;
	border-collapse: collapse;
	border:none;
}
table.formulario th{
	vertical-align: middle;
	padding-bottom: 5px;
}
table.formulario td{
	vertical-align: middle;
	padding-bottom: 5px;
}
table.formulario td.label{
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	width: 40%;
}
table.formulario td input,
table.formulario td select,
table.formulario td textarea{
	width:100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #C3C3C3; 
	float:left;
	font-size: 16px;
	clear: both;
	padding: 0 10px;
	border-radius: 5px;
}



/*===================
  POPUPS
=================== */
div.fancypop{
	width: 100%;
	max-width: 600px;
}

/*===================
  PAGINACAO
=================== */
div.navega {
	font-weight: bold;
	font-size: 14px;
	line-height:30px;
	padding-top: 10px;
	margin-top: 5px;
	overflow:auto;
	margin-bottom:10px;
	width: 100%;
	text-align: center;
}
div.navega div.total{
	background-color: #f3f4f4;
	margin-bottom: 5px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	padding: 5px 0 5px 0;
}

div.navega ul{
	display:inline-block;
	list-style-type:none;
	margin-left:0;
	margin-top: 20px;
}
div.navega ul li{
	float:left;
	display:block;
	margin-bottom:4px;
	border: 1px solid #CCC;
	border-radius: 4px;
	height:40px;
	width:40px;
	line-height:40px;
	margin-right:8px;
	margin-left: 0;
	text-align: center;
}
div.navega ul li a{
	height:38px;
	width:38px;
	text-align: center;
	line-height:38px;
	float:left;
	color:#666;
}
div.navega ul li a:hover{
	background-color:#DDDDDD;
}
div.navega ul li.current{
	background-color:#333;
	color:#fff;	
}

div.navega ul li.spacer{
	width:15px;
	border:none;
	color:#999;
	background-color:#fff;
}

div.navega a:link, 
div.navega a:visited {
	text-decoration: none;
}

div.navega a.page {
    padding: 5px;
    border: 1px solid lightgrey;
	background-color:#fff;
}

div.navega li.navLnk{
	border: none;
}

/*===================
  FLEX
=================== */
div.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
div.flex.distr{
	justify-content:space-between;
}

.flx1{flex-grow: 1;}
.flx2{flex-grow: 2;}
.flx3{flex-grow: 3;}


/*===================
  ALERT
=================== */
.alert-body{
	background-color:#f1f1f1;
}
div.alert h1{
	padding:0;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}
div.alert-interno{
	padding:10px 0 10px 0;
}
div.alert-interno p{
	color:#6b6b6b;
	line-height:18px;
	font-size:14px;
			
}
div.alert a.botao{
	margin-right:10px;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	float:right;
}
div.alert a.botao.bok{
	background-color:#3582bc;
}
div.alert a.botao.bno{
	background-color:#7a7979;
}

div.msgConfirm{
	display:none;
	position:absolute;
	right:330px;
	max-width:400px;
	background-color:#093;
	color:#FFF;
	font-size:12px;
	padding:10px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index:2000;
}
div.msgConfirm span.icon{
	float:left;
	font-size:16px;
	margin-right:15px;
	color:#FFF;
}
div.msgConfirm.err{
	background-color:#C93C3E;
}

/*===================
  TABELAS
=================== */
/* GERAL */
table tr.registro{
	cursor:pointer;
}
table tr.registro:hover,
table tr.registro:hover td{
	background-color: #f0f0f0;
}

/* TABELA 1 */
table.tabela1, 
table.data,
table.lista{
	width: 100%;
	border-collapse: collapse;
	border: none;
	background-color: #ffffff;
}

table.tabela1 th,
table.data th,
table.lista th{
	padding: 10px;
	border: none;
	border-bottom: 2px solid #bababa;
	background-color: #f3f4f4;
	text-align: left;
}
table.tabela1 td,
table.data td,
table.lista td{
	padding: 10px;
	border: none;
	border-bottom: 1px solid #BBBBBB;
}

table.lista tr.destaque td,
table.data tr.destaque td,
table.tabela1 tr.destaque td{
	background-color:#FFC;
	border-top:1px solid #333;
}

table.lista tr.destaque2 td,
table.data tr.destaque2 td,
table.tabela1 tr.destaque2 td{
	background-color:#CCC;
	border-top:1px solid #333;
}

/* TABELA TH VERTICAL */
table.table-vertical-th{
	border-bottom: 1px solid #BBBBBB;
}

table.table-vertical-th th{
	border-bottom: 1px solid #bababa;
}

table.tabela1 tr.selected{
	background-color: #ffffdf;
}

table th.order span.orders{
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	color: #c9c9c9;
}

/* TABELA TH BOX */
table th.order{
	cursor:pointer;
}
table th.order.on{
	background-color: #e7e8e8;
}
table th.order.on span.orders{
	color: #28282c;
}

table.table-box td label{
	display: none;
}

table.table-box th span{ 
	color: #999; 
	font-size: 14px;
	clear: both;
	display: block;
}
table.table-box tr.registro{
	cursor:pointer;
}

/*===================
  LISTAS
=================== */
div.lista-opcoes1{
	display: inline-flex;
	flex-wrap: wrap;
	gap: 20px;
}
div.lista-opcoes1 ul{
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	flex-grow: 1;
	flex-shrink: 1;
}
div.lista-opcoes1 ul li{
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
}
div.lista-opcoes1 ul li.sep1{
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	border-bottom:2px solid #333333;
	font-weight: normal;
	font-size: 18px;
}

div.lista-opcoes1 ul li.sep2{
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #E0E0E0;
	font-weight: normal;
	font-size: 18px;
}

div.lista-opcoes1 ul li a{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	width: 100%;
}

div.lista-opcoes1 ul li a:hover{
	background-color: #E0E0E0;
}

div.lista-opcoes1 ul a span{
	font-weight: bolder;
	clear: both;
	display: block;
}
/*===================
  ABAS
=================== */
div.app-abas{
	width: 100%;
	padding-top: 20px;
}
div.app-abas ul{
	list-style-type: none;
	height: 40px;
	margin-left: 5%;
}

div.app-abas ul li{
	list-style-type: none;
	float: left;
}
div.app-abas a{
	color: #000000;
	background-color: #f0f0f0;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	padding: 0 20px 0 20px;
	min-width: 120px;
	margin-right: 2px;
}
div.app-abas a:hover{
	background-color: #b0b0b0;
	color: #ffffff;
	font-weight: bold;
}
div.app-abas a.selected{
	background-color: #ffffff;
	color: #000000;
}

/*===================
  CARTOES
=================== */
div.cartao{
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	padding: 10px;
}

/*===================
  BOX
=================== */
div.box{
	padding: 15px 20px 5px 20px;
	border-radius: 8px;
	
}
div.box p{
	margin-bottom: 10px !important;
    line-height: 20px !important;
}
div.box.amarelo{
	color: #b01116;
	background-color: #fcf3d7;
}

div.box.verde{
	color: #00a600;
	background-color: #daffe4;
}
div.box.laranja{
	color: #fffffff;
	background-color: #ff9600;
}
div.box.rosa{
	color: #000000;
	background-color: #F5DEDF;
}
div.box.vermelho{
	color: #fffffff;
	background-color: #e53a40;
}

div.box.azul{
	color: #3579f1;
	background-color: #e5efff;
}

div.box.cinza{
	color: #28282c;
	background-color: #f9f9f9;
}
div.box.branco{
	color: #000000;
	background-color: #ffffff;
}
div.box.branco p{
	color: #000000;
}

div.pwaIos{
    position:absolute;
    bottom: 0;
    margin: 20px;
    z-index: 3000;
}
div.pwaMsg{
    background-color: #ffffff;
    border-radius:10px;
    width: 100%;
    padding: 10px;
}
div.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  margin: 0 auto;    
}

div.pwaIos img{
    display: inline;
    height: 20px;
}

/*===================
  FOOTER
=================== */
div#app_footer{
	display: none;
}
div#app_footer p.padrao{
	text-align: center;
	color: #6f7174;
	padding-top: 20px;
}

div#app_footer a{
	color: #DDDDDD;
}

/*===================
  COMPONENTES
=================== */
/*login*/
div.logmsg{
	display: none;
	margin-bottom: 10px;
}


/*sem dados*/
div.lstNoData{
	text-align:center;
	padding-top:40px;	
}
div.lstNoData .icon{
	font-size:40px;
	margin-bottom:20px;
	color:#fa8221 !important;
	text-shadow:#b7b7b7 2px 2px 5px;
	display: block;
}
div.lstNoData p{
	margin-bottom:10px;
	color:#fa851f;
	
}
div.lstNoData p strong{
	font-size:16px;
	color:#000;
}

/*toggle*/
a.icon.formtoggle{
	font-size: 36px;
	margin-right: 20px;
	float:left;
}

a.icon.formtoggle:before{
	float: left;
}

a.icon.formtoggle span{
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size:14px;
	float: left;
	color:#606060;
	margin-left: 10px;
	line-height: 40px;
}

a.icon.formtoggle.icon-toggle-off{
	color:#999999;
}

a.icon.formtoggle.icon-toggle-on{
	color:#009900;
}

/*===================
  DEBUG
=================== */
div.debug{
	background-color: #000000;
	margin: 20px;
	padding: 15px;
	color:#00FF05;
    border-radius: 10px;
}
div.debug a{
	color:#FFFF00;
}
table.debug{
	border-collapse:collapse;
	border:1px solid #000;
	font-size:12px;
    margin-bottom: 20px;
}
table.debug th{
	border:1px solid #999999;
	background-color:#666666;
	color:#ffffff;
	padding:4px;
}
table.debug td{
	background-color:#333333;
	border:1px solid #999999;	
	padding:4px;
}
table.debug td.break{
	word-break: break-all;
}

pre.debug{
    max-width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* FILLBAR */
div.fillbar{
	border:1px solid #999;
	background-color: #fafafa;
}

div.fillbar div.fill{
	background-color: #00ff00;
}

/*===================
  PRINT
=================== */
div.principal.print{
    margin:10px;
}


/* ATALHOS */
input.date{width:70px;}
input.date2{width:70px;}
input.date3{width:100px;}
input.num{width:70px;}
input.mny{width:70px;}
input.hora{width:70px;}
input.hora2{width:50px;}
input.cep{width:70px;}
input.dec{width:70px;}
input.dec1{width:70px;}
input.dec2{width:70px;}
input.dec3{width:70px;}
input.dec4{width:70px;}
input.tel{width:120px;}
input.cel{width:120px;}
input.telf{width:120px;}
input.cpf{width:120px;}
input.cnpj{width:120px;}
input.color{width:70px;}
input[type=datetime-local]{width:180px;padding:1px;}
input[type=date]{width:120px;}
input[type=time]{width:120px;}
input[type=number]{width:100px;}
input.disabled, select.disabled, textarea.disabled{background-color: #E5E5E5;color:#B9B9B9;}

.cen{text-align:center !important;}
.dir{text-align:right !important;}
.esq{text-align:left !important;}
.bld{font-weight:bold !important;}
.itl{font-style:italic !important;}
.tch{text-decoration:line-through !important;}
.nolnk{text-decoration:none !important;}
.inv{display:none !important;}
.vis{display:block !important;}
.wrp{white-space:normal !important;}
.nwrp{white-space:nowrap !important;}
.aut{overflow:auto !important;}
.vis{display:block !important;}
.fix{position:fixed !important;}
.mono{font-family: "Courier New" !important;}
.divedit{background-color: #fff; white-space:pre; overflow: auto;-moz-tab-size:4;tab-size:4;}
.pointer{cursor:pointer}
.alpha2{opacity: 0.2}
.alpha4{opacity: 0.4}
.alpha6{opacity: 0.6}
.alpha8{opacity: 0.8}
.transp{background-color: transparent !important;border:none !important;padding: 3px !important;font-size: 11px !important;font-weight: normal !important;overflow: hidden !important;}
.elp{max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/*fontes*/
.fs10{font-size:10px !important;}
.fs12{font-size:12px !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px !important;}
.fs20{font-size:20px !important;}

/*lineheight*/
.lh14{line-height:14px !important;}
.lh16{line-height:16px !important;}
.lh18{line-height:18px !important;}
.lh20{line-height:20px !important;}
.lh22{line-height:22px !important;}
.lh24{line-height:24px !important;}

/* quebra geral */
div.brk{clear:both;display:block;}
.sep10{clear:both;display:block;height:10px;}
.sep20{clear:both;display:block;height:20px;}
.sep30{clear:both;display:block;height:30px;}
.sep40{clear:both;display:block;height:40px;}
.sep50{clear:both;display:block;height:50px;}
.sep60{clear:both;display:block;height:60px;}
.sep80{clear:both;display:block;height:80px;}
.sep100{clear:both;display:block;height:100px;}
.div1{clear:both;display:block;border-top:1px solid #999;}
.div2{clear:both;display:block;border-top:1px dashed #999;}
.div3{clear:both;display:block;border-top:1px dotted #999;}

/*cores*/
.c-gr0{color:#fff !important;}
.c-gr1{color:#eee !important;}
.c-gr2{color:#ddd !important;}
.c-gr3{color:#bbb !important;}
.c-gr4{color:#999 !important;}
.c-gr5{color:#777 !important;}
.c-gr6{color:#555 !important;}
.c-gr7{color:#333 !important;}
.c-gr8{color:#222 !important;}
.c-gr9{color:#000 !important;}

.c-gry{color:#888 !important;}
.c-red{color:#f00 !important;}
.c-vrd{color:#0f0 !important;}
.c-gre2{color:#0b0 !important;}
.c-gre{color:#090 !important;}
.c-brw{color:#900 !important;}
.c-blu{color:#00f !important;}
.c-wht{color:#fff !important;}
.c-blk{color:#000 !important;}
.c-ylw{color:#ff0 !important;}
.c-ora{color:#f90 !important;}
.c-vio{color:#90f !important;}

.b-gr0{background-color:#fff !important;}
.b-gr1{background-color:#eee !important;}
.b-gr2{background-color:#ddd !important;}
.b-gr3{background-color:#bbb !important;}
.b-gr4{background-color:#999 !important;}
.b-gr5{background-color:#777 !important;}
.b-gr6{background-color:#555 !important;}
.b-gr7{background-color:#333 !important;}
.b-gr8{background-color:#222 !important;}
.b-gr9{background-color:#000 !important;}

.b-gry{background-color:#888 !important;}
.b-red{background-color:#f00 !important;}
.b-vrd{background-color:#0f0 !important;}
.b-gre2{background-color:#0b0 !important;}
.b-gre{background-color:#090 !important;}
.b-brw{background-color:#900 !important;}
.b-blu{background-color:#00f !important;}
.b-wht{background-color:#fff !important;}
.b-blk{background-color:#000 !important;}
.b-ylw{background-color:#ff0 !important;}
.b-ora{background-color:#f90 !important;}
.b-vio{background-color:#90f !important;}

/*pasteis*/
.b-grep{background-color:#CFEFD2 !important;}
.b-redp{background-color:#ECDBDC !important;}
.b-orap{background-color:#F3E5D5 !important;}
.b-blup{background-color:#D8DDEB !important;}
.b-ylwp{background-color:#FFFFDF !important;}

/*alinhamento*/
.fl{float:left !important;}
.fr{float:right !important;}
.vt{vertical-align:top !important;}

/*margens*/
.ml-20{margin-left:-20px !important;}
.ml-10{margin-left:-10px !important;}
.ml-5{margin-left:-5px !important;}
.ml-2{margin-left:-2px  !important;}
.ml-1{margin-left:-1px  !important;}
.ml0{margin-left:0 !important;}
.ml1{margin-left:1px !important;}
.ml2{margin-left:2px !important;}
.ml3{margin-left:3px !important;}
.ml4{margin-left:4px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}

.mr0{margin-right:0 !important;}
.mr1{margin-right:1px !important;}
.mr2{margin-right:2px !important;}
.mr3{margin-right:3px !important;}
.mr4{margin-right:4px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}

.mt-20{margin-top:-20px !important;}
.mt-10{margin-top:-10px !important;}
.mt-5{margin-top:-5px !important;}
.mt-2{margin-top:-2px  !important;}
.mt-1{margin-top:-1px  !important;}
.mt0{margin-top:0 !important;}
.mt1{margin-top:1px !important;}
.mt2{margin-top:2px !important;}
.mt3{margin-top:3px !important;}
.mt4{margin-top:4px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}

.mb0{margin-bottom:0 !important;}
.mb1{margin-bottom:1px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb4{margin-bottom:4px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.mx200{max-width:200px !important;}
.mx300{max-width:300px !important;}
.mx400{max-width:400px !important;}
.mx500{max-width:500px !important;}
.mx600{max-width:600px !important;}
.mx700{max-width:700px !important;}
.mx800{max-width:800px !important;}

.pd0{padding: 0 !important;}
.pd1{padding: 1px !important;}
.pd2{padding: 2px !important;}
.pd3{padding: 3px !important;}
.pd4{padding: 4px !important;}
.pd5{padding: 5px !important;}
.pd10{padding: 10px !important;}
.pd15{padding: 15px !important;}
.pd20{padding: 20px !important;}
.pd30{padding: 30px !important;}

/*larguras*/
.l20{width:20px !important;}
.l30{width:30px !important;}
.l40{width:40px !important;}
.l50{width:50px !important;}
.l60{width:60px !important;}
.l70{width:70px !important;}
.l80{width:80px !important;}
.l90{width:90px !important;}
.l100{width:100px !important;}
.l120{width:120px !important;}
.l140{width:140px !important;}
.l160{width:160px !important;}
.l180{width:180px !important;}
.l200{width:200px !important;}
.l230{width:230px !important;}
.l250{width:250px !important;}
.l300{width:300px !important;}
.l350{width:350px !important;}
.l400{width:400px !important;}
.l450{width:450px !important;}
.l500{width:500px !important;}
.l550{width:550px !important;}
.l600{width:600px !important;}

.lm40{min-width:40px !important;}
.lm60{min-width:60px !important;}
.lm80{min-width:80px !important;}
.lm100{min-width:100px !important;}
.lm120{min-width:120px !important;}
.lm140{min-width:140px !important;}
.lm160{min-width:160px !important;}
.lm180{min-width:180px !important;}
.lm200{min-width:200px !important;}
.lm300{min-width:300px !important;}
.lm400{min-width:400px !important;}
.lm500{min-width:500px !important;}
.lm600{min-width:600px !important;}

.p100{width:100% !important;}
.p90{width:90% !important;}
.p85{width:85% !important;}
.p80{width:80% !important;}
.p70{width:70% !important;}
.p66{width:66% !important;}
.p60{width:60% !important;}
.p50{width:50% !important;}
.p49{width:49% !important;}
.p48{width:48% !important;}
.p45{width:45% !important;}
.p40{width:40% !important;}
.p33{width:33% !important;}
.p25{width:25% !important;}
.p20{width:20% !important;}
.p15{width:15% !important;}
.p10{width:10% !important;}
.p5{width:5% !important;}
.p0{width:0% !important;}

/*alturas*/
.h20{height:20px !important;}
.h30{height:30px !important;}
.h40{height:40px !important;}
.h50{height:50px !important;}
.h60{height:60px !important;}
.h70{height:70px !important;}
.h80{height:80px !important;}
.h90{height:90px !important;}
.h100{height:100px !important;}
.h120{height:120px !important;}
.h140{height:140px !important;}
.h160{height:160px !important;}
.h180{height:180px !important;}
.h200{height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h450{height:450px !important;}
.h500{height:500px !important;}

.hm40{min-height:40px !important;}
.hm60{min-height:60px !important;}
.hm80{min-height:80px !important;}
.hm100{min-height:100px !important;}
.hm120{min-height:120px !important;}
.hm140{min-height:140px !important;}
.hm160{min-height:160px !important;}
.hm180{min-height:180px !important;}
.hm200{min-height:200px !important;}
.hm300{min-height:300px !important;}
.hm400{min-height:400px !important;}
.hm600{min-height:500px !important;}

.desktp{display: block !important;}
.mobile{display: none !important;}

@media (max-width : 920px){
	.desktop{display: none !important;}
	.mobile{display: block !important;}
}