﻿/*#region Font Size Base*/
html, body {
    font-size: 15px !important;
}

@media (max-width: 991px) {
    html, body {
        font-size: 14px !important;
    }
}

@media (max-width: 400px) {
    html, body {
        font-size: 13px !important;
    }
}
/*#endregion Font Size Base*/

/*#region Font Family*/
/*#region Unity*/
@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Bold.ttf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Italic.ttf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-BoldItalic.ttf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Regular.ttf") format("opentype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Regular.ttf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Regular.ttf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Regular.ttf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Regular.ttf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Unity;
    src: url("fonts/Unity/Unity-Bold.ttf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
/*#endregion Unity*/
/*#region Unity Condensed*/
@font-face {
    font-family: UnityCond;
    src: url("fonts/Unity Condensed/UnityCond-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UnityCond;
    src: url("fonts/Unity Condensed/UnityCond-Bold.ttf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
/*#endregion Unity Condensed*/

*:not(i):not(.e-icons) {
    font-family: Unity, Calibri, Verdana, sans-serif !important;
}
/*#endregion Font Family*/

/*#region Footer*/
.page-footer {
    background-color: var(--bs-primary);
}
/*#endregion*/

/*#region Font Size Classes*/
.text-small {
    font-size: 0.8rem !important;
}

.text-large {
    font-size: 1.5rem !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}
/*#endregion Font Size Classes*/

/*#region Spinner*/
#LoadingSpinnerIcon {
    display: none;
}
/*#endregion Spinner*/

/*#region Custom Informative Card*/
.custom-informative-card {
    border: 0 !important;
    border-radius: 1rem !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1) !important;
}

    .custom-informative-card .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

@media only screen and (min-width: 576px) {
    .custom-informative-card .card-body {
        padding: 2rem;
    }
}
/*#endregion Custom Informative Card*/

/*#region Toggle Icon*/
.toggle-icon {
    color: var(--bs-primary);
    right: 0.5rem;
    top: 0;
    position: absolute;
    z-index: 100;
    min-height: 100%;
}

    .toggle-icon:hover {
        cursor: pointer;
    }
/*#endregion Toggle Icon*/

/*#region Generic Overlay*/
.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.30);
    color: var(--bs-secondary);
    font-size: 3.25rem;
    display: none;
}

.show-overlay-loading {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
    stroke: var(--bs-primary);
}
/*#endregion*/

/*#region System Logo */
#SystemTitleTopMenu {
    width: 133px;
    height: 24px;
    background-size: 133px 24px;
    display: inline-block;
}
/*#endregion */

/*#region Override the fonts*/
/*Full HD Panel*/
@media (max-width:1980px) and (min-width:1920px) {
    .Fonts {
        font-size: 16px !important;
    }
}
/*Standar Computers*/
@media (max-width:1366px) {
    .Fonts {
        font-size: 14px !important;
    }
}
/*Ipad Pro*/
@media (max-width:1366px) and (min-width:1024px) {
    body {
        font-size: 14px !important;
    }

    .text-danger {
        font-size: 13px;
    }

    input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
        font-size: 13px !important;
    }

    .e-dropdownbase .e-list-item {
        font-size: 13px !important;
    }
}

@media (max-width:1024px) {
    h3 {
        font-size: 20px !important;
    }

    .text-danger {
        font-size: 11px !important;
    }

    .ButtonsContainerOptions {
        font-size: 11px;
    }

    input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
        font-size: 11px !important;
    }

    .e-dropdownbase .e-list-item {
        font-size: 11px !important;
    }
}
/*#endregion Override the fonts*/

/*#region Box Shadow */
.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-on-hover {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .box-shadow-on-hover:hover {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
/*#endregion */

/*#region jQuery Confirm */
.jconfirm .jconfirm-box {
    border-top: 7px solid var(--bs-primary);
}
/*#endregion */

/*#region Hover */
.pointer-hover:hover {
    cursor: pointer;
}

.text-danger-hover:hover {
    color: var(--bs-danger) !important;
}
/*#endregion */

/*#region Language Selector*/
#languageSelector {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    color: var(--bs-light);
    gap: 0.5rem;
}

    #languageSelector select {
        background: none;
        border: none;
        color: var(--bs-light);
        font-size: 1rem;
        appearance: none;
        padding: 0rem 1.5rem 0rem 0rem;
        cursor: pointer;
        position: relative;
    }

        #languageSelector select:focus {
            background: none;
            outline: none;
            color: var(--bs-secondary);
        }

.footer-select-wrapper {
    position: relative;
    display: inline-block;
}

    .footer-select-wrapper::after {
        content: "▲";
        color: white;
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 0.6rem;
    }
/*#endregion Language Selector*/

/*#region Sizing*/
.w-90 {
    width: 90% !important;
}
/*#endregion Sizing*/
