/*Autor: Eduardo Sousa
email: webx_555@hotmail.com
*/

/*.col-md-1{border:1px solid red;}*/
/*.col-md-2{border:1px solid red;}*/
/*.col-md-3{border:1px solid red;}*/
/*.col-md-4{border:1px solid red;}*/
/*.col-md-5{border:1px solid red;}*/
/*.col-md-6{border:1px solid red;}*/
/*.col-md-9{border:1px solid red;}*/
/*.col-md-4{border:1px solid red;}*/

.img-5 img, .w-5 { width: 5%;}
.img-10 img, .w-10 { width: 10%;}
.img-15 img, .w-15 { width: 15%;}
.img-20 img, .w-20 { width: 20%;}
.img-25 img, .w-25 { width: 25%;}
.img-30 img, .w-30 { width: 30%;}
.img-40 img, .w-40 { width: 40%;}
.img-50 img, .w-50 { width: 50%;}
.img-60 img, .w-60 { width: 60%;}
.img-70 img, .w-70 { width: 70%;}
.img-80 img, .w-80 { width: 80%;}
.img-90 img, .w-90 { width: 90%;}
.img-100 img { width: 100%;}


.clearfix::before,
.clearfix::after{
    content:"";
    display:table;
}

.clearfix::after{
    clear:both;
}
.clearfix{
    zoom: 1;
}

.clear{clear: both;}

html, body {
    height: 100% !important;
    margin: 0px;
}

body{
    background-color: #F3F3F3 !important;
    overflow-x: hidden;
    

}

input, select, textarea{
    color: #000 !important;
    border: 1px solid #8a8a8a !important;
    border-radius: 3px;
    padding: 5px !important;
    height: unset !important;
}

input:focus, select:focus, textarea:focus{
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: none;
}

input::placeholder, select::placeholder, textarea::placeholder{
    color: #777 !important;
}

.white-container{
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow: auto;
    box-shadow: 0 0px 3px rgba(0,0,0,.04);
}

.white-container-dashboard{
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow: auto;
    margin-bottom: 35px;
    box-shadow: 0 0px 3px rgba(0,0,0,.04);
}

.novo-doc-container{
    overflow: unset !important;
}

/*TOPO*/

header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
}



.logo-topo img{
    width: 220px;
}

.icons-topo{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;


}
.info-login{
    text-align: center;
    display: inline-block;
}

.info-login-usuario-cliente{
    text-align: center;
    display: inline-block;
    position: relative;
}


.icons-topo ul{
    list-style: none;
    z-index: 11;
    display: none;
}

.icons-topo > ul li{
    display: inline-block;
    position: relative;
    margin: 5px;
}

.icons-topo ul li:hover ul, .icons-topo ul li:active ul{
    display: inline-grid;
    animation-name: Opacity;
    animation-duration: .5s;

}
.icons-topo ul li img{
    width: 30px;
    padding: 10px 0px;
}

.icons-topo ul ul{
    display: none;
    position: absolute;
    text-align: left;
    left: 50%;
    transform: translate(-50%);
    top: 50px;
    padding-left: 0px;
    width: max-content;   
    
}
.icons-topo ul ul li{
    flex-wrap: nowrap;
    background: #111D41;
    margin: 0px;
    padding: 0 10px;
    transition: .3s;
}

.icons-topo ul ul li:hover{
    background: #005385;
    
}

.icons-topo ul ul li a{
    color: #fff;
    
}

.icons-topo ul ul li a:hover{
    text-decoration: none;
}

.cont{
    position: absolute;
    font-size: 11px;
    color: #fff;
    background: #00A651;
    padding: 0px 5px;
    border-radius: 50%;
    top: 8px;
    right: -6px;
    cursor: default;
}

.data{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    color: #111D41;
}

.ola-login{
    background: #F3F3F3;
    width: max-content;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 20px;
    padding: 5px 20px;
    color: #111D41;
    margin-bottom: 0;
}
.ola-login a{
    background: #111D41;
    padding: 3px 30px;
    border-radius: 20px;
    margin-left: 10px;
    position: relative;
    left: 20px;
    color: #fff;
    border: 2px solid #111D41;
    transition: 0.4s;
}

.ola-login a:hover{
    background: #fff;
    color: #111d41;
    text-decoration: none;
   
}

.sidenav{
    width: 250px;
    background: #111D41;
    position: fixed;
    transition: .5s;
    z-index: 10;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /*SCROLL PARA FIREFOX*/
    scrollbar-width: thin;
    z-index: 9999;
}

.sidenav-termos{
    width: 250px;
    background: #111D41;
    position: fixed;
    transition: .5s;
    z-index: 10;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /*SCROLL PARA FIREFOX*/
    scrollbar-width: thin;
    z-index: -1;
    display: none;
}

.sidenav, .sidenav a, .sidenav-termos, .sidenav-termos a{
    color: #fff;
}

.sidenav ul, .sidenav-termos ul{
    position: relative;
    width: 250px;
    list-style: none;
    font-weight: bold;
    left: 0px;
    transition: .5s;
    padding-left: 20px;
}

.sidenav ul li, .sidenav-termos ul li{
    margin: 20px 0px;
    
}
.sidenav ul ul, .sidenav-termos ul ul{
    width: 100%;
    font-weight: normal;
    padding-left: 0px;
    
    
}

.sidenav ul ul li, .sidenav-termos ul ul li{
    margin: 0px;
    
}

.sidenav ul ul li a, .sidenav-termos ul ul li a{
    font-size: .9rem;
    transition: .2s;
}

.sidenav ul ul li a:hover, .sidenav-termos ul ul li a:hover{
    text-decoration: none;
    color: #C21E26;

}

.def-container{
    width: calc(100% - 250px) !important;
    float: right;
    transition: .5s;
    padding: 60px;
    position: relative;
    top: 110px;
    /* top: 180px; */
}

.icon-btn{
    background-image: url(../../site/img/icon-menu.png);
    background-size: cover;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 130px;
    left: 225px;
    transform: rotate(180deg);
    transition: .5s;
    cursor: pointer;
    z-index: 99999;
    
}

.icon-btn-termos{
    background-image: url(../../site/img/icon-menu.png);
    background-size: cover;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 130px;
    left: 225px;
    transform: rotate(180deg);
    transition: .5s;
    cursor: pointer;
    z-index: 99999;
    display: none;
    
}

.hide-btn{
    left: 1px;
    transform: rotate(0deg);
}

.hide{
    width: 0px;
    transition: .5s;
    overflow-y: hidden;
}

.hide ul{
    position: relative;
    left: -250px;
    transition: .5s
}  

.expand{
    width: 100% !important;
    transition: .5s;
}

.fixed{
    position: fixed;
    top: 0px;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #888;
    transition: .5s;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
    transition: .5s;
  }

  .btn-plus{
      position: fixed;
      z-index: 1000;
      bottom: 30px;
      right: 30px;
  }

  .btn-plus span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #111D41;
    color: #fff;
    border: none;
    font-size: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
  }

  .modal-dialog {
    max-width: max-content !important;
  }

  .modal-dialog-termos {
    max-width: 50% !important;
    position: relative;
    top: 135px;
  }

  .modal-body{
      padding: 0px !important;
  }
  .modal-body ul{
    list-style: none;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px !important;
    
  }
  .modal-body ul li{
    border-bottom: .5px solid rgba(0, 0, 0, 0.3);
    padding: 1rem 1rem;
    transition: .2s;
    position: relative;
  }
  .modal-body ul li:hover{
      background: #111D41;
      
  }
  .modal-body ul li:hover a{
    color: #fff;
    
}

  .modal-body ul li:last-child{
      border-bottom: 0px;
  }

  .modal-body a{
        padding: 1rem 1rem;
        color: #000;
        transition: .2s;
        font-weight: 500;
  }

  .modal-body a:hover{
        text-decoration: none;
  }


  .topo-cli ul li::before, .topo-cml ul li::before, .topo-opr ul li::before, .topo-fin ul li::before, .topo-adm ul li::before, .topo-rel ul li::before{
    position: relative;
    top: 6px;
  }

  .topo-cli ul li::before{
    content: url(../../site/img/cli-icon.png) !important;
  }

  .topo-cml ul li::before{
    content: url(../../site/img/cml-icon.png) !important;
  }

  .topo-opr ul li::before{
    content: url(../../site/img/opr-icon.png) !important;
  }

  .topo-fin ul li::before{
    content: url(../../site/img/fin-icon.png) !important;
  }

  .topo-adm ul li::before{
    content: url(../../site/img/adm-icon.png) !important;
  }

  .topo-rel ul li::before{
    content: url(../../site/img/rel-icon.png) !important;
  }


/*HOME*/

.table{
    background: #fff;
    margin-bottom: 30px !important;
    display: block;
    max-height: 600px;
    overflow: auto;
    /*SCROLL PARA FIREFOX*/
    scrollbar-width: thin;
}

.table thead th{
    width: 1%;

}

.grafico-data{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.dashboard h3{
    margin-bottom: 60px;
}

.bloco-grafico{
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 3px rgba(0,0,0,.04);
    padding-top: 20px;
}

.arquivos-totais{
    text-align: center;
    padding: 20px 0px;
}

.arquivos-totais-desc{
    display: block;
    font-size: 20px;
}

.arquivos-totais-valor{
    display: block;
    font-size: 16px;
    
}

.tipo-com, .tipo-fnc, .tipo-adm, .tipo-opr{
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 40px;
    text-align: center;
}

.tipo-com{
    background: #662D91;
    
}

.tipo-fnc{
    background: #00A651;
    
}

.tipo-adm{
    background: #CB0944;
    
}
.tipo-opr{
    background: #F1C40F;
}

/*CONFIGURAÇÕES*/


.config-limite{
    display: block;
    margin-bottom: 10px;
}

.config-primeiro-lembrete{
    display: block;
    margin-bottom: 10px;
}

.config-segundo-lembrete{
    display: block;
    margin-bottom: 10px;    
}

.config input{
    width: 4em;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.config-categoria{
    width: max-content;
    display: inline-flex;
}

.config-pastas{
    position: relative;
    margin-top: 30px;
}

.config-pastas h4{
    margin-bottom: 20px;
}
.config-categoria ul{
    list-style: none;
    padding-left: 0px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.config-categoria ul li{
    padding: 3px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.gray-background{
    background: #ccc;
    transition: .5s;

}

.lista_subs{display: inline;}

.config-subcategoria{
    width: max-content;
    display: none;
    animation-name: moveLeft;
    animation-duration: .5s;
    -o-animation-timing-function: ease-out;
    backface-visibility: hidden;
}

.config-subcategoria ul{
    list-style: none;
    padding: 0px;
    border: 2px solid #ccc;
    height: 162px;
    overflow-y: auto; 
}

.config-subcategoria ul li{
    padding: 4px 8px;
    cursor: pointer;
    transition: all .2s;
}

.config-subcategoria ul li:hover{
    background: #ccc;
}

.config-subcategoria ul li span{
    padding: 4px 8px;
}

.sub-show{
    display: inline-flex;
}

.config-seta{
    position: relative;
    top: 60px;
}

.inclui-sub{
    text-transform: uppercase;
    color: #C21E26;
    display: block;
    text-align: right;
    width: 90%;
    position: relative;
    transition: all .2s;

}

.inclui-sub::before, .inclui-novo-user:before{
    content: url(../../site/img/config-plus.png) !important;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;       
}

.inclui-sub:hover{
    color: #C21E26;
    text-decoration: none;
    transform: translateY(-3px);
}

.inclui-sub:active{
    transform: translateY(-1px);
}

@keyframes moveLeft{
    0%{
        transform: scale(1.5);
        opacity: 0
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes Opacity{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes MoveLeftwOpacity{
    0%{
        opacity: 0;
        transform: translate(-100px)
    }

    100%{
        opacity: 1;
        transform: translate(0px)

    }
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
  }
  .modalDialog > div {
    width: 300px;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
  }
  .fechar {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    width: 32px;
    height: 28px;
  }

  .fechar:hover {
    background: #C21E26;
  }

  .nova-categoria, .nova-subcategoria{
        display: block;
      text-align: center;
  }

  .nova-categoria select{
      
      border-radius: 5px;
      border: 1px solid transparent;
  }
  .nova-subcategoria{
      display: block;
      margin-top: 20px;
  }

  .nova-subcategoria input{
      width: 200px;
  }

  .config-btns{
      display: block;
      text-align: center;
  }
  .btn-config-confirmar{
    width: max-content !important;
    margin-top: 10px;
    background: #111D41;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    
  }

  .btn-config-cancelar{
    margin-top: 10px;
    background: #C21E26;
    border: 0px;
    color: #fff;
    border-radius: 5px;
  }

  .email-padrao{
      display: block;
      margin-top: 20px;
  }
  .email-padrao input{
        width: 60%;
  }

  .btns, .btns:link, .btns:visited{
      text-decoration: none;
      padding: 3px 20px;
      display: inline-block;
      transition: all .2s !important;
  }

  .btns:hover{
      transform: translateY(-3px);
      box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
    
  }

  .btns:active{
    transform: translateY(-1px);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
    
  }

  .btn-salvar-config{
    background: #014943 !important;
    border: 0px;
    color: #fff !important;
    border-radius: 20px;
    display: block;
    margin: auto;
    margin-top: 20px;
    width: max-content !important;
    border-radius: 20px !important;
  }

  /*USUÁRIO BSSA*/

  #novos-users-bssa h4{
    border-bottom: 1px solid rgba(0,0,0, .1);
    padding-bottom: 7px;
    }
  .btn-novo-user{
      background: #111D41;
      color: #fff;
      border-radius: 20px;
      float: right;
      margin-top: 25px;
  }

  .btn-novo-user:hover{
    color: #fff;
  }

  .novo-user{
    padding-bottom: 20px;
    border-bottom: .5px solid rgba(0, 0, 0, 0.2);
    animation-name: Opacity;
    animation-duration: .5s;
  }

  .novo-user-nome, .novo-user-login, .novo-user-senha{
    display: inline-block;
  }
  .nome-novo-user, .email-novo-user{
      margin-right: 30px;
      padding-left: 5px;
      width: 90%;
  }
  
  .switch {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }

  .switch + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
  }

  .switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 60px;
  }

  .switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: all 0.4s;
}
.switch--shadow + label:after {
    width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.switch--shadow:checked + label:before {
    background-color: #2196F3;
}

.switch--shadow:checked + label:after {
    transform: translateX(30px);
}

.novo-user-ativo{
    display: inline-block;
    text-align: center;
    position: relative;
    top: 17px;
    margin: 0px 30px;
}
.novo-user-acesso{
    display: inline-block;
    text-align: center;
}
.check{
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check + label{
    position: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.check--comercial + label, 
.check--financeiro + label, 
.check--administrativo + label, 
.check--operacional + label,
.check--colaborador + label{
    display: inline-block;
    background: #ccc;
    transition: all .5s;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    transition: all .2s;
}

.check--comercial + label:hover, 
.check--financeiro + label:hover, 
.check--administrativo + label:hover, 
.check--operacional + label:hover,
.check--colaborador + label:hover{
  background: #737373;
}

.check--comercial:checked + label{
    background: #662D91;
}

.check--financeiro:checked + label{
    background: #00A651;
}

.check--administrativo:checked + label{
    background: #CB0944;
}

.check--operacional:checked + label{
    background: #F1C40F;
}

.check--colaborador:checked + label{
    background: #a20434;
}

.inclui-novo-user{
    color: #C21E26 !important;
    cursor: pointer;
    float: left;
    width: max-content;
    text-transform: uppercase;
}

.btn-cadastrar{
    background: #014943 !important;
    border: 0px;
    color: #fff !important;
    border-radius: 20px;
    margin-top: 40px;
    display: block;
    clear: both;
    
}

#remove{
    float: right;
    color: #C21E26;
    cursor: pointer;
}

#remove:before, .excluir-user:before{
    content: url(../../site/img/cancel.png) !important;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.lista-users thead th, .lista-users tbody td{
    text-align: center;
}

.lista-users thead th:first-child{
    text-align: left;
}

.lista-users tbody td:first-child{
    text-align: left;
}

.lista-users a{
  color: #000;
  font-weight: 500;
}

.lista-users tr{
  transition: all .2s;
}
.lista-users tbody tr:hover{
  background-color: #f9fbfd;
}

.editar-user:before{
    content: url(../../site/img/edit.png) !important;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.editar-user{
    display: inline-block;
    color: #000;
    margin-right: 10px;
    transition: all .2s;
}

.vis-users::before{
    content: url(../../site/img/user.png) !important;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.vis-users{
    display: inline-block;
    color: #000;
    transition: all .2s;

}

.editar-user:hover, .vis-users:hover{
    color: #111D41;
    transform: translateY(-3px);
}

.editar-user:active{
    transform: translateY(-1px);
}

.excluir-user{
  display: inline-block;
  color: #000;
  transition: all .2s;
  margin-right: 10px;
}

.excluir-user:hover{
    color: #C21E26;
    transform: translateY(-3px);
}

.excluir-user:active{
    transform: translateY(-1px);
}

.btn-buscar{
    background: #014943;
    border-radius: 20px;
    color: #fff;
    border: 0px;
}

.btn-buscar:hover{
    color: #fff;
}

.pesquisa-users{
    margin-bottom: 30px;
}

.pesquisa-users form{
    display: inline-block;
}

.btn--enviar-doc{
    float: right;
    color: #fff;
    background: #4f9c36;
    font-weight: 700;
    padding: .5rem 1rem;
    border-radius: 1rem;
    transition: all .2s;
    position: relative;
    animation-name: animationBtn;
    animation-duration: 1s; 
    display: none;  
    border: none;
}

.btn--enviar-doc:hover{
    color: #fff;
    text-decoration: none;
    background: #67cc46;
}

.btn--enviar-doc:focus{
    outline: none;
    background: #4f9c36;
}

.btn--enviar-doc:active{
    transform: scale(.9);
}

.enviar--doc{
    padding: 20px;
}

.enviar--doc-btns{
    display: block;
    width: 100%;
}

.enviar--doc-btns button{
    float: none;
}

.btn--enviar-doc-modal{
    float: right;
    color: #fff;
    background: #4f9c36;
    font-weight: 700;
    padding: .5rem 1rem;
    border-radius: 1rem;
    transition: all .2s;
    position: relative;
    animation-name: animationBtn;
    animation-duration: 1s; 
    display: block;  
    border: none;
    margin: auto;
}

.btn--enviar-doc-modal:hover{
    color: #fff;
    text-decoration: none;
    background: #67cc46;
}

.btn--enviar-doc-modal:focus{
    outline: none;
    background: #4f9c36;
}

.btn--enviar-doc-modal:active{
    transform: scale(.9);
}

@keyframes animationBtn{
    0%{
        transform: translateX(-100%);
        opacity: 0;
        
    }
    50%{
        transform: translateX(10px);
    }
    70%{
        transform: translateX(-5px);
    }
    100%{
        transform: translateX(0px);
        
    }
}

.check-envia {
display: block;
position: relative;
padding-left: 35px;
/*margin-bottom: 12px;*/
margin-bottom: 0px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
}

/* Hide the browser's default checkbox */
.check-envia input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.check-envia .checkmark {
position: absolute;
top: 0;
left: 50%;
height: 25px;
width: 25px;
background-color: #adb5bdad;
border-radius: 0%;
transform: translate(-50%);
}

/* On mouse-over, add a grey background color */
.check-envia:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-envia input:checked ~ .checkmark {
background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-envia .checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.check-envia input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.check-envia .checkmark:after {
left: 8.5px;
top: 4px;
width: 8px;
height: 14px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/*TEXTOS PADRÃO*/

.texto-financeiro, .texto-operacional, .texto-comercial, .texto-certificado{
    padding: 50px 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.texto-financeiro textarea, .texto-operacional textarea, .texto-comercial textarea, .texto-certificado textarea{
    width: 90%;
    min-height: 100px;
}

.texto-ativo{
    text-align: center;
}
.btn-salvar-texto{
    background: #014943;
    color: #fff;
    border: 0px;
    border-radius: 20px;
    margin-top: 20px;
}

/*CADASTRO CLIENTE*/


.cliente-pessoa-fisica{
    margin-right: 30px;
}
.cliente-ativo{
    display: inline-block;
    float: right;
    text-align: center;
}

.infos-cliente input{
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px;
    animation-name: Opacity;
    animation-duration: .5s;
}

.infos-cliente{    
    margin-bottom: 40px;
}

.vigencia-cliente{
    display: block;
}

.data-vigencia{
    width: 25% !important;
    display: inline !important;
}

.bloqueio-automatico input{
    width: max-content;
}

.tipo-pes {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .tipo-pes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    animation-name: Opacity;
    animation-duration: .5s;
  }
  
  /* On mouse-over, add a grey background color */
  .tipo-pes:hover input ~ .checkmark {
    background-color: #ccc;
    transition: .5s;
  }
  
  /* When the radio button is checked, add a blue background */
  .tipo-pes input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .tipo-pes input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .tipo-pes .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    animation-name: Opacity;
    animation-duration: .5s;
  }

  

  /*NOVO DOC*/

  .novo-doc-container{
    width: max-content
  }

  .select-cliente, .select-pasta, .select-user, .texto-email{
    display: block;
    /*width: 300px;*/
    width: 235px;
    color: #8a8a8a;
    border: 1px solid currentColor;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 0 .5rem;
    background-color: transparent;
  }

 .select-usuario{
    display: block;
    width: 300px;
    color: #8a8a8a;
    border: 1px solid currentColor;
    margin-bottom: 100px;
    margin-top: 15px;
    padding: 0 .5rem;
    background-color: transparent;
  }

  .box input{
      display: none;
  }

	.wrapper-box{
		display: flex;
	}	

  .box{
    margin-bottom: 10px;
    display: block;
    /* width: 49%; */
  }

  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 235px;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0px 15px;
    
    /* 10px 20px */
}


.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    color: #000;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-2 + label {
    color: #8a8a8a;
    border: 1px solid currentColor;
    padding: 5px;
    border-radius: 3px;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #8a8a8a;
    transition: .3s;
}


.remove-btn{
    width: 16px;
    height: 16px;
    background-image: url(../../site/img/remove-symbol.png);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -17px;
    filter: brightness(.5);
    /*margin: 0px 30px 0px 10px;*/
    right: 25px;
    cursor: pointer;
    transition: all .2s;
}

.remove-btn-edita{
    width: 16px;
    height: 16px;
    background-image: url(../../site/img/remove-symbol.png);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -36px;
    /*margin: 0px 30px 0px 10px;*/
    right: -216px;
    cursor: pointer;
    transition: all .2s;
}

.remove-btn:hover, .remove-btn-edita:hover{
    transform: translateY(-3px);
    filter: drop-shadow(0px 5px 13px rgba(0,0,0,.5)) brightness(.0);
}

.remove-btn:active, .remove-btn-edita:active{
    transform: translateY(-1px);
    filter: drop-shadow(0px 5px 7px rgba(0,0,0,.5)) brightness(.0);
}

.enviar-email{
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.texto-email{
    min-height: 150px;
    width: 100%;
}

.btn-enviar{
    background-color: #014943;
    border: 0px;
    color: #fff;
    border-radius: 20px;
}

.data-renovacao{
    display: block;
    /* text-align: center; */
    margin-bottom: 20px;
    font-weight: 500;
}

.data-renovacao input{
    display: block;
    position: relative;
    /* left: 50%;
    transform: translate(-50%); */
    width: 50% !important;
    text-align: center;
}

.box-adm{
    width: 100%;
}

.box-adm label{
    width: 90%;
}

.box-adm .remove-btn{
    margin: 0px 0px 0px 5px;
}

.table th{
    border-top: 0px;
}

.enviar_email_usuario{display: none;}

.editar-subpasta {
    text-align: center;
    padding: 20px 40px;
}

.editar-subpasta label{
}
.editar-subpasta input{
    display: block;
    width: max-content;
    margin: auto;
    margin-bottom: 15px;

}

/*LOGIN*/
.login{
    position: relative;
    height: 100vh;
}
.login--form{
    position: absolute;
    width: 30%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.login--form .tipo-pes .checkmark:after{
    background: transparent;
}

.login--form-header{
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.login--form-logo{
    width: 50%;
    display: block; 
    margin: auto;
}

.login--form-body{
    padding: 20px 40px;
}

.login--form-user, .login--form-password, .login--form-entrar, .login--form-user label, .login--form-password label, .login--form-entrar label {
    display: block;
}

.login--form-user{
    margin-bottom: 15px;
}

.login--form-password{
    margin-bottom: 15px;
}

.login--form-tipo{
    display: block;
    margin-bottom: 15px;
}

.login--form-tipo .tipo-pes{
    padding-left: 0;
    padding-right: 35px;
}

.login--form-tipo label:last-child{
    margin-left: 15px;
}

.login--form-tipo .checkmark{
    left: unset;
    right: 0;
}

.login--form-entrar{
    
}

.login--form label{
    margin-bottom: 0px;
    font-weight: 500;
}

.login--form input{
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #000;
    padding: 2px 3px;
    width: 100%;
}

.login--form input:focus{
    border: none;
    border-bottom: 1px solid #111d41;
}

.login--form input::placeholder{
    color: #000;
}


.login--form-entrar button{
    width: 100%;
    border: 0;
    transition: .2s ease-out;
}
    
.login--form-entrar button:hover{
    background: #333;
    color: #fff;
}

.login--form-entrar button:focus{
    outline: none;
}

.lista_usuarios{
  border: 1px solid #8a8a8a;
  width: 50%;
  margin-bottom: 25px;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 4px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.0em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-user {
  position: absolute;
  top: 5px;
  left: 4px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-user {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-user {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-user:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-user .check_disabled{    position: absolute;
    top: 0;
    left: 50%;
    height: 25px;
    width: 25px;
    background-color: #999;
    border-radius: 0%;
    transform: translate(-50%);}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-user:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-user:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-usuarios-cliente h2{font-size: 1.0em;}

/*.modal-content{width: 500px;}*/

.modal-lista-usuarios{border: 1px solid #ccc; height: 150px; overflow-y: auto; margin: 15px 0px 35px 0px}

.copyright{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

/**BUSCA NO CAMPO SELECT**/

/* line 27, bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 32, bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
/* line 37, bootstrap-select.scss */
.bootstrap-select.btn-group > .dropdown-toggle {
  height: 100%;
}
/* line 43, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
  border: none;
}
/* line 48, bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
/* line 56, bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 67, bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
/* line 77, bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/* line 82, bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 86, bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 90, bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 97, bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 102, bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 106, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 110, bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 119, bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 130, bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 135, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
/* line 141, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
/* line 145, bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
/* line 155, bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
/* line 159, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 163, bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 168, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
/* line 173, bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 180, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 187, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 196, bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 201, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 205, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 216, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
  position: relative;
  cursor: pointer;
  user-select: none;
}
/* line 221, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
  color: #fff;
}
/* line 225, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
  cursor: not-allowed;
}
/* line 229, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
  display: none;
}
/* line 233, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
  display: block;
}
/* line 236, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 241, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
  display: none;
}
/* line 245, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
  display: inline-block;
}
/* line 250, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
  padding-left: 0.5em;
}
/* line 257, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
  display: none;
}
/* line 261, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
  display: inline-block;
}
/* line 266, bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 282, bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 290, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 294, bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 302, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 309, bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
  margin-right: 34px;
}

/* line 316, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 321, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 332, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 345, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 352, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 361, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 366, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 373, bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 380, bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 386, bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 390, bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 395, bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 400, bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 406, bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 410, bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* line 417, bootstrap-select.scss */
.input-group .bs-searchbox .form-control {
  width: 100%;
}

.btn-light {
color: #212529;
background-color: transparent !important;
border-color: unset !important;
}

.invalid-feedback{
  position: relative !important;
  top: -5px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.dataTables_filter {
    float: left !important;
    position: relative !important;
    top: -28px !important;
    right: 215px !important;
}

.dataTables_length {
    margin-top: 25px !important;
}

.paginate_button.current{
    color: #ffffff !important;
    border: 1px solid #163070 !important;
    background-color: #163070 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #123488), color-stop(100%, #163070)) !important;
    background: -moz-linear-gradient(top, #123488 0%, #163070 100%) !important;
    background: -ms-linear-gradient(top, #123488 0%, #163070 100%) !important;
    background: -o-linear-gradient(top, #123488 0%, #163070 100%) !important;
}

.paginate_button:hover{
    color: white !important;
    border: 1px solid #163070 !important;
    background-color: #163070 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #123488), color-stop(100%, #163070)) !important;
    background: -moz-linear-gradient(top, #123488 0%, #163070 100%) !important;
    background: -ms-linear-gradient(top, #123488 0%, #163070 100%) !important;
    background: -o-linear-gradient(top, #123488 0%, #163070 100%) !important;
}

.select2-container--default .select2-selection--single{
  border-radius: unset !important;
}

.mostra-tipos{display: none;}

.select-do-cliente{
    position: relative;
    display: inline-block;
    margin: 0 50px;
}

.cliente-selecionado{
  color: #111D41;
  font-weight: 600;
  position: relative;
  top: 0;
  /*right: 375px;*/
  font-size: 1em;
  display: flex;
}

.modal-usuario-existente, .modal-reenvia-email{
  padding: 25px !important;
  position: relative;
  top: 115px;
}

#modal-termos-uso{
 
}

.modal-usuario-existente .modal-title{
  margin: auto;
}

.modal-usuario-existente .modal-header .close{
  margin-top: -11px !important;
}

/*EMAILS UI*/
.email-wrapper{
  position: relative;
  border: 1px solid #edf2f9;
  background-color: #fff;
  display: flex;
  box-shadow: 0 0px 3px rgba(0,0,0,.04);
}

.email-nav{
  position: absolute;
  border-right: 1px solid #edf2f9;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  transition: all .4s;
  width: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  height: 100%;
}

.email-nav-itens{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.email-nav-item{
  line-height: 45px;
  height: 45px;
  margin-bottom: 8px;
  width: 100%;
  white-space: nowrap;
}

.email-nav-link{
  display: block;
  position: relative;
  padding: 0px 25px;
  color: #2a2a2a;
}

.email-nav-link:hover{
  text-decoration: none;
}

.email-nav-link.active{
  color: #3f87f5;
  background-color: rgba(63,135,245,0.1);
}

.email-content{
  position: relative;
  width: 100%;
  float: right;
}

.email-filtro{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 1rem;
}

.email-item{
  padding: 0px 10px;
  border-bottom: 1px solid #edf2f9;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all .2s;
}

.email-item:hover{
  background-color: #f9fbfd;
}

.email-infos{
  width: 100%;
  margin-bottom: 0px;
}

.email-infos>tbody>tr>td{
  border-color: #ededed;
  padding: 15px;
}



.email-destinatario{
  width: 220px;
  padding: 15px 0px;
}

.email-conteudo{
  max-width: 0px;
}

.email-mensagem{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.email-texto{
  color: #72849a;
}

.email-data{
  width: 100px;
  text-align: right;
  color: #72849a;
}

.email-paginacao-bloco{
  padding: 2rem 1rem 0rem;
}

.email-paginacao{
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: flex-end;
}

.paginacao-link {
  position: relative;
  display: block;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0;
  min-width: 2rem;
  line-height: 2rem;
  height: 2rem;
  margin: 0px 5px;
  color: #53535f;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.paginacao-item:first-child .paginacao-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.paginacao-link.active {
  background: #111D41;
  color: #fff;
  border-color: transparent;
}

.paginacao-link:hover{
  text-decoration: none;
}
/*FIM EMAILS UI*/
/*EMAIL ENVIADO*/
.email-completo{
  background-color: #fff;
  padding: 2rem 2.5rem;
  color: #000;
}

.email-header{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.email-completo-destinatario{
  color: #000;
}

.email-completo-data{
  margin: 0 1rem;
}

.email-completo-reenviar{
  margin: 0 1rem;
  color: #72849a;
  transition: all .2s;
  border: none;
}

.email-completo-reenviar:hover{
  color: #000;
  text-decoration: none;
}

.email-body{
  margin-top: 2rem;
}

.email-completo-assunto{
  display: block;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 1rem;
}

.email-completo-anexos{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.anexo-item{
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  border: 1px solid #edf2f9;
  margin-right: 2rem;
}

.anexo-icone{
  font-size: 2rem;
  margin-right: 1rem;
}

.anexo-infos{

}

.anexo-nome{
  display: block;
}

.anexo-tamanho{

}

.fa-file-pdf{
  color:#f00;
}

.fa-file-excel{
  color: #1f6e43;
}

.fa-file-word{
  color: #295391;
}

.dataTables_length{
  padding: 10px 10px;
  margin: 10px 0 20px 0 !important;
}

.email-assunto{
  color: #000;
  font-weight: 500;
}

.email-infos tbody tr{
  background-color: #fff;
  transition: all .2s;
}

.email-infos tbody tr:hover{
  background-color: #f9fbfd;
}

.dataTables_filter{
  float: right !important;
  padding: 10px 10px;
  margin: 10px 0 20px 0 !important;
  top: 0px !important;
  right: 0px !important;
}

.email-mensagem a:hover{
  text-decoration: none;
}

.email-infos tbody td a{
  color: #72849a;
}

.email-infos tbody td a:hover{
  text-decoration: none;
}

.btn-show{
  position: absolute;
  top: 60px;
  left: -13px;
  z-index: 999;
  background-color: #111D41;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: all .4s;
  cursor: pointer;
}

.btn-show i{
  font-size: 12px;
  line-height: 30px;
}

.email-content .dataTables_info{
  padding: 0 10px;
}

.email-content .dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: right;
  padding-bottom: 10px;
  margin-right: 40px;
}
/*FIM EMAIL ENVIADO*/

[type=search]{
  outline-offset: 0;
}

#modalNovo{
  z-index: 9999;
}

[id^="geraSenha"]{
  cursor: pointer;
  background-color: #111D41;
  color: #fff !important;
  padding: 6.5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  transition: all .2s;
}

[id^="geraSenha"]:hover{
  background-color: #2196F3;
}

.modal-header-primeiro-acesso h5{
  text-align: center;
  font-weight: bold;
  display: block;
  margin: auto;
}

.modal-body-primeiro-acesso p{
  padding-top: 15px;
  padding-left: 25px;
}

.modal-body-primeiro-acesso li{
  padding-bottom: 15px;
}

.modal-body-primeiro-acesso .form-check{
  margin-left: 25px;
}
