body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 12px;
}

main {
    flex: 1 0 auto;
}

nav {
    color: #fff;
    background-color: #0063A3;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.card {
    padding: 15px;
}

.icon-block {
    padding: 0 15px;
}

    .icon-block .material-icons {
        font-size: inherit;
    }

#content-centro #sp-cambiar-centro {
    position: relative;
    color: #25a2cc !important;
        margin: -20px 0 0 0;
}

#content-centro a:hover {
    color: white !important;
}

#content-centro #sp-cambiar-centro:hover {
    color: #b3dd3d !important;
}
/*Tabs*/
.form-control {
    padding: 0;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgba(12, 12, 12, 0.12);
    background: transparent;
    color: #0c0c0c;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabscentros .indicator {
    position: absolute;
    bottom: 0;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.25);
    will-change: left, right;
}

.tabscentros .tab a {
    font-size: 1rem;
    text-decoration: none;
    color: #FFFFFF;
}

.tabscentros a.active {
    background-color: rgba(0, 0, 0, 0.52);
}

#s2id_slEspecialidades {
    width: 100%;
}

#s2id_slCoberturas {
    width: 100%;
}

#tab3 .select2-container {
    width: 100%;
}

.tabscentros i {
    color: #b3dd3d !important;
    position: relative;
    left: 7px;
    bottom: 3px;
}

/*tabla de horarios*/
.link-horario {
    text-align: center !important;
}

#table i {
    color: rgb(87, 136, 132) !important;
}

/*Spinner*/
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/*Menu*/
/********************
  Index Page Styles
********************/
ul.side-nav.fixed li.logo {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 80px;
}

    ul.side-nav.fixed li.logo:hover {
        background-color: transparent;
    }

ul.side-nav.fixed {
    overflow: hidden;
}

    ul.side-nav.fixed li {
        padding: .2em .8em;
        line-height: 44px;
    }

        ul.side-nav.fixed li:hover, ul.side-nav.fixed li.active {
            background-color: rgba(0, 0, 0, 0.05);
        }

        ul.side-nav.fixed li a {
            font-size: 13px;
            line-height: 44px;
            height: 44px;
        }

    ul.side-nav.fixed ul.collapsible-accordion {
        background-color: #FFF;
    }

    ul.side-nav.fixed:hover {
        overflow-y: auto;
    }

.bold > a {
    font-weight: bold;
}

#logo-container {
    height: 57px;
    margin-bottom: 32px;
}

nav.top-nav {
    height: 122px;
    box-shadow: none;
}

    nav.top-nav a.page-title {
        line-height: 122px;
        font-size: 48px;
    }

a.button-collapse.top-nav {
    position: absolute;
    text-align: center;
    height: 48px;
    width: 48px;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 2;
}

    a.button-collapse.top-nav.full {
        line-height: 122px;
    }

.ttitulo1 {
    font-weight: 300;
    font-size: 2rem;
    color: #333;
}

.ttitulo {
    font-weight: 100;
    font-size: 1.5rem;
    margin-top: 50px;
    color: #999;
}

.tabscentros {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}

    .tabscentros .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        float: left;
        text-align: center;
        line-height: 48px;
        height: 48px;
        padding: 0 20px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: .8px;
        width: 15%;
    }

        .tabscentros .tab a {
            color: #FFF;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-transition: color .28s ease;
            -moz-transition: color .28s ease;
            -o-transition: color .28s ease;
            -ms-transition: color .28s ease;
            transition: color .28s ease;
        }

            .tabscentros .tab a:hover {
                color: #b3dd3d;
            }

        .tabscentros .tab.disabled a {
            color: #b3dd3d;
            cursor: default;
        }

    .tabscentros .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #b3dd3d;
        will-change: left, right;
    }

    .tabscentros .tab {
        padding: 0;
    }

tr td.link-horario {
    vertical-align: top;
}

    tr td.link-horario a {
        display: table;
        text-align: center;
    }

td.link-horario a.modal-trigger {
    color: #333333;
    width: 97%;
    display: block;
}

    td.link-horario a.modal-trigger:nth-child(4n+1) {
        background-color: #CCCCCC;
        padding: 2px 5px;
    }

    td.link-horario a.modal-trigger:hover {
        background-color: #333333;
        color: #ffffff;
        text-decoration: none;
    }


@media (max-width: 992px) {
    .form-wizard.form-wizard-horizontal .nav .title {
        display: block;
    }

    .form-wizard.form-wizard-horizontal .nav li .step {
        font-size: 2rem;
        line-height: 2rem;
    }

        .form-wizard.form-wizard-horizontal .nav li .step span {
            top: -1px;
        }

    .form-wizard.form-wizard-horizontal .nav .title.truncate {
        display: block;
        background: #0063A3;
    }


    .tabscentros {
        display: -webkit-table;
        display: -moz-table;
        display: -ms-table;
        display: table;
        width: 100%;
        color: #ffffff;
    }

    td.link-horario a.modal-trigger {
        display: inline;
        text-align: left;
    }
}

@media (min-width: 993px) {
    td.link-horario a.modal-trigger {
        display: block;
        text-align: center;
    }
}

.colorVerdeCdls {
    color: #b3dd3d;
}

    .colorVerdeCdls:hover, .colorVerdeCdls:focus {
        color: #d3f273;
    }

.margenProxTurnos {
    margin-top: 15px;
    font-size: 1rem;
    text-align: left;
    color: #666;
    font-family: 'gotham_300', sans-serif;
}

.btn, .btn-large {
    background-color: #0063A3;
    color: #ffffff;
}

    .btn:hover, .btn-large:hover {
        background-color: #005389;
        color: #FFF;
        color: #ffffff;
    }

    .btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    text-decoration: none;
}

button:focus {
    outline: none;
    background-color: #005389;
    color: #ffffff;
}

table {
    border-collapse: separate;
    border-spacing: 5px;
}

.infoTurno {
    text-align: center;
    font-size: 1rem;
    color: darkcyan;
}

    .infoTurno input {
        background: #f1f1f1;
    }

    .infoTurno.titulo {
        font-size: 0.8rem;
        color: #999;
    }

    .infoTurno.subtitulo {
        font-size: 0.7rem;
        color: #999;
    }

    .infoTurno.info {
        font-size: 1rem;
        color: #333;
    }

    .infoTurno.hora {
        font-size: 0.9rem;
        color: #000;
        margin-top: -5px;
    }

.row.datos-contacto {
    font-size: 0.7rem;
}

.datos-contacto input {
    border: none;
    width: 35%;
}

.horarioTurno {
    font-weight: 100;
    font-size: 6rem;
    line-height: 6rem;
    color: #0063A7;
}
.fechaTurno {
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #0063A7;
}

@media (max-width:600px) {
    .sweet-alert button {
        padding: 0 5px;
    }

    .sweet-alert .sa-icon {
        margin: 0 auto;
    }

    i.large {
        font-size: 2rem;
    }

    i.medium {
        font-size: 2rem;
    }

    .horarioTurno {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .fechaTurno {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .collapsible-header i {
        width: 20px;
        font-size: 24px;
    }
}

.datos-contacto i {
    position: relative;
    background: #b3dd3d;
    color: white;
    font-size: 17px;
}

6 .infoTurno.change {
    font-size: 12px;
    color: #862929;
    cursor: pointer;
}

.datos-contacto input[type=number] {
    height: 20px;
    background: #f1f1f1;
    position: relative;
}

.datos-contacto .sugerencia {
    position: relative;
    top: -5px;
    color: #D8D8D8;
    font-size: 1rem;
}

.datos-contacto .validationMessage {
    display: none;
}

.datos-contacto .action {
    cursor: pointer;
}

.datos-contacto .select2-container {
    width: 90%;
    margin-top: 10px;
}

nav ul a:hover {
    color: #FFF;
}

.side-nav li:hover, .side-nav li.active {
    background-color: #23386B;
    color: #ffffff;
}

#lista-centros-disponibles .white-text {
    font-size: x-large;
}

#lista-centros-disponibles .teal {
    background-color: #565555 !important;
    cursor: pointer;
}

    #lista-centros-disponibles .teal:hover {
        background-color: #8cb615 !important;
    }

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 0.9rem;
    color: #0063A3;
    display: block;
    padding: 1rem 1rem;
}

#dropdownMenu a:hover {
    color: #0063A3;
    text-decoration: none;
}




nav ul li.select {
    border-bottom: solid 5px #B3DD3D;
    background-color: rgba(0,0,0,0.2);
}

nav ul li.solicitar {
    background-color: #2196F3;
}

.sinPuntaje {
    display: none;
}

.debil {
    background-color: #ab6b6b;
    color: #fff;
    padding: 5px;
    font-size: 0.9rem;
}

.medio {
    background-color: #a29e57;
    color: #fff;
    padding: 5px;
    font-size: 0.9rem;
}

.fuerte {
    background-color: #6bab87;
    color: #fff;
    padding: 5px;
    font-size: 0.9rem;
}

.fortaleza {
    position: relative;
    top: -12px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}

.alert-fecha-primer-turno {
    margin-top: 60px;
    padding: 0 10px;
    text-align: center;
    height: 60px;
    background: #d1e4c0;
    color: #333;
}

    .alert-fecha-primer-turno span {
        position: relative;
        top: 15px;
        font-size: 1.0rem;
    }

.alert-sin-Turno {
    height: 120px;
    text-align: center;
    color: #0063A3;
}

    .alert-sin-Turno .text {
        position: relative;
        top: 32px;
        font-size: 1rem;
    }

    .alert-sin-Turno .btn-raised {
        color: #9CC24B !important;
    }

.listaPersonasEncontradas {
    margin-top: 30px;
}

@media only screen and (max-width : 600px) {
    .ttitulo {
        font-size: 1.5rem;
        margin-top: 15px;
    }

    .profesional-text {
        font-size: 0.7rem;
    }
}

/*Mask validar financiador*/

#mask-validarFinanciador {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    will-change: opacity;
    z-index: 1002;
    opacity: 0.5;
}

    #mask-validarFinanciador .spinner {
        position: absolute;
        top: 40%;
    }

.boxPassword {
    font-size: 0.9rem;
    margin-top: 25px;
    box-sizing: border-box;
    box-shadow: 1px 3px 20px rgba(80,89,123,0.30);
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
}

#mnuNombreUsuario {
    background-color: #dbdbdb;
    color: #333;
    font-size: 1rem;
    cursor: default;
    width: 100%;
    max-width: 250px;
}
