@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* 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. */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.k-grid {
    font-size: 12px !important;
}

.k-grid-header {
    font-weight: bold !important;
}

.k-grid {
    font-size: 10px !important;
}

k-grid td {
    padding: 0.1em 0.1em !important;
}

@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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.bg-mfa-navbar {
    /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
    background-image: linear-gradient(15deg, #13547a 0%, #13547a 100%);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: green;
}

    input:checked + .slider.disabled {
        background-color: green;
        opacity: .3;
    }

input:focus + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider.disabled:before {
    background-color: #ccc;
}

/* The switch - the box around the slider */
.switch-small {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 27px;
}

    /* Hide default HTML checkbox */
    .switch-small input {
        display: none;
    }

/* The slider */
.slider-small {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-small:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .3s;
        transition: .3s;
    }

input:checked + .slider-small {
    background-color: green;
}

input:focus + .slider-small {
    box-shadow: 0 0 1px green;
}

input:checked + .slider-small:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

/* Rounded sliders */
.slider-small.round {
    border-radius: 25px;
}

    .slider-small.round:before {
        border-radius: 50%;
    }


.MFAGrid {
    font-size: 10px;
    font-family: Verdana;
}

.MFAFilterColumn {
    width: 250px;
}

.MFAGrid > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
}


.MFAGrid > tbody {
    display: block;
    /*height: 450px;
    overflow-y: auto;*/
}

    .MFAGrid > tbody > tr > td {
        border-top: 0px;
        border-bottom: 0px;
    }

.table td, .table th {
    padding-bottom: .55rem;
    padding-bottom: .55rem;
    padding-left: .3rem;
    padding-right: .3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.MFAGrid > a {
    color: #337ab7;
}

.MFAWindow {
    border: 0px;
    border-color: transparent;
    color: #fff;
    border-width: 0pc;
}

.k-window {
    border: 0px !important;
    padding: 0px;
    color: #FFF;
    border-width: 0px !important;
    border-style: hidden;
}

.MFAWindowFooter {
    background-color: white;
    float: right;
    padding: 0px;
    position: sticky;
    bottom: 0;
    padding-bottom: 0px;
    width: 100%;
    vertical-align: middle;
    height: 8s0px;
}

.k-drawer-content {
    width: 100%;
}

.MFAWindow .k-window-titlebar {
    /*background: rgb(78, 105, 135);*/
    /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
    background-image: linear-gradient(15deg, rgb(78, 105, 135) 0%, #8aafeb 100%);
    /*border-color: rgb(78, 105, 135);*/
    border-color: transparent;
    border: 0px !important;
    color: #FFF;
}

.MFAWindow .k-window-content, .k-prompt-container {
    padding-bottom: 0px;
}

.MFAWindowClose {
    background: rgb(78, 105, 135);
    color: #fff;
}

    .MFAWindowClose:hover {
        color: lightgray;
        background: background: rgb(78, 105, 135);
    }

.MFAFieldSelector {
    height: 325px;
    overflow-y: auto;
}

.MFAWindowContainer {
    height: 325px;
    overflow-y: auto;
}

.MFADetailViewContainer {
    height: calc(100% - 73px);
    overflow-y: auto;
}

.MFAWaitingWindow {
}

    .MFAWaitingWindow .k-window-titlebar {
        height: 0px;
        border: 0px;
    }

.PagingContainer {
    background-color: rgba(0,0,0,.03);
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.pagination {
    background-color: none;
    padding-left: 10px;
    padding-top: 5px;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        background-color: none;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: rgb(78, 105, 135);
            color: white;
            border-radius: 40px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 20px;
        }

.AdditionalFilters a {
    color: blue;
    float: right;
    padding-right: 3px;
    cursor: pointer;
    font-size: 10px;
}

.MFAoverlay {
    position: fixed; /* Sit on top of the page content */
    /*display: none;*/ /* Hidden by default */
    width: 1150px; /* Full width (cover the whole page) */
    height: 710px; /* Full height (cover the whole page) */
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: none; /* Add a pointer on hover */
    display: flex;
    align-items: center;
    justify-content: center;
}

.MFALoader {
    /*display: none;*/ /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    background-color: rgba(0,0,0,0.65); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: none; /* Add a pointer on hover */
    display: flex;
    align-items: center;
    justify-content: center;
}


.k-menu:not(.k-context-menu) {
    background-color: transparent !important;
}

    .k-menu:not(.k-context-menu) > .k-item {
        color: #f8f9fa !important;
    }

        .k-menu:not(.k-context-menu) > .k-item > .k-state-active {
            color: lightgray !important;
        }

/* BEGIN Telerik 4.3 CSS Update */

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0.5rem !important;
}

.k-menu-link {
    padding: 0.5rem 0.5rem !important;
}

.k-menu {
    font-size: 1rem !important;
}

.k-menu-group-md .k-menu-link {
    padding: 0.25rem 1rem !important;
    padding-inline-end: calc(2rem + 16px) !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.k-menu-group .k-item > .k-link:active,
.k-menu-group .k-item > .k-link.k-active,
.k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
    color: #ffffff !important;
    background-color: #0d6efd !important;
}

.k-drawer-item.k-selected {
    color: #ffffff !important;
    background-color: #0d6efd !important;
}

.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #ff6358 !important;
    color: white !important;
    background-color: #0d6efd !important;
}

.k-radio:checked, .k-radio.k-checked {
    border-color: #0d6efd !important;
    color: white !important;
    background-color: #0d6efd !important;
}

.k-popup {
    border-radius: 0.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

.k-menu-popup {
    box-shadow: none !important;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 0.375rem 0.75rem !important;
}

.k-drawer-item .k-icon {
    padding-block: 0px !important;
    font-size: 16px !important;
    line-height: 2 !important;
    flex-shrink: 0 !important;
}

.k-drawer-item {
    padding: 0.5rem 1rem !important;
    outline: 0 !important;
    color: inherit !important;
    font-size: 16px !important;
    line-height: 2 !important;
    display: flex !important;
    flex-flow: row nowrap !important;
    cursor: pointer !important;
}

    .k-drawer-item .k-svg-icon, .k-drawer-item .k-icon {
        flex-shrink: 0 !important;
        padding-inline: 0 !important;
        padding-block: 8px !important;
        box-sizing: content-box !important;
    }

.k-button-solid-base {
    border-color: #e4e7eb !important;
    color: #212529 !important;
    background-color: #e4e7eb !important;
}

.k-input-solid {
    border-color: #ced4da !important;
    color: #495057 !important;
    background-color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.k-input-button {
    width: auto !important;
    border-width: 0 !important;
    border-inline-start-width: 1px !important;
    flex: none !important;
    aspect-ratio: auto !important;
    box-shadow: none !important;
}

.k-button-md.k-icon-button {
    padding: 0.375rem !important;
}

.k-switch-off .k-switch-track {
    border-color: #adb5bd !important;
    background-color: #ffffff !important;
    text-transform: none !important;
}

.k-switch-md .k-switch-track {
    width: 56px !important;
    height: 30px !important;
    color: #424242 !important;
}

.k-switch-off .k-switch-thumb {
    background-color: #adb5bd !important;
}

.k-switch-md .k-switch-thumb {
    width: 24px !important;
    height: 24px !important;
}

.k-switch-label-on, .k-switch-label-off {
    text-transform: none !important;
    display: inline !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    overflow: hidden !important;
}

.k-window-titlebar {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    padding: 1rem 1rem !important;
    border-width: 0 0 1px !important;
    border-style: solid !important;
    white-space: nowrap !important;
    display: flex !important;
    flex-direction: row !important;
    flex-shrink: 0 !important;
    align-items: center !important;
}

.k-window-title {
    padding: .5em 0 !important;
    margin: -.5em 0 !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    cursor: default !important;
    flex: 1 !important;
    display: flex !important;
    flex-flow: row nowrap !important;
}

.k-window-titlebar-actions {
    margin: -5em 0 !important;
    -webkit-margin-end: 0rem !important;
    margin-inline-end: 0rem !important;
    line-height: 1 !important;
    display: flex !important;
    gap: 0.5rem !important;
    flex-flow: row nowrap !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    vertical-align: top !important;
}

.k-window-content, .k-prompt-container {
    padding: 1rem 1rem !important;
    border-width: 0 !important;
    border-color: inherit !important;
    color: inherit !important;
    background: none !important;
    outline: 0 !important;
    overflow: auto !important;
    position: relative !important;
    flex: 1 1 auto !important;
}

.k-window {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
}

/* END Telerik 4.3 CSS Update */
.jumbotron {
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
    background-repeat: repeat;
}

    .jumbotron .container {
        position: relative;
        z-index: 2;
        background: rgba(241, 231, 231, 0.05);
        padding: 2rem;
        border: 1px solid rgba(241, 231, 231, 0.05);
        border-radius: 3px;
        width: 100%;
    }

.jumbotron-background {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-repeat: repeat;
}

img.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.k-list .k-list-md .k-item {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 12px;
}

.k-switch-label-on {
    display: inline !important;
    color: white !important;
    font-size: 12px !important;
}

.k-switch-label-off {
    display: inline !important;
    text-align: end !important;
    width: 90% !important;
    font-size: 12px !important;
}

.MFA-k-switch.k-switch-on span.k-switch-container {
    background-color: green;
}

.MFA-k-switch-corrections.k-switch-on span.k-switch-container {
    background-color: #17a2b8;
}




.blazor-error-ui {
    display: none;
}

.hidden {
    display: none;
}

.custom-positioned-notifications {
    position: relative; /* force the individual notifications respect the position of their parent */
    flex-wrap: nowrap !important; /* display the individual notifications in a single column */
}

.centered-notification-parent {
    /* center this element on the screen, no matter the page scroll offset */
    position: fixed;
    left: 50%;
    top: 22%;
    width: 650px;
    transform: translate(-50%, -50%);
    z-index: 1234; /* depends on other z-indexes on the page */
}




/***************************/
/*

    BEGIN HALLOWEEN STYLES

****************************/

/*
.bg-mfa-navbar {
    background-image: linear-gradient(15deg, #000 0%, #000 100%) !important;
}

.k-menu-expand-arrow {
    color: darkorange;
}

a {
    color: darkorange;
}

div > table.MFAGrid > tbody > tr > td > div > a {
    color: darkorange !important;
}

a:hover {
    color: darkgoldenrod;    
}

ul > li > a {
    color: darkorange !important;
}

li.k-drawer-item.k-selected {
    background-color: darkorange !important;
}

.btn-info {
    background-color: darkorange;
    border-color: darkorange;
}

.btn-info:hover {
    background-color: darkorange;
    border-color: darkorange;
}

.btn-info.btn-light {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #FFDDA1;
}

table.MFAGrid.table.table-striped.table-bordered.MFAGridFooter > tbody > tr {
    background-color: black !important;
}

div.k-menu-popup > ul.k-menu-group > li.k-item k-menu-item:hover{
    background-color: black !important; 
}

.k-menu-group .k-item > .k-link:active,
.k-menu-group .k-item > .k-link.k-active,
.k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
    background-color: black !important;
}

.MFAWindow .k-window-titlebar {
    background-image: linear-gradient(15deg, rgb(0,0,0) 0%, #000000 100%);
    background-color: black !important;
}

.MFAWindowClose {
    background: rgb(0, 0, 0);
}

.MFAWindowSubmit.btn-primary {
    background-color: darkorange;
    border-color: darkorange;
}

.MFAWindowSubmit.btn-primary:hover {
    background-color: darkorange;
    border-color: darkorange;
}

.k-radio:checked, .k-radio.k-checked {
    border-color: darkorange !important;
    background-color: darkorange !important;
}

.mfaText {
    color: darkorange !important;
}

.pagination a.active {
    background-color: darkorange;
}

div.k-window-content > div > button.btn-primary {
    background-color: darkorange;
    border-color: darkorange;
}

table.snapshotTable > tr.alternate {
    background-color: #FFDDA1;
}

table.snapshotTable > tr.alternate > td > a {
        color: black !important;
        text-decoration: underline;
        font-weight: bold;
}

div.jumbotron-background > img {
    filter: sepia(100%);
}

div.jumbotron > div > div > div > img {
    filter: sepia(100%);
}

    /***************************/
    /*

    Telerik 5.0 Upgrade Button Icon Styles

*****************************/

div.k-drawer-items > ul > li.k-drawer-item {
    padding-inline: 0px !important;
}

.k-button-solid-base:focus, .k-button-solid-base.k-focus {
    box-shadow: none !important;
}


.k-drawer-item.k-selected > .telerik-blazor.k-button.k-icon {
        color: white !important;
}

.telerik-blazor.k-button.k-icon {
    background: none !important;
    border: none !important;
    margin: auto !important;
}

/***************************/
/*

    END Telerik 5.0 Upgrade Button Icon Styles

*****************************/

.k-state-selected.k-state-focused {
    background-color: lightgray !important;
}