﻿@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');
@import url('switcher-resources/themes.css');
@import url('switcher-resources/theme-switcher.css');

/*#region ---------- Srollbar CSS ----------*/
/*::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid slategrey;
}

::-webkit-scrollbar-track {
    box-shadow: transparent;
}
*/
/*#endregion*/

/*#region ---------- Basic CSS ----------*/
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}
/*#endregion*/

/*#region ---------- MyBasic CSS ----------*/
h3 {
    width: fit-content;
    align-self: center;
    margin: 0px !important;
}

.validation-message {
    color: red !important;
}

.required {
    color: red !important;
}

    .required:before {
        content: '*';
        color: red !important;
    }

.w-mincontent {
    width: min-content !important;
}

.h-mincontent {
    height: min-content !important;
}

.mw-50 {
    max-width: 50% !important;
}

.global-popup {
    white-space: pre-wrap;
}

.dxbl-popup-cell {
    z-index: 1800 !important;
}

/*#endregion*/

/*#region ---------- Content-Footer CSS ----------*/
.content-footer-cover {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    overflow: auto;
}

.content-footer {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0.5rem 0 0 0;
    /*position:absolute;
     bottom: 10px;*/
    display: flex;
    flex: 0 1 auto;
    flex-flow: row;
    column-gap: 5px;
}
/*#endregion*/

/*#region ---------- Button-Group CSS ----------*/
.btn-group > .btn-radio-control {
    min-height: 35px;
    align-items: center;
    padding: .1875rem .5rem;
    background-color: var(--bs-gray-300) !important;
    border: 1px solid !important;
    border-color: var(--bs-primary) !important;
    accent-color: var(--bs-primary) !important;
    cursor: pointer;
}


.btn-group > .btn-control {
    align-items: center;
    padding: .1875rem .5rem;
    background-color: var(--bs-gray-300) !important;
    border: 1px solid !important;
    border-color: var(--bs-primary) !important;
    cursor: pointer;
}
/*#endregion*/

/*#region ---------- BlockUI CSS ----------*/
.screen-block {
    background: white;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2147483647;
}

.body-block {
    background: white;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2000;
}

.splash-screen {
    display: flex;
    flex-flow: column nowrap;
    font-family: "Segoe UI",Roboto,"Helvetica Neue","-apple-system",BlinkMacSystemFont,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

    .splash-screen .spinner-border {
        margin: auto;
        border: .2em solid;
        border-color: #5f368d #bfbfbf #bfbfbf;
        border-radius: 50%;
        width: 120px;
        height: 120px;
    }

.splash-screen-caption {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.splash-screen-text {
    color: #a1a1a1;
    margin-top: .5rem;
}
/*#endregion*/


/*.toolbar-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-bottom: .75rem;
    padding-right: .625rem;
}


    .toolbar-group > .toolbar-group-text {
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        display: inline-flex;
        padding: .375rem .75rem;
        margin: 0;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        background-color: var(--bs-gray-300) !important;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        border-radius: .25rem !important;
        border-right-width: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        color: black;
    }

    .toolbar-group > .toolbar-group-control {
        align-items: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        display: inline-flex;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .1725em;
        border: 1px solid !important;
        border-color: var(--bs-primary) !important;
        border-radius: .25rem !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

.toolbar-group-control > input {
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    padding: 4px 6px;
    border-width: 0px !important;
    outline: 0px !important;
}

.toolbar-group > .toolbar-group-checkbox {
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .1725em;
    border: 1px solid !important;
    border-color: var(--bs-primary) !important;
    border-radius: .25rem !important;
}
*/
