@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.splitter-html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.submenu {
    background-image: linear-gradient(90deg, #3a0647, #052767);
    /*Note: Changed ".px-4{padding-right:0.25rem!important}" in bootstrap.min.css for padding-right*/
}

.submenu-divider {
    border-bottom: 3px solid #2a6bb5;
}

.sidebar {
    background-image: linear-gradient(180deg, #052767, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-top: 1px;
        padding-bottom: 1px;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }


.content {
    padding-top: 0rem;
}

.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;
    }

@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;
    }
}

@media (min-width: 78px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        height: 100dvh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


/*CUSTOM STYLES*/

polygon {
    fill-opacity: 0.80;
}

.body1 {
    width: 100vw;
    height: 100dvh;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* WebKit-based browsers */
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-user-select: none; /* Mozilla-based browsers */
}

.html1 {
    position: fixed;
    height: 100%;
    overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0px;
}

button {
    margin: 2px;
    padding: 0px;
    border: none;
}

    button:focus {
        outline: none;
    }



.mbox-header-u {
    width: 100%;
    height: 33px;
    max-height: 33px;
    display: grid;
    grid-template-columns: 36px calc(100% - 81px) 45px;
    background-image: linear-gradient(180deg, #DFE9F5, #B2D2F9, #DFE9F5);
    border-bottom: 1px solid gray;
}

    .mbox-header-u:hover {
        background-image: linear-gradient(180deg, #EDF3FA, #D9E9FC, #EDF3FA);
    }

.mbox-icon-sub {
    position: absolute;
    left: 16px;
    top: 16px;
    max-height: 20px;
    object-fit: contain;
    
}

.mbox-icon {
    max-height: 30px;
    object-fit: contain;
    padding: 2px 2px 2px 4px;
}


.mbox-icon-sm {
    max-height: 24px;
    object-fit: contain;
    padding: 1px 3px 3px 4px;
}


.mbox-title {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 6px;
}

.mbox-title2 {
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    padding-left: 2px;
}

.mbox-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100px;
}

.mbox-nowrap2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin: 0px;
}

/*.mbox-header-btn {
    height: 32px;
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
    color: gray;
    margin-top: -1px;
}

    .mbox-header-btn:hover {
        background-image: linear-gradient(180deg, #e9e9e9, #cbcbcb);
    }

    .mbox-header-btn:active {
        background-image: linear-gradient(180deg, #b6d6fc, #448feb);
    }*/

/*.mbox-red-btn {
    height: 32px;
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
    color: gray;
    margin-top: -1px;
}

    .mbox-red-btn:hover {
        background-image: linear-gradient(180deg, #e9e9e9, #cbcbcb);
    }

    .mbox-red-btn:active {
        background-image: linear-gradient(180deg, #b6d6fc, #448feb);
    }*/


.mbox-msg-text {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
}

.txt-down-timer {
    padding-top: 2px;
    font-size: large;
    font-weight: 600;
    color: #575757;
}

.mbox-btns-area {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 6px;
}

.mbox-btn {
    margin: 7px;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid gray;
    max-height: 80px;
    text-align: center;
    background-image: linear-gradient(180deg, #f9f9f9, #e7e7e7);
    box-shadow: 2px 2px 2px #888888;
}

    .mbox-btn:hover {
        background-image: linear-gradient(180deg, #f1f6fc, #b6d6fc);
    }

    .mbox-btn:active {
        background-image: linear-gradient(180deg, #b6d6fc, #448feb);
    }

.mbox-btn-highlight {
    background-image: linear-gradient(180deg, #ff50ff, #fffcff);
}

.mbox-btn-text {
    font-size: 14px;
    margin-bottom: -2px;
}



.manage-skills-sm-btn-divider {
    width: 4px;
    border-left: 4px solid #7d7e7f;
}

.manage-settings-sm-btn-divider {
    width: 4px;
    border-left: 4px solid #7d7e7f;
    margin-left: 8px;
}


.mbox-btn2 {
    width: 40px;
}
    /*TOP NAVIGATION*/



    .topnav-user {
        display: block;
        width: auto;
        overflow: hidden;
        padding: 2px 8px 2px 8px;
        background-image: linear-gradient(180deg, white, white);
        font-weight: 400;
        color: black;
        border-radius: 4px;
    }

/*Note: Hex Opacity Numbers:
                            100% — FF,
                            90% — E6,
                            80% — CC,
                            70% — B3,
                            60% — 99,
                            50% — 80,
                            40% — 66,
                            30% — 4D,
                            25% — 40,
                            20% — 33,
                            10% — 1A */

.topnav {
    overflow: hidden;
    background-image: linear-gradient(180deg, #DAE8FAcc, #DAE8FA33);
}

    .topnav2 {
        padding: 6px;
        display: grid;
        grid-template-columns: 80px max-content;
    }

.topnavText {
    display: inline;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 600;
    color: #0f3359;
    vertical-align: middle;
}

.topnavText-sm {
    display: inline;
    white-space: nowrap;
    font-size: 14px;
    color: #0f3359;
    vertical-align: bottom;
    padding-left: 2px;
    padding-top: 4px;
    font-style: italic;
}

    .topnavImage {
        vertical-align: middle;
        display: inline;
        top: 10px;
        left: 15px;
        z-index: 2;
        height: 65px;
        object-fit: contain;
        padding-left: 6px;
    }

/*MESSAGE BOXES*/


.mbox-whole {
    border: 1px solid gray;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 4px;
}


.mbox-header-b {
    width: 100%;
    height: 33px;
    display: grid;
    grid-template-columns: 36px calc(100% - 136px) 50px 50px;
    background-image: linear-gradient(180deg, #DFE9F5, #B2D2F9, #DFE9F5);
    border: 1px solid gray;
}

    .mbox-header-b:hover {
        background-image: linear-gradient(180deg, #EDF3FA, #D9E9FC, #EDF3FA);
    }

.mbox-header-b5 {
    grid-template-columns: 36px calc(100% - 171px) 45px 45px 45px;
}

.mbox-header-b6 {
    grid-template-columns: 36px calc(100% - 220px) 45px 45px 45px 45px;
}


    .mbox-h0 {
        grid-template-columns: 36px calc(100% - 36px);
    }

.titlebar-help {
    grid-template-columns: 36px calc(100% - 36px);
    background-image: linear-gradient(180deg, #dff5df, #b2f9b6, #dff5df);
}

.mbox-h1 {
    grid-template-columns: 36px calc(100% - 81px) 45px;
}

.mbox-h1-sub {
    grid-template-columns: 36px calc(100% - 81px) 45px;
    background-image: linear-gradient(180deg, #f5f5f5, #e7e7e7, #f5f5f5);
    
}


.mbox-h3 {
    grid-template-columns: 36px 65px 12px calc(100% - 203px) 45px 45px;
}

.mbox-h3b {
    grid-template-columns: 36px 90px 12px calc(100% - 228px) 45px 45px;
}

.mbox-h4 {
    grid-template-columns: 36px 150px calc(100% - 194px);
}

.menu-h1 {
    grid-template-columns: 36px calc(100% - 186px) repeat(3,50px);
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid gray;
}

.mbox-btns-area-rows-40 {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(4, 60px);
    margin-bottom: 6px;
}

.mbox-icon-40 {
    max-height: 40px;
    object-fit: contain;
    padding: 2px 2px 2px 2px;
}

.mbox-btn-40 {
    text-align: left;
    display: grid;
    grid-template-columns: 60px 100px;
    max-height: 50px;
}

.mbox-btn-text-40 {
    padding-top: 8px;
    font-size: 16px;
    text-align: left;
}


.mbox-operant {
    display: grid;
    grid-template-columns: 8px calc(100% - 16px) 8px;
    height: 30px;
    margin: 6px;
}

.mbox-operant-text {
    padding-top: 3px;
    font-size: 18px;
    font-weight: 500;
}

/*DROPDOWN BUTTONS*/


.dropdown-manage-skills {
    position: absolute;
    z-index: 12;
    border: 1px solid gray;
    background-color: white;
    left: -41px;
    top: 46px;
    min-width: 160px;
    border-radius: 4px;
    box-shadow: 4px 4px 4px #888888;
}

.dropdown-btn-text {
    padding-right: 6px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 35px;
}

.dropdown-btn-tooltip {
    top: 0px;
    left: 160px;
}

.dropdown-btn {
    /*padding: 1px;*/
    border-top: 1px solid silver;
    display: grid;
    grid-template-columns: 40px calc(100% - 40px);
    width: 100%;
    height: 100%;
}

    .dropdown-btn:hover {
        background-image: linear-gradient(180deg, #f1f6fc, #b6d6fc);
    }

    .dropdown-btn:active {
        background-image: linear-gradient(180deg, #b6d6fc, #448feb);
    }

.dropdown-btn-3x {
    grid-template-columns: 40px calc(100% - 60px) 20px;
}

    .manage-skills-lg-btn-divider {
        width: 100%;
        border-top: 2px solid #7d7e7f;
    }


/*     tr:active {
        background-image: linear-gradient(180deg, #b6d6fc, #448feb);
    } */




.edit-pivot1 {
    border: 1px solid silver;
    font-weight: 200;
    font-size: 13px;
}

.edit-pivot2 {
    border: 1px solid silver;
    font-weight: 200;
    font-size: 11px;
}

.edit-pivot-header {
    border-bottom: 1px solid gray;
    margin-bottom: 2px;
}

.edit-pivot-image {
    padding: 4px 0px 4px 8px;
}


.table5, th, td {
    font-size: 12px;
    padding: 0px;
    table-layout: fixed;
    width: 100%;
}

.table5-cell {
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}



.table1, th, td {
    border: 1px solid lightgray;
    border-top: none;
    table-layout: fixed;
    width: 100%;
}

.table1-cell {
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
}

/*.table3, th, td {
    border: 1px solid lightgray;
    table-layout: fixed;
    width: 100%;
}

.table3-cell {
    border-top: 1px solid lightgray;
    white-space: nowrap;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
}*/


.table4, th, td {
    table-layout: fixed;
    width: 100%;
    padding-left: 4px;
}

.table5, th, td {
    font-size: 12px;
    padding: 0px;
    border: 1px solid lightgray;
    border-top: none;
    table-layout: fixed;
    width: 100%;
}

.table5-cell {
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}


/*.table2, th, td {
    border: none;
    border-top: none;
    table-layout: fixed;
    width: 100%;
}


.table2-cell {
    white-space: nowrap;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}*/

tr:hover {
    background-color: gainsboro;
}


.table6, th, td {
    font-size: 14px;
    padding: 4px;
}


.form-field-disabled {
    height: 40px;
    width: 203px;
    border-radius: 3px;
    background-color: #62626280;
    position: relative;
    margin-top: -40px;
    margin-left: 85px;
}

.form-field-disabled:hover {
    background-image: linear-gradient(180deg, #f1f6fc80, #b6d6fc80);
}

.tooltip-embedded-btn-disabled {
    border-radius: 3px;
    background-color: #62626280;
    position: relative;
    margin-top: -36px;
    margin-left: 2px;
    width: 120px;
    height: 34px;
}

.tooltip-embedded-btn {
    border-radius: 3px;
    margin: 2px;
    border: 1px solid gray;
    display: grid;
    grid-template-columns: 35px 85px;
    width: 120px;
    height: 34px;
    background-image: linear-gradient(180deg, #f9f9f9, #e7e7e7);
}

    .tooltip-embedded-btn:hover {
        background-image: linear-gradient(180deg, #f1f6fc, #b6d6fc);
    }

    .tooltip-embedded-btn:active {
        background-image: linear-gradient(180deg, #b6d6fc, #448feb);
    }

