﻿.content-wrapper {
    min-height: 400px;
}

.bg {
    background-image: url("../Images/FondoBase.png");
    color: white;
    margin-bottom: 10px;
    width: 100%;
    padding: .5em;
}

    .bg * {
        margin-top: 15px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
    }



.azul_d {
    background: -webkit-gradient(linear, 49% 4%, 0% 100%, from(#10182b), to(#5575c0));
    background: -moz-linear-gradient(left, #5575c0, #10182b, #10182b); /* F 3.6+ */
    background: -ms-linear-gradient(left, #5575c0, #10182b, #10182b); /* IE 10+ */
    background: -o-linear-gradient(left, #5575c0, #10182b, #10182b); /* Safari 5.1+, Chrome 10+ */
    background: linear-gradient(left, #5575c0, #10182b, #10182b); /* ESTILO ESTANDAR */
}

#Content-main {
    margin: 0 auto;
    min-height: 500px;
    width: auto;
}

    #Content-main .logo {
        /*background: url(../Images/boceto5.png);*/
        /*background: url("../Images/FondoBase.png"), url(../Images/logo158x77.png) no-repeat;*/
        background: url("../Images/FondoBase.png"), url(../Images/sertsoacha158.png) no-repeat;
        background-position: 10px;
        /*background-position: -70px -35px;*/
        position: relative;
        height: 80px;
        width: 100%;
    }

        #Content-main .logo > * {
            position: absolute;
            margin: 0;
            padding: 0;
        }

        #Content-main .logo H3 {
            margin-top: 20px;
            margin-left: 40%;
        }

        #Content-main .logo span {
            bottom: 5px;
            right: 5px;
            display: inline-block;
        }

            #Content-main .logo span a, #Content-main .logo span a:hover {
                color: #E19818;
                text-decoration: none;
                background: none;
            }

.navbar {
    margin-bottom: 0;
}

.envioFormulario {
    animation-name: envioFormulario;
    -webkit-animation-name: envioFormulario;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    visibility: visible !important;
}

.envioFormularioErrado {
    animation-name: envioFormulario_errado;
    -webkit-animation-name: envioFormulario_errado;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    visibility: visible !important;
}

@keyframes envioFormulario {
    0% {
        transform: translateY(0%) scaleX(1);
    }

    30% {
        transform: translateY(0%) scaleX(1.02);
    }

    40% {
        transform: translateY(0%) scaleX(0.95);
    }

    50% {
        transform: translateY(0%) scaleX(1.05);
    }

    55% {
        transform: translateY(0%) scaleX(0.9);
    }

    60% {
        transform: translateY(0%) scaleX(1.1);
    }

    65% {
        transform: translateY(2%) scaleX(0.7);
    }

    70% {
        transform: translateY(-8%) scaleX(0.7);
    }

    75% {
        transform: translateY(50%) scaleX(0.7);
    }

    80% {
        transform: translateY(-50%) scaleX(0.7);
    }

    85% {
        transform: translateY(-100%) scaleX(0.7);
    }

    90% {
        transform: translateY(-150%) scaleX(0.7);
    }

    95% {
        transform: translateY(-300%) scaleX(0.7);
    }

    100% {
        transform: translateY(-1000%) scaleX(0.7);
    }
}

@-webkit-keyframes envioFormulario {
    0% {
        -webkit-transform: translateY(0%) scaleX(1);
    }

    30% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }

    40% {
        -webkit-transform: translateY(0%) scaleX(0.95);
    }

    50% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }

    55% {
        -webkit-transform: translateY(0%) scaleX(0.9);
    }

    60% {
        -webkit-transform: translateY(0%) scaleX(1.1);
    }

    65% {
        -webkit-transform: translateY(2%) scaleX(0.7);
    }

    70% {
        -webkit-transform: translateY(-8%) scaleX(0.7);
    }

    75% {
        -webkit-transform: translateY(50%) scaleX(0.7);
    }

    80% {
        -webkit-transform: translateY(-50%) scaleX(0.7);
    }

    85% {
        -webkit-transform: translateY(-100%) scaleX(0.7);
    }

    90% {
        -webkit-transform: translateY(-150%) scaleX(0.7);
    }

    95% {
        -webkit-transform: translateY(-300%) scaleX(0.7);
    }

    100% {
        -webkit-transform: translateY(-1000%) scaleX(0.7);
    }
}


@keyframes envioFormulario_errado {
    0% {
        transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    30% {
        transform: translateX(-5%) scaleX(0.5) scaleY(0.5);
    }

    40% {
        transform: translateX(5%) scaleX(0.5) scaleY(0.5);
    }

    50% {
        transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    55% {
        transform: translateX(-10%) scaleX(0.5) scaleY(0.5);
    }

    60% {
        transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    65% {
        transform: translateX(10%) scaleX(0.5) scaleY(0.5);
    }

    70% {
        transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    75% {
        transform: translateX(-15%) scaleX(0.5) scaleY(0.5);
    }

    80% {
        transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    85% {
        transform: translateX(15%) scaleX(0.5) scaleY(0.5);
    }

    90% {
        transform: translateX(-10%) scaleX(0.5) scaleY(0.5);
    }

    95% {
        transform: translateX(10%) scaleX(0.5) scaleY(0.5);
    }

    100% {
        transform: translateX(0%) scaleX(1.5) scaleY(0.5);
    }
}

@-webkit-keyframes envioFormulario_errado {
    0% {
        -webkit-transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    30% {
        -webkit-transform: translateX(-5%) scaleX(0.5) scaleY(0.5);
    }

    40% {
        -webkit-transform: translateX(5%) scaleX(0.5) scaleY(0.5);
    }

    50% {
        -webkit-transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    55% {
        -webkit-transform: translateX(-10%) scaleX(0.5) scaleY(0.5);
    }

    60% {
        -webkit-transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    65% {
        -webkit-transform: translateX(10%) scaleX(0.5) scaleY(0.5);
    }

    70% {
        -webkit-transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    75% {
        -webkit-transform: translateX(-15%) scaleX(0.5) scaleY(0.5);
    }

    80% {
        -webkit-transform: translateX(0%) scaleX(0.5) scaleY(0.5);
    }

    85% {
        -webkit-transform: translateX(15%) scaleX(0.5) scaleY(0.5);
    }

    90% {
        -webkit-transform: translateX(-10%) scaleX(0.5) scaleY(0.5);
    }

    95% {
        -webkit-transform: translateX(10%) scaleX(0.5) scaleY(0.5);
    }

    100% {
        -webkit-transform: translateX(0%) scaleX(1.5) scaleY(0.5);
    }
}


@media (min-width: 768px) {
    .bs-opciones {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.bs-opciones {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

    .bs-opciones:after {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #959595;
        text-transform: uppercase;
        letter-spacing: 1px;
        content: "OPCIONES";
    }

.bg-mtr {
    /*background-image: url(../Images/bg-matriz2.png);
    background-color: rgba(0,0,88,.5);
    padding: 15px;
    color: white;*/
    background-image: url("../Images/FondoBase.png");
    color: white;
    margin-bottom: 10px;
    width: 100%;
    padding: .5em;
    background-color: rgba(0,0,88,.5);
    margin-top: 0px;
}

.bg-lb {
    background-image: url(../Images/labyrinth2.png);
}

.bg-azul {
    background-color: rgba(0,0,88,.5);
}

.bg-center {
    padding: 15px;
    text-align: center;
    color: white;
    position: relative;
}

    .bg-center a {
        position: absolute;
        right: 10px;
        top: 10px;
    }
/*Table*/
tr.even td.sorting_1 {
    background-color: white !important;
}

tr.odd td.sorting_1 {
    background-color: #f9f9f9 !important;
}
/*Comparendo*/
.form-control {
    padding: 3px 6px;
}

#form-mComparendo {
    padding: 5px;
}

.bs-callout {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #fff;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout H6 {
        margin-top: 0;
        margin-bottom: 5px;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h6 {
        color: #d9534f;
    }

.bs-callout-info {
    border-color: #5bc0de;
}

    .bs-callout-info h6 {
        color: #5bc0de;
    }

.bs-callout-warning {
    border-color: #f0ad4e;
}

    .bs-callout-warning h6 {
        color: #f0ad4e;
    }

.bootstrap-timepicker-widget table td input {
    width: 35px;
}

.bootstrap-timepicker-widget table td a {
    background-color: silver;
    border-radius: 3px;
}

.line-dotten {
    border-bottom: 1px dotted gray;
}

.table-responsive {
    padding-bottom: 60px;
}

/**********Turnos************/
@font-face {
    font-family: 'anonymous_proregular';
    src: url('font/anonymous_pro-webfont.eot');
    src: url('font/anonymous_pro-webfont.eot?#iefix') format('embedded-opentype'), url('font/anonymous_pro-webfont.woff2') format('woff2'), url('font/anonymous_pro-webfont.woff') format('woff'), url('font/anonymous_pro-webfont.ttf') format('truetype'), url('font/anonymous_pro-webfont.svg#anonymous_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio-Bold';
    src: url('font/original_Antonio-Bold.eot?#iefix') format('embedded-opentype'), url('font/original_Antonio-Bold.woff') format('woff'), url('font/original_Antonio-Bold.ttf') format('truetype'), url('font/original_Antonio-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#turnos-min {
    font-family: 'Antonio-Bold';
    background-color: white;
    width: 200px;
    max-width: 90%;
    max-height: 30px;
    box-sizing: border-box;
    padding: 5px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 4px 2px rgba(0,0,0,.5);
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #turnos-min:hover {
        max-height: 350px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    #turnos-min header {
        text-align: center;
        text-transform: uppercase;
        background-color: #2e4172;
        color: white;
        padding: 5px 0;
    }

    #turnos-min .turnos-sep {
        height: 10px;
        margin: 0;
        background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(169,169,169,1) 33%, rgba(141,141,141,1) 44%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(33%,rgba(169,169,169,1)), color-stop(44%,rgba(141,141,141,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(169,169,169,1) 33%,rgba(141,141,141,1) 44%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(169,169,169,1) 33%,rgba(141,141,141,1) 44%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(169,169,169,1) 33%,rgba(141,141,141,1) 44%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(169,169,169,1) 33%,rgba(141,141,141,1) 44%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        z-index: 10;
    }

    #turnos-min .turnos-body {
        overflow-y: auto;
        max-height: 300px;
        margin-top: -5px;
    }

        #turnos-min .turnos-body .turno-num {
            letter-spacing: 2px;
            text-align: center;
            border-top: 3px solid #10182b;
            margin-top: 3px;
            font-size: 1.7rem;
            background-color: rgba(0,0,88,.5);
            color: white;
            cursor: pointer;
        }

            #turnos-min .turnos-body .turno-num:hover {
                background-color: rgb(0,0,88);
            }
/*
==============================================
pulse
==============================================
*/

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: 5;
    -webkit-animation-iteration-count: 5;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

/*****fotomulta*****/
.modal-body img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sub-data-modal {
    color: black;
}

#myModal {
    text-align: center;
}

.gmap3 {
    margin: 20px auto;
    border: 1px dashed #C0C0C0;
    color: blue;
    width: 100%;
    vertical-align: central;
    font-size: 38px;
    color: gray;
    cursor: pointer;
    align-content: center;
}

.imgMax {
    max-width: 100%;
}

.girar90 {
    /* -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
}

.girar270 {
    /*-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}

/******FOTO COMPARENDO******/
#content-foto-multa * {
    margin: 0;
}

#content-foto-multa img {
    max-width: 100%;
}

#header-foto-multa H4, #header-foto-multa H5, #header-foto-multa H6 {
    text-align: center;
    margin: 5px;
}

.mini-text {
    font-size: 8px;
    margin: 5px;
}

.foto-tb-70 {
    width: 65%;
}

.label-foto {
    background-color: #c2c2c2;
    font-weight: bold;
}

.label-foto-2 {
    font-size: .8em;
}

/*13-10-2015*/
.desenfoque {
    transform: scale(0.98);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.dataTables_scrollBody {
    min-height: 290px !important;
}

.well-lg {
    font-size: 2em !important;
}

/*12/01/2016*/
@media (min-width: 1800px) {
    body {
        font-size: 14px;
    }

    .container {
        /*width: 90%;*/
    }
}

.ui-datepicker {
    z-index: 2 !important;
}

#contextMenu {
    position: absolute;
    display: none;
    z-index: 20;
}

#agenda-panel, #agenda-list {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bbb;
    padding: 1em 0;
}

#agenda-list {
    padding: 1em;
}

#agenda-panel {
    width: 250px;
    background-color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    #agenda-panel, #agenda-list {
        width: 100% !important;
    }

        #agenda-panel * {
            vertical-align: top;
        }
}

@media (min-width: 992px) {
    #agenda-list {
        max-width: 680px;
    }

    #agenda-panel {
        width: 250px !important;
    }
}

@media (min-width: 1200px) {
    #agenda-list {
        max-width: 880px !important;
    }

    #agenda-panel {
        width: 250px;
    }
}

@media (min-width: 1320px) {
    #agenda-list {
        max-width: 960px !important;
    }

    #agenda-panel {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    #agenda-panel, #agenda-list {
        width: 100%;
    }

        #agenda-panel * {
            vertical-align: top;
        }
}

#agenda-panel .xdsoft_datetimepicker .xdsoft_label {
    z-index: 1 !important;
}
/*
@media (min-width: 1320px) {
    .container {
        width: 1280px;
    }
    .control-sidebar-open .container {
        width:auto;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    .control-sidebar-open .container {
        width:auto;
    }
}

@media (min-width: 1850px) {
    .container {
        width: 1840px;
    }
    .control-sidebar-open .container {
        width:auto;
    }
}

*/
/*04/05/2017 
    http://bootsnipp.com/snippets/featured/alerts-messages
    */
hr.message-inner-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

/*16-06-2017*/
.text-red {
    color: #dd4b39 !important;
}
/*27/09/2017*/
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(57, 179, 215) !important;
    border-color: rgb(38, 154, 188) !important;
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}
/*09/10/2017*/
.bg-navy, .bg-aqua, .bg-green, .bg-yellow, .bg-red {
    color: #fff !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #db8b0b !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box .progress,
        .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #fff;
            }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

.info-pointer {
    cursor: pointer;
}

.info-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

    .info-box .overlay > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

.border-green {
    border-color: #00a65a !important;
}

.border-yellow {
    border-color: #db8b0b !important;
}
/*20-11-2017*/
.comment-wll {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
/*22-02-2018*/
.bloqueado {
    position: relative;
}

    .bloqueado:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
        background-color: rgba(255,255,255,.7);
        z-index: 3;
    }

.TramiteBloqueado {
    position: relative;
}

    .TramiteBloqueado:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: 'SECCIÓN BLOQUEADA';
        font-size: 4em;
        text-align: center;
        font-weight: bold;
        color: white;
        background-color: rgba(121,144,144,.7);
        z-index: 2;
        line-height: 4em;
    }

.hiden-wll {
    visibility: hidden;
    display: none;
}

.doc-wll {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.button-wll:hover {
    color: blue;
}

/*02/05/2018*/
.pagination {
    margin: 0;
}

.navbar-nav > .dropdown > .dropdown-toggle .max-width-font {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    display:inline-block;
}
/*
    20-06-2018
    */
@-webkit-keyframes cambiarColorTurno {
  0% { color: red; text-shadow: 0 0 1px black;}
   50% { color: white; }
   100% { color: red; }
}

@keyframes cambiarColorTurno {
   0% { color: red; text-shadow: 0 0 1px black;}
   50% { color: white; }
   100% { color: red; }
}
.animaTurno {
   -webkit-animation: cambiarColorTurno 2s infinite;
    -moz-animation: cambiarColorTurno 2s infinite;
    -o-animation: cambiarColorTurno 2s infinite;
    -ms-animation: cambiarColorTurno 2s infinite;
    animation: cambiarColorTurno 2s infinite;
}

/*Turnos 21/06/2018*/
.l-t *{
            font-size: 30px !important;
            font-family: 'Antonio-Bold' !important;
            line-height: .8 !important;
        }
.l-t-i *{
            font-size: 40px !important;
            font-family: 'Antonio-Bold' !important;
            line-height: 1.2 !important;
        }
/* Dispositivos pequeños (teléfonos landscape , 576px y más)*/
@media (min-width: 576px) {
    .l-t * {
        font-size: 30px !important;
    }
    .l-t-i * {
        font-size: 40px !important;
    }
    .col-vd img {
        max-width:30%;
    }
}

/*Dispositivos medianos (tabletas, 768px y más)*/ 
@media (min-width: 768px) {
    .l-t * {
        font-size: 50px !important;
    }
    .l-t-i * {
        font-size: 60px !important;
    }
}

/*Dispositivos grandes (escritorios, 992px y más)*/
@media (min-width: 992px) {  
    .l-t * {
        font-size: 60px !important;
    }
    .l-t-i * {
        font-size: 70px !important;
    }
}

/*Dispositivos extragrandes (escritorios grandes, 1200px y más)*/ 
@media (min-width: 1200px) { 
    .l-t * {
        font-size: 70px !important;
        font-family: 'Antonio-Bold' !important;
        line-height: .8 !important;
    }
    .l-t-i * {
        font-size: 80px !important;
    }
}
.border {
    border: 1px solid #dee2e6!important;
}

div[data-rol="Direcciones"]{
    max-height: 100px;
    overflow: hidden auto;
    margin: 0 1em;
}