.edicao_livre #tab ul>li,
.edicao_livre .abas ul>li {
    background: #4fcb75;
    border: solid 1px #2dcb79;
}

.edicao_livre #tab ul>li.ui-state-active a, 
.edicao_livre .abas ul>li.ui-state-active a {
    color: #4fcb75;
}

.edicao_livre .bg-title {
    color: #4aa365!important;
}
.edicao_livre  fieldset legend {  color: #44785e;}
.edicao_livre  .btn.btn-azul {
    border: solid 1px #33877b;
    background: #48b1a2;
}

.underline{
	    border-top: solid 2px #111;
    display: block;
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    left: 30px;
    width: 226px;

}
.table-responsive {
  width: auto;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
fieldset{padding: 20px; border: solid 1px #bcc7d3;  border-radius: 4px;}
fieldset legend{text-transform:uppercase;color: #d4603f; padding: 0 10px;font-weight:bold}
.icouser{position:absolute;right: 10px;top: 13px;color: #fff;font-size: 2rem;}
.MostraOpcoes{display:none}
.cx-opcoes{
	border:solid 1px #c7c7ce;
	border-radius:5px;
	width:100%;	
	    height: 517px;
    overflow-y: auto;
}
.cx-opcoes li{display:block;border-bottom:solid 1px #81818126;}
.cx-opcoes li a{display:block;padding:13px 10px;  padding-left:38px;  color: #818181;  font-size: .89rem;position:relative}
.cx-opcoes li a i{position:absolute;  left: 8px;  top: 11px; font-size: 1.1rem;}
.ellipsis-vertical{
	width: 29px;
    height: 18px;
    display: inline-flex;
    background: url(../img/ellipsis-vertical.svg) no-repeat center;
    background-size: contain;
    opacity: .8;
    transition: all .4s linear;
    margin: -4px 0;
}
.ellipsis-vertical:hover{
	width: 29px;
    height: 18px;
    display: inline-flex;
    background: url(../img/ellipsis-vertical.svg) no-repeat center;
    background-size: contain;
    opacity: .5;
    transition: all .4s linear;
    margin: -4px 0;
}
/*display*/
.d-block{display:block!important}
.d-inline-block{display:inline-block!important}
.d-none{display:none!important}
.d-table{display:table!important}
.d-flex{display:flex!important}

/*float*/
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}

/*text*/
.text-center{text-align:center!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-justify{text-align:justify!important}
.text-uppercase{text-transform:uppercase!important}
.text-end{justify-content:flex-end!important}

.justify-content-center{justify-content: center!important;}
.justify-content-space-between{justify-content: space-between;}

.center-middle{align-items: center;}

/*padding*/
.p-5{padding:3rem!important}
.p-4{padding:2rem!important}
.p-3{padding:1rem!important}
.p-2{padding:.9rem!important}
.p-1{padding:.6rem!important}
.p-0{padding:0!important}

/*padding- y*/
.pt-5,.py-5{padding-top:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}

.pt-4,.py-4{padding-top:2rem!important}
.pb-4,.py-4{padding-bottom:2rem!important}

.pt-3,.py-3{padding-top:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}

.pt-2,.py-2{padding-top:.9rem!important}
.pb-2,.py-2{padding-bottom:.9rem!important}

.pt-1,.py-1{padding-top:.6rem!important}
.pb-1,.py-1{padding-bottom:.6rem!important}

.pt-0,.py-0{padding-top:0!important}
.pb-0,.py-0{padding-bottom:0!important}


/*padding- x*/
.pl-5,.px-5{padding-left:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}

.pl-4,.px-4{padding-left:2rem!important}
.pr-4,.px-4{padding-right:2rem!important}

.pl-3,.px-3{padding-left:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}

.pl-2,.px-2{padding-left:.9rem!important}
.pr-2,.px-2{padding-right:.9rem!important}

.pl-1,.px-1{padding-left:.6rem!important}
.pr-1,.px-1{padding-right:.6rem!important}

.pl-0,.px-0{padding-left:0!important}
.pr-0,.px-0{padding-right:0!important}


/*margin- y*/
.mt-5,.my-5{margin-top:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}

.mt-4,.my-4{margin-top:2rem!important}
.mb-4,.my-4{margin-bottom:2rem!important}

.mt-3,.my-3{margin-top:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}

.mt-2,.my-2{margin-top:.9rem!important}
.mb-2,.my-2{margin-bottom:.9rem!important}

.mt-1,.my-1{margin-top:.6rem!important}
.mb-1,.my-1{margin-bottom:.6rem!important}

.mt-0,.my-0{margin-top:0!important}
.mb-0,.my-0{margin-bottom:0!important}



/*margin- x*/
.ml-5,.mx-5{margin-left:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}

.ml-4,.mx-4{margin-left:2rem!important}
.mr-4,.mx-4{margin-right:2rem!important}

.ml-3,.mx-3{margin-left:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}

.ml-2,.mx-2{margin-left:.9rem!important}
.mr-2,.mx-2{margin-right:.9rem!important}

.ml-1,.mx-1{margin-left:.6rem!important}
.mr-1,.mx-1{margin-right:.6rem!important}

.ml-0,.mx-0{margin-left:0!important}
.mr-0,.mx-0{margin-right:0!important}

.m-auto{margin:0 auto!important}

/*border*/
.border-left{border-left:solid 1px #3039594f!important}
.border-right{border-right:solid 1px #3039594f!important}
.border-top{border-top:solid 1px #3039594f!important}
.border-bottom{border-bottom:solid 1px #3039594f!important}
.border{border:solid 1px #3039594f!important}
.border-0{border:0!important}

/*fonts h*/
.h1{font-size:3.1rem!important;margin-bottom:20px;display:block;}
.h2{font-size:2.5rem!important;margin-bottom:20px;display:block;}
.h3{font-size:1.8rem!important;margin-bottom:20px;display:block;}
.h4{font-size:1.5rem!important;margin-bottom:20px;display:block;}
.h5{font-size:1.1rem!important;margin-bottom:20px;display:block;}
.h6{font-size:.9rem!important;margin-bottom:20px;display:block;}

.grande-font{font-size:4rem!important}
.medio-font{font-size:3rem!important}
.pequeno-font{font-size:2rem!important}
.minimo-font{font-size:1.2rem!important}

/*links*/
.link-azul{color:#3aa6ea!important;text-decoration:none}
.link-azul:hover{color:#57abe0!important;text-decoration:underline}

.link-vermelho{color:#ff7373!important;text-decoration:none}
.link-vermelho:hover{color:#fb9090!important;text-decoration:underline}

.link-verde{color:#2fcb92!important;text-decoration:none}
.link-verde:hover{color:#59e4c2!important;text-decoration:underline}

.link-roxo{color:#4968d1!important;text-decoration:none}
.link-roxo:hover{color:#8ba2ef!important;text-decoration:underline}

/*links*/
.text-azul{color:#3aa6ea!important;}
.text-vermelho{color:#fd6f6f!important}
.text-verde{color:#00d485!important;}
.text-roxo{color:#4968d1!important;}
.text-branco{color:#fff!important;}
.text-escuro{color:#7c7878!important}
.text-padrao{color: #f1756f!important;}
.text-amarelo{color: #f9f997!important;}

/*position*/
.position-relative{position:relative!important;}
.position-absolute{position:absolute!important;}
.position-inherit{position:inherit!important;}
.position-normal{position:normal!important;}
.position-fixed{position:fixed!important;}

/*border-radius*/
.radius-circulo{border-radius:50%!important;overflow:hidden!important;}
.radius-4{border-radius:4px!important;}
.radius-50{border-radius:50px!important;}
.radius-radius-ty{border-radius:0 .5rem .5rem 0!important;}
.opaco{
	opacity:.8;
}

/*largura*/
.width-100{width:100%!important}
.width-50{width:50%!important}
.width-30{width:30%!important}
.width-10{width:10%!important}

/*botoes*/
.btn{
	display:block;
	padding:11px 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	background:#fff;
	border:solid 1px #FFFFFF;
	color:#100f0f;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	transition:all .4s;
	font-size:.9rem;
	font-weight: 600;
}
.btn:hover{	
	box-shadow:inset 0 0 7px 0 #0000007d;
	transition:all .4s;
	cursor:pointer;
}
.btn-disabled.btn:hover{cursor:default}
.btn-disabled.btn{opacity:.9}
.btn.btn-azul{
	    border: solid 1px #16a044;
    background: #08bd61;
	color:#FFF!important
}
.btn.btn-amarelo{
	border:solid 1px #e8f791;
	background:#e8f791;
	color:#000!important
}
.btn.btn-vermelho,.btn-danger{
	border:solid 1px #ff7373;
	background:#ff7373;
	color:#fff
}
.btn.btn-roxo{
	border: solid 1px #4447a4;
    background: #8183d5;
    color: #fff;
}
.btn.btn-verde{
	border: solid 1px #15a763;
    background: #0fce76;
	color:#fff!important
}
.btn.btn-laranja{
	border: solid 1px #dd953b;
    background: #f7b844;
}
.btn.btn-neutro{
	border: solid 1px #dadee3;
    background: #f2f3f5;
}

/*btn outline*/
.btn-outline-branco{
	border:solid 1px #fff;
	background:none!important;
	color:#fff!important;
}
.btn-outline-azul{
	border:solid 1px #0c8dde;
	background:none!important;
	color:#0c8dde!important;
}
.btn-outline-vermelho{
	border:solid 1px #ff7373;
	background:none!important;
	color:#ff7373!important;
}
.btn-outline-verde{
	border:solid 1px #2fcb92;
	background:none!important;
	color:#2fcb92!important;
}
.btn-outline-roxo{
	border:solid 1px #7892ea;
	background:none!important;
	color:#7892ea!important;
}
.btn-outline-amarelo{
	border:solid 1px #e8f791;
	background:none!important;
	color:#e8f791!important;
}
.btn.btn-grande{
	font-size:1.8rem;
	padding:.8rem 1.2rem
}
.btn-circulo {
    border-radius: 50px!important;
    width: 30px;
    height: 30px;
    padding: 0.45rem 0.3rem;
	color:#fff!important
}
.btn.btn-pequeno {
    font-size: .8rem;
    padding: 0.3rem 0.8rem;
}
.btn.btn-medio {
    font-size: .89rem;
    padding: 0.49rem 1rem;
}

fieldset{
	border:solid 1px #5f5f5f;border-radius:5px;margin-bottom:1rem
}

fieldset legend{
	color:#282829
}
.state-movi.col-2{padding:0;align-items: center;}
.state-movi.col-2 span{    display: flex;  padding: 0;  font-size: 1rem;   font-weight: 500;  margin-right: 11px;}
.ientrada{display:inline-block;width: 35px; height: 20px; border-radius: 3px;  border: solid 2px #23bbad; background: #23bbad; margin-right: 10px;    text-align: center;
    color: #fff;}
.isaida{display:inline-block;width: 35px; height: 20px; border-radius: 3px;border:solid 2px #ed6c62;background: #ed6c62;margin-right: 10px;    text-align: center;
    color: #fff;}

.historico-movimentacao .caixa{
	border:solid 1px #ddd;
	border-radius: 6px;
    background: #f6f7f87a;
    box-shadow: 0 0 7px 0 #3d4d543b;
	display:flex;
	padding: 0.6rem;
	justify-content: space-between;
	align-items:center
}
.historico-movimentacao .caixa .box{
	width:200px
}
.historico-movimentacao .caixa .icos{
	font-size: 3.8rem;
    padding: 0.4rem 0.5rem;
	    width: 80px;
    text-align: center;
}
.historico-movimentacao .caixa .icos.alt{
	transform: rotate(270deg) scaleY(-0.5) scaleY(1.8);
    font-size: 3.4rem;
}
.historico-movimentacao .caixa .tt{
	border-bottom: 0;
    display: block;
    padding-bottom: 0.39rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    color: #000000a6;
}
.historico-movimentacao .caixa strong{
	display:block;
	padding:1rem .85rem;
	font-size: 1.39rem;
}
.text-entrada{color:#23bbad}
.text-saida{color:#ed6c62}
.text-estoque{color:#219bef}

.fw-100{font-weight:100!important;}
.fw-300{font-weight:300!important;}
.fw-400{font-weight:400!important;}
.fw-600{font-weight:600!important;}
.fw-700{font-weight:700!important;}
.fw-900{font-weight:900!important;}
/*embed*/

.embed-responsive {
    position: relative;
    height: 0;
    padding-bottom: 56.5%;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background:#000
}

/*img*/
.img-fluido{max-width:100%;}
.form-campo{
	width:100%; 
	max-width:100%; 
	padding:10px; 
	background: #e2e2e261;
    border: solid 1px #ccc;
    border-radius: 4px;
    box-shadow: 0 0 5px inset #00000021;
}
.form-campo.form-text{
	width: 100%;
    max-width: 100%;
    padding: 2px 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 11px;
    font-size: 1rem;
    font-weight: 600;
}

.form-campo.form-text:focus{outline:none}
input[type=date].form-campo{padding:8px;}
select.form-campo{padding:12px;}
.file {
    position: relative;
}
.file label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background:#6a66a7;
    padding: 13px 18px;
    font-size: .8rem;
    color: #fff;
    border-radius: 5px 0 0 5px;
    text-transform: uppercase;
}
.form-campo, .file input[type=file] {
	width: 100%;
    max-width: 100%;
    padding:12px 10px;
    background: #fbfbfb;
    border: solid 1px #898989;
    border-radius: 4px;
    color: #464646cc;
    box-shadow: none;
}
 .file input[type=file] {padding: 9px 10px;padding-left: 3rem;}
.text-label{
	display:block;
	color:#444;
	padding-bottom:.3rem;
	font-size:.9rem
}
.grupo-form-btn {display:flex}
.grupo-form-btn .form-campo:first-child{border-radius:4px 0 0 4px}
.grupo-form-btn .btn{border-radius:0 4px 4px 0}

.group-btn{display:flex;}
.group-btn .btn:first-child{border-radius:4px 0 0 4px} 
.group-btn .btn:last-child{border-radius:0 4px 4px 0} 
.group-btn .btn{border-radius:0;margin:0 .5px;font-size:.75rem} 
.group-btn .btn.ativo{background: #3aa6ea!important;border: solid 1px #3aa6ea;color: #fff;    padding: 11px 15px;text-transform:uppercase}  
.form-campo.limpo{box-shadow:none!important;color: #0057a6;font-weight:700;border:0;background:none;font-size:1rem; padding:8px}
.form-campo.limpo.min{ color: #626262; font-weight: 400;   font-size: 1rem; font-size: .86rem;    line-height: 1.4rem;}
.form-campo.limpo:focus {
    border: 0!important;
    transition: linear all .3s!important;
    box-shadow: none!important;
	outline:none!important
}

.inter.rows,.cham{margin-bottom:2rem}
.inter.rows:last-child,.cham:last-child{margin-bottom:0rem!important;border-bottom:0!important}

.bg-title {
	background: linear-gradient(45deg, #2e8459, #0d5341);
	background: -webkit-linear-gradient(45deg, #2e8459, #0d5341);
	background: -moz-linear-gradient(45deg, #2e8459, #0d5341);
    color: #ffffff!important;
    border-bottom: solid 1px black;
    font-weight: 500;
}
.bg-title2 {
    background: #fa8a83!important;
}
.bg-title3 {
    background: #d1d1d157!important;
}
.bg-padrao {
    background:#3b3b3b!important
}
.bg-padrao .btn.btn-roxo {
   border: solid 1px #29a1f3;
    background: #42b2ff;
    color: #fff;
}
.bg-padrao .form-campo {
    background: #f5f4f4;
    border: 0;
}
.card .min-height {
    min-height: 90px;
}
.bg-branco{
	background:#fff!important
}
.bg-azul {
    background: #a7d4f1!important;
    border-color: #5c9ec7;
    color: #206a98;
}
.card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #3039594f;
    border-radius: .25rem;
}
.card .alert{
	width: 30px;
    height: 30px;
    background: #ff5b5b;
    color: #fff;
    border-radius: 50px;
    display:none;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    bottom: -7px;
    right: 25px;
}
.leitura .text-label{color: #309feb;font-size: .7rem;text-transform: uppercase;}
.leitura .text{color: #303959;
    font-size: .87rem;
    text-transform: uppercase;
    border-bottom: dashed 1px #ddd;
    display: block;
    padding-bottom: 3px;
    min-height: 31px;}

.table-bordered {
	width:100%;
    border: 1px solid a8a8a87a;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #a8a8a87a;
	padding:.3rem;
	font-size: .95rem;
}
.table-bordered th {
   border-bottom: 1px solid #d9d9d9;
    padding: 0.3rem;
    font-size: .85rem;
    background: #00000014;
    color: #303959;
}
.table thead th {
   border-top: 1px solid #9b9eb5;
    border-bottom: 1px solid #9b9eb5;
    padding: 0.5rem;
    font-size: .85rem;
    background: #bdbfca;
    color: #303959;
    border-left: 0;
    border-right: 0;;
}
.table tbody td {
    border-bottom: 2px solid #a8a8a87a;
	padding:.5rem;
    font-size: .8rem;
}
.table{width:100%;}
.bg-gray-light {background-color: #cccccc47!important;}

.table.menor thead th{
    border-top: 1px solid #a8a8a87a;
    border-bottom: 1px solid #a8a8a87a;
    padding: 0.3rem;
    font-size: .7rem;
    background: #a8a8a87a;
}
.table.menor td{
    padding: 0.3rem;
    font-size: .7rem;
}
.table.menor .btn {
    font-size: 0.65rem !important;
    padding: 0.26rem 0.6rem !important;
}

#tab,#tabmod,.abas {
	padding:1rem
}
#tab ul>li,
.abas ul>li
{
	display: inline-block;
    background: #21928e;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    border: solid 1px #21928e;
    border-bottom: 0;
}
#tab ul>li>a,
.abas ul>li>a{
	display:block;
	padding:10px;
	color:#fff;
	font-weight:300
}

#tab ul>li>a:focus,
.abas ul>li>a:hover{
	outline:none
}

#tab ul>li.ui-state-active a,
.abas ul>li.ui-state-active a{
	background: #efedf7;
    color: #333;
    border-radius: 4px 4px 0 0;
    border: solid 1px #61578d00;
    border-bottom: 0;
    font-weight: 700;
    position: relative;
    bottom: -1px;
}
.ui-widget-header {
    background: #464646;
    color: #333333;
    padding: 0.3rem 0.5rem 0;
    border-radius: 7px;
    padding-top: 8px;
}
.titulo{
	display:block;
	color: #444;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
	border-bottom:solid 1px #ddd;
}
.scroll-tab {
    height: 587px;
    overflow-y: auto;
}

/*janela modal*/
.scroll-modal {
    height: 250px;
    overflow-y: auto;
}
.scroll-modal.alt {
    height: 185px;
    overflow-y: auto;
}

.window.alt.form{top:2%!important}
.window, .modal_livre{
	width:900px;
	position:fixed;
	box-shadow:0 0px 8px 0 #fbfbfb70;
	z-index:4;
	display:none;
	top:94.406px!important;
	margin-bottom:40px;
	border-radius:4px;
	overflow:hidden;
	background:#fff;
}
.modal_livre{z-index:999;font-size: 1.5rem;box-shadow: 0 0 0 444vh #000000bd;}
 
.window.msg .fechar,
.window .position-absolute.fechar,
.modal_livre .position-absolute.fechar
{
	position:absolute;
	right:10px; 
	top:10px;
	cursor:pointer;
    color: #ddd;
    text-decoration: none;
	}
.window .position-absolute.fechar
{
        border-radius: 50px;
    background: red;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	}
.window.msg .fechar:hover{
	    color: #ccc;
	}
.window.sm-modal,
.modal_livre.sm-modal
{
	width:500px;
}
.window.md-modal,
.modal_livre.md-modal
{width:750px;}
.window.position-absolute{top:15px!important}
.window.load{
	width: 304px;
    height: 250px;
    background: #fff url(../img/load.gif) no-repeat center;
    background-size: 40%;
	background-position-y: 30px;
	
}
.window.load .text-load{
	position:absolute;
	bottom: 48px;
    left: 0;
    right: 0;
    text-align: center;
    color: #707070;
    font-size: 1.45rem;
}
#fundo_preto,
#fundo_modal_livre
{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	z-index:3
}

#fundo_modal_livre
{
	z-index: 100;
    /*height: 100vh;*/
    background: #000;
	/*display:none*/
}

#mascara{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	z-index:1
}	

.carregar-label {
	display: block;
    color: #42b2ff;
    background-color: white;
    border: solid 2px #42b2ff;
    padding: 10px;
    border-radius: 26px;
    text-align: center;
    text-transform: uppercase;
}
.carregar-label:hover {
	opacity:.7;
	transition:all .4s linear;
	cursor:pointer
}

.li-circ{
	width: 25px;
    height: 25px;
    background: #00bcd4;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-right:10px
}
.detalhes{
	border:solid 1px #ddd;padding:1rem;border-radius:5px;background: #f1f1f1;
}
.borda{border:solid 1px red}