﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #eee;
    min-height: 100vh;
}

.tab-content {
    /*padding: 15px;*/
}

.validation-summary {
    color: #a51b00;
    background: #f9c9bf;
    border-left: 4px solid #e62600;
    padding: 10px;
    margin: 15px 0 20px;
}

.card-adjuntos img.responsive-img{
    width:auto;
    height:240px;
}

.mb {
    margin-bottom: 20px;
}

#main-nav {
    display: flex;
    flex-direction: column;
}

#main-nav > li:last-child {
    background-color: #006e6e;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}

#main-nav > li:last-child > a {
    padding: 0;
    margin: 0;
}

#main-nav > li:last-child > a > i {
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 48px;
}

.input-default {
    position: relative;
    width: 100%;
    max-width: 480px;
    display: block;
    height: 48px;
    padding-right: 47px;
    border: 1px solid #777;
    background: #777;
    margin-top: 15px;
}

    .input-default > input.browser-default {
        height: 46px;
        line-height: 46px;
        font-family: roboto;
        background: #fff;
        width: 100%;
        padding: 0 10px;
        border: none;
    }

        .input-default > input.browser-default::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #777;
        }

        .input-default > input.browser-default:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #777;
        }

        .input-default > input.browser-default::-ms-input-placeholder { /* Microsoft Edge */
            color: #777;
        }

        .input-default > input.browser-default + a {
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 46px;
            height: 46px;
            background: #e9ecef;
            color: #fff;
            cursor: pointer;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .input-default > input.browser-default + a > i {
                line-height: 48px;
                color: #222;
            }

        .input-default > input.browser-default + span {
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 46px;
            height: 46px;
            background: #e9ecef;
            color: #fff;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .input-default > input.browser-default + span > i {
                line-height: 48px;
                color: #222;
            }

.div-logo, .div-logo > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .div-logo > a > img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

p.check-container {
    margin: 10px 0 0 0;
}

.acordeon, .collapsible-header.acordeon {
    background-color: transparent;
    background-image: url(/images/collapser.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 20px;
    padding: 0 32px;
    margin-right: 16px;
    background-position-y: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th > i {
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.migas {
    float: left;
    display: flex;
    margin-left: 10px;
}

.detalles_cambio > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

    .detalles_cambio > div > i,
    .detalles_cambio > div > b {
        margin: 0 5px;
    }

.table_head {
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom:34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    .table_head > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .table_head > div > div,
        .table_head .btn {
            width: 100%;
            margin-right: 0;
        }

.table_body {
    position: relative;
    overflow: auto;
    /*max-height: 400px;*/
    width: 100%;
}

.material-table {
    width: 100%;
}

    .material-table td,
    .material-table th {
        padding: 1px 5px;
    }

    .material-table > tbody > tr {
        border-bottom: none;
    }

        .material-table > tbody > tr:nth-child(odd) {
            background-color: rgba(0, 0, 0, 0.09)
        }
    /*
table.material-table > tbody > tr {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

table.material-table > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
*/

    .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: #f39900;
        border-radius: 2px;
        margin-left: 5px;
        white-space: nowrap;
    }

.table_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    flex-direction: column;
}

.material-button {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    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;
    }

.material-table tr td label,
.material-table tr th label {
    display: flex;
    align-items: center;
    height: 40px;
}

    .material-table tr td label span.waves-effect:not(.lever):not(.c-tg):not(.on-i):not(.off-i),
    .material-table tr th label span.waves-effect:not(.lever):not(.c-tg):not(.on-i):not(.off-i) {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -webkit-transition: background-color .28s ease;
        transition: background-color .28s ease;
    }

    .material-table tr td label span.waves-effect:hover,
    .material-table tr th label span.waves-effect:hover {
        background: rgba(0,0,0,0.05);
    }

[type="checkbox"] + span.waves-effect:not(.lever):not(.c-tg):not(.on-i):not(.off-i):before,
[type="checkbox"]:not(.filled-in) + span.waves-effect:not(.lever):not(.c-tg):not(.on-i):not(.off-i):after {
    top: 8px;
    left: 11px;
}

[type="checkbox"]:checked + span.waves-effect:not(.lever):not(.c-tg):not(.on-i):not(.off-i):before {
    top: 4px;
    left: 6px;
}

.breadcrumb:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    font-weight: bold;
    color: #f58000;
}

.card-panel.card-filtros {
    display: none;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 8px;
}

    .card-panel.card-filtros > .row {
        margin-bottom: 0;
    }

.card-filtros .input-field .btn {
    width: 100%;
    /*height: 46px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.btn:not(.dropdown-trigger) > i.fa-solid,
.btn:not(.dropdown-trigger) > i.material-icons {
    float: left;
    font-size: inherit;
    margin-right: 5px;
}

.dropdown-trigger.dropdown-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_bar {
    display: flex;
    width: 100%;
    align-items: center;
    /* flex-direction: column; */
    margin: 10px 0 5px 0;
    padding: 0 10px;
}

    .head_bar .card {
        max-width: 200px;
        display: flex;
        align-items: center;
        height: auto;
        padding: 0 10px;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: bold;
    }

    .head_bar .card-panel {
        padding: 6px 10px;
    }

.thumbnail-img {
    border-radius: 100px;
    border: 2px solid #f39900;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 601px) {
    .table_head .btn {
        width: auto;
    }
    .grid2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap:20px;
    }

    .grid3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 15px;
    }

    .grid4 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
    }

    .btn:not(.dropdown-trigger) > i.fa-solid,
    .btn:not(.dropdown-trigger) > i.material-icons {
        margin-right: 10px;
    }

    .head_bar {
        flex-direction: row;
    }

        .head_bar .card {
            height: 36px;
            max-width: 600px;
            margin-bottom: 0;
            margin-top: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size:18px;
        }

    .head_bar .card span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .table_foot {
        padding: 12px 24px;
        flex-direction: row;
    }

    .card-panel.card-filtros {
        display: inherit;
    }

    .table_head {
        align-items: center;
        flex-direction: row;
    }

        .table_head > div {
            align-items: center;
            width: auto;
            flex-direction: row;
        }
}

@media only screen and (min-width: 993px) {
    .breadcrumb:last-child {
        max-width: 200px;
    }

    body.has-fixed-sidenav {
        padding-left: 240px;
    }

    .has-fixed-sidenav .navbar-fixed nav.navbar {
        width: calc(100% - 240px);
        left: 240px;
    }
}

@media only screen and (min-width: 1280px) {
    .breadcrumb:last-child {
        max-width: 300px;
    }
}
