.text-center{
  text-align: center;
  width:84%;
  margin-left: 0%;
  color:white;
}
.ba{
  text-align: center;
  width:84%;
  margin-left: 0%;
  color:white;
}
.imagem-login{
  width:32% !important;
  margin: -20px -100px 0px -170px;
}
.botao-login{
  width:84% !important;
  margin-left: 0%;
  margin-top: 0%;
  background-color: white;
}

.painel{
  width:400px;
  padding:0!important;
  height:361px;
  /* transform: scale(0.8, 0.8); */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* border-color: #0294CF; */
  background-color: #2D4F75;
  /* border-style: solid;
  border-width: 3px; */
  border-radius: 10px;
}

.login{
  float:right;
  border-radius: 0 8px 8px 0;
  height: 361px;
}
.formulario{
  float:left;
  margin-top: 4%;
  margin-right: -15%;
  margin-left: 3%;
  text-align: center;
}
.after-icon{
  margin-left: 5px;
}
.imagem-div{
  /* background-color: #fff !important;
  border-radius: 25px; */


}
.imagem-div img{
 
  margin-top: 5px;

}
.imagem-div a:hover{
  background-color: transparent !important;
}
.margin-left{
  margin-left:20px;
}

#exTab1{
    margin-bottom: 10px;
}

#exTab1 .tab-content {
    /*color : white;
    background-color: #428bca;*/
    background-color: white;
    padding : 5px 15px;
    /*border: 1px solid #9a9a9a;*/
    box-shadow: 0px 0px 10px grey;
}

.fix {
    height: 600px;
}

.small-tab-1{
    width: 100% !important;
}

.small-tab-2{
    width: 100% !important;
    left: 20px important;
}

/* estilo padrão */

#exTab1 .nav>li>a {
    padding: 5px 12px !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
    color: black !important;
    /*background-color: rgb(225, 231, 245) !important;*/
    background-color: white !important;
    /*border: 1px solid #9a9a9a;*/
    border-bottom: 0;
    border-radius: 10px 10px 0 0 !important;

    box-shadow: 0px -1px 1px grey;
    clip: rect(0, 0, 10px, 0);
}

.nav>li>a:focus, .nav>li>a:hover {
    border-radius: 0px 0px 0 0 !important;
}

/* fim */

#corpo .item,
#div_icms .item,
#div_icmsst .item{
    margin-bottom: 6px;
}

/* TABELA DE EXIBICAO DOS ITENS NA LISTA DE PESQUISA*/
#lista{
    border-spacing: 0;
    border-collapse: separate;
    font-size: 10pt;
    border-collapse: collapse;
    /*background: #fff;*/
}

#lista #lista_content td, #lista #lista_titulo td{
    background: #fff;
    color: #444;
    border: 1px solid #333;
}

#lista #lista_content:hover td {
    background: #E0EEEE !important;
    color: #444;
}

#lista #lista_content td{
    padding: 5px;
}

#lista #lista_titulo td{
    padding: 5px;
}
