
/* Tela de Login*/

/* Fontes do formulario de login*/

.fontes_login_view{
  color: #67748e;
}

/* Texto de "esqueci a senha" */

.text_forgot_pw{
  text-decoration: underline;
  color: #67748e;
}

/* Cor de fundo*/
.login_background{
  background-color: #02050a
}

/* Imagem */
.img_custom{
  background-repeat: no-repeat;
  background-size: contain;
  background-image:url('https://imagens.mobiaccess.com.br/mulher_notebook.png')
}

/* Ajuste de imagem de login responsivo*/
.img_login{
  height: 7.8rem;
}

.row_lang {
 position: relative;
 display: ruby;
 margin-top: 2rem;
}

.flag{
 display: inline-block;
}

.login_column{
 flex-direction: column;
}

@media (max-width: 1700px) {
 .h-100 {
   height: 25rem !important;
   margin-top: 6rem;
   margin-right: 10rem;
 }

}

@media (max-width: 400px) {

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

}

/*Navegação*/

/* Cor de fundo do menu lateral */

.lateral_menu{
  background-image: linear-gradient(310deg, rgb(137, 181, 199) 0%, rgb(35, 51, 75) 100%);
}

.customer_care{
  font-size: 0.71rem;
}
/*cor do botao ativo*/
li.active>a>p, li.active>a>i {
  color: rgb(15, 187, 50) !important; 
}

/*
ul.menu_button>li>a:hover, ul.lateral_menu>li>a:hover {
  background-image: linear-gradient(310deg, rgb(63 198 14) 20%, #212643 100%) !important;
  border-radius: 20px;
}
*/

/* Gradiente dos botões de submit */
.gradiente {
  /*background-image: linear-gradient(310deg, #dce379 0%, #e1446c 100%);*/
  background-image: linear-gradient(310deg, rgb(24, 57, 103) 0%, rgb(0, 155, 216) 100%) !important;
  /* background-image: linear-gradient(45deg, #2152ff, transparent ); #fd5421*/
  width: 130px;
  margin-right: 13px;
}

/* Gradiente do hover do menu lateral*/

ul.menu_button>li>a:hover{
  background-image: linear-gradient(310deg, rgba(76, 182, 109, 0.3) 0%, rgba(35, 51, 75, 0.3) 100%);
  /*background-image: linear-gradient(310deg, rgba(98, 100, 100, 0.3) 0%, rgba(32, 54, 90, 0.3) 60%);
  border-radius: 20px;*/
}

/* Gradiente dos botões de new/novo */
.gradiente_novo {
  background-image: linear-gradient(310deg, #d4c822 0%, #d9e622 100%) !important;
  /* background-image: linear-gradient(45deg, #2152ff, transparent );*/
  width: 130px;
  margin-right: 13px;
}


/* Gradiente dos botões de exportação dos relatórios */
.gradiente_report {
  background-image: linear-gradient(45deg, #20ad41 0%, #24db24 100%) !important;
  /* background-image: linear-gradient(45deg, #2152ff, transparent );*/
  width: 130px;
  margin-right: 13px;
}


/* Gradiente dos botões de cancelamento */
.gradienteCancel {
  background-image: linear-gradient(310deg, #bd1818 0%, #fd5421 100%) !important;
  /* background-image: linear-gradient(45deg, #2152ff, transparent );*/
  width: 130px;
  margin-right: 13px;
}

/* Cor dos headers das tabelas */
.tabela {
  color: rgb(0, 155, 216);
}

/* Cor dos botoes de reativação */

.botao_verde{
  color: green;
  font-size: 1.3rem;
}

/* Gradiente do header da listagem de relatórios */

.list-header {
  background-image: linear-gradient(310deg, rgb(24, 57, 103) 0%, rgb(0, 155, 216) 100%);
  color: white !important;
  font-weight: bold;
}

/* Box do upload de arquivo */
.custom_box_upload{
  border: 2px solid red;
      border-radius: 10px;
      padding: 1.5rem;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      font-family: 'Montserrat';
      /*width: 20rem;*/
}


/* BOTÃO DO UPLOAD DE BASE */
input[type='file'] {
  display: none
}

.input-wrapper label {
  /* background-color: #3498db; */
  background-image: linear-gradient(45deg, #20ad41 0%, #24db24 100%) !important;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 20px
}

.input-wrapper label:hover {
  background-color: #2980b9
}



/*Nao Mexer*/
.flag-usa{
  background-image: url('https://imagens.mobiaccess.com.br/flag-usa.png');
}
.flag-spain{
  background-image: url('https://imagens.mobiaccess.com.br/flag-spain.png');
}
.flag-brazil{
 /* background-image: url('https://imagens.mobiaccess.com.br/flag-brazil.png');*/
  width: 24px;
  background-image: url('https://www.curitiba.pr.leg.br/atividade-parlamentar/legislacao/imagens/bandeira-do-brasil.png/image_view_fullscreen');
  
}
.esconder {
  visibility: hidden;
}

.btn-tabela {
  width: 100px;
  text-align: center;
}

.celula-dataTable {
  text-align: center;
}

.respostaLetra{
  font-size: larger !important;
}

.escondeMenu {
  position: fixed;
  display: block;
  top: 0;
  height: 100%;
  width: 260px;
  right: auto;
  left: 0;
  z-index: 1032;
  visibility: visible;
  overflow-y: visible;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transform: translate3d(-260px, 0, 0);
}

@media (max-width: 420px) {
  .escondeNome {
    visibility: hidden;
  }
}

.marginButton{
  margin-left: 250px;
}