@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    src: url("https://ardalyst.com/wp-content/themes/ardalyst/fonts/Roboto-Light.ttf");
    font-family: Roboto;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    src: url("https://ardalyst.com/wp-content/themes/ardalyst/fonts/Roboto-Medium.ttf");
    font-family: Roboto;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    src: url("https://ardalyst.com/wp-content/themes/ardalyst/fonts/Roboto-Bold.ttf");
    font-family: Roboto;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    src: url("/Lato-Light.ttf");
    font-family: Lato;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    src: url("/Lato-Regular.ttf");
    font-family: Lato;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    src: url("/Lato-Bold.ttf");
    font-family: Lato;
    font-weight: 700;
    font-display: swap;
}

html, body {
    font-family: Roboto, Segoe UI;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333F48;
    background-color: #ffffff;
}

a, .btn-link {
    color: #0366d6;
}

body {
}

app {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    padding-top: 85px;      /* Keeps navbar visible */
    padding-bottom: 6rem;   /* Allows room for header */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

h1 {
    font-family: Lato, "Poppins Font Family", Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 500;
}
/* line 56, G:/Agents/BA5135/_wap/117/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
h2 {
    font-family: Lato, "Poppins Font Family", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
}
/* line 61, G:/Agents/BA5135/_wap/117/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
 h3 {
    font-size: 28px;
    font-family: Lato, "Poppins Font Family", Helvetica, Arial, sans-serif;
    font-weight: 500
}

h4 {
    font-family: Lato, "Poppins Font Family", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.ardalyst-navbar {
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
    .ardalyst-navbar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .ardalyst-navbar .navbar-brand {
        font-size: 1.1rem;
    }

    .ardalyst-navbar .oi {
        width: 1.5rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .ardalyst-navbar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }
        .ardalyst-navbar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            padding-left: 0.5rem;
        }

            .ardalyst-navbar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .ardalyst-navbar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.floats-container {
    overflow: hidden
}

.lightgray-background {
    background-color: #f5f5f5;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
}

.tableFixHead {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
    height: 40px;
    padding: 10px;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height:10px;
}

/* Track */
::-webkit-scrollbar-track {
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(5, 39, 103);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #333F48;
    }

.chartview {
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    width:100%;
    margin-top: 10px;
}

.chartview-border {
    border: solid black 1px;
}

.compliancemap {
    width: 100%;
}

.compliancemap th {
    max-height: 15px;
    max-width: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 10px;
    color: white;
    background-color: #333F48;
    border: solid black 3px;
    text-align: center;
}

    .compliancemap td {
        max-height: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 68px;
        white-space: nowrap;
        padding: 2px 10px;
        border: 1px solid #333F48;
        text-align: center;
    }

.compliancemap td:hover {
    opacity: 0.85
}

.implemented {
    background-color: #78Be20;
    color: white;
}

.planned {
    background-color: #ED8B00;
    color: white;
}

.na {
    background-color: #e6ffc5;
    color: black;
}

.undetermined {
    background-color: #B2B4B2;
    color: black;
}

.blank {
    background-color: white;
    color: white;
    border: none !important;
    height:25px
}

.blank-scoring-map {
    background-color: white;
    color: white;
    border-bottom: 1px solid black !important;
    border-left: none !important;
    border-right: none !important;
    height: 25px
}
.basic-control {
    border: solid black 3px !important;
}
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #3a0647;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    position: absolute;
    right: 0;
    z-index: 101;
}
.spinner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    opacity: 0.5;
    z-index: 100;
    top: 0;
    left: 0;
}
.spinner-message {
    z-index: 101;
    position: absolute;
    color: #3a0647;
    font-size: x-large;
    font-weight: bold;
    margin: 0;
    top: 50%;
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}
.spinner-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #3a0647;
    min-width: 200px;
    min-height: 100px;
}
.row{
    margin-top:30px;
}
@keyframes spin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

/* Applied when screen size is 1200px or greater */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px !important;
    }
}


/* Applied when screen size drops below 992px */
@media (max-width: 991.98px) {
    main {
        padding-bottom: 6.5rem;
    }

    .footer {
        height: 5.5rem;
    }
}

/* Applied when screen size drops below 768px */
@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    main {
        padding-bottom: 7rem;
    }

    .footer {
        height: 6rem;
    }
}

/* Applies when screen width is 768px - Npx */
@media (min-width: 768px) {   
    app {
        flex-direction: row;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }
}
