﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #00d45a;
    border-color: #00d45a;
}

#toolbar {
    border: none !important;
    margin-bottom: 0rem;
    background: #979797 !important;
    border-radius: 0 !important;
}

.body {
    font-size: 0.95em;
}

.form-label {
    font-weight: bold !important;
}

.form-check-label {
    font-weight: bold;
}

#Grid .e-content {
    overflow-x: hidden;
}

#Grid .e-headercontent {
    position: relative;
    overflow-x: auto;
    height: calc(100% + 16px);
}

    #Grid .e-headercontent::-webkit-scrollbar {
        height: 12px;
    }

    #Grid .e-headercontent::-webkit-scrollbar-thumb {
        background-color: #bfbfbf;
        border-radius: 10px;
    }

    #Grid .e-headercontent::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

#scrollButtons {
    position: fixed;
    right: 25px;
    width: 15px;
    height: 100vh;
    z-index: 500;
}

.containerFilter {
    position: relative;
    z-index: 1000; 
}

#scrollUpBtn,
#scrollDownBtn {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #313331;
    color: #313331;
    border-radius: 50%;
    border: 1px #313331 solid;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    overflow: visible;
}

    #scrollUpBtn:hover,
    #scrollDownBtn:hover {
        background-color: #313331;
        transform: scale(1.05);
    }

#scrollUpBtn {
    top: -18px;
}

#scrollDownBtn {
    bottom: 40px;
}

#flechaArriba,
#flechaAbajo {
    width: 90%;
    height: 90%;
}

    #flechaArriba path,
    #flechaAbajo path {
        width: 100%;
        height: 100%;
        fill: #fff;
        transition: transform 0.2s ease, fill 0.3s ease;
    }

#scrollUpBtn:hover #flechaArriba path,
#scrollDownBtn:hover #flechaAbajo path {
    fill: #fff;
    transform: scale(1);
}


    .btn-primary:hover {
        color: #fff !important;
        background-color: #00d45a !important;
        border-color: #00d45a !important;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
  -------------------------------------------------- */
html {
    font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
  -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

body[data-layout="horizontal"] .topnav {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

body[data-layout="horizontal"] .container-fluid,
body[data-layout="horizontal"] .navbar-header {
    max-width: 100%;
}

body[data-layout="horizontal"] #page-topbar {
    padding: 0 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body[data-layout="horizontal"][data-topbar="colored"] #page-topbar {
    background-color: #313131;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logo-lg img {
    padding-left: 1rem;
}

body[data-layout=horizontal] .page-content {
    margin-top: 0px !important;
    padding: 0 !important;
    /*padding: calc(80px + 1.25rem ) calc(1.25rem / 2) 60px calc(1.25rem / 2) !important;*/
}

.form-label {
    margin-bottom: 0.01rem !important;
    margin-top: 0.5rem !important;
    font-weight: 600 !important;
}

.e-grid * {
    font-size: 10px !important;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input, .e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input {
    font-size: 10px !important;
}

.e-dropdownbase .e-list-item, .e-dropdownbase .e-list-item.e-item-focus {
    font-size: 10px !important;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
    font-size: 11px !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 2px 0 1px;
    height: auto;
    width: 100%;
    border-width: 0;
    outline: 0;
    background-color: transparent;
    font: inherit;
    color: #555555 !important;
}

label {
    font-size: 11px !important;
}

.card {
    margin-bottom: 0.25rem !important;
}

.e-input-group, .e-input-group.e-control-wrapper {
    margin-bottom: 0px !important;
    z-index: 700
}

    input.e-input, .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input, textarea.e-input, .e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input {
        padding: 0.01rem 0 0.01rem !important;
    }

.k-toolbar {
    font-size: 13px !important;
}

.k-icon {
    font: 14px/1 WebComponentsIcons !important;
}

.e-grid .e-rowcell {
    padding: 2px 6px !important;
}

.e-grid .e-summarycell {
    padding: 2px 0.35rem !important;
}

.e-headercelldiv {
    font-weight: bold !important;
    color: #495057 !important;
    font-family: 'Mulish-Black', sans-serif !important;
}

.e-grid {
    font-family: 'Mulish-Black', sans-serif !important;
}

#container {
    visibility: hidden;
}

#loader {
    color: #008cff;
    height: 40px;
    width: 30%;
    position: absolute;
    top: 45%;
    left: 45%;
}

.head, .item {
    display: table;
    width: 100%;
    margin: auto;
}

.head {
    height: 30px;
    font-size: 10px;
    font-weight: 600;
}

.item {
    height: 30px;
    font-size: 10px;
    font-weight: 200;
}

.name, .city {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    min-height: 13px;
}

.paddingSpan1Rem {
    padding-left: 1rem;
    padding-right: 1rem;
}

.paddingSpan1RemRight {
    padding-right: 1rem;
}

.headerTemplateCustom {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-weight: 600;
    height: 30px;
    font-size: 10px;
    align-items: flex-start;
}

.footerTemplateCustom {
    display: flex;
    padding: 2px;
    height: 30px;
    font-size: 10px;
    font-weight: 200;
    background-color: white;
    align-items: flex-start;
}

.head .name {
    text-indent: 16px;
}

.head .city {
    text-indent: 10px;
}

.item .name {
    text-indent: 16px;
}

.item .city {
    text-indent: 10px;
}

element.style {
}

.e-dropdownbase .e-list-item.e-item-focus {
    background-color: #eee;
}

.e-dropdownbase .e-list-item, .e-dropdownbase .e-list-item.e-item-focus {
    font-size: 11px !important;
}

.e-dropdownbase .e-list-item {
    padding-right: 0px !important;
    font-family: 'Poppins', sans-serif;
}

#cmbCuenta1_popup {
    width: auto !important;
}

#cmbCuenta2_popup {
    width: auto !important;
}

/******Cargando****/
.cargandoContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11111111;
    top: 0;
    left: 0;
}

    .cargandoContainer .cargandoContent {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(50, 50, 50, 0.9);
        text-align: center;
    }

        .cargandoContainer .cargandoContent .cargandoItem {
            top: 50%;
            left: 50%;
            text-align: center;
            position: absolute;
            margin-left: -68px;
            margin-top: -68px;
        }

            .cargandoContainer .cargandoContent .cargandoItem img {
                max-width: 120px;
                margin-bottom: 20px;
            }

.sk-three-bounce {
    z-index: 10002;
    display: block;
    position: relative;
    top: 47%;
    width: 160px;
    margin: -75px 0 0 -75px;
}

    .sk-three-bounce .sk-child {
        width: 15px;
        height: 15px;
        background-color: #ffffff;
    }

.sk-three-bounce {
    margin: 0 auto;
    width: 80px;
    text-align: center;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.e-dropdownbase .e-list-item {
    line-height: 20px !important;
    min-height: 20px !important;
}

.k-toolbar {
    height: 28px !important;
}

.iconGenerar {
    background-image: url('~/assets/icons/icono_generar01.png')
}

.e-grid .e-summaryrow .e-summarycell {
    background-color: #deecf9;
}

.e-grid .e-emptyrow td {
    text-align: center;
    font-weight: bold !important;
}

.e-grid .e-row {
    height: 2em;
}

.e-resizable {
    resize: both;
    overflow: auto;
    border: 1px solid red;
    padding: 10px;
    height: 300px;
    min-height: 250px;
    min-width: 250px;
}

.e-grid .e-headercelldiv {
    font-size: 9px !important;
}

.e-grid .e-headercell, .e-grid .e-detailheadercell {
    padding: 0 10px 0 !important;
}

.e-grid .e-groupcaption {
    padding: 0.1rem !important;
}

.e-grid .e-columnheader .e-headercelldiv {
    height: Auto;
    line-height: 18px;
}

.e-grid .e-columnheader .e-headercelldiv {
    margin-bottom: 2px;
    margin-top: 0;
}

.panel-title {
    position: relative;
}

    .panel-title::after {
        /*content: url('/WebApp/assets/icons/Angle-up.svg');*/
        content: "\e969";
        font-family: 'e-icons';
        color: #333;
        transform: rotate(0deg);
        transition: transform 400ms ease;
        display: inline-block;
        color: #555555 !important;
        /*		top: -2px;
				right: 0px;
				position: absolute;
				font-family: "FontAwesome"*/
    }

    .panel-title[aria-expanded="false"]::after {
        /*content: url('/WebApp/assets/icons/Angle-down.svg');*/
        content: '\e969';
        font-family: 'e-icons';
        display: inline-block;
        transform: rotate(0deg);
        transition: transform 400ms ease;
        color: #555555 !important;
    }

    .panel-title[aria-expanded="true"]::after {
        /*content: url('/WebApp/assets/icons/Angle-up.svg');*/

        content: '\e969';
        font-family: 'e-icons';
        display: inline-block;
        transform: rotate(180deg);
        transition: transform 400ms ease;
        color: #555555 !important;
    }

body {
    outline: none !important;
    font-family: 'Mulish-Black', sans-serif !important;
    font-size: 11px !important;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
    /*    border-color: #d8d8d8;
    border-radius: 4px;
    color: rebeccapurple;
    background: #ffffff;
    font: 11px/1.42857 "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px !important;
    color: #555555 !important;*/
    font-size: 11px !important;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 2px 0 1px;
    height: auto;
    width: 100%;
    border-width: 0;
    outline: 0;
    background-color: transparent;
    color: #555555 !important;
}

.e-checkbox-wrapper, .e-css.e-checkbox-wrapper {
    margin-top: 0.2rem !important;
}

    .e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
        border: 1px solid !important;
    }

.containerFilter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #555555 !important;
}

#collapseLabel {
    margin-bottom: 0 !important;
    margin-right: 1rem !important;
}

#collapseLabelShow {
    margin-bottom: 0 !important;
    margin-right: 1rem !important;
}

#collapseLabelHide {
    margin-bottom: 0 !important;
    margin-right: 1rem !important;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    border-color: #757575 !important;
}

#comboBoxDocumentos_popup {
    width: auto !important;
}