/* 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: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.underline, a.underline {
    color: #0366d6;
    text-decoration: underline;
}

.btn-link {
    padding: 0
}

.input-group-text, .form-select-sm {
    color: inherit
}

.form-group {
    margin-bottom: 1rem;
}

label.error{
    width:100%
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.form-select, .form-select-sm{
    border: 1px solid #e5e6e7;
    border-radius: 1px;
}

.input-group-text {
    border-color: #e5e6e7;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(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 */
}


/*Validator*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

/*Loader*/
.loader {
    background-color: #000;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    /*opacity: 0.8;*/
    background-color: rgba(0, 0, 0, 0.5);
}

.loader-message {
    position: absolute;
    top: 52%;
    width: 100%;
}

.centered {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*background: #000;
    filter: blur(10px) contrast(20);*/
}

/* HTML: <div class="loader"></div> */
.loader2 {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #D61A1A;
    border-right-color: #000;
    animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}

.blob-1, .blob-2 {
    width: 70px;
    height: 70px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blob-1 {
    left: 20%;
    animation: osc-l 1.5s ease infinite;
}

.blob-2 {
    left: 80%;
    animation: osc-r 1.5s ease infinite;
    background: #0bb;
}

@keyframes osc-l {
    0% {
        left: 20%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 20%;
    }
}

@keyframes osc-r {
    0% {
        left: 80%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 80%;
    }
}
/*Fin Loader*/

/*Body Mayus*/
/*body {
    text-transform: uppercase !important;
}*/

.nestable-noboldhover .dd-handle {
    font-weight: inherit !important;
    cursor: auto;
}

li.dd-item button {
    font-size: 20px;
    color: #888;
}

tr.notUpdated {
    background-color: rgba(242,179,185,0.5);
}

    tr.notUpdated.odd {
        background-color: rgba(242,179,185,0.75) !important;
    }

    tr.notUpdated:hover {
        background-color: rgb(242,179,185) !important;
    }

tr.hasnoRate {
    background-color: #6b676c5e !important
}

span.select2-dropdown.select2-dropdown--below, span.select2-dropdown.select2-dropdown--above {
    z-index: 3050 !important;
}

.form-dropzone.dropzone.dz-clickable, .form-dropzone.dropzone.dz-clickable *:not(.dz-message, .dz-remove, .alert-link, button, .cursor-pointer) {
    cursor: inherit !important
}

.dropzone.dz-clickable .cursor-pointer {
    cursor: pointer
}

.form-dropzone.dz-clickable button {
    cursor: pointer !important;
}

    .form-dropzone.dz-clickable button:disabled {
        cursor: not-allowed !important;
    }

.form-dropzone.dropzone {
    border: none !important;
    background: none !important;
}

span.select2.select2-container.select2-container--bootstrap4.select2-container--below,
span.select2.select2-container.select2-container--bootstrap4.select2-container--focus,
span.select2.select2-container.select2-container--bootstrap4 {
    width: 100% !important;
}

td.no-transform {
    text-transform: none !important;
}

.modalDetail .ibox-title {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0px 70px 0px 15px;
}

    .modalDetail .ibox-title h5 {
        margin: 0;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0
}

.navbar-default {
    background-color: #444;
    border-color: #444;
}

.nav > li.active, .nav > li.hover, .skin-1 .nav > li.active, .skin-1 .nav > li.hover {
    background: #333;
}

.skin-1 .navbar-default .nav > li > a:hover, .skin-1 .navbar-default .nav > li > a:focus {
    background: #333;
}

.skin-1 .navbar-minimalize {
    background: #777;
    border-color: #777;
}

.swal2-container {
    z-index: 2500
}

.dropzone.dz-clickable * {
    cursor: pointer
}

.dt-length, .dt-info, .dt-search{
    margin-top: 5px
}

#side-menu a{
    text-decoration: none
}

select {
    appearance: auto !important;
    -webkit-appearance: auto !important; /* Para navegadores WebKit como Chrome */
    -moz-appearance: auto !important; /* Para Firefox */
}

/*#indicators-investor > div.col > div.ibox-content {
    background: rgb(156 223 207);
}

#indicators-global > div.col > div.ibox-content {
    background: rgb(204, 233, 236);
}*/

.dataTables-balance > tbody > tr:not(.tr-child) {
    cursor: pointer
}

.dataTables-balance tbody tr.tr-child {
    --bs-table-accent-bg: white; /* O el color que uses para el hover */
}

svg {
    overflow: visible;
    width: 100px;
    height: 150px;
}

    svg g {
        animation: slide 2s linear infinite;
    }

        svg g:nth-child(2) {
            animation-delay: 0.5s;
        }

            svg g:nth-child(2) path {
                animation-delay: 0.5s;
                stroke-dasharray: 0px 158px;
                stroke-dashoffset: 1px;
            }

    svg path {
        stroke: url(#gradient);
        stroke-width: 20px;
        stroke-linecap: round;
        fill: none;
        stroke-dasharray: 0 157px;
        stroke-dashoffset: 0;
        animation: escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    }

@keyframes slide {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(50px);
    }
}

@keyframes escalade {
    0% {
        stroke-dasharray: 0 157px;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 157px 157px;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 157px 157px;
        stroke-dashoffset: -156px;
    }
}