
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

.body-loog {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #c4c3ca;
    background-color: #1f2029;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    transition: all 200ms linear;
}

a:hover {
    text-decoration: none;
}

.link {
    color: #c4c3ca;
}

.link:hover {
    color: #ffeba7;
}

p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}

h4 {
    font-weight: 600;
}

h6 span {
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #ffeba7;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffeba7;
    background-color: #279EFF;
    font-family: 'unicons';
    content: '\eb4f';
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}

.checkbox:checked+label:before {
    transform: translateX(44px) rotate(-270deg);
}


.card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 60px;
}

.card-3d-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out;
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    background-color: #2a2b38;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg);
}

.checkbox:checked~.card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}

.center-wrap {
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}


.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.form-style {
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #c4c3ca;
    background-color: #1f2029;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, .2);
}

.form-style:focus,
.form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, .2);
}

.input-icon {
    position: absolute;
    top: 0;
    left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #ffeba7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-moz-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:-moz-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input::-webkit-input-placeholder {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-group input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn {
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0 30px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #ffeba7;
    color: #102770;
    box-shadow: 0 8px 24px 0 rgba(255, 235, 167, .2);
}

.btn:active,
.btn:focus {
    background-color: #279EFF;
    color: #ffeba7;
    box-shadow: 0 8px 24px 0 rgba(16, 39, 112, .2);
}

.btn:hover {
    background-color: #279EFF;
    color: #ffeba7;
    box-shadow: 0 8px 24px 0 rgba(16, 39, 112, .2);
}

.logo {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    color: white;
}

.logo b span {
    color: #d608ae;
}


body{
    font-family: Arial, Helvetica, sans-serif;
    /* background-color:rgb(255, 255, 255); */
    background-color: #E8E8E8;
}


h1{
    color: #726d6d;
    font-size: 30px;
    padding-bottom: 0px;
    margin-top: 50px;
    height: 30px;
    font-weight: bold;
}

h2 {
    display: inline-block;
    font-size: 25px;
    color: #8894a4;
    margin-bottom: 20px;
    margin-top:10px;
}

.cont-log {
    background-color: #0a3a79;
}

.frm_log {
    background-color: #0a3a79;
    align-items: center;
    text-align: center;
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 10px;
    border: none;
}

.frm_registro input  { 
    margin-top: 8px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 10px;
}

.btn-default {
    background-color: #bb9b3a;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100% !important;
}

.btn-default:hover{     
    background-color: #dfb22b;
    transition: 0.5s;
}

.btn_filt_default {
    top: 25px;
    position: absolute;
    width: 63px;
    right:-7.5%;
    cursor: pointer;
}

.btn_filt_default img{ 
    width: 63px;
    border-radius: 10px;
}

.btn-default2 { 
    margin-top: 30px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.rw-filter {
    /* margin-top: 50px; */
}

.rw-filter input{
    margin-left: -10px;
    width: 110%; 
}

.cont-ico img{ 
    width: 400px;
}

input::placeholder { 
    font-size: 16px;
}

.opcs_log {
    display: inline-block;
    margin-top: 10px;
    color: white;
    padding: 0px 10px;
    cursor: pointer;
}

.opcs_log:hover { 
    color: rgb(61, 197, 174);
}

.opcs_log1 {
    margin-left: 40px;
    /* margin-left: 100px; */
}

.info-pssw {
    margin-left: 50px;
    margin-bottom: -10px;
    line-height: 25px;
    color: white;
    text-align: justify;
}

#cx_email {
    /* box-shadow: 0px 0px 10px #b9b8b7; */
    /* border: solid 2px #f2c94c; */
}

#img_psw {
    position: absolute;
    margin-top: 20px;
    margin-left: -50px;
    width: 40px;
    cursor: pointer;
}

.container_header{
    top: 0px;
    width: 100%;
    height: 70px;
    box-shadow: 0px 0px 10px #2a2b38;
    background-color: #2a2b38;
    position: fixed;
    z-index: 10;
}

.cont_avatar {
    float: right;
    margin-right: 120px;
    margin-top: -70px;
}

.cont_avatar  li{ 
    display: inline-block;
}

#avatar_perf {
    position: relative;
    cursor: pointer;
    top: 15px;
}

#avatar_perf svg {
    width: 60px;
}

.lb_perfil {
    margin-top: 50px;
    font-size: 22px;
    color: #b9b8b7;
    padding-right: 50px;
    padding-left: 50px;
    /* padding: 0px; */

}

.lb_perfil1 {
   /* border: solid 1px gray; */
    border-right: 1px solid #b9b8b7;
}

.lb_perfil2:hover {
    cursor: pointer;
    color: #928f8d;
    transition: 0.5s;
}

.container_sidebar{
    left: 0;
    height: 100%;
    width: 270px;
    top:70px;
    position: fixed;
    /* background-color: #091e3a; */
    /* background-color: #123869; */
    background-color: #1f2029;
    font-size: 15px;
    font-weight: bold;
}

.opcoes_menu a {
    text-decoration: none;
}


.opcoes_menu li{
    padding: 20px 15px;
    padding-right: 0px;
    color: #b9b8b7;
    cursor: pointer;
 }

 .opcoes_menu li:hover{
    background-color: whitesmoke;
    transition: 0.5s;
 }

 .container_ctrl_side {
    width: 30px;
    margin-top: 10px;
    margin-left: 20px;
     /* background-color:#163249; */
   /* border:solid 1px  #d4cece; */
   /* color:  #e2aa22;
   padding: 2px;
   float: right;
   margin-top: -80px;
   right: 80px;
   cursor: pointer;
   border-radius: 3px;
   font-size: 30px;
   /* position: absolute;
   display: none; */
   cursor: pointer;   
}

.container_ctrl_side:hover {
    /* transition: 0.5s; */
    /* background-color: rgba(255, 255, 255, 0.212); */
}

#btn_nova_sen {
    /* background-color: rgb(165, 178, 184);
    cursor: not-allowed; */
}

.trc_itm {
   margin-top: 8px;
   margin-bottom: 8px;    
   height: 2px;
   background-color: #b9b8b7;
}

.barra_separa{
    height: 2px;
    width: 300px;
    background-color: #b9b8b7;
}

.frm_representante {
    margin-left: 300px;
    margin-bottom: 0px;
    border-radius: 0px;
    /* height: 800px; */
}

.card_representante {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    background-color: #FDF5E6;
    border: solid 1px #B0C4DE;
    color: #0a3a79;
    border-radius: 5px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.card_representante:hover { 
   box-shadow: 0px 0px 10px gray;
}

.card_representante .tit_item{ 
    font-weight: 100;
    display: inline-block;
    width: 120px;
}

.card_representante .resp_item{ 
    display: inline-block;
}

.card_representante span {
    display: block;
    margin-top: 20px;
    width: 90%;
    margin-left: 10px;
}

.nome_rep {
    padding-bottom: 10px;
    border-bottom: solid 1px rgb(211, 204, 204);
}

.rw1 {
    height: 300px;
    margin-top: -100px;
    background-color: #0a3a79;
}

.rw_rep {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.rw_btn{
    margin-top: -70px;
    height: 0px;
    background-color: #236f8d;
}



.cont_block {
    margin-top: 20px;
    width: 100%;
    display: block;
}

.cont_block2 {
    margin-top: 50px;
}

.cont_block-line { 
    margin-top: -10px;
}

.btn_upload {
    /* width: 300px !important ; */
    margin-left: 0px !important;
    font-size: 15px !important;
    border:solid 1px  #cbd5db;
    background-color:#e9e9e9 ;	
    color: rgb(117, 116, 116);
}

.btn_upload:hover { 
    background-color:#cecbcb ;	
}

.btn_cad_rep {
    width: 300px !important;
    font-size: 20px !important;
}

.btn_cad_rep:hover { 
    transition: 0.5s;
    background-color: #c09d5d;
}

#btn-filtro-Download {
    margin-left: 20px;
}

#btn-filtro-usuario {
    margin-left: 20px;
}

.tit_form {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 1px rgb(230, 225, 225);
    padding-bottom: 50px;
    line-height: 50PX;
}

.tit_form2 {
    margin-top: 50px;
    font-size: 20px;
}

#tit-home {
    align-items: center;
    text-align: center;
    /* margin-left: 50px; */
    font-size: 40px;
    width: 100%;
}

.space {
    margin-top: 120px;
}

.cont_etqueta{
    width: 100%;
    display: block;
}

.cont_etqueta h2{ 
    padding: 5px 30px;
    border: solid 1px rgb(221, 210, 210);
    background-color: #9cb5be17;
    border-bottom: none;    
}

.barra_etiqueta {
    margin-left: 213px;
    margin-bottom: 50px;
    margin-top: -20px;
    width: 70%;
    height: 1px;
    background-color: rgb(221, 210, 210);

}

.cont_etqueta1{
    margin-top: 50px;
}

.cont_etqueta1 h2{
    padding: 5px 10px;
}

.cont_etqueta1 div{
    margin-left: 250px;
    width: 700px;
}


.cont_etqueta2{
    margin-top: 0px;
}


.cont_etqueta3{
    margin-top: 50px;
}


.cont_etqueta3 div{
    margin-left: 125px;
    width: 810px;
}


.rw_frm_2 {
    display: none;
}

.cont-opc {
    background-color: rgb(248, 248, 248);
    text-align: center;
    align-items: center;
    margin-left: 70px;
    margin-top: 20px;
    border-radius: 20px;
    border: solid 1px rgb(212, 208, 208);
    cursor: pointer;
}

.cont-opc:hover {
box-shadow:1px 1px 10px 2px gray;
}

.anc-card{ 
    color: #726d6d;
    text-decoration: none;
}

.cont-opc img{ 
    width: 100px;
    margin-top: 50px;
}

.tit-card{ 
    margin-top: 50px;
    font-size: 30px ;
    font-weight: bold;
    padding-bottom: 50px;
}

.rw_gp_fantasia {
    display: none;
}


.container_menu_mob {
   width: 35px;
   padding: 2px;
   margin-top: 20px;
   margin-left: 50px;   
   border-radius: 3px;
   font-size: 30px;
   position: absolute;
   cursor: pointer;
   color:  #e2aa22;
   display: none;
}

.container_menu_mob:hover {
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.212);
}

.trc_itm {
   margin-top: 8px;
   margin-bottom: 8px;    
   height: 2px;
   background-color: #b9b8b7;
}

.itm_x {
   padding: 2px 10px;
   display: none;
}

#container_opc_menu_mob{
    margin-top: 70px;
    background-color: #0e2038f6;
    border-bottom:2px solid #0e2038;
    display: none;
    height: 250px;
    text-decoration: none;
}


#container_opc_menu_mob li{ 
    padding: 20px 15px;
    padding-right: 0px;
    padding-left: 50px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

#container_opc_menu_mob a{ 
    text-decoration: none;
} 

.barra_separa2 {
    margin-top: 20px;
    width: 100%;
    height: 2px;
    background-color: #0a3a79;
}

#lb_total_reg {  
  margin-left: 550px;
    color: blue;
}

.btn_expnd_side {
    margin: 20px;
    margin-left: 10px;
    padding: 10px;
    color: #b9b8b7;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
}

.btn_expnd_side:hover { 
    background-color: whitesmoke;
    transition: 0.5s;
}

.container-info-file {
    margin-top: 10px;
}

.container-info-file div{
    display: inline-block;
}

.cont-info {
padding: 5px 20px;
border-right: 1px solid #4351745c;
}

.line-block {
    margin-top: 30px;
    background-color: rgb(231, 229, 229);
    width: 100%;
    height: 1px;
}

.line-block2 {
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: 20px;
    background-color: rgb(228, 226, 226);
    width: 90%;
    height: 1px;
}

.tit-info {
    color: #435174;
    font-weight: bold;
    line-height: 30px;
}

.result-info {
    color: #435174;
    word-wrap: break-word;
    line-height: 30px;
    
}

.tit-info2 {
    font-size: 20px;
}

.msgs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: fixed;
    right: 30px;
    margin-left: 30px;
    padding:12px 80px;
    background-color: white;
    border-radius: 5px;
    z-index: 6;
    display: none;
}

.msgs::before{ 
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 0%;
}

.xBtns {
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 50%;
    padding: 2px 8px 3px;
    cursor: pointer;
}



#msg_erro{
    bottom: 30px;            
    color:#FF6A6A;
    border:solid 1px #00CED1;
    box-shadow: 0px 0px 10px 1px #EEB4B4;
}

#msg_erro::before{ 
    background-color: #FF6A6A;
}

#xBtnErro {
    border: solid 1px #e99a9a;
    color: #e99a9a;
}

#xBtnErro:hover { 
    background-color: #f7dcdc;
    transition: 0.5s;
}


#msg_sucesso{          
    bottom: 100px;
    color:#7c9256;
    border:solid 1px #76EEC6;
    box-shadow: 0px 0px 10px 1px #76EEC6;
}


#msg_sucesso::before{ 
    background-color: #7c9256;
}

#xBtnSucesso {
    border: solid 1px #7c9256;;
    color: #7c9256;
}

#xBtnSucesso:hover { 
    background-color: #C1FFC1;
    transition: 0.5s;
}

.itemDownload {
    display: inline-block;
    color: rgb(89, 89, 92);
    font-weight: bold;
    padding: 5px 30px;
    /* background-color: #B4EEB4; */
    background-color: #8FBC8F;
    border: solid 1px #8FBC8F;
    border-radius: 10px;
    transition: 0.5s;
}

.itemDownload:hover { 
    background-color: transparent;
}

.itemExcluirUpl {
    display: inline-block;
    color: rgb(205, 205, 216) !important;
    font-weight: bold;
    padding: 5px 30px !important;
    /* background-color: #B4EEB4; */
    background-color:#EE6363;
    border: solid 1px #EE6363;
    border-radius: 10px;
    transition: 0.5s;
}

.itemExcluirUpl:hover { 
    background-color:#cc404000;
    color: gray !important;
}

.itemPermiss {
    display: inline-block;
    font-weight: bold;
    padding: 5px 30px;
    background-color: #9b9494;
    border: solid 1px #9b9494;
    border-radius: 10px;
    transition: 0.5s;
    color: rgb(37, 58, 75) !important;
}

.itemPermiss:hover { 
    background-color: transparent;
}

#logo-init {
    width: 100px;
}

#logo-header {
    width: 70px;
    margin-left: 150px;
    display: inline-block;
}

#cx_filtro_ListDownload {
    margin-left: 0px;
    width: 100%;
}

#cx_filtro_ListUsuario {
    margin-left: 0px;
    width: 100%;
}

.cont_perm_fil {
    /* display:block; */
    display:none;
}

/* excluir */
.cont_list_download {
    /* display: none; */
}



#table_usuarios_select {
    width: 400px;
    text-align: center;
    margin-left: 15px;
}


.btn-aplly-perm {
    margin-left: 15px !important;
    background-color: #8B8386 !important;
}

.etqStatusAtivo {
    background-color: #98FB98;
    padding: 2px 48px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}

.etqStatusDestv {
    background-color: #F08080;
    color: #e3e9e9;
    padding: 2px 25px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 5px;
}


.etqStatusDwnld {
    background-color: #4A708B;
    color: #7de6e7;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}

.etqStatusVisulFil {
    background-color: #1d413c;
    color: #e3e9e9;
    padding: 2px 15px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 5px;
}


.container-popUp, .container-popUp2 {
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    position: fixed;
    background-color: #08121f9f;
    display: none;
}


.item-block {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.grupo-item {
    margin-top:30px;
}

.itemPopUp {
    display: inline-block;
}

#btnFechaPopUp {
    position: absolute;
    margin-top: -60px;
    margin-left: 460px;
    border-radius: 50%;
    border: solid 1px gray;
    font-size: 20px;
    padding: 5px;
    background-color: #b4b3b3;
    color: #5f6363;
    transition: 0.3s;
}

.btnFechaPopUp:hover { 
    background-color: #9c9797;
    color:  #4F4F4F;
}




/*400mp*/
@media (min-width: 200px) and (max-width: 400px){



}



