﻿/*
    DISABLE LOGIC - Sprint13
*/
body.waiting * {
    cursor: wait !important;
    pointer-events: none !important;
}

.waiting {
    cursor: wait !important;
    pointer-events: none !important;
}

html.waiting, html.waiting * {
    cursor: wait !important;
    pointer-events: none !important;
}

/* ---------------------------------------------------
     CUSTOM CHECKBOX
----------------------------------------------------- */

.flexItem input[type='checkbox']:checked {
    background-color: white;
}

    .flexItem input[type='checkbox']:checked:after {
        content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='%230078AF' viewBox='0 0 24 24'><path d='M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z' /></svg>") !important;
    }

.flexItem input[type='checkbox'] {
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    appearance: none;
    border-radius: 10%;
    border: 1px solid var(--blue1);
    box-shadow: none;
    font-size: 1em;
}

/* ---------------------------------------------------
     SUB PAGE NAV
----------------------------------------------------- */
.btn-sts-nav1 {
    border: none !important;
    text-align: left;
    min-width: 150px;
    width: 90%;
    padding: 5px;
    position: relative;
}

    .btn-sts-nav1:hover {
        background-color: var(--grey2);
    }

.btn-sts-nav2:hover {
    background-color: var(--grey2);
    color: var(--blue3) !important;
}

#header .dropdown-toggle::after {
    top: 20px !important;
}

.subpage_iconSVG {
    margin-right: 5px;
}

    .subpage_iconSVG svg {
        fill: #212529 !important;
        transform: scale(1) !important;
        margin-right: 1px;
        margin: auto;
    }

.sts-label-options1 {
    color: var(--blue1);
    font-weight: bold;
}
/* ---------------------------------------------------
     ZOOM/SCALE
----------------------------------------------------- */

.sts-zoom4 {
    zoom: .4 !important;
    -moz-transform: scale(.5); /* Firefox/Safari */
}

.sts-zoom5 {
    zoom: .5 !important;
    -moz-transform: scale(.6); /* Firefox/Safari */
}

.sts-zoom6 {
    zoom: .6 !important;
    -moz-transform: scale(.7); /* Firefox/Safari */
}

.sts-zoom7 {
    zoom: .7 !important;
    -moz-transform: scale(.8); /* Firefox/Safari */
}

.sts-zoom8 {
    zoom: .8 !important;
    -moz-transform: scale(.9); /* Firefox/Safari */
}

.sts-zoom9 {
    zoom: .9 !important;
    -moz-transform: scale(1); /* Firefox/Safari */
}

.sts-zoom1_0 {
    zoom: 1 !important;
    -moz-transform: scale(1.1); /* Firefox/Safari */
}

.sts-zoom1_1 {
    zoom: 1.1 !important;
    -moz-transform: scale(1.2); /* Firefox/Safari */
}

/* ---------------------------------------------------
     HIERARCHY
----------------------------------------------------- */

.modal {
    z-index: 4101 !important;
    overflow: auto;
    /*position:absolute !important;*/
}

.modal-dialog {
    margin-bottom: 100px;
}

.modal-backdrop {
    z-index: 4100 !important;
}

.tooltip {
    z-index: 4103 !important;
}

.dx-overlay-content, .dx-popup-content, .dx-overlay-wrapper {
    z-index: 4102 !important;
}

.navbar {
    z-index: 4003 !important;
}

#header {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0px;
    height: auto;
    min-height: 35px;
    background-color: white;
    color: black;
    border-top: 1px solid var(--grey5);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    z-index: 1005 !important;
}

#main { /* style to support footer, body set as flex will trigger flex:1 on main*/
    margin-top: -10px;
    min-width: 300px;
    position: relative;
    height: 88vh;
    min-height: -webkit-fill-available;
    overflow: auto !important;
    overflow-x: hidden !important;
}

#centerSection {
    width: 100%;
    position: relative;
    min-height: fit-content;
    z-index: 1 !important;
}

#div_more_pack { /* style to support footer*/
    display: flex;
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.footer-mobile {
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: white;
    color: black;
    border-top: 1px solid var(--grey5);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*bar*/
.icon-bar {
    transform: translateY(-50%);
    position: absolute;
    top: 20px;
    right: 0px;
    float: right;
}

    .icon-bar a {
        display: inline-block;
        text-align: center;
        color: white;
        font-size: 20px;
        background: white;
        height: 100px;
        transform: translateY(1.5em);
        margin-top: -6px;
        box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
        margin-right: 10px;
    }

        .icon-bar a i {
            display: flex;
            font-size: 18px !important;
        }

.p1 {
    padding: 5px;
    width: 60px;
    position: relative;
}

.p2 {
    padding: 5px;
    width: 60px;
    position: relative;
    display: none;
}

.icon-bar a:hover,
.icon-bar a:focus {
    transform: translateY(20px);
}

.icon-bar a:hover {
    background-color: var(--grey2) !important;
}

.icon-bar-left {
    margin-left: -5px;
    margin-top: -5px;
}

.icon-bar-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    border-radius: inherit;
}

.icon-bar a:hover + p i {
    border: 1px solid yellow !important;
}

.footer-icon {
    top: 0px;
}

.mdi-flip-horizontal-right {
    transform: rotate(90deg);
}
/* margin bottom padding for mobile*/
@media (max-width: 1200px) {
    #dvDefault {
        margin-bottom: 100px;
    }

    #dvNoteHolderMain {
        margin-bottom: 150px;
    }

    .summaryParent:not(.summaryParentSub) {
        margin-bottom: 150px;
    }

    .summaryGridHolder1:not(.summaryParentSub), .GridHolder, .histcard, #summary {
        margin-bottom: 100px;
    }

    #stepRightSideB {
        margin-bottom: 150px;
    }
}

/* ---------------------------------------------------
     CHARTS
----------------------------------------------------- */
.chart-tooltip-title {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    color: var(--general3);
    font-size: .7rem;
    text-align: center;
}

.chart-tooltip-total {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: .7rem;
    text-align: center;
    color: var(--general3);
}

.dxc-elements-axes-group {
    overflow: auto !important;
}

.demo-container {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1;
    position: relative;
}

.chart-body {
    overflow: auto;
}

.chartMain {
    height: 250px;
    width: 100% !important;
    position: absolute;
    min-width: 200px;
    margin-top: 5px;
    margin-right: 10px;
}

.chartMain2 {
    height: 225px;
    width: 97% !important;
    margin-left: 10px;
}

.chartTitle {
    display: inline-block;
    font-size: 1vmax;
    text-align: center;
    width: 100%;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    color: var(--general1);
    margin-top: 4px;
}

.chartTitleSm {
    font-size: .8vmax !important;
}

.chartTitleLeft {
    text-align: left !important;
}

.chart-tooltip {
    font-size: 12px;
    font-family: 'Source Sans Pro';
}

.chartMain svg {
    transform: none !important;
    max-width: max-content;
    min-width: 200px;
    width: 100% !important;
    max-width: max-content;
    min-width: 200px;
    display: inline-block !important; /* Firefox/Safari */
    overflow: unset !important; /* Firefox/Safari */
}

.chartMain2 svg {
    transform: scale(1) !important;
    fill: none !important;
    width: 100% !important;
    display: inline-block !important; /* Firefox/Safari */
    overflow: unset !important; /* Firefox/Safari */
}

.chart-tooltip {
    font-size: 12px;
    font-family: 'Source Sans Pro';
}


.chartCircleHolder {
    padding-left: 0px
}

.chartUserHolder {
    padding-right: 0px
}

.chartTitleLeft {
    text-align: left;
    padding-left: 15px;
}

.chartListShort {
    height: 200px !important;
}


.chartMain3 {
    height: 135px;
    width: 100%;
    position: absolute;
    min-width: 200px;
    min-width: 200px;
}

    .chartMain3 svg {
        transform: none !important;
        max-width: max-content;
        min-width: 200px;
        width: 100% !important;
        max-width: max-content;
        min-width: 200px;
        display: inline-block !important; /* Firefox/Safari */
        overflow: unset !important; /* Firefox/Safari */
    }

.chartMain4 svg {
    transform: none !important;
    max-width: max-content;
    min-width: 200px;
    width: 100% !important;
    display: inline-block !important; /* Firefox/Safari */
    overflow: unset !important; /* Firefox/Safari */
}

.chartMain4 {
    height: 135px;
    width: 100%;
    position: absolute;
    min-width: 200px;
}

.chartMain5 {
    height: 120px;
    width: 100%;
    position: absolute;
    min-width: 200px;
    min-width: 200px;
}

    .chartMain5 svg {
        transform: none !important;
        max-width: max-content;
        min-width: 200px;
        width: 100% !important;
        max-width: max-content;
        min-width: 200px;
        display: inline-block !important; /* Firefox/Safari */
        overflow: unset !important; /* Firefox/Safari */
    }

.chartMain6 svg {
    transform: none !important;
    max-width: max-content;
    min-width: 200px;
    width: 100% !important;
    display: inline-block !important; /* Firefox/Safari */
    overflow: unset !important; /* Firefox/Safari */
}

.chartMain6 {
    height: 120px;
    width: 100%;
    position: absolute;
    min-width: 200px;
}

.chartMain7 svg {
    height: 260px;
    transform: scale(1) !important;
    width: 100% !important;
    display: inline-block !important; /* Firefox/Safari */
    overflow: unset !important; /* Firefox/Safari */
}

.svg-approved1 {
    fill: var(--approved1) !important;
}

.svg-approved2 {
    fill: var(--approved2) !important;
}

.svg-skipped1 {
    fill: var(--skipped1) !important;
}

.svg-inprogress1 {
    fill: var(--inprogress1) !important;
}

.svg-approved1 path {
    stroke-width: 3;
    stroke: var(--approved1);
}

.svg-rejected1 {
    fill: var(--failed2) !important;
}

    .svg-rejected1 path {
        stroke-width: 3;
        stroke: var(--failed2);
    }

.svg-rejected2 {
    fill: var(--failed2) !important;
}

.svg-open1 {
    fill: var(--untested1) !important;
}

.svg-untested1 {
    fill: var(--grey5) !important;
}

    .svg-untested1 path {
        stroke-width: 5;
        stroke: var(--grey7);
    }

@media (max-width:400px) {
    .chartListShort {
        max-width: 270px !important;
        margin-left: 20px !important;
    }
}
/* ---------------------------------------------------
     bootstrap select custom
----------------------------------------------------- */
.bs-donebutton-small {
    width: 50% !important;
    display: inline-block;
}

.bs-savebutton-small {
    width: 50% !important;
    display: inline-block;
}

.bs-savebutton {
    padding: 4px 8px;
}

.bs-resetbtn {
    max-width: 140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 5px !important;
    font-size: 10px !important;
}

.actions-btn {
    max-width: 140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 5px !important;
    font-size: 10px !important;
}

.bs-closebtn {
    max-width: 140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 5px !important;
    font-size: 10px !important;
}

.bs-select-all {
    margin-right: 5px !important;
    font-size: 10px !important;
}

.bs-deselect-all {
    font-size: 10px !important;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 10px !important;
}

#mWizard div.dropdown-menu.show {
    max-height: 350px !important;
}

.dx-dropdowneditor-input-wrapper {
    border-bottom: 2px solid var(--select-group1) !important;
    background-color: var(--select-group2) !important;
}

.dx-texteditor-input-container input {
    border-bottom: none !important;
}

.select-group-disabled input {
    border-bottom: 2px solid var(--select-group1);
    pointer-events: none !important;
    opacity: .7 !important;
}

.select-group-disabled {
    cursor: not-allowed !important;
}

.sts-select-group label {
    font-size: 14px !important;
}

table button.btn.dropdown-toggle {
    font-size: 14px !important;
}

.flexItem .bootstrap-select button {
    font-size: 14px !important;
}

.flexItem.flexNew1 .bs-actionsbox button, .flexItem.flexNew1 .bs-donebutton button {
    font-size: 10px !important;
}

.flexItem.flexNew1 .dropdown.bootstrap-select {
    margin-top: 6px !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    margin-left: .4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}
/* select multi overwrite*/
.sts-full-dp1 > .dropdown.bootstrap-select.show-tick.sts-select-primary-cap {
    width: 100% !important;
}

.sts-full-dp1 > dropdown bootstrap-select show-tick sts-select-primary-cap {
    width: 100% !important;
}

.bottomAlignDP .dropdown.bootstrap-select {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bs-container div[id^="bs-select-"] {
    overflow: auto !important;
}

.bs-container .dropdown-item.active, .bs-container .dropdown-item:active {
    background-color: transparent !important;
    color: black !important;
}

.bootstrap-select .dropdown-menu li.active small {
    color: #6c757d !important;
}

a .text {
    font-size: 16px !important;
}

.bs-ok-default.check-mark {
    font-size: 16px;
    color: var(--blue1);
}

.sts-user-invalid span {
    color: var(--red1) !important;
    font-style: italic !important;
}
/* ---------------------------------------------------
     OTHER
----------------------------------------------------- */
.sts-select-group input {
    border-radius: unset !important;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.sts-select-group .dropdown-item.active, .sts-select-group .dropdown-item:active {
    color: black !important;
    background: var(--grey4) !important;
    opacity: .8 !important;
    font-weight: bold !important;
}

.selWidthMax .dropdown-item.active small, .selWidthMax .dropdown-item:active small {
    color: black !important;
}

.sts-select-group .bootstrap-select .dropdown-menu.show .inner.show {
    overflow: auto !important;
}

.bs-container div[id^="bs-select-"] {
    overflow: auto !important;
}

/*.bootstrap-select .dropdown-menu li.active {
    color: black !important;
    background: var(--grey4) !important;
    opacity: .8 !important;
    font-weight: bold !important;
}*/
.sts-select-group input:not(.search-bootstrap) {
    font-size: 15px;
    padding: 30px 5px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--select-group1);
    background-color: var(--select-group2) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

.sts-select-group .bs-searchbox input[type=search], #header input {
    background-color: white !important;
    border: 1px solid var(--grey5);
    border-bottom: 2px solid var(--select-group1);
    padding: 0px;
    padding-left: 5px;
}

.bs-searchbox input[type=search], #header input {
    background-color: white !important;
    border: 1px solid var(--grey5);
    border-bottom: 2px solid var(--select-group1);
    padding: 0px;
    padding-left: 5px;
}

#dvDueDateHolder.sts-highlight-txt-yellow > .dx-field-value > #txtIssueDueDate > .dx-dropdowneditor-input-wrapper > .dx-texteditor-container > .dx-texteditor-input-container > input {
    color: black !important;
    max-width: 120px !important;
    height: 0px !important;
    margin-top: 24px !important;
    margin-left: 10px !important;
    text-align: inherit !important;
    background-color: #FFFF00 !important;
    padding-top: 0px !important;
    padding-left: 8px !important;
    padding-bottom: 0px;
}

#dvDueDateHolder.sts-error-txt-red > .dx-field-value > #txtIssueDueDate > .dx-dropdowneditor-input-wrapper > .dx-texteditor-container > .dx-texteditor-input-container > input {
    color: white !important;
    /*color: black !important;*/
    max-width: 120px !important;
    height: 0px !important;
    margin-top: 24px !important;
    margin-left: 10px !important;
    text-align: inherit !important;
    background-color: var(--red2) !important;
    padding-top: 0px !important;
    padding-left: 8px !important;
    padding-bottom: 0px;
}

.selWidthMax .dropdown-item.active, .selWidthMax .dropdown-item:active {
    color: var(--grey7) !important;
    background: var(--dropdown-item1) !important;
}

    .selWidthMax .dropdown-item.active small, .selWidthMax .dropdown-item:active small {
        color: black !important;
    }

.selWidthMax > .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 85% !important;
}

.selWidthMax.selWidthMaxOverwrite > .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.selWidthMax.selWidthMax3 > .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.selWidthMax.tabDP > .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    margin-left: -5px !important;
}

.selWidthMax2 > .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 95% !important;
}

.selWidthMax2 .dropdown-item.active, .selWidthMax2 .dropdown-item:nth-child(n+2):active {
    color: var(--general1) !important;
}

.selWidthMax2 .dropdown-item.active, .selWidthMax2 .dropdown-item:active {
    color: var(--general1) !important;
}

/*.sts-select-group .bootstrap-select .dropdown-menu:not(:hover) li:not(:first-child).selected a {
    background: var(--dropdown-item1) !important;
}
*/

.selFullWidth .dropdown-item.active, .selFullWidth .dropdown-item:active {
    color: var(--general1) !important;
}

.sts-select-group .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.selectpicker.grid-select .bootstrap-select .dropdown-menu {
    min-width: auto !important;
}

td .dropdown.bootstrap-select, .sts-select-group .dropdown.bootstrap-select, .flexItem .dropdown.bootstrap-select {
    border-bottom: 2px solid var(--blue1) !important;
}

.flexItem .bootstrap-select .dropdown-menu.show .inner.show {
    overflow: auto !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 10px !important;
}

.bootstrap-select .dropdown-menu li.active small {
    color: black !important;
}

.flexItem:not(.flexNew1) button {
    padding-top: 8px !important;
}

.dropdown.bootstrap-select .dropdown-menu.show {
    z-index: 9999 !important;
}

.dx-dropdowneditor-input-wrapper {
    border-bottom: 2px solid var(--select-group1) !important;
    background-color: var(--select-group2) !important;
}

.dataTables_wrapper {
    min-height: 200px !important;
}

.tr-detail-green1 {
    background-color: var(--green4) !important;
}

    .tr-detail-green1:hover, .tr-detail-green1 td:hover {
        background-color: var(--green4) !important;
    }


@media (max-width: 700px) {
    .sts-checkbox-group1 {
        font-size: 14px !important;
    }
}

@media (max-width:500px) {
    .bootstrap-select .dropdown-menu li small {
        display: none !important;
    }
}
/*
    GLOBAL

*/
.dx-texteditor-input {
    border-bottom: none !important;
}

.flexItem input {
    font-size: 14px !important;
}

input::-webkit-input-placeholder {
    color: var(--placeholder2) !important;
    opacity: .7;
    font-size: 14px !important;
}

.dataTables_length .bootstrap-select .dropdown-menu.show {
    min-width: 50px !important;
}
/* ---------------------------------------------------
     BULK ACTION FEATURES
----------------------------------------------------- */
.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dvActionButtonOption a:hover {
    background-color: var(--grey2) !important;
    cursor: pointer;
}

.btn-material-bulk-primary {
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: white !important;
    color: var(--blue2) !important;
    font-weight: bold;
    border: 2px solid var(--blue2) !important;
}

.btn-material-bulk-primary2 {
    border: 1px solid var(--blue2) !important;
}

.btn-material-bulk-primary:hover {
    opacity: .8 !important;
}

.btn-material-bulk-red1 {
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: white !important;
    color: var(--red2) !important;
    font-weight: bold;
    border: 2px solid var(--red2) !important;
}

.btn-material-bulk-red1 {
    border: 1px solid var(--red2) !important;
}

.bulk-single-edit-holder {
    width: 60px;
    display: inline-block;
}

#dvBulkSelected {
    width: 30%;
}

.bulk-grid-wrapper {
    position: relative;
    overflow: visible;
}

.bulk-grid-holder {
    margin-right: 0px;
    padding: 0px;
    background-color: var(--blue12);
    padding: 2px;
}

.dvPhoneGridActions {
    width: 70%;
    flex: 1;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
}

.dvPhoneGridActionsOverflow {
    width: 70%;
    flex: 1;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    overflow-y: auto;
}

.dvPhoneGridActionsMore {
    width: 70%;
    flex: 1 1 0%;
    text-align: right;
}

    .dvPhoneGridActionsMore a {
        font-size: 15px !important;
    }

    .dvPhoneGridActionsMore .dropdown-menu {
        overflow-y: auto;
        max-height: 110px;
        height: fit-content;
    }

.btn-bulk-actions {
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    padding-top: 8px;
}

.btn-bulk-actions-singleEdit {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 5px;
    padding-right: 9px;
    display: block;
    font-size: 18px;
    margin-left: 5px;
}

.btn-bulk-actions-singleEditSelectedLabel {
    font-weight: bold;
    color: var(--blue2);
    text-align: right;
    margin: 5px;
    margin-right: 10px;
}

.btn-bulk-actions-singleEditIcon {
    padding-left: 5px;
    padding-top: 2px;
}

.bulk-actions-more-holder {
    max-height: 95px;
    overflow-x: auto;
}

.btn-bulk-actions-more {
    color: var(--blue1);
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .dvPhoneGridActions button {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .dvPhoneGridActionsMore {
        display: unset !important;
    }

    .dvPhoneGridActions {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .dvPhoneGridActionsMore {
        display: none !important;
    }

    .dvPhoneGridActions {
        display: unset !important;
    }
}

/* ---------------------------------------------------
    Sprint21: New system warning message
----------------------------------------------------- */
.sts-system-warning1 {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    min-height: 50px;
    height: auto;
    z-index: 3999;
    background-color: var(--blue10);
    padding: 10px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%) !important;
}

.sts-system-warning-btnExit {
    top: 10px;
    position: absolute;
    right: 20px;
}

.sts-system-body1 {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 0px;
    display: grid;
}

.sts-system-warning-btnDeeplink {
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}


.PadRight { /*Sprint Hotfix 10843 - modify pad rules*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 15px !important;
    padding-left: 0px !important;
}

.NoPadRightForPane { /*Sprint Hotfix 10843 - modify pad rules*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*feed*/

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-left: 15px;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: var(--blue2);
        top: 0;
        bottom: 0;
        left: -4px;
        margin-left: -3px;
    }

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

    /* The circles on the timeline */
    .timeline-container.right::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        margin-left: 4px;
        background-color: white;
        border: 4px solid var(--pink1);
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

    .timeline-container.right.start::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--blue2);
        border: 4px solid var(--blue2);
        top: -5px;
        border-radius: 50%;
        z-index: 1;
        margin-left: 7px;
    }

    .timeline-container.right.end::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--blue2);
        border: 4px solid var(--blue2);
        top: 15px;
        border-radius: 50%;
        z-index: 1;
        margin-left: 7px;
    }
/* Place the container to the left */
.timeline-left {
    left: 0;
}

/* Place the container to the right */
.timeline-right {
    left: 100%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.timeline-content {
    width: 100%;
    margin-left: -20px;
    margin-top: 5px;
}
