﻿/* 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. */

/* Fonts
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@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 */
    /*background: #fbfbfb;*/
    min-height: 100vh;
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background: #343a40;
}

/*---------OVERRIDES--------------*/

h1 {
    font-weight: 300;
    font-size: 33px;
}

.btn {
    font-family: yantramanav;
    font-weight: 300 !important;
    border-radius: 2px;
}

.modal-content {
    border: none;
    border-radius: 1px;
}

.spinner-grow {
    margin-bottom: 3px;
    margin-right: 4px;
}

.ag-cell {
    font-weight: 300;
}

.ag-header-cell-text {
    font-weight: 400;
}

.ag-overlay-no-rows-center {
    font-size: 25px;
    font-weight: 300;
    color: #525252;
}

option {
    font-size: 16px;
}

.bootstrap-select > .dropdown-toggle {
    border-color: #ced4da;
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.dropzone {
    text-align: center;
    background-color: #f1f1f1;
    border-style: dashed;
    border-color: #d8d8d8;
}

    .dropzone .dz-preview.dz-image-preview {
        background: #f1f1f1;
    }

    .dropzone .dz-message {
        font-size: 25px;
    }

    .dropzone .dz-preview .dz-image {
        border-radius: 10px;
    }

    .dropzone .dz-preview.dz-image-preview {
        width: 200px;
        height: 78px;
    }

    .dropzone .dz-preview .dz-image {
        width: 100%;
        height: auto;
    }

    .dropzone .dz-preview .dz-remove {
        margin-top: 20px;
    }

/* Custom styles
-------------------------------------------------- */
.eh-tittle-input {
    font-size: 16px;
    font-family: yantramanav;
    font-weight: 400;
    margin-bottom: 0px;
}

.eh-required-indicator {
    font-size: 16px;
    font-family: yantramanav;
    font-weight: 500;
    margin-bottom: 0px;
    color: red;
}

.eh-action-button {
    min-width: 135px !important;
}

.eh-separator-small-left {
    margin-left: 5px
}

.eh-separator-small-right {
    margin-right: 5px
}

.eh-separator-small-top {
    margin-top: 5px;
}

.eh-separator-medium {
    margin-top: 13px;
}

.eh-separator-medium-right {
    margin-right: 13px;
}

.eh-separator-medium-left {
    margin-left: 13px;
}

.eh-separator-large {
    margin-top: 40px;
}

.eh-separator-large-left {
    margin-left: 40px;
}

.eh-separator-large-right {
    margin-right: 40px;
}

.eh-separator-medium-bottom {
    margin-bottom: 13px !important;
}

.eh-logout-button {
    width: 100%;
    background: transparent;
    border: none;
}

    .eh-logout-button:active {
        color: white;
        border: none;
    }

.eh-container-text-aling {
    text-align: center;
}

.eh-no-padding-lateral {
    padding-left: 0px;
    padding-right: 0px;
}

.eh-no-padding {
    /*padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;*/
    padding: 0px;
}

.eh-vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.eh-pointer-control {
    cursor: pointer;
}

.eh-no-margin {
    margin: 0px;
}


.eh-modal-icon-body {
    max-width: 25%
}

.eh-modal-legend-body {
    font-size: 25px;
    font-weight: 600;
}

.eh-modal-ehecatl {
    min-height: 500px;
    height: 100% !important;
}

.eh-primary-hover-text {
    color: #636363;
}

.eh-center-content-parent {
    Display: flex;
    align-items: center;
    justify-content: center;
}

.eh-primary-hover-text:hover {
    color: #007bff;
}

.eh-hidden {
    display: none
}

.eh-filter-tittle {
    margin-bottom: 0px;
}

.eh-information-text {
    font-weight: 300;
    font-size: 16px;
}

.eh-panel-error-large {
    max-width: 600px;
}

.eh-tittle-header-panel-error {
    color: #e24c4b;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.eh-panel-error-icon {
    width: 55px;
}

.eh-item-panel-error {
    color: #e24c4b;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.eh-body-panel-error {
    min-height: 150px;
    background: #fdfdfd;
    padding: 10px;
    max-height: 180px;
    overflow-y: auto;
}

.eh-panel-warning-large {
    max-width: 600px;
}

.eh-tittle-header-panel-warning {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.eh-panel-warning-icon {
    width: 55px;
}

.eh-item-panel-warning {
    color: #505050;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.eh-body-panel-warning {
    min-height: 150px;
    background: #fdfdfd;
    padding: 10px;
    max-height: 180px;
    overflow-y: auto;
}

.eh-subtittle-form {
    font-weight: 500;
    color: #007bff;
    margin-bottom: 0px
}

.eh-toolbar {
    min-height: 38px;
}

.eh-onlyRead-mode-form {
    display: none;
}

.eh-image-selector {
    width: 100%;
    height: 120px;
    background-color: #f1f1f1;
    border-style: dashed;
    border-color: #d8d8d8;
}

.eh-ag-checked {
    color: #0091EA !important;
}

.eh-ag-indeterminate {
    content: "\f107";
    color: #999;
    color: var(--ag-checkbox-indeterminate-color,var(--ag-checkbox-unchecked-color,#999));
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.eh-ag-action-button {
    background: #f5f7f7;
    border-color: #bdc3c7 !important;
    border-style: solid;
    border-bottom: none;
}

.eh-option-modal-panel {
    height: 366px !important;
}

.eh-option-modal-panel-rigth {
    border-right-style: solid;
    border-right-color: #dee2e6;
    border-width: 1px;
}

.eh-label-padding {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.eh-center-horizontal-check-containter {
    height: 40px;
    line-height: 40px;
}

.eh-center-horizontal-check-content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.eh-center-vertical-content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.eh-danger-tittle {
    font-size: 17px;
    color: orangered;
    font-weight: 500;
}

.eh-card-footer-transparent {
    background: transparent;
    border: none;
}

.eh-no-pointer-event {
    pointer-events: none;
}

.eh-text-align-right {
    text-align: right;
}

.eh-week-history-concept-tittle {
    font-size: 25px;
}

.eh-week-history-concept-amount {
    font-size: 35px;
}

.eh-border-none {
    border: none;
}

.eh-responsive-image-limit {
    width: 100%;
    max-width: 800px;
    height: auto;
    background: bisque;
}


.eh-image-no-content {
    width: 100%;
    height: 123px;
    background: #eee; /* border: none; */
    border-style: dashed;
    border-color: #cccccc;
    border-width: 2px;
    background-image: url(~/assets/placeholders/add_image.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.eh-image-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}



.cover {
    width: 260px;
    object-fit: cover;
}

/* Centered text */
.eh-centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-cropper {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}


.eh-material-border {
    border: none;
    box-shadow: 0px 0px 4px 2px #00000012;
}

.eh-login-background {
    background-image: linear-gradient(to left bottom, #f6f6f6, #f8f8f8, #f9faf9, #fbfbfb, #fdfdfd);
}

.eh-center-content {
    Display: flex;
    align-items: center;
    justify-content: center;
}

.eh-bage {
    margin-top: 3px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
}

.eh-field-bold {
    font-weight: 400;
    color: #137e92;
}
