/* Minification failed. Returning unminified contents.
(284,43): run-time error CSS1046: Expect comma, found '0'
(284,47): run-time error CSS1046: Expect comma, found '/'
(285,35): run-time error CSS1046: Expect comma, found '0'
(285,39): run-time error CSS1046: Expect comma, found '/'
(1138,41): run-time error CSS1046: Expect comma, found '0'
(1138,45): run-time error CSS1046: Expect comma, found '/'
(1138,76): run-time error CSS1046: Expect comma, found '0'
(1138,80): run-time error CSS1046: Expect comma, found '/'
(1171,34): run-time error CSS1046: Expect comma, found '255'
(1171,41): run-time error CSS1046: Expect comma, found ')'
(1196,34): run-time error CSS1046: Expect comma, found '255'
(1196,41): run-time error CSS1046: Expect comma, found ')'
(3955,35): run-time error CSS1046: Expect comma, found '0'
(3955,39): run-time error CSS1046: Expect comma, found '/'
(4212,17): run-time error CSS1039: Token not allowed after unary operator: '-color'
(4216,17): run-time error CSS1039: Token not allowed after unary operator: '-disabled'
(4257,21): run-time error CSS1039: Token not allowed after unary operator: '-disabled'
(4598,24): run-time error CSS1046: Expect comma, found '40'
(4598,30): run-time error CSS1046: Expect comma, found '/'
(4622,24): run-time error CSS1046: Expect comma, found '40'
(4622,29): run-time error CSS1046: Expect comma, found ')'
(5624,47): run-time error CSS1046: Expect comma, found '0'
(5624,51): run-time error CSS1046: Expect comma, found '/'
(5625,39): run-time error CSS1046: Expect comma, found '0'
(5625,43): run-time error CSS1046: Expect comma, found '/'
(5639,50): run-time error CSS1046: Expect comma, found '0'
(5639,54): run-time error CSS1046: Expect comma, found '/'
(5640,42): run-time error CSS1046: Expect comma, found '0'
(5640,46): run-time error CSS1046: Expect comma, found '/'
(5831,48): run-time error CSS1046: Expect comma, found '226'
(5831,56): run-time error CSS1046: Expect comma, found '/'
(5831,88): run-time error CSS1046: Expect comma, found '226'
(5831,96): run-time error CSS1046: Expect comma, found '/'
(5832,40): run-time error CSS1046: Expect comma, found '226'
(5832,48): run-time error CSS1046: Expect comma, found '/'
(5832,80): run-time error CSS1046: Expect comma, found '226'
(5832,88): run-time error CSS1046: Expect comma, found '/'
(7077,40): run-time error CSS1046: Expect comma, found '0'
(7077,44): run-time error CSS1046: Expect comma, found '/'
(8183,42): run-time error CSS1030: Expected identifier, found ','
(8183,72): run-time error CSS1031: Expected selector, found ')'
(8183,72): run-time error CSS1025: Expected comma or open brace, found ')'
(9358,56): run-time error CSS1034: Expected closing parenthesis, found ','
(9358,56): run-time error CSS1042: Expected function, found ','
(9358,60): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(9359,49): run-time error CSS1034: Expected closing parenthesis, found ','
(9359,49): run-time error CSS1042: Expected function, found ','
(9359,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(9437,24): run-time error CSS1038: Expected hex color, found '#Ffff'
(10534,42): run-time error CSS1030: Expected identifier, found ','
(10534,72): run-time error CSS1031: Expected selector, found ')'
(10534,72): run-time error CSS1025: Expected comma or open brace, found ')'
 */

#businessgraph-page object {
    position: absolute;
    right: 0;
    width: 90%;
    height: 80%;
    top: 80px;
    margin: auto;
    left: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    width: 248px;
    font-size: 15px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    outline: none;
    background: #fff;
    color: #000;
    height: 25px;
    margin-top: 25px;
    margin-left: -5px;
}

    .multiselect:hover {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

    .multiselect.active {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 1px solid transparent;
    }

    .multiselect > .title {
        cursor: pointer;
        height: 25px;
        padding: 3px 0 1px 4px;
    }

.multiselect-settings {
    width: 250px;
    float: right;
    margin-top: 0;
    margin-left: 0;
}

.multiselect > .title > .text {
    max-width: 158px;
    max-height: 26px;
    display: block;
    float: left;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    align-items: center;
    color: #808080;
    padding-bottom: 12px;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    padding: 0 4px;
    transition: 0.2s;
    display: none;
    margin-top: -3px;
}

.multiselect.selection > .title > .expand-icon {
    display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}

.multiselect > .title > .close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}

.multiselect.active span.text {
    color: #000;
}

.multiselect > .container {
    max-height: 200px;
    overflow: auto;
    margin-left: -1px;
    width: 248px;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -2px;
    border: none !important;
    padding-top: 8px;
    text-align: left;
    display: none;
}

.multiselect.selection span.text {
    color: #000 !important;
}

.multiselect-settings.active > .container {
    width: 250px;
}

.multiselect.active > .container > option {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    align-items: center;
    color: #191919;
    padding: 0px 0px 0px 28px;
    cursor: pointer;
    background-image: url(images/checkbox_unchecked.png);
    background-repeat: no-repeat;
    background-position: 6px 0px;
    padding-bottom: 9px;
    background-size: 16px;
    text-align: left;
}

.multiselect.active > .container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
    background: #fff;
    display: block;
}


.multiselect:hover > .container {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .container > option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    align-items: center;
    color: #191919;
}

    .multiselect > .container > option.selected {
        background-image: url('images/checkbox_checked2.png');
        background-repeat: no-repeat;
        background-position: 6px 0px;
        padding-bottom: 9px;
        background-size: 16px;
    }



table.main-table-contents.senior-living-top-area tbody {
    overflow: unset !important;
}

.main-container-tbody-senior {
    margin-top: -5px;
}

    .main-container-tbody-senior td.lable-setting-area22.displayInline {
        position: relative;
    }

    .main-container-tbody-senior #minuteserror {
        position: absolute;
        top: -15px;
        width: 100%;
        right: 0;
    }

    .main-container-tbody-senior #secondserror {
        position: absolute;
        top: 16px;
        width: 100%;
        right: -80px;
    }

table.main-table-contents.senior-living-top-area {
    padding-bottom: 100px;
}

.living-new .chosen-container.chosen-container-multi {
    width: 250px !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
}


.living-new-common .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    background-image: url(images/checkbox_unchecked.png);
    background-repeat: no-repeat;
    background-position: 6px 0px;
    background-size: 16px;
    padding: 0px 0px 0px 30px !important;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #191919;
}

.living-new-common .chosen-container .chosen-results li.result-selected {
    display: list-item;
    cursor: pointer;
    background-image: url(images/checkbox_checked2.png);
    background-repeat: no-repeat;
    background-position: 6px 0px;
    background-size: 16px;
    text-align: left;
    padding: 0px 0px 0px 30px !important;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #191919;
}

.living-new-common ul.chosen-results {
    padding-bottom: 10px;
    padding-top: 10px;
}

.living-new-common .chosen-container-active {
    border-radius: 5px;
}

    .living-new-common .chosen-container-active input.chosen-search-input {
        text-align: left !important;
    }

    .living-new-common .chosen-container-active .chosen-choices {
        border: none;
        -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        border-radius: 5px;
    }

.living-new-common .chosen-container .chosen-drop {
    margin-top: -3px;
}



.living-new-common .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 25px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
}

.living-new-common .chosen-container-multi#gnuserseniorLivingfloor_chosen .chosen-choices li.search-field input[type="text"] {
    text-align: left !important;
    padding-left: 8px !important;
}

.living-new-common li.search-field {
    width: 10px;
}

.living-new.living-new-common {
    position: relative;
}


div#alertlogtable::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 100px;
}

.living-new-common .chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    color: #000 !important;
}

.living-new-common .chosen-container-multi .chosen-choices {
    overflow: unset !important;
    background: #fff !important;
    display: table;
    position: relative;
    padding-left: 20px;
}

    .living-new-common .chosen-container-multi .chosen-choices:after {
        position: absolute;
        background: url(images/arrow-down.png);
        width: 10px;
        height: 7px;
        content: "";
        right: 5px;
        background-repeat: no-repeat;
        top: 50%;
        margin-top: -3px;
    }

    .living-new-common .chosen-container-multi .chosen-choices li.search-choice {
        margin: 3px 0px 3px 3px;
        border: 1px solid #7c7c80;
    }

p.no-margin.main-living-area-set1 {
    padding: 2px;
}

.living-new-common2 input.chosen-search-input {
    min-width: auto !important;
    max-width: initial !important;
}

table#senior-living-changes-table {
    overflow: visible;
    padding-bottom: 0;
    height: 150px;
}

#creategenericusers .main-living-area-set {
    margin-left: -9px;
}

.main-living-area-set ul.chosen-choices {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.living-new-common .chosen-container .chosen-results {
    max-height: 120px;
}

.living-new.living-new-common.extended .chosen-container .chosen-results {
    max-height: 56px !important;
}

input#showhidepassword {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
}

#add-edit-user input#restrict-user {
    border-radius: 3px !important;
}

.living-new {
    text-align: right;
}

select#seniorLivingfloor {
    width: 250px;
    padding-left: 9px;
    padding-right: 15px;
    height: 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    /* color: #808080; */
}

.min-living input#Minutes {
    width: 46.9px !important;
    max-width: 44.9px !important;
    min-width: 44.9px !important;
    background: #C4C4C4;
}

.sec-living input#seconds {
    width: 46.9px !important;
    max-width: 44.9px !important;
    min-width: 44.9px !important;
    background: #C4C4C4;
}

.min-living {
    float: left;
    width: 67%;
    text-align: right;
    padding-left: 20%;
}

.sec-living {
    float: right;
}

.end-living {
    float: right;
    width: fit-content;
}

.start-living {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

select#seniorLivingfloor:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

#loginCardotp button {
    width: 45%;
    margin: 0 auto !important;
    display: table;
}

img.graph-pageicon {
    width: 38px;
}

.no-ifram {
    display: table;
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 40px;
    text-align: center;
    line-height: 37px;
}

iframe.graph-page-set {
    display: table;
    margin-top: 75px;
    margin-left: 36px;
    height: 80vh;
    width: 90vw;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 20px;
    color: #ee4418;
    margin-bottom: 20px;
    margin-bottom: 15px;
}

/*td.lable-setting-area2.displayInline.defualt-checkbox-set .dot {
    position: absolute;
    right: 75px;
    top: 8px;
}*/

#notification-container label {
    font-size: 18px;
}

th.mrn-column {
    position: sticky;
    left: 236px;
    background-color: #404043;
    z-index: 1;
    max-width: 140px;
}

label.marginZeropx.notification-set {
    position: absolute;
    top: 5px;
    right: 0;
}

h4.bdr-set-arrea.customstyleSettingh6 {
    display: table;
    width: 98.5%;
    margin-top: 130px;
}


.mdm label {
    font-size: 14px;
}

.mdm-string {
    width: 100%;
    display: table !important;
}

.mdm {
    width: 49%;
    display: table;
    float: right;
    border-bottom: 1px solid #404043;
}

.checkbox-new-mdm label.checkbox-new {
    grid-gap: inherit;
}

p.no-margin.checkbox-new-mdm {
    height: 40px;
    display: table;
}

#notificationsSettingsBody .table-footer1.margin-bottom1percent {
    position: absolute;
    bottom: 0;
}

#notification-container .table-header.paddingZero {
    width: 100%;
    display: table;
}

    #notification-container .table-header.paddingZero h2.no-margin {
        display: table;
        width: 100%;
        max-width: 100%;
    }

td.lable-setting-area2.displayInline.defualt-checkbox-set {
    padding-right: 0;
}

td.lable-setting-area2.displayInline.lable-setting-area-set {
    padding-right: 11%;
}

input#criticalAlerttimethreshold {
    margin-top: 0;
    margin-bottom: 0px;
    margin-right: 20px;
}

#add-edit-user label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
}

.alert-table-div::-webkit-scrollbar {
    background: transparent !important;
}

input#show-doctor-password {
    min-width: 20px;
}

select.true-false-select {
    width: 75px;
}

.main-table-contents input.room-checkbox,
.main-table-contents input.sensor-checkbox {
    min-width: 22px;
}

#add-edit-regions p.invalid {
    position: absolute;
    top: 50px;
}

#add-edit-regions label.invalid-field-label {
    display: table;
}

.table-footer1 button.btn-green {
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 14px;
    color: #FFFFFF;
    border-radius: 70px;
}

#settings-content .table-footer {
    margin-top: 280px;
    margin-bottom: 40px !important;
}

.settings-table tr td:nth-child(2) {
    text-align: right;
    padding-right: 20%;
}

.no-sensor:after {
    content: "No Sensor";
    background-color: red;
    padding: 2px 10px;
    border-radius: 50px;
    line-height: 20px;
    margin-bottom: 5px;
}

h1 {
    font-size: 36px;
    color: white;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    color: white;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    color: white;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    color: white;
}

p {
    font-size: 14px;
    color: white;
}

html, body {
    font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Montserrat, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

body {
    margin: 0;
    background-color: #25262c;
    height: 100vh;
}

    body .vst-biz {
        height: auto;
    }

button {
    outline: none;
    border: 3px solid #17E2E9;
    border-radius: 16px;
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(23, 226, 233, 0.2), 1.5px 3px 12px 0 rgba(23, 226, 233, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(23, 226, 233, 0.2), 1.5px 3px 12px 0 rgba(23, 226, 233, 0.19);
}

    button:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    button.disabled {
        color: grey !important;
        border: 3px solid grey !important;
        -webkit-box-shadow: none;
        box-shadow: none !important;
    }

        button.disabled:hover {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

i {
    cursor: pointer;
}

    i.fa-search.active {
        color: #17e2e9;
    }

.loader-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loading {
    display: inline-block;
    position: relative;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 10px solid #7c7c80;
}

    .loading div {
        position: absolute;
        display: block;
        border: 10px solid transparent;
        border-radius: 50%;
        border-top: 10px solid #17e2e9;
        top: -10px;
        left: -10px;
        width: 51px;
        height: 51px;
        -webkit-animation: spin 1.75s cubic-bezier(0.44, 0.12, 0.47, 0.83) infinite;
        /* Safari */
        animation: spin 1.75s cubic-bezier(0.44, 0.12, 0.47, 0.83) infinite;
    }

.loading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loading div:nth-child(1) {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.loading div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.loading div:nth-child(3) {
    -webkit-animation-delay: -0.05s;
    animation-delay: -0.05s;
}

.no-vital-no-mrn tr td:nth-child(5) {
    max-width: inherit !important;
}

.vital-no-mrn td.patch-column {
    left: 345px !important;
    max-width: 115px;
}

.vital-no-mrn td.time-column {
    position: unset !important;
}

.vital-no-mrn th.patch-column {
    left: 345px !important;
    max-width: 115px !important;
}

.no-vital-no-mrn td.type-column {
    border-right: none !important;
    position: unset !important;
}

.no-vital-no-mrn th.serial-column.patch-removed {
    left: 227px !important;
}


.no-vital-mrn td.serial-column.patch-removed {
    max-width: 132px !important;
    left: 222px !important;
}

.review-table-div td.patch-column {
    border-right: none !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

#loginCard {
    max-width: 450px;
}

p.otp-set-inner {
    width: 84%;
    margin: 0 auto;
    margin-bottom: 26px;
    margin-top: 20px;
}

.otp-set-inner input {
    margin-top: 4px;
}

#EnterpriseLogin .invalid-field-label {
    margin-bottom: 15px !important;
}
div#EnterpriseLogin {
    max-width: 320px;
}
.login-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 25px 0 25px;
}

.login-content {
    padding: 0px 15px 25px 15px;
}

.login-form {
    margin-bottom: 2px;
}

    .login-form span p input {
        width: 300px;
    }

.login-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0 0;
}

.login-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .login-links p {
        margin-top: 0;
    }

.pagination {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

    .pagination li {
        display: inline-block;
        padding: 4px 8px 4px 8px;
        border-radius: 2px;
    }

        .pagination li.active {
            background-color: #17e2e9;
        }

        .pagination li.page-num {
            display: none;
        }

            .pagination li.page-num.visible {
                display: block;
            }

            .pagination li.page-num:hover {
                background-color: #7c7c80;
            }

            .pagination li.page-num.active:hover {
                background-color: #17e2e9;
            }

        .pagination li.pg2 {
            display: none;
        }

            .pagination li.pg2.visible {
                display: block;
            }

            .pagination li.pg2:hover {
                background-color: #7c7c80;
            }

            .pagination li.pg2.active:hover {
                background-color: #17e2e9;
            }

        /*notification*/
        .pagination li.PageNLightNum {
            display: none;
        }

            .pagination li.PageNLightNum.visible {
                display: block;
            }

            .pagination li.PageNLightNum:hover {
                background-color: #7c7c80;
            }

            .pagination li.PageNLightNum.active:hover {
                background-color: #17e2e9;
            }
        /*notification*/


        .pagination li a {
            color: #fff;
            font-size: 12px;
        }

.arrow-left svg {
    display: block;
}

.arrow-right svg {
    display: block;
}

.filter-search {
    display: none;
    margin-left: 15px;
    margin-bottom: 9px;
}

.form-btn {
    border-color: #f8993a;
    font-size: 12px;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(248, 153, 58, 0.2), 1.5px 3px 12px 0 rgba(248, 153, 58, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(248, 153, 58, 0.2), 1.5px 3px 12px 0 rgba(248, 153, 58, 0.19);
    margin-top: 10px;
}

.full-w-btn {
    width: 100%;
}

button#BtnSsoLogin {
    margin-top: 20px;
}

.btn-green {
    border-color: #1FE66F !important;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(31, 230, 111, 0.2), 1.5px 3px 12px 0 rgba(31, 230, 111, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(31, 230, 111, 0.2), 1.5px 3px 12px 0 rgba(31, 230, 111, 0.19);
}

.btn-red {
    border-color: #EE4418 !important;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(238, 68, 24, 0.2), 1.5px 3px 12px 0 rgba(238, 68, 24, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(238, 68, 24, 0.2), 1.5px 3px 12px 0 rgba(238, 68, 24, 0.19);
}

.btn-orange {
    border-color: #f8993a !important;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(238, 68, 24, 0.2), 1.5px 3px 12px 0 rgba(238, 68, 24, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(238, 68, 24, 0.2), 1.5px 3px 12px 0 rgba(238, 68, 24, 0.19);
}

a {
    color: #f8993a;
    text-decoration: none;
}

.no-margin {
    max-width: 265px;
    margin: 0px;
}

#grid-container {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

#main-container {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px 20px;
    -ms-grid-columns: 25px 20px 5px 20px 275px 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 25px;
    grid-template-columns: 25px 5px 275px repeat(8, 1fr) 25px;
    -ms-grid-rows: 75px 5px 1fr;
    grid-template-rows: 75px 1fr;
    grid-template-areas: "side-nav margin header header header header header header header header header margin-end" "side-nav margin nav table table table table table table table table margin-end";
    height: 98%;
    max-height: 98%;
    width: 100%;
}

#import-page #main-container {
    -ms-grid-columns: 25px 20px 5px 20px 275px 20px minmax(350px, 1fr) 20px 325px 20px 25px;
    grid-template-columns: 25px 5px 275px minmax(350px, 1fr) 325px 25px;
    -ms-grid-rows: auto 5px auto;
    grid-template-areas: "side-nav margin header header header margin-end" "side-nav margin nav table sensor margin-end";
}

#users-page #main-container {
    -ms-grid-columns: 25px 20px 5px 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 25px;
    grid-template-columns: 25px 5px repeat(8, 1fr) 25px;
    -ms-grid-rows: auto 5px auto;
    grid-template-areas: "side-nav margin header header header header header header header header margin-end" "side-nav margin table table table table table table table table margin-end";
}

div#ExportOptions {
    background: #404043;
    box-shadow: 7.5px -5px 15px 0 rgb(0 0 0 / 20%), 1.5px 3px 24px 0 rgb(0 0 0 / 30%);
    width: 130px;
    position: absolute;
    left: 135px;
    z-index: 90;
    padding: 8px 0;
    top: 56px;
}

    div#ExportOptions a:hover {
        background-color: #eee;
        color: #000 !important;
    }


.table-header.new-alert-set-new button {
    position: absolute;
    top: 11px;
    left: 132px;
    background: #404043;
}

.table-header.new-alert-set-new {
    position: relative;
    width: 38%;
}

.export-drop:before {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    display: inline-block;
    border-bottom-color: rgb(255 255 255);
    content: '';
    left: 86%;
    padding: 0 0 !important;
    transform: rotate( 180deg);
    top: 11px;
}

.export-drop {
    position: relative;
    padding-left: 0;
    width: 141px;
    padding-top: 6px;
    padding-bottom: 6px;
}



div#ExportOptions::after {
    top: -5px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    display: inline-block;
    border-bottom-color: rgb(255 255 255);
    content: '';
    left: 8px;
}

div#ExportOptions a {
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    cursor: pointer;
    width: 100%;
    display: table;
}

#side-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: side-nav;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#import-page #main-container > #side-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
}

#users-page #main-container > #side-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
}

#header {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 17;
    grid-area: header;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#import-page #main-container > #header {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
}

#users-page #main-container > #header {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 15;
}

#usage-page #header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#nav {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: nav;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#import-page #main-container > #nav {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.nav-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "filter" "rooms";
    height: 100%;
    width: 100%;
}

input#show-installationuser-password {
    min-width: 20px;
    max-width: 20px;
    margin-top: 0;
}

#main-table {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 15;
    grid-area: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-width: 350px;
}

#import-page #main-container > #main-table {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
}

#users-page #main-container > #main-table {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 15;
}

#sensor-table {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    grid-area: sensor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

#patch-reset-failed footer.modal__footer {
    text-align: right;
    display: table;
    width: 100%;
}

#side-nav-container {
    position: absolute;
    background-color: #25272C;
    width: 45px;
    height: 100vh;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(0, 0, 0, 0.2), 1.5px 3px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(0, 0, 0, 0.2), 1.5px 3px 12px 0 rgba(0, 0, 0, 0.19);
}

.flex-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#vst-biz {
    margin: 15px;
}

#shiftsBody {
    display: none;
}

#integrationsBody {
    display: none;
}

#permissionsBody {
    display: none;
}

#securitysettingsBody {
    display: none;
}

#emgProtoBody {
    display: none;
}

#branchSettingsBody {
    display: block;
    height: 90%;
}

.biz-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
}

    .biz-header span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


.card-container {
    width: 100%;
    height: 100%;
}

.card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

    .card-header h2:hover {
        color: #17e2e9;
    }

.card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

    .card-body span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #ccc;
        width: 100%;
    }

        .card-body span:last-of-type {
            border-right: 0px solid #ccc;
        }

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.in-room-audio label {
    display: table;
    float: right;
    text-align: right !important;
    align-items: flex-start;
}

    .in-room-audio label span.dotLabel {
        float: left;
    }

.nav-list-labels {
    position: absolute;
    top: 0px;
    left: -80px;
    z-index: 0;
}

.nav-list-labels-bottom {
    position: absolute;
    bottom: 0px;
    width: 125px;
    left: -80px;
}

.nav-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #404043;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-icons {
    position: absolute;
    left: 0;
    z-index: 1;
}

#navIcons {
    z-index: 1;
}

#navImport {
    z-index: 0;
}

.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #404043;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

    .nav-item.active {
        background-color: #17E2E9 !important;
    }

.nav-bottom {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.ui-table {
    max-height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0px;
}

.table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    margin-right: 15px;
}

.table-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px;
    margin-bottom: 0;
}

.table-footer-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.table-container {
    position: flex;
    width: 100%;
}

.table-container-sensor {
    position: flex;
    width: 100%;
}

.room-table-container {
    position: flex;
    width: 100%;
}

.alert-table-div th.mrn-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.alert-table-div td.mrn-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.attended-table-div th.mrn-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.attended-table-div td.mrn-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.review-table-div th.mrn-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.review-table-div td.mrn-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}


.room-table-container-sensor {
    position: flex;
    width: 100%;
}

.filter-table-container {
    position: flex;
    height: 155px;
    width: 100%;
}

.ui-closed .filter-table-container {
    display: none;
}

#settingsNav {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}

    #settingsNav li {
        font-size: 18px;
        border-bottom: 1px solid #fff;
        padding: 10px;
    }

        #settingsNav li a {
            color: #fff;
        }

        #settingsNav li :hover {
            color: #17E2E9;
        }

        #settingsNav li a.active {
            color: #17E2E9;
        }

table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: unset;
    overflow-y: unset;
}

td {
    text-align: center;
    color: white;
}

th {
    vertical-align: text-top;
    font-weight: 400;
    font-size: 18px;
    color: white;
    padding-bottom: 10px;
}

    th .arrows {
        margin-left: 5px;
        width: 0;
        height: 0;
        content: " ";
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
    }


        th .arrows.selected {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        th .arrows.active {
            border-color: #f8993a transparent transparent transparent;
        }

    th .NLarrows {
        margin-left: 5px;
        width: 0;
        height: 0;
        content: " ";
        border-style: solid;
        border-width: 8px 4px 0px 4px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
    }

#room-Nlight-table th .NLarrows.selected {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#room-Nlight-table th .NLarrows.active {
    border-color: #f8993a transparent transparent transparent;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

table thead,
table tbody {
    display: block;
}

table.main-table-contents thead {
    margin-right: 0px;
    min-width: 700px;
}

#import-page #main-container #main-table .ui-card .ui-card-content table.main-table-contents thead {
    margin-right: 0px;
    min-width: 500px;
}

#import-page #main-container #sensor-table .ui-card .ui-card-content table.main-table-contents thead {
    margin-right: 0px;
    min-width: 300px;
}

table tbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: scroll;
    height: 5px;
}

/*#alertlogtable table.main-table-contents tr td:nth-child(2) {
    position: sticky;
    left: 119px;
    background-color: #404043;
    max-width: 115px;
}*/

#alertlogtable table.main-table-contents tbody {
    overflow: unset;
}

#alertlogtable table.main-table-contents tr td.branch-column {
    position: sticky;
    left: 0;
    background-color: #404043;
    max-width: 140px;
}

#alertlogtable table.main-table-contents tr td.room-column {
    position: sticky;
    left: 110px;
    background-color: #404043;
    max-width: 140px;
}

#alertlogtable table.main-table-contents tr td.mrn-column {
    position: sticky;
    left: 236px;
    background-color: #404043;
    max-width: 140px !important;
}

#alertlogtable table.main-table-contents tr td.serial-column {
    position: sticky;
    left: 227px;
    background-color: #404043;
}

#alertlogtable table.main-table-contents tr td.patch-column {
    position: sticky;
    left: 336px;
    background-color: #404043;
    max-width: 115px;
    border-right: 1px solid #6A6A6A;
}

#alertlogtable table.main-table-contents tr th.branch-column {
    position: sticky;
    left: 0;
    background-color: #404043;
    z-index: 1;
    max-width: 140px;
}

#alertlogtable table.main-table-contents tr th.room-column {
    position: sticky;
    left: 110px;
    background-color: #404043;
    z-index: 1;
    max-width: 140px;
}

#alertlogtable table.main-table-contents tr th.serial-column {
    position: sticky;
    left: 222px;
    background-color: #404043;
    z-index: 1;
    max-width: 132px;
}

#alertlogtable table.main-table-contents tr th.patch-column {
    position: sticky;
    left: 336px;
    background-color: #404043;
    border-right: 1px solid #6A6A6A;
    z-index: 1;
    max-width: 115px;
}


.vital-no-mrn tr td:nth-child(5) {
    border-right: none !important;
}

.vital-no-mrn tr td:nth-child(4) {
    border-right: 1px solid #6A6A6A;
}

table.main-table-contents tbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: scroll;
    min-width: 700px;
}

.review-table-div th.branch-column {
    padding-right: 10px;
}

.review-table-div td.branch-column {
    padding-right: 10px !important;
}

table.main-table-contents.setting-right .invalid-field-label {
    margin-top: -10px !important;
    position: absolute;
    right: 0;
    top: 29px;
    width: 130%;
    max-width: 130%;
    display: table;
    font-size: 10pt;
    font-weight: 400;
}

.living-new.living-new-common.living-new-common2 li.search-field {
    width: auto;
}

#creategenericusers h2#modal-1-title {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    align-items: center;
    color: #FFFFFF;
}

#creategenericusers label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
}
#creategenericusers .floor-senior-living-wrap,
#add-edit-user .floor-senior-living-wrap {
   padding: 2px 0 5px 5px;
}
label.checkbox-new.checkbox-new2 .checkbox__control {
   width: 19px;
   height: 19px;
}

table.main-table-contents.setting-left .invalid-field-label {
    margin-top: -10px !important;
    position: absolute;
    right: 0;
    top: 29px;
    width: 130%;
    max-width: 130%;
    display: table;
    font-size: 10pt;
    font-weight: 400;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #17E2E9;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#17E2E9),color-stop(90%,#17E2E9));
    background-image: linear-gradient(#17E2E9 20%,#17E2E9 90%);
    color: #fff !important;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    color: #000;
}

#import-page #main-container #main-table .ui-card .ui-card-content table.main-table-contents tbody {
    margin-right: 0px;
    min-width: 500px;
}

#import-page #main-container #sensor-table .ui-card .ui-card-content table.main-table-contents tbody {
    margin-right: 0px;
    min-width: 300px;
}

table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 10px;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}

nav#side-nav-container {
    z-index: 2;
}

.edit-bed-area-set-left span {
    width: 50%;
    display: table !important;
}

.edit-bed-area-set-left {
    width: 50%;
    float: left;
    display: table;
}

#addeditbed .modal__footer button#AddBed {
    float: right;
}

#addeditbed .modal__footer {
    display: table;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
}

#addeditbed .modal__content {
    display: table;
    width: 100%;
}

table.main-table-contents tr {
    cursor: default;
}

    table.main-table-contents tr th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

table tr:first-of-type {
    margin: 0px 10px 10px 10px;
}

table tr th {
    border-bottom: 1px solid #f8993a;
}

table tr.active {
    background-color: #17E2E9;
    color: white;
    border-radius: 16px;
    cursor: pointer;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(23, 226, 233, 0.2), 1.5px 3px 12px 0 rgba(23, 226, 233, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(23, 226, 233, 0.2), 1.5px 3px 12px 0 rgba(23, 226, 233, 0.19);
}

table tr td,
table tr th {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-card {
    background-color: #404043;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px 15px 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(0, 0, 0, 0.2), 1.5px 3px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(0, 0, 0, 0.2), 1.5px 3px 12px 0 rgba(0, 0, 0, 0.19);
}

.top-cards {
    padding: 5px 15px 5px 15px;
    margin: 16px;
}


td.lable-setting-area2 {
    position: relative;
}

.ui-open {
    height: 219px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.ui-settings {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.ui-closed {
    height: 45px;
    margin-bottom: 16px;
}

.ui-rooms {
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ui-open .ui-card-content.open {
    padding-top: 15px;
    height: 100%;
}

.disabled i, .disabled h2 {
    color: #7c7b7b !important;
}

.ui-card-content {
    width: 100%;
    display: none;
}

    .ui-card-content h2 {
        margin-left: 15px;
        margin-bottom: 5px;
    }

.review-table-div.no-vital-mrn th.time-column.patch-removed {
    padding-right: 10px !important;
}

.review-table-div.no-vital-mrn td.time-column.patch-removed {
    padding-right: 10px !important;
}

.ui-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.enable-user {
    color: #1FE66F;
    margin-top: 5px;
}

.disable-user {
    display: block;
    color: #f8993a;
    margin-top: 5px;
}

.emg-email {
    display: block;
}

.new-email {
    display: none;
}

.save-email {
    display: none;
    color: #1FE66F;
}

.edit-email {
    display: block;
}

.shift-start {
    display: block;
}

.new-start {
    display: none;
}

.shift-end {
    display: block;
}

.new-end {
    display: none;
}

.edit-shift {
    display: block;
}

.save-shift {
    display: none;
    color: #1FE66F;
}

.form {
    display: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .form span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .form span p {
            padding: 5px;
        }

.report-form {
    margin: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.submit-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fa-search,
.fa-pencil-alt {
    color: white;
}

.container {
    position: relative;
}

.date-range {
    width: 200px;
    background-color: #7C7C80;
    font-size: 14px;
    border-radius: 16px;
    padding: 8px 16px;
    color: white;
    content: "";
}

.calendar-time select {
    min-width: 0;
}

.date-range:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-radius: 0px 16px 16px 16px;
    height: 33px;
    width: 35px;
    background-color: #353535;
}

.assign-branch {
    display: none;
}

select {
    min-width: 175px;
    border-radius: 5px;
    border-width: 0;
    height: 25px;
    padding-left: 7px;
}

td select {
    min-width: 0;
}

.ui-card-head input {
    min-width: 175px;
    border-radius: 5px;
    border-width: 0;
    height: 25px;
    padding-left: 7px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background: #333;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    background: #7C7C80;
    border-radius: 100px;
}

.snackbar {
    z-index: 99 !important;
    position: fixed;
    display: none;
    opacity: 0;
    width: 300px;
    bottom: 0;
    right: 35px;
}

.snackbar-container {
    height: auto; /*Added by junaid, to scale the snack bar according to text amount*/
    border-radius: 5px;
    border: 3px solid;
    background-color: #404043;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(0, 0, 0, 0.2), 1.5px 3px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(0, 0, 0, 0.2), 1.5px 3px 12px 0 rgba(0, 0, 0, 0.19);
}

    .snackbar-container.sb-danger {
        border-color: #ee4418;
    }

    .snackbar-container.sb-warning {
        border-color: #f8993a;
    }

    .snackbar-container.sb-success {
        border-color: #1fe66f;
    }

    .snackbar-container.sb-notify {
        border-color: #17e2e9;
    }

.snackbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .snackbar-content span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        font-size: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .snackbar-content h3 {
        margin: 0;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    form.search button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 25px;
        border-radius: 0px 5px 5px 0px;
        background-color: #7c7c80;
        border-color: #7c7c80;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        form.search button i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: -5px;
        }

    form.search input {
        border-radius: 5px 0 0 5px;
        min-width: 150px;
    }

    form.search button:hover {
        background-color: #17e2e9;
        border-color: #17e2e9;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

div#select-branch-error-notification {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #F89939 !important;
    width: 97%;
    margin: 0 auto;
    padding-bottom: 8px;
    display: table;
}

.biz-card {
    min-height: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-header h2 {
    padding-right: 15px;
}

.invalid-field {
    border: 2px solid #ee4418;
}

.falldata-invalid-field {
    border: 2px solid #ee4418;
}

.invalidPatientData {
    border: 2px solid #ee4418;
}

.invalidTotalNoofFalls {
    border: 2px solid #ee4418;
}

.invalidNoofFallwithInjury {
    border: 2px solid #ee4418;
}






/*
    search in div  ---Anser  :REASON: search in form causers form submission on press enter after search
*/
div.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    div.search button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 25px;
        border-radius: 0px 5px 5px 0px;
        background-color: #7c7c80;
        border-color: #7c7c80;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        div.search button i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: -5px;
        }

    div.search input {
        border-radius: 5px 0 0 5px;
        min-width: 150px;
    }

    div.search button:hover {
        background-color: #17e2e9;
        border-color: #17e2e9;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
/*
    search button in div ---Anser
*/
/*Added By Junaid */
/*For pushing long text to break*/
h2, td, label {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/*For hiding jquery dialog box title*/
.noTitleStuff {
    background: transparent !important;
    border: 1px solid transparent !important;
}

    .noTitleStuff .ui-dialog-titlebar button {
        display: none;
    }

    .noTitleStuff .ui-widget-header {
        border: 1px solid transparent;
        background: transparent;
    }
/*Anser*/
.error-box {
    display: block;
    border-color: red;
    font-size: 8pt;
    border: 2px solid #ee4418;
    color: white;
}
/*Anser*/
select {
    min-width: 250px;
    max-width: 250px;
    overflow: hidden;
    border-radius: 5px;
    border-width: 0;
    height: 25px;
    padding-left: 7px;
}

td select {
    min-width: 0;
}

input {
    min-width: 250px;
    /*max-width: 250px;*/
    border-radius: 5px;
    border-width: 0;
    height: 25px;
    padding-left: 7px;
}



.invalid-field-label {
    display: inline-block;
    color: #ee4418 !important;
    font-size: 10pt !important;
}

.invalid {
    color: #ee4418;
}
/*Anser*/
.report-image-container {
    width: 80%;
    /*border-radius: 25px;*/
    border: 2px solid Black;
    padding: 15px 15px 15px 15px;
    margin: 20px 20px 20px 20px;
    background: #A4D3EE;
    overflow: visible;
    box-shadow: 5px 5px 2px #888888;
    position: relative;
}




/*:not([type="radio"])*/
.inputBranchSettings {
    min-width: 83.91px;
    max-width: 83.91px;
    background: #C4C4C4;
    margin: 10px;
    height: 20.39px;
    border-radius: 0;
}

.inputFallData {
    background: #404043;
    min-width: 60px !important;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    pointer-events: none;
}

    .inputFallData.edit {
        background: #C4C4C4;
        border-radius: 0;
        color: #000000 !important;
        pointer-events: all;
    }
/*copy for Patient days css*/
.inputFallDataPateintDays {
    background: #404043;
    min-width: 60px !important;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    pointer-events: none;
}

    .inputFallDataPateintDays.edit {
        background: #C4C4C4;
        border-radius: 0;
        color: #000000 !important;
        pointer-events: all;
    }
/*copy for Patient days css*/

input#SensorErrorsEscalationtime {
    margin-top: 0;
    margin-right: 20px;
}


.heart-rate .inputBranchSettings {
    min-width: 44.9px;
    max-width: 44.9px;
}

.dotred {
    height: 75%;
    width: 75%;
    background-color: #EE4418;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #7C7C80;
}

.dotgrey {
    height: 75%;
    width: 75%;
    background-color: #808080;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #7C7C80;
}

#Edit-Tune-Popup h4 {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 15px !important;
    color: #FFFFFF !important;
}

.dotgreen {
    height: 75%;
    width: 75%;
    background-color: #1FE66F;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid #7C7C80;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}


#branchSettingsBody .inputBranchSettings {
    margin: 0;
}

#branchSettingsBody .dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 90px;
    /*top: 6px;*/
}

.check-box-area-settings {
    position: relative;
}

.parent-select-box label {
    margin: 0;
    border: none !important;
}

#settings-page div#settingsCard .ui-card-content.open {
    padding-top: 0 !important;
}

#settings-page #buildingCard h2.no-margin {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}

#settings-page #settingsCard h2.no-margin {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}


.no-margin.v-thresholds {
    padding-bottom: 0 !important;
    padding-top: 0px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.dotLabel {
    margin-left: 1%;
    pointer-events: none;
    height: 25px;
    width: 25px;
}

table.chosen-drop tbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: unset !important;
    min-width: 700px;
}

button.btn-green:focus {
    outline: none;
}

#alertlogtable th .arrows {
    display: inline-block;
}

div#permissions-container {
    overflow-y: scroll;
    min-height: 400px;
    max-height: 540px;
}

#add-edit-user .modal__container {
    overflow-y: inherit;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}

.table-header.new-alert-set button#exportbtn {
    margin-left: 10px;
}


.warpper-custom .panel {
    display: block;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.warpper-custom .panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.warpper-custom .radio {
    display: none;
}

.active-view {
    background: #ffffff00 !important;
    color: #17e2e9 !important;
    border-top: none !important;
    cursor: not-allowed !important;
    padding: 0 !important;
    border-bottom: 1px solid #17e2e9 !important;
    margin: 0 12px !important;
}

label#zero {
    border: none;
}

.warpper-custom label {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 12px;
}

.warpper-custom .tabs {
    text-align: right;
    display: table;
    float: right;
    margin-top: -55px;
}

.text-box-select {
    text-align: center;
    min-width: 110px !important;
    max-width: 110px !important;
}

.div-select {
    background-color: white !important;
    position: absolute;
    top: 33px;
    border-radius: 5px;
    padding: 14px 8px;
    z-index: 9;
    padding-top: 5px;
    width: 141px;
    min-height: 179.54px;
    max-height: 175.54px;
    overflow-y: scroll;
}


label#zero:hover {
    color: #fff !important;
}

#alertlogtable table.main-table-contents tr th {
    line-height: 22px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    display: block;
    padding-left: 16px;
    text-align: left;
    font-size: 14px;
}

th.attended-column {
    max-width: 160px;
}

.warpper-custom label:hover {
    color: #0eb1b7 !important;
}

td.attended-column {
    max-width: 160px;
}

th.accepted-column {
    max-width: 160px;
}

td.accepted-column {
    max-width: 160px;
}

th.walked-column {
    max-width: 160px;
}

td.walked-column {
    max-width: 160px;
}

th.disabled-column {
    max-width: 120px;
}

td.disabled-column {
    max-width: 120px;
}

th.enabled-column {
    max-width: 120px;
}

td.enabled-column {
    max-width: 120px;
}

th.snap-column {
    max-width: 120px;
}

td.snap-column {
    max-width: 120px;
}

th.valid-column {
    max-width: 120px;
}

td.valid-column {
    max-width: 120px;
}

td.notes-column {
    max-width: 200px;
}

th.notes-column {
    max-width: 200px;
}

.label-select {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 15px !important;
    color: #000000 !important;
    text-shadow: none !important;
    width: 94% !important;
    display: table-caption;
    text-align: left !important;
    float: left;
    padding: 7px 0 !important;
}

.delete-note {
    color: #000000 !important;
    font-size: 11px !important;
    float: right;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    right: -4px;
    top: 8px;
}

    .delete-note:hover {
        color: red !important;
    }

#alertlogtable table.main-table-contents tr {
    cursor: default;
    position: relative;
    margin: 0;
}

    #alertlogtable table.main-table-contents tr td {
        padding: 8px 0;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        display: block;
        padding-left: 7px;
        text-align: left;
    }

    #alertlogtable table.main-table-contents tr th.serial-column.patch-removed {
        border-right: 1px solid #6A6A6A;
    }

.parent-select-box {
    border-bottom: 0.25px solid #000000;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
}

input#fall-alert {
    min-width: 50px;
    margin-top: 10px;
}

span.checkbox-style {
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.checkbox-style label.invalid-field-label {
    display: table;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    line-height: 14px;
}

.room-column {
    font-size: 14px;
}

.serial-column {
    max-width: 132px;
}

.patch-column {
    font-size: 14px;
}

.time-column {
    font-size: 14px;
}

.type-column {
    font-size: 14px;
}

.attended-column {
    font-size: 14px;
}

.accepted-column {
    font-size: 14px;
}

.walked-column {
    font-size: 14px;
}

.disabled-column {
    font-size: 14px;
}

.enabled-column {
    font-size: 14px;
}

.snap-column {
    font-size: 14px;
}

.valid-column {
    font-size: 14px;
}

.notes-column {
    font-size: 14px;
}

td.time-column {
    max-width: 250px !important;
}

th.time-column {
    max-width: 250px;
}

#alertlogtable table.main-table-contents tr th.mrn-column {
    position: sticky !important;
    left: 236px;
    background-color: #404043;
    z-index: 1;
    max-width: 140px;
}

th.type-column {
    max-width: 250px;
}

td.type-column {
    max-width: 250px;
}

/*Anser*/
#two-panel tbody#main-container-tbody {
    overflow-y: scroll !important;
    min-height: 72vh !important;
    max-height: 72vh !important;
}

#three-panel tbody#main-container-tbody {
    overflow-y: scroll !important;
    min-height: 72vh !important;
    max-height: 72vh !important;
}

#four-panel tbody#main-container-tbody {
    overflow-y: scroll !important;
    min-height: 72vh !important;
    max-height: 72vh !important;
}

#one-panel table.main-table-contents.alert-table-contents {
    border-collapse: collapse !important;
    border-collapse: separate !important;
    display: -webkit-inline-box !important;
}

#one-panel table.main-table-contents {
    border-collapse: collapse !important;
    border-collapse: separate !important;
    display: -webkit-inline-box !important;
}


td.time-column.patch-removed {
    position: static !important;
    left: auto;
    border-right: none !important;
}

#alertlogtable table.main-table-contents tr td:nth-child(2).serial-column.patch-removed {
    border-right: 1px solid #6A6A6A;
}

#alertlogtable table.main-table-contents thead {
    margin-right: 0px;
    min-width: 700px;
    top: 0 !important;
    position: sticky;
    background-color: #404043;
    z-index: 10;
}

div#alertlogtable {
    width: 100%;
    overflow: auto;
}

#alertlogtable table.main-table-contents thead {
    margin-right: 0px;
    min-width: 700px;
    top: 0 !important;
    position: sticky;
    z-index: 10;
}

#settings-content .table-container {
    display: table;
    height: 90% !important;
}

#snapshot .modal__overlay {
    z-index: 99;
}



div#room-table-main {
    display: unset !important;
}

.table-footer1 {
    display: table-footer-group;
}

input#low-hr-box {
    float: left;
    display: table;
}

input#low-temp-box {
    float: left;
    display: table;
}

input#low-sbp-box {
    float: left;
    display: table;
}

input#low-rr-box {
    float: left;
    display: table;
}

input#low-spo2-box {
    float: left;
    display: table;
}

input#low-dbp-box {
    float: left;
    display: table;
}

label#high-hr-label {
    float: revert;
}

label#high-temp-label {
    float: revert;
}

label#high-sbp-label {
    float: revert;
}

label#high-rr-label {
    float: revert;
}

label#high-spo2-label {
    float: revert;
}

label#high-dbp-label {
    float: revert;
}

#buildingTable tr {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#buildingTable tbody#main-container-tbody {
    padding-top: 10px;
}

#roomTable tbody#main-container-tbody tr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div#alertlogtable.alert-table-div table.main-table-contents {
    width: 100% !important;
}

div#alertlogtable.attended-table-div table.main-table-contents {
    width: 100% !important;
}

#alertlogtable.review-table-div table.main-table-contents {
    width: 100% !important;
}

#settings-content table.main-table-contents tbody {
    overflow: auto;
}

/*di#patch-container {
    height: 100% !important;
}*/
#patch-container {
    height: 100% !important;
}


#patch-resetBody table.main-table-contents {
    overflow-y: auto;
    height: 98%;
}

.table-container.alert-table-div table.main-table-contents tr th.room-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents tr th.serial-column {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.alert-table-div table.main-table-contents tr th.patch-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents tr td:first-child {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents tr td:nth-child(2) {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.alert-table-div table.main-table-contents tr td:nth-child(3) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents tr td:nth-child(4) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents tr td:nth-child(5) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents th.time-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents td.time-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents th.type-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents td.type-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents th.disabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents td.disabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents th.enabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.alert-table-div table.main-table-contents td.enabled-column {
    max-width: inherit !important;
    position: static !important;
}


.table-container.attended-table-div table.main-table-contents tr th.room-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents tr th.serial-column {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.attended-table-div table.main-table-contents tr th.patch-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents tr td:first-child {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents tr td:nth-child(2) {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.attended-table-div table.main-table-contents tr td:nth-child(3) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents tr td:nth-child(4) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents tr td:nth-child(5) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents th.time-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents td.time-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents th.type-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents td.type-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents th.disabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents td.disabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents th.enabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents td.enabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.attended-table-div table.main-table-contents th.attended-column {
    max-width: inherit !important;
}

.table-container.attended-table-div table.main-table-contents td.attended-column {
    max-width: inherit !important;
}

.table-container.attended-table-div table.main-table-contents th.accepted-column {
    max-width: inherit !important;
}

.table-container.attended-table-div table.main-table-contents td.accepted-column {
    max-width: inherit !important;
}

.table-container.attended-table-div table.main-table-contents th.walked-column {
    max-width: inherit !important;
}

.table-container.attended-table-div table.main-table-contents td.walked-column {
    max-width: inherit !important;
}



.table-container.review-table-div table.main-table-contents tr th.room-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents tr th.serial-column {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.review-table-div table.main-table-contents tr th.patch-column {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents tr td:first-child {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents tr td:nth-child(2) {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}


.table-container.review-table-div table.main-table-contents tr td:nth-child(3) {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.review-table-div table.main-table-contents tr td:nth-child(4) {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.review-table-div table.main-table-contents tr td:nth-child(5) {
    max-width: inherit !important;
    position: static !important;
    border-right: none !important;
}

.table-container.attended-table-div table.main-table-contents tr td:nth-child(3) {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents th.time-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents td.time-column {
    max-width: inherit !important;
}

.table-container.review-table-div table.main-table-contents th.type-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents td.type-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents th.disabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents td.disabled-column {
    max-width: inherit !important;
}

.table-container.review-table-div table.main-table-contents th.enabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents td.enabled-column {
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents tr td:nth-child(3) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.table-container.review-table-div table.main-table-contents tr td:nth-child(4) {
    max-width: inherit !important;
    border-right: none !important;
    position: static !important;
}

.alert-table-div tr th.branch-column {
    max-width: unset !important;
}

.attended-table-div tr th.branch-column {
    max-width: unset !important;
}

.review-table-div tr th.branch-column {
    max-width: unset !important;
}

.main-table-contents.alert-table-contents th.type-column {
    max-width: 250px;
}

#settings-content div#shiftsBody div#shifts-container table.main-table-contents {
    overflow-y: auto;
    height: 620px;
    min-height: 500px;
}

#shiftsBody div#shifts-container {
    height: 100% !important;
}

#settings-content div#shiftsBody.ShiftTable2 div#shifts-container table.main-table-contents {
    overflow-y: auto;
    height: 280px;
    min-height: 280px;
}

div#shiftsBody.ShiftTable2 div#shifts-container {
    height: 90% !important;
}


div#security-container {
    height: 93% ​ !important;
}

#settings-content div#permissions-container {
    height: 90% !important;
    min-height: auto !important;
    max-height: initial !important;
}

td.lable-setting-area2 {
    width: 30% !important;
}

.settings-table-low-high td.lable-setting-area1 {
    width: 45% !important;
    float: left;
}

.settings-table-low-high td.lable-setting-area2 {
    width: 55% !important;
}

#branchSettingsBody tbody tr td {
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}

table.main-table-contents.setting-left tr td,
table.main-table-contents.setting-full tr td {
   margin: 9px 0 !important;
   height: 30px;
}

table.main-table-contents.setting-right tr td {
    margin: 9px 0 !important;
    height: 30px;
}

.setting-left .invalid-field-label {
    display: table;
    color: #ee4418;
    font-size: 11px;
    font-weight: 600;
    text-align: right;
    width: 100%;
    margin-top: -2px;
}

#branchSettingsBody table.main-table-contents {
    padding-left: 11px;
    padding-right: 1px;
}

td.lable-setting-area1 {
    text-align: left;
}

td.lable-setting-area2 {
    float: right;
    text-align: right;
}

.heart-rate {
    float: right;
    position: relative;
    text-align: right;
    margin-left: 10px;
}

    /*span.threshold-span {
    position: absolute;
    left: -7px;
}*/

    .heart-rate label {
        padding-right: 8px;
        float: left;
    }

    .heart-rate strong {
        margin-right: 16px;
    }

    .heart-rate span {
        margin-right: 6px;
        color: #dc3545;
    }

div#settings-content {
    height: 100%;
}

#branchSettingsBody {
    display: block;
    height: 90%;
}

#shiftsBody {
    display: block;
    height: 90%;
}

#emgProtoBody {
    display: block;
    height: 90%;
}



#integrationsBody {
    display: block;
    height: 90%;
}

#permissionsBody {
    display: block;
    height: 88%;
}

#securitysettingsBody {
    display: block;
    height: 80%;
}

#patch-resetBody {
    display: block;
    height: 90%;
}


.pop-tone a.button-pops {
    color: #fff;
}

.pop-tone .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

    .pop-tone .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.pop-tone .popup {
    margin: auto;
    padding: 20px;
    width: 335.55px;
    position: absolute;
    transition: all 1s ease-in-out;
    background: #181818;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 303.16px;
}

    .pop-tone .popup h2 {
        margin-top: 0;
        text-align: left;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
        margin-left: 0;
        margin-bottom: 0;
    }

    .pop-tone .popup .close {
        position: absolute;
        top: 17px;
        right: 17px;
        transition: all 200ms;
        font-size: 44px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .pop-tone .popup .close:hover {
            color: red;
        }

    .pop-tone .popup .content {
        overflow: hidden;
        text-align: left;
        padding-top: 7px;
    }

        .pop-tone .popup .content select {
            float: right;
            border-radius: 0;
            background: url('/Content/images/arrow-settings.png') 98% 50% no-repeat #C4C4C4;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 12px;
            padding: 0px 8px 0px 15px !important;
            width: 135.73px;
            height: 17.69px;
        }

            .pop-tone .popup .content select:focus {
                border: none !important;
                outline: none;
            }

button.btn-green.popup-btn-set {
    background: #1FE66F;
    border-radius: 37.942px;
    width: 100%;
    margin-top: 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 16.4212px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    box-shadow: none;
}

.inner-form {
    display: table;
    width: 100%;
    padding-bottom: 10px !important;
    margin-bottom: 8px;
}

table.main-table-contents.setting-left tr,
table.main-table-contents.setting-full tr {
   width: 99% !important;
   display: table !important;
   margin: 0 !important;
   float: none !important;
}

table.main-table-contents.setting-left {
    width: 48%;
    float: left;
    padding-left: 15px;
}

table.main-table-contents.setting-right {
    width: 48%;
    float: right;
    padding-right: 0px;
}

table.main-table-contents.setting-left thead tr {
    border-bottom: none !important;
}

table.main-table-contents.setting-left tr .lable-setting-area1 label {
    display: table;
    width: 100%;
}
table.main-table-contents.setting-left tr.hide {
    display: none !important;
}
table.main-table-contents.setting-right tr .lable-setting-area1 label {
    display: table;
    width: 100%;
}

table.main-table-contents.setting-left thead tr th {
    border-bottom: none !important;
}

table.main-table-contents.setting-right thead tr {
    border-bottom: none !important;
}

    table.main-table-contents.setting-right thead tr th {
        border-bottom: none !important;
    }

#branchSettingsBody .invalid {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #F8993A;
    width: 97%;
    margin: 0 auto;
    padding-bottom: 8px;
}

table.main-table-contents.setting-right tr {
    width: 99% !important;
    display: table !important;
    margin: 0 !important;
    float: none !important;
}

h2.no-margin.v-thresholds.customstyleSettingsh2 {
    margin-left: 0;
}

h4.bdr-set-arrea {
    border-bottom: 2px solid #F8993A;
    padding-bottom: 16px;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #FFFFFF !important;
    margin-bottom: -5px !important;
    margin-right: 8px !important;
    margin-left: 12px !important;
}

table.main-table-contents.setting-left tbody {
    min-width: auto !important;
}

table.main-table-contents.setting-right tbody {
    min-width: auto !important;
}

.table-header.v-values-set h2 {
    display: table;
    width: 100%;
    max-width: 100%;
    padding-top: 40px !important;
}

.table-header.v-values-set {
    display: table;
    width: 98.6%;
    margin-bottom: 0 !important;
}

table.main-table-contents {
    padding-left: 11px;
}

.settings-table-low-high tr {
    margin: 0 !important;
    width: 47.6%;
    float: left;
}

#addeditbed .modal__container #modal-1-content .invalid {
    position: absolute;
    top: 43px;
}

.settings-table-low-high td {
    margin: 10px 0 !important;
}

.settings-table-low-high tr:nth-child(even) {
    float: right;
    margin-right: 10px !important;
}

.lable-setting-area11 label {
    width: 100%;
    text-align: left;
}

#settings-content .table-header h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 8px !important;
}

#settings-content #esc-container h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 5px 0;
}

.popup .inner-form label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
}

#branchSettingsBody thead {
    margin-top: 5px;
}

#branchSettingsBody tbody#main-container-tbody {
    overflow: hidden;
}

input#restrict-user {
    min-width: 32px;
    display: table;
    margin-left: 0;
}

.checkbox-new {
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    grid-gap: 0.5em;
    font-size: 2rem;
    color: var(--color);
}

.checkbox--disabled {
    color: var(--disabled);
}

.checkbox__control {
    display: inline-grid;
    background: #404043;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    width: 26px;
    height: 26px;
}

    .checkbox__control svg {
        transition: transform 0.1s ease-in 25ms;
        transform: scale(0);
        transform-origin: bottom left;
        margin: 6px 0px 0px 5px;
    }

.checkbox__input {
    display: grid;
    grid-template-areas: "checkbox";
}

    .checkbox__input > * {
        grid-area: checkbox;
    }

    .checkbox__input input {
        opacity: 0;
        min-width: 0;
        position: absolute;
    }


    .checkbox__input input:checked + .checkbox__control svg {
        transform: scale(1);
    }

    .checkbox__input input:disabled + .checkbox__control {
        color: var(--disabled);
    }

tr.new-style-living {
    margin-bottom: 10px !important;
}

input#NightModestartTime {
    padding-left: 3px;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

input#NightModeEndTime,
input#DisableInRoomAudioStartTime,
input#DisableInRoomAudioEndTime {
    padding-left: 3px;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

input#NightModestartTime::-webkit-calendar-picker-indicator,
input#DisableInRoomAudioStartTime::-webkit-calendar-picker-indicator,
input#DisableInRoomAudioEndTime::-webkit-calendar-picker-indicator {
    display: none;
}

input#NightModeEndTim::-webkit-calendar-picker-indicator {
    display: none;
}

input#NightModeEndTime::-webkit-calendar-picker-indicator {
    display: none;
}

@media screen and (max-width: 1536px) {
    .submitted-ticket .issue-as-reported p {
        max-height: 118px !important;
    }
}

@media screen and (max-width: 1920px) {
    .setting-left .invalid-field-label {
        font-size: 13px;
        margin-top: -2.5px;
    }
}

@media screen and (max-width: 1750px) {
    .setting-left .invalid-field-label {
        font-size: 11px;
    }

    .start-living {
        float: left;
        padding-left: 0%;
    }
}

@media screen and (max-width: 1650px) {
    td.lable-setting-area2 {
        width: 33% !important;
    }

    .text-box-select {
        text-align: center;
        min-width: 110px !important;
        max-width: 110px !important;
    }
}


@media screen and (max-width: 1550px) {
    td.lable-setting-area2 {
        width: 32% !important;
    }

    .table-header.v-values-set {
        width: 98.2%;
    }

    div#alertlogtable.alert-table-div table.main-table-contents {
        width: 1500px !important;
        border-collapse: collapse !important;
        border-collapse: separate !important;
        display: -webkit-inline-box !important;
    }

    div#alertlogtable.attended-table-div table.main-table-contents {
        width: 1700px !important;
        border-collapse: collapse !important;
        border-collapse: separate !important;
        display: -webkit-inline-box !important;
    }

    div#alertlogtable.review-table-div table.main-table-contents {
        width: 1800px !important;
        border-collapse: collapse !important;
        border-collapse: separate !important;
        display: -webkit-inline-box !important;
    }

    select#seniorLivingfloor {
        width: 200px;
    }

    .min-living {
        width: 45%;
        padding-left: 0;
    }

    .start-living {
        float: right;
        padding-left: 0%;
    }
}

@media screen and (max-width: 1385px) {

    table tr:first-of-type {
        margin: 10px;
    }

    table.main-table-contents.setting-left {
        width: 49%;
    }

    table.main-table-contents.setting-right {
        width: 49%;
    }
}

@media screen and (max-width: 1370px) {
    #branchSettingsBody tbody tr {
        margin-right: 24px;
    }

    .pop-tone .popup {
        width: 335.55px;
        top: 0%;
    }
}

@media screen and (max-width: 1350px) {


    #branchSettingsBody tbody tr {
        margin-right: 24px;
    }

    span.threshold-span {
        position: absolute;
        left: -6px;
        top: 2px;
    }

    .in-room-audio label {
        width: auto;
    }

    tr#Volume td.lable-setting-area22.volume-set2 {
        top: -5px !important;
    }

    #Volume input.inputBranchSettings {
        min-width: 38px !important;
        max-width: 38px !important;
    }
}

@media screen and (max-width: 1350px) {
    #branchSettingsBody tbody tr td {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 6px !important;
    }

    input#low-hr-box {
        margin-top: 1px !important;
    }

    input#low-temp-box {
        margin-top: 1px !important;
    }

    input#low-sbp-box {
        margin-top: 1px !important;
    }

    input#low-rr-box {
        margin-top: 1px !important;
    }

    input#low-spo2-box {
        margin-top: 1px !important;
    }

    input#low-dbp-box {
        margin-top: 1px !important;
    }
}

@media screen and (max-width: 1290px) {


    .settings-table input#flashorange {
        right: auto;
        position: static;
    }

    .settings-table input#nhours {
        right: auto;
        position: static;
    }

    td.lable-setting-area2 {
        width: 40% !important;
    }

    .settings-table input#alertclearduration {
        right: auto;
        position: static;
    }
}

@media screen and (max-width: 1280px) {
    #branchSettingsBody tbody tr {
        margin-right: 20px;
    }

    select#seniorLivingfloor {
        width: 160px;
    }
}

@media screen and (max-width: 1240px) {
    #branchSettingsBody tbody tr td {
        width: 50% !important;
    }

    table.main-table-contents.setting-right {
        width: 50%;
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 1225px) {
    #branchSettingsBody tbody tr {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {

    .settings-table-low-high td.lable-setting-area2 {
        width: 50% !important;
    }

    .settings-table-low-high td.lable-setting-area1 {
        width: 50% !important;
    }
}

@media screen and (max-width: 1199px) {
    .inputBranchSettings {
        min-width: 40%;
        max-width: 40%;
    }

    #branchSettingsBody tbody tr td {
        width: 47% !important;
    }

    .settings-table-low-high td.lable-setting-area2 {
        width: 50% !important;
    }

    .settings-table-low-high td.lable-setting-area1 {
        width: 50% !important;
    }
}

@media screen and (max-width: 1150px) {
    .settings-table-low-high td.lable-setting-area2 {
        width: 60% !important;
    }

    .settings-table-low-high td.lable-setting-area1 {
        width: 40% !important;
        float: left;
    }
}

@media screen and (max-width: 1099px) {
    #branchSettingsBody tbody tr td {
        font-size: 13px;
        line-height: 13px;
    }

    .settings-table-low-high td.lable-setting-area2 {
        width: 40% !important;
    }

    .settings-table-low-high td.lable-setting-area1 {
        width: 60% !important;
        float: left;
    }

    .heart-rate {
        float: right;
        position: relative;
        width: 50%;
    }
}

@media screen and (max-width: 950px) {
    .top-cards {
        display: none;
    }

    .pop-tone .popup {
        width: 320px;
        top: 0%;
    }
}

@media screen and (max-width: 700px) {
    .pop-tone .box {
        width: 70%;
    }

    .pop-tone .popup {
        width: 70%;
    }
}

input#show-password {
    min-width: 19px;
    float: left;
    background: rgb(40 40 40 / 0%);
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 19px;
}

p.show-p {
    padding: 7px !important;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding-left: 5px !important;
    padding-top: 7.5px !important;
}

input#show-password:checked {
    background: rgb(40 40 40);
    color: black;
    -webkit-appearance: none;
    -moz-appearance: initial;
    appearance: auto;
}

.edit-branch {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .edit-branch select {
        max-width: 100% !important;
    }

    .edit-branch input {
        max-width: 100% !important;
    }

.beds-sensor-controll-set button.btn-green {
    width: 100%;
    margin-bottom: 15px;
}

select#Branch-Id {
    min-width: 100%;
}

.table-container.review-table-div th {
    padding-left: 0 !important;
    max-width: inherit !important;
    position: static !important;
}

.table-container.review-table-div td {
    padding-left: 0 !important;
    max-width: inherit !important;
    position: static !important;
}

.import-users-btn-set {
    margin-left: 16px;
}

#import-user h2#modal-1-title {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

#import-user .modal__container {
    width: 320px;
    height: 340px;
    background: #404043;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 0;
}



#importusersfileform p.invalid {
    position: absolute;
    top: 40px;
}

#import-user .form span {
    display: table;
    flex-direction: row;
    margin: 0 !important;
    width: 100%;
    position: relative;
}

#import-user label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
}

select#BranchId {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    align-items: center;
    color: #000;
}

#import-user main#modal-1-content {
    margin-bottom: 5px;
}

.lebal-new-set {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
    padding-left: 15px;
}

#import-user .input-file-container {
    position: relative;
    border-radius: 5px;
    border-width: 0;
    width: 249px;
    margin: 0 auto;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

label.input-file-trigger {
    color: #000;
}

.js .input-file-trigger {
    display: block;
    padding: 3px 7px;
    background: #fff;
    color: #808080 !important;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    border-radius: 5px;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

p.file-return {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
}

#import-user .file-return {
    margin: 0;
}



.js .file-return {
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 7px;
}

    .js .file-return:not(:empty):before {
        content: "File: ";
        font-style: italic;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        align-items: center;
        color: #FFFFFF;
    }


.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 8px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 15px !important;
    align-items: center !important;
    color: #808080 !important;
    height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}


#import-user footer.modal__footer {
    position: absolute;
    width: 250px;
    bottom: 31px;
    left: 35px;
}

.custom-file-upload.invalid-field {
    border: 2px solid red;
    padding: 3px 6px;
}

.lebal-new-set.invalid-field {
    border: 2px solid red;
}

#import-user label.invalid-field-label {
    position: absolute;
    bottom: 72px;
    width: 101%;
    left: 0px;
    padding: 0 12px;
    overflow-y: auto;
    height: 37px;
    margin: 0 auto;
    top: 153px;
}

span#selectfile {
    padding-top: 12px;
    color: #ee4418;
}

.lebal-new-set span#filespan {
    position: absolute;
    left: 45px;
    top: 0;
    font-size: 12px;
    word-break: break-all;
    width: 215px;
}

.emptytextfiled {
    font-size: 0 !important;
}

button.add-region-btn {
    margin-left: 15px;
}

.room-audio-set-table td.lable-setting-area1 label {
    text-align: left;
    width: 100%;
}

.room-audio-set-table td.lable-setting-area2 span.dot {
    top: 0 !important;
}

tr#Volume td.lable-setting-area22.volume-set2 {
    /*   text-align: right;
    position: absolute;
    right: -4px;
    top: 2px;*/
    float: right;
    position: relative;
    top: 4px;
}

td.lable-setting-area22.volume-set2 label#Volumelevelerror {
    border: none;
    position: sticky;
    width: 100%;
    top: -9px;
    margin-top: -1px !important;
    display: table;
}

#Volume input.inputBranchSettings {
    min-width: 44.9px;
    max-width: 44.9px;
    margin-right: 15px;
}

input#High {
    margin-right: 0 !important;
}

table.main-table-contents.room-audio-set-table tr {
    padding: 5px 0;
    width: 47.1%;
}



.in-room-audio td.lable-setting-area1 label {
    text-align: left !important;
}

.in-room-audio td.lable-setting-area1 {
    margin: 7px 0 !important;
    text-align: left;
    padding: 0 !important;
}

.in-room-audio td.lable-setting-area2 {
    margin: 10px 0 !important;
    margin-bottom: 5px !important;
    margin-right: 37px !important;
}

span#dotInRoomAudio {
    right: 50px !important;
}

label#Volumelevelerror {
    border: none;
    padding-left: 11px;
    padding-top: 14px;
    width: 100%;
    font-size: 12pt !important;
}


table.main-table-contents.room-audio-set-table span#dotshowRoomAudiosetting {
    right: 91px;
}

td.serial-column.patch-removed {
    border-right: 1px solid #6A6A6A;
    max-width: 134px !important;
}

.displayFlex {
    display: flex;
}

.displayNone {
    display: none;
}

.custompadding {
    padding: 0 10px 0 10px;
}

#reportrange {
    position: relative;
    padding: 14px 12px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
}

#alertlogspan {
    margin-left: -2px;
    position: absolute;
    right: 8px;
}

.paddingLeft {
    padding-left: 10px;
}

.tablemaxWidth {
    display: table;
    width: 100%;
}

.alertLogroomCard {
    margin-left: 0;
    padding-top: 15px;
}

.alertLogparagraph {
    margin-left: 15px;
    margin-top: 5px;
}

#zero {
    cursor: default;
}

.textcenterwidththreehundred {
    text-align: center;
    max-width: 300px;
}

.marginRight20px {
    margin-right: 20px;
}

.paddingzeromaxwidth20px {
    padding: 0;
    max-width: 20px;
}

.marginright15px {
    margin-right: 15px;
}

.width100px {
    width: 100%;
}

.maxHeight50px {
    max-height: 50px;
}

.minWidth350px {
    min-width: 350px;
}

.backgroundcolor-transparent {
    background-color: transparent;
}

.imporfile-checkbox-style-label {
    display: table;
    float: left;
    padding-top: 11px;
    padding-left: 7px;
}

.text-aligncenter {
    text-align: center;
}
/*AlertView.cshtml inpage style*/
#countdown {
    text-align: center;
    border-radius: 5px;
    margin: auto;
    padding: 6px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content !important;
}

    #countdown:before {
        content: "";
        width: 8px;
        height: 65px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        display: block;
        position: absolute;
        top: 48px;
        left: -10px;
    }

    #countdown:after {
        content: "";
        width: 8px;
        height: 65px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        display: block;
        position: absolute;
        top: 48px;
        right: -10px;
    }

    #countdown #tiles {
        position: relative;
        z-index: 1;
    }

        #countdown #tiles > span {
            width: 92px;
            max-width: 92px;
            font: bold 24px 'Droid Sans', Arial, sans-serif;
            text-align: center;
            color: #111;
            background-color: #ddd;
            background-image: -webkit-linear-gradient(top, #bbb, #eee);
            background-image: -moz-linear-gradient(top, #bbb, #eee);
            background-image: -ms-linear-gradient(top, #bbb, #eee);
            background-image: -o-linear-gradient(top, #bbb, #eee);
            border-top: 1px solid #fff;
            border-radius: 3px;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
            margin: 0 7px;
            padding: 18px 0;
            display: inline-block;
            position: relative;
        }

            #countdown #tiles > span:before {
                content: "";
                width: 100%;
                height: 13px;
                display: block;
                padding: 0 3px;
                position: absolute;
                top: 41%;
                left: -3px;
                z-index: -1;
            }

            #countdown #tiles > span:after {
                content: "";
                width: 100%;
                height: 1px;
                display: block;
                position: absolute;
                top: 48%;
                left: 0;
            }

    #countdown .labels {
        width: 100%;
        height: 25px;
        text-align: center;
        bottom: 8px;
    }

        #countdown .labels li {
            width: 102px;
            font: bold 12px 'Droid Sans', Arial, sans-serif;
            color: #f47321;
            text-shadow: 1px 1px 0px #000;
            text-align: center;
            text-transform: uppercase;
            display: inline-block;
        }
/*AlertView.cshtml inpage style*/
.widthfit-content {
    width: fit-content !important
}

.height370px {
    height: 370px;
}

.alertView-controls {
    text-align: center !important;
    padding: 8px !important;
    display: none;
}

.alertView-customstyle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
}

.marginbottom10px {
    margin-bottom: 10px;
}

.margin10px {
    margin: 10px;
}

.max-width300px {
    max-width: 300px;
}

.margin-right20px {
    margin-right: 20px;
}

.overflow-auto {
    overflow: auto;
}

.paddingZero {
    padding: 0;
}

.height60px {
    height: 60%;
}

.padding-top15px {
    padding-top: 15px;
}

.customstyleSetting {
    padding: 25;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.customstyleSettingh4 {
    margin: 1%;
    margin-bottom: 0;
}

.displayInline {
    display: inline;
}

.marginZeropx {
    margin: 0px;
}

.padding5px {
    padding: 5px;
}

.border-radius50px {
    border-radius: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.colorredimportant {
    color: #EE4418 !important;
}

.margin-right2px {
    margin-right: 2px;
}

.margin-top15px {
    margin-top: 15px;
}

.customstyleSettingsh2 {
    font-weight: 700;
    margin-left: 0;
}

.margin0px {
    margin: 0px;
}

.margin-bottom1percent {
    margin-bottom: 1%;
}

.text-alignleft {
    text-align: left;
}

.settings-Indexcustomdivstyle {
    padding: 0;
    border-bottom: 2px solid #f8993a;
    margin-left: 11px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    margin-top: 30px;
    margin-right: 7px;
}

.colorred {
    color: #EE4418;
}

.colorwhite {
    color: #ffffff;
}

.customdivUsersIndex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custombuttonStyleUsersIndex {
    padding: 10;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.custommargin {
    margin-left: 15px;
    margin-top: 0;
}

.margin-left15px {
    margin-left: 15px;
}

.minwidth275px {
    min-width: 275px;
}

.width100percent {
    width: 100%
}

.custompUsersIndex {
    margin-left: 15px;
    margin-top: 0;
}

.tablewidth100percent {
    display: table;
    width: 100%;
}

.padding-left5px {
    padding-left: 5px;
}

button#genericusers {
    margin-left: 15px;
    width: 162px;
    height: 31.84px;
    font-style: normal;
    font-weight: normal;
    font-size: 14.0462px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
}

.margin10pxwidth300px {
    margin: 10px;
    max-width: 300px;
}

.textalign-right {
    text-align: right;
}

.imageCustomstyle-BusinessIndex {
    margin-left: 30px;
    margin-top: 15px;
    height: 25px;
    width: 50px;
}

.margin-left3percent {
    margin-left: 3%;
}

.margin-left30px {
    margin-left: 30px;
}

.no-ifram span strong {
    color: #17E2E9;
}

button#btnuploadfalldata {
    border: 3px solid #27C065;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    box-shadow: none;
    margin-left: 20px;
    border-radius: 100px;
    position:relative;
}

#btnopenImportModal {
    margin-left: 20px;
}

.fall-data-width {
    max-width: 100% !important;
}

#btngoBack {
    border: 0px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #17E2E9 !important;
    box-shadow: none !important;
}

.back-modal-wrap {
    max-width: 475px;
    width: 100%;
    background: #404043;
    border-radius: 4px;
    padding: 30px 40px;
}

    .back-modal-wrap h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        color: #FFFFFF;
        margin: 0px;
    }

    .back-modal-wrap h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        color: #FFFFFF;
        margin: 40px 0px 60px 0px;
    }

    .back-modal-wrap .btn-wrap {
        text-align: center;
    }

        .back-modal-wrap .btn-wrap button {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            text-align: center;
            color: #FFFFFF;
            margin: 0px 10px;
            box-shadow: none !important;
            padding: 7px 15px;
        }

        .back-modal-wrap .btn-wrap .cancel-button {
            border: 3px solid #F8993A;
            border-radius: 17px;
        }

        .back-modal-wrap .btn-wrap .leave-page-btn {
            border: 3px solid #EE4418;
            border-radius: 17px
        }

.fall-data-table-new .ui-card {
    align-items: start;
    padding: 20px 10px;
    max-width: 1140px;
    width: 100%;
    position: absolute;
    left: 85px;
    height: initial !important;
    max-height: none !important;
}

/*.fall-data-table-new .table-wrap-new .main-table-contents {
    max-height: 470px;
}*/

.table-wrap-new table.main-table-contents tbody tr td {
    text-align: left !important;
    flex-direction: inherit !important;
    justify-content: flex-start !important;
}

    .table-wrap-new table.main-table-contents tbody tr td .inputFallData {
        font-size: 15px !important;
    }
    /*copy for Patient Days*/
    .table-wrap-new table.main-table-contents tbody tr td .inputFallDataPatientDays {
        font-size: 15px !important;
    }
/*copy for Patient Days*/

.table-wrap-new table.main-table-contents tr {
    text-align: left;
    margin: 0 !important;
    padding: 5px 0px !important;
}

.table-wrap-new table.main-table-contents thead tr:first-child {
    border: none !important;
}

.table-wrap-new table.main-table-contents tr th {
    justify-content: flex-start !important;
    font-weight: 700;
    border-bottom: 3px solid #f8993a;
}

.table-wrap-new table.main-table-contents {
    font-size: 18px;
}

.fall-data-table-new .table-header > h2 {
    font-size: 30px !important;
}

.fall-data-table-new .table-wrap-new .btn-wrap {
    padding: 10px 10px 10px 20px;
}

    .fall-data-table-new .table-wrap-new .btn-wrap .save-btn {
        border: 3px solid #27C065;
        box-shadow: none !important;
    }

    .fall-data-table-new .table-wrap-new .btn-wrap .edit-btn {
        border: 3px solid #F8993A;
        margin-left: 20px;
        box-shadow: none !important;
    }

.fall-data-table-new .table-wrap-new .main-table-contents #main-container-tbody tr td input:focus {
    outline: none !important;
}

.fall-data-table-new .table-wrap-new .main-table-contents #main-container-tbody tr td input.isnotedited {
    background-color: transparent !important;
    color: #fff !important;
    pointer-events: none !important;
}

.import-new-modal-container {
    max-width: 580px;
    width: 100%;
}

    .import-new-modal-container .modal__header {
        justify-content: flex-start;
    }

        .import-new-modal-container .modal__header button {
            margin-left: 25px;
            box-shadow: none !important;
        }

    .import-new-modal-container .modal__content form p.desc {
        text-align: center !important;
    }

    .import-new-modal-container .choose-file-wrap {
        background: #FFFFFF;
        border-radius: 5px;
        color: #000;
        padding: 10px;
        overflow: hidden;
    }

        .import-new-modal-container .choose-file-wrap > span {
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            line-height: 15px;
            display: flex;
            align-items: center;
            color: #6A6A6A;
            float: left;
            position: relative;
            top: 10px;
        }

        .import-new-modal-container .choose-file-wrap .file-folder {
            position: relative;
            float: right;
        }

            .import-new-modal-container .choose-file-wrap .file-folder h3 {
                background: #FFFFFF;
                border: 3px solid #6A6A6A;
                border-radius: 17px;
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 18px;
                text-align: center;
                color: #000000;
                padding: 6px 17px;
                max-width: 125px;
                width: 100%;
                margin: 0px;
                cursor: pointer;
            }

            .import-new-modal-container .choose-file-wrap .file-folder #Falldatafile-upload {
                position: absolute;
                left: 0;
                right: 0;
                width: auto;
                top: 0;
                height: 100%;
                opacity: 0;
            }

import-modal-footer-new {
    margin-top: 50px;
}

.import-modal-footer-new button {
    box-shadow: none !important;
}

.import-modal-footer-new .cancel-btn {
    border: 3px solid #F8993A;
}

.import-modal-footer-new .btn-grey {
    border: 3px solid #27C065;
}

.import-modal-progress {
    height: 14px;
    overflow: hidden;
    background-color: #E8E8E8;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    margin: 10px 0px 10px 0px;
}

    .import-modal-progress .progress-bar {
        float: left;
        width: 0%;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        border-radius: 7px;
        background-color: #71B8F8;
        -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }

.import-text {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #FFFFFF;
    margin-top: 0px;
    justify-content: end;
}

.import-new-modal-container .choose-file-wrap.error {
    border: 3px solid #EE4418;
}

.import-new-modal-container .choose-file-wrap.success {
    border: 3px solid #27C065;
}

.importing .import-modal-footer-new .btn-grey {
    border: 3px solid #6A6A6A;
    opacity: 0.5;
    pointer-events: none;
}

.import-modal-footer-new .btn-grey.disabled {
    border: 3px solid #6A6A6A;
    /*  opacity: 0.5;*/
    pointer-events: none;
}

.fall-data-table-new .table-wrap-new .btn-wrap .save-btn.disabled {
    border: 3px solid #6A6A6A;
    /* opacity: 0.5;*/
    pointer-events: none;
}

.import-new-modal-container .modal__header > h2 {
    font-weight: 400;
}

.import-new-modal-container.importing .modal__header button {
    border: 3px solid #6A6A6A;
    opacity: 0.5;
    pointer-events: none;
}

.import-new-modal-container.importing .choose-file-wrap .file-folder h3 {
    opacity: 0.5;
    pointer-events: none;
}

.import-new-modal-container .choose-file-wrap > span.active {
    color: #000;
    font-weight: 700;
}

.import-modal-footer-new .cancel-btn.disabled {
    border: 3px solid #6A6A6A;
    opacity: 0.5;
    pointer-events: none;
}

.senior-living-top-area tbody:first-child table tr {
    border: none !important;
}

.senior-living-top-area-for-space {
    margin-bottom: 25px;
}

#senior-living-changes-table {
    margin-top: 0px;
}

.exportbtnclass {
    margin-left: 10px;
}

/*.tooltip-custom {
    display: inline-block;
}*/

.tooltip-custom .tooltip-text-custom {
    visibility: hidden;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    background: #646464;
    z-index: 9999;
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
}

    .tooltip-custom .tooltip-text-custom:after {
        position: absolute;
        content: "";
        border: 10px solid transparent;
        border-bottom: 10px solid #646464;
        left: 5px;
        bottom: 100%;
        box-shadow: none;
    }

.tooltip-custom:hover .tooltip-text-custom {
    visibility: visible;
}

h4.bdr-set-arrea.customstyleSettingh4.no-border-new {
    border: 0;
    margin-top: 20px !important;
    text-decoration: underline;
    font-weight: 500 !important;
}

.clearfix {
    clear: both;
}

.esc-user-top-space {
    margin-top: 30px !important;
}

.absolute-none {
    position: static !important;
}

.settings-table.new-table tr td:nth-child(2) {
    padding-right: 2% !important;
}

.q-mark {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 16px;
    width: 16px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    line-height: 15px;
    position: absolute;
    margin-left: 6px;
    margin-top: 1px;
}

.field-adjustment-new {
    float: right !important;
    display: inline-block !important;
    position: relative !important;
    top: 5px !important;
}

label.marginZeropx.notification-set.notification-setting {
    position: relative !important;
    top: 0px !important;
}

.time-ad-new {
    display: inline-block !important;
    width: auto !important;
    padding: 0px !important;
}

.sec-living.time-ad-new {
    margin-left: 10px !important;
}

.export-new-button {
    outline: none !important;
    border: 3px solid #17E2E9 !important;
    border-radius: 16px !important;
    background-color: transparent !important;
    color: white !important;
    font-size: 14px !important;
    padding: 5px 15px 5px 15px !important;
    cursor: pointer !important;
    -webkit-transition: -webkit-transform 0.2s !important;
    transition: transform 0.2s !important;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgb(23 226 233 / 20%), 1.5px 3px 12px 0 rgb(23 226 233 / 19%) !important;
    box-shadow: 1.5px 3px 5px 0 rgb(23 226 233 / 20%), 1.5px 3px 12px 0 rgb(23 226 233 / 19%) !important;
    height: 33px !important;
    margin-right: 10px !important;
}

.alert-tone-label-heading {
    margin: 5px 0 !important;
}

.alert-tone-label {
    font-size: 15px !important;
}

.cross-btn-new {
    font-size: 0px !important;
}

td.lable-setting-area2.displayInline {
    position: relative;
    top: 6px;
}

.chosen-search-input {
    min-width: auto !important;
    max-width: inherit !important;
}


.select-wrap {
    position: relative;
}

    .select-wrap span {
        background: #FFFFFF;
        border-radius: 5.5395px;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        border: 1px solid #000;
        height: 26px;
        padding: 10px 10px 6px 10px;
        display: block;
    }

.select-option-wrap {
    background: #D4D0D5;
    border-radius: 5.5395px;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.none-box {
    display: none;
}

.select-option-wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .select-option-wrap ul li {
        font-style: normal;
        font-weight: 400;
        font-size: 14.4027px;
        line-height: 17px;
        color: #FFFFFF;
        padding: 7px 10px 7px 30px;
        margin: 0px;
        position: relative;
        cursor: pointer;
    }

        .select-option-wrap ul li:last-child {
            margin-bottom: 0px;
        }

        .select-option-wrap ul li:hover {
            background: #4682EA;
            border-radius: 4.4316px;
        }

            .select-option-wrap ul li:hover:before {
                display: inline-block;
                transform: rotate(45deg);
                height: 14px;
                width: 5px;
                border-bottom: 3px solid #fff;
                border-right: 3px solid #fff;
                position: absolute;
                content: "";
                left: 11px;
                top: 50%;
                margin-top: -11px;
            }

.extendederrorMessage {
    top: 28px !important;
    left: -109px !important;
    height: auto !important;
    width: 153% !important;
    display: block !important;
    word-break: unset !important;
    max-width: 350px !important;
}

h4.bdr-set-arrea.customstyleSettingh4.mainheadingTextColor {
    color: #F8993A !important;
    font-weight: 700 !important
}

h4.bdr-set-arrea.customstyleSettingh4.no-border-new.subheading.tooltip-custom {
    display: table !important;
}

h4.bdr-set-arrea.customstyleSettingh4.no-border-new.tooltip-custom.subheading.hide {
    display: none !important;
}

.close-new {
    position: absolute !important;
    right: 20px !important;
    top: 10px !important;
}

.user-cursor {
    cursor: pointer
}

.sticky-table {
    border-spacing: 0;
    height: 600px;
    overflow: scroll;
    border: 1px solid #777777;
}

    .sticky-table table tbody {
        overflow: hidden !important
    }

    .sticky-table th {
        border-left: none;
        border-right: 1px solid #bbbbbb;
        padding: 15px;
        width: 80px;
        min-width: 80px;
        position: sticky;
        top: 0;
        background-color: #04AA6D;
        color: white;
        font-weight: normal;
    }

    .sticky-table td {
        border-left: none;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        padding: 5px;
        width: 80px;
        min-width: 80px;
    }

        .sticky-table th:nth-child(1),
        .sticky-table td:nth-child(1) {
            position: sticky;
            left: 0;
            width: 150px;
            min-width: 150px;
        }

        .sticky-table th:nth-child(2),
        .sticky-table td:nth-child(2) {
            position: sticky;
            left: 161px;
            width: 50px;
            min-width: 50px;
        }

        .sticky-table th:nth-child(3),
        .sticky-table td:nth-child(3) {
            position: sticky;
            left: 240px;
            width: 50px;
            min-width: 50px;
        }

        .sticky-table th:nth-child(4),
        .sticky-table td:nth-child(4) {
            position: sticky;
            left: 320px;
            width: 80px;
            min-width: 50px;
        }

        .sticky-table td:nth-child(1),
        .sticky-table td:nth-child(2),
        .sticky-table td:nth-child(3),
        .sticky-table td:nth-child(4) {
            background: #404043;
        }

    .sticky-table th:nth-child(1),
    .sticky-table th:nth-child(2),
    .sticky-table th:nth-child(3),
    .sticky-table th:nth-child(4) {
        z-index: 2;
    }

.border-bottom {
    border-bottom: 1px solid #f8993a !important;
}

    .border-bottom tr th {
        border-bottom: none !important;
    }

.table-container.table-height {
    max-height: 520px;
    min-height: 520px;
    height: 100% !important;
}

td.lable-setting-area22.displayInline.field-adjustment-new.sl-multi-select {
    min-height: 30px !important;
    height: 100% !important;
}

.notification-chosen .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    align-items: center;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-image: url(./images/checkbox_checked2.png);
    background-size: 16px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #191919;
    cursor: pointer;
}

.notification-chosen .chosen-container-multi .chosen-drop .disabled-result {
    display: list-item;
    align-items: center;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-image: url(./images/checkbox_disabled.jpeg);
    background-size: 16px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #d0c5c5 !important;
    cursor: pointer;
}

.notification-chosen .chosen-container .chosen-results li.active-result {
    display: list-item;
    align-items: center;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-image: url(./images/checkbox_unchecked.png);
    background-size: 16px;
    padding-left: 30px !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #191919;
    cursor: pointer;
}

    .notification-chosen .chosen-container .chosen-results li.active-result.highlighted {
        background-color: #ffffff !important;
        color: #191919 !important;
    }

.notification-chosen .chosen-container .chosen-results {
    padding-top: 5px;
}

.notification-chosen .chosen-container.chosen-container-multi {
    width: 252px !important;
    border-radius: 6px !important;
}

.notification-light-modal {
    height: 377px;
}

    .notification-light-modal .modal__content {
        margin-top: 0px !important;
    }

    .notification-light-modal p.no-margin select,
    .notification-light-modal p.no-margin {
        max-width: 230px;
        min-width: 230px;
        padding: 0 !important;
    }

    .notification-light-modal .notification-chosen span {
        display: block !important;
    }

    .notification-light-modal .notification-chosen .chosen-container.chosen-container-multi {
        width: 100% !important;
    }

    .notification-light-modal .modal__content .notification-chosen {
        margin-left: 22px;
    }

    .notification-light-modal .notification-light-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .notification-light-modal .modal__footer .btn-cancel {
        position: absolute;
        bottom: 0;
        margin-bottom: 27px;
    }

    .notification-light-modal .modal__footer .btn-save {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0px 26px 27px 0px;
    }




#fall-date-capture-carousel{

    margin-left: 30px;
    width: 1254px;
    padding-top: 80px;
}

 
    #fall-date-capture-carousel .carousel-table-right table tr th {
        border-bottom: none !important
    }

    #fall-date-capture-carousel .carousel-table-left {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        margin-right: -25px;
        padding-bottom: 80px;
    }

    #fall-date-capture-carousel .carousel-table-right {
        display: inline-block;
        vertical-align: top;
        width: 78% !important;
        margin-right: -4px;
    }

    #fall-date-capture-carousel .carousel-table-left table tr td {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
    }

    #fall-date-capture-carousel .carousel-table-left table tbody {
        overflow: hidden;
    }

    #fall-date-capture-carousel .carousel-table-right table tbody {
        overflow-y: hidden;
    }

    #fall-date-capture-carousel .carousel-table-right table tr th {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
        padding-bottom: 0;
        margin-top: 2px;
    }

    #fall-date-capture-carousel .carousel-table-right table tr td {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    #fall-date-capture-carousel .carousel-table-left .td-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #fall-date-capture-carousel .carousel-table-left .last-child-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #fall-date-capture-carousel table tr {
        border-bottom: none !important;
    }

    #fall-date-capture-carousel .carousel-table-left table tr.color-bottom,
    #fall-date-capture-carousel .carousel-table-right table tr.color-bottom {
        border-bottom: 1px solid #707070 !important;
    }

    #fall-date-capture-carousel .carousel-table-left .border-bottom.monthes {
        margin-top: 1px;
        padding-bottom: 10px;
    }

    #fall-date-capture-carousel .carousel-table-right table thead tr {
        padding-bottom: 9px;
    }

    #fall-date-capture-carousel .carousel-table-right .border-bottom,
    #fall-date-capture-carousel .carousel-table-left .border-bottom {
        border-bottom: 1px solid #f8993a !important;
    }

    #fall-date-capture-carousel .table-card {
        background: #404043;
        box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
        border-radius: 19px;
        padding: 13px 21px 13px 21px;
        margin-top: 30px;
    }

    #fall-date-capture-carousel h2,
    #fall-date-capture-carousel h1,
    #fall-date-capture-carousel h6 {
        margin: 0
    }

    #fall-date-capture-carousel .table-card .label-text {
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        color: #FFFFFF;
        margin-right: 20px;
    }

    #fall-date-capture-carousel .d-flex {
        display: flex;
    }

    #fall-date-capture-carousel .align-item-center {
        align-items: center;
    }

    #fall-date-capture-carousel .justify-content-between {
        justify-content: space-between;
    }

    #fall-date-capture-carousel .table-card .d-flex.justify-content-between {
        margin-bottom: 37px !important;
    }

    #fall-date-capture-carousel .table-card .go-back {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: right;
        color: #17E2E9;
        margin-right: 16px;
    }

    #fall-date-capture-carousel table tr td,
    #fall-date-capture-carousel table tr th,
    #fall-date-capture-carousel table tr th {
        align-items: start;
    }

    #fall-date-capture-carousel .carousel-table-left table tr:last-child {
        margin-bottom: 100px;
    }

    #fall-date-capture-carousel .table-card .btn-edit {
        margin-left: 20px;
        border: 3px solid #f8993a;
        border-radius: 19px;
        font-style: normal;
        font-weight: 400;
        font-size: 14.0462px;
        color: white;
        line-height: 16px;
        padding: 5px 15px 5px 15px;
        box-shadow: none;
    }

    #fall-date-capture-carousel .table-card .btn-save {
        border: 3px solid #707070;
        border-radius: 19px;
        font-style: normal;
        font-weight: 400;
        font-size: 14.0462px;
        color: white;
        line-height: 16px;
        padding: 5px 15px 5px 15px;
        box-shadow: none;
    }

    #fall-date-capture-carousel .margin-bottom-btn {
        margin-bottom: 10px !important;
    }

    #fall-date-capture-carousel button.slick-arrow:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    #fall-date-capture-carousel .company-name {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        color: #FFFFFF;
        margin-bottom: 24px;
    }

    #fall-date-capture-carousel .custom-dropdown {
        position: relative;
        z-index: 1;
    }

    #fall-date-capture-carousel .dropdown-menu {
        display: inline-flex;
        height: 24px;
        border: 1px solid #6C6C6E;
        border-radius: 4px;
        background: #414246;
        padding: 5px 8px 5px 8px;
        color: #fff;
        width: 100%;
    }

        #fall-date-capture-carousel .dropdown-menu.arrowDown {
            background: url(images/arrowDown.png) no-repeat 95% #414246;
        }

        #fall-date-capture-carousel .dropdown-menu.arrowUp {
            background: url(images/arrowUp.png) no-repeat 95% #414246;
        }

        #fall-date-capture-carousel .dropdown-menu h6 {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            color: #FFFFFF;
        }

        #fall-date-capture-carousel .dropdown-menu.open {
            border: 1px solid #ffffff;
        }

    #fall-date-capture-carousel .dropdown-item.close {
        display: none;
    }

    #fall-date-capture-carousel .dropdown-item.open {
        display: block;
    }

    #fall-date-capture-carousel .search-field {
        border-top: 1px solid #6C6C6E;
        border-bottom: 1px solid #6C6C6E;
        border-left: 1px solid #6C6C6E;
        border-radius: 4px;
        width: 100%;
        min-width: 75%;
        height: 35px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        background: #404043;
        margin-bottom: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        #fall-date-capture-carousel .search-field:focus {
            border-top: 1px solid #6C6C6E !important;
            border-bottom: 1px solid #6C6C6E !important;
            border-left: 1px solid #6C6C6E !important;
            border-right: none !important;
        }

    #fall-date-capture-carousel .search-btn {
        border-top: 1px solid #6c6c6e;
        border-right: 1px solid #6c6c6e;
        border-bottom: 1px solid #6c6c6e;
        height: 35px;
        border-left: navajowhite;
        border-radius: 0;
        background: url(images/searchInput.png) no-repeat right #404043;
        background-position: 50%;
        box-shadow: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        #fall-date-capture-carousel .search-btn:hover {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

    #fall-date-capture-carousel .dropdown-item {
        position: absolute;
        z-index: 1;
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
        background: #404043;
        border-radius: 4px 4px 0px 0px;
        box-shadow: 5px 5px 5px #25262c;
    }

    #fall-date-capture-carousel .checkbox-label {
        display: block;
        position: relative;
        padding: 8px 0px 8px 38px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        background: #4f4f52;
    }

        #fall-date-capture-carousel .checkbox-label:hover {
            background: #606063;
        }

        #fall-date-capture-carousel .checkbox-label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    #fall-date-capture-carousel .checkmark {
        position: absolute;
        top: 8px;
        left: 11px;
        height: 18px;
        width: 18px;
        background-color: #606063;
        border: 2px solid #fff;
        border-radius: 3px !important
    }

    #fall-date-capture-carousel .checkbox-label:hover input ~ .checkmark {
        background-color: #606063;
    }

    #fall-date-capture-carousel .checkbox-label input:checked ~ .checkmark {
        background-color: #606063;
    }

    #fall-date-capture-carousel .checkbox-label input:checked + span {
        font-weight: bold;
    }

    #fall-date-capture-carousel .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    #fall-date-capture-carousel .checkbox-label input:checked ~ .checkmark:after {
        display: block;
    }

    #fall-date-capture-carousel .checkbox-label .checkmark:after {
        left: 4px;
        top: -1px;
        width: 3px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3px;
    }

    #fall-date-capture-carousel .dropdown-item .padding-search {
        padding: 8px 8px 0px 8px;
        display: flex;
    }

    #fall-date-capture-carousel .dropdown-item .selected-value,
    #fall-date-capture-carousel .dropdown-item .show-all-branches {
        padding: 13px 8px 13px 13px;
        color: #65DFE7;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

        #fall-date-capture-carousel .dropdown-item .selected-value a,
        #fall-date-capture-carousel .dropdown-item .show-all-branches a {
            color: #65DFE7 !important;
        }

    #fall-date-capture-carousel .dropdown-item .hide-item .selected-value,
    #fall-date-capture-carousel .dropdown-item .hide-item .checked-list,
    #fall-date-capture-carousel .dropdown-item .hide-item .show-all-branches {
        display: none;
    }

    #fall-date-capture-carousel .dropdown-item.show .hide-item .selected-value,
    #fall-date-capture-carousel .dropdown-item.show .show-item .checked-list {
        display: block !important;
    }

    #fall-date-capture-carousel .dropdown-item.show .show-item .unchecked-list,
    #fall-date-capture-carousel .dropdown-item.show .show-item .selected-value {
        display: none !important;
    }

    #fall-date-capture-carousel .grid-fall-data .dropdown-label {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
    }

    #fall-date-capture-carousel .grid-fall-data {
        display: grid;
        grid-template-columns: 307px 195px 195px 95px;
        grid-column-gap: 27px;
        align-items: end;
    }

    #fall-date-capture-carousel .carousel-table-right .table-input {
        width: 86px !important;
        min-width: 86px !important;
        background: #404043;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
        pointer-events: none;
    }

        #fall-date-capture-carousel .carousel-table-right .table-input:focus {
            border: none !important;
        }

        #fall-date-capture-carousel .carousel-table-right .table-input.edit {
            background: #C4C4C4;
            border-radius: 0;
            color: #000000 !important;
            cursor: pointer;
        }

.live-data {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

#fall-date-capture-carousel .date-input {
    width: 230px;
    min-width: 230px;
    margin-left: 80px;
    background: #C4C4C4;
}

#fall-date-capture-carousel .live-date-flex {
    display: flex;
    justify-content: space-between;
}

#fall-date-capture-carousel .btn-save-data {
    border: 3px solid #707070;
    border-radius: 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 14.0462px;
    color: white;
    line-height: 16px;
    padding: 5px 15px 5px 15px;
    box-shadow: none !important;
}


.slick-next:before {
    content: url(images/rightArrowCarousel.png);
}

[dir='rtl'] .slick-next:before {
    content: url(images/rightArrowCarousel.png);
}

.slick-prev:before {
    content: url(images/rightArrowCarousel.png);
}

[dir='rtl'] .slick-prev:before {
    content: url(images/rightArrowCarousel.png);
}



#fall-date-capture-carousel .grid-column-9 {
    display: grid;
    grid-template-columns: repeat(9,1fr)
}

#fall-date-capture-carousel p {
    margin: 0;
    padding: 0;
}

#fall-date-capture-carousel .carousel-table-left .label-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding-top: 20px;
    border-bottom: 1px solid #6A6A6A;
    padding-bottom: 20px;
    position: relative;
}

#fall-date-capture-carousel .label-heading::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #6a6a6a;
    width: 1200px;
    bottom: -1px;
    left: 0;
}

#fall-date-capture-carousel .label-heading:first-child::after {
    position: absolute;
    content: "";
    height: 2px;
    background: #F8993A;
    width: 1200px;
    bottom: -2px;
    left: 0;
}

#fall-date-capture-carousel .carousel-table-left .label-heading:first-child,
#fall-date-capture-carousel .carousel-table-right .column-label:first-child {
    padding-bottom: 5px;
    border-bottom: 2px solid #F8993A;
}

#fall-date-capture-carousel .carousel-table-right p.column-label:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #f8993a;
    width: 9999px;
    bottom: -2px;
}

#fall-date-capture-carousel .silk-carousel-table {
    overflow: hidden !important;
}

#fall-date-capture-carousel .carousel-table-right .image-div {
    position: relative;
}

    #fall-date-capture-carousel .carousel-table-right .image-div .right-arrow {
        position: absolute;
        top: 24px;
        right: 6px;
        cursor: pointer;
        z-index: 99;
    }

    #fall-date-capture-carousel .carousel-table-right .image-div .left-arrow {
        position: absolute;
        left: -17px;
        top: 24px;
        cursor: pointer;
    }

#fall-date-capture-carousel .carousel-table-right .column-label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #6A6A6A;
    position: relative;
}

#fall-date-capture-carousel .carousel-table-right .input-field {
    background: #404043;
    min-width: 60px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    pointer-events: none;
}

#fall-date-capture-carousel .carousel-table-right .input-div {
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #6A6A6A;
    padding-right: 10px !important;
    position: relative;
}

    #fall-date-capture-carousel .carousel-table-right .input-div:after {
        position: absolute;
        content: "";
        height: 1px;
        background: #6a6a6a;
        width: 9999px;
        bottom: -1px;
    }

#fall-date-capture-carousel .carousel-table-right .input-field:focus {
    border: none !important;
}

#fall-date-capture-carousel .carousel-table-right .input-field.edit {
    background: #C4C4C4;
    border-radius: 0;
    color: #000000 !important;
    pointer-events: all;
}

#fall-date-capture-carousel .invalid-field-label {
    display: block !important;
}

.disabledfield {
    pointer-events: none !important;
    opacity: 0.4 !important
}
.disabledfield-light {
    pointer-events: none !important;
    background: #c6c6c7;
}
.green-border {
    border: 3px solid #27C065 !important;
}

#importFalldatafile .add-file-padding {
    padding: 5px;
    margin-top: 10px;
}

.import-modal-footer-new .margin-btn {
    margin-left: 5px !important
}

#settings-content .hide-senior-living {
    display: none;
}

.inputFallData:focus {
    border: 1px solid #404043 !important;
}

/*copy for Patient Days*/
.inputFallDataPateintDays:focus {
    border: 1px solid #404043 !important;
}
/*copy for Patient Days*/

#room-Nlight-table {
    margin-top: 18px;
}

    #room-Nlight-table h2 {
        font-size: 20px;
    }

    #room-Nlight-table div.search input {
        min-width: 89px !important;
        width: 89px !important;
    }

    #room-Nlight-table .table-container-sensor {
        margin-top: 16.5px;
    }

    #room-Nlight-table .table-footer-pagination {
        margin-top: 25px;
        margin-bottom: 20px;
    }

        #room-Nlight-table .table-footer-pagination.zindex {
            z-index: 999 !important;
        }

#NotificationsLightModal .chosen-container .chosen-results {
    max-height: 210px !important;
}

#sensor-table .table-footer-pagination.sensor-footer-pagination {
    margin-top: 20px;
    margin-bottom: 50px;
}

#sensor-table .scroll-hidden {
    overflow: auto !important;
}

#room-table-sensor .ui-card-content {
    height: 100% !important;
}

#room-table-sensor .main-table-contents {
    height: calc(100vh - 73vh) !important;
}

#room-Nlight-table .main-table-contents {
    height: calc(100vh - 75vh) !important;
}

#room-table-sensor .ui-card-content .table-footer-pagination {
    margin-top: 20px !important
}

#alertlogtable.alert-table-div table.main-table-contents tr th.mrn-column,
#alertlogtable.attended-table-div table.main-table-contents tr th.mrn-column,
#alertlogtable.review-table-div table.main-table-contents tr th.mrn-column,
#alertlogtable.alert-table-div table.main-table-contents tr th.branch-column,
#alertlogtable.attended-table-div table.main-table-contents tr th.branch-column,
#alertlogtable.review-table-div table.main-table-contents tr th.branch-column {
    position: initial !important;
}

.custom-flex-list {
    display: flex;
    justify-content: space-between;
}

.lable-setting-area22 .more-option-fall {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: right;
    text-decoration-line: underline;
    color: #13E2E8;
    margin: 0;
    cursor: pointer;
}

#fall-alert-setting-modal {
    z-index: 999;
}

    #fall-alert-setting-modal .modal__container {
        width: 417px !important;
    }

    #fall-alert-setting-modal .modal__content {
        margin-top: 15px !important;
    }

    #fall-alert-setting-modal .choose-floor-desc {
        margin-bottom: 28px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
    }

    #fall-alert-setting-modal .fall-alert-setting-scroll {
        height: 249px !important;
        overflow-y: auto;
        margin-bottom: 100px;
    }

    #fall-alert-setting-modal .fall-alerts-setting-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #707070;
        padding: 14px 0 7px 0 !important;
        margin: 0 10px 4px 0;
    }

        #fall-alert-setting-modal .fall-alerts-setting-flex .checkboxAlerts {
            width: 30%;
            display: flex;
            align-items: center;
            padding-left: 12px;
            font-size: 14px;
        }

            #fall-alert-setting-modal .fall-alerts-setting-flex .checkboxAlerts .dotLabel {
                width: 68px !important;
            }

        #fall-alert-setting-modal .fall-alerts-setting-flex p {
            margin: 0 0 0 5px;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #FFFFFF;
        }

    #fall-alert-setting-modal .checkboxAlerts .generic-custom-checkbox label {
        font-size: 14px;
        min-width: 56px;
        display: inline-flex;
    }

    #fall-alert-setting-modal .checkboxAlerts .generic-custom-checkbox .checkmark,
    #fall-alert-setting-modal .checkboxAlerts .generic-custom-checkbox input {
        right: 63px;
        top: 1px;
    }

#addFloorSettingModal .add-floor-setting-modal {
    width: 583px !important;
    height: 450px !important;
    overflow-y: hidden;
}

    #addFloorSettingModal .add-floor-setting-modal .modal__content {
        height: 260px
    }

    #addFloorSettingModal .add-floor-setting-modal .custom-dropdown-floor {
        position: relative;
        min-width: 250px;
        max-width: 250px;
    }

    #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #DCD6D4;
        border-radius: 0px 0px 10px 10px;
        top: 21px;
    }

        #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor.close {
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.5s linear;
        }

        #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor .dropdown-item-floor-list {
            padding: 10px;
            min-height: 130px;
            max-height: 130px;
            overflow-y: auto;
            margin-bottom: 20px;
        }

    #addFloorSettingModal .add-floor-setting-modal .dropdown-menu-floor .select-floor {
        border-radius: 4.59756px;
        padding: 6px;
        color: #6D6D6E;
        font-style: normal;
        font-weight: 400;
        font-size: 11.9537px;
        line-height: 14px;
        margin: 0;
        background: url(images/arrow-down.png) no-repeat 95% #ffffff;
    }

    #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor .floor-name {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #191919;
        margin: 0;
    }

    #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor .floor-delete-btn {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-decoration-line: underline;
        color: #757575;
        border: none;
        box-shadow: none;
        cursor: pointer;
    }

    #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor .add-new-floor-wrapper {
        background: #D3CDCC;
        box-shadow: 0px -2px 4px rgb(0 0 0 / 15%);
        border-radius: 0px 0px 4.59756px 4.59756px;
        padding: 5px;
    }

        #addFloorSettingModal .add-floor-setting-modal .dropdown-item-floor .add-new-floor-wrapper .new-floor-btn {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            display: flex;
            align-items: center;
            text-decoration-line: underline;
            color: #191919;
            border: none;
            box-shadow: none;
            padding-left: 6px;
            margin-bottom: 4px;
            cursor: pointer;
        }

    #addFloorSettingModal .add-floor-setting-modal .custom-dropdown-floor.edit .dropdown-menu-floor .select-floor {
        background: url(images/arrow-down.png) no-repeat 95% #dcd6d4;
        color: #000000;
    }

#delete-floor .modal__container {
    width: 320px;
}

#delete-floor .modal__content {
    margin-top: 50px;
    margin-bottom: 40px;
}

#delete-floor p.no-margin {
    font-style: normal;
    font-weight: 400;
    font-size: 13.7927px;
    line-height: 16px;
    color: #FFFFFF;
}

#addFloorSettingModal .add-floor-setting-modal .new-floor-btn,
#addFloorSettingModal .add-floor-setting-modal .floor-delete-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.generic-report-page {
    padding: 29px 29px 0 29px;
}

    .generic-report-page tbody {
        overflow: auto !important;
    }

    .generic-report-page tr td a {
        cursor: pointer;
    }

    .generic-report-page .export-btn {
        border: 4px solid #17E2E9;
        border-radius: 5px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        width: 174px;
        padding: 10px 0 10px 0;
    }

    .generic-report-page .search-items-fields select,
    .generic-report-page .search-items-fields input,
    .generic-report-page .search-items-fields .searchField .search button {
        margin-top: 5px !important;
    }

    .generic-report-page .search-items-fields .selectField label,
    .generic-report-page .search-items-fields .searchField label {
        color: #ffffff;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }


    .generic-report-page .search-items-fields .selectField,
    .generic-report-page .search-items-fields select {
        max-width: 139px;
        min-width: 139px;
        margin-right: 20px;
    }

    .generic-report-page .search-items-fields .searchField input {
        max-width: 162px;
        min-width: 162px;
    }

    .generic-report-page .search-items-fields.analysisSearch-fields .searchField input {
        max-width: 180px;
        min-width: 180px;
    }

    .generic-report-page .search-items-fields.analysisSearch-fields .selectField,
    .generic-report-page .search-items-fields.analysisSearch-fields select {
        max-width: 172px;
        min-width: 172px;
    }

    .generic-report-page .search-items-fields .searchField input::placeholder {
        color: #757575;
    }

    .generic-report-page .report-table {
        padding-top: 35px;
    }

        .generic-report-page .report-table th,
        .generic-report-page .report-table td {
            padding: 13px 0px 13px 0px;
        }

        .generic-report-page .report-table tr th {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 18px;
            color: #FFFFFF;
            display: flex;
            justify-content: start;
        }

        .generic-report-page .report-table tr td {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 17px;
            color: #FFFFFF;
            display: flex;
            align-items: start;
            text-align: left;
        }

    .generic-report-page .table-footer-pagination {
        margin-bottom: 20px;
    }

    .generic-report-page .report-table tr th:first-child,
    .generic-report-page .report-table tr td:first-child {
        max-width: 120px;
    }

    .generic-report-page .report-table th.falldt,
    .generic-report-page .report-table td.falldt {
        min-width: 265px;
    }

    .generic-report-page .report-table .borderRight {
        position: relative;
    }

    .generic-report-page .report-table tr th:last-child {
        margin-right: 5px;
    }

    .generic-report-page .report-table .borderRight::before {
        position: absolute;
        content: "";
        width: 1px;
        background: #707070;
        left: 140px;
        right: 0;
        height: 100%;
    }
    /* Handle */
    .generic-report-page tbody::-webkit-scrollbar-thumb {
        background: #ffffff;
    }

    .generic-report-page tbody.notClick tr td a {
        pointer-events: none;
    }

.biz-header .displayFlex .event-analysis-btn,
.biz-header .displayFlex .add-product-btn {
    margin-left: 10px;
}

#add-edit-business .modal__container {
    width: 643px !important;
}

#add-edit-business .edit-business-form .free-analyses {
    min-width: 60px;
    max-width: 60px;
    background: #FFFAC6;
}

#add-edit-business .edit-business-form .per-month {
    max-width: 80px;
    min-width: 80px;
    background: #FFFAC6;
}

#add-edit-business .edit-business-form .rate-of-additional-analyses {
    background: #FFFAC6;
    margin-top: 11px;
}

#add-edit-business .edit-business-form .checkbox-new-mdm .checkbox-new {
    margin-top: 10px;
}

#add-edit-business .edit-business-form .no-margin {
    min-width: 292px;
    max-width: 292px;
}

#add-edit-business .edit-business-form input,
#add-edit-business .edit-business-form select {
    min-width: 277px;
    max-width: 277px;
}

#add-edit-business .edit-business-form .free-analyses-div {
    position: relative;
}

    #add-edit-business .edit-business-form .free-analyses-div .perMonth-label {
        position: absolute;
        right: -2px;
    }


#confirm-ticket-information-modal .modal__container {
    width: 670px;
}

#confirm-ticket-information-modal .modal__title {
    font-size: 21px;
}

#confirm-ticket-information-modal .confirm-ticket-form .label-text {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 input,
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 select {
    height: 30px;
    min-width: 100%;
    color: #787B91;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper {
    position: relative;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper .radioBtn {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50px;
    outline: 1px solid #707070;
    outline-offset: 2px;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper .radioBtn.checked {
    outline: 1px solid #74B4FF;
    position:relative
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper .radioBtn.checked::after {
    position: absolute !important;
    content: "";
    width: 10px;
    height: 10px;
    background: #74b4ff;
    border-radius: 50px;
    left: 3px;
    right: 0;
    top: 3px;
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper .radio-wrapper .radioBtnWrapper {
    margin: 0px 0px 10px 10px;
    cursor: pointer;
    display: list-item;
    width: fit-content;
    list-style-type: none;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select {
    min-height: 30px;
    max-height: 60px;
    overflow-y: auto;
    min-width: 100%;
    max-width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 4px 5px 10px;
    color: #787B91;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-value {
    background: #fff;
    position: absolute;
    width: 100%;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-radius: 0px 0px 5px 5px;
    z-index: 99;
    top: 33px;
    padding: 9px 0;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .radio-wrapper label {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 0px 12px;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-value input[type="radio"] {
    display: inline-block;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .radio-wrapper .radio-name {
    margin-left: 10px;
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .radio-wrapper .last-field {
    border-top: 1px solid #D1D1D1;
    padding-top: 10px;
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper svg {
    float: right;
    margin-top: 7px;
    width:10px;
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .custom-select-wrapper svg path{
    stroke: #707070;
}
#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 .otherField input[type="text"] {
    width: 186px;
    height: 22px;
    border: 1px solid #D1D1D1 !important;
    margin-left: 7px;
    background: #F6F6F6;
}

#confirm-ticket-information-modal .confirm-ticket-form .grid-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
}

#confirm-ticket-information-modal .confirm-ticket-form textarea {
    height: 84px;
    border-radius: 5px;
    color: #787B91;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    resize: none;
}

#confirm-ticket-information-modal .confirm-ticket-form .text-area-margin {
    margin-top: 10px;
}

#confirm-ticket-information-modal .btn-goBack,
#confirm-ticket-information-modal .btn-submit,
#confirm-ticket-information-modal .btn-discard {
    border-radius: 10px;
    height: 45px;
    width: 126px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

#confirm-ticket-information-modal .btn-goBack {
    margin-right: 33px;
    display: none;
}
#confirm-ticket-information-modal .modal__container.form-view .custom-select-wrapper .custom-select {
    background: #404043;
    padding:0px !important;
    pointer-events: none !important;
    color:#ffffff;
}
#confirm-ticket-information-modal .modal__container.form-view .custom-select-wrapper .custom-select svg,
#confirm-ticket-information-modal .modal__container.form-view .confirm-ticket-form .grid-col-2 .custom-value {
    display: none;
}
#confirm-ticket-information-modal .modal__container.form-view .btn-goBack,
#confirm-ticket-information-modal .modal__container.form-edit .btn-goBack {
    display: inline-block;
}

#confirm-ticket-information-modal .modal__container.form-edit .btn-discard,
#confirm-ticket-information-modal .modal__container.form-view .label-text span {
    display: none;
}
/*#confirm-ticket-information-modal .hideDateAndTime::-webkit-inner-spin-button,
#confirm-ticket-information-modal .hideDateAndTime::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/
#confirm-ticket-information-modal input[type="date"] {
    text-transform: uppercase;
}

#confirm-ticket-information-modal .modal__container.form-view .timeCard {
    display: none;
}

#confirm-ticket-information-modal .modal__container.form-view select,
#confirm-ticket-information-modal .modal__container.form-view input {
    background: #404043;
    color: #ffffff;
    pointer-events: none;
    border: 1px solid #404043;
    -webkit-appearance: none;
    margin-left: -9px;
    margin-top: -9px;
    caret-color: transparent;
}

#confirm-ticket-information-modal .modal__container.form-view textarea {
    background: #404043;
    color: #ffffff;
    border: 1px solid #404043;
    -webkit-appearance: none;
    margin-left: -9px;
    margin-top: -9px;
    caret-color: transparent;
}

#confirm-ticket-information-modal .modal__container.form-view input:focus {
    border: 1px solid #404043 !important;
}

#confirm-ticket-information-modal .modal__container.form-view input:read-only {
    border: 0;
    box-shadow: none;
}

#confirm-ticket-information-modal .modal__container.form-view textarea {
    font-size: 16px;
    line-height: 22px;
}

.create-analysis-report-page,
.create-analysis-ticket-event-page {
    padding: 21px;
}

    .create-analysis-report-page .top-heading,
    .create-analysis-ticket-event-page .top-heading,
    .create-analysis-ticket-event-grid .top-heading {
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        color: #FFFFFF;
    }

    .create-analysis-report-page p span,
    .create-analysis-ticket-event-page p span,
    .create-analysis-ticket-event-grid p span {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
        margin-top: 6px !important;
    }

    .create-analysis-report-page .input-label,
    .create-analysis-ticket-event-page .input-label {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
        display: block;
        margin-bottom: 6px;
    }

    .create-analysis-report-page .input-field {
        margin-top: 25px;
    }

        .create-analysis-report-page .input-field.createdBy {
            margin-top: 76px;
        }

            .create-analysis-report-page .input-field.createdBy input {
                background: #c6c6c7;
                width:642px;
            }

        .create-analysis-report-page .input-field.marginLeft,
        .create-analysis-report-page .ticket-checkbox-wrapper.marginLeft {
            margin-left: 30px;
        }

        .create-analysis-report-page .input-field input,
        .create-analysis-report-page .input-field select {
            min-width: 296px;
            height: 38px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            display: flex;
            align-items: center;
            color: #000000;
        }

    .create-analysis-report-page .ticket-checkbox-wrapper .ticket-checkbox {
        margin-top: 16px !important;
    }

        .create-analysis-report-page .ticket-checkbox-wrapper .ticket-checkbox input[type='checkbox'] {
            min-width: 25px;
            max-width: 25px;
        }

    .create-analysis-report-page .ticket-checkbox-wrapper p {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .create-analysis-report-page .ticket-checkbox-wrapper .ticket-checkbox label {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        padding: 14px 0px 0px 0px;
    }

    .create-analysis-report-page .ticket-checkbox-wrapper .ticket-checkbox:nth-child(2) {
        margin-left: 32px;
    }

    .create-analysis-report-page .ticket-checkbox-wrapper {
        margin-top: 34px;
        min-width:316px;
    }

.generic-event-analysis-grid {
    display: grid;
    grid-template-columns: 70% 30%;
}
.generic-event-analysis-grid .scroll-report-review {
    height: calc(100vh - 290px);
    overflow: auto;
}
.create-analysis-ticket-event-page,
.create-analysis-report-page {
    position: relative;
}

    .create-analysis-ticket-event-page .borderRightLine::after,
    .create-analysis-report-page .borderRightLine::after {
        content: "";
        width: 2px;
        background: #ec9c4f;
        left: 70%;
        top: 35px;
        bottom: 35px;
        position: absolute;
    }

    .create-analysis-report-page .footerButton,
    .create-analysis-ticket-event-page .footerButton {
        display: flex;
        justify-content: space-between;
        max-width: 68%;
        margin-top:10px;
    }

        .create-analysis-report-page .footerButton button,
        .create-analysis-ticket-event-page .footerButton button {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;
            text-align: center;
            color: #FFFFFF;
            border-radius: 10px;
        }

        .create-analysis-report-page .footerButton .btn-discard,
        .create-analysis-ticket-event-page .footerButton .btn-discard,
        .create-analysis-ticket-event-page .footerButton .btn-goBack {
            width: 126px;
            height: 45px;
            margin-right: 15px;
        }

        .create-analysis-report-page .footerButton .btn-saveDraft,
        .create-analysis-ticket-event-page .footerButton .btn-saveDraft {
            height: 45px;
            width: 174px;
            margin-right: 15px;
        }

        .create-analysis-report-page .footerButton .btn-continue,
        .create-analysis-ticket-event-page .footerButton .btn-continue {
            width: 159px;
            height: 45px;
        }

.submitted-ticket .input-value {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.submitted-ticket .ticket-value-wrapper:nth-child(1),
.submitted-ticket .ticket-value-wrapper:nth-child(2) {
    margin-top: 32px;
}

.submitted-ticket {
    padding: 0px 26px 0 26px;
    height: calc(100vh - 200px);
}

    .submitted-ticket .ticket-value-wrapper {
        margin-bottom: 7px;
    }

    .submitted-ticket .issue-as-reported {
        margin-top: 26px;
    }

        .submitted-ticket .issue-as-reported p {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            margin-top: 10px !important;
            max-height: 320px;
            overflow-y: auto;
            padding-right: 30px;
        }

    .submitted-ticket.system-activated .input-value,
    .ticket-value-wrapper.system-activated .input-value {
        margin-top: 9px;
    }

.create-analysis-ticket-event-page .summery-field,
.create-analysis-ticket-event-page .recommendations-field {
    min-width: 100%;
    max-width: 100%;
    height: calc(100vh - 340px);
    resize: none;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    border-radius: 5px;
}

.create-analysis-ticket-event-page .recommendations-field {
    height: calc(100vh - 509px);
}

.create-analysis-ticket-event-page .response-field {
    min-width: 100%;
    height: 38px;
    margin-bottom:16px;
}

.create-analysis-ticket-event-page .timeStamp-field,
.create-analysis-ticket-event-page .event-field {
    height: 38px;
    min-width: 100%;
}

.create-analysis-ticket-event-page .event-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-right: 32px;
    grid-column-gap: 36px;
}

.generic-event-analysis-grid .event-grid-5 {
    display: grid;
    grid-template-columns: repeat(7,1fr);
}

.create-analysis-ticket-event-page .timeEventGrid {
    display: grid;
    grid-template-columns: 120px 108px 1fr 89px;
    padding-right: 12px;
    grid-column-gap: 15px;
    grid-row-gap: 6px;
}
.create-analysis-ticket-event-page .timeEventGrid.clientside {
    display: grid;
    grid-template-columns: 120px 108px 1fr;
    padding-right: 12px;
    grid-column-gap: 15px;
    grid-row-gap: 6px;
}
.create-analysis-ticket-event-page .timeEventGrid-scroll {
    width: calc(100% - 30px);
    margin-bottom: 15px;
}

.create-analysis-ticket-event-page.eventView .timeEventGrid-scroll {
    width: calc(100% - 30px);
    margin-bottom: 15px;
}
.create-analysis-ticket-event-page.eventView .input-value {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
/* .create-analysis-ticket-event-page.eventView .timeEventGrid-scroll.createView {
        max-height: 200px !important;
    }*/
.create-analysis-ticket-event-page .timeEventGrid-scroll::-webkit-scrollbar,
.create-analysis-ticket-event-page .scroll-report-review::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #404043;
    border-radius: 100px;
}

.create-analysis-ticket-event-page .timeEventGrid-scroll::-webkit-scrollbar-thumb,
.create-analysis-ticket-event-page .scroll-report-review::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 100px;
}

.create-analysis-ticket-event-page .timeEventCustom {
    display: grid;
    grid-template-columns: 120px 108px 1fr 89px;
    padding-right: 12px;
    grid-column-gap: 15px;
    margin: 24px 15px 0 0;
    width: calc(100% - 30px);
}

/*.create-analysis-ticket-event-page.eventView .timeEventGrid {
    max-height: 130px;
}*/

.create-analysis-ticket-event-page .timeEventGrid .input-field {
    position: relative;
    margin-top: 20px;
}

    .create-analysis-ticket-event-page .timeEventGrid .input-field label.invalid-field-label {
        position: absolute;
        top: -19px;
    }

    .create-analysis-ticket-event-page .timeEventGrid .input-field:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }

.create-analysis-ticket-event-page .add-event-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 16px 0px 20px 0px;
    border: 3px dashed #F3F3F3;
    border-radius: 5px;
}

    .create-analysis-ticket-event-page .add-event-btn p {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        cursor: pointer;
    }



.create-analysis-ticket-event-page .fileName {
    color: #EC9C4F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 5px;
    width: max-content;
    cursor: pointer;
    text-decoration: underline;
}

.create-analysis-ticket-event-page.eventView .selectImage {
    display: none;
}

.create-analysis-ticket-event-page.eventView .fileName {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    pointer-events: none;
    padding-right:20px !important;
}

.create-analysis-ticket-event-page.eventView .mt-recom {
    margin-top: 0;
}

.create-analysis-ticket-event-page.eventView input {
    background: #404043;
    border: none;
    pointer-events: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.create-analysis-ticket-event-page.eventView textarea {
    background: #404043;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: default;
    height:370px !important;
}

    .create-analysis-ticket-event-page.eventView textarea:focus,
    #confirm-ticket-information-modal .modal__container.form-view textarea:focus {
        border: none !important;
    }

.create-analysis-ticket-event-page.eventView .response-field {
    margin-left: -5px;
}

.create-analysis-ticket-event-page.eventView .timeStamp-field,
.create-analysis-ticket-event-page.eventView .event-field {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
}

.create-analysis-ticket-event-page.eventView .add-event-btn,
.create-analysis-ticket-event-page.eventView .input-field span {
    display: none;
}

#room-table-main.generic-report-page.hidePage,
#room-table-main.create-analysis-report-page.hidePage,
#room-table-main.create-analysis-ticket-event-page.hidePage {
    display: none !important;
}

#generate-billing-report-modal .modal__container {
    width: 375px;
    height: 370px;
    overflow-y: hidden;
    padding: 20px;
}

#generate-billing-report-modal .modal__close {
    position: absolute;
}

    #generate-billing-report-modal .modal__close:before {
        content: "\2715";
    }

#generate-billing-report-modal .modal__content {
    display: flex;
    justify-content: center;
}

#generate-billing-report-modal .modal__title {
    width: 262px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 18px;
}

#generate-billing-report-modal .generate-billing-form .generate-billing-input label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

#generate-billing-report-modal .generate-billing-form .generate-billing-input input {
    height: 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #808080;
}
/*#generate-billing-report-modal .modal__content {
    margin-bottom: 59px;
}*/

#generate-billing-report-modal .generate-billing-form .generate-billing-input {
    margin-bottom: 19px;
}

#generate-billing-report-modal button.generate-billing-btn {
    background: #CCCCCC;
    border-radius: 16px;
    border: 3px solid #cccccc;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    font-style: normal;
    font-weight: 700;
    font-size: 14.0462px;
    line-height: 16px;
}

div#generate-billing-report-modal .modal__footer {
    justify-content: center;
}

.toast-message {
    z-index: 9;
    position: fixed;
    bottom: 12px;
    right: 50px;
    background: #64B779;
    border-radius: 5px;
    width: 440.9px;
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .toast-message.hide {
        display: none
    }

.toastFlex {
    display: flex;
    align-items: center;
    padding: 15px;
}

.toast-message .toastFlex h1 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.toast-message .toastFlex p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.toast-message .toastFlex .toastDescription {
    margin-left: 15px;
}


.no-xlixk {
    pointer-events: none;
    cursor: none;
}

/* The custom-radioButton */
.custom-radioButton {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .custom-radioButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        max-width: 25px;
        min-width: 25px;
        left: -5px;
        top: -2px;
        z-index: 999;
    }

.radioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
}

.custom-radioButton:hover input ~ .radioCheckmark {
    background-color: #ccc;
}

.custom-radioButton input:checked ~ .radioCheckmark {
    background-color: #2196F3;
}

.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radioButton input:checked ~ .radioCheckmark:after {
    display: block;
}

.custom-radioButton .radioCheckmark:after {
    left: 8px;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 4.5px 4.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.disabledMenu ul#navIcons a:nth-child(n+3),
.disabledMenu ul#navLabels a:nth-child(n+3) {
    pointer-events: none;
}
/*.hideMenu ul#navIcons a:nth-child(n+3),
.hideMenu ul#navLabels a:nth-child(n+3) {
    display: none !important;
}*/
.hideMenu ul#navIcons a:not(:nth-child(1), :nth-child(2), :nth-child(7)),
.hideMenu ul#navLabels a:not(:nth-child(1), :nth-child(2), :nth-child(7)) {
    display: none !important;
}

div#bed-Chair-Monitoring-modal {
    z-index: 999;
}

#bed-Chair-Monitoring-modal .modal__container {
    width: 417px !important;
    overflow-y: hidden;
}

#bed-Chair-Monitoring-modal .modal__content {
    margin-top: 15px !important;
}

#bed-Chair-Monitoring-modal .choose-floor-desc {
    margin-bottom: 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

#bed-Chair-Monitoring-modal .fall-alert-setting-scroll {
    height: 249px !important;
    overflow-y: auto;
    margin-bottom: 100px;
}

#bed-Chair-Monitoring-modal .fall-alerts-setting-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding: 14px 0 7px 0 !important;
    margin: 0 10px 4px 0;
}

    #bed-Chair-Monitoring-modal .fall-alerts-setting-flex p {
        margin: 0 0 0 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
    }

    #bed-Chair-Monitoring-modal .fall-alerts-setting-flex .checkboxAlerts {
        width: 30%;
        display: flex;
        align-items: center;
        padding-left: 12px;
        font-size: 14px;
    }

        #bed-Chair-Monitoring-modal .fall-alerts-setting-flex .checkboxAlerts .dotLabel {
            width: 68px !important;
        }

#createAssignmentModal .modal__container {
    width: 548px;
    overflow-y: hidden;
}

    #createAssignmentModal .modal__container .label-assig {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.005em;
        color: #FFFFFF;
    }

    #createAssignmentModal .modal__container input[type=text],
    #createAssignmentModal .modal__container select,
    #createAssignmentModal .modal__container .userTypeChosen .chosen-container .chosen-choices {
        max-width: 236px;
        min-width: 236px;
        width: 236px !important;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        border-radius: 5px;
    }



#createAssignmentModal .modal__container .userTypeChosen .chosen-container {
    border-radius: 5px;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi .chosen-search-input {
    padding-left: 10px;
    padding-bottom: 4px;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container .search-field {
    height: 22px;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi .chosen-choices li.search-choice {
    border: none !important
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi li.active-result {
    display: list-item;
    cursor: pointer;
    background-image: url(images/checkbox_unchecked.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 16px;
    padding: 5px 0px 5px 30px !important;   
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    letter-spacing: normal;
    z-index: 999;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi li.result-selected {
    display: list-item;
    cursor: pointer;
    background-image: url(images/checkbox_checked2.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 16px;
    padding: 5px 0px 5px 30px !important;  
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    letter-spacing: normal;
    z-index: 999;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container .chosen-results li.highlighted {
    background-color: #E4E4E4 !important;
    color: #000000 !important;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi .chosen-choices li.search-choice {
    color: #000000;
}

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi .chosen-choices li.search-choice {
    padding: 3px 13px 3px 5px !important;
}

    #createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        right: -13px;
        margin-right: 10px;
    }

#createAssignmentModal .modal__container .userTypeChosen .chosen-container-multi .chosen-container .chosen-drop {
    padding: 5px 10px !important
}

#createAssignmentModal .modal__container input[type=checkbox] {
    max-width: 23px;
    min-width: 23px;
}

#createAssignmentModal .modal__container .d-flex.gapFlex {
    gap: 15px
}

#createAssignmentModal .modal__container .assignmentField {
    margin-bottom: 12px;
}

#createAssignmentModal .modal__container .repeatShift .generic-custom-checkbox input,
#createAssignmentModal .modal__container .repeatShift .generic-custom-checkbox .checkmark {
    left: 0 !important;
}

#createAssignmentModal .modal__container .repeatShift .generic-custom-checkbox .checkmark {
    background-color: #7C7C80;
}

#createAssignmentModal .modal__container .repeatShift .generic-custom-checkbox input:checked ~ .checkmark {
    background-color: #1FE66F;
}

#createAssignmentModal .modal__container .repeatShift .generic-custom-checkbox input[type=checkbox] {
    max-width: 18px;
    min-width: 18px;
}

#createAssignmentModal .modal__container .repeatShift .generic-custom-checkbox label {
    margin-left: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

#createAssignmentModal .modal__container .repeatShift {
    border-top: 1px solid #6A6A6A;
    padding: 20px 0;
}

.nurse-assignment-card.ui-card {
    align-items: flex-start;
    margin-top: 21px;
    position: relative;
}

    .nurse-assignment-card.ui-card table.main-table-contents tbody {
        overflow: auto !important;
    }

    .nurse-assignment-card.ui-card .main-table-contents {
        height: 250px;
    }

    .nurse-assignment-card.ui-card h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 38px;
        padding: 17px 0 17px 0;
    }

        .nurse-assignment-card.ui-card h2.no-margin {
            max-width: 300px
        }

.generic-dropdown-assignment {
    position: relative;
    min-width: 236px;
    max-width: 236px;
}

    .generic-dropdown-assignment .dropdown-menu-assignment {
        border-radius: 5px;
    }

    .generic-dropdown-assignment .dropdown-item-assignment {
        position: absolute;
        top: 22px;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 5px 5px;
    }

    .generic-dropdown-assignment h6.select-floor {
        margin: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.005em;
        color: #000000;
        background: url(images/arrow-down.png) no-repeat 96% #fff;
        height: 25px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 5px 10px;
    }

    .generic-dropdown-assignment .dropdown-item-assignment-list {
        padding: 9px 10px;
        max-height: 110px;
        overflow-y: auto;
        z-index: 10;
        position: relative;
    }

    .generic-dropdown-assignment .dropdown-item-assignment.close {
        display: none;
    }

    .generic-dropdown-assignment .dropdown-item-assignment-list h6 {
        margin: 0 0 4px 0;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        letter-spacing: 0.005em;
        color: #000000;
        padding: 3px 7px;
    }

        .generic-dropdown-assignment .dropdown-item-assignment-list h6.selected {
            background: #E4E4E4;
        }

.customcheckCross {
    position: relative;
    display: flex;
    margin-bottom: 7px;
}

    .customcheckCross input {
        display: none;
    }

        .customcheckCross input ~ .checkmark {
            border: 1px solid black;
            width: 15px;
            height: 15px;
            display: inline-block;
            position: relative;
            border-radius: 2px;
            vertical-align: middle;
            margin-right: 10px;
        }

            .customcheckCross input ~ .checkmark:after {
                transform: rotate(-45deg);
                z-index: 1;
            }

            .customcheckCross input ~ .checkmark:before {
                transform: rotate(45deg);
                z-index: 1;
            }

        .customcheckCross input:checked ~ .checkmark {
            width: 18px;
            display: inline-block;
            position: relative;
            height: 18px;
            border-radius: 3px;
        }



            .customcheckCross input:checked ~ .checkmark:before,
            .customcheckCross input:checked ~ .checkmark:after {
                content: '';
                position: absolute;
                width: 2px;
                height: 10px;
                background: #000000;
                left: 7px;
                top: 3px;
            }

    .customcheckCross span.label {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        display: flex;
        align-items: center;
        color: #000000;
    }

.dropdown-item-assignment-list .searchField input {
    background: #FAFAFA;
    border: 1px solid #DADADA;
    border-radius: 3px;
    min-width: 100% !important;
    max-width: 100% !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #B6B7B7;
}

.dropdown-item-assignment-list .searchField {
    position: relative;
    margin-bottom: 8px;
}

    .dropdown-item-assignment-list .searchField .searchIcon {
        position: absolute;
        bottom: 0;
        left: 4px;
    }

    .dropdown-item-assignment-list .searchField input {
        padding-left: 20px;
    }
    /*.dropdown-item-assignment-list .searchField input:focus + .searchIcon {
    display: none !important;
}*/
    .dropdown-item-assignment-list .searchField:focus::placeholder {
        color: transparent;
    }

.dropdown-item-assignment-list .label-allUser {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

.generic-dropdown-assignment .dropdown-item-assignment-list .floorSec .heading {
    background: #51555D;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #FAFAFA;
}

#createAssignmentModal .selectedUser {
    margin-top: 8px;
    max-height: 70px;
    overflow-y: auto;
}

#createAssignmentModal .modal__container .selectedUser .userList {
    padding: 2px 6px;
    background: #707070;
    border-radius: 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    #createAssignmentModal .modal__container .selectedUser .userList p {
        margin: 0;
    }

#createAssignmentModal .modal__container .selectedUser span {
    margin-right: 10px;
}

#createAssignmentModal .disabledfield,
#createAssignmentModal .disabledfield ul.chosen-choices {
    background: #C5C5C6;
    color: #51555D;
}

#createAssignmentModal #dateRangePicker::placeholder {
    color: #000000 !important;
}

.generic-dropdown-assignment .disabledfield .select-floor {
    background: url(images/arrow-down.png) no-repeat 96% #C5C5C6 !important;
}

.tooltipCustom {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}

    .tooltipCustom h3 {
        margin: 12px 0;
    }

    .tooltipCustom .right {
        min-width: 252px;
        max-width: 252px;
        height: 68px;
        top: 50%;
        left: 100%;
        margin-left: 20px;
        transform: translate(0, -50%);
        padding: 0;
        background-color: #ffffff;
        border-radius: 5px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .tooltipCustom:hover .right {
        visibility: visible;
        opacity: 1;
    }

    .tooltipCustom svg {
        margin-left: 10px;
    }

    .tooltipCustom .text-content {
        padding: 12px 15px 13px 12px
    }

        .tooltipCustom .text-content p {
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 0.005em;
            color: #000000;
            margin: 0;
            padding: 0;
        }

    .tooltipCustom .right i {
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -12px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

        .tooltipCustom .right i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 0;
            top: 50%;
            transform: translate(50%,-50%) rotate(-45deg);
            background-color: #ffffff;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5)
        }


/*SETTING PAGE DATE PICKER STYLE*/
/*#settings-page .daterangepicker {
    width: 236px !important;
    background: #fff;
}

#settings-page .calendar-table {
    background: #fff;
    width: 236px;
}

#settings-page .daterangepicker table tr {
    border-bottom: none;
}

#settings-page .daterangepicker .drp-calendar.left,
#settings-page .daterangepicker .drp-calendar.left .calendar-table {
    padding: 0;
    margin: 0;
}

#settings-page .daterangepicker .table-condensed tr th {
    color: #D1D1D1;
}

#settings-page .daterangepicker td.off,
#settings-page .daterangepicker td.off.in-range,
#settings-page .daterangepicker td.off.start-date,
#settings-page .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #D1D1D1 !important;
}

#settings-page .daterangepicker td.in-range,
#settings-page .daterangepicker td.available {
    color: #51555D;
}

#settings-page .daterangepicker td.in-range {
    border-color: transparent;
    color: #000;
    border-radius: 0;
    background: #D1D1D1;
}

#settings-page .daterangepicker td.end-date.in-range,
#settings-page .daterangepicker td.start-date.in-range,
#settings-page .daterangepicker td.active,
#settings-page .daterangepicker td.active:hover {
    background-color: #51555D;
    border-color: transparent;
    color: #fff !important;
    border-radius: 50%;
}

#settings-page .daterangepicker table.table-condensed tbody {
    overflow-y: hidden;
}

#settings-page .daterangepicker .drp-buttons .drp-selected {
    display: none !important;
}

#settings-page .daterangepicker .drp-buttons button {
    color: #51555D !important;
}

#settings-page .daterangepicker .calendar-table th,
#settings-page .daterangepicker .calendar-table td {
    min-width: 25px;
    width: 25px;
    height: 25px;
}

#settings-page .daterangepicker td.available:hover,
#settings-page .daterangepicker th.available:hover {
    background-color: transparent;
}

#settings-page .daterangepicker td.active.available:hover {
    background-color: #51555D !important;
}

#settings-page .daterangepicker .calendar-table table {
    padding: 10px;
    margin-top: 15px;
}

#settings-page .daterangepicker .calendar-table table thead {
    border-left: 2px solid #D1D1D1;
    border-top: 2px solid #D1D1D1;
    border-right: 2px solid #D1D1D1;
    padding-top: 20px;
}

#settings-page .daterangepicker .calendar-table table tbody {
    border-left: 2px solid #D1D1D1;
    border-bottom: 2px solid #D1D1D1;
    border-right: 2px solid #D1D1D1;
}

#settings-page .daterangepicker .calendar-table .month {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

#settings-page .daterangepicker .prev.available,
#settings-page .daterangepicker .next.available {
    padding-bottom: 0;
}

#settings-page .daterangepicker .table-condensed thead tr:first-child {
    position: absolute;
    top: 30px;
}

#settings-page .daterangepicker .calendar-table thead tr {
    margin-bottom: 0
}

#settings-page .daterangepicker .calendar-table thead .prev span {
    background: url(images/datePickerIconLeft.png) no-repeat center;
    width: 100%;
    height: 100%;
}

#settings-page .daterangepicker .calendar-table thead .next span {
    background: url(images/datePickerIconRight.png) no-repeat center;
    width: 100%;
    height: 100%;
}

#settings-page .daterangepicker .calendar-table .next span,
#settings-page .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: none !important;
    border-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
}*/
/*SETTING PAGE DATE PICKER STYLE*/
.ticketDatePicker .ui-widget-header {
    border: none;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
}

.ticketDatePicker .ui-datepicker-calendar th {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 15.4604px;
    line-height: 21px;
    text-align: center;
    margin: 0;
    padding-top: 3px;
}

.ticketDatePicker .ui-datepicker-calendar tr {
    border-bottom: none;
    margin: 0;
}

    .ticketDatePicker .ui-datepicker-calendar tr td a {
        border: none !important;
        background: #fff;
    }

.ticketDatePicker .ui-datepicker .ui-datepicker-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #162C40;
}

.ticketDatePicker .ui-datepicker-calendar tr td a.ui-state-active {
    background: #D1D1D1;
    box-shadow: 0px 2.855px 5.71px rgba(0, 0, 0, 0.16);
    width: 28px;
    height: 29px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 15.4604px;
    line-height: 21px;
    color: #000000;
}

.ticketDatePicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    background: url(images/rightIcon.png) no-repeat center;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    cursor: pointer
}

.ticketDatePicker .ui-widget-header .ui-datepicker-next .ui-icon {
    background: url(images/rightIcon.png) no-repeat center;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.ticketDatePicker .ui-datepicker-prev {
    left: 40px !important;
    top: -5px !important;
}

.ticketDatePicker .ui-datepicker-next {
    right: 51px !important;
    top: -5px !important;
}

.ticketDatePicker table.ui-datepicker-calendar tbody {
    overflow-y: hidden !important
}

.ticketDatePicker {
    width: 290px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 0px 0px 5px 5px;
    height: 247px;
    font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Montserrat, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
    /*.ticketDatePicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
position: initial;
}*/
    .ticketDatePicker .ui-state-hover,
    .ticketDatePicker .ui-widget-content .ui-state-hover,
    .ticketDatePicker .ui-widget-header .ui-state-hover,
    .ticketDatePicker .ui-state-focus,
    .ticketDatePicker .ui-widget-content .ui-state-focus,
    .ticketDatePicker .ui-widget-header .ui-state-focus,
    .ticketDatePicker .ui-button:hover,
    .ticketDatePicker .ui-button:focus {
        border: none;
        background: transparent;
        font-weight: normal;
        color: #2b2b2b;
    }

.create-analysis-ticket-event-page .system-activated {
    margin-top: 23px;
    margin-bottom: 23px;
}

.customeTimePicker {
    position: relative;
}

    .customeTimePicker.hide .timeCard {
        display: none;
    }

    .customeTimePicker .timeCard div {
        width: 16.67%;
    }

    .customeTimePicker .timeCard {
        background: #FFFFFF;
        border: 1px solid #707070;
        border-radius: 0px 0px 5px 5px;
        position: absolute;
        width: 100%;
        padding: 19px 14px;
        display: flex;
        justify-content: space-between;
    }

    .customeTimePicker .timeBox {
        font-style: normal;
        font-weight: 700;
        font-size: 21px;
        line-height: 29px;
        color: #162C40;
        padding: 8px;
        background: #FFFFFF;
        border: 1px solid #D1D1D1;
        border-radius: 4px;
        margin-left: 5px;
        min-width: 45px;
        text-align: center;
    }

    .customeTimePicker .arrowIcons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
    }

        .customeTimePicker .arrowIcons .arrowDown {
            margin-top: 5px;
        }

        .customeTimePicker .arrowIcons svg {
            cursor: pointer;
        }

        .customeTimePicker .arrowIcons span.dots {
            position: absolute;
            width: 5px;
            height: 5px;
            background: #162C40;
            border-radius: 5px;
            right: 2px;
            top: 15px;
        }

        .customeTimePicker .arrowIcons span.dot2 {
            position: absolute;
            width: 5px;
            height: 5px;
            background: #162C40;
            border-radius: 5px;
            right: 2px;
            top: 29px;
        }


#add-recipients-modal .modal__container {
    width: 580px;
    height: 405px;
}

#add-recipients-modal .modal__title {
    font-size: 21px;
}

#add-recipients-modal .modal__container .modal__content {
    height: 220px;
}

#add-recipients-modal .modal__container .email-field input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

#add-recipients-modal .modal__container .email-field {
    margin-top: 10px;
}

#add-recipients-modal button {
    font-size: 15px;
}

.recepientsSec tr:nth-child(2) {
    border-bottom: none !important;
}

    .recepientsSec tr:nth-child(2) td {
        display: initial;
    }

#settings-content table.main-table-contents.recepientsSec tbody {
    overflow-y: hidden;
}

.recepientsSec .btn-add {
    border: none;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #F8993A;
}

.recepientsSec .recipientsListWrapper {
    display: inline-block;
    height: 100px;
    max-height: 100px;
    overflow-y: auto;
}

.recepientsSec .recipientsList {
    display: inline-flex;
    align-items: center;
    background: #6A6A6A;
    border-radius: 17px;
    padding: 8px 10px;
    margin-right: 10px;
    margin-top: 10px;
}

    .recepientsSec .recipientsList p {
        margin: 0 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .recepientsSec .recipientsList svg {
        cursor: pointer;
    }

table.main-table-contents.setting-left .email-esclation-time .invalid-field-label {
    width: 350px !important;
    max-width: 350px !important;
    top: 35px !important;
}

tbody#main-container-tbody.email-esclation-time tr:nth-child(2n) {
    height: 55px !important;
}

#settings-content table.main-table-contents tbody.email-esclation-time {
    overflow: hidden !important
}
/*FLAT PICKER SHIFT DATE RANGE PICKER CSS START*/
.flatpickr-calendar.shift-dateRangePicker,
.flatpickr-calendar.shift-dateRangePicker .dayContainer,
.flatpickr-calendar.shift-dateRangePicker .flatpickr-days {
    max-width: 236px;
    min-width: 236px;
}

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-weekday {
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        color: #D1D1D1;
        max-width: 34px;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-day {
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 24px;
        color: #51555D;
        max-width: 31px;
        height: 30px !important;
    }

        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.selected,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.startRange,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.endRange,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.selected.inRange,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.startRange.inRange,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.endRange.inRange,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.selected:focus,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.startRange:focus,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.endRange:focus,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.selected:hover,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.startRange:hover,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.endRange:hover,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.selected.prevMonthDay,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.startRange.prevMonthDay,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.endRange.prevMonthDay,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.selected.nextMonthDay,
        .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.startRange.nextMonthDay,
        .flatpickr-calendar.shift-dateRangePicker.flatpickr-day.endRange.nextMonthDay {
            background: #51555D;
            color: #fff;
            border-color: #51555D;
        }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-months .flatpickr-month {
        overflow-y: visible !important;
    }
    /*.flatpickr-calendar.shift-dateRangePicker .flatpickr-day.inRange {
    background: #D1D1D1;
    color: #fff;
    border-color: #D1D1D1;
}*/
    .flatpickr-calendar.shift-dateRangePicker .flatpickr-disabled {
        color: #D1D1D1;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-day.today {
        background: #51555D;
        color: #ffffff
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-monthDropdown-months,
    .flatpickr-calendar.shift-dateRangePicker .numInputWrapper {
        pointer-events: none;
    }

    .flatpickr-calendar.shift-dateRangePicker input,
    .flatpickr-calendar.shift-dateRangePicker select {
        min-width: 34px;
        max-width: 34px;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-monthDropdown-months {
        color: #000000;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-current-month input.cur-year {
        color: #000000;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-months .flatpickr-prev-month svg,
    .flatpickr-calendar.shift-dateRangePicker .flatpickr-months .flatpickr-next-month svg {
        width: 11px;
        height: 11px;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-prev-month {
        left: 40px !important;
        top: -2px;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-next-month {
        right: 60px !important;
        top: -2px;
    }

    .flatpickr-calendar.shift-dateRangePicker .flatpickr-months .flatpickr-prev-month:hover svg,
    .flatpickr-calendar.shift-dateRangePicker .flatpickr-months .flatpickr-next-month:hover svg {
        fill: #000 !important;
    }

/*FLAT PICKER SHIFT DATE RANGE PICKER CSS END*/

#add-edit-business-form .imagegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

    #add-edit-business-form .imagegrid .custom-bg-file,
    #add-edit-branch .custom-bg-file {
        padding: 5px 15px 5px 15px;
        display: inline-block;
        font-size: 12px;
        outline: none;
        border: 3px solid #f8993a;
        border-radius: 16px;
        cursor: pointer;
        color: #ffffff;
        font-weight: 500;       
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s;
        -webkit-box-shadow: 1.5px 3px 5px 0 rgba(248, 153, 58, 0.2), 1.5px 3px 12px 0 rgba(248, 153, 58, 0.19);
        box-shadow: 1.5px 3px 5px 0 rgba(248, 153, 58, 0.2), 1.5px 3px 12px 0 rgba(248, 153, 58, 0.19);
    }

div#main-table .ui-card {
    border-radius: 15px !important;
}

#add-edit-business-form .imagegrid .custom-bg-file:hover,
#add-edit-branch .custom-bg-file:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

#add-new-image-modal .modal__container {
    width: 475px;
    height: 248px;
    overflow-y: hidden;
}

#add-new-image-modal .modal__content h1 {
    margin: 0;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
}

#add-new-image-modal .modal__content p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 55px;
}

#add-new-image-modal .modal__content .select-image {
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    outline: none;
    border: 3px solid #f8993a;
    border-radius: 16px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    border-color: #1FE66F !important;
    -webkit-box-shadow: 1.5px 3px 5px 0 rgba(31, 230, 111, 0.2), 1.5px 3px 12px 0 rgba(31, 230, 111, 0.19);
    box-shadow: 1.5px 3px 5px 0 rgba(31, 230, 111, 0.2), 1.5px 3px 12px 0 rgba(31, 230, 111, 0.19);
    margin-left: 25px;
}

    #add-new-image-modal .modal__content .select-image label {
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        color: #ffffff;
    }

    #add-new-image-modal .modal__content .select-image:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.btn-yellow {
    width: 159px;
    height: 45px;
    border: 3px solid #ffff54;
    margin-right: 20px;
    webkit-box-shadow: 1.5px 3px 5px 0 rgb(255, 255, 84,0.2), 1.5px 3px 12px 0 rgb(255, 255, 84,0.19);
    box-shadow: 1.5px 3px 5px 0 rgb(255, 255, 84,0.2), 1.5px 3px 12px 0 rgb(255, 255, 84,0.19);
}

#alertlogtable table.main-table-contents .alert-attended {
    min-width: 125px !important;
}

#notification-container .settings-table .prompt-remindar-time {
    height:62px;
}
#notification-container .settings-table .prompt-remindar-time .invalid-field-label {
    margin-top:1px !important;
}
.bariatric-field.field-adjustment-new.hide {
    display: none !important;
}
.bariatric-wrapper.border-0 {
    border-bottom: 0px !important;
}

.bariatric-wrapper .bariatric-field {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: end;
}
.bariatric-wrapper .bariatric-field .inputBranchSettings {
    min-width: 40px !important;
    max-width: 40px !important;
}
.bariatric-wrapper .bariatric-field label.marginZeropx {
    margin-right: 6px;
    font-size:15px;
}
td.lable-setting-area2.bariatric-field {
    width: 38% !important;
}

table.main-table-contents.setting-right .bariatric-wrapper .bariatric-field {
    margin: 4px 0 !important;
}


div#sub-product-modal .modal__container {
    width: 696px;
    overflow-y: hidden;
}

#sub-product-modal .modal__content {
    padding-right: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
}

#sub-product-modal .sub-product-grid {
    display: grid;
    grid-template-columns: 138px 160px 252px 20px;
    grid-gap: 16px;
    place-items:center;
}
#sub-product-modal .sub-product-grid svg {
    cursor:pointer;
}
#sub-product-modal p.product-heading {
    margin: 0 0 16px 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}

#sub-product-modal button.add-product-btn {
    margin-top: 16px;
    display: block;
    width: calc(100% - 12px);
    box-shadow: none;
    border-radius: 5px;
    border: 3px dashed #Ffff;
    transition: none;
}
#sub-product-modal button.add-product-btn:hover {
    webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#sub-product-modal select.product-name {
    min-width: 140px;
    max-width: 140px;
    height: 27px;
    padding: 0px 8px;
    color: #31344E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sub-product-modal input.sub-product-name {
    min-width: 160px;
    max-width: 160px;
    height: 27px;
    padding: 0px 8px;
    color: #31344E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sub-product-modal input.dashboard-id {
    min-width: 250px;
    max-width: 250px;
    height: 27px;
    padding: 0px 8px;
    color: #31344E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-scroll {
    height: 230px;
    overflow-y: auto;
}
.product-scroll .sub-product-grid {
    margin-bottom:16px;
}

#associated-sub-product-modal .modal__container {
    width:362px !important;
}
#associated-sub-product-modal .sub-product-grid {
    display:grid;
    grid-template-columns:40% 40% 15%;
    grid-gap:10px;
    margin-bottom:6px;
    padding-right:10px;
}
#associated-sub-product-modal .modal__content {
    margin-top: 12px;
}
#associated-sub-product-modal .product-title {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin: 0 0 6px 0;
}
#associated-sub-product-modal .scroll-area {
    max-height: 230px;
    overflow-y: auto;
}
#associated-sub-product-modal .scroll-area .sub-product-grid {
    margin-bottom:4px;
}
#associated-sub-product-modal .sub-product-grid .product-heading {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    margin: 0px;
    word-break: break-word;
}
#associated-sub-product-modal .scroll-area .product-heading {
    font-weight: 400
}
    .generic-dropdown-product {
        position: relative;
    }
.generic-dropdown-product .dropdown-menu-product .select-product {
    background: url(images/arrow-down.png) no-repeat 95% #ffffff;
    color: #31344E;
    min-height: 27px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    margin: 0;
    padding: 4px;
    max-height: 60px;
    max-width: 250px;
    overflow-y: auto;
    padding-right: 18px;
}
.generic-dropdown-product .dropdown-item-product {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1;
    width: 100%;
    padding-bottom: 9px;
}
.generic-dropdown-product .dropdown-item-product p.name {
    color: #787B91;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px 0;
    padding: 4px 0 4px 16px;
}
.generic-dropdown-product .dropdown-item-product-list {
    padding: 9px 0 0 0;
    max-height: 180px;
    overflow-y: auto;
}
#user-group-modal .modal-edit .generic-dropdown-product .dropdown-item-product-list {
    max-height: 100px;
}
.generic-dropdown-product .dropdown-item-product p.name.active {
    background: #11A0D6;
    color: #fff;
}
.generic-dropdown-product.close .dropdown-item-product {
    display: none;
}
.generic-dropdown-product.close .dropdown-menu-product {
    box-shadow: none;
}
.generic-dropdown-product .dropdown-menu-product {
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px #8BC9EE;
}

.generic-dropdown-product .checkbox-list-dropdown {
    padding-left: 16px;
}
    .generic-dropdown-product .dropdown-item-product .dropdown-item-product-wrap {
        max-height: 200px;
        overflow: auto;
        height: 100%;
    }
.generic-dropdown-product .checkbox-list-dropdown .dropdown-item {
    color: #787B91;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px 0;
    cursor: pointer;
}

.generic-dropdown-product .checkbox-list-dropdown .dropdown-item.selected {
    color: #31344E;
}
    .generic-checkbox-rect {
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.generic-checkbox-rect input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.generic-checkbox-rect .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #787B91;
}


.generic-checkbox-rect .checkmark:after {
    content: "";
    position: absolute;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    left: 3px;
    top: 3px;
    width: 7px;
    height: 7px;
    background: #31344E;
}


.generic-checkbox-rect input:checked ~ .checkmark:after {
    transform: scale(1);
}

.generic-checkbox-rect input:checked ~ span.label-name {
    color: #31344E;
    font-weight: 600;
}
.generic-checkbox-rect span.label-name {
    color: #787B91;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 22px;
}

#user-group-modal .modal__container {
    width: 560px;
    padding: 22px !important;
    overflow: hidden;
}
#user-group-modal .modal__container .modal__content {
   margin:20px 0 10px 0 !important;
}
#user-group-modal .generic-dropdown-product {
    min-width: 250px;
}
#user-group-modal .user-group-wrapper {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;*/
    margin-bottom: 16px;
}
#user-group-modal .generic-dropdown-product .dropdown-menu-product .select-product {
    max-width:100%;
}
#user-group-modal label.label-user {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}
#user-group-modal .userName {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #51555D;
    display: inline-flex;
    border-radius: 29.286px;
    border: 1px solid #404043;
    background: #FFF;
    padding: 6px 12px;
    align-items: center;
    margin: 8px 8px 8px 0;
}
#user-group-modal input.input-field {
    height: 28px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #31344E;
}
#user-group-modal .userName svg {
    margin-left:12px;
    cursor:pointer;
}

#user-group-modal .userList {
    height: 140px;
    overflow: auto;
}

#user-group-modal .edit-name-field,
#user-group-modal .btn-red {
    display: none;
}
#user-group-modal .modal__container.modal-edit .userList {
    height:70px;
}
#user-group-modal .modal__container.modal-edit .btn-red {
    display: inline-block;
}
#user-group-modal .modal__container.modal-edit .edit-name-field
 {
    display: block;
    grid-column-start: 1;
}

#delete-user-group-modal .modal__container {
    width: 400px;
    height: 233px;
    overflow-y: hidden;
}
#delete-user-group-modal .modal__container .delete-info {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-table tr td:first-child,
.user-table tr th:first-child {
    display: flex;
    align-items: self-start;
    min-width: 50px;
    max-width: 50px;
}
.user-table tr td:last-child,
.user-table tr th:last-child {
    display: flex;
    align-items: self-end;
}
.user-table tr td:last-child span {
    margin-right:32px;
}
.user-table tr td:first-child .user-checkbox {
    min-width: 24px;
    height: 24px;
}

.user-table tr th {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px 
}
.user-table tr td {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.user-table .user-checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.user-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.user-checkbox .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #707070;
    border-radius: 6px
}


.user-checkbox input:checked ~ .checkmark {
    background-color: #74B4FF;
    border: 2px solid #74B4FF;
}


.user-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.user-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.Usertable .delete-icon {
    margin-left:32px;
}
#addFloorSettingModal .notification-chosen {
    margin-bottom:10px !important;
}
#addFloorSettingModal .invalid-field-label {
    display:none;
}
#addFloorSettingModal .notification-chosen p:empty {
    display: none;
}
#addFloorSettingModal .generic-dropdown-product {
    width: 252px;
}

#add-edit-user .dropdown-item-product-wrap {
    max-height: 150px;
    overflow: auto;
}
#add-edit-user .generic-checkbox-rect .checkmark {
    top: 2px;
}
#add-edit-user .dropdown-menu-product .select-product {
    min-height:23px !important;
}
#add-edit-user .dropdown-menu-product {
    border: none !important;
}
#add-edit-user p:empty {
    display: none;
}

#err_usergroup {
    margin:0px !important;
}

#graph-data-table {
    margin-left: 30px;
    width: calc(100vw - 100px);
    padding-top: 80px;
}

#graph-table-wrapper {
    margin-left: 30px;
    width: 1254px;
    padding-top: 80px;
}

ul.generic-nav-tabs {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
   padding:0;
}

li.generic-nav-item:not(:last-child) {
    margin-right: 4px;
}
li.generic-nav-item {
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 5.956px 5.956px 0px 0px;
    background: #202026;
    margin-bottom: 8px;
    cursor:pointer;
}
.generic-nav-item.active {
    background: #333;
    box-shadow: 7.942px 7.942px 9.927px 0px rgba(0, 0, 0, 0.25);
    text-decoration:underline;
    color:#ffffff;
}
.generic-nav-tabs a.tabs-btn-link {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.generic-tab-content {
    margin-top: 15px;
}
.generic-tab-content .tabs-btn-link {
    cursor: pointer;
}
.generic-tab-content .content-tab-data {
    display: none;
}
.generic-tab-content .content-tab-data.active {
    display:block;
}

.generic-nav-tabs a.tabs-btn-link.active {
    color: #495057;
    border-color: #ffffff99 #ffffff99 #25262c;
}
.generic-nav-tabs a.tabs-btn-link.active {
    color: #ffffff;
}

div#tblusergroup .no-margin {
    display: block !important;
}
.event-analysis-email .checkbox__control svg {
    margin: 6px 0px 0px 2px
}
.hr-line-user {
    border-bottom: 1px solid #D1D1D1;
    padding-top: 8px;
}
/* GENERIC CLASSES FOR DISPLAY FLEX START */
p-5 {
    padding: 5px !important
}
.w-50 {
    width:50% !important
}
.ml-16 {
    margin-left: 16px;
}
.mb-24 {
   margin-bottom: 24px !important;
}

.mb-16 {
   margin-bottom: 16px !important;
}

.fw-700 {
   font-weight: 700 !important;
}
#data-retention-modal .modal__header h2  {
margin:0px !important
}
#data-retention-modal .modal__container {
   max-width: calc(100vw - 100px);
}

#data-retention-modal .modal__content {
   max-height: calc(100vh - 250px);
   overflow: auto;
}


#data-retention-modal .policy-desc {
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin: 0;
}

#data-retention-modal .policy-info {
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   margin: 0;
}
.data-retention-page {
   padding-left: 30px;
   width: calc(100vw - 70px);
   padding-top: 80px;
}
.data-retention-card {
   background: #404043;
   box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
   border-radius: 19px;
   padding: 13px 21px 13px 21px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 30px;
   min-height: calc(100vh - 160px);
}

.data-retention-card p {
   font-size: 20px;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 32px;
   color: #ffffff;
}
.mb-0{
margin-bottom:0px !important;
}
.invisible {
    visibility: hidden;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* GENERIC CLASSES FOR DISPLAY FLEX END */


/* GENERIC CLASSES FOR DISPLAY GRID START */
.grid-col-1 {
    display: grid;
    grid-template-columns: 1fr;
}

.grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
/* GENERIC CLASSES FOR DISPLAY GRID END */

/* GENERIC CLASSES START */
.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding:5px !important;
}


.overFlowHidden {
    overflow: hidden !important;
}

.notClick {
    pointer-events: none;
}

.w-100 {
    width:100% !important;
}

.yellow-clr {
    color: #FFFF54 !important;
}

.green-clr {
    color: #2FE18C !important;
}

.gap-20 {
    gap: 20px;
}

.modal-label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.tr-disabled td {
    opacity: 0.5;
    pointer-events: none;
}
#ddlfallriskscaletype.custom-select-wrapper {
   z-index:999;
}
#add-floor .input-container {
    margin-bottom:10px;
}
#add-floor .modal__content {
    height: 200px;
}
#add-floor .generic-dropdown-product .dropdown-item-product {
    height:150px;
}
#add-floor .generic-checkbox-rect .checkmark {
    top: 2px !important;
}
#businesslevelsettingsBody button#btnSaveBusinessLevelSettings {
    margin-top: 20px;
}
/* GENERIC CLASSE END */
.dotFallAlert {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

#addFloorSettingModal .add-floor-setting-modal .btn-save.disabled,
#add-newfloor #btnsaveFloor.btn-green.disabled {
    border: 3px solid #1fe66f !important;
    opacity: 0.5;
    color: #FFFFFF !important;
}

#businesslevelsettingsBody .table-header .no-margin {
    display: table;
    width: 100%;
    max-width: 100%;
}



/*for setting page only*/
.generic-custom-checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .generic-custom-checkbox input {
        position: absolute;
        z-index: 9;
        width: 15px;
        right: 88px;
        height: 15px;
        border-radius: 50%;
        opacity: 0;
        cursor: pointer;
        min-width: 15px;
        max-width: 15px;
    }

    .generic-custom-checkbox .checkmark {
        position: absolute;
        top: 2px;
        right: 90px;
        height: 18.75px;
        width: 18.75px;
        background-color: #EE4418;
        border-radius: 50%;
        border: 4px solid #7C7C80;
    }

    .generic-custom-checkbox input:checked ~ .checkmark {
        background-color: #1FE66F;
    }

    .generic-custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .generic-custom-checkbox input:checked ~ .checkmark:after {
        display: inline-block;
    }

    .generic-custom-checkbox label {
        font-size: 18px;
    }
/*for setting page only*/

#notificationsSettingsBody .generic-custom-checkbox .checkmark {
    right: 75px;
}

#notificationsSettingsBody .generic-custom-checkbox input {
    right: 74px;
}

.invalidfieldEvent {
    border: 2px solid #ee4418;
}

.runtimefix .modal__header h2 {
    text-align: center;
}

.runtimefix .modal__content {
    display: flex;
    justify-content: center;
    flex-direction: column !important;
}

    .runtimefix .modal__content .invalid-field-label {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .runtimefix .modal__content .generate-billing-form {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
.tooltip-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .tooltip-wrap .tooltip-text {
        visibility: hidden;
        background-color: #646464;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        box-sizing: border-box;
        padding: 8px;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        bottom:12px;
        width: max-content;
        max-width: 319px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .tooltip-wrap .tooltip-text:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #646464;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    .tooltip-wrap:hover .tooltip-text {
        visibility: visible;
    }
    .tooltip-wrap .user-text {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.user-table tr:first-child .tooltip-wrap .tooltip-text {
    bottom: -54px;
}
    .user-table tr:first-child .tooltip-wrap .tooltip-text:after {
        content: '';
        position: absolute;
        top: -16px !important;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid #646464;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }


.vn-room-state-main-wrap {
    background-color: #707070;
    padding: 30px;
}

    .vn-room-state-main-wrap .tab-area-sec ul {
        display: inline-block;
        vertical-align: middle;
    }

    .vn-room-state-main-wrap .tab-area-sec > ul > li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display: inline-block;
        vertical-align: middle;
    }

        .vn-room-state-main-wrap .tab-area-sec > ul > li span {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
            background-color: #333333;
            padding: 7px 50px;
            border-radius: 10px 10px 0px 0px;
        }

.main-table-area {
    padding: 10px 20px;
}

    .main-table-area .header-area {
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
    }

.vn-room-state-main-page {
   padding-top: 80px;
   padding-left: 30px;
   width: calc(100vw - 70px);
}
    .vn-room-state-main-page #graph-data-table {
        margin-left: 0px !important;
        width: auto !important;
        padding-top: 0px !important;
   
    }
    .vn-room-state-main-page .graph-data-table-inner-wrap {
        display: flex;
        align-items: center;
    }
   .vn-room-state-main-page #graph-data-table .graph-data-table-inner-wrap .vital-nursing-ul {
      margin-left: 5px !important;
   }
        .vn-room-state-main-page #graph-data-table ul {
            padding: 0px !important;
            margin: 0px !important;
            list-style-type: none !important;
        }
            .vn-room-state-main-page #graph-data-table ul li.generic-nav-item {
                border: 1px solid transparent;
                padding: 4px 8px;
                border-radius: 5.956px 5.956px 0px 0px;
                background: #202026;
                margin-bottom: 8px;
                cursor: pointer;
                color: #fff;
            }
            .vn-header-sec {
                display: flex;
                justify-content: space-between;
                padding: 20px;
            }
    .vn-header-sec .right-sec .filter-sec-wrap{
        display: flex;
        gap: 10px;
    }
        .vn-header-sec .right-sec .filter-sec-wrap select {
            min-width:220px;
            max-width:220px;
        }

        .vn-header-sec .right-sec .filter-sec label {
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF;
            margin-right: 10px;
        }
.vn-search-btn {
   position: relative;
   top: -5px;
}
.vn-table-wrap tbody tr {
    margin: 0px !important;
}
.vn-table-wrap tbody tr td {
    padding: 10px 0px !important;
    flex-direction: row;
}

   .vn-table-wrap tr td:not(:nth-child(1), :nth-child(2), :nth-child(3)),
   .vn-table-wrap tr th:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
      justify-content: flex-start;
   }
.vn-table-wrap tr td:nth-child(4),
.vn-table-wrap tr th:nth-child(4) {
   padding-left: 4rem !important;
}
.vn-table-wrap tbody tr td span.circle {
   width: 10px;
   height: 10px;
   display: inline-block;
   vertical-align: middle;
   border-radius: 100%;
   margin-right: 10px;
   background-color: #000;
}
    .vn-table-wrap tbody tr td span.circle.red {
        background-color: #F83A3A !important;
    }
    .vn-table-wrap tbody tr td span.circle.green {
        background-color: #2FE18C !important;
    }
    .vn-table-wrap tbody tr td span.circle.gray {
        background-color: #808080 !important;
    }
#btnViewQuickGuides  {
 margin-bottom:5px;
}
.quick-side-modal-wrap {
   padding: 25px;
   background-color: #333333;
   max-width: 572px;
   width: 100%;
   margin: 0 auto;
   border-radius: 10px;
}

    .quick-side-modal-wrap .header-sec {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        align-items: center;
    }

        .quick-side-modal-wrap .header-sec h2 {
            font-size: 20px;
            font-weight: 700;
            text-align: left;
            color: #fff;
        }

    .quick-side-modal-wrap .para-gragh-sec > p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        color: #fff;
        margin-bottom: 15px;
    }
.quick-side-modal-listing ul{
    margin: 0px;
    padding: 0px;
}
.quick-side-modal-listing ul li {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 20px;
    list-style-type: none;
}

    .quick-side-modal-listing ul li h2 span,
    .quick-side-modal-listing ul li h2 svg {
        display: inline-block;
        vertical-align: middle;
    }

    .quick-side-modal-listing ul li h2 {
        margin-bottom: 10px;
        color: #fff;
    }

        .quick-side-modal-listing ul li h2 span {
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
            margin-left: 10px;
            color: #fff;
        }


    .quick-side-modal-listing ul li p {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
        text-align: left;
        margin-bottom: 15px;
        color: #fff;
    }

.quick-side-modal-wrap .close-btn-wrap {
    text-align: center;
    margin-top: 25px;
}

    .quick-side-modal-wrap .close-btn-wrap .close-btn {
        display: inline-block;
        height: 35px;
        max-width: 75px;
        width: 100%;
        border-radius: 5px;
        background-color: #4474E4;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        text-align: center;
        border: none;
    }
.bussiness-level-settings{
    padding: 15px 0px 0px 15px;
}
    .bussiness-level-settings .grid-fall-data {
        display: grid;
        grid-template-columns: 250px 250px 170px 50px;
        grid-column-gap: 27px;
        align-items: flex-start;
    }
      .bussiness-level-settings .grid-fall-data svg {
      cursor:pointer;
      }
      .bussiness-level-settings .grid-fall-data .dropdown-label {
         font-style: normal;
         font-weight: 400;
         font-size: 14px;
         line-height: 16px;
         color: #FFFFFF;
         display: block;
         margin-bottom: 7px;
      }
.bussiness-level-settings .custom-dropdown {
    position: relative;
    z-index: 1;
}
   .bussiness-level-settings .dropdown-menu {
      display: inline-flex;
      min-height: 27px;
      max-height:120px;
      overflow-y:auto;
      border: 1px solid #6C6C6E;
      border-radius: 4px;
      padding: 5px 8px 5px 8px;
      width: 100%;
      background-color: #fff !important;
      color: #31344E;
      cursor:pointer;
   }
      .bussiness-level-settings .dropdown-menu.arrowDown {
         background: url(images/arrow-down.png) no-repeat 95% #414246;
      }
      .bussiness-level-settings .dropdown-menu.disabledUnit.arrowDown {
         background: url(images/arrow-down-gray.png) no-repeat 95% #F6F6F6;
         pointer-events:none;
      }
.bussiness-level-settings .dropdown-menu.disabledUnit h6 {
   color: #D1D1D1;

}
   .bussiness-level-settings .dropdown-menu .disabledUnit h6#ifnovalue {
      color: #707070;
   }
      .bussiness-level-settings .dropdown-menu h6 {
         font-style: normal;
         font-weight: 400;
         font-size: 13px;
         line-height: 16px;
         color: #000;
         margin: 0px;
         font-family: Arial;
         width:220px;
      }
   .bussiness-level-settings .dropdown-item {
      position: absolute;
      z-index: 1;
      width: 100%;
      max-height: 170px;
      overflow-y: auto;
      border-radius: 5px;
      background: #FFF;
      box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
     
   }
   .bussiness-level-settings .custom-dropdown.close .dropdown-item {
      display: none;
   }
   .bussiness-level-settings .custom-dropdown.open .dropdown-item {
      display: block;
   }
   .bussiness-level-settings .custom-dropdown.open .dropdown-menu {
      box-shadow: 0px 0px 16px 0px #8BC9EE;
   }
   .bussiness-level-settings .checkbox-label {
      display: block;
      position: relative;
      padding: 8px 0px 8px 38px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #31344E;
   }
    .bussiness-level-settings .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
   .bussiness-level-settings .checkmark {
      position: absolute;
      top: 8px;
      left: 11px;
      height: 18px;
      width: 18px;
      background-color: #fff;
      border: 2px solid #D1D1D1;
      border-radius: 3px !important;
   }
    .bussiness-level-settings .checkbox-label .checkmark:after {
        content: "";
        position: absolute;
        left: 4px;
        top: -1px;
        width: 3px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3px;
        display: none;
    }
.bussiness-level-settings .checkbox-label input:checked ~ .checkmark:after {
    display: block;
}
   .bussiness-level-settings .checkbox-label input:checked ~ .checkmark {
      background-color: #74B4FF;
      border: 2px solid #74B4FF;
   }
   
   .bussiness-level-settings select {
      height: 27px !important;
      font-weight: 400;
      font-size: 13px;
      color: #31344E;
   }
     
      .orange-clr {
         border-bottom: 2px solid #F8993A;
         padding-bottom: 16px;
         font-style: normal !important;
         font-weight: 600 !important;
         font-size: 18px !important;
         line-height: 18px !important;
         color: #F8993A !important;
         margin-bottom: -5px !important;
         margin-right: 8px !important;
         margin-left: 12px !important;
      }
#ConverttoNotifyModal .modal__container {
    max-width: 450px !important;
    width: 100% !important;
}
#ConverttoNotifyModal .modal__content,
#patch-reset-confirm .modal__content {
   margin: 22px 0;
}
#patch-confirmation-text p {
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin: 0px !important;
}
#btnSaveBusinessLevelSettings {
   margin-left: 0px !important;
}
.bussiness-level-settings .dropdown-item.close {
    display: none;
}
.generic-tags-wrap {
   margin: 8px 0 0 0;
   max-height: 150px;
   overflow: auto;
}

.generic-tag-item {
   padding: 3px 10px;
   border-radius: 18px;
   border: 1px solid #d1d1d1;
   background: #404043;
   display: inline-block;
   margin: 0 8px 8px 0;
   color: #ffffff;
   text-align: left;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

   .generic-tag-item svg {
      margin-left: 2px;
      margin-bottom: 1px;
      cursor: pointer;
   }
#main-tableVNRoom .table-container {
 height:calc(100vh - 320px) !important;
}
.loader-rotate.show{
  display:inline-block; 

}
.loader-rotate {
   width: 30px;
   height: 30px;
   position: relative;
   border: 2px solid;
   border-color: #fff transparent #fff transparent;
   border-radius: 50%;
   box-sizing: border-box;
   animation: 1s rotate-animation linear infinite;
   display: none;
}

   .loader-rotate:before, .loader-rotate:after {
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      border: 6px solid transparent;
      border-bottom-color: #fff;
      transform: translate(-6px, 12px) rotate(-35deg);
   }

   .loader-rotate:after {
      border-color: #fff transparent transparent transparent;
      transform: translate(19px, 2px) rotate(-35deg);
   }

@keyframes rotate-animation {
   100% {
      transform: rotate(360deg);
   }
}
.multiselect-wrapper {
   position: relative;
   width: 250px;
   border-radius:5px;
}
   .multiselect-wrapper.dropdown-white,
   .multiselect-wrapper.dropdown-white .options-container {
      background: #ffffff;
   }
   .multiselect-wrapper.dropdown-gray,
   .multiselect-wrapper.dropdown-gray.options-container {
      background: #C4C4C4;
   }
.multiselect-box {
   border: 1px solid #ccc;
   cursor: pointer;
   border-radius: 4px;
   min-height: 25px;
   max-height: 100px;
   overflow-y: auto;
}
.multiselect-box::after {
   content: "";
   background: url(images/arrow-down.png) no-repeat #C4C4C4 !important;
   position: absolute;
   width: 10px;
   height: 7px;
   right: 10px;
   top: 50%;
   margin-top: -3px;
}
.multiselect-wrapper.language-wrapper .multiselect-box::after {
    background: url(images/arrow-down.png) no-repeat !important;
}
.multiselect-wrapper.language-wrapper.open .multiselect-box::after {
    transform: rotate(180deg);
}
.multiselect-wrapper.language-wrapper .option input[type="checkbox"]:disabled + .multi-select-checkbox + .checkbox-value {
    color: #787B91 !important;
}
.multiselect-wrapper.language-wrapper .option input[type="checkbox"] + .multi-select-checkbox + .checkbox-value{
    color: #000 !important;
}
.multiselect-wrapper .selected-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #000000;
    padding: 1px 4px;
}
.multiselect-wrapper .selected-tag {
   border: 1px solid #7c7c80;
   background: #ffffff;
   display: flex;
   align-items: center;
   font-size: 12px;
   position: relative;
   padding: 0 5px 0 5px;
   border-radius: 4px;
}
   .multiselect-wrapper .selected-tag .remove-tag {
      padding: 0 12px 0 0;
      position: relative;
   }
   .multiselect-wrapper .selected-tag .remove-tag::after {
      content: "\2716";
      position: absolute;
      font-size: 11px;
      font-weight: 700;
      color: #7c7c80;
      right: 0px;
      top: -7px;
      font-family: Arial, sans-serif;
   }
.multiselect-wrapper .selected-values {
   display: flex;
   flex-wrap: wrap;
   gap: 4px;
   align-items: center;
}

.multiselect-wrapper .options-container {
   position: absolute;
   top: 32px;
   left: 0;
   right: 0;
   z-index: 99;
   border: 1px solid #ccc;
   display: none;
   border-radius: 4px;
   padding: 10px 0;
}
.multiselect-wrapper .placeholder-value {
   color: #404043;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   margin: 0;
   line-height: normal;
   padding: 1.5px 8px;
}
.multiselect-wrapper.open .options-container {
   display: block;
}

.multiselect-wrapper .search-input {
   min-width: 30px;
   width: calc(100% - 35px);
   border: none !important;
   border: 1px solid #888888;
   outline: none;
   font-size: 14px;
   box-sizing: border-box;
   background-color: #fff;
   padding: 2px 22px 2px 5px;
   flex: 1;
   height: 22px
}
   .multiselect-wrapper .search-input:focus {
      outline: none !important;
      border: none !important;
   }
.multiselect-wrapper .options-container .option {
   padding: 0px 10px;
   cursor: pointer;
   display: flex;
   align-items: center;
   color: #000000 !important;
   margin-bottom: 8px;
   font-size: 13px !important;
   font-weight: normal !important;
   font-stretch: normal;
   font-style: normal;
   line-height: normal !important;
   letter-spacing: normal;
}
   .multiselect-wrapper .options-container .option:last-child {
      margin-bottom: 0px;
   }

.multiselect-wrapper .option input[type="checkbox"] {
   display: none;
}

.multiselect-wrapper .multi-select-checkbox {
   width: 18px;
   height: 18px;
   border: 1.5px solid #000000;
   border-radius: 4px;
   margin-right: 10px;
   position: relative;
}

.multiselect-wrapper .option-list {
   max-height: 150px;
   overflow-y: auto;
}
.multiselect-wrapper .options-container .no-result {
   color: #777;
   background: #f4f4f4;
}
.multiselect-wrapper .option.cross input[type="checkbox"]:checked + .multi-select-checkbox::after {
   content: "\2716";
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 10px;
   font-weight: 700;
   color: #787B91;
   font-family: Arial, sans-serif;
   background: #D9D9D9;
   border-radius: 3px;
}
.option input[type="checkbox"]:checked + .multi-select-checkbox + .checkbox-value {
   color: #787B91;
}
.multiselect-wrapper .option.box input[type="checkbox"]:checked + .multi-select-checkbox::after {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   background: #31344E;
   margin: 0 auto;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#branchSettingsBody .setting-full tbody#main-container-tbody   {
  overflow:unset !important;
}
.language-setting-wrap .multiselect-wrapper
{
   margin-left: 2.5rem;
}
.language-setting-wrap .generic-selected-tag-wrap {
 margin-left:10px;
}
.generic-selected-tag-wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
   color: #000000;
   padding: 1px 4px;
}

.generic-selected-tag {
   border: 1px solid #7c7c80;
   background: #C4C4C4;
   display: flex;
   align-items: center;
   font-size: 12px;
   position: relative;
   padding: 0px 8px 0 8px;
   border-radius: 20px;
   color: #31344E;
}

   .generic-selected-tag .remove-tag {
      padding: 0 12px 0 0;
      position: relative;
      margin-left: 8px;
   }

.generic-selected-tag .remove-tag::after {
   content: "\2716";
   position: absolute;
   font-size: 11px;
   font-weight: 700;
   color: #7c7c80;
   right: 0px;
   top: -7px;
   font-family: Arial, sans-serif;
}
#roomAudioLanguageModal .modal__container {
    width: 570px;
    overflow: unset !important;
}
#roomAudioLanguageModal .modal__content {
    margin: 38px 0;
}
.video-call-option select{
    min-width:200px;
    max-width:200px;
}
@media screen and (max-width: 1600px) {
    .user-checkbox .checkmark {
                top: 5px;
            }

            .generic-report-page .report-table tr th {
                min-width: fit-content;
            }

            .generic-report-page .report-table tr td,
            .generic-report-page .report-table tr th {
                font-size: 15px;
            }

            .generic-report-page .report-table th.falldt,
            .generic-report-page .report-table td.falldt {
                min-width: fit-content !important;
            }

            .create-analysis-report-page .input-field.createdBy {
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .nurse-assignment-card.ui-card {
                min-height: unset;
                max-height: unset;
            }
        }

        @media screen and (max-width: 1400px) {
            #branchSettingsBody tbody tr td,
            .generic-custom-checkbox label {
                font-size: 14px;
            }

            .generic-custom-checkbox .checkmark,
            .generic-custom-checkbox input {
                right: 60px;
            }
        }
