/* Minification failed. Returning unminified contents.
(1742,46): run-time error CSS1046: Expect comma, found '0'
(1742,50): run-time error CSS1046: Expect comma, found '/'
(2008,35): run-time error CSS1046: Expect comma, found '0'
(2008,39): run-time error CSS1046: Expect comma, found '/'
(2008,64): run-time error CSS1046: Expect comma, found '0'
(2008,68): run-time error CSS1046: Expect comma, found '/'
(2053,36): run-time error CSS1046: Expect comma, found '0'
(2053,40): run-time error CSS1046: Expect comma, found '/'
 */
/* Fonts*/

@font-face {
    font-family: 'lato-light';
    src: url('/assets/fonts/lato/lato-light-webfont.eot');
    src: url('/assets/fonts/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/lato/lato-light-webfont.woff2') format('woff2'), url('/assets/fonts/lato/lato-light-webfont.woff') format('woff'), url('/assets/fonts/lato/lato-light-webfont.ttf') format('truetype'), url('/assets/fonts/lato/lato-light-webfont.svg#lato-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo-regular';
    src: url('/assets/fonts/museo/museo-regular-webfont.eot');
    src: url('/assets/fonts/museo/museo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/museo/museo-regular-webfont.woff2') format('woff2'), url('/assets/fonts/museo/museo-regular-webfont.woff') format('woff'), url('/assets/fonts/museo/museo-regular-webfont.ttf') format('truetype'), url('/assets/fonts/museo/museo-regular-webfont.svg#museo-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Top */

html.no-heading #heading {
    display: none;
}

body {
    background-color: #f5f5f5;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.45;
}

/* Common Classes */

.w-100 {
    width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.margin-x-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-y-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-t-none {
    margin-top: 0;
}

.margin-t-xs {
    margin-top: 4px;
}

.margin-t-sm {
    margin-top: 8.5px;
}

.margin-t-md {
    margin-top: 17px;
}

.margin-t-xl {
    margin-top: 34px;
}

.margin-t-lg {
    margin-top: 25.5px;
}

.margin-b-none {
    margin-bottom: 0;
}

.margin-b-es {
    margin-bottom: 4px;
}

.margin-b-sm {
    margin-bottom: 8.5px;
}

.margin-b-md {
    margin-bottom: 17px;
}

.margin-b-lg {
    margin-bottom: 25.5px;
}

.margin-b-xl {
    margin-bottom: 34px;
}

.margin-l-xs {
    margin-left: 4px !important;
}

.margin-l-sm {
    margin-left: 8.5px;
}

.margin-l-md {
    margin-left: 17px;
}

.margin-l-gs {
    margin-left: 8.5px;
}

.margin-r-sm {
    margin-right: 8.5px;
}

.margin-r-md {
    margin-right: 17px;
}

.margin-r-gs {
    margin-right: 8.5px;
}

.align-right {
    text-align: right;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-circle {
    border-radius: 100% !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-dr {
    color: #4fc1e9;
}

.inline-block {
    display: inline-block !important;
}

.btn-lr-color {
    background-color: #336bba !important;
    border-color: #336bba !important;
}

/* Controls */

input[type='text'].para-input {
    width: 120px;
    height: 21px;
    padding: 3px 6px;
    border-top: none;
    border-bottom: 1px solid #aab2bd;
    border-left: none;
    border-right: none;
    color: #4fc1e9;
    outline: none;
}

    input[type='text'].para-input.input-md {
        width: 240px;
    }

textarea.form-control {
    min-width: 100%;
    max-width: 100%;
}

/* Layout */

#nav {
    color: #fff;
}

    #nav a {
        color: #fff;
    }

    #nav .open a.dropdown-toggle {
        color: #fff;
    }

    #nav .nav-profile-pic {
        display: inline-block;
        width: 42px;
        height: 42px;
        border-radius: 50% !important;
        object-fit: cover;
    }

    #nav .nav-notification-count {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 100% !important;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background-color: red;
        position: absolute;
        top: 7px;
        right: 6px;
        font-size: small;
        line-height: 1.5em;
    }

    #nav .navbar-header {
        padding-top: 8px;
    }

        #nav .navbar-header img {
            width: 42px;
            height: 42px;
        }

    #nav #mainMenu ul.left-menu > li > a {
        margin-top: 8px;
        margin-bottom: 8px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 42px;
    }

#heading {
    margin: -17px -15px 17px -15px;
    padding: 13px 15px;
    background-color: #00c678;
}

    #heading h1 {
        margin: 0;
        color: #fff;
    }

#messageContainer {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
}

    #messageContainer .message.alert {
        min-width: 320px;
        padding: 8px 16px;
    }

        #messageContainer .message.alert.alert-dismissible .close {
            top: 0;
            right: 0;
        }

#busyOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    background-image: url('/assets/images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 8999;
}

    #busyOverlay.invisible {
        visibility: visible;
        opacity: 0;
    }

.optional-separator {
    width: auto;
    height: 1px;
    margin: 25px 0;
    position: relative;
    background-color: #aab2bd;
}

    .optional-separator > span {
        width: 40px;
        height: 20px;
        display: block;
        position: relative;
        top: -10px;
        left: calc(50% - 20px);
        text-align: center;
        line-height: 20px;
        background-color: white;
    }

div.checkbox, div.radio {
    position: static;
    top: 0;
    padding-left: 20px;
}

    div.checkbox input[type="checkbox"], div.radio input[type="radio"] {
        margin-top: 1px;
    }

    div.checkbox label, .radio label {
        padding-left: 0;
        position: static;
        top: 0;
    }

/* User Menu */

.nav-notification-count:hover {
    color: #fff !important;
    background-color: darkred !important;
}

#emailSubMenu {
    font-weight: 800;
    cursor: default;
}

    #emailSubMenu:hover {
        color: #444444 !important;
    }

.notificationItem {
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    padding: 10px;
}

/* Search & List Items */

#searchBar #searchResults {
    line-height: 31px;
}

#searchBar .search-reset {
    margin-left: 16px;
}

#searchPagination {
    overflow: hidden;
}

    #searchPagination .btn-group {
        float: right;
    }

    #searchPagination.search-pagination-dropdown label {
        margin: 0 4px 0 0;
    }

    #searchPagination.search-pagination-dropdown select {
        display: inline-block;
        vertical-align: middle;
    }

    #searchPagination.search-pagination-dropdown select {
        width: 72px;
        display: inline-block;
        vertical-align: middle;
    }

        #searchPagination.search-pagination-dropdown select.page-dropdown {
            margin: 0 4px;
        }

        #searchPagination.search-pagination-dropdown select.size-dropdown {
            margin-right: 16px;
        }

#searchActions .btn-group label {
    line-height: 31px;
}

#searchActions select {
    min-width: 120px;
}

th .caret {
    margin-left: 4px;
}

/* Forms and Edit */

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.panel.item-info .btn-group {
    width: 100%;
}

.field-validation-error {
    margin-top: 2px;
    display: block;
    font-size: 0.9em;
    color: red;
}

.text-validation-error {
    color: red;
}

#itemActions .btn {
    margin-right: 8px;
}

    #itemActions .btn:first-child {
        margin-right: 0;
    }

/* Call Queues */

html.portal-calls-index body {
    background-color: #fff;
}

.call-queue-widgets {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

    .call-queue-widgets .call-queue-widget-wrap {
        margin: 12.5px;
        flex: 0 0 345px;
    }

    .call-queue-widgets .call-queue-widget {
        padding: 0 7px 5px 7px;
        background-color: #ededed;
        box-shadow: 5px 5px 10px #ccc;
    }

        /* Widget Header */

        .call-queue-widgets .call-queue-widget .header {
            padding: 15px 4px;
            position: relative;
        }

        .call-queue-widgets .call-queue-widget .title {
            width: 80%;
            font-family: 'Museo-Regular';
            font-size: 22px;
            font-weight: normal;
            line-height: 22px;
            letter-spacing: normal;
            text-transform: uppercase;
            color: #000;
        }

        .call-queue-widgets .call-queue-widget .header a {
            height: 22px;
            position: absolute;
            top: 15px;
            text-align: right;
            color: #000;
        }

            .call-queue-widgets .call-queue-widget .header a > i {
                font-size: 20px;
                line-height: 22px;
            }

            .call-queue-widgets .call-queue-widget .header a.refresh {
                right: 4px;
            }

            .call-queue-widgets .call-queue-widget .header a.add {
                right: 62px;
            }

        /* Widget Body */

        .call-queue-widgets .call-queue-widget .body {
            height: 385px;
            overflow-y: auto;
            background-color: #fff;
        }

        .call-queue-widgets .call-queue-widget .inner-body {
            padding: 0 10px;
        }

        .call-queue-widgets .call-queue-widget .body::-webkit-scrollbar {
            width: 4px;
        }

        .call-queue-widgets .call-queue-widget .body::-webkit-scrollbar-track {
            background: #d7d7d7;
        }

        .call-queue-widgets .call-queue-widget .body::-webkit-scrollbar-thumb {
            background: #979797;
        }

        .call-queue-widgets .call-queue-widget .no-calls {
            line-height: 40px;
        }

        .call-queue-widgets .call-queue-widget .call-list {
        }

        /* Widget Item */

        .call-queue-widgets .call-queue-widget .widget-list .widget-item {
            padding: 7px 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            position: relative;
            clear: both;
            height: auto;
            min-height: 47px;
        }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item .color-code-dot {
                width: 11px;
                height: 11px;
                margin: auto;
                border-radius: 100% !important;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                background-color: #979797;
            }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item .description,
            .call-queue-widgets .call-queue-widget .widget-list .widget-item .caller-name {
                max-width: 250px;
                padding-left: 27px;
                font-size: 14px;
                line-height: normal;
                color: #000;
            }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item .long-description {
                max-width: 100%;
                padding: 0 10px;
                font-size: 14px;
                line-height: 34px;
                color: #000;
            }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item .caller-name {
                margin-top: 3px;
                font-size: 9px;
            }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item .order-label-name {
                margin-top: 3px;
                margin-left: 27px;
                font-size: 9px;
                padding: 4px 8px;
                background: #dfdfdf;
                display: inline-block;
                border-radius: 3px;
            }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item span.d2d-name {
                max-width: 90px;
                display: inline-block;
            }

                .call-queue-widgets .call-queue-widget .widget-list .widget-item span.d2d-name + span {
                    height: 29px;
                    margin: 0 16px;
                    display: inline-block;
                    overflow: hidden;
                    font-size: 29px;
                }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item .actions {
                height: 22px;
                margin: auto;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                text-align: right;
                cursor: default;
            }

            .call-queue-widgets .call-queue-widget .widget-list .widget-item + .widget-item {
                border-top: 1px solid #eee;
            }

        .call-queue-widgets .call-queue-widget .header .nav-pills a {
            height: auto !important;
            position: relative !important;
            top: initial !important;
            text-align: left !important;
            font-family: 'Museo-Regular';
            font-size: 22px;
            font-weight: normal;
            letter-spacing: normal;
            text-transform: uppercase;
            background-color: #ededed;
            border-radius: 0;
        }

            .call-queue-widgets .call-queue-widget .header .nav-pills a:hover {
                background-color: #ededed;
            }

        .call-queue-widgets .call-queue-widget .header .nav-pills .refresh {
            width: 25px !important;
            display: table-cell !important;
        }

.doctor-widget-img-div {
    width: 35px;
    height: 35px;
    float: left;
}

    .doctor-widget-img-div img {
        width: 35px;
        height: 35px;
        object-fit: cover;
        border-radius: 50% !important;
    }

.doctor-profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
}

    .doctor-profile-img.profile-img-small {
        width: 35px;
        height: 35px;
    }

.tab-color-hack {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ui-state-focus {
    background: none !important;
    background-color: #dfdfdf !important;
    color: #333 !important;
    border: none !important;
}

.ui-menu img {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    object-fit: cover;
}

.ui-menu span.name {
    padding-left: 5px;
    font-size: 14px;
}

.modal-open .ui-datepicker {
    z-index: 2000 !important
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    #nav a {
        margin-left: 15px;
    }
}

/* Colour Coding */

.call-queue-widgets .call-queue-widget .call-list .call-item.connection-status-2 .color-code-dot {
    background-color: #ffb521;
}

.call-queue-widgets .call-queue-widget .call-list .call-item.connection-status-3 .color-code-dot {
    background-color: #ff2b06;
}

.call-queue-widgets .call-queue-widget .call-list .call-item.connection-status-4 .color-code-dot {
    background-color: #00fa30;
}

/* Labeling */

.call-queue-widgets .call-queue-widget .call-list .call-item.label-4 {
}

    .call-queue-widgets .call-queue-widget .call-list .call-item.label-4 .color-code-dot {
        /*display: none;*/
    }

    .call-queue-widgets .call-queue-widget .call-list .call-item.label-4 .description,
    .call-queue-widgets .call-queue-widget .call-list .call-item.label-4 .caller-name {
        /*padding-left: 0;*/
    }

.call-queue-widgets .call-queue-widget .call-list .call-item.label-7 {
}

    .call-queue-widgets .call-queue-widget .call-list .call-item.label-7 .color-code-dot {
        display: none;
    }

    .call-queue-widgets .call-queue-widget .call-list .call-item.label-7 .description {
        padding-left: 0;
        line-height: 29px;
    }

    .call-queue-widgets .call-queue-widget .call-list .call-item.label-7 .caller-name {
        display: none;
    }

/* Doctor List */

.call-queue-widgets .call-queue-widget .doctor-list .doctor-item .sorting-icon {
    height: 20px;
    position: absolute;
    bottom: 3px;
    left: 19px;
}

.call-queue-widgets .call-queue-widget .doctor-list .doctor-item .description {
    padding-left: 5px;
    text-transform: capitalize;
}

.call-queue-widgets .call-queue-widget .doctor-list .doctor-item .doctor-widget-online-time small {
    text-transform: lowercase;
}

.call-queue-widgets .call-queue-widget .doctor-list .doctor-item .primary-specialtyl {
    text-transform: capitalize;
}

.call-queue-widgets .call-queue-widget .doctor-list .doctor-item .actions i.icon.icon-alt {
    font-style: normal;
    color: white;
}

/* Other */

.call-queue-widgets .call-queue-widget .btn-call {
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 100% !important;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    color: #fff;
    background-color: #51575b;
}

    .call-queue-widgets .call-queue-widget .btn-call:hover {
        opacity: 0.8;
    }

    .call-queue-widgets .call-queue-widget .btn-call > i {
        display: inline;
        font-size: 10px;
        line-height: 23px;
    }

    .call-queue-widgets .call-queue-widget .btn-call.btn-answer {
        background-color: #00c678;
    }

    .call-queue-widgets .call-queue-widget .btn-call.btn-forward {
        background-color: #00c1fd;
    }

        .call-queue-widgets .call-queue-widget .btn-call.btn-forward > i {
            margin-left: 1.5px;
        }

    .call-queue-widgets .call-queue-widget .btn-call.btn-remove {
        width: 10px;
        height: 10px;
        vertical-align: top;
        font-size: 6px;
    }

        .call-queue-widgets .call-queue-widget .btn-call.btn-remove > i {
            line-height: 10px;
        }

    .call-queue-widgets .call-queue-widget .btn-call + .btn-call {
        margin-left: 8px;
    }

/* Job-board Widget */

/* START */
#jobBoard a.list-group-item > footer {
    font-size: 11px;
    margin-top: 3px;
    text-align: right;
}

#jobBoard .list-group-footer-item {
    font-size: 10px;
    margin-top: 3px;
    color: #fff;
    background-color: #336bba;
    padding: 3px 8px;
    display: inline-block;
    width: fit-content;
    border-radius: 25px;
    margin-right: 5px;
}

    #jobBoard .list-group-footer-item.blue-item {
        background-color: #336bba;
    }

/* END */

#dcImages img.dc-upload-image {
    max-width: 200px;
    height: 100px;
    margin-bottom: 7.5px;
    border-radius: 5px;
}

    #dcImages img.dc-upload-image + .dc-upload-image {
        margin-left: 7.5px;
    }

#groupCallInviteesTable tr td:last-child {
    width: 60%;
    vertical-align: middle;
}

    #groupCallInviteesTable tr td:last-child > span {
        line-height: 25px;
    }

#groupCallInviteesTable .btn-remove {
    height: 25px;
    float: right;
}

#inviteGroupCallModal .previous-invitee {
    max-width: 280px;
    height: auto;
    margin-right: 4px;
    margin-bottom: 6px;
    padding: 4px 6px;
    border-radius: 15px;
    display: inline-block;
}

/* Live Call */

#videoFeeds {
    width: 100%;
    height: 480px;
    margin: 0 auto;
    position: relative;
    background-color: black;
}

#subscriber {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
}

#publisher {
    width: 80px;
    height: 60px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dl-horizontal dt {
    text-align: left;
}

#subscriber video {
    top: -22px !important;
}

.video-panel {
    max-width: 640px;
    margin: 0 auto;
}

.panel-heading .glyphicon {
    margin-right: 8px;
}

.panel-heading.read {
    background-color: #8cc152;
}

    .panel-heading.read .glyphicon {
        /*display: none;*/
        cursor: pointer;
    }

.panel-heading.unread {
    background-color: #da4453;
}

    .panel-heading.unread .glyphicon {
        cursor: pointer;
    }

.panel-heading .mark-read-eye {
    background-image: url("/Assets/Images/mark-read-eye.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

#timerBox {
    position: relative;
    overflow: visible;
}

#timer {
    width: 200px;
    height: 48px;
    position: absolute;
    top: -58px;
    left: calc(50% - 100px);
    line-height: 48px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

    #timer.ok {
        background-color: #8cc152;
    }

    #timer.caution {
        background-color: #f0a428;
    }

    #timer.finish {
        background-color: #da4453;
    }

.portal-call-doctor #timerBox #timer {
    top: 0;
    z-index: 9;
}

#statusMessage {
    text-align: center;
}

.insert-text {
    /*display: block;*/
    margin-bottom: 5px;
}

.form-group .insert-text:last-child {
    margin-bottom: 0;
}

.form-group.margin-b-none .insert-text:last-child {
    margin-bottom: 17px;
}

.hover-box {
    min-width: 40%;
    max-width: 60%;
    position: absolute;
    background-color: #fff;
    display: none;
    z-index: 3;
}

    .hover-box .panel {
        margin-bottom: 0;
    }

.taglist {
    max-height: 100px;
    overflow: auto;
}

li.medical-item span {
    display: block;
}

/* Review */

html.portal-calls-review .video-container video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* Users */

.user-online-status {
    width: 14px;
    height: 14px;
    border-radius: 50% !important;
    display: inline-block;
    cursor: pointer;
}

    .user-online-status.user-online-status-online {
        background-color: green;
    }

    .user-online-status.user-online-status-offline {
        background-color: red;
    }

    .user-online-status.user-online-status-unknown {
        background-color: lightgrey;
    }

#basicTab .thumbnail, #basicTab .thumbnail > img {
    max-width: 200px;
}

#documentTab .document-upload {
    position: relative;
    overflow: hidden;
}

    #documentTab .document-upload input.profile-document-upload, .document-upload input.profile-form-upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

#customiseTab #Doctor_Customisation_ShortDescription .tox-tinymce {
    width: 100%;
    min-height: calc(100% - 41px);
    max-height: calc(100% - 41px);
}

/* Modals */

#welcomeModal .modal-dialog,
#incompleteCallModal .modal-dialog,
#speedTestModal .modal-dialog {
    width: 678px;
}

#welcomeModal .modal-header,
#incompleteCallModal .modal-header,
#speedTestModal .modal-header {
    height: 53px;
    background-color: #5CC2E8;
}

    #welcomeModal .modal-header .modal-title,
    #incompleteCallModal .modal-header .modal-title,
    #speedTestModal .modal-header .modal-title {
        font-family: 'Museo-Regular';
        font-size: 20px;
        text-align: center;
        color: #ffffff;
    }

#welcomeModal .modal-body,
#incompleteCallModal .modal-body,
#speedTestModal .modal-body {
    padding-top: 36px;
    text-align: center;
}

    #welcomeModal .modal-body > .wifi-icon,
    #incompleteCallModal .modal-body > .incomplete-icon,
    #speedTestModal .modal-body > .wifi-icon {
        height: 86px;
        margin-bottom: 28px;
        overflow: hidden;
    }

        #welcomeModal .modal-body > .wifi-icon i,
        #incompleteCallModal .modal-body > .incomplete-icon i,
        #speedTestModal .modal-body > .wifi-icon i {
            margin-top: -40px;
            font-size: 120px;
            display: inline-block;
        }

    #welcomeModal .modal-body > p,
    #incompleteCallModal .modal-body > p,
    #speedTestModal .modal-body > p {
        width: 500px;
        margin: 0;
        display: inline-block;
        font-size: 20px;
        line-height: 1.3;
        color: #000000;
    }

#welcomeModal .modal-footer,
#incompleteCallModal .modal-footer,
#speedTestModal .modal-footer {
    padding: 36px 0;
}

    #welcomeModal .modal-footer button,
    #incompleteCallModal .modal-footer a,
    #speedTestModal .modal-footer button {
        margin: 0 auto;
        display: block;
    }

        #welcomeModal .modal-footer button:hover,
        #incompleteCallModal .modal-footer a:hover,
        #speedTestModal .modal-footer button:hover {
            opacity: 0.8;
        }

        #welcomeModal .modal-footer button + button,
        #incompleteCallModal .modal-footer a + button,
        #speedTestModal .modal-footer button + button {
            margin-top: 14px;
        }

    #welcomeModal .modal-footer .btn-primary,
    #incompleteCallModal .modal-footer .btn-primary,
    #speedTestModal .modal-footer .btn-primary {
        width: 242px;
        height: 43px;
        border-color: #5CC2E8;
        border-radius: 6px !important;
        background-color: #5CC2E8;
        font-size: 20px;
        color: #ffffff;
    }

    #welcomeModal .modal-footer .btn-default,
    #incompleteCallModal .modal-footer .btn-default,
    #speedTestModal .modal-footer .btn-default {
        width: 113px;
        height: 43px;
        border-color: #000000 !important;
        border-radius: 6px !important;
        background-color: #ffffff;
        font-size: 20px;
        color: #000000;
    }


/* 3rd Party */

.bootstrap-datetimepicker-widget.dropdown-menu {
    color: #fff;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    display: block;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    color: #434a54;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    color: #434a54;
}

.bootstrap-datetimepicker-widget table td.day.old:hover {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td span:hover {
    color: #434a54;
}


/* Custom menu option */

/* Hide the pending calls*/
.connection-status-2.label-2, .doctor-call-status-1.label-2, .doctor-call-status-1.label-9 {
    display: none;
}

.label-9.doctor-call-status-1 .color-code-dot {
    background-color: #ffb521 !important; /* yellow */
}

.label-9.doctor-call-status-2 .color-code-dot {
    background-color: #00fa30 !important; /* green */
}

.label-9.doctor-call-status-3 .color-code-dot {
    background-color: #00fa30 !important;
}

.label-9.doctor-call-status-4 .color-code-dot {
    background-color: #00fa30 !important;
}

.doctor-call-status-1.label-2 .color-code-dot {
    background-color: #ffb521 !important; /* yellow */
}

.doctor-call-status-2.label-2 .color-code-dot {
    background-color: #00fa30 !important; /* green */
}

.doctor-call-status-3.label-2 .color-code-dot {
    background-color: #00fa30 !important; /* green */
}

.pending-call-count {
    position: absolute;
    color: #5CC2E8;
    font-size: 12px;
    font-weight: 800;
    top: 5px;
    right: 5px;
    width: 17px;
    height: 17px;
    border-radius: 25px !important;
    background-color: #fff;
    text-align: center;
}

.widget-search-toggle-btn {
    width: 40px;
    display: table-cell !important;
}

.searchField {
    background-color: #ededed;
}

.search-bar {
    width: 100%;
    border-radius: 25px !important;
    border: none;
    padding: 5px 35px 5px 15px;
    margin-bottom: 10px;
    outline: none;
}

.search-bar-btn {
    margin-left: -35px;
    font-size: medium;
    color: #ddd;
    border: 0;
    -webkit-appearance: none;
}

    .search-bar-btn:hover {
        color: #666;
    }

/* Timeout Overlay */

html.offline-overlay body {
    overflow: hidden !important;
}

html.offline-overlay #main {
    filter: blur(10px) !important;
    -webkit-filter: blur(10px) !important;
}

html.offline-overlay #nav {
    display: none !important;
}

.timeout-body {
    color: #333;
}

.timeout-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    background-color: rgb(241,241,241);
    /*background-color: rgba(241,241,241, 0.9);*/
    overflow-x: hidden;
    transition: 0.5s;
}

.timeout-body .timeout-overlay-inputs {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.timeout-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

input.t {
    float: none !important;
}

    input.t.i-error {
        border-color: red;
    }

input[type=number].t::-webkit-inner-spin-button,
input[type=number].t::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].t {
    width: 60px !important;
    height: 60px;
    font-size: xx-large;
    text-align: center;
    -webkit-text-security: disc;
    -moz-appearance: textfield;
}

    input[type=number].t:not(:first-child) {
        margin-left: 25px;
    }

#timeoutCover .timeout-body {
    width: 40%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    #timeoutCover .timeout-body {
        width: 90%;
    }
}

/* Auto Complete */

.ui-widget-content {
    background: white !important;
}

.ui-menu .ui-menu-item.ui-state-focus {
    margin: 0 !important;
    border: none !important;
    font-weight: normal !important;
    color: #fff !important;
    background: #5CC2E8 !important;
}

.ui-menu .ui-menu-item.doctor-ac-item {
    padding: 6px 12px;
}

    .ui-menu .ui-menu-item.doctor-ac-item a {
        display: flex;
    }

    .ui-menu .ui-menu-item.doctor-ac-item img {
        width: 64px;
        height: 64px;
        margin-right: 16px;
        border-radius: 100%;
    }

    .ui-menu .ui-menu-item.doctor-ac-item .doctor-ac-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .ui-menu .ui-menu-item.doctor-ac-item .doctor-ac-text span {
            display: block;
        }

            .ui-menu .ui-menu-item.doctor-ac-item .doctor-ac-text span:first-child {
                font-weight: bold;
            }

.ui-autocomplete-loading {
    background: url('/Assets/Images/system-check-loading.gif') no-repeat 218px 2px;
    background-position-x: right;
    background-size: 21px 21px;
    background-color: #fff;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    max-height: 620px;
    overflow-y: auto;
}

/* Webinar - Item */
html.portal-conferences-item .invitee-item {
    padding: 6px 0;
}

    html.portal-conferences-item .invitee-item .invitee-picture {
        width: 64px;
        height: 64px;
        margin: 0 16px;
        border-radius: 100%;
    }

    html.portal-conferences-item .invitee-item .invitee-name {
        width: 60%;
        display: inline-block;
    }

    html.portal-conferences-item .invitee-item + .invitee-item {
        border-top: 1px solid #ccc;
    }

/* Email - Compose */

html.portal-email-compose .recipient-item {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 8px;
    border: 1px solid #e6e9ed;
    border-radius: 2em;
    background-color: #e6e9ed;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}

    html.portal-email-compose .recipient-item:hover {
        background-color: white;
    }

    html.portal-email-compose .recipient-item .recipient-picture {
        width: 24px;
        height: 24px;
        margin: 0 8px;
        border-radius: 100%;
    }

    html.portal-email-compose .recipient-item .recipient-name {
        display: inline-block;
    }

    html.portal-email-compose .recipient-item .recipient-remove {
        vertical-align: middle;
    }

/* Coupon Popup */

#advCouponModal li.progress-step {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    border-radius: 2em;
    background: dodgerblue;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}

    #advCouponModal li.progress-step::before {
        content: '';
        position: absolute;
        top: 1.5em;
        left: -2.27em;
        width: 2.3em;
        height: .2em;
        background: dodgerblue;
        z-index: 0;
    }


    #advCouponModal li.progress-step:first-child::before {
        display: none;
    }

#advCouponModal .active {
    background: dodgerblue;
}

    #advCouponModal .active ~ li.progress-step {
        background: lightblue;
    }

        #advCouponModal .active ~ li.progress-step::before {
            background: lightblue;
        }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #333;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background: #3bafda;
    border: 1px solid #5CC2E8;
}

@media (max-width: 767px) {
    #createCouponModal .or-separator label {
        display: none;
    }

    #createCouponModal .flyer-buttons {
        margin-bottom: 8.5px;
        text-align: right;
    }
}

/* Chatroom */

#messengerModal #chat-wrap {
    height: 45vh;
    overflow-y: scroll;
}

#messengerModal .chat-time, #messengerModal .chat-message, #messengerModal .chat-avatar {
    display: inline-block;
}

#messengerModal .chat-message {
    max-width: 70%;
}

#messengerModal .chat-row {
    margin-bottom: 10px;
}

    #messengerModal .chat-row.text-left .chat-message p {
        background-color: #888;
        color: #fff;
        line-height: 25px;
        padding: 8px 13px;
        border-radius: 25px;
        border-top-left-radius: 5px;
    }

    #messengerModal .chat-row.text-right .chat-message p {
        background-color: #5CC2E8;
        color: #fff;
        line-height: 25px;
        padding: 8px 13px;
        border-radius: 25px;
        border-top-right-radius: 5px;
    }

#messengerModal .chat-time {
    font-size: 10px;
    color: #666;
    vertical-align: bottom;
}

#messengerModal .chat-row .chat-avatar {
    width: 45px;
    height: 45px;
    margin: 0px 5px;
}

    #messengerModal .chat-row .chat-avatar img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        border-radius: 50% !important;
    }

/* Tables */

.row-danger {
    background-color: #f2dede !important;
}

.row-warning {
    background-color: #faebcc !important;
}

.row-info {
    background-color: #d9edf7 !important;
}

/* LayoutBasicLogoOnly */

#navToolCollapseButton {
    border-color: white;
    background-color: white;
}

li.nav-tool-item > a img {
    height: 36px;
}

li.nav-tool-item > a span {
    padding-left: 7.5px;
}

@media (min-width: 767px) {
    li.nav-tool-item > a {
        margin-right: 15px;
        padding: 7px 0px;
    }

        li.nav-tool-item > a span {
            display: none;
        }
}

/* PIN Download Modal */

.pin-download .pd-pin-input {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 24px;
}

    .pin-download .pd-pin-input.input-validation-error {
        border-color: red;
    }

/* Starter Layout */

html.starter-portal #nav #mainMenu ul.user-menu li.dropdown.open ul.dropdown-menu {
    right: 15px;
}

@media only screen and (max-width:767px) {
    html.starter-portal #nav .navbar-toggle {
        display: none;
    }

    html.starter-portal #nav .navbar-header {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        float: left;
    }

    html.starter-portal #nav #mainMenu {
        margin: 0;
        border-width: 0 !important;
        display: block !important;
        float: right;
    }

        html.starter-portal #nav #mainMenu .navbar-nav > li > a:hover,
        html.starter-portal #nav #mainMenu .navbar-nav > li > a:focus {
            background-color: unset;
        }

        html.starter-portal #nav #mainMenu ul.left-menu {
            margin: 0;
        }

            html.starter-portal #nav #mainMenu ul.left-menu > li > a {
                margin: 15px;
                padding: 0;
                line-height: 42px;
            }

        html.starter-portal #nav #mainMenu ul.user-menu {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0;
            float: right;
        }

            html.starter-portal #nav #mainMenu ul.user-menu li a.dropdown-toggle {
                padding: 15px 0 !important;
            }

            html.starter-portal #nav #mainMenu ul.user-menu ul.dropdown-menu li {
                padding: 5px 0;
            }

            html.starter-portal #nav #mainMenu ul.user-menu li.dropdown.open ul.dropdown-menu {
                position: absolute;
                background-color: #fff;
                left: -115px;
                right: auto;
                box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            }
}

/* Dasboard Calendar */

html.portal-calls-index #calendarWidget .header .refresh {
    display: none;
}

html.portal-calls-index #doctorCalendar .fc-toolbar.fc-header-toolbar {
    margin: 1em;
}

    html.portal-calls-index #doctorCalendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
        font-size: 1em;
        font-weight: bold;
    }

    html.portal-calls-index #doctorCalendar .fc-toolbar.fc-header-toolbar .fc-button-group > .fc-button {
        font-size: 0.9em;
    }

html.portal-calls-index #doctorCalendar .fc-event {
    cursor: pointer;
}

html.portal-calls-index #calSlotDisplay .panel {
    margin: 0;
    overflow: hidden;
}

    html.portal-calls-index #calSlotDisplay .panel + .panel {
        margin-top: 8px;
    }

    html.portal-calls-index #calSlotDisplay .panel.selected .panel-body {
        padding: 10px;
        border: 5px solid #ffce54;
    }

html.portal-calls-index #calCallDisplay {
    padding: 0 15px;
}

    html.portal-calls-index #calCallDisplay .cal-slot-call {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 4px;
        background: white;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        cursor: pointer;
    }

        html.portal-calls-index #calCallDisplay .cal-slot-call:hover {
            background: #e6e9ed;
        }

        html.portal-calls-index #calCallDisplay .cal-slot-call + .cal-slot-call {
            margin-top: 8px;
        }

/* Fax */

html.portal-fax-index .badge-mention {
    font-size: inherit !important;
    font-weight: normal;
}

/* Inbox */

html.portal-inbox-index tr.im-read td {
    background-color: #f9f9f9;
}

html.portal-inbox-index tr.im-unread td {
    font-weight: bold;
}

html.portal-inbox-index #messageSendModal #messageRecipients {
    margin-bottom: -8px;
}

    html.portal-inbox-index #messageSendModal #messageRecipients .recipient-item {
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 4px 8px;
        border: 1px solid #ccc;
        border-radius: 2em;
        background-color: white;
        line-height: 24px;
        display: inline-block;
        cursor: pointer;
    }

        html.portal-inbox-index #messageSendModal #messageRecipients .recipient-item .recipient-picture {
            width: 24px;
            height: 24px;
            margin: 0 8px;
            border-radius: 100%;
        }

        html.portal-inbox-index #messageSendModal #messageRecipients .recipient-item .recipient-name {
            display: inline-block;
        }

        html.portal-inbox-index #messageSendModal #messageRecipients .recipient-item .recipient-remove {
            vertical-align: middle;
        }

html.inbox-message-view #imDetails .im-data-row {
    overflow: hidden;
}

    html.inbox-message-view #imDetails .im-data-row label {
        width: 128px;
        margin: 0;
        float: left;
    }

    html.inbox-message-view #imDetails .im-data-row div {
        margin: 0;
        float: left;
    }

    html.inbox-message-view #imDetails .im-data-row + .im-data-row {
        margin-top: 4px;
    }

html.inbox-message-view #imContent .im-body {
    min-height: 120px;
}

html.inbox-message-view .im-user-info {
    vertical-align: middle;
}

    html.inbox-message-view .im-user-info img {
        width: 32px;
        height: 32px;
        margin-right: 8.5px;
        border-radius: 100%;
    }

html.inbox-message-view #imDirect .im-direct-message + .im-direct-message {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #eeeeee;
}

html.inbox-message-view #imDirect .im-dm-attachment + .im-dm-attachment {
    margin-top: 8.5px;
}

/* Quiz */

.quiz-item {
    font-size: 1.25em;
}

    .quiz-item + .quiz-item {
        margin-top: 16px;
    }

    .quiz-item .quiz-item-title {
        font-weight: bold;
        overflow: hidden;
    }

    .quiz-item .quiz-item-title-number {
        width: 32px;
        float: left;
    }

    .quiz-item .quiz-item-title-text {
        width: calc(100% - 32px);
        float: left;
    }

    .quiz-item .quiz-item-options {
        margin-top: 16px;
        margin-left: 32px;
    }

    .quiz-item .quiz-item-option {
        max-width: 480px;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
    }

        .quiz-item .quiz-item-option:hover {
            background-color: #eee;
        }

        .quiz-item .quiz-item-option:active {
            background-color: #bbb;
        }

        .quiz-item .quiz-item-option + .quiz-item-option {
            margin-top: 16px;
        }

    /*.quiz-item .quiz-item-option-number {
        width: 32px;
        float: left;
    }*/

    .quiz-item .quiz-item-option-text {
        /*width: calc(100% - 32px);*/
        float: left;
    }

.quiz.quiz-linear .quiz-item {
    display: none;
}

    .quiz.quiz-linear .quiz-item.current-item {
        display: block;
    }

.quiz-timer {
    width: 280px;
    margin: auto;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5em;
    font-family: monospace;
    font-weight: bold;
    background: white;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 999;
}

/* Subscription Plans */

html.portal-subscriptions-plans #heading {
    display: none;
}

html.portal-subscriptions-plans #spPlanSection,
html.portal-subscriptions-plans #spPaymentSection {
    height: 720px;
    padding: 35px 15px;
    position: relative;
}

html.portal-subscriptions-plans h2.sp-section-title {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
}

html.portal-subscriptions-plans #spViewContent input.form-control {
    height: auto;
    padding: 10.5px;
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    font-size: 14px;
    line-height: normal;
}

    html.portal-subscriptions-plans #spViewContent input.form-control:focus {
        outline: 0;
        border-color: hsla(210, 96%, 45%, 50%);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    }

html.portal-subscriptions-plans #spViewContent .btn {
    height: auto;
    padding: 10.5px 20px;
    font-size: 14px;
    line-height: normal;
}

html.portal-subscriptions-plans hr {
    border-color: #aab2bd;
}

html.portal-subscriptions-plans #spPlans {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

html.portal-subscriptions-plans .sp-plan {
    width: 280px;
    padding: 15px;
    border: 1px solid #aab2bd;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: default;
}

    html.portal-subscriptions-plans .sp-plan:hover,
    html.portal-subscriptions-plans .sp-plan.selected {
        border-color: #4fc1e9;
        box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    }

    html.portal-subscriptions-plans .sp-plan .sp-plan-header {
        margin: 0 -15px 20px -15px;
        padding: 10px 15px 20px 15px;
        border-bottom: 1px solid #aab2bd;
        font-size: 24px;
        line-height: normal;
    }

    html.portal-subscriptions-plans .sp-plan .sp-plan-title {
        margin: 0;
        font-weight: bold;
    }

    html.portal-subscriptions-plans .sp-plan .sp-plan-price {
        margin: 0;
        font-weight: normal;
    }

        html.portal-subscriptions-plans .sp-plan .sp-plan-price .sp-plan-period {
            font-size: 14px;
        }

    html.portal-subscriptions-plans .sp-plan ul.sp-plan-features {
        height: 372px;
        margin: 0;
        padding-left: 0;
        list-style-type: none;
    }

        html.portal-subscriptions-plans .sp-plan ul.sp-plan-features li > .glyphicon {
            margin-right: 6px;
            top: 3px;
            font-size: 16px;
        }

        html.portal-subscriptions-plans .sp-plan ul.sp-plan-features li + li {
            margin-top: 10px;
        }

html.portal-subscriptions-plans #spPaymentContainer {
    display: flex;
    gap: 35px;
}

html.portal-subscriptions-plans #spPlanSummary .sp-plan {
    border: 1px solid #aab2bd !important;
    box-shadow: none !important;
}

html.portal-subscriptions-plans #spPlanSummary .sp-plan-price-discounted {
    text-decoration: line-through;
}

html.portal-subscriptions-plans #spPlanPayment {
    flex: 1;
}

    html.portal-subscriptions-plans #spPlanPayment h3 {
        margin-bottom: 34px;
    }

    html.portal-subscriptions-plans #spPlanPayment hr {
        margin-top: 34px;
        margin-bottom: 34px;
    }

html.portal-subscriptions-plans #spCouponSetup {
    margin-bottom: 17px;
    display: flex;
}

html.portal-subscriptions-plans #spCouponInput {
    width: 200px;
    margin-right: 10px;
}

html.portal-subscriptions-plans #spCouponResult {
    font-size: 14px;
}

/* Subscription Manage */

html.portal-subscriptions-manage .sm-subscription {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    html.portal-subscriptions-manage .sm-subscription .sm-plan-price.sm-plan-price-discounted {
        text-decoration: line-through;
    }

    html.portal-subscriptions-manage .sm-subscription + .sm-subscription {
        margin-top: 15px;
    }

html.portal-subscriptions-manage #smSuccessNumber {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Task Widget */

#helpRequestTaskBoard {
    padding: 5px;
}

    #helpRequestTaskBoard .pt-task {
        padding: 6px;
        position: relative;
        color: #777777;
        cursor: pointer;
        display: flex;
        background-color: #e6e9ed;
        margin-bottom: 5px;
        border-radius: 5px;
    }

        #helpRequestTaskBoard .pt-task.ptHold {
            color: #fff !important;
            background-color: #8cc152 !important;
        }

        #helpRequestTaskBoard .pt-task.ptLocked {
            color: #fff !important;
            background-color: #f6bb42 !important;
        }

        #helpRequestTaskBoard .pt-task .pt-task-body {
            width: 100%;
        }

        #helpRequestTaskBoard .pt-task .pt-task-body-priority {
            display: inline-block;
            width: 23px;
            height: 23px;
            border-radius: 50%;
            margin-right: 5px;
            text-align: center;
            line-height: 23px;
            font-weight: 600;
        }

            #helpRequestTaskBoard .pt-task .pt-task-body-priority.pt-task-priority-low {
                background-color: #808080;
                color: #fff;
            }

            #helpRequestTaskBoard .pt-task .pt-task-body-priority.pt-task-priority-normal {
                background-color: #fff;
                color: #777777 !important;
            }

            #helpRequestTaskBoard .pt-task .pt-task-body-priority.pt-task-priority-high {
                background-color: red;
                color: #fff;
            }

        #helpRequestTaskBoard .pt-task .pt-task-body-description {
            display: inline-block;
            width: calc(100% - 28px);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: calc(100% - 28px);
        }

        #helpRequestTaskBoard .pt-task .pt-task-body-bottom {
            font-size: 11px;
        }

        #helpRequestTaskBoard .pt-task .pt-task-body-holder {
            display: inline-block;
            width: 65%;
            text-align: left;
        }

        #helpRequestTaskBoard .pt-task .pt-task-body-time {
            display: inline-block;
            width: 35%;
            text-align: right;
        }

/* Task Widget - Popup note section */

#ptHelpTaskModal .pt-modal-note-section {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #aab2bd;
}

#ptHelpTaskModal .pt-modal-note-container {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

    #ptHelpTaskModal .pt-modal-note-container .pt-support-note {
        margin-top: 8px;
        padding: 8px;
        border-radius: 5px;
        background-color: #e6e9ed;
    }

        #ptHelpTaskModal .pt-modal-note-container .pt-support-note:first-child {
            margin-top: 16px;
        }

    #ptHelpTaskModal .pt-modal-note-container .pt-support-note-header {
        margin-bottom: 4px;
        display: flex;
        justify-content: space-between;
    }

        #ptHelpTaskModal .pt-modal-note-container .pt-support-note-header > span:first-child {
            font-weight: bold;
        }

/* Support Records */

#saItems td {
    vertical-align: middle;
}

/* Other */

.payout-summary-content {
    display: flex;
    justify-content: center;
}

.payout-summary {
    font-size: 15px;
}

    .payout-summary label {
        width: 80px;
        display: inline-block;
    }

        .payout-summary label + span {
            width: 120px;
            display: inline-block;
            text-align: right;
        }

