.h1{
	color: #666;
}

a{
    text-decoration: none;
}


.backgroundImg{
    background: url('../images/line2.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.height-100p{ height: 100%; }
.bg-fi{ background: #f49c28; }
.bgHover-bva:hover{background: rgba(0, 0, 0, 1);  }
.bgHover-bva-none:hover{background: transparent;  }
.cursorPointer{cursor: pointer; !important; }
.inputInvalido{
    color: red;!important;
    font-size: 0.8em;
}

.right{
    float: right;
    width: 130px;
}

.esquerda{
    text-align: left;
    float: left;
}

.encerrado{
    width: 100%;
    background: #e5f77f;
}



.right2{
    float: right;
    width: 170px;
}

.span-bva{
    color: #666;
    font-size: 0.8em;
}

.info{
    width: auto;
    height: auto;
    padding: 20px;
    background: #b1d6f1;
    border-radius: 15px;
}

.informativo{
    width: auto;
    height: auto;
    padding: 40px;
    background: #b1d6f1;
    border-radius: 15px;
    margin: 40px 0;
}

.informativo2{
    width: 35%;
    height: auto;
    padding: 5px 15px;
    background: #b1d6f1;
    border-radius: 15px;
    float: right;
    margin-top: 50px;
}

.liqui{
    width: 60%;
    float: left;
}

.borda-form{    
    border: 1px solid #ccc;
    height: auto;
    display: table;
    padding: 20px 10px;
}

.escondeDiv{display: none;}
.color-1{ color: #c6eaff; }
.color-2{color: #ffb5a1; }
.color-3{ color: #dbffce;}
.ocultaRespostaAutomatica{display: none;}
.exibeVazio,.exibeRespostaAutomatica{ display: table;width: 100%; }
.fontSize1-1{font-size: 1.1em;}
.fontSize07{font-size: 0.7em;}
.section-container{
    width:100%;
    height: 95%;
    display: table;
}
.section-footer{
    width:100%;
    height: 5%;
    display: table;
}
.passo{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    background: #ccc;
}
.centraliza-passo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 16px;
}
.ativo{
    background: #000;
}
.preenchido{
    background: #000;
}
.preenchido:hover{
    background: #000;
}

.cx-chk{
    width: 100%;
    float: left;
    padding: 15px;
    background: #ccc;
}

.resize-none{
    resize: none;
}
.pt-6{
    padding-top: 25vh;!important;
}
.font-size-1{
    font-size: 2.5em;
}

/*------------ checkbox ------------------*/
/*
.lbl-chk {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #666;
    position: relative;
    padding: 5px 15px 5px 15px;
    font-size: 1.1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    background: #eaeaea;
}

.lbl-chk:hover {
    background: rgba(0, 123, 255, 0.1);
}
.lbl-chk:before {
    content: "";
    display: none;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    margin-top: 5px;
    border-radius: 50%;
    background: none;
    border: 3px solid #007bff; 
}

.cx-chk .lbl-chk:before {
    border-radius: 3px;
}
.cx-chk input[type="checkbox"] {
    display: none;
}
.cx-chk input[type="checkbox"]:checked + .lbl-chk:before {
    display: none;
}
.cx-chk input[type="checkbox"]:checked + .lbl-chk {
    background: #007bff; 
    color: #fff;
    padding: 5px 15px;
}
*/

.close-icon {
    display:block;
    box-sizing:border-box;
    width:auto;
    position: relative;
    top:90%;
    float: right;
    border-radius:100%;
    padding: 2px 4px;
    font-size: 0.7em;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.close-icon:hover{
    color: #fff;
    text-decoration: none;
}

.tabela{
    width: 100%;
    border: 1px solid #ccc;
}

.quarenta{
    padding: 6px;
    background: #f6f6f6;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.resto{
    padding: 6px;
    border-bottom: 1px solid #ccc;
}

.cem{
    width: 800px;
    border:none;
    
}

.logo_header img{
    width: 35px;
}

.paraBanner{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.8em;
    color: red;
    clear: both;
}

.renders{
    background: #000;
    border: 1px solid #ccc;
}

.renders2{
    color: #000;
}

.renders:hover{
    background: #1a1a1a;
    border: 1px solid #ccc;
}

.title_re{
    color: #fff;
}

.nav_re{
    background: #000;
}

.form-group p{
    text-align: left;
    color: #fff;
}

.acessar{
    width: 200px;
    height: 40px;
    background: #000;
    border: 1px solid #ccc;
    color: #fff;
    margin-bottom: 50px;
    cursor: pointer;
    color: #fff;;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.btn-primary{
    background: #000;
    border: 1px solid #ccc;
}

.text-primary{
    color: #000;
}

.btn-primary:hover{
    background: #000;
}

.bg-primary, .section-footer{
    background: #000;
}

.nav-item2{
    margin-left: 80px;
}

.nav-item2, .nav-item3{
    padding: 10px 20px;
    color: #fff;
}

.nav-item2 a, .nav-item3 a{
    color: #fff;
}

.nav-item2 a:hover, .nav-item3 a:hover{
    color: #ccc;
    text-decoration: none;
}

.img_icon img{
    height: 40px;
}





/***************************
Regiane
***************************/
*{
    padding: 0;
    margin: 0;
    font-family: calibri;
}

body{
    background: #fff;
}

/***********************************
   Login
***********************************/

.logar{
    width: 40%;
    margin: 50px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #666;
}



.logar img{
    height: 60px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.logar h1{
    text-align: left;
    color: red;
    font-size: 1.2em;
    font-weight: 100;
}

.logar p{
    text-align: left;
    margin-top: 20px;
}

.logar p a{
    text-align: left;
    color: blue;
    text-decoration: none;
}

span{
    color: blue;
}

.input{
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 6px;
}

.lbl{
    width: 100%;
    height: 15px;
    color: #fff;
    text-align: left;
}

.lbl_metade{
    width: 31%;
    height: 15px;
    color: #000;
    text-align: left;
    float: left;
    margin-left: 2%;
}

.lbl2{
    width: 100%;
    height: 15px;
    color: #fff;
    text-align: left;
}

.entrar{
    width: 120px;
    text-align: center;
    background: red;
    height: 40px;
    border: none;
    color: #fff;
    margin: 50px 0;
}

.copy{
    color: #fff;
    text-align: center;
}

#invalido{
    width: 100%;
    height: auto;
    padding: 8px;
    text-align: center;
    color: red;
    background: #EEC8C8;
    border: 1px solid red;
    margin-top: 20px;
}

.sucesso{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    color: green;
    background: #C8EED5;
    margin-top: 20px;
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #666;
    font-size: 1.2em;
}

.erro{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    color: red;
    background: #eec8c8;
    margin-top: 20px;
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #666;
    font-size: 1.2em;
}

.sucesso i, .erro i{
    font-size: 3em;
}

/***********************************
   Painel de controle
***********************************/

.inicio{
    width: 100%;
    height: 75px;
    background: #000;
    position: fixed;
    z-index: 999;
    margin-bottom: 50px;
}

.inicio img{
    margin-top: 8px;
    margin-left: 10px;
}





.painel{
    width: 100%;
    height: auto;
    background: #fff;
    display: table;
    padding-bottom: 80px;
    min-height: 700px;
}

.title{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.title_center{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

table{
    border: 1px solid #ccc;
    border-radius: 10px;
    border-collapse: collapse;
}

.title2{
    font-size: 1em;
    font-weight: 700;
    background: #eaeaea;
    height: 30px;
}

.title3{
    font-size: 1em;
    font-weight: 700;
    background: #eaeaea;
    height: 30px;
    text-align: center;
}

.title4{
    font-size: 1em;
    font-weight: 700;
    background: #eaeaea;
    height: 30px;
}

.meio-painel{
    width: 95%;
    margin: 0 auto;
    padding: 75px 0 0 0;
    min-height: 800px;
}

.meio-painel2{
    width: 90%;
    margin-left: 8%;
}

.destaque{
    background: #000;
}

.bordaA{
    width: 60px;
    height: 3px;
    background: #000;
    float: left;
}

.bordaB{
    width: 40px;
    height: 3px;
    background: #000;
    float: left;
}

.fim-borda{
    width: 100%;
    height: 20px;
    clear: both;
}

.quatro{
    width: 30%;
    float: left;
    height: auto;
    display: table;
}

.tres{
    width: 30%;
    float: left;
    height: auto;
    display: table;
}

.seis{
    width: 55%;
    float: right;
    height: auto;
    display: table;
}

.sete{
    width: 65%;
    float: right;
    height: auto;
    display: table;
}

.seis img{
    width: 90%;
}



table{
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #ccc;
}





table tr td{
    padding: 8px 4px;
}

table tr{
    border-bottom: 1px solid #ccc;
    
    border-collapse: collapse;
}

.title-tabela{
    font-weight: bold;
    background: #eaeaea;
}

.total{
    width: 100%;
    height: auto;
    min-height: 400px;
}

.legenda{
    width: 45%;
    margin:15px 2.5% 20px 2.5%;
    background: #000;
    height: auto;
    padding: 10px;
    text-align: center;
    float: left;
    color: #fff;
}

.legenda li{
    list-style: none;
    font-size: 2em;
    line-height: 10px;
    padding-bottom: 10px;
}


/***********************************
   Categoria e Subcategoria
***********************************/

.textarea{
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
}

.bigtextarea{
    width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.minitextarea{
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
}

.mini{
    width: 30px;
}

.ativo{
    width: 20px;
    height: 10px;
    background: green;
    border-radius: 25%;
    margin-top: 8px;
}

/*
.inativo{
    width: 20px;
    height: 10px;
    background: #edcbcb;
    border-radius: 25%;
    margin-top: 8px;
}
*/


.preto{
    color: #000;
}

.left{
    text-align: left;
    width: 100%;
}

.tbmenor2{
    width: 70%;
    margin:  30px auto;
}

.mais{
    float: right;
    background: #000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 15px;
}

.menos{
    float: left;
    background: #000;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 25px;
}



.menos i{
    font-size: 0.3em;
    float: left;
    margin-right: 5px;
    margin-left: 0;
    padding-left: 0;
}



.voltar{
    float: right;
    background: rgb(172, 171, 171);
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid rgb(172, 171, 171);
    cursor: pointer;
}

.mais2{
    float: right;
    background: #666;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #666;
    cursor: pointer;
    width: 250px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.mais_cliente{
    float: left;
    background: #000;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    width: 140px;
    margin-top: 30px;
}

.mais2x{
    float: right;
    background: rgb(172, 171, 171);;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid rgb(172, 171, 171);;
    cursor: pointer;
    width: 100px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.right{
    float: right;
}

.max{
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: bold;
}

.cancelar{
    float: right;
    background: #949292;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #949292;
    cursor: pointer;
    margin-right: 15px;
}

.cancelarbt{
    float: left;
    background: #949292;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #949292;
    cursor: pointer;
    margin-right: 15px;
}

.cancelar2{
    float: right;
    background: rgb(238, 117, 117);
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid rgb(238, 117, 117);;
    cursor: pointer;
    margin-right: 15px;
}

.cancelar:hover, .cancelar2:hover{
    color: #fff;
    text-decoration: none;
}

/*
.close-modal{
    background: #005ca1;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    border: 1px solid #005ca1;
    cursor: pointer;
    margin-left: 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
*/

.tbcliente tr td, .tbclientez tr td{
    font-size: 1em;
    margin-left: 10px;
    text-transform: uppercase;
}

.tbclientez tr{
    border: 1px solid #ccc;
}


.tbcliente tr td i, .tbclientez tr td i{
    font-size: 2em;
    margin-left: 10px;
}




.noventa{
    width: 100%;
}

.noventax{
    width: 70%;
    margin: 40px 15%;
}


/***********************************
   Produtos
***********************************/
.busca{
    width: 100%;
    float: left;
}

.liquidado{
    background: #a2f1b9;
}

.cancelado{
    background: #f1a2a2;
}

.campo-busca{
    width: 80%;
    float: left;
    height: 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px 0 0 5px; 
    padding: 0 5px;
    text-transform: uppercase;
}

.buscar{
    background: url('../images/lupa.png');
    width: 35px;
    height: 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0 5px 5px 0; 
    cursor: pointer;
}

.buscar:hover{
    box-shadow: 0px 0px 3px #000;
    color: #000;
}

table tr:hover{
    background: #f0f0f0;
}

.barra{
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.barra li{
    list-style: none;
    display: inline;
    float: right;
    padding: 10px ;
}

.form-group{
    float: left;
    width: 100%;
    padding: 10px 10px 0 10px;
    border-radius: 20px;
}



a .voltar{
    color: #fff;
}

.atualizar{
    float: right;
    margin-top: -50px;
    background: #f0f0f0;
    padding: 8px 30px;
    border-radius: 5px;
    margin-right: 180px;
}

.atualizar:hover{
    background: #D8D6D6;
}

a .atualizar{
    color: #000;
}

h6{
    font-weight: bold;
    font-size: 1em;;
}

.black{
    background: #000;
}

.container li{
    padding-top: 15px;
}

.container2 img{
    float: left;
}

.form{
    height: auto;
    display: table;
    width: 70%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 5% 40px 5%;
}

.form_inicial{
    left:50%;
    top:50%;
margin-left:-35%; /* Metade do valor da Largura */
margin-top:-240px; /* Metade da valor da Altura */
position:absolute;
width:70%; /* Valor da Largura */
height:480px; /* Valor da Altura */
background:#000;
border-radius: 30px;
box-shadow: 0px 0px 6px #ccc;
}

.end{
    text-align: center;
    color: #f0f0f0;
    font-size: 0.6em;
}

.table-secondary i{
    color: #000;
}

.fim{
    text-align: center;
    color: #eaeaea;
    padding: 10px;
    clear: both;
    background: #000;
    padding: 12px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.form_editar{
    width: 100%;
    height: 30px;
}

.paraBanner{
    color: #000;
}

.tbcliente{
    font-size: 0.9em;
}

.tbcliente tr td img{
    height: 20px;
}

.btcliente{
    width: 180px;
    height: 35px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 35px;
    float: left;
    cursor: pointer;
    border: none;
    margin-right: 10px;
    border-radius: 5px;
}

.cadcli{
    margin-top: 50px;
    clear: both;
}

.sub{
    width: 100%;
    background: #eaeaea;
    font-weight: bold;
    padding: 0 10px;
}

.tbmenor{
    width: 30%;
    font-weight: bold; 
}

.info{
    width: 100%;
    height: 80px;
}

.iconfoto{
    width: 50px;
    height: 50px;
    background: #eaeaea;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.iconfoto img{
    height: 45px;
    margin: 0 auto;
    display: block;
    margin-top: 2.5px;
}

.negrito{
    font-weight: bold;
}

.aprov{
    background: rgb(181, 243, 181);
    width: 100%;
}

.reprov{
    background: rgb(243, 181, 181);
}

.meio-geral{
    width: 100%;
    height: 500px;
    background: #fff;
}

table tr td a{
    color: #000;
}

.tb-dash{
    font-size: 0.9em;
}

/* Progress Bar*/

.progress {
    width: 80%;
    height: 10px;
    border-radius: 5px;
  }
  
  .progress-wrap {
    background: #45ad62;
    margin: 10px 10%;
    overflow: hidden;
    position: relative;
    width: 80%;
  }
  .progress-wrap .progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%;
  }

  .grafico{
      width: 100%;
      height: auto;
      display: table;
      margin-top: 20px;
      clear: both;
      background: #000;
      padding: 15px;
  }

  .seis span{
      color: #666;
      font-weight: 100;
      font-size: 0.8em;
  }

  .tb-dash tr td img{
      height: 25px;
  }

  .leg{
      width: 80%;
      margin: 0 10%;
      float: right;
  }

  .tbleg{
      width: 30%;
      float: left;
      margin: 8px 1.5%;
      font-size: 0.9em;
  }

  .gcor1{
      width: 30px;
      height: 10px;
      background: #000;
      border-radius: 10px;
      float: left;
      margin-top: 6px;
      margin-right: 5px;
  }

  .gcor2{
    width: 30px;
    height: 10px;
    background: #4e9239;
    border-radius: 10px;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.gcor3{
    width: 30px;
    height: 10px;
    background: #e90520;
    border-radius: 10px;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.paginacao{
    background: #666;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    color: #fff;
    border-radius: 5px;
    float: left;
    text-align: center;
    margin-bottom: 5px;;
}

.paginacao2{
    background: #000;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    color: #fff;
    border-radius: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;;
}

.paginacao a, .paginacao2 a{
    color: #fff;
}


.paginando{
    width: auto;
    float: right;
}

.paginacao2:hover, .paginacao:hover{
    background: #000;
}

.navegador{
    color: #666;
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 15px;
}

.cheio{
    width: 100%;
    height: auto;
    display: table;
}

.separa{
    width: 100%;
    height: 1px;
    clear: both;
}




  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    height: 180px;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 30%;
    overflow: hidden;
  }

  .cinza{
      color: #ccc;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

  .especial span{
      color: #666;
      font-size: 0.7em;
      font-style: italic;
  }

  .menu-final{
      float: right;
      margin-right: 5%;
      line-height: 48px;
  }

  .menu-final a{
      color: #fff;
  }

  .menu-final li{
      float: right;
      list-style: none;
      padding: 0 10px
  }

#N, #S, #palco{
    width: 100%;
    margin-bottom: 20px;
}

a .atual{
    color: #fff;
}

.atual{
    width: 180px;
    height: 35px;
    border-radius: 8px;
    background: #000;
    text-align: center;
    line-height: 35px;
    margin-top: -40px;
    float: right;
}

.form-control{
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-control_metade{
    width: 31%;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 8px;
    margin-left: 2%;
}

.form-controlz{
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 8px;
}

.form-controlzz{
    width: 80%;
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 8px;
    margin: 20px 10% 0 10%;
}


.form-control2{
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 8px;
}

.some{
    width: 100%;
    height: 600px;
}

#conteudo{
    display: none;
    width: 100%;
    height: auto;
}

#conteudo h1{
    padding: 20px 0;
    font-size: 1.5em;
    color: red;
}

#fisica, #juridica, #form_contato, #form_bancaria, #form_pessoal, #form_comercial, #form_endereco, #form_trabalho, #form_responsavel, #lancamento{
    display: none;
}

.gelo{
    background: #eaeaea;
}

.vl_abono, .vlr_abono, .vl_desconto, .vl_sem_desconto, .valor_adm, .data_termino, .qt_meses, .data_termino2, .qt_meses2, .vl_desconto2, .vl_sem_desconto2,
.valor_adm2{
    width: 100%;
    border: 1px solid #ccc;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    padding-left: 10px;
    background: #f0f0f0;
}



.tb{
    width: 100%;
}

.rd{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 8px;
}

.rde{
    width: 50px;
    height: 2px;
}

.subida{
    margin-top: -20px;
}

.centro_vestibular{
    width: 100%;
    margin: 0 auto;
  }

  .enem p{
    padding-bottom: 8px;
  }

  .centro_vestibular h2, .centro_vestibular2 h1,.centro_vestibular h3, .noventa h2, .ti h2{
    padding: 35px 0 5px 0;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
  }

  .lbl{
    width: 100%;
    color: #000;
  }

  .check{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
  }

  .input_busca{
      width: 95%;
      height: 40px;
      border: 1px solid #ccc;
      color: #666;
      border-radius: 5px;
      text-transform: uppercase;
      padding-left: 5px;
  }

  .tbclientez{
      margin-top: -48px;
      width: 100%;
      clear: both;
      margin-bottom: 50px;
      clear: both;
  }

  .periodo{
      width: 70%;
      margin: 0 auto;
      clear: both;
      background: #f0f0f0;
      height: auto;
      display: table;
      padding: 10px;
      border-radius: 8px;
      margin-bottom: 30px;
  }

  .periodo_liquidacao{
    width: 50%;
    margin: 0 auto;
    clear: both;
    background: #f0f0f0;
    height: auto;
    display: table;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: right;
}

.periodo_liquidacao2{
    width: 50%;
    clear: both;
    background: #f0f0f0;
    height: auto;
    display: table;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}

  .claro{
      background: #000;
      margin-left: 15px;
  }

 .nulo{
     border: none;
     background: transparent;
 }



  .line{
    width: 100%;
    height: 1px;
    background: #a5d2b8;
    margin-bottom: 15px;
  }

  .verde{
      color: green;
  }

  .vermelho{
      color: red;
  }

  .area{
      width: 100%;
      height: auto;
      min-height: 450px;
  }

  .modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal2 {
    display: block; 
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
  }

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #000;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

.logo_abertura{
    width: 30%;
    float: left;
}

.logo_abertura img{
    width: 90%;
    float: left;
    padding: 10px;
    margin-top: 80px;
}

.dados_abertura{
    width: 50%;
    float: left;
}

.dados_abertura h3{
    margin-top: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.edicao{
    width: 100%;
    height: auto;
    display: table;
    border: 1px solid #ccc;    
    padding: 10px 20px;
}

.title_topo h5{
    width: 100%;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 0px;
}

/********************************
menu
*******************************/



.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
    background-color: #000;
    margin-right: 300px;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

#logo p{
    color: #fff;
    font-size: 0.8em;
    margin-top: -25px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
    position: relative;
    margin-top: 12px;
    margin-right: 3%;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #000;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}

nav ul li ul li{
    border-bottom: 1px solid #666;
 }

 nav ul li ul li ul{
    margin-top: 20px;
 }

 nav ul li ul li ul li{
    border-bottom: 1px solid #272626;
    background: #272626;
 }

nav ul li ul li:hover { background: #272626; }



nav a{
    color: #fff;
    text-decoration: none;
}

/* Background color change on Hover */
nav a:hover { 
    background-color: #272626; 
    color: #fff;
    text-decoration: none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 40px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

li a i{
    float: right;
    font-size: 0.6em;
    margin-top: 8px
}
	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }

nav ul li ul li ul li a:hover{
    background: #272626;
 }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #000;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #272626;
    }
    
    .toggle i{
        float: right;
        font-size: 0.8em;
    }

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #272626;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #000; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

.parte_maior{
    width: 48%;
    float: left;
}

.parte_menor{
    width: 4%;
    float: left;
    height: 10px;
}

.opcao_interna{
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}


.opcao_interna a{
    color: #666;
}

.aba_interna{    
    background: #d4d3d3;
    border: 1px solid rgb(165, 164, 164);
    padding: 6px 2px;
    cursor: pointer;
    width: auto;
    height: auto;
    text-align: center;
    width: 130px;
    float: left;
}

.aba_interna a{
    color: #000;
}

.linha{
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}


#svenda{
    display: none;
}

.inativo{
    background: #f7b5b5;
    width: 100%;
    height: auto;
    display: table;
}

.inativado{
    background: #f7b5b5;
}

.locado{
    background: #a5c4fc;
}

.venda{
    background: #969494;
}

.sem_gestao{
    background: #f8ef6b;
}

.vago{
    background: #8df1b3;
}

.aba_interna:hover{
    background: #b1b0b0;
}

.separa{
    width: 100%;
    height: 1px;
    clear: both;
}

.radio{
    width: 30px;
    height: 30px;
    margin-left: 15px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
}

.sim{
    list-style: 30px;
    margin-left: 10px;
}

/*Liga Desliga*/
.on-off {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0px 18px;
    border-radius: 30px;
  }
  .on-off span a {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    width: 50%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: right 250ms ease-out;
    cursor: pointer;
    background-color: #ffffff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  }
  .on-off span a:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35) inset;
    background: white;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .on-off span:before, .on-off span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: left 250ms ease-out;
    font-family: sans-serif;
    font-size: 10px;
    text-align: right;
    padding-top: 6px;
    padding-right: 7px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #9e9e9e;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9E9E9E', endColorstr='#FFBFBFBF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e9e9e), color-stop(100%, #bfbfbf));
    background-image: -moz-linear-gradient(top, #9e9e9e 0%, #bfbfbf 100%);
    background-image: -webkit-linear-gradient(top, #9e9e9e 0%, #bfbfbf 100%);
    background-image: linear-gradient(to bottom, #9e9e9e 0%, #bfbfbf 100%);
  }
  .on-off span:after {
    content: "";
    left: -100%;
    background-color: #9ee62a;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9EE62A', endColorstr='#FF9FE509');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllZTYyYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTdlZDE3Ii8+PHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiM3ZWU1MTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZmU1MDkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9ee62a), color-stop(50%, #97ed17), color-stop(52%, #7ee510), color-stop(100%, #9fe509));
    background-image: -moz-linear-gradient(top, #9ee62a 0%, #97ed17 50%, #7ee510 52%, #9fe509 100%);
    background-image: -webkit-linear-gradient(top, #9ee62a 0%, #97ed17 50%, #7ee510 52%, #9fe509 100%);
    background-image: linear-gradient(to bottom, #9ee62a 0%, #97ed17 50%, #7ee510 52%, #9fe509 100%);
  }
  .on-off input {
    position: relative;
    z-index: 999;
    visibility: hidden;
  }
  .on-off input:checked + span:before {
    left: 100%;
  }
  .on-off input:checked + span:after {
    left: 0%;
  }
  
  input:checked + span a {
    right: 0%;
  }

  #endereco, #contato, #trabalho, #bancaria, #comercial, #pessoal, #configuracao, #responsavel{
      display: none;
  }

  #form_proprietario, #proprietario, #form_prefeitura, #configuracoes, #vistoria, #prefeitura, #form_vistoria{
      display: none;
  }

  .vistoria{
      width: 100%;
      height: 250px;
  }

.meio-fotoimovel{
    width: 90%;
    height: auto;
    display: table;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 8px;
}

  .fotoimovel img{
      width: 100%;
  }

  #summernote{
      color: #000
  }

  #cinquilino, #cfiador, #cgestao, #ccontrato, #cdistrato, #form-cinquilino, #form_cgestao, #form_cfiador{
      display: none;
  }

  .cancelamento{
      width: 100%;
      height: auto;
      display: table;
      border: 1px solid rgb(225, 33, 33);
      margin-top: 30px;
      border-radius: 8px;
      padding: 0;
      margin-bottom: 50px;
  }

  .cancelamento h2{
   background: rgb(225, 33, 33);
   color: #fff;   
   padding: 0;
   border-radius: 8px 8px 0 0;
   padding: 6px;
  }

  .cancelamento table{
      border: none
  }

  .cancela_liquidacao{
    background: rgb(240, 120, 40);
    color: #fff;
    padding: 6px 10px;
    width: 150px;
    margin: 0 0 20px 15px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }

  .cancela_liquidacao a{
      color: #fff;
  }

  .centro{
      width: 90%;
      margin: 0 5%;
  }

  .ano_meio{
      width: 100%;
      text-align: center;
  }

  .legend{
      width: 100%;
      height: auto;
  }

  .cor_legend{
      width: 40px;
      height: 22px;
      border-radius: 5px;
      float: left;
      margin-right: 5px;
  }

  .item_legend{
      width: auto;
      height: 50px;
      float: left;
      padding: 0 25px 0 0;
  }

  .links{
      width: 320px;
      height: 50px;
  }

  .load{
    width: 50%;
    margin: 30px auto;
    color: #000;
    font-size: 1.5em;
    text-align: center;
  }

  .load img{
      width: 30%;
      display: block;
      margin:  0 auto;
  }

  .emitida{
    float: left;
    background: #000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 30px;
}

.emitida_fechado{
    float: left;
    background: #949292;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #949292;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 30px;
}

.emitida_fechado:hover{
    float: left;
    background: #000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    margin-right: 15px;
}

.meio_grafico{
    width: 45%;
    float: left;
    margin-right: 5%;
    background: #fff;
    padding: 15px;
    height: 500px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #ccc;
}

.txt{
    height: 500px;
}

.carrinho{
    width: 200px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    float: right;
    padding: 8px;
}

.rel{
    width: 100%;
    height: 10px;
    margin-bottom: 0px;
    font-size: 0.8em;
}

.subrel{
    background: #eaeaea;
    height: 15px;
    font-weight: bold;
}

.inad{
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.atualizado{
    background: #bbf7d2;
}

.marcacao{
    position: fixed;
    background: #000;
    top: 300px;
    width:200px;
    height: 40px;
    border-radius: 5px;
    transform: rotate(-90deg);
    margin-left: -8%;
    color: #fff;
    border: none;
    
}

.vencido{
    background: rgb(238, 162, 162);
}

.encerrar{
    float: right;
    margin-top: 0px;
    background: rgb(241, 115, 115);
    padding: 8px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.encerrar2{
    float: right;
    margin-top: 0px;
    background: rgb(121, 120, 120);
    padding: 8px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
}

.encerrar2:hover{
    color: #fff;
    text-decoration: none;
}

.fim_orc{
    float: right;
    background: #000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 20px;
    width: 200px;
    text-align: center;
    margin-bottom: 15px;
}

.fim_orc2{
    float: right;
    background: #666;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #666;
    cursor: pointer;
    margin-left: 20px;
    width: 200px;
    text-align: center;
    margin-bottom: 15px;
}

.fim_orc:hover,.fim_orc2:hover{
    color: #fff;;
}

.inserir{
    float: left;
    background: #000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #000;;
    cursor: pointer;
    margin-left: 20px;
    width: 200px;
    text-align: center;
}

.inserirx{
    float: left;
    background: #000;
    color: #fff;
    padding: 2px 2px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    width: 100px;
    text-align: center;
    margin-right: 15px;
}

a .inserirx:hover, a .inserirx, .inserirx:hover{
    color: #fff;
}

.insere{
    width: 80%;
    height: auto;
    display: table;
    background: #eaeaea;
    padding-bottom: 50px;
    margin: 0 10%;
}

.espaco_subitem{
    width: 120px;
    height: 10px;
    float: left;
}

/*
.close-modal{
    background: #000;
    color: #fff;
    padding: 0px 30px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 20px;
    width: 160px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

*/

.press{
    padding-left: 6px;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
    width: 100%;
}


.qtde{
    text-align: center;
    width: 90px;
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
}

.semborda{
    border: none;
    background: transparent;
}

.subitem{
    background: rgb(235, 239, 249);
    font-size: 1em;
    font-style: italic;
}

#inicial h1{
    font-size: 1.4em;
    font-weight: bold;
}

.salvando{
    width: 199px;
    margin: 80px auto;
    margin-bottom: 500px;
    text-align: center;
    color: #000;
}

/*MOdal do orçamento*/

.modal-produtox {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

.modal-finalizar {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.modal-contentx {
    margin: 0 auto;
    margin-top: 90px;
    max-width: 800px;
    background-color: #eee;
    padding: 0;
    box-shadow: 0 0 2px #fff;
    z-index: 9999;
    position: relative;
}

.modal-headerx h1{
    font-weight: bold;
    text-align: center;
}

.modal-headerx, .modal-bodyx, .modal-footerx{
    padding: 10px;
}

.modal-headerx{
    background-color: #000;
    color: #fff;
}

.modal-footerx{
    background-color: #ccc;
}



.busca_cliente{
    width: 50%;
    padding: 30px;
    margin: 0 25%;
    background: #f0f0f0;
    border-radius: 15px;
    margin-top: 80px;
}

.contas{
    width: 70%;
    margin: 20px 15%;
    background: #eaeaea;
    display: table;
    height: auto;
    padding: 20px;
    border-radius: 20px;
}

.inicio p{
    margin-left: 25px;
    font-size: 0.7em;
}

.sobe{
    margin-top: -20px;
}
















