.new-style .button.secondary-button,
.new-style .button.primary-button {
    border-radius: 5px;
    border: 1px solid #284f88;
    color: #fff;
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    min-width: 75px;
    padding: 0 15px;
    transition: background-color 0.3s ease-in-out;
    vertical-align: top;
}

    .new-style .button.secondary-button:disabled,
    .new-style .button.primary-button:disabled,
    .new-style .button.secondary-button:hover:disabled,
    .new-style .button.primary-button:hover:disabled {
        background-color: #d8d8d8;
        border-color: #d8d8d8;
        color: #474747;
        cursor: not-allowed;
    }

.new-style .button.primary-button {
    background-color: #284f88;
}

    .new-style .button.primary-button:hover {
        background-color: #224474;
    }

.new-style .button.secondary-button {
    background-color: #fff;
    color: #284f88;
    margin-right: 5px;
}

    .new-style .button.secondary-button:hover {
        background-color: #f2f2f2;
    }

.new-style .button.message-center-button {
    color: #fff;
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    padding-right: 30px;
}

i.icon-hha-angle-right.message-center-icon {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: -20px;
    margin-top: 1px;
    position: absolute;
}

.notes-actions-buttons-container {
    width: 100%;
}

.notes-actions-buttons {
    padding: 10px 0;
    text-align: left;
}

    .notes-actions-buttons.right {
        text-align: right;
    }

.button-container,
.button-group-container {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

    .button-container.sort-by,
    .button-group-container.sort-by {
        margin-right: 10px;
    }

    .button-container .filter-label,
    .button-group-container .filter-label {
        color: #474747;
        display: inline-block;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
        margin: 0;
        margin-right: 5px;
        vertical-align: top;
    }

        .button-container .filter-label.pagination,
        .button-group-container .filter-label.pagination {
            border-radius: 0;
            border-right: 1px solid #474747;
            height: 24px;
            line-height: 24px;
            padding-right: 5px;
        }

    .button-group-container.pagination {
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        height: 24px;
        line-height: 24px;
        margin: 4px 0;
    }

ul.show,
ul.show-buttons,
ul.sort-by {
    font-size: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    ul.show li,
    ul.show-buttons li,
    ul.sort-by li {
        background-color: #fff;
        border: 1px solid #474747;
        box-sizing: content-box;
        color: #474747;
        cursor: pointer;
        display: inline-block;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        padding: 0 13px 0 30px;
        position: relative;
        text-align: center;
        transition: background-color 0.3s ease-in-out;
    }

        ul.show li:hover,
        ul.show-buttons li:hover,
        ul.sort-by li:hover {
            background-color: #f2f2f2;
        }

        ul.show li.selected,
        ul.show-buttons li.selected,
        ul.sort-by li.selected,
        ul.show li.selected:hover,
        ul.show-buttons li.selected:hover,
        ul.sort-by li.selected:hover {
            background-color: #284f88;
            border-color: #284f88;
            color: #fff;
            pointer-events: none;
        }

        ul.show li i,
        ul.show-buttons li i,
        ul.sort-by li i {
            font-size: 17px;
            left: 8px;
            position: absolute;
            top: 6px;
        }

        ul.show li:first-child,
        ul.show-buttons li:first-child,
        ul.sort-by li:first-child {
            border-radius: 5px 0 0 5px;
            border-right-width: 0;
        }

        ul.show li:last-child,
        ul.show-buttons li:last-child,
        ul.sort-by li:last-child {
            border-left-width: 0;
            border-radius: 0 5px 5px 0;
        }

    ul.show-buttons li,
    ul.show li {
        min-width: 60px;
        padding: 0 13px;
    }

    ul.sort-by li.conversation {
        padding-left: 35px;
    }

        ul.sort-by li.conversation i {
            font-size: 22px;
            top: 3px;
        }
/* Single button styling */
.button-container .button.message-center-button,
.button-container .button.new-message {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
/* Message Center button */
.button-container.homepage.message-center {
    position: relative;
}

.button-container.homepage .button.message-center-button {
    padding-right: 30px;
}

.button-container.homepage i.icon-hha-angle-right.message-center-icon {
    color: #fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 10px;
    top: 0;
}
/* Hides text on sort by buttons when screen is smaller than 1300px */
@media only all and (max-width: 1099px) {
    ul.sort-by li,
    ul.sort-by li.conversation {
        font-size: 0;
        padding: 0 10px;
        vertical-align: middle;
    }

        ul.sort-by li i {
            font-size: 17px;
            left: auto;
            line-height: 30px;
            padding: 0 5px;
            position: relative;
            top: auto;
        }

        ul.sort-by li.conversation i {
            font-size: 24px;
            line-height: 26px;
        }
}

a.pagination-links {
    color: #474747;
    cursor: pointer;
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-left: 2px;
}

    a.pagination-links:hover {
        text-decoration: underline;
    }

.notes-actions-buttons-container .button-group-container.payer-search {
    min-width: 270px;
}

    .notes-actions-buttons-container .button-group-container.payer-search .ms-parent {
        border-radius: 5px;
        border: 1px solid #284f88;
        color: #474747;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        height: 28px;
        line-height: 30px;
        padding: 1px;
        vertical-align: top;
    }

        .notes-actions-buttons-container .button-group-container.payer-search .ms-parent .ms-choice {
            border-radius: 5px;
            border: none;
            color: #474747;
            height: 28px;
            line-height: 30px;
            margin: 0;
            vertical-align: top;
        }

            .notes-actions-buttons-container .button-group-container.payer-search .ms-parent .ms-choice > div {
                border: none;
                top: 6px;
            }

    .notes-actions-buttons-container .button-group-container.payer-search .button.payer-search {
        color: #fff;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin-left: 2px;
    }

        .notes-actions-buttons-container .button-group-container.payer-search .button.payer-search:disabled {
            background-color: #d8d8d8;
            border-color: #d8d8d8;
            color: #474747;
            cursor: not-allowed;
        }

#tdpayerddlStatusHistory .ms-parent {
    border: 0px;
}

    #tdpayerddlStatusHistory .ms-parent .ms-choice {
        height: 18px;
        line-height: 18px;
    }


table.message-center-container {
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0;
    border-style: hidden;
    margin-left: 2.5%;
    margin-top: 10px;
    width: 95%;
}

    table.message-center-container tr:first-child td:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
        border-left: 1px solid #284f88;
        border-top: 1px solid #284f88;
    }

    table.message-center-container tr:first-child td:last-child {
        border-top-right-radius: 5px;
        border-top-left-radius: 0;
        border-right: 1px solid #284f88;
        border-top: 1px solid #284f88;
    }

    table.message-center-container tr td:first-child {
        border-left: 1px solid #474747;
        border-radius: 0;
    }

    table.message-center-container tr td:last-child {
        border-right: 1px solid #474747;
        border-radius: 0;
    }

    table.message-center-container tr:last-child td {
        border-bottom: 1px solid #474747;
    }

        table.message-center-container tr:last-child td:first-child {
            border-left: 1px solid #474747;
            border-bottom-left-radius: 5px;
            border-bottom: 1px solid #474747;
        }

        table.message-center-container tr:last-child td:last-child {
            border-bottom-right-radius: 5px;
            border-right: 1px solid #474747;
        }

    table.message-center-container label,
    table.message-center-container span {
        color: #474747;
        display: block;
        font-family: 'lato', sans-serif;
        font-size: 13px;
        margin-bottom: 5px;
    }

    table.message-center-container label {
        color: #474747;
        font-size: 12px;
        font-weight: bold;
    }

    table.message-center-container td[class^="msg-center-"] {
        box-sizing: border-box;
        padding: 10px;
        vertical-align: top;
        width: 27%;
    }

    table.message-center-container.four-col-search td[class^="msg-center-"] {
        width: 22%;
    }

    table.message-center-container td[class^="msg-center-"] .msg-search-input {
        border: 1px solid #474747;
        color: #474747;
        font-size: 13px !important;
        font-family: 'lato', sans-serif;
        margin: 0;
        padding: 0 10px;
    }

    table.message-center-container td.msg-center-search-button,
    table.message-center-container td.msg-center-search-results {
        text-align: center;
        width: 19%;
    }

    table.message-center-container.four-col-search td.msg-center-search-button,
    table.message-center-container.four-col-search td.msg-center-search-results {
        width: 12%;
    }

    table.message-center-container td.msg-center-date-from .msg-search-input,
    table.message-center-container td.msg-center-date-to .msg-search-input,
    table.message-center-container td.msg-center-keyword .msg-search-input {
        border: 1px solid #474747;
        border-radius: 5px;
    }

    table.message-center-container td.msg-center-date-from,
    table.message-center-container td.msg-center-date-to {
        position: relative;
    }

    table.message-center-container td i.icon-hha-calendar {
        color: #474747;
        pointer-events: none;
        position: absolute;
        right: 17px;
        top: 30px;
    }

    table.message-center-container .msg-search-input {
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        outline: none;
        vertical-align: top;
        width: 100%;
    }

    table.message-center-container .msg-center-search-button label,
    table.message-center-container .msg-center-search-results label {
        visibility: hidden;
    }

    table.message-center-container .msg-center-search-results span {
        color: #474747;
        display: inline-block;
        font-weight: bold;
        height: 30px;
        line-height: 1.2;
        vertical-align: top;
    }

.tdbackground.new-style.left {
    border-radius: 5px 0 0 0;
}

.tdbackground.new-style.right {
    border-radius: 0 5px 0 0;
}

.msg-center-search-button .button.search {
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    padding: 0 35px;
}

    .msg-center-search-button .button.search:disabled {
        background-color: #d8d8d8;
        border-color: #d8d8d8;
        color: #474747;
        cursor: not-allowed;
    }

td.msg-center-keyword {
    position: relative;
}

.text-indent {
    text-indent: 5px;
}

table.message-center-container.ent td.msg-center-date-from i.icon-hha-calendar,
table.message-center-container.ent td.msg-center-date-to i.icon-hha-calendar {
    top: 35px;
}

table.message-center-container.ent td[class^="msg-center-"] .msg-search-input.hasDatepicker,
table.message-center-container.ent td.msg-center-keyword .msg-search-input {
    padding: 0 0 0 5px;
}

table.message-center-container.ent td[class^="msg-center-"] .msg-search-input.treeview button {
    border: none;
    box-shadow: none;
    font-size: 13px !important;
    height: 28px !important;
    margin-right: 0;
    vertical-align: top;
}

.ent td[class^="msg-center-"] .ms-parent.treeview {
    padding: 0;
}

    .ent td[class^="msg-center-"] .ms-parent.treeview .dropdown {
        display: block;
        width: 100%;
    }

table.message-center-container.ent td[class^="msg-center-"] .msg-search-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.ent td[class^="msg-center-"] .ms-parent.treeview .dropdown button.dropdown-toggle {
    border: none;
    font-size: 13px;
    height: 28px !important;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
}
/*.modal-dialog.updated select.modal-select:focus::-ms-value {
  background: url("../../images/input-arrow.png") center right 10px no-repeat;
}
.modal-dialog.updated select.modal-select:focus,
.modal-dialog.updated select.modal-select {
  background: url("../../images/input-arrow.png") center right 10px no-repeat;
}*/
.ent.message-center-container .dropdown:after,
.message-center-container .ms-choice .arrow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #474747;
    content: "\e900";
    font-family: 'hha-font' !important;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    speak: none;
    text-transform: none;
    top: 6px;
    transform: none;
    transition: transform 0.2s linear;
}

.ent.message-center-container .dropdown:after {
    z-index: -1;
}

.ent.message-center-container .dropdown .dropdown-toggle {
    background-color: transparent !important;
}

.message-center-container .ms-choice:hover .arrow {
    background-image: none;
}

.ent.message-center-container .dropdown.show:after,
.message-center-container .ms-choice .arrow.open {
    transform: rotate(180deg);
}

.modal-select {
    border-radius: 5px;
    border: 1px solid #474747;
    color: #474747;
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding: 0 0 0 4px !important;
    width: 115px;
}

.file-select {
    cursor: pointer;
    position: relative;
    width: 115px;
}

.options-label {
    color: #474747;
    margin-bottom: 5px;
    padding-left: 5px;
}

    .options-label.email-validation {
        color: #a94442;
        font-style: italic;
        font-weight: bold;
    }

input.file-upload {
    cursor: pointer;
    font-size: 0;
    height: 30px;
    opacity: 0;
    width: 115px;
}

    input.file-upload:focus {
        outline: -webkit-focus-ring-color auto 5px;
    }

    input.file-upload.uploaded-file {
        pointer-events: none;
        width: 100%;
    }

.relative {
    position: relative;
}

.modal-dialog-content .reply-input {
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 13px;
    overflow: auto;
    resize: none;
    width: 100%;
}

.file-upload-alias {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #474747;
    display: inline-block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.3s ease-in-out;
    width: 113px;
}

    .file-upload-alias:hover {
        background-color: #f2f2f2;
    }

    .file-upload-alias.uploaded-file {
        background-color: #ededed;
        border-color: #ededed;
        pointer-events: none;
    }

        .file-upload-alias.uploaded-file i {
            margin-left: 0;
            margin-right: 5px;
        }

        .file-upload-alias.uploaded-file .upload-file-name {
            line-height: 28px;
            padding: 0 35px 0 20px;
            white-space: nowrap;
        }

    .file-upload-alias i {
        border-radius: 5px;
        border: none;
        color: #474747;
        display: inline-block;
        font-size: 14px;
        margin-left: 5px;
        position: absolute;
        top: 8px;
    }

        .file-upload-alias i.icon-hha-cross {
            right: 5px;
            pointer-events: all;
        }

    .file-upload-alias .button {
        background-color: #fff;
        border: none;
        border-radius: 5px;
        color: #474747;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        height: 28px;
        left: 0;
        line-height: 28px;
        margin: 0 auto;
        padding: 0 10px;
        pointer-events: none;
        position: absolute;
        text-align: left;
        top: 0;
        width: 100%;
    }

        .file-upload-alias .button.uploaded-file {
            height: 30px;
            left: 0;
            line-height: 30px;
            min-width: 100%;
            pointer-events: all;
            position: absolute;
            text-decoration: none;
            top: -1px;
            width: auto;
        }

            .file-upload-alias .button.uploaded-file.icon-hha-paperclip {
                left: 5px;
            }

    .file-upload-alias.uploaded-file .button {
        background-color: #ededed;
    }

.display-none {
    display: none;
}

[class*="icon-"].tooltip-icon {
    color: #474747;
    cursor: pointer;
    font-size: 14px;
    float: none;
    position: relative;
    vertical-align: top;
    margin: 7px 0 0 7px;
    display: inline-block;
}

    [class*="icon-"].tooltip-icon.left .tooltip-dark {
        left: auto;
        right: 18px;
    }

        [class*="icon-"].tooltip-icon.left .tooltip-dark:before {
            left: auto;
            right: -8px;
        }

    [class*="icon-"].tooltip-icon:hover.left .tooltip-dark {
        left: auto;
        right: 27px;
    }

    [class*="icon-"].tooltip-icon .tooltip-dark {
        background-color: #474747;
        border-radius: 5px;
        box-sizing: content-box;
        color: #fff;
        display: none;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        left: 18px;
        margin-left: 0;
        margin-top: 5px;
        padding: 15px 15px 0 15px;
        pointer-events: none;
        position: absolute;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
        vertical-align: top;
        width: 130px;
        z-index: 1000;
    }

        [class*="icon-"].tooltip-icon .tooltip-dark:before {
            content: "";
            background-color: #474747;
            border-radius: 5px;
            height: 25px;
            left: -8px;
            margin-top: -12px;
            position: absolute;
            top: 50%;
            transform: rotate(-45deg);
            width: 25px;
            z-index: 0;
        }

        [class*="icon-"].tooltip-icon .tooltip-dark p {
            display: block;
            font-size: 14px;
            line-height: 20px;
            margin: 0;
            padding-bottom: 15px;
            position: relative;
            z-index: 1;
        }

    [class*="icon-"].tooltip-icon:hover .tooltip-dark {
        display: inline-block;
        left: 27px;
        transition: all 0.3s ease-in-out;
    }

.modal-dialog.updated .icon-hha-search.input {
    background-color: transparent;
    border-radius: 0 4px 4px 0;
    border: 1px solid #474747;
    border-left-width: 0;
    color: #474747;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: background-color 0.3s ease-in-out;
    width: 30px;
}

    .modal-dialog.updated .icon-hha-search.input:hover {
        background-color: #e6e6e6;
        transition: background-color 0.3s ease-in-out;
    }

.modal-dialog.updated .input-half-left .icon-hha-search.input {
    right: 5px;
}

.modal-dialog.updated input[type=text].lookup-search::-ms-clear {
    display: none;
}

input[type=text].hasDatepicker::-ms-clear {
    display: none;
}

.new-style .modal-dialog.updated {
    border-radius: 8px;
    border: none;
    color: #474747; /*Modified for PROEM-862*/
    outline: none;
    padding: 0;
    position: fixed;
    width: 600px;
}

    .new-style .modal-dialog.updated .modal-dialog-bg {
        min-width: 100%;
    }

    .new-style .modal-dialog.updated .border-top {
        border-top: 1px solid #d9d6d6;
    }

    .new-style .modal-dialog.updated .details td {
        padding-bottom: 10px;
    }

    .new-style .modal-dialog.updated .modal-dialog-title {
        background-color: #284F88;
        border-radius: 5px 5px 0 0;
        box-sizing: content-box;
        color: #FFFFFF;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        padding: 5px 15px;
        _zoom: 1;
        /* Ensures proper width in IE6 RTL. */
    }

        .new-style .modal-dialog.updated .modal-dialog-title .modal-dialog-title-text {
            color: #fff;
            font-family: inherit;
            font-size: 14px;
            font-weight: normal;
        }

        .new-style .modal-dialog.updated .modal-dialog-title .modal-dialog-title-close {
            background: transparent none;
            font-family: "hha-font";
            font-size: 20px;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            height: 20px;
            line-height: 1;
            position: absolute;
            right: 10px;
            speak: none;
            text-transform: none;
            top: 10px;
            width: 20px;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .new-style .modal-dialog.updated .modal-dialog-title .modal-dialog-title-close:before {
                content: "\e908";
            }

    .new-style .modal-dialog.updated .modal-dialog-content {
        border-radius: 0 0 5px 5px;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        max-height: 500px;
        overflow: auto;
        padding: 15px 40px;
        text-align: center;
    }

        .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner {
            border-spacing: 0;
            height: 100%;
            min-height: 450px;
            width: 100%;
        }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner .popup-content > table {
                border-spacing: 0;
                width: 100%;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-half-left,
            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-left {
                padding: 0;
                padding-right: 1%;
                width: 49%;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-half-right,
            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-right {
                padding: 0;
                padding-left: 1%;
                width: 49%;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-half-left,
            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-half-right {
                color: #474747;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-half-left {
                padding-left: 5px;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-half-right {
                padding-left: calc(1% + 5px);
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.label-full-width,
            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width select {
                width: 100%;
                border-spacing: 0;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width {
                padding: 0;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-left,
            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-right,
            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width {
                padding-bottom: 5px;
            }

                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-left .ms-choice,
                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-right .ms-choice,
                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width .ms-choice {
                    border-radius: 5px;
                }

                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-left .modal-select,
                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-half-right .modal-select,
                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width .modal-select {
                    width: 100%;
                    box-sizing: border-box;
                }

            .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width {
                width: 100%;
            }

                .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content-inner td.input-full-width .modal-select {
                    margin-right: 0;
                }

        .new-style .modal-dialog.updated .modal-dialog-content .popup-date {
            position: relative;
        }

            .new-style .modal-dialog.updated .modal-dialog-content .popup-date .date-input {
                border-radius: 5px;
                border: 1px solid #474747;
                box-sizing: border-box;
                color: #474747;
                font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
                font-size: 13px;
                height: 30px;
                line-height: 30px;
                margin-right: 0;
                padding: 0 0 0 4px !important;
                width: 100%;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .popup-date .date-icon {
                color: #474747;
                pointer-events: none;
                position: absolute;
                right: 10px;
                top: 6px;
            }

            .new-style .modal-dialog.updated .modal-dialog-content .popup-date.input-half-right .date-icon {
                right: 5px;
            }

        .new-style .modal-dialog.updated .modal-dialog-content table tr td {
            line-height: 26px;
        }

        .new-style .modal-dialog.updated .modal-dialog-content .characters-remaining {
            padding-right: 5px;
        }

        .new-style .modal-dialog.updated .modal-dialog-content ul.message-action-buttons {
            border-bottom: 1px solid #d9d6d6;
            display: block;
            list-style: none;
            margin-top: 0;
            padding: 5px 0;
            text-align: right;
            width: 100%;
            font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        }

            .new-style .modal-dialog.updated .modal-dialog-content ul.message-action-buttons li {
                border-radius: 4px;
                display: inline-block;
            }

                .new-style .modal-dialog.updated .modal-dialog-content ul.message-action-buttons li button[class^="message-action"] {
                    background-color: #fff;
                    border-radius: 4px;
                    display: inline-block;
                    transition: background-color 0.3s ease-in-out;
                }

                    .new-style .modal-dialog.updated .modal-dialog-content ul.message-action-buttons li button[class^="message-action"]:hover {
                        background-color: #f2f2f2;
                    }

                        .new-style .modal-dialog.updated .modal-dialog-content ul.message-action-buttons li button[class^="message-action"]:hover:disabled {
                            background-color: transparent;
                            cursor: not-allowed;
                        }

                    .new-style .modal-dialog.updated .modal-dialog-content ul.message-action-buttons li button[class^="message-action"].display-none {
                        display: none;
                    }

        .new-style .modal-dialog.updated .modal-dialog-content .message-action-buttons button {
            background-color: transparent;
            border: none;
            color: #474747;
            cursor: pointer;
            display: block;
            font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
            font-size: 13px;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            position: relative;
            text-decoration: none;
            user-select: none;
        }

            .new-style .modal-dialog.updated .modal-dialog-content .message-action-buttons button:disabled {
                color: rgba(71, 71, 71, 0.5);
            }

                .new-style .modal-dialog.updated .modal-dialog-content .message-action-buttons button:disabled:hover {
                    background-color: transparent;
                }

        .new-style .modal-dialog.updated .modal-dialog-content .message-action-buttons i {
            font-size: 13px;
            padding-top: 17px;
            margin-right: 5px;
        }

        .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content [class^="icon-"],
        .new-style .modal-dialog.updated .modal-dialog-content .modal-dialog-content [class*=" icon-"] {
            font-size: 14px;
            top: 1px;
            position: relative;
        }

        .new-style .modal-dialog.updated .modal-dialog-content .alert-dialog {
            display: block;
            padding: 30px;
        }

            .new-style .modal-dialog.updated .modal-dialog-content .alert-dialog i {
                color: #a94442;
                font-size: 60px;
            }

        .new-style .modal-dialog.updated .modal-dialog-content .reopen-dialog {
            display: block;
            padding: 30px;
        }

            .new-style .modal-dialog.updated .modal-dialog-content .reopen-dialog i {
                font-size: 50px;
            }

        .new-style .modal-dialog.updated .modal-dialog-content .dialog-message {
            color: #474747;
            font-size: 16px;
            margin-bottom: 40px;
        }

        .new-style .modal-dialog.updated .modal-dialog-content .close-dialog {
            display: block;
            padding: 30px;
        }

            .new-style .modal-dialog.updated .modal-dialog-content .close-dialog i {
                color: #3c763d;
                font-size: 60px;
            }

        .new-style .modal-dialog.updated .modal-dialog-content tr.details td.uploaded-file a#after-upload {
            background-color: #ededed;
            color: #474747;
            font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
            font-size: 13px;
            height: 100%;
            line-height: 28px;
            margin: 0;
            padding: 0 10px 0 0;
            pointer-events: all;
            text-align: left;
            text-decoration: none;
            vertical-align: middle;
            width: auto;
        }

            .new-style .modal-dialog.updated .modal-dialog-content tr.details td.uploaded-file a#after-upload i {
                border-radius: 5px;
                border: none;
                color: #474747;
                display: inline-block;
                font-size: 14px;
                margin-left: 7px;
                line-height: 28px;
                margin: 0 5px 0 7px;
            }

    .new-style .modal-dialog.updated .message-text {
        border-bottom: 1px dashed #d9d6d6;
        font-size: 13px;
        line-height: 20px;
        margin: 25px auto 40px;
        padding-bottom: 20PX;
        word-break: break-word;
    }

    .new-style .modal-dialog.updated table.message-reply {
        border-bottom: 1px solid #474747;
        margin-bottom: 20px;
        padding: 20px 0;
        width: 100%;
    }

    .new-style .modal-dialog.updated .reply-options {
        border-spacing: 0;
        margin-bottom: 30px;
    }

        .new-style .modal-dialog.updated .reply-options td {
            min-width: 122px;
        }

    .new-style .modal-dialog.updated .reply-input {
        border-image: none;
        border: 1px solid #000;
        box-sizing: border-box;
        color: #000;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        height: 120px;
        overflow: auto;
        padding: 5px;
        width: 100%;
        word-break: break-all;
    }

    .new-style .modal-dialog.updated .remaining-counter {
        margin-top: -20px;
        padding-bottom: 20px;
        padding-right: 10px;
        text-align: right;
    }

    .new-style .modal-dialog.updated .bottom-border {
        border-bottom: 1px solid #d9d6d6;
    }

    .new-style .modal-dialog.updated table.message-detail {
        border-collapse: separate;
        border-spacing: 0;
        text-align: left;
        width: 100%;
    }

        .new-style .modal-dialog.updated table.message-detail .message-titles-label {
            font-weight: bold;
            padding-bottom: 5px;
            vertical-align: top;
            width: 15%;
        }

        .new-style .modal-dialog.updated table.message-detail .message-titles-value {
            font-weight: normal;
            margin-right: 2%;
            padding-bottom: 5px;
            vertical-align: top;
            width: 33%;
        }

        .new-style .modal-dialog.updated table.message-detail tr.details td {
            padding-bottom: 15px;
        }

    .new-style .modal-dialog.updated td.reply-change-replacement {
        position: relative;
    }

        .new-style .modal-dialog.updated td.reply-change-replacement .icon-hha-search.input {
            background-color: transparent;
            border-radius: 0 4px 4px 0;
            border: 1px solid #474747;
            border-left-width: 0;
            color: #474747;
            font-size: 16px;
            height: 28px;
            line-height: 30px;
            position: absolute;
            right: 5px;
            text-align: center;
            text-decoration: none;
            top: 41px;
            transition: background-color 0.3s ease-in-out;
            width: 30px;
        }

    .new-style .modal-dialog.updated .reply-change-date-from .icon-hha-calendar,
    .new-style .modal-dialog.updated .reply-change-date-to .icon-hha-calendar {
        height: 30px;
        line-height: 30px;
    }

.new-style .NewTab {
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.new-style .TdLinkCommunication {
    background-color: #284f88;
    border-radius: 0;
    border: none;
    color: #fff;
    height: 30px !important;
    line-height: 30px;
    padding-left: 10px;
}

.new-style .TableBorders {
    border: none;
}

.new-style .table-border-dark {
    border-radius: 5px;
    border: 1px solid #474747;
}

.priority-icon {
    color: #ff0000 !important;
}

body.new-style.modal-open {
    height: 100%;
    overflow: hidden;
}

.message-center-button:before {
    background: transparent;
    font-family: "hha-font";
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
}

table.tbl-notes.new-style .tdbackground.new-style {
    background-color: #284f88;
    border-radius: 5px 5px 0 0;
    border: none;
    color: #fff;
    font-family: 'lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.new-style .tdbackground.new-style {
    background-color: #284f88;
    border-radius: 5px 5px 0 0;
    border: none;
    color: #fff;
    font-family: 'lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

    .new-style .tdbackground.new-style a {
        color: #fff !important;
        text-decoration: none;
        font-size: 15px;
        font-family: 'lato', sans-serif;
        line-height: 30px;
    }

        .new-style .tdbackground.new-style a.NewLinkHeading {
            text-decoration: underline;
        }

.lblPayerCoordinator {
    width: 8%;
}

@media only all and (max-width: 1213px) {
    .lblPayerCoordinator {
        width: 10%;
    }
}

.search-panel {
    margin-left: 8px;
}

.new-style .search-panel {
    margin-left: 1%;
    width: 98%;
}

.tbl-Events .NewHeaderStyle a,
.tbl-Placements .NewHeaderStyle a {
    color: #fff;
}

table.message-reply label {
    color: #474747;
    display: block;
    font-family: 'lato', sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

table.message-reply label {
    color: #474747;
    font-size: 12px;
    font-weight: bold;
}

table.message-reply td[class^="reply-change-"] {
    box-sizing: border-box;
    padding: 10px 0;
    vertical-align: top;
    width: 50%;
}

    table.message-reply td[class^="reply-change-"] .reply-change-input {
        border: 1px solid #474747;
        color: #474747;
        font-size: 13px;
        font-family: 'lato', sans-serif;
    }

table.message-reply td.reply-change-date-from .reply-change-input,
table.message-reply td.reply-change-date-to .reply-change-input {
    border: 1px solid #474747;
    border-radius: 5px;
}

table.message-reply td.reply-change-date-from,
table.message-reply td.reply-change-date-to {
    position: relative;
}

table.message-reply td i.icon-hha-calendar {
    color: #474747;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 41px;
}

table.message-reply .reply-change-input {
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    outline: none;
    vertical-align: top;
    width: 100%;
}

table.message-reply td.reply-change-type,
table.message-reply td.reply-change-replacement {
    width: 49%;
    padding-right: 1%;
}

table.message-reply td.reply-change-date-from,
table.message-reply td.reply-change-date-to {
    width: 49%;
    padding-left: 1%;
}

td.message-status {
    position: relative;
}

.notes-table .NewRowStyle:hover td.message-status {
    color: #f2f2f2;
}

.notes-table .UnreadRowStyle:hover td.message-status {
    color: #a9b9d0;
}
/* row hover menu */
.hover-menu-container {
    border: none;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.NewRowStyle:hover .hover-menu-container,
.UnreadRowStyle:hover .hover-menu-container {
    opacity: 1;
    right: 6px;
}

.hover-menu-container-inner {
    position: relative;
}

ul.hover-menu {
    height: 31px;
    list-style: none;
    margin: 0;
    padding: 4px 2px 2px;
    text-align: right;
}

    ul.hover-menu li {
        background-color: transparent;
        border-radius: 50%;
        color: #474747;
        display: inline-block;
        height: 31px;
        line-height: 31px;
        position: relative;
        text-align: center;
        transition: all 0.3s ease-in-out;
        width: 26px;
        margin-right: 5px;
    }

        ul.hover-menu li button {
            background-color: transparent;
            border-radius: 50%;
            border: none;
            color: #474747;
            cursor: pointer;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            padding: 0;
            text-align: center;
            transition: all 0.3s ease-in-out;
            width: 26px;
        }

            ul.hover-menu li button:focus {
                outline: none;
            }

            ul.hover-menu li button:hover {
                background-color: #474747;
                color: #fff;
                overflow: visible;
            }

                ul.hover-menu li button:hover.icon-hha-reply-tooltip:before,
                ul.hover-menu li button:hover.icon-hha-close-tooltip:before,
                ul.hover-menu li button:hover.icon-hha-undo-tooltip:before,
                ul.hover-menu li button:hover.icon-hha-print-tooltip:before {
                    transition: all 0.3s ease-in-out;
                    transition-delay: 0.3s;
                    opacity: 1;
                    top: -26px;
                }

            ul.hover-menu li button:disabled {
                color: rgba(71, 71, 71, 0.5);
            }

                ul.hover-menu li button:disabled:hover {
                    background-color: transparent;
                }

                ul.hover-menu li button:disabled:before {
                    display: none;
                }

            ul.hover-menu li button:before {
                content: '';
                background-color: #474747;
                border-radius: 3px;
                color: #fff;
                font-family: 'Lato';
                font-size: 13px;
                left: 50%;
                line-height: 15px;
                opacity: 0;
                padding: 4px 6px;
                pointer-events: none;
                position: absolute;
                top: -20px;
                transform: translateX(-50%);
                transition: all 0.1s ease-in-out;
                transition-delay: 0s;
            }

            ul.hover-menu li button.icon-hha-reply-tooltip:before {
                content: 'Reply';
            }

            ul.hover-menu li button.icon-hha-close-tooltip:before {
                content: 'Resolve';
            }

            ul.hover-menu li button.icon-hha-undo-tooltip:before {
                content: 'Reopen';
            }

            ul.hover-menu li button.icon-hha-print-tooltip:before {
                content: 'Print';
            }

@media only all and (max-width: 1099px) {
    ul.hover-menu li button#icon-hha-print {
        display: none;
    }
}

ul.hover-menu li button i {
    font-size: 16px;
    left: 50%;
    line-height: 26px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

    ul.hover-menu li button i:before {
        box-sizing: border-box;
        padding-left: 1px;
    }

.notes-loading {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    margin-top: 17px !important;
}

.NewTableBorders {
    border: none;
    border-radius: 5px;
}

.notes-table-container {
    box-sizing: border-box;
    height: auto;
    padding-bottom: 20px;
    width: 100%;
}

.notes-actions-buttons-container {
    border-collapse: collapse;
    table-layout: fixed;
}

.notes-table {
    border-collapse: collapse;
    table-layout: fixed;
}

    .notes-table .NewHeaderStyle {
        background-color: #6984AC;
        border-left-color: #6984AC;
        border-right-color: #6984AC;
        color: #edf1f6;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        height: 35px;
        text-align: left;
    }

        .notes-table .NewHeaderStyle td {
            border: none;
            border-left-color: #6984AC;
            border-right-color: #6984AC;
        }

    .notes-table .UnreadRowStyle td,
    .notes-table .UnreadRowStyle td.tdlight {
        background-clip: border-box;
        background-color: #cad4e2;
        border: none;
        border-left-color: #cad4e2;
        border-right-color: #cad4e2;
        border-bottom: 1px solid #fff;
        color: #474747;
        cursor: pointer;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        height: 35px;
        line-height: 35px;
        transition: all 0.3s ease-in-out, background-clip 0s linear;
    }

    .notes-table .UnreadRowStyle:hover td,
    .notes-table .UnreadRowStyle:hover td.tdlight {
        background-clip: border-box;
        background-color: #a9b9d0;
        border-left-color: #a9b9d0;
        border-right-color: #a9b9d0;
    }

    .notes-table .UnreadRowStyle a {
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .notes-table .NewRowStyle td,
    .notes-table .NewRowStyle td.tdlight {
        background-clip: border-box;
        background-color: #fff;
        border: none;
        color: #474747;
        border-bottom: 1px solid #e9e9e9;
        border-left-color: #fff;
        border-right-color: #fff;
        cursor: pointer;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        height: 35px;
        line-height: 35px;
        transition: all 0.3s ease-in-out, background-clip 0s linear;
    }

    .notes-table .NewRowStyle a {
        font-size: 13px;
    }

    .notes-table .NewRowStyle:hover td,
    .notes-table .NewRowStyle:hover td.tdlight {
        background-clip: border-box;
        background-color: #f2f2f2;
        border-left-color: #f2f2f2;
        border-right-color: #f2f2f2;
    }

table.tbl-notes {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

    table.tbl-notes td {
        padding: 0 10px;
    }

.table-full-width,
.notes-table {
    width: 100%;
}

.border-collapse {
    border-collapse: collapse;
}

.td-truncate {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.main-table {
    border-bottom: 1px solid #284f88;
}

    table.main-table .border-sides {
        border-right: 1px solid #284f88;
        border-left: 1px solid #284f88;
    }

/* New Feature switch button */
.cta-container {
    height: 30px;
    text-align: right;
    width: 100%;
}

.feature-switch.cta {
    background-color: #284f88;
    border-radius: 5px 5px 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 44px;
    position: relative;
}

.ent .feature-switch.cta {
    height: 29px;
}

.feature-switch.cta i {
    margin-left: 10px;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
}
/* tooltip */
.tooltip-container {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 25px;
    text-align: left;
    top: 30px;
    transition: all 0.3s ease-in-out;
    width: 300px;
    z-index: 100;
    visibility: hidden;
}

.feature-switch.cta:hover {
    text-decoration: underline;
}

    .feature-switch.cta:hover i {
        -webkit-animation: cog-spin 0.3s linear;
        animation: cog-spin 0.3s linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .feature-switch.cta:hover .tooltip-container {
        opacity: 1;
        top: 42px;
        visibility: visible;
    }

.cta.new-look .tooltip-container {
    display: none;
}

@-webkit-keyframes cog-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes cog-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.tooltip-container:before {
    background-color: #284f88;
    border-radius: 5px;
    content: '';
    height: 20px;
    position: absolute;
    right: 20px;
    top: -7px;
    transform: rotate(45deg);
    width: 20px;
    z-index: 1;
}

.tooltip-container p {
    background-color: #284f88;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 10px 15px;
}

.tooltip-container ul {
    color: #474747;
    list-style: disc;
    padding: 10px 40px 15px;
}

    .tooltip-container ul li {
        border: none;
        display: list-item;
        padding-left: 0;
        text-decoration: none;
    }

        .tooltip-container ul li:hover {
            text-decoration: none;
        }
