﻿/* Default CSS Stylesheet for a new Web Application project */

.cal_container /*The outer rectangular container that supplies the border around the calendar element. Child Css classes: .ajax__calendar_header,.ajax__calendar_body,.ajax__calendar_footer.*/ {
    border-style: none;
    border: 0px;
    width: 330px;
    height: 200px;
    background-color: White;
}

.cal_NextPrev /*An element that displays the arrow to view the previous set of data in the view (previous month/year/decade). Child Css classes: none.*/ {
    color: Black;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-language-override: initial;
}

.cal_title /*An element that displays the title of the current view (month name, year, decade). Child Css classes: none.*/ {
    color: Black;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 35px;
}

.cal_dayname /*An element that displays the short name of the day of the week. Child Css classes: none.*/ {
    color: Black;
    text-align: center;
    height: 25px;
}

.cal_day /*An element that displays the day of the month. Child Css classes: none*/ {
    font-weight: bold;
    color: Black;
}


td.invoca-loading-botoes a {
    display: block;
    height: 24px;
    margin: -2px 0;
    line-height: 24px;
}

TD.cal_daySelected /*An element that displays the day of the month. Child Css classes: none*/ {
    border: 2px solid black;
    font-weight: bold;
    color: Black;
    background-color: #54AF54;
}

.cal_OtherMonthsDay /*A container element that holds the layout for the months in a year. Child Css classes: .ajax__calendar_month.*/ {
    border: 1px solid black;
    color: white;
}

.cal_today /*An element that displays the current date. Child Css classes: none.*/ {
    font-weight: bold;
    color: Black;
}

#Conteudo_tabHorarios {
    visibility: visible;
}

.PanelPeriodo {
    overflow: auto;
    height: 194px;
}



@media screen and (max-width: 420px) {
    .recaptcha, recaptcha-div {
        transform: scale(0.85);
        -webkit-transform: scale(0.90);
    }

    .recaptcha {
        margin-left: -15px;
        float: left;
    }
    #mensagemGenericaCIJUN {
        margin-left: 0px !important;
        width: 100% !important;        
    }
}

@media screen and (max-width: 380px) {
    .cal_container {
        width: 300px;
    }
}

@media screen and (max-width: 350px) {
    .recaptcha, recaptcha-div {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
    }

    .recaptcha {
        margin-left: -30px;
        float: left;
    }

    #lblTituloPagina {
        font-size: 16px;
    }

    .cal_container {
        width: 270px;
    }
}

@media screen and (max-width: 315px) {
    .recaptcha, recaptcha-div {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
    }

    .recaptcha {
        margin-left: -40px;
        float: left;
    }

    #lblTituloPagina {
        font-size: 14px;
    }

    .cal_container {
        width: 250px;
    }
}




@media screen and (max-width: 290px) {
    .recaptcha, recaptcha-div {
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
    }

    .recaptcha {
        margin-left: -60px;
        float: left;
    }

    .recaptcha-div {
        width: 245px;
    }

    #lblTituloPagina {
        font-size: 12px;
    }
}

html, body {
    height: 100% !important;
}

@media (max-width: 600px) {
    .visible-xs-custom {
        display: block !important;
    }

    table.visible-xs-custom {
        display: table !important;
    }

    tr.visible-xs-custom {
        display: table-row !important;
    }

    th.visible-xs-custom,
    td.visible-xs-custom {
        display: table-cell !important;
    }
}

@media (max-width: 600px) {
    .hidden-xs-custom {
        display: none !important;
    }
}

.visible-xs-custom {
    display: none !important;
}
