@charset "utf-8";
/* CSS Document */

.bordaesquerdamenu {


  border-left: 1px solid rgba(62, 176, 211, 1);
  border-bottom: 1px solid rgba(62, 176, 211, 1);
  width: 10px;
  height: 27px;
  position: relative;
  margin-top: -18px;
  margin-left: -12px;

}



#idmessagempadrao {
  position: absolute;
  float: right;
  top: 60;
  right: 20;
  z-index: 9999999;
  width: 400;
}

#navtabs {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-weight: bold;
}

.table-responsive {
  border: 0px;
}

/*-------------------------- PAGINA LOGIN ----------------------*/

#div_geral {

  background-size: 100%;
  width: 74%;
  height: 100%;
  float: left;
}


#div_login {
  width: 500px;
  height: 100%;
  background-color: #FFFFFF;

  left: 15px;
  box-shadow: -1px -1px 2px #000000;
  -webkit-box-shadow: -1px -1px 20px #000000;
  -moz-box-shadow: -1px -1px 20px #000000;

  border: 0px solid #ff0000;
  position: fixed;
  right: 0px;
  top: 0px;
}


#logo_login {
  background-image: url('../img/logos/logo_marca.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 90px;
  border: 0px solid #F00;
  height: 150px;
  width: 80%;
  margin: 40px 0px 0px 20px;
}

#form_login {
  position: relative;
  margin: 10px 0px 0px 0px;
  width: 60%;
  left: 25px;
}



#txt_duvida {
  margin: 30px 5px 0px 25px;
  border: 0px solid #F00;
}

#txt_direitos {
  margin: 30px 5px 20px 25px;
  border: 0px solid #F00;
  font-size: 11px;
  position: absolute;
  bottom: 5px;
}

#div_erro_login {
  margin: 10px 15px 0px 22px;
  visibility: hidden;
}

#div_sucesso_login {
  margin: -49px 15px 0px 22px;
  visibility: hidden;
}

#div_erro_servidor {
  margin: -49px 15px 0px 22px;
  visibility: hidden;
}



@media screen and (max-width: 800px) {

  #div_geral {
    display: none;
  }


  #txt_direitos {
    margin: 50px 5px 20px 25px;
    border: 0px solid #F00;
    font-size: 11px;
    position: relative;
    bottom: 5px;
  }

  #div_erro_login {
    visibility: hidden;
    margin: 0px 0px 0px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
  }

  #div_sucesso_login {
    visibility: hidden;
    margin: 0px 0px 0px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
  }

  #div_erro_servidor {
    visibility: hidden;
    margin: 0px 0px 0px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
  }



}

/* ---------- header --------------*/




#logo_ope {


  margin: 0px 0px 0px 0px;
  width: 130px;
  height: 40px;
  background-image: url('../img/logos/logo_dext_branco_completo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;


}




#div_icon_opc {
  float: left;
  border: 0px solid #ff0;
  margin: 10px 0px 0px 5px;
  width: auto;
}


.icon_opc {

  margin-top: 15px;
  margin-left: 20px;
  border: 0px solid #ff0;
  color: #ffffff;
}

.icon_opc:hover {
  float: left;
  margin-left: 20px;
  border: 0px solid #ff0;
  color: #e5e5e5;
}



#icon_menu {
  float: left;

  margin-left: 20px;
  border: 0px solid #ff0;
  height: 25px;
  width: 27px;
  cursor: pointer;
  color: #FFF;
}

#icon_menu:hover {
  float: left;
  top: 12px;
  margin-left: 20px;
  border: 0px solid #ff0;
  height: 25px;
  width: 27px;
  cursor: pointer;
  color: #e5e5e5;
}




@media screen and (max-width: 650px) {

  #logo_dxt_mob {
    float: left;
    border: 0px solid #ff0;
    margin: 4px 0px 0px 5px;
    width: 50px;
    height: 50px;
    background-image: url('../img/logos/dext_logo.png');
    background-repeat: no-repeat;
    background-size: 50px;
  }


  #txt_nom_usuario {
    display: none
  }

  #txt_nom_logoff {
    display: none;
  }


  #idmessagempadrao {
    position: absolute;
    float: right;
    top: 60;
    right: 20;
    z-index: 9999999;
    width: 400;
  }

}

#sjhd {
  background-size: auto
}

/* painel azul */

.rodape_azul {
  height: auto;
  background-color: #72a8da;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_azul {
  height: 130px;
  width: 100%;
  background-color: #498bc9;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_azul {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #72a8da;
  box-shadow: 0px 0px 1px #7b7b7b;
}

/* painel verde */

.rodape_verde {
  height: auto;
  background-color: #8cbc84;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_verde {
  height: 130px;
  width: 100%;
  background-color: #4f8f44;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_verde {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #8cbc84;
  box-shadow: 0px 0px 1px #7b7b7b;
}


/* painel preto */

.rodape_preto {
  height: auto;
  background-color: #a8a8a8;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_preto {
  height: 130px;
  width: 100%;
  background-color: #454545;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_preto {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #a8a8a8;
  box-shadow: 0px 0px 1px #7b7b7b;
}


/* painel roxo */

.rodape_roxo {
  height: auto;
  background-color: #9b69ce;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_roxo {
  height: 130px;
  width: 100%;
  background-color: #723bab;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_roxo {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #9b69ce;
  box-shadow: 0px 0px 1px #7b7b7b;
}


/* painel laranja */

.rodape_laranja {
  height: auto;
  background-color: #ffaa65;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_laranja {
  height: 130px;
  width: 100%;
  background-color: #ff831f;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_laranja {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #ffaa65;
  box-shadow: 0px 0px 1px #7b7b7b;
}


/* painel vermelho */

.rodape_vermelho {
  height: auto;
  background-color: #da5a5a;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_vermelho {
  height: 130px;
  width: 100%;
  background-color: #a90f0f;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_vermelho {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #da5a5a;
  box-shadow: 0px 0px 1px #7b7b7b;
}


/* painel rosa */

.rodape_rosa {
  height: auto;
  background-color: #e358d1;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_rosa {
  height: 130px;
  width: 100%;
  background-color: #b717a2;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_rosa {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #e358d1;
  box-shadow: 0px 0px 1px #7b7b7b;
}


/* painel vermelho */

.rodape_amarelo {
  height: auto;
  background-color: #e2ce61;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 5px;
  color: #ffffff;
  word-wrap: break-word;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.div_p_amarelo {
  height: 130px;
  width: 100%;
  background-color: #c3a400;
  border-radius: 20px 0px 20px 0px;
  border: 9px double #ffffff;
  position: relative;
  margin-top: 40px;
  box-shadow: 1px 1px 3px #7b7b7b;
}

.bol_amarelo {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50px 50px 50px 50px;
  position: absolute;
  top: -40px;
  right: 30px;
  background-color: #e2ce61;
  box-shadow: 0px 0px 1px #7b7b7b;
}

.progress-small-5 {
  height: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-small-10 {
  height: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.modal-lg-sql {
  max-width: 1200px;
}

.modal-lg-maior {
  max-width: 99%
}

.borderinforme {


  background-color: #f6f6f6;
  padding: 50px 50px 150px 50px;
  margin: 10px 10px 10px 10px;
  border: 0px solid #000000;
  border-radius: 22px 22px 22px 22px;
  -moz-border-radius: 22px 22px 22px 22px;
  -webkit-border-radius: 22px 22px 22px 22px;

  -webkit-box-shadow: 0px 5px 5px -3px rgba(158, 155, 158, 0.74);
  -moz-box-shadow: 0px 5px 5px -3px rgba(158, 155, 158, 0.74);
  box-shadow: 0px 5px 5px -3px rgba(158, 155, 158, 0.74);

}


li.active {
  border-top: 2px solid #2b83ba;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top: 2px solid #2b83ba;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}



.bg-danger-local {
  background-color: #d9534f !important;
  color: #ffff !important;
}

.bg-primary-local {
  background-color: #337ab7 !important;
  color: #ffff !important;
}

.bg-dark-local {
  background-color: #f3f3f3 !important;
  color: #ffff !important;
}


.bg-success-local {
  background-color: #5cb85c !important;
  color: #ffff !important;
}

.bg-info-local {
  background-color: #3cacd1 !important;
  color: #ffff !important;
}

.bg-warning-local {
  background-color: #b1a252 !important;
  color: #ffff !important;
}



/* ---------------- CARDS ---------------------- */






.divcardp_x {
  border: 1px solid #d7d7d7;
  height: 320px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 2);
  box-shadow: 0px 0px 5px 0px rgba(199, 199, 199, 2);
  position: relative;
  text-align: center;
  padding: 2;
  margin-top: 10px;

}


.divcardp_x_vermelho {
  border: 0px solid #FF6C72;
  background-image: url(../img/bg/fundo-vermelho.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}




.divcardverde {
  border: 0px solid #ff0000;
  background-image: url(../img/bg/fundo-verde.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}


.divcardp_x_azul {
  border: 0px solid #ff0000;
  background-image: url(../img/bg/fundo-azul.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}


.divcardp_x_roxo {
  border: 0px solid #ff0000;

  background-image: url(../img/bg/fundo-roxo.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}


.divcardp_x_marrom {
  border: 0px solid #ff0000;
  background-image: url(../img/bg/fundo-marrom.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}


.divcardp_x_cinza {
  border: 0px solid #ff0000;
  background-image: url(../img/bg/fundo-cinza.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}


.divcardp_x_amarelo {
  border: 0px solid #ff0000;
  background-image: url(../img/bg/fundo-amarelo.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}


.divcardp_x_laranja {
  border: 0px solid #ff0000;
  background-image: url(../img/bg/fundo-laranja.jpg);
  background-size: 100%;
  height: 100px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 15px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.divicon_x {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: -20px;
  font-size: 60px;
  text-align: center;
  padding-top: 27px;
  color: #444444;
  position: relative;
  z-index: 3;
}

.diviconb_x {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-top: -65px;
  font-size: 60px;
  text-align: center;
  padding-top: 27px;
  color: #444444;
  position: relative;
  z-index: 3;
}

.divtext_x {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.divval_x {
  color: #3f3f3f;
  font-weight: bold;
  font-size: 50px;
  position: relative;
}

.divbutton_x {
  margin: 0 auto;
  position: absolute;
  bottom: 3;
  left: 2;
  right: 2;
  width: 98%;
}


.btn-amarelo {
  background-color: #ffc000;
  border: #ce9100;
  color: #ffffff;
}

.btn-amarelo:hover {
  background-color: #e09e00;
  color: #ffffff;
}

.btn-amarelo:focus {
  background-color: #e09e00;
  color: #ffffff;
}


.btn-cinza {
  background-color: #929292;
  border: #5b5b5b;
  color: #ffffff;
}

.btn-cinza:hover {
  background-color: #6d6d6d;
  color: #ffffff;
}

.btn-cinza:focus {
  background-color: #6d6d6d;
  color: #ffffff;
}


.btn-marrom {
  background-color: #8a7466;
  border: #725945;
  color: #ffffff;
}

.btn-marrom:hover {
  background-color: #67503d;
  color: #ffffff;
}

.btn-marrom:focus {
  background-color: #67503d;
  color: #ffffff;
}


.btn-roxo {
  background-color: #744ad4;
  border: #602adb;
  color: #ffffff;
}

.btn-roxo:hover {
  background-color: #5b2bc9;
  color: #ffffff;
}

.btn-roxo:focus {
  background-color: #5b2bc9;
  color: #ffffff;
}


.btn-preto {
  background-color: #434343;
  border: #202020;
  color: #ffffff;
}

.btn-preto:hover {
  background-color: #2e2e2e;
  color: #ffffff;
}

.btn-preto:focus {
  background-color: #2e2e2e;
  color: #ffffff;
}


.btn-rosa {
  background-color: #f660f1;
  border: #d004c9;
  color: #ffffff;
}

.btn-rosa:hover {
  background-color: #e83fe2;
  color: #ffffff;
}

.btn-rosa:focus {
  background-color: #e83fe2;
  color: #ffffff;
}


.btn-rosaclaro {
  background-color: #D1899D;
  border: #935064;
  color: #ffffff;
}

.btn-rosaclaro:hover {
  background-color: #BF7386;
  color: #ffffff;
}

.btn-rosaclaro:focus {
  background-color: #BF7386;
  color: #ffffff;
}


.btn-verdeclaro {
  background-color: #74BAA0;
  border: #216651;
  color: #ffffff;
}

.btn-verdeclaro:hover {
  background-color: #3E9278;
  color: #ffffff;
}

.btn-verdeclaro:focus {
  background-color: #3E9278;
  color: #ffffff;
}

.btn-azul {
  background-color: #337ab7;
  border: #216651;
  color: #ffffff;
}

.btn-azul:hover {
  background-color: #286090;
  color: #ffffff;
}

.btn-azul:focus {
  background-color: #286090;
  color: #ffffff;
}


.btn-vermelho {
  background-color: #d9534f;
  border: #216651;
  color: #ffffff;
}

.btn-vermelho:hover {
  background-color: #c9302c;
  color: #ffffff;
}

.btn-vermelho:focus {
  background-color: #c9302c;
  color: #ffffff;
}

.btn-verde {
  background-color: #5cb85c;
  border: #216651;
  color: #ffffff;
}

.btn-verde:hover {
  background-color: #449d44;
  color: #ffffff;
}

.btn-verde:focus {
  background-color: #449d44;
  color: #ffffff;
}


.badgenavtabs {
  position: absolute;
  top: 12;
  right: 10;
  font-size: 15px;
}


.custom-class {
  z-index: 1029;
}

.alinha-btn {
  margin-top: 17px;
}


.btn-primary-datatable {
  background-color: #428bca;
  border: 1px solid #428bca;
  color: #ffffff;
}

.btn-primary-datatable:hover {
  background-color: #3278b3;
  color: #ffffff;
}

.top-radius-10{
  border-radius: 10px 10px 0px 0px !important;
  padding-left:50px !important;
}

.bottom-radius-10{
  border-radius: 0px 0px 10px 10px !important;
}


.icon_est{
  position:absolute;
  left:3%;
  top:7;
  font-size:30px;
  color:#fff;
}


.tabletheaderpadrao_preto {
  background: rgb(87, 87, 87);
  background: rgb(41, 41, 41);
  /* Old browsers */
  background: -moz-linear-gradient(to right, rgb(41 41 41) 0%, rgb(87 87 87) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgb(41 41 41) 0%, rgb(87 87 87) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(41 41 41) 0%, rgb(87 87 87) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  font-weight: bold !important;
  font-weight: 700 !important;
  text-decoration: none;
}


.tabletheaderpadrao_cinza {
  background: #6c757d;
  background: rgb(86, 86, 86);
  /* Old browsers */
  background: -moz-linear-gradient(to right, rgb(86 86 86) 0%, rgb(155 155 155) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgb(86 86 86) 0%, rgb(155 155 155) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(86 86 86) 0%, rgb(155 155 155) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  font-weight: bold !important;
  font-weight: 700 !important;
  text-decoration: none;
}

.tabletheaderpadrao_verde {
  background: #2a9b5d;
  background: rgb(13, 121, 31);
  /* Old browsers */
  background: -moz-linear-gradient(to right, rgb(13, 121, 31) 0%, rgb(60, 156, 73) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgb(13, 121, 31) 0%, rgb(60, 156, 73) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(13, 121, 31) 0%, rgb(60, 156, 73) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  font-weight: bold !important;
  font-weight: 700 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.tabletheaderpadrao_amarelo {
  background: -moz-linear-gradient(to right, rgb(216, 161, 10) 0%, rgb(250, 213, 112) 100%);
  background: -webkit-linear-gradient(to right, rgb(216, 161, 10) 0%, rgb(250, 213, 112) 100%);
  background: linear-gradient(to right, rgb(216, 161, 10) 0%, rgb(250, 213, 112) 100%);
  color: #ffffff;
  font-weight: 400 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tabletheaderpadrao_laranja {
  background: -moz-linear-gradient(to right, rgb(255, 115, 0) 0%, rgb(255, 171, 102) 100%);
  background: -webkit-linear-gradient(to right, rgb(255, 115, 0) 0%, rgb(255, 171, 102) 100%);
  background: linear-gradient(to right, rgb(255, 115, 0) 0%, rgb(255, 171, 102) 100%);
  color: #ffffff;
  font-weight: 400 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tabletheaderpadrao_vermelho {
  background: -moz-linear-gradient(to right, rgb(160, 16, 16) 0%, rgb(216, 77, 77) 100%);
  background: -webkit-linear-gradient(to right, rgb(160, 16, 16) 0%, rgb(216, 77, 77) 100%);
  background: linear-gradient(to right, rgb(160, 16, 16) 0%, rgb(216, 77, 77) 100%);
  color: #fff;
  font-weight: bold !important;
  font-weight: 400 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.tabletheaderpadrao_azul {
  background: -moz-linear-gradient(to right, rgb(62, 176, 211,1) 0%, rgb(142, 201, 219) 100%);
  background: -webkit-linear-gradient(to right, rgb(62, 176, 211,1) 0%, rgb(142, 201, 219) 100%);
  background: linear-gradient(to right, rgb(62, 176, 211,1) 0%, rgb(142, 201, 219) 100%);
  color: #000;
  font-weight: bold !important;
  font-weight: 700 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.input_trnsp {
  background: rgba(86, 86, 86,0.0);
  width:90%;
  color: #ffffff;
  font-weight: bold !important;
  font-weight: 700 !important;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding:10px;
  border:0px
}

.trans_class {
  transition: all 0.4s ease;
}

.input_transp2 {
  background: rgba(86, 86, 86,0.0);
  text-decoration: none;
  padding:10px 5px 10px 0px;
  border:0px;
  outline: none;
}

.input_norm2 {
  padding-top:10px;
  padding-bottom:10px;
  background: rgba(255, 255, 255,0.5);
  border:0px solid #3e5345;
  padding:10px 5px 10px 0px;
  border-radius: 4px;
  margin:2px 1px 2px 0px;
}

.input_norm2:hover {
  padding-top:10px;
  padding-bottom:10px;
  background: rgba(255, 255, 255,0.5);
  border:0px solid #3e5345;
  padding:10px 5px 10px 0px;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  margin:2px 1px 2px 0px;
}

.input_norm2:focus {
  padding-top:10px;
  padding-bottom:10px;
  background: rgba(255, 255, 255,0.5);
  border:0px solid #3e5345;
  padding:10px 5px 10px 0px;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  margin:2px 1px 2px 0px;

}



