﻿/*----------------------------------------------------------------------
    Alterações:
    Data        Autor(a)    Descrição
    --------------------------------------------------------------------
      /03/2019  Emilia      Nunca alterar em EstiloPadrao.css
                            Realizar as alterações em :
                            EstiloPadraoMeuTropics.css e EstiloPadraoTrAtende.css 
                            e depois renomear para EstiloPadrao.css
                            A aplicação utiliza o arquivo EstiloPadrao.css
---------------------------------------------------------------------- */


body {
}


.btnEntrarCaixa {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    background-color: #AEB5C0;
    color: #ffffff;
    border-radius: 0 0 0 0;
}

.id-usuario {
    background-color: #617EE0;
    font-family: 'Roboto', sans-serif;
}

.cabecalho {
    width: 100%;
    height: 100%;
    background-color: #D7D4D8;
    margin-top: 0px;
}

.btnMenu {
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
    width: 120px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Contrail One', cursive;
    color: #333333;
    background-color: #DFE5F9;
    margin-right: 10px;
    margin-top: 5px;
    word-wrap: break-word;
}

.btnMenuSelecionado {
    background-color: #6281e1;
    color: #f5f5f5;
}

.btnMenuSair {
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
    width: 120px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Contrail One', cursive;
    color: #333333;
    background-color: #DFE5F9;
    margin-top: 5px;
    word-wrap: break-word;
}

.FundoSubTit {
    width: 100%;
    height: 30px;
    border: none;
    background-color: #D2D1D6;
    text-align: left;
}

.FundoTit {
    width: 100%;
    height: 100%;
    min-height: 50px;
    background-color: #6281e1;
    text-align: center;
}


.TituloPag {
    color: #f5f5f5;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    font-family: 'Contrail One', cursive;
}

.btnAzulDefault {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    font-family: 'Contrail One', cursive;
    background-color: #B7B5BE;
    color: #ffffff;
    border: none
}


    .btnAzulDefault:hover {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.25;
        font-family: 'Contrail One', cursive;
        background-color: #DCDADF;
        color: #ffffff;
        border: none;
    }
    
.headerGrid {
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    width: 200px;
    background-color: #868287;
    color: white;
}

    .headerGrid > th > a {
        color: white;
        font-weight: 500 !important;
    }

.headerGridGroup {
    text-align: left;
    font-size: 20px;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    width: 200px;
    background-color: #B7B5BE;
    color: black;
}

    .headerGridGroup > th > a {
        color: black;
        font-weight: 500 !important;
    }

.btn-lilas {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    font-family: 'Contrail One', cursive;
    background-color: #B7B5BE;
    color: #ffffff;
    border: none;
}

    .btn-lilas.active {
        background-color: #DCDADF;
    }

.CabecalhoDiasSemana {
    background-color: #D2D1D6;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #A7A4A8;
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #617798;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans,arial,sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #41486d;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #313650
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}