﻿.calendario_principal {
    display: table;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif !important;
    width: 92%;
    margin: 0 4% !important;
    position: relative;
}

.tabela_calendario {
    border-collapse: collapse;
    width: 100% !important;
}

#spnTituloMesAno {
    width: 96%;
    padding: 2%;
    text-align: center;
    color: #818181;
    background-color: #FAFAFA;
    background-image: url(../Content/imagens/seta_baixo2.png);
    background-position: right 49%;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: table;
    cursor: pointer;
}

#divSelectMesAno {
    display: none;
    /*background:#C1272D;*/
    background: #0f3d60;
    color: #fff;
    width: 96%;
    position: absolute;
    padding: 2%;
    box-shadow: 0 4px 5px #969696;
    -moz-box-shadow: 0 4px 5px #969696;
    -webkit-box-shadow: 0 4px 5px #969696;
    -o-box-shadow: 0 4px 5px #969696;
}

#cbxMes {
    padding: 5px;
    font-size: 13px;
    margin-right: 1%;
    width: 72%;
    font-family: 'Montserrat',sans-serif !important;
}

#cbxAno {
    padding: 5px;
    font-size: 13px;
    width: 25%;
    font-family: 'Montserrat',sans-serif !important;
}

.dias_semana {
    font-size: 14px;
    background-color: #B3B3B3;
    text-align: center;
    color: #fff;
    padding: 5px !important;
}

    .dias_semana th {
    }

.calendario_principal td {
    text-align: center;
    /*padding:5px 5px;*/
    border: 1px solid #DFDFDF;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 12px;
}

    .calendario_principal td:hover {
        background-color: #e5e5e5;
        transition: all 0.3s;
    }

    .calendario_principal td a {
        color: #fff;
    }

.diario_oficial {
    /*background-image:url(../Content/imagens/marcacao_diario2.png);*/
    background-image: url(../Content/imagens/marcacao_diario2_azul.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 22px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.diario_unico {
    cursor: pointer;
}

.data_vazia {
    /*width:22px;
    height:22px;
    padding-top:1px;
    padding-right:1px;*/
    font-size: 12px;
}

.edicao_ext {
    background-image: url(../Content/imagens/marcacao_extra.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn_proximo {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 5px 0 0 -19px;
    border: 0;
    /*background-image:url(../Content/imagens/btn_anterior.png);*/
    background-image: url(../Content/imagens/btn_menor_anterior_azul.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent !important;
    cursor: pointer;
}

    .btn_proximo:hover {
        background-image: url(../Content/imagens/btn_menor_anterior_hover.png);
    }

.btn_anterior {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 5px 0 0 244px;
    /*background-image:url(../Content/imagens/btn_proximo.png);*/
    background-image: url(../Content/imagens/btn_menor_proximo_azul.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent !important;
    cursor: pointer;
    right: -21px;
}

    .btn_anterior:hover {
        background-image: url(../Content/imagens/btn_menor_proximo_hover.png);
    }

.texto_busca {
    margin-bottom: 8px;
    width: 100%;
    display: table;
}

.texto_busca2 {
    float: left;
    width: 47%;
    display: table;
}

.texto_busca3 {
    float: right;
    width: 47%;
    display: table;
}

.texto_busca h1 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 6px;
    width: 100%;
}

.texto_busca2 h1 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 6px;
    width: 100%;
}

.texto_busca3 h1 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 6px;
    width: 100%;
}

.form_palavra {
    border: 1px solid #CCCCCC !important;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 13px;
    padding: 2px 4px;
    width: 100%;
}

#txtDataInicial {
    border: 1px solid #CCCCCC !important;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 13px;
    padding: 2px 4px;
    width: 100%;
}

#txtDataFinal {
    border: 1px solid #CCCCCC !important;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 13px;
    padding: 2px 4px;
    width: 100%;
}

.btn_buscar {
    /*background-color: #C1272D;*/
    background-color: #0f3d60;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    /*display: table;*/
    font-family: 'Montserrat',sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    margin-left: 184px;
    padding: 4px 8px;
    position: absolute !important;
    text-align: center;
    text-transform: uppercase;
    top: 828px;
}

    .btn_buscar:hover {
        background-color: #0b273c;
    }

.btn_aplicar {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
    padding: 5px;
    width: 64px;
    background: #2196f3;
    color: #fff;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
    font-family: 'Montserrat',sans-serif !important;
}

    .btn_aplicar:hover {
        background: #1f87da;
        transition: all 0.3s;
    }


.ui-widget {
    font-family: 'Montserrat', sans-serif !important;
}

.ui-datepicker-month {
    font-family: 'Montserrat', sans-serif !important;
}

.ui-datepicker-year {
    font-family: 'Montserrat', sans-serif !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #C1272D !important;
    color: #fff !important;
    border: 0 !important;
}

.legenda_calendario {
    margin-top: 13px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    display: table;
    margin-top: 15px;
}

.titulo2_calendario {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    margin-top: 9px;
}

.margem {
    padding: 20% 2%;
}

@media(max-width:1720px) {
    .dias_semana th {
        font-size: 12px;
    }
}
