@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Roboto';
    src: url('/css/fonts/Roboto/Roboto-VariableFont_wdth-wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /*margin-top: 5rem;*/
}

body,
button,
input,
select,
textarea {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

a, .btn-link {
    color: #0099CC;
    outline: none;
    text-decoration: none;
}

    a:hover, a:focus, .btn-link:hover, .btn-link:focus {
        text-decoration: none;
    }

    a.isDisabled {
        pointer-events: none;
        opacity: .65;
    }

.question-mark:hover .question-mark-icon,
.question-mark .question-mark-icon-hover {
    display: none;
}

.question-mark:hover .question-mark-icon-hover {
    color: #000000;
    display: inline;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-witdh-16 {
    width: 16px;
}

.border-1 {
    border: 1px solid #E7E7E7;
}

.border-top-1 {
    border-top: 1px solid #E7E7E7;
}

.popover-scroll {
    height: 300px;
    overflow-y: scroll;
}

.validation-message {
    color: red;
    font-size: 12px;
    padding-left: 15px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red !important;
}

.summary-bar-container {
    top: 80px;
}

.vertical-grid thead th {
    overflow: hidden; 
    white-space: nowrap; 
}

a .isDisabled {
    pointer-events: none;
}

.tooltip-custom .tooltip-inner {
    background-color: #0099CC;
    color: #ffffff;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.tooltip-custom .arrow::before {
    border-top-color: #343a40;
}