﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #f6f6f6;
}

ul.nueva-cita-tramites.browser-default {
    display: inline-block;
    list-style: none;
    margin: 0 -4px;
    padding: 0;
}

ul.nueva-cita-tramites.browser-default > li {
    display: inline-block;
    margin: 0 4px 16px;
}

ul.nueva-cita-tramites.browser-default > li > a.nueva-cita-tramite.waves-effect {
    background: #e8f0fe;
    border-radius: 30px;
    color: #174ea6;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    text-transform: none;
}

ul.nueva-cita-tramites.browser-default > li > a.nueva-cita-tramite.waves-effect:hover {
    background: #1a73e8;
    color: #fff;
}

.migas {
    float: left;
    display: flex;
    margin-left: 10px;
}

#lblUsername {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.navbar-fixed {
    height: 80px;
}

nav {
    background: #fff;
    height: 80px;
    line-height: 80px;
}

    nav .sidenav-trigger,
    nav .sidenav-trigger i,
    nav .login-icon,
    nav .login-icon i,
    nav .notis i {
        height: 80px;
        line-height: 80px;
        font-size: 32px;
        margin: 0;
    }

    nav .notis {
        height: 40px;
        line-height: 80px;
        font-size: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 10px 0 10px;
    }

    nav .notis > span.badge {
        margin-left: 5px;
        min-width: 0;
    }

    nav .sidenav-trigger.right,
    nav .sidenav-trigger.right i {
        display: flex !important;
        height: 80px !important;
        line-height: 80px !important;
    }

    nav .perfil-img {
        margin: 0;
        margin-top: 20px;
    }

    nav a {
        color: #000;
    }

#desktop-nav {
   /* padding-left: <%=ConfigurationManager.AppSettings["logo_app_width"]%>px;  */
}

    #desktop-nav a {
        display: flex;
        align-items: center;
    }

    #desktop-nav i {
        margin-right: 5px;
    }

.fixed-action-btn.fixed-action-btn-left {
    left: 23px;
    right: unset;
}

.fixed-action-btn .btn-floating {
    background: #015aa9;
}

.btn.btn-light {
    color: #013487;
    background-color: transparent;
    /*border-color: #ccc;*/
    box-shadow:none;
}

blockquote {
    border-color: #013487;
    background: #f5f5f5;
    padding: 10px 7px 7px 21px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.usernav-outer {
    padding-left: 32px;
    margin-bottom: 14px;
}

.usernav-inner {
    height: 80px;
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

    .usernav-inner i {
        font-size: 32px;
        margin-right: 6px;
    }

.sidenav {
    background: #013487;
}

    .sidenav > li > a,
    .sidenav > li > a > i {
        height: 60px !important;
        line-height: 60px !important;
    }

nav a.sidenav-trigger span {
    display: none;
}

nav .brand-logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
}

.btn.btn-large {
    background-color: #013487;
    border-radius: 27px;
    margin-bottom: 30px;
    width: 300px;
}

.table_head {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

    .table_head > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .table_head > div > div {
            width: 100%;
            margin-right: 0;
        }

.table_body {
    position: relative;
    overflow: auto;
    max-height: 550px;
    width: 100%;
}

.material-table {
    width: 100%;
}

    .material-table td,
    .material-table th {
        padding: 1px 5px;
    }

    .material-table tr > td:last-child {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .material-table .badge {
        font-weight: 300;
        font-size: 0.8rem;
        color: #fff;
        background-color: #013487;
        border-radius: 2px;
    }

.table_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
}

.material-button {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border-radius: 2px;
}

    .material-button:hover,
    .material-button:active {
        color: rgba(0,0,0,0.87) !important;
        background: rgba(0,0,0,0.05);
        border: 0;
        box-shadow: none;
    }

    .material-button.mbi {
        border-radius: 50%;
        padding: 0;
        width: 40px;
        height: 40px;
    }

.modal-c h5 {
    margin: 0 0 24px 0;
}

.modal-c .row {
    margin-bottom: 0;
}

.modal-c .helper-text {
    color: #F44336;
}

.cita_pendiente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .cita_pendiente > div {
        display: flex;
    }

        .cita_pendiente > div > i {
            margin-right: 5px;
        }

.botones_salir {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .botones_salir > a {
        border-radius: 27px;
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 28px;
        margin-bottom: 30px;
    }

.div-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    width: 200px;
}

    .div-logo > a > img {
        height: 64px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .div-logo h1 {
        font-size: 14px;
        margin: 0;
        font-weight: bold;
        text-align: center;
        color: #000;
    }

.avisos-col {
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 10px;
    flex-direction: column;
}

    .avisos-col > a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .avisos-col > a > i {
            height: 24px !important;
            width: 24px !important;
            line-height: 24px !important;
        }

        .avisos-col > a > span {
            display: none;
        }

@media only screen and (min-width: 601px) {
    nav .notis {
        margin: 36px 10px 0 10px;
    }
    .avisos-col > a {
        padding: 15px 0 0 5px;
    }

        .avisos-col > a > i {
            margin-bottom: 5px !important;
        }

        .avisos-col > a > span {
            display: block;
            margin-left: 0;
            border-radius: 11px;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 160px;
        }

    .div-login,
    .div-user {
        margin-bottom: 0;
        margin-right: 20px;
    }

    nav,
    nav .nav-wrapper i,
    nav a.sidenav-trigger,
    nav a.sidenav-trigger i {
        height: 89px;
        line-height: 80px;
        font-size: 32px;
        margin: 0;
    }

        nav a.sidenav-trigger span {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            flex-direction: column;
            line-height: 24px;
        }

        nav .perfil-img {
            margin-top: 30px;
        }

    .table_head {
        align-items: center;
        flex-direction: row;
    }

        .table_head > div {
            align-items: center;
            width: auto;
            flex-direction: row;
        }
}

.perfil-img {
    border-radius: 100px;
    border: 2px solid #013487;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

@media only screen and (min-width: 1025px) {
    body.has-fixed-sidenav {
        padding-left: 240px;
    }

    .has-fixed-sidenav .navbar-fixed nav.navbar {
        width: calc(100% - 240px);
        left: 240px;
    }

    .table_head > div > div {
        width: 200px;
        margin-right: 20px;
    }

    .div-logo {
        flex-direction: column;
        align-items: center;
        padding-top: 5px;
    }

        .div-logo > a > img {
            margin-top: 0;
        }

        .div-logo h1 {
            text-align: center;
            padding-bottom: 5px;
        }
}
.switch.switch-blue label {
    cursor: pointer;
    font-size: 14px;
    color: #777;
}

    .switch.switch-blue label .lever {
        margin-left: 0;
    }

    .switch.switch-blue label input[type=checkbox]:checked + .lever {
        background-color: rgba(0, 90, 169, 0.15);
    }

    .switch.switch-blue label .lever:before {
        background-color: rgba(0, 90, 169, 0.15);
    }

    .switch.switch-blue label input[type=checkbox]:checked + .lever:after {
        background-color: #013487;
    }

@media only screen and (min-width: 1280px) {
    .table_head > div > div {
        width: 220px;
    }
}

@media only screen and (min-width: 1920px) {
    .table_head > div > div {
        width: 320px;
    }
}

/* CAJAS */
.btn-small {
    height: 35.4px;
}

.input_buscar {
    display: flex;
    align-items: center;
}

    .input_buscar .input-field {
        margin: 0;
        margin-right: 5px;
    }

    .input_buscar a.btn-small {
        display: flex;
        align-items: center;
    }

.botones_buscar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    gap: 10px
}

    .botones_buscar .btn-small {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .botones_buscar .btn-small i,
        .botones_buscar .btn-small img {
            margin-right: 5px;
        }

.enlaces-externos .card-content {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.head_bar .card {
    max-width: 200px;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px
}

    .head_bar .card span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.historial_links {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 40px;
}

.historial_links a {
    display: flex;
    min-height: 40px;
    align-items: center;
}

.historial_links a i {
    font-size: 18px;
    margin-right: 5px;
}

.head_bar {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 601px) {
    .cajas-acciones .card.black-text {
        min-height: 280px;
    }

    .head_bar {
        flex-direction: row;
    }

        .head_bar .card {
            max-width: 600px;
            margin-bottom: 0;
        }
}


.thumbnail-img {
    border-radius: 100px;
    border: 2px solid #013487;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}