

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
/* START SCROLLER OVERWRITE */
    .scroller {
        padding: 0 !important;
    }
    /* START CREATE MESSAGE PAGE */
        #messagePage .scroller .task-content {
            max-height: 312px; 
            overflow-y: auto;
        }
    /* END CREATE MESSAGE PAGE */

    /* START EDIT MESSAGE PAGE */
        #editPage .scroller .task-content {
            max-height: 312px; 
            overflow-y: auto;
        }
    /* END EDIT MESSAGE PAGE */

    /* START RESEND MESSAGE PAGE */
        #resendPage .scroller .task-content {
            max-height: 312px; 
            overflow-y: auto;
        }
    /* END RESEND MESSAGE PAGE */

    /* START OUTBOX PAGE */
        #outboxPage .scroller #messages_list_all, 
        #outboxPage .scroller .chats, 
        #outboxPage .scroller .messageThread_messages, 
        #outboxPage .scroller .messageThreadAll_messages {
            max-height: 100%; 
            overflow-y: auto;
        }
        #outboxPage .chats {
            margin: 0 !important;
        }
    /* END OUTBOX PAGE */

    /* START MY CONTACTS LIST PAGE */
        #myContactsPage .contactList_list {
            max-height: 410px; 
            overflow-y: auto;
        }
        #myContactsPage .scroller #master_contact_list {
            max-height: 490px;
            overflow-y: auto;
        }
        #myContactsPage .scroller #selected_contact_list {
            max-height: 490px;
            overflow-y: auto;
        }
    /* END MY CONTACTS LIST PAGE */
/* END SCROLLER OVERWRITE */

/* START MESSAGE PAGE */
    #messagePage .reply_response {
        border-top: 1px solid rgba(217, 222, 233, .7);
        padding-top: 5px; 
        margin-top: 10px;
    }
    #messagePage .portlet.lifght {
        background: transparent;
        padding: 0;
    }
    #messagePage .selectRecipients_div {
        margin: 0; 
        min-height: auto;
        border-bottom: 0;
    }
    #messagePage .recipientsCount {
        color: #337ab7;
        margin-left: 10px;
    }
    #messagePage .chooseRecipients_notice {
        color: #e7505a;
        font-size: 15px;
    }
    #messagePage .actionButton_div {
        background:#2c3e50;
    }
    #messagePage .actionButton_div button {
        padding: 6px 35px;
    }
    #messagePage .actionButton_div .form-actions {
        text-align: center;
    }
    #messagePage .pageTitle, #editPage .pageTitle, #resendPage .pageTitle {
        border: none;
        margin-bottom: 0;
        min-height: auto;
    }
    #messagePage .recipients_div, #editPage .recipients_div, #resendPage .recipients_div {
        cursor: pointer;
    }
    #messagePage .showHide_recipients {
        display: none;
    }
    #messagePage .recipents_border {
        border-top: 1px solid #e7ecf1 !important;
    }
    #messagePage .recipents_clickToClose {
        font-size: 12px;
        margin-left: 10px;
        display: none;
        color: #337ab7;
    }
    #messagePage .reply_alert, #undeliverablesReportPage .reply_alert {
        background-color: #EBF5FC !important; 
        border-color:#3598DC !important; 
        color: #3598DC !important
    }
    #messagePage .portlet .portlet-title {
        padding: 0px;
        background: #fff;
    }
/* END MESSAGE PAGE */

/* START OUTBOX PAGE */
    #outboxPage .undeliveredErrors_div {
        margin-bottom: 15px;
        text-align: right !important;
        text-transform: initial !important;
        line-height: 16px !important;
        font-weight: normal !important;
    }
    #outboxPage .undeliveredErrors_div a {
        color: #e7505a !important;
        margin-left: 10px;
    }
    #outboxPage .undeliveredErrors_div a:hover {
        color: #2c3e50 !important;
    }
    #outboxPage .mt-comments .mt-comment {
        background: #fff;
        padding: 25px 15px 25px 5px;
        margin-bottom: 15px;
    }
    #outboxPage .notFound {
        padding: 25px 15px 25px 20px;
    }
    #outboxPage .responseBG .notFound {
        padding: 0;
    }
    #outboxPage .scheduledClock_icon {
        position: absolute; 
        text-align: center; 
        top: -2px;
        color: #c1c1c1;
        font-size: 20px;
        left: 50%;
    }
    #outboxPage .view_recipients {
        color: #337ab7 !important; 
        font-weight: normal;
        margin-left: 20px;
    }
    #outboxPage .delete_thread button{
        border-color: #497FAE; 
        color: #497FAE
    }
    #outboxPage .delete_thread button:hover {
        background: #f3f3f3;
    }
    #outboxPage .mt-comment {
        position: relative;
    }
    #outboxPage .mt-comment-info {
        /* padding-right: 5px; */
    }
    #outboxPage .deleteMessage_div {
        position: absolute; 
        right: 10px;
        top: 13px;
        font-size: 14px;
    }
    #outboxPage .portlet.light {
        background: transparent;
        padding: 0;
    }
/* END OUTBOX PAGE */

/* START MY CONTACT LISTS PAGE */
    #myContactsPage .portlet.light {
        background: transparent;
        padding: 0;
    }
    #myContactsPage .mt-comments .mt-comment {
        background: #fff;
        padding: 15px 15px 15px 20px;
        margin-bottom: 15px;
    }
    #myContactsPage .edit_list button, #myContactsPage .delete_list button {
        border-color: #497FAE; 
        color: #497FAE;
        background: transparent;
    }
    #myContactsPage .edit_list button:hover, #myContactsPage .delete_list button:hover {
        background: #f3f3f3;
    }
    #myContactsPage .chats li {
        padding: 0;
    }
    #myContactsPage .chats li:not(:last-child) {
        margin-bottom: 2px;
        /* border-bottom: 1px solid rgba(217, 222, 233, .7); */
    }
    /* #myContactsPage .chats li .message {
        padding: 0px 10px;
    } */
    #myContactsPage .myContactList_contacts {
        color: #337ab7 !important; 
        font-weight: normal;
        margin-left: 20px;
    }
    #myContactsPage .contactList_list {
        width: 100%;
    }
    #myContactsPage .chats {
        margin-top: 5px;
    }
    #myContactsPage .chats li:first-child {
        margin-top: 0px;
    }
    #myContactsPage .mt-comment-body {
        /* line-height: 40px; */
        padding-left: 0 !important;
    }
    #myContactsPage .mt-comment-author {
        margin-bottom: 0px;
    }
    #myContactsPage #myContactList_form .form .portlet.light {
        padding: 12px 20px 15px; 
        background-color: #fff;
    }
    #myContactsPage .giveList_name {
        color:#e7505a; 
        font-weight:bold; 
        font-size:15px; 
        width: 125px;
        /* text-transform: uppercase; */
    }
    #myContactsPage .list_nameError {
        margin-left: 130px;
    }
    #myContactsPage .newListName_div {
        width:100%; 
        padding-top:5px;
    }
    #myContactsPage .selectedList_selectAll_div {
        height: 23px; 
        margin-bottom:10px;
    }
    #myContactsPage .contactList_list {
        display: none;
    }
    #myContactsPage .contactList_list li:last-child {
        padding-bottom: 20px !important;
    }
    #myContactsPage .instructions {
        color: #e7505a;
        font-size: 15px;
    }
    #myContactsPage .arrows {
        font-size: 20px;
        line-height: 18px;
        font-weight: bold;
    }
/* END MY CONTACT LISTS PAGE */


.transparentBackground {
    background: transparent !important;
    border: none !important;
}
.mt-comments .mt-comment:hover {
    background: transparent;
}
.permissions_allow {
    display: none;
}
.page-header.navbar .page-logo .logo-default {
    margin-top: 14px;
}
.page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
    background: #2c3e50;
    border-top-color: transparent;
    color: #fff;
}
.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
    background: #2c3e50;
}
.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
    border-bottom-color: #E1E5EC;
}
.login {
    background-color: #0096ee;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(to bottom right,#003655 0,#0066a1 50%,#0096ee 100%);
}
.login .content {
    padding: 10px 25px 30px;
}
.login .content .form-actions {
    padding: 25px 30px 0 30px;
    border: 0;
}
@media (max-width: 440px) {
    .login .content {
        width: 300px;
    }
}

.messageThread, .messageThreadAll {
    display: none;
}
.chats li.in.mainMessage .message {
    margin-left: 10px;
    border-color: #4B77BE;
}
.chats li.in.mainMessage .message .arrow {
    border-right-color: #4B77BE;
}
.chats li {
    margin: 0 auto;
}
.chats li:first-child {
    margin-top: 5px;
}
.chats li.in .message {
    margin-left: 0px;
    border-color: #3598dc;
    padding: 13px 10px;
}
.chats li.out .message {
    margin-right: 10px;
}
.chats li.in .message .arrow {
    border-right-color: #3598dc;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom-color: #3598dc;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon>i {
    color: #3598dc;
}
.mt-action:hover {
    background: #f3f3f3;
}
.mt-action.active {
    background: #f3f3f3;
}
.upload_label {
    padding-left: 0;
}
.submit_buttons {
    float: right;
}
a:focus, a:hover {
    text-decoration: none !important;
}
.swal2-loading button {
    border-radius: 20px !important;
}
.swal2-container.swal2-shown {
    z-index: 99999;
}
.swal-icon, .swal-icon--success__ring, .swal2-icon, .swal2-icon.swal2-success .swal2-success-ring {
    border-radius: 50% !important;
}
.swal2-popup .swal2-title {
    font-size: 27px !important;
}
.swal2-popup .swal2-content {
    font-size: 16px !important;
}
.attachment_button {
    opacity: 0; 
    height:34px; 
    width: 100%; 
    margin-top: -34px;
    position:absolute;
    z-index:999; 
    cursor: pointer;
}
#list_name {
    font-size: 16px;
    /* text-transform: uppercase; */
    width: 250px;
    /* flex: 1; */
}
.newEdit_div {
    display: none;
}
#myLists_list .mt-action {
    border-bottom: 1px solid #F4F6F9;
}
#messages_list_all.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
    margin-top: 15px;
}
#myLists_list .mt-action-buttons, #messages_list_all .mt-action-buttons  {
    text-align: right;
    padding-right: 5px;
}
#messages_list_all .mt-comment {
    padding: 15px 15px 15px 20px !important;
}
#messages_list_all .mt-comment .mt-comment-body  {
    padding-left: 0;
}
#myLists_list .mt-comment-actions button {
    /* width: 55px; */
}
/* .myList {
    cursor: pointer;
} */
#contactList_list label {
    display: none;
}
.contactName_column {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.contactDepartment_column {
    display: inline-block;
    /* width: 20%; */
}
.sortDiv {
    margin-bottom: 5px;
    text-align: right;
}
.sortDiv select {
    padding: 5px 10px;
}
/* #messages_list_all .delete_thread {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
}
#messages_list_all .delete_thread:hover:after {
    content: ' Delete';
} */
#messages_list_all .mt-comment, #myLists_list .mt-comment {
    border-bottom: 1px solid #F4F6F9;
    margin-bottom: 0;
}
#messages_list_all .mt-comment.active, #myLists_list .mt-comment.active {
    background: rgba(46, 46, 133, 0.1) !important;
}
#messages_list_all .mt-comment-date {
    /* text-transform: uppercase !important; */
}
#messages_list_all .sent .mt-comment-date {
    color: #2c3e50;
    font-weight: 600;
}
#messages_list_all .scheduled .mt-comment-date {
    color: #2c3e50;
    font-weight: 600;
}
#messages_list_all .mt-comment-img, #myLists_list .mt-comment-img {
    padding-top: 10px;
}
#messages_list_all .mt-comment-img i, #myLists_list .mt-comment-img i {
    font-size: 25px;
    color: #337ab7;
}
#messages_list_all .messageThread_messages {
    display: none;
}
#messages_list_all .mt-comment-actions {
    /* float: none; */
    clear: both;
    display: block !important;
    padding-top: 10px;
}
#messages_list_all .mt-comment-actions li:first-child {
    padding: 0 5px 0 0 !important;
}
#messages_list_all .mt-comment-actions li:not(first-child) {
    padding-right: 0;
}
#myLists_list .mt-comment-actions {
    display: inline-block !important;
}
#messages_list_all .scheduled .mt-comment-actions li {
    padding-right: 0;
}
#messages_list_all .mt-comment-details span {
    color: #337ab7;
    text-transform: inherit;
}
#myLists_list .mt-comment-details span {
    color: #999;
    text-transform: inherit;
}
#myLists_list .mt-comment .mt-comment-body .mt-comment-details {
    margin: 0;
}
#myLists_list .myList .mt-comment-body {
    padding-left: 0px !important;
}
#myLists_list .view_list.active button {
    border-color: #3598dc;
    color: #FFF;
    background-color: #3598dc;
}
#myLists_list a.view_list {
    /* height: 40px; */
    font-size: 20px;
    display: inline-block;
    margin-right: 12px;
    /* padding-top: 2px; */
    color: #4276A4 !important;
}
#myLists_list a.view_list i {
    top: -1px;
}
#myLists_list .myList .mt-comment-actions li:first-child {
    padding-top: 5px;
}
#myLists_list .myList .mt-comment-actions {
    padding-top: 8px;
}
.view_list button {
    width: 135px;
}
.filtered_message, .filtered_messageAll {
    display: none;
    padding: 0 0 15px 0;
    font-weight: 600;
    font-size: 14px;
}
#myLists_list .tasks-widget .task-list>li:hover {
    background: transparent;
}
.tasks-widget .task-list>li:hover {
    background: transparent;
}
.disabled_masterContact {
    opacity: .4;
}
.myLists_selectAll, .myContacts_selectAll, .masterList_selectAll, .masterList_selectAll, .selectedList_selectAll, .contactList_div {
    display: none;
}
.viewAllMessages_div {
    display: none;
}

@media (max-width: 768px) {
    #myLists_list .mt-comment-img {
        display: none;
    }
}
.refresh_thread, .refresh_threadAll {
    margin-right: 10px;
}
.refresh_thread:hover:before, .refresh_threadAll:hover:before {
    content: 'Refresh';
}


.responseBG .message {
    background: #EBF5FC !important;
    border-color: #3598DC !important;
    position: relative;
}

.responseBG .message a:not(.delete_message):not(.reply_to)  {
    pointer-events: none;
}

.responseBG.isReply {
    margin-left: 25px;
}
.responseBG.isReply .message {
    background: #FFEDD7 !important;
    border-color: #E98300 !important;
    position: relative;
}

.reply_to {
    font-size: 14px;
    margin-left: 20px;
}
/* .reply_to:hover:after {
    transition: all 500ms ease;
    content: ' Reply';
} */
.delete_message:hover:before {
    content: 'Delete '
}
.responseBG .message .arrow { 
    border-right-color: #3598DC !important;
 }

 .responseBG.isReply .message .arrow { 
    border-right-color: #E98300 !important;
    border-right: none !important;
 }
.attachment_group1, .attachment_group2, .attachment_group3 {
    display: none;
}
.remove_attachment {
    float: right; 
    /* font-size: 12px; */
    margin-right: 80px;
    /* text-transform: uppercase; */
}
.add_attachment, .add_image {
    margin-left: 10px;
    font-size: 15px;
}
.attachment_clear {
    opacity: 0;
}

.review_list li {
    padding: 15px 15px 5px 15px !important;
}
.reviewRecipients_info {
    padding-bottom: 15px;
    text-align: left;
}
.review_selectedInfo {
    float: right; 
    text-align: right;
}
.review_characterLimit {
    text-align: left;
}
/* .recipientList_review .list-default.mt-list-container, .recipientList_review .list-default.ext-1.mt-list-container ul>.mt-list-item {
    border-color: #b5b5c7;
} */
.recipientList_review h3 {
    font-weight: 500;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}
.recipientList_review .total_count {
    margin-bottom: 5px;
    color: #2c3e50;
    margin-right: 3px;
}
/* .recipientList_review .list-default.mt-list-container {
    border-color: transparent;
} */
.recipientList_review .badge-default, .label-default {
    background-color: #94A0B2;
}
.recipientList_review .badge {
    /* height: 20px;
    min-width: 30px; */
    padding: 3px 5px;
    font-size: 14px !important;
}
.recipientList_expand {
    font-size: 11px; 
    font-style: italic;
    float: right;
    margin-right: 10px;
    text-transform: none;
    line-height: 17px;
}
.recipientList_review .list-toggle {
    border-bottom: 1px solid !important;
}
.recipientList_review .list-default.ext-1.mt-list-container ul>.mt-list-item:hover {
    background: none;
}
.recipientList_review .list-default.ext-1.mt-list-container {
    padding: 0;
}
.recipientList_review .list-default.group .list-toggle-container .list-toggle {
    background-color: #2c3e50;
    text-align: left;
    font-size: 14px;
}
.recipientList_review .list-default.ext-1.mt-list-container ul>.mt-list-item {
    border-color: none;
    border-left: 1px;
}
.recipientList_review .list-default.mt-list-container ul>.mt-list-item>.list-item-content {
    padding: 0;
    text-align: left;
}
.swal2-cancel {
    color: #666 !important;
    background-color: #e1e5ec !important;
    border-color: #e1e5ec !important;
}
.swal2-cancel:hover {
    color: #666 !important;
    background-color: #c2cad8 !important;
    border-color: #bcc5d4 !important;
}
.masterList_iframe {
    height: 700px;
    width: 100%;
    border: none;
    font-family: "Open Sans",sans-serif !important;
}
.iframe_border {
    background: white;
    border-bottom: 20px solid white;
    border-right: 10px solid white;
}
.masterList_legend {
    padding-left: 10px;
    font-size: 14px;
    margin-top: 20px;
}

.template_nameDiv {
    display: none;
    float: right;
    /* font-weight: 600; */
}
/* .delete_template:hover:after {
    content: ' Delete';
}
.clear_template:hover:after {
    content: ' Clear';
} */
.schedule_section {
    display: none;
}
@media (max-width: 1650px) and (min-width: 1201px) {
    .schedule_sectionDate {
        /* height: 38px; */
    }
}
#master_contact_list ul {
    padding-left: 20px;
}
.masterListName_header_checkbox {
    margin-left: -20px;
}
.masterListName_header {
    background: #2D5F8B;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 98%;
}
.masterListName_header span {
    display: inline-block;
    width: 90%
}
.masterListName_header i {
    position: absolute; 
    right: 10px;
    bottom: 7px;
}

.page-sidebar .page-sidebar-menu .sub-menu li>a {
    padding: 10px 15px 10px 43px;
}

/* PORTLET TITLE FOR ASP RUNNER PAGES */
.asprunner.portlet-title {
    padding: 12px 20px 15px; 
    min-height: 48px; 
    background: white;
    margin-bottom:0;
    border: none;
}
.asprunner .caption {
    color: #666; 
    padding: 10px 0 15px 0; 
    float: left; 
    display: inline-block; 
    font-size: 18px; 
    line-height: 18px;
}
.asprunner .caption-subject {
    font-size: 18px;
}
.asprunner .actions {
    padding: 6px 0 14px !important;
    float: right;
    display: inline-block;
    text-align: right;
}
.asprunner .actions .btn {
    padding: 4px 10px; 
    font-size: 13px; 
    line-height: 1.5;
}
.asprunner .gray_line {
    height: 1px; 
    background: #eef1f5; 
    width: 100%;
}

.recipientsFilter_dropdown {
    overflow-y: scroll;
    max-height: 300px;
}
/* 
.scheduleTime_label {
    width: 100%;
} */
.orange-btn {
    background-color: #ffa000 !important;
    color: #333333 !important;
    border-color: #ffa000 !important;
    float: right;
}
.orange-btn:hover {
    background-color: #e69000 !important;
}

.generateURL {
    text-align: right;
    padding: 10px 0;
}
.generateLink_divider {
    height: 2px;
    width: 100%;
    background: #EEF1F5;
    margin-top: 25px;
    margin-bottom: 25px;
}
.shortLink_div {
    visibility: hidden;
}
.copyButton_color {
    background: #ffa000;
    color: black;
}
.copyButton_color:hover {
    background: #e69000;
}
.clear {
    clear: both;
}


/* START LEARN MORE */
    .learnMore_icon {
        margin-left: 5px;
        font-size: 15px;
    }
    .learnMore_description {
        text-align: left;
    }
/* END LEARN MORE */

.validate_error {
    color: #e7505a;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .center_content {
        /* margin-left: 25%; */
    }
}

/* .unsubscribed {
    color: red !important;
} */

.disabled_missingInfo {
    opacity: .4;
}

/* .unsubscribed .task-title-sp {
    opacity: .4;
}

.unsubscribed .task-title::after,
.unsubscribed.responseBG .message::after {
    font-style: italic;
    font-size: 11px;
    color: #2c3e50;
    font-weight: bold;
}

.unsubscribed .task-title::after,
.unsubscribed.responseBG .message::after {
    content: "(opted out)";
} */

.unsubscribed.unsubscribed-processing-text .task-title-sp,
.unsubscribed.unsubscribed-text .task-title-sp,
.unsubscribed.unsubscribed-email .task-title-sp,
.unsubscribed.unsubscribed-text-email .task-title-sp {
    opacity: .4;
    /* text-decoration: line-through solid red; */
}

.unsubscribed.unsubscribed-processing-text .task-title::after,
.unsubscribed.unsubscribed-text .task-title::after,
.unsubscribed.responseBG.unsubscribed-text .message::after,
.unsubscribed.unsubscribed-email .task-title::after,
.unsubscribed.responseBG.unsubscribed-email .message::after,
.unsubscribed.unsubscribed-text-email .task-title::after,
.unsubscribed.responseBG.unsubscribed-text-email .message::after {
    font-style: italic;
    font-size: 11px;
    color: #2c3e50;
    font-weight: bold;
}

.unsubscribed.unsubscribed-text .task-title::after,
.unsubscribed.unsubscribed-text.responseBG .message::after {
    content: "(opted out: TEXT)";
    content: "(opted out)";
}

.unsubscribed.unsubscribed-email .task-title::after,
.unsubscribed.unsubscribed-email.responseBG .message::after {
    content: "(opted out: EMAIL)";
    content: "(opted out)";
}

.unsubscribed.unsubscribed-text-email .task-title::after,
.unsubscribed.unsubscribed-text-email.responseBG .message::after {
    content: "(opted out: TEXT & EMAIL)";
    content: "(opted out)";
}

.unsubscribed.unsubscribed-text.new-msg .task-title::after,
.unsubscribed.unsubscribed-text.new-msg.responseBG .message::after,
.unsubscribed.unsubscribed-email.new-msg .task-title::after,
.unsubscribed.unsubscribed-email.new-msg.responseBG .message::after,
.unsubscribed.unsubscribed-text-email.new-msg .task-title::after,
.unsubscribed.unsubscribed-text-email.new-msg.responseBG .message::after {
    content: "(opted out)";
}

.unsubscribed.unsubscribed-processing-text.new-msg .task-title::after {
    content: "(pending)";
}

.swal2-content small a {
    color: #337ab7
}

.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #9c9c9c;
}

.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: 0;
}

#emailFailover_div {
    margin-bottom: 0;
}

.outbox-includeMedia {
    height: 50px;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    padding: 2px;
    cursor: pointer;
}

.outbox-responseAlerts {
    position: absolute;
    left: 0;
}

#message_form .mt-checkbox-inline, 
#message_form .mt-radio-inline {
    padding: 0;
}

.cExternal b {
    font-style: italic;
    font-weight: normal;
} 

.externalIndicator {
    font-weight: 600;
    font-style: italic;
}


/* .page-sidebar .page-sidebar-menu>li.heading, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.heading {
    padding-bottom: 7px !important;
}

.page-sidebar .page-sidebar-menu .heading.active {
    padding-bottom: 15px !important;
} */

.progressQuota {
    /* margin: 50px auto; */
    /* padding: 2px; */
    width: 100%;
    max-width: 150px;
    border: 1px solid #ffffff;
    height: 25px;
    border-radius: 5px !important;
    position: relative;
}
  
.progressQuota .progress__bar {
    height: 100%;
    width: 0%;
    border-radius: 4px !important;
    background-color: #FFA000;
    animation: fill-bar 3s infinite;
    /* border-radius: 5px !important; */
}
  
.progress__bar_quota_count {
    position: absolute;
    top: -2px;
    left: 0;
    line-height: 25px;
    text-align: center;
    right: 0;
}

.page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: 0;
}

.sendATestLink {
    color: white !important;
}

.mOption { 
    margin-right: 0px !important;
}

.disabledOption {
    cursor: not-allowed;
    opacity: .5 !important;
    pointer-events: none !important;
}
/* 
.disabledOption span {
    opacity: .3 !important;
    pointer-events: none !important;
} */

/* label.disabledOption a {
    opacity: 1 !important;
    pointer-events:visible !important;
} */

.disabledTab {
    cursor: not-allowed;
    opacity: .5 !important;
    pointer-events: none !important;
}