/*fontes*/
    @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
    @font-face {
        font-family: 'open_sansbold';
        src: url('../opensans/opensans-bold-webfont.woff2') format('woff2'),
             url('../opensans/opensans-bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'open_sansextrabold';
        src: url('../opensans/opensans-extrabold-webfont.woff2') format('woff2'),
             url('../opensans/opensans-extrabold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'open_sanslight';
        src: url('../opensans/opensans-light-webfont.woff2') format('woff2'),
             url('../opensans/opensans-light-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'open_sansregular';
        src: url('../opensans/opensans-regular-webfont.woff2') format('woff2'),
             url('../opensans/opensans-regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }  
/*GERAL*/
    html {
      font-family: 'open_sanslight';
      font-size: 10px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
          -ms-text-size-adjust: 100%;
    }
    body {
        background-color: #fff;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        font-family: 'open_sanslight';
        font-size: 14px;
        color: #000000;
    }    
    .escolhe_barra_topo {
        background-color: #000 !important; 
        width: 100%;       
        height: 120px;   
        line-height: 55px;     
        padding-left: 50px;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #bed800 !important;            
    }     
    .cabecalho {
        background-color: #000;
        height: 60px;
        font-family: 'open_sanslight'; 
        font-size: 16px; 
        color: #bed800;        
    } 
    #cabecalho_unico {
        border-width: 0px 0px 0px 0px;
        border-color: #fff;
        border-style: none;
        height: 60px;
        font-family: 'open_sanslight'; 
        font-size: 16px; 
        color: #bed800;
        text-decoration: none;
        vertical-align:middle;
    }  
    .cabecalho_info_comput{
        display: none;
        text-align: left;
    } 
    .cabecalho_info_mobile{
        display: none;
        text-align: left;
    } 
    .cabecalho_botoes{
        display: none;
        text-align: right;
    } 
    #cabecalho_chats_alertas {
        background: url('/img/cabecalho/alert_chats_crm.png');
        background-repeat: no-repeat;        
        background-size: 30px 30px;
        background-position: center;
    }
    #cabecalho_chats_alertas:hover{
        background: url('/img/cabecalho/alert_chats_crm_white.png');
        background-repeat: no-repeat;        
        background-size: 30px 30px;
        background-position: center;
    } 
    #cabecalho_alertas {
        background: url('/img/cabecalho/alerta.png');
        background-repeat: no-repeat;        
        background-size: 30px 30px;
        background-position: center;
    }
    #cabecalho_alertas:hover{
        background: url('/img/cabecalho/alerta_white.png');
        background-repeat: no-repeat;        
        background-size: 30px 30px;
        background-position: center;
    } 
    .alerta-circulo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        margin-top: 0px;            
        margin-right: 0px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background-color: #FF0000;
        border: 1px solid #FF0000;
    }
    /*centralizar divs do blade*/
    .centered {
        margin: 0 auto !important;
        float: none !important;
    } 
    .msg_forms {
        width: 80%;
        position: relative;
        min-height: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
/* TEXTOS DE APOIO*/
    label {
        color: #262626;
        display: inline-block;
        max-width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
        font-weight: bold;
    }
    .texto-label {
        padding: 5px 5px 5px 0px;
        font-family: 'open_sanslight';        
        font-size: 15px;
        font-weight: bold;
        color: #666666;
    }
    .texto-destaque {
        padding: 5px 5px 5px 0px;
        font-family: 'open_sanslight';        
        font-size: 15px;
        font-weight: normal;
        color: #FF0000;
    }
    .inputs-readonly{
        display: block;
        height: 34px;
        padding: 6px 0px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #262626;
    }
    .bloco-titulo {
        padding: 10px 15px;
        background-color: #bde800;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }
    .bloco-titulo a{
        color: #000;
        text-decoration: none;
    }
    .bloco-titulo a:hover{
        opacity: 0.3;
        color: #000;
        text-decoration: underline;
    }
    .bloco-titulo svg:hover {
        fill: #ff0000;
    }
    .bloco-duvidas {        
        background-color: transparent;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }
    .bloco-duvidas a{
        color: #000;
        text-decoration: none;
    }
    .bloco-duvidas a:hover{
        color: #ff0000;
        text-decoration: none;
    }
/* SUBPAINEIS DE CADASTROS */  
    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        /*border: 1px none transparent;*/
        border-radius: 0px;
    }
    .panel-title
    {
        font-size: 22px;
        font-weight:400;
    }
    .panel-heading span {
        margin-top: -20px;
        font-size: 15px;
    }
    /*PAINEIS FORMS*/
        .panel-primary {
          border-color: #bed800;
        }  
        .panel-primary>.panel-heading {
            background-color: #bed800;
            border: none;
            border-radius: 0px;
            font-size: 16px;
            font-weight: bold;
            color: #000;
        }
    /*PAINEIS INTERNOS DE CADASTROS */    
        .panel-default > .panel-heading 
        {
            color: #000;
            background-color: transparent;
            border: none;
            border-radius: 0px;
        }
        .panel-sub {
            border: 1px solid #bed800;
        }
        .nav-tabs {
            border-bottom: 1px solid #262626;
        }
        .nav > li {
            background-color: #bde800;
            position: relative;
            display: block;
        }
        .nav-tabs > li > a {
            color: #262626;
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid #262626;
            border-radius: 4px 4px 0 0;
        }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus 
        {
            color: #bed800;
            cursor: default;
            background-color: #262626;
            border: 1px solid #262626;
            border-bottom-color: rgb(221, 221, 221);
            border-bottom-color: transparent;
        }
        .nav > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            background-color: #FFD201;
            border: 1px solid #262626;
        }
/*TELA PDV*/
    /*produtos*/
        #tela_inclusao{
            background-color: #f5f5f5 !important;
            float: left;
            height: 88vh;
            width: 60%;
            padding: 0px;
            overflow-x: hidden;
            overflow-y: hidden;
        }
        .tela_inclusao_frame {
            height: 100%;
            width: 100%;
            border: none;
        }
    /*mensagens do chat*/
        #tela_resumo{
            background-color: #d3d3d3 !important;
            float: left;
            height: 88vh;
            width: 40%;
            padding: 0px;
            overflow-x: hidden;
            overflow-y: hidden;
        }
        .tela_resumo_frame {
            height: 100%;
            width: 100%;
            border: none;
        }
    /*resumo*/
        #resumo_titulo {
            background: #bde800;
            width: 100%;
            margin: 0px;
            height: 50px;           
        }
        #resumo_titulo_tab {
            height: 50px;
            padding: 0px;
            font-family: 'open_sanslight';
            font-size: 30px;
            font-weight: bold;
            color: #000;
            vertical-align:middle;
        }
        #resumo_subtitulo_tab {
            height: 25px;
            padding: 0px;
            font-family: 'open_sanslight';
            font-size: 12px;
            font-weight: normal;
            color: #000;
            vertical-align:middle;
        }
        #resumo_itens {
            width: 100%;
            height: calc(100% - 180px);
            background: #fff;
            padding: 10px;
            overflow-y: auto;
        }
        #resumo_comandos {
            background-color: #bde800;
            margin: 0px;
            height: 120px;
            padding: 0px;
            background: #fff;
            vertical-align:middle;
            padding-top: 0px;
        }
        #resumo_comandos_tab_detail {
            background-color: #bde800;
            padding: 0px;
            font-family: 'open_sanslight';
            font-size: 13px;
            font-weight: normal;
            color: #000;
            vertical-align: text-top;
        }
        #resumo_comandos_tab_total {
            background-color: #bde800;
            padding: 0px;
            font-family: 'open_sanslight';
            font-size: 26px;
            font-weight: bold;
            color: #000;
            vertical-align:middle;
        }
        #resumo_comandos_tab_botoes {
            height: 70px;
            background-color: #bde800;
            padding: 0px;
            font-family: 'open_sanslight';
            font-size: 26px;
            font-weight: bold;
            color: #000;
            vertical-align:middle;
        }
/* FLUXO FINANCEIRO */    
    .FluxoTopo {
        background-color: #FFF;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;        
        height: 70px;
        width: 99.9vw;
        z-index: 99;
    }   
    #FluxoTitulo {    
        width: 99.9vw;       
        background-color: #FFF;
        border-width: 0px 0px 0px 0px;
        border-color: #fff;
        border-style: none;
        height: 50px;
        font-family: 'open_sanslight'; 
        font-size: 16px; 
        font-weight: bold;
        color: #000;
        text-decoration: none;
        vertical-align: middle;
    } 
    #FluxoCabecalho {        
        width: 99.9vw;        
        background-color: #BDE800; 
        font-family: 'open_sanslight'; 
        font-size: 16px; 
        font-weight: bold;
        color: #000;
        height: 30px;
        text-decoration: none;
        vertical-align: middle;
    }
    .FluxoConteudoMeio {
        background-color: #fff;
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        height: 72vh;
        width: 99.9vw;
        overflow-y: scroll;
        overflow-x: hidden;
    } 
    #FluxoConteudoMeioConsulta {        
        width: 99.9vw;        
        background-color: #595959; 
        font-family: 'open_sanslight'; 
        font-size: 16px; 
        color: #fff;
        height: 30px;
        text-decoration: none;
        vertical-align: middle;
    }
    .FluxoRodape {
        background-color: #bde800;
        position: relative;
        top: 1px;
        left: 0;
        right: 0;
        height: 60px;
        width: 99.9vw;
        overflow-y: hidden;
        overflow-x: hidden;
    } 
/* Relatorios xls */
    .sem_registros {
        padding: 10px 15px;
        background-color: #bde800;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }  
/*MODAIS*/
    .erp_modal{
        background-color: #262626;
        border-bottom: 0px none transparent;
    }
    .erp_modal_h4{
        color: #bde800;
    }              
/* RESPONSIVE */
    @media print 
    {
        .nao_imprimir{
            display: none;
        }
    }
    @media screen and (min-width: 605px)
    { 
        .home_logo_globosolution { display: block; } 
        .home_logo_gboot { display: block; } 
        .cabecalho_info_comput { display: block; } 
    } 
    @media screen and (max-width: 600px)
    { 
        .cabecalho_info_mobile { display: block; }         
    } 