/*
Style João Guilherme
*/

/* .page-item.active .page-link {
    height: 35px!important;
    width: 31px!important;
  } */
.botao-tabela {
width: 75px!important;
}

.font-tabela {
  font-size: small;
}
.teste {
  margin-top:1pc!important;
  /* background-color: #23222245!important; */
  background-color: rgba(35, 34, 34, 0.27)!important;
}

/* .teste{
  background: linear-gradient(0.8turn, #041975, #2b90d9);
} */
/* @supports ( background: linear-gradient(0deg,red,red) ) {
  .teste {
    background: linear-gradient( to right, rgb(40, 135, 210), rgb(8, 39, 128) );
  }
} */
.bigdata-branco{
  background-color: white;
  border: 1px solid black!important;
  margin: 1px!important;
  width: 30px!important;
  height: 30px!important;
}
.bigdata-laranja{
  background-color: orange;
  color: white;
  margin: 1px!important;
  width: 30px!important;
  height: 30px!important;
}
.bigdata-verde{
  background-color: green;
  color: white;
  margin: 1px!important;
  width: 30px!important;
  height: 30px!important;
}
.btn-danger{
  margin: 1px!important;
  width: 30px!important;
  height: 30px!important;
}
.bigdata-azul{
  background-color: #17a2b8;
  color: white;
  margin: 2px!important;
  width: 30px!important;
  height: 30px!important;
}

.classSelect {
  background-color: #2c3e50!important;
  color: #fff!important;
  border: #2c3e50!important;
}

.btn-vermelho{
  color: #fff!important;
  background-color: #dc3545!important;
  border-color: #dc3545!important;
  /* width:100%!important; */
}
.botao-btn{
  width: 82px!important;
}

.btn-tamanho{
  width: 70%!important;
}

.btn-limpar{
  color: #1c669c!important;
   background: #fff!important;
   margin-bottom:1pc;"
}

.btn-limpar:hover{
  color: black!important;
}


@media screen and (max-width: 768px) {
  .btn-tamanho {
  width: 100%!important;
  }
  .btn-botao-verde{
    width: 100%!important;
  }
  .botao-vermelho{
    width: 100%!important;
  }

}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0px!important;
    cursor: text;
}

.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #ced4da!important;
    border-radius: 0px!important;
}

/*
Style João Guilherme
*/

#hiddenForm{
  display:none;
}

/*Fix for small screnn menu*/
@media (min-width: 1200px){
  .hiddenXL{
    display:none;
  }
}

/*Fix for select2*/
span.select2-selection.select2-selection--single{
  height: calc(2.25rem + 2px);
}

/*Fix for Options buttons on lead list*/
.btn.option{
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  padding-right: 2pc;
}

.orderResult{
  cursor:pointer;
}
