@CHARSET "utf-8";

.navbar{
	/*background: #40a8be;*/
	/*background: #327bab;*/
	background: -webkit-gradient(linear, left top, right top, from(#327bab), to(#005b96)) no-repeat;
	background: -moz-linear-gradient(left,#327bab,#005b96);
	background: linear-gradient(to top left ,#327bab,#005b96);
}
.ace-nav>li>a{
	background: #40a8be;
}

.alert {
	border-radius: 5px
}

/*configurações globais*/
.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index: 1100 !important
}

#gviews_ttpas .ui-jqgrid .ui-jqgrid-htable th { 
	tamanho da fonte : 0.8em;
	 height: 22px; 
	 padding: 0 2px 0 2px;
	 color: red;
}

.ws-loader {
	display: none;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 9000;
	width: 200px;
	height: 200px;
	margin-left: -75px; /*centralizando a imagem*/
   margin-top: -35px; /*centralizando a imagem*/
}

body.ws-loader {
	overflow: hidden;
}

.loading-modal {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 20%;
	left: 50%;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('../res/img/load100.gif') 50%
		50% no-repeat;
}

body.loading .loading-modal {
	overflow: hidden;
}

body.loading .loading-modal {
	display: block;
}

.required:after {
	content: " * ";
	color: red;
}

.mlabel {
	color: #EE3C00; /*#ffa500;*/
	margin-bottom: 0;
}

a.mlabel {
	color: #EE3C00 !important;
}

.mtop-5 {
	margin-top: 5px;
}

.mtop-10 {
	margin-top: 10px;
}

.mtop-20 {
	margin-top: 20px;
}

.f-size-12 {
	font-size: 12px;
}

.f-size-14 {
	font-size: 14px;
}

.f-size-16 {
	font-size: 16px;
}

.f-size-24 {
	font-size: 24px;
}
.f-size-32 {
	font-size: 32px;
}
.f-size-20 {
	font-size: 20px;
}
.f-bolder {
	font-weight: bolder;
}

.doUpper{
	text-transform: uppercase;
}
.box-l {
	width: calc(100% - 0px);
	min-height: 220px;
	border: 1px solid #e5e5e5;
	margin: 20px 0 0 10px;
	border-radius: 5px;
	/*background-color: #ffffff;*/
	background-color: #eeeeee;
	padding: 5px 10px;
}

.box-inner {
	width: calc(100% - 0px);
	min-height: 56px;
	border: 1px solid #e5e5e5;
	margin: 0 0 5px 0;
	border-radius: 5px;
	/*background-color:#ddd;*/
	box-sizing: border-box;
	padding: 10px 0 0 0;
}

.fa-size-24{
	font-size: 24px;
}

.fa-size-32{
	font-size: 24px;
}
/*
.lcontainer {
	text-align: left;
	padding: 5px 5px;
}

.lcontainer>li{
	width: 112%;
}

.lcontainer>li.msimple{
	width: 75%;
}
.box-inner .simple{
	
}
.lcontainer>li.ajuste{
	width: 95%;
}

.lcontainer .fa {
	font-size: 20px
}

.lcontainer li>a>span {
	margin: 0 5px;
	cursor: pointer;
}

.lcontainer li>a>span>small {
	font-weight: 700;
	font-size: 12px;
	color: #525252;
	box-sizing: border-box;
	
}

.lcontainer li>a>span>small:hover {
	color: #40a8be
}

.lcontainer li>a {
	float: left;
	text-align: center;
	width: 14%;
	transition: all 0.3s ease;
	color: #FF4500;
	text-decoration: none;
}



.lcontainer li>a>label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 0 10px;
	color: #c5c5c5
}

.lcontainer li>a>label:hover {
	color: #40a8be
}
*/
.lcontainer {
	text-align: left;
	list-style: none;
	/* padding: 5px 5px; */
}

.lcontainer > li {
	float: left;
	width: 12%
}

.lcontainer .fa {
	font-size: 20px
}

.lcontainer li > a > span {
	margin: 0 5px;
	cursor: pointer;
	width: 100%
}

.lcontainer li > a > span > small {
	font-weight: 700;
	font-size: 12px;
	color: #525252;
	width:100%;
	box-sizing: border-box;
	display: block;
}

.lcontainer li>a>span>small:hover {
	color: #40a8be
}

.lcontainer li>a {
	float: left;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease;
	color: #FF4500;
	/*font-size: 16px !important;*/
	text-decoration: none;
}

.lcontainer li>a>label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 0 10px;
	color: #c5c5c5
}

.lcontainer li>a>label:hover {
	color: #40a8be
}

.box-controls{
	width: calc(100% - 0px);
	min-height: 56px;
	border: 1px solid #e5e5e5;
	margin: 0 0 5px 0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.lnk-control{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3px 20px;
	border-radius: 5px;
}


a.lnk-control {
	text-decoration: none;
	cursor: pointer;
}

.lnk-control small{
	font-weight: 700;
	font-size: 12px;
	color: #525252;
	margin-top: 0;
}

.lnk-control small:hover{
	color: #40a8be;
}

.lnk-control .fa{
	font-size: 20px;
}


.blue {
	color: #1F75FE
}

.yellow {
	color: #efe74c
}

.green {
	color: #2acd4a
}

.gray {
	color: #a2a2a2
}

.red {
	color: #EF2929;
}

.prata {
	color: #C0C0C0;
}

.ouro {
	color: #FFD700;
}
.help-color{
	color: #E2755F;
}

.excel-color{
	color: #005f00;
}

.input-xs {
	height: 24px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

button[type=submit].btncls {
	background-color: #B80C4D;
	border: #2e6da4;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 4px;
	line-height: 1.5;
	text-decoration: none
}

.btn-action img.btn-image {
	line-height: 32px;
	max-width: 32px;
}

.btn-action {
	border: none;
	padding: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	outline: none;
	margin: 5px 0 5px 5px;
	float: right;
}

.btn-action.btn-refresh{
	background: #009688; 
	border:#009688 solid 2px ;
	border-radius: 3px; 
	color: #FFF
}
/*Altera estilo dos componetes bootstrap*/
.panel>.panel-heading {
	background-image: none;
	background-color: #40a8be;
	color: white;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

fieldset.fset {
	border: 1px solid #e5e5e5 !important;
	padding: 0 5px 5px 5px;
	border-bottom: none;
	border-radius: 4px;
	background-color: #fff;
}

legend.fset {
	width: auto !important;
	border: none;
	font-size: 13px;
	color: #EE3C00;
	color:#006b8f;
	font-weight: bolder;
	margin-bottom: 0;
}

/*controla a distâcia entre as colunas*/
.no-gutter>[class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.gtt-10.row {
	margin-right: -5px;
	margin-left: -5px;
}

.gtt-10>[class^="col-"], .gtt-10>[class^=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

/*remove os cantos arrendodados*/
.no-radius {
	border-radius: 0;
	font-weight: bolder;
	font-size: 14px;
}
/*############### cadastro de pessoa ################*/
.custom-pfj {
	width: 960px;
	margin: 0 auto;
	min-width: 350px;
	margin-top: 10px;
}

/*############### cadastro nomeclatura de pessoa ################*/
.custom-nomeclatura {
	width: 650px;
	margin: 0 auto;
	min-width: 350px;
	margin-top: 10px;
}

.modal-y.nremodal .modal-dialog {
	top: 5%;
}

#myModal {
	top: 5%;
	right: 25%;
	left: 25%;
	outline: none;
}

#myModal .modal-dialog {
	width: 350px !important;
}

/*############### cadastro usuario ################*/
.custom-usuario {
	width: 650px;
	margin: 0 auto;
	min-width: 350px;
	margin-top: 10px;
}

/*############### cadastro perfil ################*/
.custom-perfil {
	width: 650px;
	margin: 0 auto;
	min-width: 350px;
	margin-top: 10px;
}

a.f-size-12 {
	font-size: 13px !important;
}

/*############### cadastro forma de pagamento ################*/
.custom-perfil {
	width: 650px;
	margin: 0 auto;
	min-width: 350px;
	margin-top: 10px;
}

.modal-xsize.fpamodal .modal-dialog {
	width: 650px !important;
}

.modal-y.fpamodal .modal-dialog {
	top: 5%;
}

.modal-xsize.ctbmodal .modal-dialog {
	width: 440px !important;
}

.modal-y.ctbmodal .modal-dialog {
	top: 16%;
}

.modal-xsize.auditmodal .modal-dialog {
	width: 580px !important;
}

.modal-y.auditmodal .modal-dialog {
	top: 16%;
}

.modal-xsize.precmodal .modal-dialog {
	width: 780px !important;
}

.modal-y.precmodal .modal-dialog {
	top: 5%;
}

.modal-xsize.eajmodal .modal-dialog {
	width: 580px !important;
}

.modal-y.eajmodal .modal-dialog {
	top: 16%;
}

.modal-xsize.adqmodal .modal-dialog {
	width: 350px !important;
}

.modal-y.adqmodal .modal-dialog {
	top: 5%;
}
/*############### cadastro nco ################*/
.modal-xsize.ncomodal .modal-dialog {
	width: 350px !important;
}

.modal-y.ncomodal .modal-dialog {
	top: 5%;
}
/*############### cadastro pfj ################*/
.modal-xsize.pfjmodal .modal-dialog {
	width: 720px !important;
}

.modal-y.pfjmodal .modal-dialog {
	top: 5%;
	left: 5%;
}

.modal-xsize.credmodal .modal-dialog {
	width: 726px !important;
}

.modal-y.credmodal .modal-dialog {
	top: -2%;
	left: 5%;
}
/*############### cadastro endereco ################*/
.modal-xsize.endmodal .modal-dialog {
	width: 550px !important;
}

.modal-y.endmodal .modal-dialog {
	top: 16%;
	left: 5%;
}
/*############### cadastro de marca ################*/
.modal-xsize.marmodal .modal-dialog {
	width: 520px !important;
}

.modal-y.marmodal .modal-dialog {
	top: 16%;
}

.modal-xsize.invmodal .modal-dialog {
	width: 320px !important;
}

.modal-y.invmodal .modal-dialog {
	top: 16%;
}

.modal-xsize.invmodalg .modal-dialog {
	width: 280px !important;
}

.modal-y.invmodalg .modal-dialog {
	top: 16%;
}

.modal-xsize.audmodal .modal-dialog {
	width: 320px !important;
}

.modal-y.audmodal .modal-dialog {
	top: 16%;
}

/*############### cadastro de produto ################*/
.modal-xsize.capmodal .modal-dialog {
	width: 840px !important;
}

.modal-y.capmodal .modal-dialog {
	top: 1%;
}

/*############### cadastro de familia ################*/
.modal-xsize.fammodal .modal-dialog {
	width: 520px !important;
}

.modal-y.fammodal .modal-dialog {
	top: 16%;
}

/*############### cpadmodal ################*/
.modal-xsize.cpadmodal .modal-dialog {
	width: 800px !important;
}

.modal-y.cpadmodal .modal-dialog {
	top: 5%;
}

.modal-xsize.cpaclonemodal .modal-dialog {
	width: 420px !important;
}

.modal-y.cpaclonemodal .modal-dialog {
	top: 15%;
}

.modal-xsize.anamodal .modal-dialog {
	width: 430px !important;
}

.modal-y.anamodal .modal-dialog {
	top: 15%;
}

.modal-xsize.cosmodal .modal-dialog {
	width: calc(100% - 400px) !important;
}

.modal-y.cosmodal .modal-dialog {
	top: 5%;
}

input[type=checkbox].ace, input[type=radio].ace {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

label input[type=checkbox].ace, label input[type=radio].ace {
	z-index: -100 !important;
	width: 1px !important;
	height: 1px !important;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute
}

input[type=checkbox].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:checked,
	input[type=radio].ace:focus {
	outline: 0 !important
}

input[type=checkbox].ace+.lbl, input[type=radio].ace+.lbl {
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	min-height: 18px;
	min-width: 18px;
	font-weight: 400;
	cursor: pointer
}

input[type=checkbox].ace+.lbl::before, 
input[type=radio].ace+.lbl::before
	{
	cursor: pointer;
	font-family: fontAwesome;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	content: "\a0";
	background-color: #FAFAFA;
	border: 1px solid #C8C8C8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border-radius: 0;
	display: inline-block;
	text-align: center;
	height: 16px;
	line-height: 14px;
	min-width: 16px;
	margin-right: 1px;
	position: relative;
	top: -1px
}

input[type=checkbox].ace:checked+.lbl::before, input[type=radio].ace:checked+.lbl::before
	{
	display: inline-block;
	content: '\f00c';
	color: #32A3CE;
	background-color: #F5F8FC;
	border-color: #ADB8C0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px
		rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1)
}

input[type=checkbox].ace+.lbl:hover::before, input[type=checkbox].ace:hover+.lbl::before,
	input[type=radio].ace+.lbl:hover::before, input[type=radio].ace:hover+.lbl::before
	{
	border-color: #FF893C
}

input[type=checkbox].ace:focus+.lbl::before, input[type=radio].ace:focus+.lbl::before
	{
	border-color: #F59942
}

input[type=checkbox].ace:active+.lbl::before, input[type=checkbox].ace:checked:active+.lbl::before,
	input[type=radio].ace:active+.lbl::before, input[type=radio].ace:checked:active+.lbl::before
	{
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px
		rgba(0, 0, 0, .1)
}

input[type=checkbox].ace.ace-checkbox-2+.lbl::before, input[type=radio].ace.ace-checkbox-2+.lbl::before
	{
	box-shadow: none
}

input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before, input[type=radio].ace.ace-checkbox-2:checked+.lbl::before
	{
	background-color: #F9A021;
	border-color: #F9A021;
	color: #FFF
}

input[type=checkbox].ace.disabled+.lbl::before, input[type=checkbox].ace:disabled+.lbl::before,
	input[type=checkbox].ace[disabled]+.lbl::before, input[type=radio].ace.disabled+.lbl::before,
	input[type=radio].ace:disabled+.lbl::before, input[type=radio].ace[disabled]+.lbl::before
	{
	background-color: #DDD !important;
	border-color: #CCC !important;
	box-shadow: none !important;
	color: #BBB
}

.checkbox label input[type=checkbox].ace+.lbl, .radio label input[type=radio].ace+.lbl
	{
	margin-left: -10px
}

input[type=radio].ace+.lbl::before {
	border-radius: 100%;
	font-size: 10px;
	font-family: FontAwesome;
	text-shadow: 0 0 1px #32A3CE;
	line-height: 15px;
	height: 17px;
	min-width: 17px
}

input[type=radio].ace:checked+.lbl::before {
	content: "\f111"
}

input[type=checkbox].ace.input-lg+.lbl::before {
	border-radius: 4px;
	font-size: 16px;
	height: 24px;
	line-height: 21px;
	min-width: 24px;
	top: auto
}

input[type=radio].ace.input-lg+.lbl::before {
	font-size: 14px;
	height: 24px;
	line-height: 22px;
	min-width: 24px;
	top: auto
}
/*
.fset .ace{
	margin: 0!important;
	font-size: 11px!important;
	padding: 0!important;
}
*/
/*
#_fmpfj_ input[required]:invalid {
	border: 1px solid red;
}*/
#_fmpfj_ input:required:focus {
	border-color: palegreen;
}

#_fmpfj_ input:invalid:focus {
	border-color: #ff3232;
}
 #_ffam_ input:required:focus {
	border-color: palegreen;
}

#_ffam_ input:invalid:focus {
	border-color: #ff3232;
}

 .row input.req:required:focus {
	border-color: palegreen;
}

.row input.req:invalid:focus {
	border-color: #ff3232;
}
/*.sweet-modal-box{
	background-color:#F1F8FA;
	background-color: #40a8be;
	background-color: #f5f5f5;
}*/

ul.l-eventos{
  width:700px;
  margin-top:5px;
  margin-bottom:20px;
  height:200px;
  overflow: auto;
  /*border-top:1px solid #ccc;*/
}
.l-eventos li{
  line-height:1.3em;
  /*border-bottom:1px solid #ccc;*/
  float:left;
  display:inline;
}
.l-eventos li{ 
	width:50%;
}
.l-eventos.evlpro li  { width:100%;}
/*
#triple li  { width:33.333%; } <span class="code-comment"></span>
#quad li    { width:25%; } <span class="code-comment"></span>
#six li     { width:16.666%; } <span class="code-comment"></span></code>*/
.grafico{
    width: calc(33.33333333% - 20px);
    min-height: 220px;
    border:1px solid #e5e5e5;
    margin: 20px 0 0 20px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px 10px;
}

.grafico-2{
    width: calc(25% - 20px);
    border:1px solid #e5e5e5;
    margin: 20px 0 0 20px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px 10px;
}

.grafico-2 p{
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size:1.3em;
}

.grafico-2 h2{
    color: #ffffff;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
}

.grafico-3{
    width: calc(50% - 20px);
    border:1px solid #e5e5e5;
    margin: 20px 0 0 20px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px 0;
    padding: 0 10px;
}

.grafico-3 #title{
    padding-left: 20px;
    font-weight: 800;
    color: #666666;
    font-size: 1.3em;
    text-transform: uppercase;
}

.grafico-3 #title i{
    margin-right: 10px;
}


.logo img{
	width: 190px;
   /* margin-top: 7px;*/

}

.btn-add-tpa{
	border-radius: 5px;
	padding: 4px 2px;
	box-sizing: border-box;
}

.btn-rem-tpa{
	border-radius: 5px;
	padding: 4px 2px;
	box-sizing: border-box;
}

.btn-next{
	font-size: 25px;
	font-weight:bolder;
	margin-top: 2px;
	margin-right: 10px;
}

.error{
	display: none;
}

.display-error{
	color: #FF0000;
	font-weight: bolder;
}

.row input.in-error{
	border-color: #FF0000;
}

.row select.in-error{
	border-color: #FF0000;
}

.row textarea.in-error{
	border-color: #FF0000;
}

.modal .spinner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	/*z-index: 100;*/
}

.modal .spinner::after{
	content: "";
	width: 80px;
	height: 80px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid #40a8be;/*#f25a41;*/
	border-radius: 100%;
	will-change: transform;
	animation: spin 1s infinite linear;
}

#_spinner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	
}

#_spinner::after{
	content: "";
	width: 80px;
	height: 80px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid #40a8be;/*#f25a41;*/
	border-radius: 100%;
	will-change: transform;
	animation: spin 1s infinite linear;
	
}

#_dvSpinner{
	position: relative;
	margin-top: 50px;
	display:none;
}

#gSpinner{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0, .2);
}

#gSpinner::after{
	content: "";
	width: 80px;
	height: 80px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid #40a8be;/*#f25a41;*/
	border-radius: 100%;
	will-change: transform;
	animation: spin 1s infinite linear;
	
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.gbtn-sm {
    height: 30px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.gbtn-smm{
    padding: 1px 10px 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.gSpinner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0, .2);
}

.gSpinner::after{
	content: "";
	width: 80px;
	height: 80px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid #40a8be;/*#f25a41;*/
	border-radius: 100%;
	will-change: transform;
	animation: spin 1s infinite linear;
	
}

.up{
	text-transform: uppercase;
}

.campo_pad {
    text-overflow: clip;
    background-color: #e2e6d2;
    width: 100%;
    padding: 3px;
    font-size: 11px;
    height: 23px;
    color: #222;
    border-radius: 3px;
    font-family: Tahoma, Geneva, sans-serif;
	font-stretch: condensed;
	border: 0 none;
	outline: none;
}

.panel-parte {
    padding: 5px;
    background-color: #f6f6ea;
    width: 98%;
    margin-top: 8px;
    margin-left: 8px;
}

.m-dtl label {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 5px; */
	font-weight: 700;
	color: #006b8f;
}

.dvDescription{
	border: 1px solid #e5e5e5;
	margin-top:7px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	padding: 2px;
	border-radius: 5px;
	background-color: #5090c1;
    height: 33px;
}
.lblDescription{
	margin: 0;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
}


hr.l-precificar-1 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-precificar-1:after {
    content: "OCORRÊNCIAS NA COMPRA (R$)";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

hr.l-precificar-2 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-precificar-2:after {
    content: "OCORRÊNCIAS NA VENDA (%)";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
	background: white;
}

hr.l-precificar-3-1 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-precificar-3-1:after {
    content: "% DESEJADO";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

hr.l-precificar-3-2 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-precificar-3-2:after {
    content: "SUGESTÃO DE PREÇOS";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

hr.l-precificar-4-1 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-precificar-4-1:after {
    content: "PREÇOS DEFINIDOS";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

hr.l-precificar-4-2 {
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-precificar-4-2:after {
    content: "RESULTADO PREÇO VENDA";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

hr.l-action{
    overflow: visible;
    padding: 0;
    border: none;
    border-top: 1px solid #333;
    color: #333;
	text-align: center;
	margin-bottom: 10px;
}
hr.l-action:after {
    content: "Ação";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

.moadal .no-visible{
	display: none;
}

#cliente-pesquisa-modal{
	z-index: 1051;
}

.modal-xsize.logmodal .modal-dialog {
	width: 620px !important;
}

.modal-y.logmodal .modal-dialog {
	top: 10%;
}

.global-l{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0, .3);
	z-index: 1005;
	height: 100vh;
}