﻿/* Fuentes */
@font-face {
    font-family: 'Open Sans';
    src: url('/lib/fonts/OpenSans-Regular.eot');
    src: url('/lib/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/OpenSans-Regular.woff2') format('woff2'), url('/lib/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/lib/fonts/OpenSans-Bold.eot');
    src: url('/lib/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/OpenSans-Bold.woff2') format('woff2'), url('/lib/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/lib/fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('/lib/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('/lib/fonts/MaterialIcons-Regular.woff') format('woff'), url('/lib/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}

    body .btn {
        font-size: .75rem;
    }

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}

.bold {
    font-weight: 700;
}

.hidden {
    display: none;
}

/* Sitio */
.container-site, .wrapper {
    display: none;
}

.footer {
    background-color: #eee;
}

/* Login */
.background-login {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
    background-image: url('/img/background-login.jpg');
}

.background-white-transparent {
    background-color: rgba(255, 255, 255, 0.95);
}

.background-gradient {
    background: linear-gradient(351deg, rgba(43,22,71,0.7875744047619048) 8%, rgba(140,168,195,0.42903098739495793) 100%);
}

.login-logo {
    width: 300px;
    max-width: 100%;
}

/* Loading */
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 10000;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
    top: calc((100% / 2) - 53px);
    left: calc((100% / 2) - 53px);
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 53px;
        left: 53px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 106px;
        height: 106px;
        opacity: 0;
    }
}

/* Margenes */
.mt-6, .my-6, mt-lg-6 {
    margin-top: 6rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 6rem !important;
}

.ml-6, .mx-6 {
    margin-left: 6rem !important;
}

.mr-6, .mx-6 {
    margin-right: 6rem !important;
}

@media (max-height: 600px) {
    .login {
        height: 400px;
    }
}

/* Texto */
.small {
    font-size: 12px;
}

label {
    color: #aaa !important;
}

.text-primary {
    color: #603d8d !important;
}

/* Error */
.field-validation-error {
    font-size: 12px;
    color: #f00;
}

.form-control.input-validation-error, .is-focused .form-control.input-validation-error {
    background-image: linear-gradient(0deg,#f00 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);
}

/* Colores */
.violeta {
    color: #583e7b !important;
}

.bg-violeta {
    background-color: #583e7b !important;
}

.violeta-dark {
    color: #3d276f !important;
}

.bg-violeta-dark {
    background-color: #3d276f !important;
}

.lila {
    color: #a48cc0 !important;
}

.bg-lila {
    background-color: #a48cc0 !important;
}

.verde {
    color: #96bb76 !important;
}

.bg-verde {
    background-color: #96bb76 !important;
}

.agua {
    color: #009f89 !important;
}

.bg-agua {
    background-color: #009f89 !important;
}

/* Botones */
.btn-icon {
    padding-left: 22px;
}

.btn-group-sm .btn {
    padding: 4px 8px 6px 8px;
}

.btn.btn-primary {
    background-color: #603d8d;
    border-color: #603d8d;
    box-shadow: 0 2px 2px 0 rgba(96, 61, 141,.14), 0 3px 1px -2px rgba(96, 61, 141,.2), 0 1px 5px 0 rgba(96, 61, 141,.12);
}

    .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
        box-shadow: 0 14px 26px -12px rgba(96, 61, 141,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(96, 61, 141,.2);
    }

    .btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
        color: #fff;
        background-color: #6f5098 !important;
        border-color: #6f5098 !important;
    }

.btn.btn-fab.btn-round i {
    font-size: 15px;
    position: absolute;
    top: 13px;
    right: 14px;
}

.btn.btn-fab.btn-fab-mini.btn-round i {
    font-size: 13px;
    position: absolute;
    top: 8px;
    right: 9px;
}

.btn, .btn.btn-default {
    background-color: #eee;
    border-color: #eee;
}

    .btn.btn-default.focus, .btn.btn-default:focus, .btn.btn-default:hover, .btn.focus, .btn:focus, .btn:hover {
        background-color: #ccc;
        border-color: #ccc;
    }

.btn-selectable.selected {
    background-color: #a48cc0 !important;
    border-color: #a48cc0 !important;
    color: #fff !important;
}

/* Sidebar */
.sidebar[data-color=purple] li.active > a {
    background-color: #603d8d;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(96, 61, 141,.4);
}

.sidebar .nav-link i {
    font-size: 18px;
}

.nav-mobile-menu {
    display: none !important;
}

/* Cards */
.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(311deg, rgba(67,44,114,1) 0%, rgba(94,62,138,1) 50%, rgba(67,44,114,1) 100%);
}

.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(96, 61, 141,.4);
}

/* Formularios */
.label {
    top: -15px !important;
}

.label-ml {
    margin-left: 5px;
}

.dropdown-menu.inner {
    margin-bottom: 30px !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #583e7b !important;
    color: #fff;
}

.dropdown-item:hover {
    background-color: #a48cc0 !important;
    color: #fff;
}

.filter-option-inner-inner {
    color: #000;
}

#modal-filtros .form-group {
    padding-right: 20px;
}

.form-page .form-group, .modal form .form-group {
    padding-right: 30px;
}

.form-group input.form-control {
    height: 43px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
}

.bs-searchbox {
    padding-left: 20px;
    padding-right: 20px;
}

    .bs-searchbox input {
        height: 22px;
        padding-top: 0px;
        padding-bottom: 7px;
        margin-bottom: 0px;
    }

.dropdown-menu {
    width: 100%;
}

.px-form {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.select-multiple-summary {
    margin-left: 0px !important;
}

    .select-multiple-summary li {
        font-size: 12px !important;
    }

.expedientes-transferir-summary li {
    font-size: 15px !important;
}

/* DataTables */
.dataTable {
    min-width: 100%;
}

.pagination {
    float: right;
}

    .pagination .page-item .page-link {
        border-radius: 50px;
        color: #888;
    }

    .pagination .page-item.active .page-link {
        color: #fff;
        background-color: #603d8d;
        border-color: #603d8d;
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(96, 61, 141,.4);
    }

.dataTables_length label {
    width: 100%;
    margin-left: 40px;
}

    .dataTables_length label select {
        width: 40px;
        margin-right: 5px;
        margin-left: 5px;
        height: 30px;
        padding-top: 2px;
    }

.dataTable > tbody > tr > td, .dataTable > tbody > tr > th, .dataTable > tfoot > tr > td, .dataTable > tfoot > tr > th, .dataTable > thead > tr > td, .dataTable > thead > tr > th {
    padding: 10px 5px !important;
}

.dataTables_empty {
    text-align: center;
}

.table .bg-danger {
    color: #721c24;
    background-color: #f8d7da !important;
}

.table .bg-success {
    color: #155724;
    background-color: #d4edda !important;
}

.table .bg-primary {
    color: #603d8d;
    background-color: #ece8f2 !important;
}

.dataTable td:first-of-type, .dataTable th:first-of-type {
    padding-left: 20px !important;
}

.dataTable .acciones {
    text-align: center;
    padding: 0px !important;
    height: 50px !important;
}

.btn-group .btn.btn-sm {
    width: 35px;
}

.btn-group button:first-of-type {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.btn-group button:last-of-type {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(33,150,243,0) !important;
}

.table-subtitles th {
    font-size: 14px !important;
}

.acciones .dropdown-toggle {
    background-color: transparent !important;
}

    .acciones .dropdown-toggle:after {
        display: none !important;
    }

.dataTables_scrollHeadInner .table {
    margin-bottom: 0px !important;
}

.dataTables_scrollBody {
    min-height: 400px;
}

    .dataTables_scrollBody thead tr th {
        padding: 0px !important;
    }
.dataTables_scrollBody thead .acciones {
    height: 0px !important;
}

/* Mouse  */
.pointer {
    cursor: pointer !important;
}

/* List */
.list {
    height: 300px;
    width: 100%;
    padding-left: 0px;
    background-color: #fff;
    overflow-y: scroll;
    border-radius: 0.45rem;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.10) !important;
    -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.10) !important;
    box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.10) !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.list-item {
    cursor: pointer;
    padding: 12px 30px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    height: 45px;
}

    .list-item:nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .list-item:nth-child(even) {
        background-color: rgba(230, 230, 230, 0.7);
    }

    .list-item.list-empty {
        margin-top: 120px;
        height: 100%;
        border-bottom: none;
    }

/* Notificaciones */
.alert {
    z-index: 1100 !important;
}

/* Json */
.jsontree_tree {
    padding-left: 0px !important;
    list-style-type: none;
}

.jsontree_child-nodes {
    margin-left: 0px !important;
    list-style-type: none;
}

.dropdown-toggle.btn.btn-secondary {
    color: #000 !important;
}

/* Tabs */
.nav-pills .nav-link {
    color: #555;
}

    .nav-pills .nav-link i {
        margin-right: 10px;
    }

.nav-pills .nav-item .nav-link.active {
    background-color: #a48cc0;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(164, 140, 192,.4);
}

.section-header {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.section-body {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-reset-select {
    padding-top: 20px;
    cursor: pointer;
}

/* Acta */
.cards-acta .card-header h4 {
    padding-top: 10px;
    padding-left: 10px;
}

.card-list {
    margin-top: 10px;
    height: 300px;
    overflow-y: auto;
}

    .card-list .card-item {
        border-bottom: 1px solid #ddd;
    }

.list-empty {
    height: 310px;
    padding-top: 140px;
}

/* Action Button */
.fab_contenedor.bottom-right {
    z-index: 20;
    position: fixed !important;
    bottom: 30px !important;
    right: 5px
}

/* Calendario */
.fc-toolbar h2 {
    font-size: 30px !important;
}

.fc-unthemed td.fc-today {
    background: transparent;
}

.fc-event-container {
    cursor: pointer !important;
}

.fc-highlight {
    background: #5e3e8a;
    opacity: .1;
}

.fc-agendaWeek-view .fc-day-grid {
    height: 80px;
}

    .fc-agendaWeek-view .fc-day-grid table {
        height: 80px;
    }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #888;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 5px;
    padding-right: 10px;
}

.fc-day label {
    margin-left: 20px;
    margin-top: 25px;
    font-size: 13px;
    font-weight: bold;
}

.fc-day-holiday {
    background-color: #e7e2ee !important;
}

    .fc-day-holiday label {
        color: #5e3e8a !important;
    }

.fc-day-full {
    background-color: #f2dede !important;
}

    .fc-day-full label {
        color: #b94442 !important;
    }

.fc-day-warning {
    background-color: #fcf8e3 !important;
}

    .fc-day-warning label {
        color: #8a6d3b !important;
    }

.fc-day-available {
    background-color: #dff0d8 !important;
}

    .fc-day-available label {
        color: #3c763d !important;
    }

.fc-day.highlight {
    background-color: #bcdfd6;
    border: 2px solid #009f89 !important;
}

/* Color Picker */
.iro__colorPicker {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.text-red {
    color: #f00;
}

.fa-mr-12 {
    right: 12px !important;
}

.fa-mr-13 {
    right: 13px !important;
}

.fa-mr-15 {
    right: 15px !important;
}

.tag-filter {
    cursor: pointer !important;
    background-color: #eee;
    color: #000;
    border-radius: 25px;
    padding: 5px 10px;
    box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14), 0 3px 1px -2px hsla(0,0%,60%,.2), 0 1px 5px 0 hsla(0,0%,60%,.12);
}

    .tag-filter.active {
        background-color: #a48cc0;
        color: #fff;
        box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    }

    .tag-filter:hover {
        background-color: #ddd;
        color: #000;
        box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
    }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
    border: 2px solid #9c27b0 !important;
}

.select-fixed {
    margin-top: -12px !important;
}

.modal-backdrop.show {
    opacity: .6;
}

.tox-tinymce {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}

.uppercase {
    text-transform: uppercase;
}

#table-audiencias tr.highlight {
    background-color: #ece8f2;
}

.jsontree_value_number {
    color: #a48cc0;
}

.jsontree_value_boolean {
    color: #a48cc0;
}

.jsontree_value_string {
    color: #603d8d;
}

.no-results {
    display: none !important;
}

select {
    display: none;
}

.upload-files {
    border-radius: 5px;
    border: 5px dashed #eee;
    height: 300px;
    cursor: pointer;
}

.upload-empty {
    text-align: center;
    margin-top: 130px;
    color: #888;
}
.upload-list {
    height: 100%;
    overflow-y: auto;
}
.upload-list > * {
    margin-right: 0px;
}
.file {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 15px;
}

.file-icon {
    width: 40px;
    margin-top: 7px;
}

.file .col {
    overflow: hidden;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.culpable {
    border-bottom: 1px solid #e9ecef;
    padding: 20px 0px;
}

.list-culpables .culpable:first-of-type {
    padding-top : 10px !important;
}

.list-culpables .culpable:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}


.culpable-icon-container {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-left: 10px;
    width: 54px;
    text-align: center;
}

.culpable-icon {
    font-size: 20px;
    color: #666
}

.card-item .dropdown-toggle:after {
    display: none !important;
}

.dropdown-card-persona .dropdown-toggle {
    background-color: transparent;
}

.dropdown-card-persona .dropdown-menu {
    max-height: 270px;
    overflow-y: auto;
    width: 220px;
}

.dropdown-card-persona .dropdown-item {
    padding-left: 12px;
}

.bg-warning {
    background-color: #ffb818 !important;
}

.dropdown-item {
    cursor: pointer !important;
}

.dropdown-item:hover {
    color: #fff !important;
}

#table-personas .dropdown-menu {
    width: 220px;
}

#table-mis-expedientes .dropdown-menu {
    width: 230px;
}

@media (min-width: 1400px) {
    .col-xl-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-user {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .sidebar-user i {
        color: #a9afbb;
    }

.sidebar .sidebar-wrapper {
    height: calc(100vh - 100px);
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#template-titular {
    display: none;
}

#template-comentario {
    display: none;
}

#template-documentacion {
    display: none;
}

#template-escrito {
    display: none;
}

.button-attachment {
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #888;
    transition: all 0.3s ease-in-out;
    width: 200px;
    margin: 0 auto;
}
    .button-attachment:hover {
        box-shadow: 0 3px 3px 0 rgba(52,71,103,.15), 0 3px 1px -2px rgba(52,71,103,.2), 0 1px 5px 0 rgba(52,71,103,.15);
    }

.button-attachment i {
    margin-right: 5px;
}

.badge-gold {
    font-size: 12px;
    font-weight: 600;
    background-color: #ffb255;
    color: #ffffff;
}