/*
    cores 
        fundo body:                 #ffffff
        fundo cabecalho:            #f1f5f9 
        cor texto:                  #2c7ada
        cor destaque:               #E40000 

        cor hover tabelas:          #f1f5f9 
        cor border inputs:          #cccccc 
        cor back inputs hover:      #dceef5 
        cor border inputs hover:    #87CEFA
*/
/*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: #ffffff;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        font-family: 'open_sanslight';
        font-size: 14px;
        color: #2c7ada;
    }  
    a {        
        font-family: 'open_sanslight';
        font-size: 15px;
        font-weight: normal;
        color: #E40000;
        text-decoration: none;
    }
    a:hover,
    a:focus {
        font-family: 'open_sanslight';
        font-size: 15px;
        font-weight: bold;        
        color: #E40000;
        text-decoration: underline;
    }
    .centered {
        margin: 0 auto !important;
        float: none !important;
    }       
/*cabecalho*/
    .escolhe_barra_topo {
        background-color: #f1f5f9 !important; 
        width: 100%;       
        height: 120px;   
        line-height: 55px;     
        padding-left: 50px;
        font-family: 'open_sanslight';
        font-size: 18px;
        color: #2c7ada !important;            
    }       
    .cabecalho {
        background-color: #f1f5f9;
        height: 60px;
        font-family: 'open_sanslight'; 
        font-size: 16px; 
        color: #2c7ada;        
    } 
    #cabecalho_unico {
        height: 60px;
        vertical-align:middle;
    }  
    .cabecalho_info_comput{
        display: none;
        text-align: left;
    } 
    .cabecalho_info_mobile{
        display: none;
        text-align: left;
    } 
    #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: #E40000;
        border: 1px solid #E40000;
    }
/*mensagens*/
    .msg_forms {
        width: 80%;
        position: relative;
        min-height: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
/*textos*/
    label {
        color: #2c7ada;
        display: inline-block;
        max-width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
        font-weight: bold;
    }    
    .texto {
        padding: 5px 5px 5px 0px;
        font-family: 'open_sanslight';        
        font-size: 14px;
        font-weight: normal;
        color: #2c7ada;
    }
    .texto-label {
        padding: 5px 5px 5px 0px;
        font-family: 'open_sanslight';        
        font-size: 15px;
        font-weight: bold;
        color: #2c7ada;
    }
    .texto-destaque {
        padding: 5px 5px 5px 0px;
        font-family: 'open_sanslight';
        font-size: 15px;
        font-weight: normal;
        color: #E40000;
    }
    .inputs-readonly{
        display: block;
        height: 34px;
        padding: 6px 0px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #2c7ada;
    }
/*blocos*/    
    .bloco-titulo {
        padding: 10px 15px;
        background-color: #2c7ada;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
    .bloco-titulo a{
        color: #ffffff;
        text-decoration: none;
    }
    .bloco-titulo a:hover{
        color: #E40000;
        text-decoration: none;
    }
    #bloco_subtitulo{
        background-color: #f1f5f9;
        height: 35px;
        font-size: 18px;
        padding: 5px;
        vertical-align: middle;
    }        
    .bloco-duvidas {        
        background-color: transparent;
        font-size: 15px;
        font-weight: bold;
        color: #2c7ada;
    }
    .bloco-duvidas a{
        color: #2c7ada;
        text-decoration: none;
    }
    .bloco-duvidas a:hover{
        color: #E40000;
        text-decoration: none;
    }
    .bloco-aviso {        
        background-color: #E40000;
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
    }
/*paineis*/  
    .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;
    }  
    .panel-primary {
        border-color: #2c7ada;
    }  
    .panel-primary>.panel-heading {
        background-color: #2c7ada;
        border: none;
        border-radius: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
 /*subpaineis internos*/ 
    .panel-default > .panel-heading 
    {
        color: #000;
        background-color: transparent;
        border: none;
        border-radius: 0px;
    }
    .panel-sub {
        border: 1px solid #ffffff;
    }
    .nav-tabs {
        border-bottom: 1px solid #c3c3c3;
    }
    .nav > li {
        background-color: #ffffff;
        position: relative;
        display: block;
    }
    .nav-tabs > li > a {
        background-color: #2c7ada;
        color: #ffffff;
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid #c3c3c3;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus 
    {
        color: #ffffff;
        cursor: default;
        background-color: #2c7ada;
        border: 1px solid #2c7ada;
        border-bottom-color: transparent;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: #E40000;
        color: #ffffff;
        border: 1px solid #ffffff;
    }
    .nav > li.disabled > a {
        background-color: #d3d3d3;
        border: 1px solid #4F4F4F;
        border-bottom-color: transparent;
        cursor: not-allowed;
        color: #4F4F4F;
    }
    .nav > li.disabled > a:hover,
    .nav > li.disabled > a:focus {
        background-color: #4F4F4F;
        border: 1px solid #4F4F4F;
        border-bottom-color: transparent;
        cursor: not-allowed;
        color: #ffffff;
    }    
/* Relatorios xls */
    .sem_registros {
        padding: 10px 15px;
        background-color: #F5F5F5;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #2c7ada;
    }               
/*MODAIS*/
    .erp_modal{
        background-color: #2c7ada;
        border-bottom: 0px none transparent;
    }
    .erp_modal_h4{
        color: #ffffff;
    }
    .modal-header {
        padding: 5px;
        border-bottom: 0px none transparent;
    }
    .modal-header .close {
        margin-top: -2px;
    }
    .modal-body {
        background-color: #ffffff;
        position: relative;
        padding: 5px;
    }
    .modal-footer {
        padding: 5px;
        text-align: right;
        border-bottom: 0px none transparent;
    }
/* 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; }         
    } 