﻿.sidebar .sidebar-header {
    background: #0093dd;
}

.btn-primary {
    background-color: #0093dd;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #026aa7;
        color: #fff;
    }

.btn-orange {
    background-color: #f15c22;
    color: #fff;
}

.btn-azul,
.btn-azul:focus{
    background: #0093dd;
    color: #FFF;
}

    .btn-azul:hover {
        background: #1d2b84;
        color: #FFF;
    }

.btn-verde,
.btn-verde:focus {
    background: #1f9067;
    color: #fff;
}

    .btn-azul:hover {
        background: #2cc79c;
        color: #FFF;
    }
.btn-negro {
    background-color: #000;
    color: #fff;
}

.btn-round {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding:8px 0 0;
    margin:10px 10px 0 0;
    display: inline-block;
    background: #079ad0;
    color: #FFF !important;
    text-align: center;
}

    .btn-round:hover {
        background: #1d2b84;
        color: #FFF !important;
    }

.cuadrado {
    border-radius: 0;
}

.p-10 {
    padding: 10px;
}

.p-25 {
    padding: 25px 0;
}

.m-b-25 {
    margin-bottom: 25px;
}

.fw-400 {
    font-weight: 400;
}

.pt-10 {
    padding-top: 10px;
}

.bg-blanco {
    background-color: #FFF;
}

.bg-azul-oscuro {
    /*background-color: #1d2b84;*/
    background-color: #0093dd1f;
}
.bg-secondary {
    /*background-color: #1d2b84;*/
    background-color: #EEEEEE;
    padding: 1px;
}

.box-shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.text-blanco {
    color: #FFF;
}

.text-azul {
    color: #0093dd;
}
.text-azul-tramite {
    color: #004d99;
}


.text-verde {
    color: #39b54a;
}

.text-gris {
    color: #ccc;
}

.text-negro {
    color: #000;
}
.amarillo {
    background-color: #FFC108;
}
.border-amarillo {
    border-style: solid;
    border-color: #fcba04;
}

.blanco {
    background-color: #;
}

.border-blanco{
    border-style: solid;
    border-color: #6a7079;
}

.verde {
    background-color: #417B5A;
}

.border-verde {
    border-style: solid;
    border-color: #417B5A;
}

.lila {
    background-color: #732582;
}

.border-lila {
    border-style: solid;
    border-color: #732582;
}


.naranja {
    background-color: #f05c22;
}
.border-naranja {
    border-style: solid;
    border-color: #f05c22;
}

.celeste-light {
    background-color: #49c4ff;
}

.border-celeste-light {
    border-style: solid;
    border-color: #49c4ff;
}


.celeste {
    background-color: #0093dd;
}

.secondary {
    background-color: #6c757d;
    color: #fff;
}

.light {
    background-color: #979696;
}


.separador-dotted {
    display: block;
    border-top: 1px dotted #ccc;
    margin: 10px 0;
}

.sidebar.menu .sidebar-header .header-brand .brand-slogan {
    padding: 0;
}

.slogan-title {
    font-size: 26px !important;
    padding: 20px 0;
    font-weight: bold !important;
}

.membership .membership-brand .brand-wrapper .brand-container .brand-logo {
    display: block;
    width: 150px;
    height: auto;
}

.membership .membership-brand .brand-wrapper .brand-container .brand-subtitle {
    margin-top: 15px;
    font-weight: 700;
    color: #FFF;
}

    .membership .membership-brand .brand-wrapper .brand-container .brand-subtitle span {
        margin-top: 12px;
        font-weight: normal;
        color: #888;
    }

.error-wrapper .error-container {
    background-color: #0093dd;
}

.v-bottom {
    vertical-align: bottom;
}

.panel-turno {
    position: relative;
    display: block;
    min-height: 145px;
}

.panel-turno-actual {
    background: #0093dd;
    color: #fff;
}

.turno-actual-off {
    background: #6a7079;
}

.panel-turno .panel-title {
    text-transform: uppercase;
    font-size: 26px;
}

.panelNum {
    min-height: 145px;
}

.input-codigo-barra {
    display: block;
    margin: 0 auto;
    width: 75%;
}

.ProximoTurnoBtns {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .ProximoTurnoBtns .btn-group {
        display: block !important;
        margin: 0 auto;
    }

.text-bold {
    font-weight: bold;
}


.modal .modal-header {
    background: #0093dd;
}

    .modal .modal-header h4 {
        color: #FFF;
    }




/* VISUALIZADOR TURNOS EN PANTALLA */
.screen {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

    .screen .video,
    .screen .turnos {
        display: inline-block;
        width: 70%;
        height: 85%;
        margin: 0 auto;
        background: #1a1a1a;
    }

    .screen .turnos {
        float: right;
        width: 30%;
        background: #FFF;
    }

        .screen .turnos .cabecera_2 {
            display: block;
            /*height: 10%;*/
        }

            .screen .turnos .cabecera_2 .titulo_1,
            .screen .turnos .cabecera_2 .titulo_2 {
                display: inline-block;
                width: 60%;
                padding: 50px 20px;
                background: #0093dd;
                text-align: center;
                color: #fff;
                font-weight: bold;
                font-size: 60px;
                margin: 0;
            }

            .screen .turnos .cabecera_2 .titulo_2 {
                float: right;
                width: 40% !important;
            }

        .screen .turnos .table {
            display: block;
            width: 100%;
        }

        .screen .turnos .show-turno {
            display: block;
            width: 100%;
            background: #f2f2f2;
            border-bottom: 5px solid #FFF;
        }

        .screen .turnos .show-turno-activo {
            background: #33c4c3;
            color: #fff;
        }

        .screen .turnos .show-turno .td-40,
        .screen .turnos .show-turno .td-60 {
            display: inline-block;
            width: 59%;
            height: 100%;
            text-align: center;
            color: #000;
            font-weight: bold;
            font-size: 70px;
            padding: 5px 0;
            margin: 0 auto;
        }

        .screen .turnos .show-turno .td-40 {
            width: 40%;
        }


    .screen .pie {
        display: block;
        width: 100%;
        height: 15%;
        /*vertical-align: bottom;*/
    }

        .screen .pie .hora {
            position: relative;
            /*display: inline-block;*/
            /*vertical-align: middle;*/
            width: 20%;
            height: 100%;
            text-align: center;
            float: left;
            padding: 50px 0;
        }

            .screen .pie .hora p {
                font-size: 4.5em;
            }

            .screen .pie .hora .estadoSignalR {
                position: absolute;
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                background: #6a7079;
                border-radius: 50%;
                bottom: 5px;
                left: 5px;
            }

            .screen .pie .hora .estadoSignalR-conect {
                background: #4CAF50 !important;
            }

        .screen .pie .marquesina {
            display: inline-block;
            width: 50%;
            height: 100%;
            background: #0093dd;
            text-align: center;
        }

            .screen .pie .marquesina iframe {
                width: 100%;
            }

        .screen .pie .logo {
            /*display: inline-block;*/
            float: right;
            width: 30%;
            height: 100%;
            padding: 25px;
            background: url(../Content/Imagenes/DGTSDE_Logo_Horizontal_Color_Full.svg) no-repeat center;
            background-size: contain;
            background-origin: content-box;
        }


    .screen .notificacionTurno {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        background: #33c4c3;
    }

        .screen .notificacionTurno .qtyLlamados {
            display: block;
            width: 100%;
            height: 10%;
            background: red;
            padding: 10px 0;
            color: #FFF;
            font-size: 5em;
        }

        .screen .notificacionTurno .datosPersona {
            color: #fff;
            font-size: 8em;
            font-weight: bold;
        }

        .screen .notificacionTurno .nomenclador {
            color: #1a1a1a;
            font-size: 18em;
            font-weight: bold;
        }

        .screen .notificacionTurno .box {
            display: inline-block;
            margin: 0 auto;
            color: #fff;
            font-size: 18em;
            background: #1a1a1a;
            padding: 25px 50px;
            font-weight: bold;
        }

.flashit {
    color: red;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


.carousel-item {
    /*height: 100vh;
    min-height: 100px;
    max-height:160px;
    max-width:1200px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
}


.sidebar.menu .sidebar-footer .footer-avatar {
    width: 120px;
    left: 0 !important;
    padding: 5px 10px 0;
}

    .sidebar.menu .sidebar-footer .footer-avatar img {
        height: 40px;
        width: 140px;
        border-radius: 0;
    }

.sidebar.menu .sidebar-footer .footer-user {
    margin-left: 130px;
    margin-right: 0;
    padding-top: 20px;
}

.sidebar.menu .sidebar-header .header-notification .notification .text {
    font-size: 14px !important;
    line-height: 1em !important;
}

.layout-institucional,
.layout-institucional p,
.layout-institucional a,
.layout-institucional h1 {
    font-family: 'Encode Sans', sans-serif;
}

.navbar-default-institucional {
    border: none;
    border-bottom: 10px #0093dd solid;
    border-radius: 0;
    margin: 0;
    min-height: 92px;
    text-align: center;
}

    .navbar-default-institucional .navbar-header {
        float: none;
    }

.navbar-brand-institucional {
    display: inline-block;
    background: url('../Content/Imagenes/DGTSDE_Logo_Horizontal_Color_Full.svg') no-repeat center;
    text-indent: -9999px;
    padding: 0;
    width: 400px;
    min-height: 92px;
    float: none;
}

@media (max-width: 768px) {
    .navbar-brand-institucional {
        width: 75%;
        height: auto;
        float:left;
    }
}

@media (min-width: 768px) {
    .navbar-default-institucional .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 5px;
        text-align: center;
    }
}


.navbar-default-institucional .navbar-nav > li > a.btn-round:hover {
    background: #1d2b84;
    color: #FFF !important;
}

@media (max-width: 767px) {
    .layout-institucional h1 {
        font-size:24px;
    }

    .layout-institucional h3{
        font-size:18px;
        margin:15px 10px;
    }
}

    .form-control-verificar {
        background-color: #0093dd;
        color: #FFF !important;
        font-style: italic;
        text-transform: capitalize;
        text-align: center;
        border: none;
    }

        .form-control-verificar::placeholder {
            color: #FFF !important;
        }

.bg-estado {
    /*background: url('../Content/Imagenes/transporte-publico.jpg') no-repeat center;*/
    background-attachment: fixed;
    background-size: cover;
    background-color: #f4f6f9;
}

    .footer {
        padding: 25px 0;
        font-size: 12px;
    }

        .footer a {
            font-size: 12px;
            color: #000;
        }

    .sirwiq {
        float: right;
        display: block;
        background: url('../Content/Imagenes/SIRWIQ_Logo_Negro_Horizontal.svg') no-repeat center;
        text-indent: -9999px;
        margin-top: 20px;
    }


    .md-card {
        background-color: rgb(255,255,255);
        border-radius: 2px;
    }

        .md-card .titulo-servicio {
            min-height: 52px;
        }

        .md-card.activo {
            border-top: 5px solid #0093dd;
        }

            .md-card.activo .titulo-servicio {
                color: #0093dd;
            }

        .md-card.inactivo {
            border-top: 5px solid #ccc;
        }

            .md-card.inactivo .titulo-servicio {
                color: #ccc;
            }

@media (max-width: 767px) {
    .footer{
        text-align:center;
    }

    .sirwiq{
        float:none;
    }
}


.legend-panel-heading {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.overflow-hidden {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.sirwiq-login {
    display:block;
    width:120px;
    height:50px;
    background: url('../Content/Imagenes/SIRWIQ_Logo_Horizontal_Blanco.svg') no-repeat center;
    text-indent:-9999px;
}