﻿/* 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. */


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-nav > .nav-item {
    min-width: 100px;
    text-align: center;
}

    .navbar-nav > .nav-item:hover {
        text-decoration: underline;
        text-decoration-color: var(--light);
    }

    .navbar-nav > .nav-item > .active {
        font-weight: bold !important;
        font-size: 1.1rem;
        text-align: center;
        background-color: var(--white);
        min-width: 100px;
        color: var(--dark) !important;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@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;*/
/*background-color: #F0F0EF;*/
/*background-color: #fafaf9;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;*/ /* Vertically center the text there */
/*line-height: 60px;*/ /* Vertically center the text there */
/*}*/

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Viewport height */
}


.footer {
    /* No need for 'position: absolute;' here */
    width: 100%;
    line-height: 60px; /* Adjust to your footer's height */
    /* Ensure the footer sticks to the bottom */
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}*/

.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    border-right: 1px solid gray;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    background-color: #002f6d;
    color: #fff;
}

    #sidebar.active {
        margin-left: -150px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #002f6d;
    }

.sidebarHeight {
    overflow-y: scroll;
    height: 100vh;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/*#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}*/

#content {
    flex: 1; /* Allows content to expand */
}

#sidebarCollapse {
    cursor: pointer;
    display: block;
}

.form-group.required .control-label:after {
    font-size: smaller;
    font-weight: bold;
    font-style: italic;
    content: "(Required)";
    color: #b02a37;
}

.form-group.optional .control-label:after {
    font-size: smaller;
    font-weight: bold;
    font-style: italic;
    content: "(Optional)";
    color: gray;
}

/* ---------------------------------------------------
    LEGACY IMPORTED STYLES
----------------------------------------------------- */

/*
-----------------------toaster-------------------------*/
/*.toast {
    display: none;
    padding: 10px;
    color: #fff;
    z-index: 1000;
    position: fixed;
    width: 400px;*/
    /*top: 10%;*/
    /*border-radius: 1rem;*/
    /*left: 50%;*/
/*}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/
/*
-----------------------toaster -- end -------------------------*/
/*
-----------------------button responsive -- -------------------------*/
@media (max-width: 768px) {
    .btn-responsive {
        padding: 2px 2px;
        font-size: 70%;
        line-height: 1;
        border-radius: 3px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
    }
}
/*
-----------------------button responsive -- end -------------------------*/
/* This is for custom columns of checkbox list*/

.dropdown-menu {
    background-color: var(--light);
    min-height: 100px;
}

.checkBoxListAsDropDownMenu input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 2px;
}


@media screen and (max-width: 767px) {
    .customColumnsTwo {
        overflow-y: scroll;
        overflow-x: scroll;
        min-height: 600px;
        padding-top: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .customColumnsTwo {
        -moz-column-count: 4; /* Firefox */
        -webkit-column-count: 4; /* Safari and Chrome */
        column-count: 4;
        min-height: 500px;
        overflow-y: scroll;
        overflow-x: scroll;
        padding-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .customColumnsTwo {
        -moz-column-count: 2; /* Firefox */
        -webkit-column-count: 2; /* Safari and Chrome */
        column-count: 2;
        min-height: 400px;
        overflow-y: scroll;
        overflow-x: scroll;
        padding-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .customColumnsThree {
        overflow-y: scroll;
        overflow-x: scroll;
        min-height: 600px;
        padding-top: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .customColumnsThree {
        -moz-column-count: 3; /* Firefox */
        -webkit-column-count: 3; /* Safari and Chrome */
        column-count: 3;
        min-height: 500px;
        overflow-y: scroll;
        overflow-x: scroll;
        padding-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .customColumnsThree {
        -moz-column-count: 3; /* Firefox */
        -webkit-column-count: 3; /* Safari and Chrome */
        column-count: 3;
        min-height: 400px;
        overflow-y: scroll;
        overflow-x: scroll;
        padding-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .customColumnsFour

{
    overflow-y: scroll;
    overflow-x: scroll;
    min-height: 600px;
    padding-top: 5px;
}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .customColumnsFour {
        -moz-column-count: 4; /* Firefox */
        -webkit-column-count: 4; /* Safari and Chrome */
        column-count: 4;
        min-height: 500px;
        overflow-y: scroll;
        overflow-x: scroll;
        padding-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .customColumnsFour {
        -moz-column-count: 4; /* Firefox */
        -webkit-column-count: 4; /* Safari and Chrome */
        column-count: 4;
        min-height: 400px;
        overflow-y: scroll;
        overflow-x: scroll;
        padding-top: 5px;
    }
}


.CheckBoxLayoutForSmallerComponent {
    overflow-y: scroll;
    min-height: 600px;
    padding-top: 5px;
}

/* end --This is for custom columns of checkbox list*/

/* This is for custom columns of tree checkbox list*/

.checkBoxListTree input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 2px;
    margin-right: 15px;
}

.tree-view.collapsed {
    display: none;
}

.tree-view.expanded {
    display: block;
}

.tree-containerThreeColumns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

@media screen and (max-width: 767px) {
    .tree-containerThreeColumns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tree-containerThreeColumns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

@media screen and (min-width: 992px) {
    .tree-containerThreeColumns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
}

.tree-column {
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

.tree-view {
    list-style-type: none;
    padding: 0;
}

.child-node {
    padding-left: 20px;
}

.child-node label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 40px);
    word-wrap: break-word;
}

.arrow-tree {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 50%;
}

    .arrow-tree > i {
        font-size: 20px;
        color: #007bff;
    }

    .arrow-tree.expanded {
        transform: rotate(-90deg);
    }

    .arrow-tree:hover {
        background-color: rgba(0, 123, 255, 0.1);
        border-radius: 50%;
    }

.arrow-tree-primary {
    color: #052C65;
}

    .arrow-tree-primary:hover {
        color: #fff;
        background-color: #007bff;
    }

/* end --This is for custom columns of tree checkbox list*/


/* begining of asterik for required fields
    http://blog.adeel.io/2015/10/18/adding-an-asterisk-to-required-fields-in-bootstrap/
*/
.form-group.required .control-label:after {
    font-size: smaller;
    font-weight: bold;
    font-style: italic;
    content: "(Required)";
    color: #b02a37;
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}
/* end of asterik for required fields--------------------------------------*/
/* Callouts .. we can add custom colors too---------------------------------------*/
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    transition: all 0.2s ease-in-out;
    background-color: white;
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

    .bd-callout-info:hover {
        border-right: 1px solid #5bc0de !important;
        border-top: 1px solid #5bc0de !important;
        border-bottom: 1px solid #5bc0de !important;
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

    .bd-callout-warning:hover {
        border-right: 1px solid #f0ad4e !important;
        border-top: 1px solid #f0ad4e !important;
        border-bottom: 1px solid #f0ad4e !important;
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

    .bd-callout-danger h4 {
        color: #d9534f
    }

    .bd-callout-danger:hover {
        border-right: 1px solid #d9534f !important;
        border-top: 1px solid #d9534f !important;
        border-bottom: 1px solid #d9534f !important;
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    }


.bd-callout-lilac {
    border-left-color: #C8A2C8
}

    .bd-callout-lilac h4 {
        color: #C8A2C8
    }

    .bd-callout-lilac:hover {
        border-right: 1px solid #C8A2C8 !important;
        border-top: 1px solid #C8A2C8 !important;
        border-bottom: 1px solid #C8A2C8 !important;
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    }

.bd-callout-success {
    border-left-color: var(--success);
}

    .bd-callout-success h4 {
        color: var(--success);
    }

    .bd-callout-success:hover {
        border-right: 1px solid var(--success) !important;
        border-top: 1px solid var(--success) !important;
        border-bottom: 1px solid var(--success) !important;
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    }

.bd-callout-yellow {
    border-left-color: #FFFF00
}

    .bd-callout-yellow h4 {
        color: #FFFF00
    }

    .bd-callout-yellow:hover {
        border-right: 1px solid #FFFF00 !important;
        border-top: 1px solid #FFFF00 !important;
        border-bottom: 1px solid #FFFF00 !important;
        box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    }

/* end of call out-----------------------------------------------------------*/
/*-----------------radio buttons as cards.................................*/
.card-input-element {
    display: none;
}


.categorized-checkbox-container {
    max-height: 300px;
    overflow-y: auto;
}

.card-input {
    margin: 10px;
    padding: 00px;
}

    .card-input:hover {
        cursor: pointer;
    }

.card-input-element:checked + .card-input {
    border: 5px solid var(--success);
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}
/*-----------------end radio buttons as cards.................................*/
.checkbox-list {
    -moz-column-count: 4; /* Firefox */
    -webkit-column-count: 4; /* Safari and Chrome */
    column-count: 4;
    list-style-type: none;
    width: 100%;
}

/*Equal heights of columns*/
.equalHeightCol {
    height: 100%;
}
/*End of Equal heights of columns*/


/*-- this is for jcaf32-*/
.FirstLevelParentIndent {
    padding-left: 1em !important;
}

.FirstLevelChildIndent {
    padding-left: 1.5em !important;
}

.SecondLevelParentIndent {
    padding-left: 1.5em !important;
}

.SecondLevelChildIndent {
    padding-left: 2.5em !important;
}

.ChildRowStyle {
    background-color: #F8F8F8;
    color: var(--dark);
    border: 2px solid #F8F8F8 !important;
}

.equalHeightCol {
    height: 80%;
}

.HideMidpointColumnCss {
    display: none;
}

.HideBudgetColumnCss {
    display: none;
}

.HideEstimateColumnCss {
    display: none;
}
/*-end for jcaf 32-*/
/*-HorizentalTimeline-*/
.MyContainer {
    /* max-width: 1140px;*/
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
}

div.MyContainer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    div.MyContainer ul::after {
        content: "";
        display: block;
        clear: both;
    }

ul.timeline {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
}

/*ul.timeline > li {
        width: calc( 100% /4);
    }
        */
.year3 {
    width: calc( 100% /3);
}

.year4 {
    width: calc( 100% /4);
}

.year5 {
    width: calc( 100% /5);
}

.year6 {
    width: calc( 100% /6);
}

.year7 {
    width: calc( 100% /7);
}

.year8 {
    width: calc( 100% /8);
}

.year9 {
    width: calc( 100% /9);
}

.year10 {
    width: calc( 100% /10);
}

ul.timeline > li:nth-of-type(odd) > .content {
    -webkit-transform: translateY(calc(-100% - 24px));
    transform: translateY(calc(-100% - 24px));
}

ul .year {
    color: #f0ad4e;
    background: #eef4f7;
    display: block;
    position: relative;
    padding-left: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
}

    ul .year::before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        background: #f0ad4e;
        border-radius: 50%;
        left: -16px;
        top: calc( (30 - 24) / 2 * -1px );
    }

    ul .year.new {
        border-radius: 0 24px 24px 0;
    }

        ul .year.new::after {
            content: "";
            width: 5px;
            height: 5px;
            display: block;
            border: 20px solid #3f444c;
            box-sizing: border-box;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            position: absolute;
            right: -30px;
            top: -9.5px;
        }

ul .content {
    border-left: 4px solid #f0ad4e;
    margin-left: -8px;
    padding: 15px 0;
    padding-right: 24px;
}

    ul .content > li {
        padding-left: 20px;
        border-bottom: 4px solid #eef4f7;
        padding-bottom: 8px;
        position: relative;
        margin-left: -8px;
    }

        ul .content > li:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
        }

        ul .content > li::before {
            content: "";
            display: block;
            position: absolute;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: #eef4f7;
            left: 2px;
            top: 8px;
        }

@media screen and (max-width: 2100px) {
    ul.timeline > li {
        /*width: calc( 100% / 4 );*/
        margin-top: 200px !important;
    }
}

@media screen and (max-width: 991px) {
    ul.timeline > li {
        width: calc( 100% / 2 );
    }
}

@media screen and (max-width: 767px) {
    ul.timeline {
        display: block;
        margin-top: -200px !important;
    }

        ul.timeline > li {
            width: 100%;
        }

            ul.timeline > li:nth-of-type(odd) .content {
                -webkit-transform: none;
                transform: none;
            }
}

.text-lilac {
    color: #C8A2C8
}
/*-End of HorizentalTimeline-*/


/* Status Progress Bar (Project and Plan) */

.arrow-steps .step {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: var(--dark);
    cursor: default;
    margin: 0 2px;
    padding: 6px 5px 5px 10px;
    min-width: 5%;
    float: left;
    position: relative;
    background-color: lightgray;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 17px solid lightgray;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .arrow-steps .step span {
        position: relative;
    }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step.current {
        color: var(--dark);
        background-color: #8F4DBF;
    }

        .arrow-steps .step.current:after {
            border-left: 17px solid #8F4DBF;
        }


.arrow-steps > div.active {
    background-color: #8F4DBF !important;
    color: var(--dark);
}

.arrow-steps > div.past {
    background-color: mediumseagreen !important;
    color: var(--dark);
}

.arrow-steps .step.past {
    color: var(--dark);
    background-color: mediumseagreen;
}

    .arrow-steps .step.past:after {
        border-left: 17px solid mediumseagreen;
    }

@media (max-width: 800px) {
    .arrow-steps {
        max-height: 70px;
        overflow-y: auto;
    }

        .arrow-steps .step {
            min-width: 95%;
            margin-bottom: 5px !important;
        }
}

/* End - Status Progress Bar */

/*word wrap*/
.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /* Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
/* end word wrap*/

/*$sign*/
.dollar-icon {
    border: 0 solid transparent !important;
    background: transparent !important;
}

.percent-icon {
    border: 0 solid transparent !important;
    background: transparent !important;
}


/* Modal Dialog  */
.modal-body-wrapper {
    height: 70vh;
    overflow-y: auto;
    border: thin #CCC solid;
    border-radius: 3px;
    background: #EEE;
    padding: 5px;
}

    .modal-body-wrapper > table {
        white-space: normal !important;
    }

/* End of Modal Dialog  */

/* start of progress bar
*/
.progressWithStartAndEnd {
    margin-bottom: 0;
}

.start {
    float: left;
}

.end {
    float: right;
    text-align: right;
}
/*end of progress*/

table.wrap-normal {
    white-space: normal !important;
}

.overflow-y-auto {
    overflow-y: auto;
}


.overflow-x-auto {
    overflow-x: auto;
}

@media screen and (max-width:900px) {
    .btn-group {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        overflow-x: auto !important;
    }
}



/*---*/
/* this is for the list of values as selectable checkbox*/
.projectCompare {
    background-color: var(--light);
    /*display: inline-block;
    width: 100px;
    height: 100px;*/
    min-height: 50px;
    width: 100%;
    height: 100%;
}


#checkboxes input[type=checkbox] {
    display: none;
}

.projectCompare:hover {
    cursor: pointer;
}

.selectedProjectVersion {
    border: 5px solid var(--success) !important;
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4) !important;
}

#checkboxes input[type=checkbox]:checked + .projectCompare {
    border: 5px solid var(--success) !important;
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4) !important;
}

#checkboxes input[type=checkbox] + .projectCompare :hover {
    cursor: pointer;
}

/*---*/

.position-inherit {
    position: inherit !important;
}

/* verion selected */
.versionSelected {
    border: 5px solid var(--success) !important;
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4) !important;
}

/*Blazor messages*/
.my-reconnect-modal > div {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}
/*blazor messages done*/


/* Sticky table header row */

table.table-stickyheader {
    position: relative;
}

    table.table-stickyheader th {
        position: sticky;
        top: -5px; /* Required for the stickiness */
        z-index: 5;
    }

/* End: sticky table header row */

.table .thead-white th {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6;
}


@media (min-width: 1200px) {
    .modal-lg {
        max-width: 1000px;
    }
}
/*------------------------checkbox size----------------------------*/
.bigCheckBox input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 4px;
}

.bigCheckBoxControl {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    margin-top: 8px;
}
/*-------------------------------bootstrap table stripped row--------------------------*/
.FusionAlternateColors > .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f2f2f2;
}

/*---border width--*/
.border-3 {
    border-width: 3px !important;
}

.table_morecondensed > thead > tr > th,
.table_morecondensed > tbody > tr > th,
.table_morecondensed > tfoot > tr > th,
.table_morecondensed > thead > tr > td,
.table_morecondensed > tbody > tr > td,
.table_morecondensed > tfoot > tr > td {
    padding: 0px;
}

/*-----custom switch----*/
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

    .custom-switch.custom-switch-sm .custom-control-label::before {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

    .custom-switch.custom-switch-sm .custom-control-label::after {
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        border-radius: calc(1rem - (1rem / 2));
    }

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

    .custom-switch.custom-switch-md .custom-control-label::before {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

    .custom-switch.custom-switch-md .custom-control-label::after {
        width: calc(1.5rem - 4px);
        height: calc(1.5rem - 4px);
        border-radius: calc(2rem - (1.5rem / 2));
    }

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

    .custom-switch.custom-switch-lg .custom-control-label::before {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

    .custom-switch.custom-switch-lg .custom-control-label::after {
        width: calc(2rem - 4px);
        height: calc(2rem - 4px);
        border-radius: calc(3rem - (2rem / 2));
    }

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

    .custom-switch.custom-switch-xl .custom-control-label::before {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

    .custom-switch.custom-switch-xl .custom-control-label::after {
        width: calc(2.5rem - 4px);
        height: calc(2.5rem - 4px);
        border-radius: calc(4rem - (2.5rem / 2));
    }

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}
/*--*/
.modal-lg {
    max-width: 1400px;
}
/*--*/

/*---Disabled*/
.varDisabledInputControl {
    opacity: 1 !important;
    color: black;
    border: grey solid 2px !important;
}

input.varDisabledInputControl[type=checkbox]:checked[disabled] {
    opacity: 1 !important;
    color: black !important;
    outline: black solid 1px;
    background-color: red !important;
}
/*---Disabled*/
.fusionEnabledInputControl {
    color: black;
}
/*Adding scroll to modal popup*/
.modal-dialog-scroll {
    overflow-y: initial !important
}

.modal-body-scroll {
    height: 80vh;
    overflow-y: auto;
}

.fusionDisabledBackgroundInputControl {
    color: black;
    background-color: lightgray
}

.siBuildingListHeight {
    overflow-y: scroll;
    height: 70vh;
}

.manageUsersDialogHeight {
    overflow-y: scroll;
    height: 70vh;
}

.smallFontSize {
    font-size: small;
    font-weight: bold;
}

th.regularRequired::after {
    font-size: large;
    font-weight: bold;
    content: "*";
    color: red;
}

.verticalText {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    vertical-align: bottom;
    text-align: left;
    white-space: nowrap;
    transform: rotate(180deg);
    /* Legacy vendor prefixes */
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.sort-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.mw-90 {
    max-width: 90% !important;
}

.bg-info-light {
    color: #0c5460 !important;
    background-color: #bee5eb !important;
}

.card-header-bg-grey {
    background-color: #fafaf9 !important;
}

.text-warning-alt {
    color: #EDDA2F !important
}

table.fixed {
    table-layout: fixed;
}

    table.fixed td {
        overflow: hidden;
    }

.table-container {
    margin: 10px;
}

DisplayNothing {
    display: none;
}

DisplayBold {
    font-weight: bold;
}

.change-campus-wrapper {
    display: flex !important;
    justify-content: flex-end;
}

.custom-btn {
    margin-left: 9px;
}

.btn-goback {
    margin-left: -9px !important;
}

.roomdetails .modal-lg {
    max-width: 530px !important;
}

.uploadfilewrap {
    display: flex;
    justify-content: center;
}

.uploadfilerm {
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 99px;
}

.opacity-0 {
    opacity: 0;
}

.jcaf33save {
    position: initial;
    bottom: 0;
}
.table-border-radius {
    border-radius: 10px;
   
    border: 1px solid #DEE2E6
}

/* START Activity Breakdown Detail Custom Styling */

.student-group-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
}

.program-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.program-badge-light {
    color: #002f6d;
    background-color: #9fcdff;
}

/* END Activity Breakdown Detail Custom Styling */

/* START Status Control Dropdown Styling */

.status-control-dropdown .dropdown-menu {
    min-height: auto;
    padding: 0;
}

    .status-control-dropdown .dropdown-menu.no-items {
        min-height: 0;
        padding: 0;
    }

    .status-control-dropdown .dropdown-menu.one-item {
        min-height: auto;
        padding: 0;
    }

/* END Status Control Dropdown Styling */

/* START User Account Dropdown Styling */

.user-dropdown .dropdown-menu {
    min-height: auto;
    padding: 0;
}

.user-dropdown .dropdown-menu {
    min-height: auto;
    padding: 0;
}

/* END User Account Dropdown Styling */

/* START SurveyJS dynamic panel total count at the top */

.paneldynamic-top-navigator-style {
    border: none;
    background: none;
    pointer-events: none;
    outline: none;
    font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
    line-height: calc(1.5*(var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
    color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45))) !important;
    font-weight: 100;
}

/* END SurveyJS dynamic panel total count at the top */

/* START Vision Goal Summary Table Custom Styling */

.vg-badge {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.vg-badge-filled {
    color: #002f6d;
    background-color: #DCEBFF
}

.vg-badge-light {
    color: #002f6d;
    background-color: #FFF;
    border: 1px solid #002f6d;
}

/* END Vision Goal Summary Table Custom Styling */