﻿@import url("Theme.Grid.css?153795");

    /* ==========================================================================
   Agência Virtual Light - por AddTech
   ========================================================================== */


/* -----------------------------------------------------------------------------

    ÍNDICE DE CONTEÚDO
    
    0.) Grid Bootstrap
    1.) Geral
    2.) Tipografia
    3.) Componentes
    4.) Header
    5.) Seções (Sections)
    6.) Footer
    7.) Responsivo
    8.) Customizations

----------------------------------------------------------------------------- */

/* ==========================================================================
                CLASSES DO GUIA DE COMPONENTES - INICIO
   ========================================================================== */

.espaco > *{
    margin-bottom: 20px;
}

/*CLASSES PARA TITULOS*/

.guia-titulos-popup {
    font-size: 20px;
    font-weight: bold;
}

.guia-titulos-alertas {
    color: #fbb130;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.guia-titulo-atencao {
    color: #fbb130;
    font-size: 16px;
    font-weight: bold;
}

.guia-titulos-endereco {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

/*CLASSES PARA MENSAGENS DE ALERTA*/

.guia-mensagem-alerta {
    font-size: 14px;
    font-style: normal; 
}

.guia-titulo-warning-alerta {
    color: #FBB030;
    font-size: 16px;
    font-weight: bold;
}

/*CLASSES PARA GUIA DE BUSCA*/

.guia-busca-label {
    color:#999999;
    font-size: 14px;
    font-style: normal; 
}

.guia-input-pesquisar {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FAFAFA;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 8px 10px;
    height: 30px;
}

.guia-botao-buscar {
    height: 32px;
    color: white;
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 30px;
    border-radius: 20px;
    background-color: #00a29a;
    font-weight: bold !important;
    cursor: pointer;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.container-input-pesquisar {
    width: 100%;
    padding-right: 25px;
}

.box-cinza-pesquisar {
    background-color: #F2F2F2;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 15px;   
}

.input-pesquisar-centralizado {
    width: 60%;
    margin: 0 auto;
}

/*CLASSES FORMULÁRIO*/

.label-form {
    margin-left: 10px;   
}

.label-select {
    margin-bottom: 14px;
}

.radio-button-horizontal {
    display: flex;
    align-items: center;
}

.radio-button-horizontal > * {
    margin-right: 30px;   
}

.radio-button-vertical > * {
    margin-bottom: 15px;   
}

.radio-button:checked:before {
    box-shadow: 0px 0px 1.7px #000000;
}

.checkbox {
    height: 20px!important;   
}

.checkbox:after {
    top: 5px!important;
}

.checkbox:after {
    height: 7px!important;
}

.linha-title {
    border-bottom: 1px solid #E3E3E3;
    line-height: 0.1em;
    width: 100%;
    margin-left: 10px;   
}

.quebra-linha {
    white-space: nowrap;   
}

.subtitle-boxcinza {
    font-size: 12px;   
}

.link-saibamais {
    color: #00a29a;
    margin-left: 5px;
    text-decoration: underline;   
}

.box-cinza {
    border: 1px solid #CCCCCC;  
    border-left: 0;
    border-right: 0;
    background-color: #F7F7F7;
    padding: 30px 30px; 
}

.subtitle-boxcinza {
    font-size: 12px;   
}

.link-saibamais {
    color: #00a29a;
    margin-left: 5px;
    text-decoration: underline;   
}

/*BOTÕES*/

.botao {
    height: 32px;
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 25px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.botao:disabled {
    color: #DADBDE;
    background-color: #999999; 
    border: 0;
}

.botao-icone {
    display: flex;
    align-items: center;
    height: 32px;
    color: #ffffff;
    background-color: #fbb130;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 25px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    width: 365px;
}

.botao-icone span {
    margin-right: 6px;   
}

.botao-verde {
    color: #ffffff;
    border: 0;
    background-color: #00a29a;
}

.botao-amarelo {
    color: #ffffff;
    background-color: #fbb130;
    border: 0;
}

.botao-branco {
    color: rgba(0,0,0,0.54);
    background-color: #FFFFFF;    
}

.botao-duplo {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

/*BOX INSTALACAO*/

.flex-align-start {
    display: flex;
    align-items: flex-start;
}

.box-geral {
    border: 1px solid #CCCCCC;    
    border-radius: 4px;  
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;   
    align-items: center;
}

.label-box-geral {
    color: #474747;    
    font-family: Arial;    
    font-size: 12px;    
    line-height: 14px;
}

.content-box-bold {
    color: #474747;    
    font-family: Arial;    
    font-size: 16px;    
    line-height: 14px;   
    font-weight: bold;
    margin: 5px 0;
}

.content-box-percentual {
    font-size: 28px;   
    color: #474747;    
    font-family: Arial;    
    margin: 5px 0;
}

.content-box-small {
    font-size: 12px;  
    margin-top: 3px;
}

.content-box-instalacao {
    font-size: 12px;
    color: var(--color-verde);
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}

.endereco-box {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #505050;
    padding: 20px;
}

.endereco-box-instalacao {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #505050;
    margin-top: 7px;
}

.vencimento-box-instalacao {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #D15C59;
    margin-top: 7px;
}

.refmes-box-instalacao {
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
}

.valor-box-instalacao {
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    text-transform: uppercase;
}

.vencimento-box-instalacao {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #D15C59;
    margin-top: 7px;
}

.color-codigo-inspecao {
    color: #747474;   
}

.margin-left-30 {
    margin-left: 30px;   
}

.margin-right-60 {
    margin-right: 60px;   
}

.box-instalacao-com-link {
    border: 1px solid #CCCCCC;    
    border-radius: 4px 0 0 4px;   
    border-right: 0;
}

.link-box-instalacao {
    border: 1px solid #CCCCCC; 
    align-items: center;
    background-color: #fafafa;
    width: 76px;
    color: #717171;
    display: flex;
    justify-content: center;
    border-left: 0px;
    border-radius: 0 4px 4px 0;
}

.flex-content-box-instalacao {
    display: flex;
    align-items: center;   
}

.display-column {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.icons-orange {
    font-size: 22px;
    height: 22px;
    width: 22px;   
    color: #FBB030;
    margin-right: 10px;
}

.nowrap {
    white-space: nowrap;
}

.box-column {
    padding: 0 25px;
    border: 1px solid #CCCCCC; 
    align-items: center;
    display: flex;
    justify-content: center;
    border-left: 1px solid #DADBDE;
    border-radius: 0 4px 4px 0; 
}

.box-column-list {
    padding: 0 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-left: 1px solid #DADBDE;
}

.box-column-border-0 {
    border-right: 0;
    border-radius: 0;
}

.box-5col {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.box-instalacao-content-labels {
    margin-top: 7px;
}

.box-instalacao-content-labels div {
    margin-right: 30px;   
}

.boxConteudo--cinza {
    border: 1px solid #CCCCCC;  
    border-left: 0;
    border-right: 0;
    background-color: #F7F7F7;
    padding: 40px 40px;    
}

.boxConteudo-linha--title { 
    border-bottom: 1px solid #E3E3E3;
    line-height: 0.1em;
    width: 100%;
    margin-left: 10px; 
}

@media (max-width: 950px) {
    
    .box-5col {
        justify-content: flex-start;
    }

}

@media (max-width: 800px) {
    
   .box-instalacao-content-labels div {
        display: flex;
        flex-direction: column;
   }
   
   .box-instalacao-content-labels .content-box-instalacao {
        margin-left: 0;   
   }

}

@media (max-width: 500px) {
    
    .flex-content-box-instalacao {
       flex-direction: column;
       align-items: baseline;
    }    
    
    .content-box-instalacao {
        margin-left: 0;
    }
    
    .nowrap {
        white-space: wrap;
    }
          
}

/*ÍCONE DE MAX UPLOAD DE ARQUIVO*/ 

.icone-em-tela{
    width: 191px;
    height: 55px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: +20;
}

/*----------------------------------------------------------------------------- */

/*MATERIAL ICON FONT - INICIO*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/AGV_UI_th/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('/AGV_UI_th/MaterialIcons-Regular.woff2') format('woff2'),
       url('/AGV_UI_th/MaterialIcons-Regular.woff') format('woff'),
       url('/AGV_UI_th/MaterialIcons-Regular.tff') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*MATERIAL ICON FONT - FIM*/



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .selector { property:value; }
}
  
:root {
    --color-primary: #26A65B; /*primary-color*/
    --color-primary-hover: #26A65B; /*primary-color*/
    --color-secondary: #26A65B; /*primary-color*/
}


html{
    overflow-x: hidden;
}

body{
    line-height: 1;
    background: #fff !important;
}

.transition{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.rotate-180{
     transform: rotate(180deg);
}
*/
.main-content {
    padding-top: 0!important;
}

.ThemeGrid_Container {
    max-width: 1380px !important;
}


/* Tema acesso */



.formulario-etapa{
    border: 1px solid #DADBDE;
    border-radius: 4px 0 0 0;
    }

.box-label-etapa {
    border-right: 1px solid #DADBDE;
    background-color: #fff;
}

.box-form-etapa {
    background-color: #FAFAFA;
}

.label-etapa {
    padding: 24px;
}

.bg-fafafa {
    background: #fafafa;
}

.border-right {
  border-right: 1px solid #e6e6e6;
  background: #fff;
} 

.card-cliente .text-overflow {
    color: #505050;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
}

.BoxCinza {
    border: 1px solid #CCCCCC;  
    border-left: 0;
    border-right: 0;
    background-color: #F7F7F7;
    padding: 40px 40px; 
}



/*LOADING*/

div.Feedback_AjaxWait:before {
    content: none;
}
/*teste no acesso*/




.loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 48%;
    border: 8px solid #fff;
    border-left-color: #00A29A;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 100;
}

@keyframes spin {
    to { transform: rotate(360deg); }

}

/*MARGENS*/

.m-x-80 {
    margin: 0 80px;
}

.no-margin {
    margin-right: -71px;
    margin-left: -71px;
}

/*TOPO*/
.menu-item {
    height: 100%;
    background-color: #00A29A;
    display: block;
    position: relative;
    margin-left: 30px;
    padding: 0 30px;
    font-size: 16px;
    color: #FFFFFF;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-item:visited{
    color: #FFFFFF;
}

.menu-item .TableVerticalAlign {
    height: 100%;
}

.menu-item i {
    margin-right: 10px;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-item:before {
    content: "";
    height: 100%;
    position: absolute;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 30px;
    border-bottom: 64px solid #00A29A;
    left: -30px;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-item:after {
    content: "";
    height: 100%;
    position: absolute;
    height: 0;
    border: 0 solid #00A29A;
    border-right-width: 0;
    border-left-width: 60px;
    border-bottom: 128px solid transparent;
    right: -30px;
    top: 0;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.Menu_TopMenus .TableVerticalAlign {
    box-shadow: 60px 0 0 rgba(0,0,0,0.5);
}

.menu-item:hover .TableVerticalAlign {
    box-shadow: none;
}


/*detalhe do item de menu agencia virtual*/
.menu-item.destaque-item{ background-color: #009992;}
.menu-item.destaque-item:before{ border-bottom: 64px solid #009992;}
.menu-item.destaque-item:after{ border-color: #009992; border-bottom-color: transparent;}

.menu-item.menu-user{ background-color: #009992; margin-right: -10px;}
.menu-item.menu-user:before{ border-bottom: 64px solid #009992;}
.menu-item.menu-user:after{ display: none;}


.menu-item:hover{
    background-color: #00918A;  
    color: #ffffff;
    box-shadow: 0 0 30px #FFF;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 100;
}
.menu-item:hover i {
    color: #FBB030;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-item.bandeira:hover i {
    color: inherit;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-item:hover:before{
    border-bottom: 64px solid #00918A;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.menu-item:hover:after{    
    border-color: #00918A;
    border-bottom-color: transparent;
      -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-item .TableVerticalAlign {
    height: 100%;
}

.menu-item i {
    margin-right: 10px;
}


.menu-item:hover{
  background-color: #00918A;  
}
.menu-item:hover:before{border-bottom: 64px solid #00918A;}
.menu-item:hover:after{    
    border-color: #00918A;
    border-bottom-color: transparent;
}

.menu-item .small {
    font-size: small;
    display: block;
    color: rgba(255,255,255,0.75);
}

.menu-item.menu-user:hover{
    box-shadow: none;
}

/*Acesso rapido*/

.acesso-rapido.close{
    margin-top: -65px;
    box-shadow: none;
}

.acesso-rapido{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
}

.transparente {
    background: transparent;
    
}

.acesso-rapido-tag {
    position: absolute;
    padding-left: 50%;
    margin-left: -70px;
    z-index: -1;
}
.acesso-rapido-icon {
    margin-right: 10px;
    color: #00A29A;
    font-family: material;
    font-size: 18px;
    width: 24px;
}

.acesso-rapido-font {    
    width: 118.5px;    
    color: rgba(0,0,0,0.54);    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
}

.item-acesso-rapido {
    width: 100%;
    height: 65px;
    background-color: transparent;
    padding: 0 13px !important;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.item-acesso-rapido a {
    color: rgba(0,0,0,0.54);
}

.item-acesso-rapido .TableVerticalAlign {
    height: 100%;
}

.item-acesso-rapido:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
    z-index: 100;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.item-acesso-rapido:hover .acesso-rapido-icon {
    color: #FBB030;
}

.acesso-rapido-link {
    height: 19px;
    width: 140px;
    border-radius: 0 0 5px 5px;
    background-color: #141412;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
    text-align: center;
    color: #FFF;

}

.acesso-rapido-link-font {
    height: 17px;
    width: 89px;
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;    
    text-align: center;
}

.acesso-rapido-link .Cell1 span{
    margin: 0 10px;
}

.acesso-rapido-backgroud{
    background-color: #FAFAFA;
}


.item-acesso-rapido .Cell2{
    text-align: left!important;
}

.close .item-acesso-rapido {
    opacity: 0;
}


/*Login header*/

.login-botao{
    height: 32px;
    width: 91px;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.12);
    cursor: pointer;
}

.login-entrar{
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.87);
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.carousel .carousel-arrow-left, .carousel .carousel-arrow-right{
    border-radius: 0;
    background: #FAFAFA;
    height: 63px;
    color: #C4C4C4;
    -webkit-box-shadow: 0 0px 0px;
    box-shadow: 0 0px 0px;
}

.carousel .carousel-arrow-right{
    right: -1px;
}

.carousel img:not(.tns-lazy-img), .carousel .lazyload img {
   height: 100%;
}

.ThemeGrid_Container{
    background: transparent;
}

.layout .header{
    background-color: transparent;
    box-shadow: none;
    z-index: 500;
}

.light-header{
    background-color: #00A29A;
}

.app-logo {
    height: auto;
    width: 100px;
}
.phone .app-logo {
    width: 72px;
    margin: 0;
}

.menu-icon-line{
    background-color: white;
}

iframe {
    width: 100% !important;
}

/*BOX LOGIN*/

.login{
    background-color: rgba(0,0,0,0.54);
    padding: 20px;
    margin: 20px 0;
}

/*SLIDER HOME*/

.box-slider{
    height: 100vh;
    margin-top: -65px;
}

.box-slider .bgImage{
    background-size: cover;
    height: 100%;
    background-position: center;
    overflow: hidden;
}

.box-slider img {
    width: 100%;
}

.slider-home {
    position: relative;
    width: 100%;
}

.box-login {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.54);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    top: 65px;
    width: 400px;
    margin-left: 5%;
    font-size: 14px;
}

.ie11 .box-login{
    top: 130px;
}

.box-form-login {
    padding: 20px;
    border-radius: 4px 4px 0 0;
}

.box-redes{
    display: block;
    padding: 20px;
    background-color: rgba(51,51,51,0.54);
    padding: 20px;
    border-radius: 0 0 4px 4px;
}

.box-redes .box-titulo {
    overflow: hidden;
    position: relative;
}

.titulo{
    font-family: Arial;
    font-size: 31px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
}

.titulo-small {
    line-height: 2;
}
.titulo::after{
    display: inline-block;
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    margin-left: 2%;
    border-bottom: 1px solid #E3E3E3;
}

.titulo::before{
    display: inline-block;
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    margin-left: -102%;
    border-bottom: 1px solid #E3E3E3;
}

.btn-senha{
    height: 40px;
    margin-top: 10px;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.54);
    padding: 10px 0px;
    position: relative;
    font-weight: 500 !important;
}

.btn-senha:hover {
    background: rgba(0, 0, 0, 0.90);
    font-weight: bold !important;
    box-shadow: -2px 0 10px 0 rgba(0,0,0,0.5);
}

.font-senha{
    color: rgba(255,255,255,0.75);
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.circulo-redes{
    background-color: rgba(0,0,0,0.3);
    border-radius: 100px;
    padding: 5px;
    color: rgba(255,255,255,0.54);
    height: 40px;
    width: 40px;
    padding: 12px 0;
}

.circulo-redes:hover {
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: -2px 0 10px 0 rgba(0,0,0,0.5);
}

.area-login{
    position: absolute;
    z-index: 1;
    top: 65px;
    width: 480px;
    margin-left: 10%;
}

/* MENU PRINCIPAL */

.menu-principal {
    background-color: #00A29A;
    /*min-height: 250px;*/
    background-image: url(/UI/img/imgmenuprincipal2.png?8606&153795) !important;
    /*padding: 50px 20px 120px 20px;*/
}

.ie11 .menu-principal {
    min-height: 340px;
    padding: 50px 20px 120px 20px;
}


/* FOOTER */
.footer {
    background-color: #00A29A;
    min-height: 100px;
    width: 100%;
    z-index: 10;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.5);
  
}

.copyright {
    min-height: 40px;
    background-color: #02847D;
}

.botao-entrar{
    margin-top: 10px;
    position: relative;
    font-weight: bold;
}

.lnk-lembrar{
    margin-top: 10px;
    position: relative;
}

.footer-mobile-logado {
    display: none;
}



/*TOPO PRINCIPAL*/
.header-principal {
    height: 64px;
    background-color: #00A29A;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 0 0 0 10px;
}
.header-content{
    width: 100%;
    z-index: 0;
    position: relative;
}
.header-left {
    overflow: hidden;
    padding-right: 30px;
}


.Menu_TopMenus {
    overflow: hidden;
}
.header-center {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    padding-left: 0;
    margin-left: -30px;
}
.phone .header-left { 
    flex: 2;
    padding-right: 0; 
}
.phone .header-center { display: none; }
.phone .header-right { 
    display: inline-flex;
}
.phone .application-name {
    gap: 12px;
} 

/*Folha de Estilo*/

label.box-cinza::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    margin-left: 1%;
    border-bottom: 1px solid #E3E3E3;
}

.header-estilo {
    position: relative;
    overflow: hidden;
}

/*upload*/

.file-upload-icon {
    color: #00A29A !important;
    font-size: 36px;
}


/*Tipografia*/

.arial-regular{    
    color: #474747;    
    font-family: Arial;    
    font-size: 18px;
    line-height: 21px;
}

.arial-bold{
    color: #474747;    
    font-family: Arial;    
    font-size: 18px;    
    font-weight: bold;
    line-height: 21px;
}

.heading-1{
    color: #474747;    
    font-family: Arial;    
    font-size: 32px;    
    font-weight: bold;
    line-height: 37px;
}

.heading-2{
    color: #FBB030;    
    font-family: Arial;    
    font-size: 26px;    
    font-weight: bold;    
    line-height: 26px;
}

.heading-3{
    color: #474747;    
    font-family: Arial;    
    font-size: 18px;    
    line-height: 21px;
}

.heading-4{
    color: #474747;    
    font-family: Arial;    
    font-size: 16px;    
    line-height: 18px;
}

.bold{
    color: #474747;    
    font-family: Arial;    
    font-size: 14px;    
    font-weight: bold;    
    line-height: 20px;
}

.text-bold {
    font-weight: bold;
}

.italic{
    color: #474747;    
    font-family: Arial;    
    font-size: 14px;    
    font-style: italic;    
    line-height: 20px;
}

.underline{
    color: #333333;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 20px;
    text-decoration: underline;
}

.btn-link{
    color: #00A39B;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
}



.btn-link-line {
    color: #00A39B;
    font-family: Arial;
    font-size: 14px;
    text-decoration: underline !important;
}

.input-link {
    margin-top: 20px;
    position: absolute;
    right: 20px !important;
    text-decoration: none;
    z-index: 1000;
    line-height: 10px;
}

.btn-link-line a, a:visited {
    text-decoration-color: #00A39b !important;
}

.btn-link-line:hover {
    text-decoration-color: #00a39b !important;
}

.file-upload .file-upload-message > div {
    color: #00A39B !important;
}

.label-codigo{
    color: #00A39B;
    font-family: Arial;
    font-size: 14px;
    line-height: 21px;
}

.btn-link-copy{
    color: #FFA409;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    text-decoration: ;
}

.text-error{
    color: #C7331F;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 20px;
}

.text-note{
    color: #888888;    
    font-family: Arial;    
    font-size: 12px;    
    line-height: 18px;
}

.note{
    color: #888888;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 20px;
    margin-left: 10px;
}
.text-grey {
    color: rgba(0,0,0,0.54);  
    font-family: Arial;  
    font-size: 14px; 
    font-weight: bold;  
    line-height: 16px;
}

.text-carbon {
    color: rgba(51,51,51,0.86);  
    font-family: Arial;  
    font-size: 14px;    
    line-height: 16px;
}

.card-servico .box-text .note {
    margin-left: 0;
}

.card-estilo {
    background-color: #FEFEFE;
    border: 1px solid #DADBDE;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(212,212,212,0.5);
    padding: 30px;  
}

.label{
    color: #666666;    
    font-family: Arial;    
    font-size: 12px;    
    line-height: 16px;
    margin-left: 10px;
}

.text-uppercase{
    color: #474747;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
    text-transform: uppercase;
}

.text-large{
    color: #474747;    
    font-family: Arial;    
    font-size: 16px;    
    line-height: 22px;
}

.text-small{
    color: #474747;    
    font-family: Arial;    
    font-size: 11px;    
    line-height: 14px;
}

.code{
    color: #474747;    
    font-family: Arial;    
    font-size: 12px;    
    line-height: 14px;
}

.text-overflow{
    color: #474747;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 20px;
}

.label-input{
    color: #999999;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 20px;
}

.text-shadow{
    color: #FFFFFF;    
    font-family: Arial;    
    font-size: 14px;    
    line-height: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.text-small {
    font-size: 12px !important;
}

.tex-verde {
    color:#00A29A !important;
}

/* TABLES */

.table {
   border-spacing: 0.1px;
}

.table {
    border-radius: 4px;
}

.table tr:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table tr:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.py-40 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.table .table-header .label{
    color: #999999; 
}

.table .table-header .text-uppercase {
    color: #999999;    
    font-weight: bold;
}

.table .table-header .text-overflow{
    color: #999999; 
}

.linha-impar {
    background-color: #FAFAFA;
}

.table-body td {
    color: #474747; 
    font-size: 14px;
    line-height: 20px;
}

.table-legenda td {
    background-color: #FAFAFA;
    color: rgba(51,51,51,0.51);
    font-size: 12px;
    line-height: 20px;
}


/*Cores*/

.laranja-escuro{
    background-color: #EEA72D;
}

.laranja{
    background-color: #FBB030;
}

.laranja-claro{
    background-color: #FBF7E5;
}

.verde-claro{
    background-color: #D6F9F7;
}

.verde{
    background-color: #00A29A;
}

.verde-escuro{
    background-color: #008E87;
}

.branco{
    background-color: #FFFFFF;
}

.cinza-claro{
    background-color: #FAFAFA;
}

.cinza{
    background-color: #F2F2F2;
}

.cinza-medio{
    background-color: #E3E3E3;
}

.cinza-escuro{
    background-color: #C4C4C4;
}

.preto{
    background-color: #000000;
}

/* tooltip */

.tippy-arrow {
    border-top-color: #fff !important;
    z-index: 1000;
}



/*Formulario*/

input::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.input-with-icon .input-with-icon-content-icon {
    height: 30px !important;
    bottom: 0px;
}

.input-form{
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 8px 10px;
    margin-top: 10px;
    height: 30px;
}

.input-form:read-only{
    background-color: #F5F5F5;
}

.input-form:focus {
    border-color: #FBB030;
}

.combo-form{
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 15px;
    margin-top: 10px;
    height: 30px
}

.combo-form:disabled{
    background-color: #F5F5F5;
}

.combo-form:focus {
    border-color: #FBB030;
}

.radio-button:checked:before {
    background-color: #FBB030;
    border: 6px solid #FFFFFF !important;
    box-shadow: 0px 0px 1px grey;
}

.radio-button:disabled:before{
    background-color: #CCCCCC !important;
}

.checkbox:after{
    border-color: #FBB030;
    left: 4px;
    top: 7px;
}

.checkbox:before{
    height: 20px;
    width: 20px;
}

.checkbox:checked:before{
    background-color: #FFFFFF;
}

.checkbox-intermediario:after{
    width: 11px !important;
    transform: rotate(0deg);
    top:  10px;
    left: 4px;
    height: 0px;
}

.checkbox:disabled:after {
    border-color: #CCCCCC;
}

.checkbox:checked:before{
    border-color: var(--color-neutral-5);
}

.botao-check-accordion::-ms-check {
    width: 16px !important;
}

.checkbox::-ms-check {
    border: 1px solid #cecece;
    color: #fbb130;
    border-radius: 4px;
}


*.radio-button {
    box-sizing: content-box;
}

.input-area{
    border: 1px solid #C4C4C4;    
    border-radius: 10px;    
    background-color: #FFFFFF;
    margin-top: 10px;
}

.input-area:focus {
    border-color: #FBB030;
}

.header-content-nav span i {
    font-size: 48px !important;
}

.header-content-nav i {
    font-size: 48px !important;
}


formulario-etapa {
    display: table;
}

.label-etapa {
    border-radius: 50px;
    width: 84px;
    height: 84px;
    border: 2px solid #00A29A;
    font-size: 32px;
    font-weight: 500;
    color: #00A29A;
}

.box-etapa {
     border: 1px solid #DADBDE;
     border-radius: 4px 0 0 4px;
     border-right: none;
     display: table-cell;
}

.box-formulario {
    border: 1px solid #DADBDE;
    border-radius: 4px;
}

.box-form {
    position: relative;
}

.tooltip {
    color: #79868A !important;
    font-size: 14px;
    line-height: 16px;
    border-radius: 3px;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24), 0 0 14px 0 rgba(0,0,0,0.12), 0 0 14px 0 rgba(0,0,0,0.24);}
    
    .box-busca {
        background-color: rgba(0,0,0,0.05);
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        color: #191919;
        padding: 0 16px;
    }
    
    .box-padrao {
        border: 1px solid #CCCCCC;    
        border-radius: 4px;    
        background-color: rgba(0,0,0,0.05);
        padding: 16px 20px;
    }

    .busca-periodo {
        border-top: 1px solid #d9d9d9;
    }
    
    .search-actions i {
        font-size: 18px !important;
    }
    
    .box-fafafa {
    background: #fafafa;
    border: 1px solid #EAD8D8;   
    border-radius: 2px;
    
    }

    .ico-alert i {
        color: #fbb130;
        font-size: 36px !important;
    }
    
    .alert-icon span {
    font-size: 28px !important;
}


/* TABS */


.botao-opcional {
    border: 1px solid #FBB030 !important;
    border-radius: 50px !important;    
    height: 40px !important;
    background-color: #fff !important;
    color: #FBB030 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold;
    cursor: pointer;
}

.botao-opcional:hover {
    background-color: #FBB030 !important;
    color: #fff !important;
}

.tabs {
    background-color: #F7F7F7;
    border: 1px solid #DADBDE;
}


/*ALERTAS*/

.background-warning {
    background-color: #FCF8E3 !important;
    border: 1px solid #F1DEB6;
    color: #8A6D3B !important;
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
}

.background-warning a {
    color: #8A6D3B !important;
    font-weight: bold;
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
}

.background-error {
    background-color: #F5E7E7 !important;
    border: 1px solid #EAD8D8;
    color: #843534 !important;
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
}

.background-error a {
    color: #843534 !important;
    font-weight: bold;
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
}

.background-success {
    background-color: #DFF0D8 !important;
    border: 1px solid #CBE0BA;
    color: #346B35;
    font-family: Arial;
    font-size: 14px; 
    line-height: 16px;
}

.background-success a {
    color: #346B35;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px; 
    line-height: 16px;
}

.background-info {
    background-color: #D9EDF7 !important;
    border: 1px solid #C8DEE9;
    color: #31708F !important;
    font-family: Arial;    
    font-size: 14px;    
    line-height: 16px;
}

.background-info a {
    color: #31708F !important;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}


/*BOTOES*/

branco-color{
    color: #fff;
}

.botao-cancelar{
    height: 32px;
    color: rgba(0,0,0,0.54);
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.botao-cancelar:disabled {
    color: #DADBDE !important;
    background-color: #999999;
}

.botao-cancelar:active {
    background-color: #F6F6F6 !important;
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4) !important;
    transition: none;
}

.botao-cancelar:hover {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 0 0 #BD8C1D;
}

.botao-padrao{
    height: 32px;
    color: white;
    border: none;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.1);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #fbb130;
    font-weight: bold !important;
    cursor: pointer;
}

.botao-padrao:hover{
    background-color: #FF8A00;
    box-shadow: inset 0 -1px 0 0 rgba(19,24,25,0.3);
}

.botao-padrao:active {
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4);
    background-color: #FF8A00;
    transition: none;
}

.botao-padrao:disabled {
    color: #DADBDE;
    background-color: #999999;
}

.botao-secundario{
    height: 32px;
    color: white;
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #00a29a;
    font-weight: bold !important;
    cursor: pointer;
}

.botao-secundario:hover{
    background-color: #017872;
    box-shadow: inset 0 -1px 0 0 #747272;
}

.botao-secundario:active {
    background-color: #017872;
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4);
    transition: none;
}

.botao-secundario:disabled {
    color: #DADBDE;
    background-color: #999999;

}

.botao-link{
    color: #00A39B;
    border: none;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.botao-link:hover{
    color: #FBB030;
    border: 1px solid #FBB030;
}

.botao-link:disabled {
    color: #79868A;
}


.buttons-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.button-secondary {
    height: 32px;
    color: rgba(0,0,0,0.54);
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.button-secondary:disabled {
    color: #DADBDE !important;
    background-color: #999999;
}

.button-secondary:active {
    background-color: #F6F6F6 !important;
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4) !important;
    transition: none;
}

.button-secondary:hover {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 0 0 #BD8C1D;
}

.button-orange {
    height: 32px;
    color: white;
    border: none;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.1);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #fbb130;
    font-weight: bold !important;
    cursor: pointer;
}

.button-orange:hover{
    background-color: #FF8A00;
    box-shadow: inset 0 -1px 0 0 rgba(19,24,25,0.3);
}

.button-orange:active {
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4);
    background-color: #FF8A00;
    transition: none;
}

.button-orange:disabled {
    color: #DADBDE;
    background-color: #999999;
}

.button-green {
    height: 32px;
    color: white;
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #00a29a;
    font-weight: bold !important;
    cursor: pointer;
}

.button-green:hover{
    background-color: #017872;
    box-shadow: inset 0 -1px 0 0 #747272;
}

.button-green:active {
    background-color: #017872;
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4);
    transition: none;
}

.button-green:disabled {
    color: #DADBDE;
    background-color: #999999;
}


.botao-transparente {
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0.54);
    border-radius: 50px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    color: rgba(0,0,0,0.54);
    cursor: pointer;
}
.botao-transparente:hover{
    background-color: rgba(0,0,0,0.15);
}

.botao-modal-content {
    position: relative;   
}

.botao-modal{
    position: absolute;
    right: 60px;
    top: 24px;
    width: auto!important;
    cursor: pointer;
}

.botao-info:hover {
    color: white !important;
    background-color: #00A29A !important;
}

.botao-info, .botao-info:visited {
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 50px;   
    height: 32px;
    padding-left:15px;
    padding-right:15px;
    font-weight: 500;
    font-size: 16px;
    background-color: rgba(227,227,227,0.3);
    color: #00A29A;
}

.edge .botao-info {
        min-width: 270px;
}


.botao-opcional {
    border: 1px solid #FBB030 !important;
    border-radius: 50px !important;    
    height: 40px !important;
    background-color: #fff !important;
    color: #FBB030 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    cursor: pointer;
}

.botao-opcional:hover {
    background-color: #FBB030 !important;
    color: #fff !important;
}

.btn-grid {
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    padding: 25px 10px;
    cursor: pointer;
}
   a.btn-prosseguir {
        display: block;
        background-color: #fafafa;
        color: #717171 !important;
        border-left: 1px solid #e6e6e6;
        cursor: pointer;
    }

    a.btn-prosseguir span {
        color: #717171 !important;
    }

    a.btn-prosseguir:hover {
        background: #f1f0f0;
        clear: #727272;
    }
    
    .card .TableRecords a {
        color: #c9c9c9 !important;
    }

*, ::after, ::before {
    box-sizing: none !important;
}

.button-mais-informacoes{
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    background-color: rgba(227,227,227,0.3);
    color: var(--color-verde);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.button-mais-informacoes:hover {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--color-verde);
    color: white;        
    cursor: pointer;
}

.botao-continuar {
    color: white;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 15px;
    border-radius: 20px;
    background-color: var(--color-verde);
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.botao-continuar:hover {
    background-color: #017872;
    box-shadow: inset 0 -1px 0 0 #747272;
}

.botao-continuar:active {
    background-color: #017872;
    box-shadow: inset 0 2px 4px 0 rgba(18,20,20,0.4);
    transition: none;
}

.button-mais-informacoes div span {
    color: #00a29a;
}

/*MENU TABS*/
.tabs {
    background-color: #F7F7F7;
    border: 1px solid #DADBDE;
}

.tabs .tabs-header {
    background-color: #E6E7EB;
    color: #888888;
    font-size: 16px;
    line-height: 20px;
    height: 42px;
}

.tabs-header-item.active {
    border: none !important;
    color: #fbb130 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 26px !important;
    background-color: #f7f7f7;
}

.tabs-header-item:hover {
    border-bottom: none !important;
}

/*ACCORDION*/
.acordeao {
    margin-bottom: 20px;
    border: 1px solid #DADBDE !important;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(212,212,212,0.5);
}

.acordeao.is--open {
    border: 1px solid #DADBDE !important;
}

.accordion-item-icon{
    color: #FBB030 !important;
}

.accordion-item.is--open .accordion-item-header {
    font-weight: 400;
}

.buscar-agrupamento{
    background-color: rgba(0,0,0,0.05); 
    Padding: 15px;
}

.box-card-accordion .accordion-item-content {
    padding: 0 !important;
}

.botao-check-accordion{
    position: absolute!important;
    left: 16px!important;
    top: 30px;
    width: auto!important;
    z-index: 499;
}

.input-busca i {
    font-size: 18px !important;
}

.accordion-item {
    border-radius: 4px;
}

.accordion-group .accordion-item .accordion-item-header {
    padding: 16px;
    background-color: #F1F1F1;
}

.accordion-group .accordion-item-icon {
    margin-top: 8px;
}


.accordion-group .accordion-item .accordion-item-content, .accordion-item .accordion-item-content.is--collapsed {
    padding: 0 !important;
}

accordion-group .input, textarea.input, .select {
    height: auto;
}

.dropdown .dropdown-content .dropdown-content-list {
    padding: 0;
}

.accordion-item.is--open {
    border: 1px solid #DADBDE !important;
}

/* CARD */

.card-servico {
    padding: 10px;
    display: table;
    width: 100%;
    min-height: 135px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background-color: #FAFAFA;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.05);
    }

.card-servico .box-icon {
    height: 40%;
}

.card-servico .box-icon i {
    color: #00A29A;
    font-size: 36px;
}

.card-servico .box-text {
    height: 40%;
    display: table-footer-group;
    vertical-align: bottom;
}


    .card-instalacao {
        background-color: #ffffff;
        border: 1px solid #dee2e6
    }
    
    .card-instalacao .label {
        color: #999999
    }
    
    .card-instalacao .bold {
        margin-left:10px
    }
    
    .card-instalacao .code {
        margin-left:10px
    }
    
    .label-codigo {
        font-size: 14px;
        color: #00A29A;
        font-weight: bold;
    }
    
    .ListRecords span:first-child .card-instalacao {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }

    .ListRecords span:last-child .card-instalacao {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

/* TOOLTIP */

.tooltip-ajuda {
    border-color: #fbb130;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    color: #fbb130;
    padding: 0px 0px 1px 0px;
    width: auto;
    margin-left: 0; 
}


/* LISTA */

.lista-servico {
    padding: 10px 0;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #FAFAFA;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.05); 
}
.lista-servico .box-icon {
    padding: 0 10px 0 16px;
}

.lista-servico .box-icon i {
    color: #00A29A;
    font-size: 21px;
}


/* Paginacao */

.ListNavigation_CurrentPageNumber {
    background-color: #f8f9fa;
    border: 1px solid #FBB030;
    color: #FBB030;
}

.ListNavigation_PageNumber {
    color: #666666;
    border: none;
    background: #f8f9fa;
}

.ListNavigation_DisabledNext {
    border: none !important;
    color:#d9d9d9
}

.ListNavigation_DisabledPrevious {
    border: none !important;
    color: #d9d9d9
}

.ListNavigation_Next {
    border: none !important;
    background: #f8f9fa !important;
    color: #666666;
}

.ListNavigation_Previous {
    background: #f9f8fa !important;
    border: none !important;
    color: #666666;
}

.ListNavigation_PageNumber:hover, .ListNavigation_Previous:hover, .ListNavigation_Next:hover {
    border-color: #F5D7A4;
}

.ListNavigation_Next:hover, .ListNavigation_Previous:hover {
    border: 1px solid #F5D7A4 !important;
}

.tabela-padrao.TableRecords .TableRecords_Header, .EditableTable thead th {
    padding-right: 0;
}

.tabela-padrao .TableRecords_Header {
    color: #999999;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}  

.ListRecords {
width: :100%;
}

.TableRecords th, td {
    vertical-align: middle;
}

/*AREA PRINCIPAL*/

.main-content .columns.columns-small-right > .columns-item:first-child {
    flex: 4 !important;
}

.area-principal{
    border: 1px solid #CCCCCC;    
    border-radius: 3px;    
    background-color: #FFFFFF;
    margin-top: -90px;
    min-height: 480px;
}

.header-area-principal {
    margin: 0 -60px !important;
}

.principal-margin-20 {
    margin: 0 -50px !important
}

.conteudo-principal {
    padding: 0 70px !important;
}

/*CALENDARIO*/
.is-selected .pika-button {
    background-color: #FBB030;
}

.pika-label {
    color: #FBB030;
}

/* FOOTER */

.itens-menu-footer{
    display: none;
    margin: 0 0 35px 0;
}
.color-bg{
    background: #000;
}

 .footer-mobile {
    display: none;
}
        
        
/*MENU LATERAL*/




/* --------------- SECTION SEGUNDA VIA*/
.barraValor{
    background-color: #fbb130;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 4px; 
    border: 1px solid #DDDDDD; 
}

.descricaoValor{
    color: rgba(51,51,51,0.86);       
    font-size: 18px;    
    font-weight: bold;    
    line-height: 21px;
    padding: 16px 6px 16px 16px;
    position: relative;
    background-color: #EEA72D;
    width: auto;
    display: block;
    float: left;
}

.descricaoValor .small{
    font-size: 12px;    
    line-height: 14px;
}

.descricaoValor:after{
    content: "";
    height: 100%;
    position: absolute;
    height: 0;
    border: 0 solid #EEA72D;
    border-right-width: 0;
    border-left-width: 30px;
    border-bottom: 64px solid transparent;
    right: -30px;
    top: 0;
}

.quantidadeValor{
    padding-left: 30px;
    font-size: 24px;    
    font-weight: bold;    
    line-height: 28px;
    color: rgba(51,51,51,0.86);
    width:auto;
    padding: 16px 30px;
    display: block;
    float: left;  
}

.quantidadeValor small{
    font-size: 12px; 
    line-height: 16px;
    font-weight: normal;  
}

.acaoValor{
    display: flex;
    float: right;
    margin-right: 16px;
    margin-top: 20px;
}

.acaoValor .btn-padrao:first-child {
    margin-right: 10px;
}

/* SEGUNDA VIA AGRUPADA */

.row-agrupamento{
 height:73px;
 width:975px; 
 border: 1px solid #DDDDDD;
 background-color:#FAFAFA; 


}

.colum-boder{
      border: 1px solid #DADBDE;
      box-sizing: border-box;
      
}
.card-accordion {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 0 !important;
}

.btn-accordion {
    border-left: 1px solid #d9d9d9;
    margin-top: 0px !important;
    display: inline-block;
}

/* listrecord */

.btn-list-accordion {
    display: none;
}

.card-accordion {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    border-top: none;
    margin: 0 !important;
    border-bottom-left-radius: 0px;
}
.card-accordion:first-child {
    border-top: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-accordion:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.is--visible .dropdown-header.select {
    border: none !important;
}

.is--visible .dropdown-header.select i {
    color: #fbb130 !important;
}

/* MODAL DEMONSTRATIVO */

.card-demonstrativo {
    background-color: #F1F1F1 !important;
    border: 1px solid #d4d6d9;
    border-radius: 3px;
}



/* MODALS */

form#WebForm1 {
    background: #fff !important;
}

.header-modal .text-sub {
    margin-top: 10px;
}

.modal-conteudo {
    margin-top: 40px;
}

.modal-rodape {
    margin-top: 70px;
}

.os-internal-ui-dialog.os-internal-ui-widget.os-internal-ui-widget-content.os-internal-ui-corner-all.os-internal-Popup.os-internal-ui-draggable {
    width: 100%;
    margin: .5rem;
    left: 0;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title {
    right: 20px !important;
    top: 15px !important;
}

/* -----------------------------------------------------------------------------

    7.) RESPONSIVO

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DESKTOP (default)
    ------------------------------------------------------------------------- */



    /* -------------------------------------------------------------------------
        SMALL DESKTOP
    ------------------------------------------------------------------------- */

    @media (max-width: 1199px) {

    /* GERAL */
    /* TIPOGRAFIA */
    /* COMPONENTES */
    /* HEADER */
    /* SEÇÕES */
    .descricaoValor{
        padding: 16px;
    }
    .quantidadeValor{
        padding: 16px 30px;
    }
    /* FOOTER */

    }
    
     /* -------------------------------------------------------------------------
        DESKTOP SMALL
    ------------------------------------------------------------------------- */

    @media (max-width: 1024px) {

    /* GERAL */
    /* TIPOGRAFIA */
    /* COMPONENTES */
    
        /*ACCORDION - DROPDOWN LIST*/
        
        .accordion-item-content {
            padding: 0 !important;
        }

        .btn-list-accordion {
            right: 15px;
            border-left: 1px solid #d9d9d9;
            z-index: 1;
            height: 100%;
        }
        
        .btn-box {
            display: none;
        }
    
        .btn-list-accordion {
            display: inline-block;
        }
    
        .accordion-item {
            font-size: 12px !important;
        }
        
        .card-accordion .dropdown-header {
            border-left: 0.01px solid #d9d9d9;
            border-radius: 0;
            border-bottom: 0 !important;
            border-right: 0 !important;
            border-top: 0 !important;
            padding: 0 !important;
        }
        
        .dropdown-header-accordion .dropdown-header {
            border: none;
        }

        .card-accordion .dropdown-header .dropdown-icon {
            display: none;
        }
    
        .item-menu-accordion {
            border-bottom: 1px solid #d9d9d9;
        }
        
        item-menu-accordion i {
            color: #fbb130 !important;
        }
        
        .dropdown-header-accordion .dropdown-content-list {
            width: 200px !important;
            right: 0 !important;
        }
        
        .box-full {
            display: block;
            width: 100% !important;
            font-size: 12px;
        }
        
        .accordion-item .accordion-item-content {
            overflow: inherit;
        }
        
        .descricaoValor:after{
            display:none;
        }
        
        .descricaoValor{
            background: transparent;
            padding: 0;
        }
        
        
        .quantidadeValor {
            padding: 0;
        }
    
    /* HEADER */
        .Menu_TopMenus {
            background-color: #00A29A!important;
        }
        
        .header-center .menu-item{
            height: 50px;
            background-color: rgba(255,255,255, 0.1);
            color: rgba(255,255,255,0.9);
            left: -30px;
            width: 100%;
        }
        
        .header-center .menu-item:before, .header-center .menu-item:after{
            display: none;
        }
        
        
    /* BANNER */
    
    .bg01{background: transparent url(/AgenciaVirtual_Data/img/bg01DesktopSmall.png?153795) no-repeat top center;}
    .bg02{background: transparent url(/AgenciaVirtual_Data/img/bg02DesktopSmall.png?153795) no-repeat top center;}
    .bg03{background: transparent url(/AgenciaVirtual_Data/img/bg03DesktopSmall.png?153795) no-repeat top center;}
    .bg04{background: transparent url(/AgenciaVirtual_Data/img/bg04DesktopSmall.png?153795) no-repeat top center;}
    .bg05{background: transparent url(/AgenciaVirtual_Data/img/bg05DesktopSmall.png?153795) no-repeat top center;}
    
    
    /* SEÇÕES */
    
    .formulario-etapa .ThemeGrid_Width2 {
        width: 15.0326797385621% !important;
    }
    
    /* FOOTER */
    
    /*BANNER LATERAL*/
    
    
    
    }

    /* -------------------------------------------------------------------------
        TABLET LANDSCAPE
    ------------------------------------------------------------------------- */

    @media (max-width: 979px) {

    /* GERAL */
    
    
    .content-banner {
        margin-top: 0 !important;
        text-align: center;
    }
    
    
    /* TIPOGRAFIA */
    /* COMPONENTES */
    /* HEADER */
    /* SEÇÕES */

    /* FOOTER */

    }

    /* -------------------------------------------------------------------------
        TABLET PORTRAIT
    ------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .item-acesso-rapido {
        padding-left: 6px!important;
        padding-right: 6px!important;
    }
    .acesso-rapido-icon {
        margin-right: 10px;
        font-size: 14px;
    }
    
    
    /* BANNER */
    
    .bg01{background: transparent url(/AgenciaVirtual_Data/img/bg01Tablet.png?153795) no-repeat top center;}
    .bg02{background: transparent url(/AgenciaVirtual_Data/img/bg02Tablet.png?153795) no-repeat top center;}
    .bg03{background: transparent url(/AgenciaVirtual_Data/img/bg03Tablet.png?153795) no-repeat top center;}
    .bg04{background: transparent url(/AgenciaVirtual_Data/img/bg04Tablet.png?153795) no-repeat top center;}
    .bg05{background: transparent url(/AgenciaVirtual_Data/img/bg05Tablet.png?153795) no-repeat top center;}
    
     
     .btnlogin{
        display: flex;
     }
     
    .btn-default {
        padding: 0 25px;
    }
    
    .descricaoValor{
        width: 100%;
    }
    .quantidadeValor{
        width: 100%
    }
    
    .content-banner {
        padding-bottom: 100px !important;
    }
        
        /* SECTION SEGUNDA VIA */
        
    .dados-accordion {
        width: 100% !important;
    }

    .btn-box {
        display: none;
    }
    
    .btn-list-accordion {
        display: inline-block;
    }
    
    .accordion-item {
        font-size: 12px !important;
    }
    
    .card-accordion {
        border-radius: 0 !important;
        border-left: none;
        border-right: none;
    }
    
    .item-dado-accordion {
        width: 30%;
    }
    
    .card-accordion .dropdown-header {
        border-left: 0.01px solid #d9d9d9;
        border-radius: 0;
        border-bottom: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        padding: 0 !important;
    }
    
    .dropdown-header-accordion .dropdown-header {
        border: none;
    }

    .card-accordion .dropdown-header .dropdown-icon {
        display: none;
    }
    
    .item-menu-accordion {
        border-bottom: 1px solid #d9d9d9;
    }
    
    .dropdown-header-accordion .dropdown-content-list {
        width: 200px !important;
        right: 0 !important;
    }

    .descricaoValor:after{
        display:none;
    }
    
      /* FOOTER */
    
        .footer-md {
            display: none;
        }
        
        .footer-mobile {
            display: block;
        }
   
    
}

    /* -------------------------------------------------------------------------
        SMARTPHONE
    ------------------------------------------------------------------------- */

    @media (max-width: 480px) {

    /* GERAL */
    
    main.main-content {
        padding-bottom: 100px;
    } 

    /* TIPOGRAFIA */
    
    .heading-1 {
        font-size: 22px;
        line-height: 22px;
    }
    .heading-4 {
        font-size: 12px;
    }
    
    /* COMPONENTES */
    
    .header-content-nav i {
        font-size: 36px;
    }
    
    .btn-default {
        width: 100% !important;
    }
    
    .tabs-header-item {
        margin-left: 0 !important;
    }
    
    .tabs-header-item {
        font-size: 16px !important;
    }
    
    .tabs-header-item.active {
        font-size: 16px !important;
    }
    
    .tabs-header {
        width: 100% !important;
    }
    
    .tabs-header-item {
        width: 50%;
    }

    .tabs-header a {
        width: 50% !important;
    }
    
    .accordion-item-content {
    padding: 0 !important;
}
    
    .accordion-item .accordion-item-content {
        display: block;
        overflow: visible;
    }
    
    .botao-modal {
        position: absolute;
        right: 45px;
        top: 74px;
        width: auto!important;
    }
    
    .botao-modal {
        width: 40px !important;
        height: 40px !important;
        top: 30px;
        padding: 7px !important;
    }
    
    .label-botao-modal {
        display: none;
    }
    
    .accordion-box .accordion-item-header {
        padding: 20px 16px !important;
    }
    
     .card-accordion {
        border-radius: 0 !important;
    }
    
    .btn-mobile {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    /* HEADER */
    /* SEÇÕES */
    .content-banner {
        padding-bottom: 100px !important;
    }
    
    .card .box-icon {
        padding: 20px 0 0 0 !important;
    }
    
    /* FOOTER */
    
    .footer {
        min-height: 80px !important;
    }
    
    
    /* AREA PRINCIPAL */
        
        .titulo-servico {
            padding: 20px 0 0 40px;
        }
        
        .principal-margin-20 {
            margin: 0 !important;
        }
        
        .no-margin {
            margin-right: -11px;
            margin-left: -11px;
        }
        
        main.main-content {
            padding: 0 10px;
        }
        
        .principal-margin-20 {
            margin: 0 !important;
        }
        
        .m-t-mobile-20 {
            margin-top: 20px;
        }
        
        formulario-etapa {
            display: inline-block;
        }

        .box-etapa {
             display: block !important;
             border-left: none;
             border-radius: 0px;
             border-bottom: none;
             padding-bottom: 30px !important;
             border-radius: none !important;
        }
        
        .conteudo-principal {
            padding: 0 !important;
        }

    /* HOME LOGIN */
    
    
        .box-login {
            margin: 0 auto;
            width: 100%;
            margin-left: 0;
            top: 15px;
        }
        
        .login-area {
            padding-bottom: 90px;
        }
        
    /* BANNER */
        
        .bg01{
            background: transparent url(https://dev-outsystems.light.com.br/UI/img/bg01Mobile.png) no-repeat top center;
        }
        .bg02{
            background: transparent url(https://dev-outsystems.light.com.br/UI/img/bg02Mobile.png) no-repeat top center;
        }
        
        .bg01{background: transparent url(/AgenciaVirtual_Data/img/bg01Mobile.png?153795) no-repeat top center;}
        .bg02{background: transparent url(/AgenciaVirtual_Data/img/bg02Mobile.png?153795) no-repeat top center;}
        .bg03{background: transparent url(/AgenciaVirtual_Data/img/bg03Mobile.png?153795) no-repeat top center;}
        .bg04{background: transparent url(/AgenciaVirtual_Data/img/bg04Mobile.png?153795) no-repeat top center;}
        .bg05{background: transparent url(/AgenciaVirtual_Data/img/bg05Mobile.png?153795) no-repeat top center;}
        
    /* MENU PRINCIPAL */
         
        .btn-default {
            margin-left: 0 !important;
        }
    
    /* FOOTER */
        
        .redes-footer{
            display: none;
            width: 100% !important;
        }
        
        .itens-menu-footer{
            display: block;
        }
        
        .phone [class*="ThemeGrid_Width"]:not(.no-responsive){
            margin: 10px 0 0 0;
        }
        
        .footer {
            position: relative;
            bottom: 0;
        }
        
        .footer-mobile-logado {
            display: block;
        }
        
        /* SEGUDNA VIA MOBILE*/
        
        .descricaoValor{
            width:100%;
        }
        
        .descricaoValor:after{
            display:none;
        }
        
        .acaoValor { 
            padding:0 10px 10px;
            display: block;
            float: inherit;
            margin-right: 0;
            margin-top: 0;
        }
        
        .acaoValor .btn-padrao:first-child {
            margin-right: 0;
            margin-bottom: 10px;
        }
        
        .dados-accordion {
            width: 100% !important;
        }

        .btn-list-accordion {
            right: 0;
        }
    
    
    /* table */
    
    .table-overflow {
    min-width: 470px;
    }

    .ox-scroll {
        overflow-x: scroll;
    }

/*Checkbox*/

.buscar-agrupamento{
    background-color: rgba(0,0,0,0.05); 
    Padding: 15px;
}

.box-card-accordion .accordion-item-content {
    padding: 0 !important;
}

.botao-check-accordion{
    position: absolute!important;
    left: 16px!important;
    top: 33px;
    width: auto!important;
    z-index: 1;
}

.input-busca i {
    font-size: 18px !important;
}

}


/*Media Query para os modais*/

/*MOBILE*/

@media(min-width: 320px) {
        .os-internal-ui-dialog.os-internal-ui-widget.os-internal-ui-widget-content.os-internal-ui-corner-all.os-internal-Popup.os-internal-ui-draggable {
        width: 98% !important;
        margin-right: 1%;
        margin-left: 1%;
        top: 10px;
    }
}


/*TABLET*/

@media(min-width: 576px) {
    .os-internal-ui-dialog.os-internal-ui-widget.os-internal-ui-widget-content.os-internal-ui-corner-all.os-internal-Popup.os-internal-ui-draggable {
        max-width: 500px !important;
    }
}

/*DESKTOP SMALL*/ 

@media(min-width: 992px) {
    .os-internal-ui-dialog.os-internal-ui-widget.os-internal-ui-widget-content.os-internal-ui-corner-all.os-internal-Popup.os-internal-ui-draggable {
        max-width: 800px !important;
    }
}

/*TOI*/
.tabelaMaisDetalhes{
    border-collapse: collapse !important; 
    border: 1px solid #c9c9c9 !important;
}



/*
#################################################################
.8) Customizations
#################################################################
*/

.fa-exclamation-circle:before {
    content: "\f071";
    color: #fbb130;
}

.columns .columns-item:empty { display: none;}

