﻿.calendarLabel {
    position: relative;
}
.calendarLoader {
    position: absolute;
    right: 0;
    top: 0;
    display:none;
}

.cabezeraCitaPrevia {
    background-image: url(/App_Themes/Default/imgs/cita_previa/iconoCita.jpg);
    background-repeat: no-repeat;
    background-position-x: 541px;
    background-size: 88px;
    width: 100%;
    border-bottom: 2px solid lightgrey;
    display: block;
    overflow: auto;
    padding-bottom: 1.5em;
}

    .cabezeraCitaPrevia > .blue-circle {
        margin-right: 10px;
        margin-top: 10px;
        background-color: #26527f;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        float: left;
    }

        .cabezeraCitaPrevia > .blue-circle > span {
            font-size: 2.1em;
            color: white;
            font-weight: bolder;
            line-height: 39px;
            margin-left: 12px;
        }

    .cabezeraCitaPrevia > .textoCirculo {
        top: 23px;
        float: left;
        margin-top: 10px;
    }

        .cabezeraCitaPrevia > .textoCirculo > h3 {
            margin-bottom: 0;
            color: black;
            font-size: 1.2em;
            font-weight: bold;
        }

        .cabezeraCitaPrevia > .textoCirculo > p {
            font-size: 15px;
            max-width: 450px;
            margin: 0;
        }

    .cabezeraCitaPrevia > #textoImagen {
        position: absolute;
        right: 0;
        font-size: 2.6em;
        line-height: 28px;
        color: #59595b;
    }

        .cabezeraCitaPrevia > #textoImagen > strong {
            font-size: 1.1em;
        }

.moreInfoIcon {
    display: inline-block;
    background-image: url(/App_Themes/Default/imgs/cita_previa/masInfo.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.moreInfoIconIOrange {
    display: inline-block;
    background-image: url(/App_Themes/Default/imgs/otros/i_naranja.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.loaderContainer {
    width: 100%;
    margin-bottom: 20px;
}

    .loaderContainer > .loaderCitaPrevia {
        display: block;
        background-image: url(/App_Themes/Default/imgs/cargandoatib.gif);
        background-repeat: no-repeat;
        background-position-x: 100px;
        width: 150px;
        height: 20px;
        margin-left: auto;
        margin-right: auto;
    }

        .loaderContainer > .loaderCitaPrevia > .loader-caption {
            font-size: 1.2em;
            font-weight: bold;
        }

.moreInfoRow {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .moreInfoRow .moreInfoLink > .moreInfoText {
        font-weight: bold;
        font-size: 1em;
        height: 20px;
        vertical-align: top;
    }


    .moreInfoRow .justCancel {
        background-image: url(/App_Themes/Default/imgs/cita_previa/cancelarcita.png);
        background-repeat: no-repeat;
        display: inline-block;
        padding-left: 50px;
        height: 33px;
        color: #808080;
        font-size: 1.1em;
        text-decoration: underline;
    }

.modal {
    top: 15%;
}

    .modal > .modal-dialog > .modal-content {
        border: solid 5px #cccccc;
        position: absolute;
    }

        .modal > .modal-dialog > .modal-content > .modal-header {
            background-color: #26527f;
            padding: 10px 10px 10px 10px;
            color: #fff;
            height: 25px;
        }

            .modal > .modal-dialog > .modal-content > .modal-header > .close {
                float: right;
                display: inline-block;
                width: 26px;
                height: 25px;
                border-radius: 4px;
                background: #e7e7e7;
                color: #797979;
                cursor: pointer;
                -webkit-appearance: initial;
                -webkit-rtl-ordering: logical;
                -webkit-writing-mode: horizontal-tb !important;
                padding: initial;
                border: initial;
                text-rendering: auto;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                text-indent: 0px;
                text-shadow: none;
                text-align: center;
                vertical-align: middle;
                margin: 0em;
                font: 400 1.9em Arial;
            }

        .modal > .modal-dialog > .modal-content > .modal-body {
            margin: 0px 20px 20px 20px;
        }

.body-title {
    background-image: url(/App_Themes/Default/imgs/cita_previa/presencial.jpg);
    background-repeat: no-repeat;
    height: 144px;
    width: 100%;
    border-bottom: 5px solid black;
    margin-bottom: 20px;
}

#procedureName {
    margin-top: 20px;
    padding-left: 134px;
    font-size: 1.8em;
}

.aggrupation-container > .card {
    border: 0px solid black;
    margin-bottom: 4px;
    cursor: pointer;
}

    .aggrupation-container > .card > .card-header {
        border-bottom: 0px solid black;
        background: #ededed;
    }

        .aggrupation-container > .card > .card-header.active {
            background: #cecece;
        }

        .aggrupation-container > .card > .card-header > .header-container > .aggrupation-name {
            color: black !important;
            font-size: 0.9em;
            font-weight: 600;
        }

        .aggrupation-container > .card > .card-header > .header-container > .more-icon {
            color: #797979;
            font-size: 1.5em;
        }

    .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list {
        padding-left: 0px;
    }

        .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list > li {
            list-style: none;
        }

            .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list > li > .radio {
                position: relative;
                width: 83%;
                float: left;
                margin-bottom: 10px;
            }

            .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list > li > .requirement {
                position: relative;
                width: 17%;
                float: right;
                text-align: right;
                margin-bottom: 10px;
            }

                .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list > li > .requirement > a > .req-info-text {
                    vertical-align: top;
                    color: black;
                    font-weight: bold;
                }

            .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list > li.active > .radio > label {
                text-decoration: underline;
            }

            .aggrupation-container > .card > .collapse > .card-body > ul.procedures-list > li > .radio > label {
                font-weight: 500;
                font-size: 1.2em;
            }

.cuerpoCitaPrevia {
    margin: 40px;
}

.infoOficina {
    margin: 17px;
    width: 250px;
}

.panelDisponibilidades {
    margin-bottom: 10px;
}

    .panelDisponibilidades > .cabeceraDisponibilidades {
        background-color: #e9e9e9;
        width: 720px;
        height: 40px;
    }

        .panelDisponibilidades > .cabeceraDisponibilidades::before,
        .panelDisponibilidades > .cabeceraDisponibilidades::after {
            display: table;
            content: " ";
        }

        .panelDisponibilidades > .cabeceraDisponibilidades::after {
            clear: both;
        }

        .panelDisponibilidades > .cabeceraDisponibilidades > .cabeceraTitulo {
            float: left;
            margin: 11px;
            color: black;
            text-transform: uppercase;
            font-weight: bold;
        }

        .panelDisponibilidades > .cabeceraDisponibilidades > .cabeceraLeyenda {
            float: right;
            margin: 5px;
            color: #7f817c;
            text-transform: capitalize;
            font-weight: bold;
        }

            .panelDisponibilidades > .cabeceraDisponibilidades > .cabeceraLeyenda > .leyenda {
                display: inline-block;
                height: 29px;
                padding-left: 19px;
                margin: 6px;
            }

                .panelDisponibilidades > .cabeceraDisponibilidades > .cabeceraLeyenda > .leyenda.leyenda-libre {
                    background-image: url(/App_Themes/Default/imgs/cita_previa/cita_ok.png);
                    background-repeat: no-repeat;
                }

                .panelDisponibilidades > .cabeceraDisponibilidades > .cabeceraLeyenda > .leyenda.leyenda-ocupada {
                    background-image: url(/App_Themes/Default/imgs/cita_previa/cita_x.png);
                    background-repeat: no-repeat;
                }

                .panelDisponibilidades > .cabeceraDisponibilidades > .cabeceraLeyenda > .leyenda.leyenda-seleccionada {
                    background-image: url(/App_Themes/Default/imgs/cita_previa/citaSeleccionada.png);
                    background-repeat: no-repeat;
                }

    .panelDisponibilidades > .cuerpoDisponibilidades {
        background-color: #f5f5f5;
    }

        .panelDisponibilidades > .cuerpoDisponibilidades > .turnoManana,
        .panelDisponibilidades > .cuerpoDisponibilidades > .turnoTarde {
            padding: 11px;
        }

            .panelDisponibilidades > .cuerpoDisponibilidades > .turnoManana > h4,
            .panelDisponibilidades > .cuerpoDisponibilidades > .turnoTarde > h4,
            .no-dispo-message {
                color: #7f817c;
                text-transform: uppercase;
                font-size: 1em;
            }

            .panelDisponibilidades > .cuerpoDisponibilidades > .turnoManana > .no-dispo,
            .panelDisponibilidades > .cuerpoDisponibilidades > .turnoTarde > .no-dispo {
                padding: 11px;
                border: 1px solid red;
                background-color: #e9e9e9;
                font-weight: bold;
            }

.tramo {
    width: 65px;
    height: 18px;
    padding-top: 2px;
    border: 1px solid #dddddd;
    margin: 5px;
}

    .tramo:hover {
        background-color: #dddddd;
        cursor: pointer;
    }

    .tramo > .tramo-hora {
        color: #003466;
        font-weight: bold;
        background-position-x: 36px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        margin-left: 6px;
    }

        .tramo > .tramo-hora.tramo-hora-libre {
            background-image: url(/App_Themes/Default/imgs/cita_previa/cita_ok.png);
        }

        .tramo > .tramo-hora.tramo-hora-ocupada {
            background-image: url(/App_Themes/Default/imgs/cita_previa/cita_x.png);
        }

        .tramo > .tramo-hora.tramo-hora-seleccionada {
            background-image: url(/App_Themes/Default/imgs/cita_previa/citaSeleccionada.png) !important;
        }

.fixed-md-input {
    width: 158px !important;
    height: 36px !important;
    margin: 0px !important;
    padding: 0px 0px 0px 13px !important;
}

.cuerpoCitaPrevia.ni-margen-ni-padding > .form-group > .form-control,
.cuerpoCitaPrevia.ni-margen-ni-padding > .clearfix > .pull-left > .form-group > .form-control,
.cuerpoCitaPrevia.ni-margen-ni-padding > .clearfix > .pull-right > .form-group > .form-control {
    margin: 0px;
    padding: 0px 0px 0px 13px;
}

.rendaAgil {
    border: solid 1px red;
    background-color: #dedede;
    padding: 15px;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
}

.datosCita {
    font-size: 17px;
    font-weight: bold;
}

.panelGracias {
    background-image: url(/App_Themes/Azul/img/logo.jpg);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    border: solid 1px #009ba2;
    padding: 30px;
    padding-left: 176px;
    color: Gray;
    font-weight: bold;
    text-align: center;
}

    .panelGracias > h3 {
        margin-right: 15px;
        margin-top: 10px;
        font-size: 16px;
        color: Gray !important;
    }

    .panelGracias > span {
        margin-right: 15px;
        margin-bottom: 10px;
    }

/* Bootstrap styles */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.selectedDate {
    height: 35px;
    width: 100%;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.h5, h5 {
    font-size: 1.25rem;
}

.btn-boostrap-link {
    font-weight: 400;
    color: #007bff !important;
    background-color: transparent;
}

    .btn-boostrap-link:focus {
        outline: 0;
    }

.btn-boostrap {
    display: inline-block !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    background: none !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

/* Calendario */
.oculto {
    display: none;
}

.visible {
    display: block;
}

.lbLeyenda {
    color: Gray;
    font-weight: bold;
}

.ajax__calendar_today {
    display: none
}

.ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ajax__calendar_title, .ajax__calendar_next, .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.calendar_title {
    color: #004080;
    padding-top: 3px;
    cursor: auto;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.ajax__calendar_day {
    text-align: center;
    font-weight: bold;
    background-color: #3C9C00
}

.ajax__calendar .ajax__calendar_deactive .ajax__calendar_day {
    background-color: #FFFFFF;
    border-color: #ffffff;
    color: #c7c7c7;
    text-decoration: line-through;
    cursor: auto;
}

.ajax__calendar .ajax__calendar_deactive .ajax__calendar_month {
    background-color: #FFFFFF;
    border-color: #ffffff;
    color: #FFFFFF;
    text-decoration: line-through;
}

.ajax__calendar .ajax__calendar_deactive .ajax__calendar_year {
    background-color: #FFFFFF;
    border-color: #ffffff;
    color: #FFFFFF;
    text-decoration: line-through;
}

.ajax__calendar .ajax__calendar_noavailable .ajax__calendar_day {
    background-color: #F08818;
    border-color: #ffffff;
    color: #c7c7c7;
}

.ajax__calendar .ajax__calendar_noavailable .ajax__calendar_month {
    background-color: #F08818;
    border-color: #ffffff;
    color: #FFFFFF;
}

.ajax__calendar .ajax__calendar_noavailable .ajax__calendar_year {
    background-color: #F08818;
    border-color: #ffffff;
    color: #FFFFFF;
}

.ajax__calendar .ajax__calendar_holiday .ajax__calendar_day {
    background-color: #FF0000;
    border-color: #ffffff;
    color: #c7c7c7;
    text-decoration: line-through;
}

.ajax__calendar .ajax__calendar_holiday .ajax__calendar_month {
    background-color: #FF0000;
    border-color: #ffffff;
    color: #FFFFFF;
    text-decoration: line-through;
}

.ajax__calendar .ajax__calendar_holiday .ajax__calendar_year {
    background-color: #FF0000;
    border-color: #ffffff;
    color: #FFFFFF;
    text-decoration: line-through;
}

.ajax__calendar_hover .ajax__calendar_day, .ajax__calendar_hover .ajax__calendar_month, .ajax__calendar_hover .ajax__calendar_year, .ajax__calendar_active {
    font-weight: bold;
}

.ajax__calendar_today {
    font-weight: bold;
}

.ajax__calendar_other, .ajax__calendar_hover .ajax__calendar_today, .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}