﻿.site-background-color {
    background-color: #fff;
}

.site-dark-background-color {
    background-color: #000;
}

.banner-background-color {
    background-color: #19405d !important;
}

.menu-background-color {
    background-color: #000 !important;
}

.layoutTitleRow {
    margin-bottom: 0px;
    border-bottom: solid 3px #fff;
    margin-right: 0;
}

.footerRow {
    margin-right: 0;
}

.logo-styl {
    margin-bottom: 12px !important;
}

.layoutLogoImage {
    margin-bottom: 12px !important;
    width: 56px
}

.layoutTitleDiv {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    /*width: 800px;*/
    padding-top: 12px !important;
}

.contactUsLayoutImage {
    height: 60px;
    width: 60px;
    border-width: 0px;
}

.contactUsLayoutDiv {
    padding-top: 12px !important;
}

.site-banner {
    height: 75px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    padding-top: 12px !important;
}

.site-title {
    padding-left: 100px;
    color: #fff;
    font-size: 36px;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

#loading-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loading-spinner {
    display: block; /* Make the image a block-level element */
    margin: 0 auto; /* Center horizontally by setting left and right margins to auto */
    position: absolute; /* Position absolutely within the parent container */
    top: 50%; /* Move 50% down from the top of the parent container */
    left: 50%; /* Move 50% from the left of the parent container */
    transform: translate(-50%, -50%); /* Translate the image back by 50% of its own width and height */
    width: 200px;
}

li {
    list-style: none !important;
}

.li-nav {
    list-style: none !important;
}

    .li-nav:hover {
        list-style: none !important;
        background-color: #000 !important;
    }

.li-nav-parent {
    list-style: none !important;
}

    .li-nav-parent:hover, .li-inner1:hover {
        list-style: none !important;
        background-color: #000 !important;
    }


.li-nav:hover + .li-nav-parent {
    background-color: #000 !important;
}


.dropdown-submenu {
    position: relative;
    background-color: transparent;
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #000 !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 35px !important;
    left: 0px !important;
    background-color: #113442;
    margin-top: -8px;
    margin-left: -1px !important;
    border: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    padding-left: 0px !important;
    padding-right: 25px !important;
    padding-top: 0px;
    color: #fff;
}
/*****************************************************/

.dropdown-submenu2 {
    position: relative;
    background-color: #000;
    color: #fff;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #000 !important;
}

.dropdown-submenu2 > .dropdown-menu2 {
    top: 0px !important;
    left: 0px !important;
    background-color: green;
    margin-top: -6px;
    margin-left: -1px !important;
    border: none;
}

.dropdown-submenu2:hover > .dropdown-menu2 {
    display: block;
    padding-left: 0px !important;
    padding-right: 2px !important;
    padding-top: 5px;
    margin-left: 235px !important;
}



/*****************************************************/

.lnkClass {
    color: #fff;
    text-decoration-line: none;
    text-decoration-line: none;
    font-size: 18px;
    white-space: nowrap !important;
}

    .lnkClass:hover {
        color: inherit;
        text-decoration: none;
        text-decoration-line: none;
        white-space: nowrap !important;
    }

.lnkClassDark {
    color: #000;
    text-decoration-line: none;
    text-decoration-line: none;
    font-size: 18px;
    white-space: nowrap !important;
    padding-top: 4px !important;
}

    .lnkClassDark:hover {
        color: inherit;
        text-decoration: none;
        text-decoration-line: none;
        white-space: nowrap !important;
        cursor: pointer;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.body-content {
    max-width: 95% !important;
}

.container {
    max-width: 100%;
}

input[type=text]:read-only, textarea:read-only {
    background-color: #e9ecef;
    opacity: 1;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rowGroup {
    margin-top: 20px;
}

.smallRowGroup {
    margin-top: 10px;
}

.editControl {
    background-color: antiquewhite;
}

.tableRow {
    overflow-x: scroll !important;
}

th {
    white-space: nowrap;
}

.pagerRow {
    margin-top: 25px;
}

.btn-paging {
    width: 42px;
}

.btn-w-100 {
    width: 100px;
}

.btn-w-150 {
    width: 150px;
}

.btn-w-200 {
    width: 200px;
}

.btn {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

    .btn i.bi-filetype-csv {
        font-size: 1.4em;
        line-height: 1em;
    }

.searchText {
    text-align: center;
    background-color: antiquewhite;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}

.selectSearchType {
    margin-left: 0px;
    margin-right: auto;
    border: solid 1px grey;
    font-size: 13px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.largeCheckbox {
    transform: scale(2);
    
}

.mediumCheckbox {
    transform: scale(1.5);
}


/*TypeAhead*/
.tt-menu {
    background-color: antiquewhite; /* Adjust the alpha value to control opacity */
    border: 1px solid #ccc; /* Add a border for separation */
    padding: 8px; /* Add padding for spacing */
}

.tt-suggestion:hover {
    color: blue;
    cursor: pointer;
}

.twitter-typeahead {
    display: block !important;
}

.validationError {
    color: red;
}
/*TypeAhead*/

/*SortHeader*/
div[id*="_grid"] th.sortHeader {
    color: var(--bs-link-color);
    cursor: pointer;
}

div[id*="_grid"] th.sortActive {
    color: red !important;
}

div[name*="_grid"] th.sortHeader {
    color: var(--bs-link-color);
    cursor: pointer;
}

div[name*="_grid"] th.sortActive {
    color: red !important;
}

.asc:before {
    content: "▲";
    padding-left: 5px;
}

.desc:before {
    content: "▼";
    padding-left: 5px;
}
/*SortHeader*/

/*Wizard Step Flow*/
.wizard-steps {
    display: flex;
    justify-content: space-between;
    font-size: x-large;
}

.wizard-step {
    padding: 10px;
}

.current-step {
    font-weight: bold;
    color: red;
}

.wizard-step-link {
    color: blue;
    cursor: default;
}

    .wizard-step-link:hover {
        color: green;
        cursor: pointer;
    }
/*Wizard Step Flow*/

.checkbox-inline {
    margin: 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #c1def8;
    color: #000;
}

.nav-tabs .nav-item .nav-link {
    border: 1px solid #8e8585;
    border-bottom: none;
}

.nav-tabs .nav-item .nav-link {
    border: 1px solid #8e8585;
    margin-right: 2px;
    border-bottom: none;
}

.tab-content {
    border-style: ridge;
}

.log-message-max-width {
    max-width: 800px; /* Set the maximum width as required */
    overflow: hidden; /* Hide any content that exceeds the max-width */
    white-space: nowrap; /* Prevent text from wrapping */
    text-overflow: ellipsis; /* Show ellipsis (...) for truncated text */
    padding: 8px; /* Optional: Add padding for spacing */
}

.flex-nowrap {
    white-space: nowrap;
}

.width-95percent {
    width: 95%;
}

/*Modal CSS*/
.applicationModal .modal-header {
    background-color: #c1def8;
}

/* -------------------- */

.leftcontainer {
    flex: 1;
    margin-right: 8px;
    overflow: auto;
}

.centercontainer {
    flex: 2;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

    .centercontainer > .list-group {
        flex: 1;
    }

.showhidetasks {
    margin: 4px;
    flex-shrink: 0;
}

.checkicon {
    font-size: 1.6em;
    cursor: pointer;
}

.actionenable {
    font-size: 1.6em;
    cursor: pointer;
}

.actiondisable {
    font-size: 1.6em;
    color: #ddd;
}

.addcontent {
    display: flex;
}

    .addcontent input {
        margin-left: 8px;
    }

.taskwrapper {
    display: flex;
    align-content: center;
}

    .taskwrapper > div {
        display: flex;
        align-items: center;
        margin-left: 4px;
    }

    .taskwrapper > .actionbtn {
        margin-left: 8px;
        visibility: hidden;
        font-size: 1.4em;
        cursor: pointer;
    }

    .taskwrapper:hover > .actionbtn {
        visibility: visible;
    }

.addcontentlist {
    display: flex;
    margin: 0px;
    padding-top: 5px;
}

    .addcontentlist input {
        margin: 0px;
        padding-top: 5px;
    }

.listwrapper {
    display: flex;
    flex: 1;
}

.listitemwrapper {
    display: flex;
    flex: 1;
    align-content: center;
}

    .listitemwrapper .actionbtn {
        margin-left: 8px;
        visibility: hidden;
    }

    .listitemwrapper:hover .actionbtn {
        visibility: visible;
    }

.grab {
    cursor: -webkit-grab;
    cursor: grab;
}


.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}

    .ui-datepicker a,
    .ui-datepicker a:hover {
        text-decoration: none;
    }

        .ui-datepicker a:hover,
        .ui-datepicker td:hover a {
            color: #2A6496;
            -webkit-transition: color 0.1s ease-in-out;
            -moz-transition: color 0.1s ease-in-out;
            -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
        }

    .ui-datepicker .ui-datepicker-header {
        margin-bottom: 4px;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-title {
        font-weight: 700;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        cursor: default;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        height: 20px;
        line-height: 1;
        margin-top: 2px;
        width: 30px;
    }

    .ui-datepicker .ui-datepicker-prev {
        float: left;
        text-align: left;
    }

    .ui-datepicker .ui-datepicker-next {
        float: right;
        text-align: right;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\e079";
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\e080";
    }

    .ui-datepicker .ui-icon {
        display: none;
    }

    .ui-datepicker .ui-datepicker-calendar {
        table-layout: fixed;
        width: 100%;
    }

        .ui-datepicker .ui-datepicker-calendar th,
        .ui-datepicker .ui-datepicker-calendar td {
            text-align: center;
            padding: 4px 0;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            border-radius: 4px;
            -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        }

            .ui-datepicker .ui-datepicker-calendar td:hover {
                background-color: #eee;
                cursor: pointer;
            }

            .ui-datepicker .ui-datepicker-calendar td a {
                text-decoration: none;
            }

    .ui-datepicker .ui-datepicker-current-day {
        background-color: #4289cc;
    }

        .ui-datepicker .ui-datepicker-current-day a {
            color: #fff;
        }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
    }


.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: - 15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
