a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.button:focus {
    outline: none;
}

a.sidepanel-close {
    text-decoration: none;
}

    a.sidepanel-close:hover {
        text-decoration: none;
    }

.app-sidepanel .sidepanel-inner {
    background: #EFEFEF;
}

.app-branding {
    background: white;
    height: 120px;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1px;
}

.app-wrapper-left-sidebar {
    margin-left: 250px;
}

.app-header-left-sidebar {
    margin-left: 250px;
}

.accordion-item {
    border: none !important;
    margin-bottom: 2px;
}

.accordion-sprint-menu {
    position: absolute;
    top: 8px;
    right: 4px;
    z-index: 1000;
}

.board-header-content {
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 1000;
}

.board-header-content-right {
    position: absolute;
    top: 8px;
    right: 30px;
    z-index: 500;
}

.accordion-menu-showing {
    padding-right: 30px;
}

.sidepanel-show {
    transition: none;
    left: 0px !important;
}

.dropdown-item-icon {
    width: 25px;
    text-align: center;
}

.ReportsButton {
    width: 300px;
    text-align: center;
}


.logo-icon2 {
    max-height: 110px;
    max-width: 250px;
}

.spacer-10 {
    margin-top: 10px;
}

.spacer-20 {
    margin-top: 20px;
}

.add-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.add-padding-left {
    padding-left: 10px;
}

.add-padding-right {
    padding-right: 10px;
}

.no-border {
    border: none;
}

.help-block {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.left-menu-icon {
    width: 25px;
    text-align: center;
}

.dropdown-item:hover {
    text-decoration: none !important;
}

.dropdown-divider {
    color: #e6e6ff;
    border: none;
}

.dropdown-menu a.dropdown-item {
    font-size: 14px;
}

.accordion-button {
    color: black;
    background-color: #CDCDCD;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

    .accordion-button:not(.collapsed) {
        color: black;
        background-color: #EFEFEF;
        box-shadow: none;
    }

.accordion-hide-chevron:not(.collapsed)::after {
    background-image: none;
    width: 0px;
}

.accordion-hide-chevron::after {
    background-image: none;
    width: 0px;
}


.card {
    border: 1px solid #CDCDCD;
    border-radius: 0px;
}

.card-header h3 {
    margin-bottom: 0px;
    display: inline;
}

ul.breadcrumb {
    background: #EFEFEF;
    overflow: hidden;
    border-bottom: 1px solid white;
}

/* Clearance Workflow Styles */
#emailday-loading {
    height: 400px;
    border-right: 1px solid #666;
}

.DayEmail {
    background: white;
    padding: 3px;
    padding-right: 7px;
    padding-left: 7px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

    .DayEmail:hover {
        cursor: pointer;
        background: #EFEFEF;
    }

.DayEmailProcessed {
    background: #dff0d8;
    padding: 3px;
    padding-right: 7px;
    padding-left: 7px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

    .DayEmailProcessed:hover {
        cursor: pointer;
        background: #a4d491;
    }

.DayEmailSubject {
    font-size: 12px;
    font-weight: bold;
}

.DayEmailFrom {
    font-size: 11px;
}

.DayEmailReceived {
    font-size: 11px;
}

.DayEmailSelected {
    background: #CDCDCD;
    border-right: 5px solid green !important;
    border-left: 5px solid green !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.Email-Attachment-Filename {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

    .Email-Attachment-Filename span {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

#Email-Preview {
    padding: 10px;
}

#Email-Preview-Initial {
    padding: 10px;
}

#Email-Preview-Initial-Content {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #EFEFEF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Email-Subject {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #EFEFEF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: bold;
    position: relative;
}

.ProcessEmailButton {
    position: absolute;
    right: 7px;
    top: 7px;
}

.Email-MSG {
    position: absolute;
    right: 7px;
    top: -20px;
}

.Email-Attachments {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #FEFEFE;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Email-Attachment {
    background: #EFEFEF;
    padding: 4px;
    border-radius: 3px;
}

    .Email-Attachment:hover {
        cursor: pointer !important;
        background: #DCDCDC;
    }

.Email-Header {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #FEFEFE;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Email-Body {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #FEFEFE;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* End Clearance Workflow Styles */

@media (max-width: 400px) {
    .ul.breadcrumb {
        max-height: 50px;
    }
}

.app-footer {
    border-top: 1px solid #e7e9ed;
    background: #EFEFEF;
}

ul.breadcrumb li {
    padding: 0px;
}

    ul.breadcrumb li:first-child {
        padding-left: 0px;
    }

ul.breadcrumb a {
    text-decoration: none;
    display: block;
    padding: 5px;
    padding-top: 8px;
    color: #333333;
    height: 100%;
    width: 100%;
}

.breadcrumb-arrow {
    padding: 2px;
    padding-top: 10px;
}

.settings-button i {
    width: 24px;
    text-align: center;
}



.clickable {
    cursor: pointer;
}

.table-footer td {
    border-bottom: none;
}

.table-clicker > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    cursor: pointer;
}

.pagination:hover {
    cursor: pointer;
}

.panel-heading-collapse:hover {
    cursor: pointer;
}

.settings-button {
    width: 350px;
    text-align: left;
}

.input-group {
    margin-bottom: 10px;
}

.form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.dropdown-item.active {
    color: #333333;
}

/* bootgrid fixes*/

.bootgrid-header .input-group-addon {
    display: none;
}

.bootgrid-header .actionBar {
    text-align: left;
}


.bootgrid-header.container-fluid {
    padding: 0px;
}

.bootgrid-footer.container-fluid {
    padding: 0px;
}

/*.bootgrid-header .search {
    width: 50%;
    margin-right: 0px;
}*/

.bootgrid-header .actionBar .search {
    width: 50%;
    float: left;
}

.search-field {
    width: 100% !important;
}

div.actions.btn-group {
    display: none !important;
}

.bootgrid-header .btn-default {
    background: #EFEFEF;
    border-color: #EFEFEF;
    color: #333333;
    margin-top: -10px;
}

    .bootgrid-header .btn-default:hover {
        background: #CDCDCD;
        border-color: #CDCDCD;
        color: #333333;
    }

.bootgrid-footer a {
    padding: 8px;
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    text-decoration: none;
    color: #333333;
}

    .bootgrid-footer a:hover {
        border: 1px solid #CDCDCD;
        background: #CDCDCD;
    }

/* bootgrid fixes - END */

.chosen-container {
    width: 100% !important;
    font-size: inherit !important;
    zoom: inherit;
}

.chosen-container-single .chosen-single {
    padding: 5px 0 0 9px !important;
    height: 33px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: inherit !important;
    background: none !important;
    border: 1px solid #cccccc !important;
}

    .chosen-container-single .chosen-single div {
        top: 5px !important;
    }

.chosen-container-single .chosen-drop {
    margin-top: 1px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.chosen-container .chosen-drop {
    box-shadow: none !important;
}

.input-group.is-invalid .chosen-container a.chosen-single {
    border: 1px solid #d0112b;
}

.form-group.has-error {
    border: 1px solid #d0112b;
}

.input-group.is-valid .chosen-container a.chosen-single {
    border: 1px solid #198754;
}

a.chosen-single.chosen-default {
    text-decoration: none;
}

.chosen-container-multi {
    height: 42px !important;
}

    .chosen-container-multi .chosen-choices {
        padding: 6px 8px 6px 6px !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: inherit !important;
        line-height: inherit !important;
        background: none !important;
        min-height: 42px !important;
        max-height: 62px !important;
        overflow-y: scroll !important;
        border: 1px solid #CCCCCC !important;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            padding: 0;
        }

            .chosen-container-multi .chosen-choices li.search-field input.default {
                width: 100% !important;
                color: #999 !important;
            }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 7px 4px 4px 7px !important;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: inherit !important;
                font-family: inherit !important;
                line-height: normal;
                border-radius: 0;
                width: 100% !important;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 0px !important;
            background-color: #eeeeee;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

.chosen-container-single .chosen-default {
    color: #999 !important
}

.chosen-single {
    color: #333333 !important
}

.is-invalid .chosen-select + .chosen-container {
    border: 1px solid #ff0039;
}

.is-valid .chosen-select + .chosen-container {
    border: 1px solid #198754;
}

.fc .fc-button-primary:focus {
    box-shadow: none !important;
}

#UploadText {
    position: fixed;
    top: 10%;
    opacity: 1;
    cursor: wait;
    text-align: left;
    font-size: 100%;
    z-index: 20001;
    color: white;
    background: black;
    padding: 20px;
    width: 80%;
    left: 10%;
}

.upload-progress-bar-outer {
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
    height: 30px;
}

.upload-progress-bar-inner {
    height: 100%;
    background: #2780e3;
}

.loading-grey-screen {
    background: black;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
    cursor: wait;
}

.loading-text {
    text-align: center;
    padding-top: 100px;
    cursor: wait;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20001;
    font-size: 150%;
    color: white;
}

.drop-zone-wrapper {
    position: relative;
    height: 50%;
    width: 100%;
    text-align: center;
    background: #CDCDCD;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer !important;
}

    .drop-zone-wrapper:hover {
        background: #C4C4C4;
    }

.FileOver {
    background: #B8D4C1;
}

.dropzone {
    background: none !important;
}

.dropzoneForm {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    min-height: 150px;
    background: #ddd !important;
}

.dropzone.dz-clickable {
    cursor: pointer !important;
}

.dropzoneForm.dz-clickable {
    cursor: pointer !important;
}

#dropzoneFormAlt {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 150px;
}

#dropzoneForm .dz-message {
    display: none;
}

.dropzoneForm .dz-message {
    display: none;
}

.dropzoneForm .dz-success {
    display: none;
}

.dropzoneForm .dz-complete {
    display: none;
}

#hiddenDiv {
    display: none;
}

    #hiddenDiv .dz-preview .dz-filename {
        height: auto;
    }

    #hiddenDiv .dz-preview .dz-progress {
        position: relative;
        top: 0px;
        display: none;
    }

    #hiddenDiv .dz-preview .dz-details img {
        display: none;
    }

    #hiddenDiv .dz-preview .dz-details .dz-size {
        display: none;
    }

.hiddenDiv {
    display: none;
}

    .hiddenDiv .dz-preview .dz-filename {
        height: auto;
    }

    .hiddenDiv .dz-preview .dz-progress {
        position: relative;
        top: 0px;
        display: none;
    }

    .hiddenDiv .dz-preview .dz-details img {
        display: none;
    }

    .hiddenDiv .dz-preview .dz-details .dz-size {
        display: none;
    }

.clicker {
    cursor: pointer;
}

textarea {
    resize: none;
}

.btn-light:hover {
    background-color: #737373 !important;
    color: black !important;
}

.comment-row {
    border-bottom: 2px solid #ccc;
}

.comment-file {
    font-weight: 600;
    cursor: pointer;
}

.newCommentText {
    overflow-y: auto;
    border: 1px solid #CCCCCC;
}

#right-panel {
    border-left: 2px solid #EBEBEB;
    overflow-y: auto;
    background: white;
}

.fieldset-calendaritem {
    border: 1px solid #002c78;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    background-color: #f5f5f5;
}

.legend-calendaritem {
    border: 1px none;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 0 5px;
}

#app-nav-main .dropdown-toggle::after {
    transition: var(--bs-accordion-btn-icon-transition);
}

#app-nav-main .dropdown-toggle:not(.collapsed)::after {
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.issue-table-row {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #CDCDCD;
}

    .issue-table-row:hover {
        cursor: pointer;
        background: #deebff;
    }

.HeaderText {
    font-size: 24px;
}

.nav-tabs .nav-link {
    color: #666;
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    margin-right: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .nav-tabs .nav-link :hover :focus {
        border: 1px solid #CDCDCD;
    }

.nav-link.active,
.nav-item.show .nav-link {
    background-color: #FFFFFF;
}

td.icon-column {
    width: 34px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

td.icon-column2 {
    width: 34px;
    padding-top: 6px !important;
    padding-right: 5px !important;
}

td.icon-column img {
    height: 32px;
}

.filename-column {
    padding: 0px !important;
    overflow: hidden;
}

    .filename-column a {
        display: block;
        max-width: 100%;
        overflow: hidden;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.document-link {
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.Panel-Header {
    color: black;
    background-color: #efefef;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    text-align: left;
    border: 0;
    border-radius: 0;
}

.board {
}

.board-header {
}

.board-panel-body {
    width: 100%;
    overflow-x: scroll;
    padding: 10px;
    white-space: nowrap;
    display: flex;
}

.board-panel-body-noscroll {
    width: 100%;
    padding: 10px;
    white-space: nowrap;
}

.swimlane-header {
    padding-bottom: 1px;
}

.swimlane-container {
    max-width: 220px;
    min-width: 220px;
    margin-right: 8px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

@media (max-width: 767.98px) {
    .swimlane-container {
        max-width: 150px;
        min-width: 150px;
    }
}

.ui-sortable-helper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
}

.swimlane {
    background-color: #EFEFEF;
    padding: 3px;
    border-radius: 3px;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px);
    min-height: 230px;
}

.card-saved {
    border: 2px solid green;
}

.swimlane.valid {
    background-color: #cccccc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.swimlane-card {
    min-height: 120px;
    background-color: white;
    border-radius: 3px;
    margin: 2px;
    margin-bottom: 4px;
    padding: 8px;
    padding-bottom: 4px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}

    .swimlane-card:hover {
        cursor: grab;
    }

.swimlane-card-header {
    font-weight: 700;
}

.swimlane-card-three-line-wrap {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3.6em; /* 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.cardBadge {
    background-color: #0d6efd !important;
    display: inline-block;
    padding: .25em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.swimlane-card-body {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 0px;
    overflow: hidden;
}

.swimlane-epic {
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Set this to 2 for maximum of two lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3em;
}

.swimlane-card-footer {
}

.swimlane-card-flagged {
    background-color: #f8d7da !important;
}

.initialsBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em; /* Adjust as needed */
    height: 2em; /* Should be the same as width for a perfect circle */
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1em; /* Adjust for the size of the initials */
}

.richText .richText-editor {
    padding: 10px;
}

.input-informational {
    padding: 0px 0 0 2px !important;
    height: 33px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: inherit !important;
    background: none !important;
    border: none;
}

    .input-informational.active {
        border: 1px solid #0d6efd !important;
    }

    .input-informational:hover {
        background-color: #eeeeee !important;
    }

.input2-informational {
    padding: 0px 0 0 2px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: inherit !important;
    background: none !important;
    border: none;
}


.chosen-select-informational {
    padding: 0px 0 0 2px !important;
    height: 33px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: inherit !important;
    background: none !important;
    border: none;
}

    .chosen-select-informational.active {
        border: 1px solid #0d6efd !important;
    }

    .chosen-select-informational:hover {
        background-color: #eeeeee !important;
    }

.issue-summary {
    padding: 2px 0 0 2px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    background: none !important;
    border: none;
    font-weight: bold;
    font-size: 24px;
}

    .issue-summary.active {
        border: 1px solid #0d6efd !important;
    }

    .issue-summary:hover {
        background-color: #eeeeee !important;
    }


/* PEOPLE MODULE STYLES */
.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-gap: 0 2rem;
    margin: 8px 0px;
}

    .form-row input {
        margin: 0 0 !important;
    }

input + input {
    margin: 8px 0;
}

form fieldset {
    padding: 0 10px 10px;
    margin: 10px 0 6px;
}

.hidden {
    display: none;
}

#EditPeopleItemForm .toggle,
#AddPeopleItemForm .toggle {
    min-width: 0px;
    display: block;
    min-height: 30px !important;
    max-width: 75px;
}

.people_summary fieldset {
    margin: 20px 0 0;
}

.people_summary legend {
    left: 0;
    margin: 0;
}

.people_summary .form-row:first-of-type {
    margin-top: 0;
}

.people_summary legend .fa {
    font-size: 1.8em;
    margin: 0 2px;
}

.toggle
/* -END- PEOPLE MODULE STYLES */
.input-group-title-informational {
    padding: 0px 0 0 2px !important;
    height: 33px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: inherit !important;
    background: none !important;
    border: none;
    font-weight: bold;
    font-size: 24px;
}

.input-group-title-informational.active {
    border: 1px solid #0d6efd !important;
}

.input-group-title-informational:hover {
    background-color: #eeeeee !important;
}

.input-group-description-informational {
    padding: 10px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: inherit !important;
    background: none !important;
    border: none;
}

    .input-group-description-informational.active {
        border: 1px solid #0d6efd !important;
    }

    .input-group-description-informational:hover {
        background-color: #eeeeee !important;
    }

.boxElement {
    border: 1px solid #ddd;
}

.pmBadge {
    background-color: #0d6efd !important;
    display: inline-block;
    padding: .25em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.sprintBadge {
    background-color: #0d6efd !important;
    display: inline-block;
    padding: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.darkBadge {
    background-color: #161a1d !important;
}

.successBadge {
    background-color: #28a745 !important;
}

.secondaryBadge {
    background-color: #6c757d !important;
}

.warnBadge {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

@keyframes slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast {
    animation: slide-in 0.5s;
}

.import-diff {
    background-color: #fbc104 !important;
}

.container-left {
    margin-left: 0px !important;
    max-width: 1280px;
}

.tree-wrapper {
    background-color: #F5F5F5;
    padding: 8px;
    overflow: auto;
    min-height: 300px;
}

.tree-wrapper-inner {
    display: inline-block;
    padding-right: 5px;
}

.jstree-default .jstree-wholerow-hovered {
    background: #CDCDCD !important;
}

.jstree-default .jstree-wholerow-clicked {
    background: white !important;
    border: 1px solid black;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

li.jstree-loading :hover {
    cursor: wait;
}

.PeopleCompanyLinkGrid-url {
    white-space: pre-wrap !important;
}

.MTFParent td {
    border-top: 1px solid black !important;
    font-size: 16px;
    font-weight: bold;
}

.less25 {
    background-color: #FF9999 !important;
}

.less15 {
    background-color: #FFCCCC !important;
}

.less0 {
    background-color: #FFFFFF !important;
}

.greater {
    background-color: #E2EFDA !important;
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 90%;
    }
}

#LeftPanel {
    position: relative;
}

#LeftPanelContent {
    overflow-y: auto;
    scrollbar-width: thin;
}

#RightPanel {
    border-left: 1px solid #EFEFEF;
}

#RightPanelContent {
    overflow-y: auto;
    scrollbar-width: thin;
}

#ShowHideRightPanel {
    position: absolute;
    top: -3px;
    right: -16px;
    font-size: 18px;
}

.ShowHideRightPanelMinimized {
    right: 0px !important;
}

#ShowHideRightPanel:hover {
    cursor: pointer;
}

.selected-task-row {
    background: #EFEFEF;
}

.help-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .help-section h3 {
        color: #2c3e50;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .help-section h4 {
        color: #34495e;
        margin-top: 5px;
    }

.list-group-item {
    border: none;
    margin-bottom: 10px;
    background-color: #f8f9fa;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #eee;
}

.richText-help {
    display: none !important;
}

#EWMainBody {
    height: 85%;
    max-height: 85%;
    overflow-y: scroll;
}

@media (min-width:768px) {
    #EWMainBody {
        height: 85%;
        max-height: 85%;
        overflow-y: hidden;
    }
}

.LayerHeader {
    border-bottom: 1px solid #666;
    width: 100%;
    background: #EFEFEF;
    height: 50px;
    padding: 5px;
}

.left-line {
    border-left: 1px solid #666;
}

.PricingQuotedDebitCreditCell {
    background: #d1e7dd !important;
}

.PricingNoEdit {
    cursor: none !important;
}

.PricingQuotedRateCell {
    background: #d1e7dd !important;
}

.PricingQuotedLayerPremiumCell {
    background: #d1e7dd !important;
}

.PricingQuotedSharePremiumCell {
    background: #d1e7dd !important;
}

.PricingTotalsRow td {
    background: #666 !important;
    color: #fff !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

    .PricingTotalsRow td.PricingGroundUpColumn {
        color: lightblue;
    }

.table-hover > tbody > tr.PricingTotalsRow:hover td {
    background: #666 !important;
    color: #fff !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

    .table-hover > tbody > tr.PricingTotalsRow:hover td.PricingGroundUpColumn {
        color: lightblue;
    }

.LayerWrapper {
    float: left;
    margin-top: 10px;
    border: 1px solid #666;
}

.HeaderGroundUp {
    border: 3px solid lightblue;
}

.editCol {
    cursor: text !important;
}

.LayerTable {
    margin-bottom: 0px;
}

    .LayerTable td {
        cursor: default;
    }

.text-mm-file-folder {
    color: #2780e3;
}

.text-mm-file-folder2 {
    color: #876512;
}

.text-mm-file-folder3 {
    color: #f1d592;
}
