﻿/* @import url("root.css");
@import url("/sei/static/fonts/fa.min.css");  For Icons @added by iO*/

@font-face {
    font-family: "Urbanist-Regular", sans-serif;
    src: url("../fonts/Urbanist-Regular.ttf");
}

@font-face {
    font-family: "Urbanist-Medium";
    src: url("../fonts/Urbanist-Medium.ttf");
}

body {
    background: #FFFFFF !important;
    margin: 12px !important;
    width: auto;
    height: auto;
}

body > h1 {
    display: none;
}

body #bodywrap {
    width: auto;
    margin: 0 0 12px 0;
}

body #bodywrap #bodycontent {
    padding: 0;
}

body #bodywrap #bodycontent #body {
    margin: 0;
}

#hmheadbox-right > h1{
   color:#00A2F !important; 
}
br{
    display: none;
}

div.ui-tooltip-content br {
    display: block;
    margin-bottom: 5px;
}

#null-1 br {
    display: block;
}

a {
    cursor: pointer;
    text-shadow: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #1d2d80;
}

input,
button,
select,
textarea,
#holderId {
    border-radius: 8px;
    border: solid 1px #bcbcbc;
    padding: 6px 12px;
    font-family: "Urbanist-Regular", sans-serif !important;
    font-size: 16px !important;
    color: #282828;
    left: 0;
    position: relative;
}

form input.button,
form input[type="button"],
.save_cancel_buttons a {
    height: auto;
    border: none;
    cursor: pointer;
    width: auto !important;
    margin: 0 12px 0 0;
    padding: 6.5px 24px;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #7236BB;
}

.save_cancel_buttons a:hover {
    color: #FFFFFF !important;
    background-color:#7236BB;
    text-decoration: none !important;
}

.grayed,
input.disabledButton,
input[readonly="readonly"],
textarea[readonly="readonly"] {
    height: auto;
    background: #A982DB !important;
    color: #FFFFFF !important;
    cursor: auto !important;
}                                                              

input.disabledButton {
    pointer-events: none;
}

button {
    min-width: 100px;
    border: none;
    color: #FFFFFF;
    background-color: #7236BB;
}

mat-dialog-container button {
    background-color: #7236BB !important;
}

mat-dialog-container .popupDialogButtons button {
    padding: 8px 24px;
    line-height: 1;
    border-radius: 8px;
    box-shadow: none !important;
}

.is-row-tool button {
    min-width: auto !important;
}

#ownerId-multiselect-button,
#lessee-multiselect-button {
    background: #efefef;
    padding: 6px 12px;
}

#ownerId-multiselect-button,
#customerId-multiselect-button {
    background: #efefef;
    padding: 6px 12px;
}

#holderId textarea {
    box-shadow: none;
    padding: 0;
}

form:not([name="summaryForm"]) a img:not(.calendaricon),
#dashBoardContent span img {
    position: relative;
    top: 2px;
    margin: 0 5px;
}

#banner {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 0;
    position: relative;
}

#banner #logo {
    background: url("/sei/static/images/soprano/soprano-logo-pds85.jpg")
    no-repeat;
    background-size: contain;
    width: 13%;
    max-width: 245px;
    height: 57px;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 12px 12px 0 12px;
}

#bannerTableDiv ul {
    background-color: #ffffff;
    border: none;
    float: none;
}

#banner #bannerTableDiv {
    position: relative;
    margin: 12px 12px 0 0;
    padding: 0;
    float: right;
    width: auto;
}

#banner #bannerTableDiv a {
    text-shadow: none;
    color: #282828;
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    margin: 0 12px;
    outline: none;
}

#banner #bannerTableDiv #userDivTrigger {
    margin: 0 12px 0 0;
}

#banner #bannerTableDiv a:hover {
    text-decoration: underline;
    color: #282828;
}

#banner #bannerTableDiv #userDivTrigger span {
    font-size: 10px;
}

#bannerTableDiv #userDiv,
#bannerTableDiv #setup,
#bannerTableDiv #onlineHelp {
    border-right: none;
    box-shadow: none;
}

#banner #bannerTableDiv #userDivContent {
    background: #ffffff;
    padding: 6px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    width: 193px;
}

#banner #bannerTableDiv #userDivContent #line {
    display: none;
}

#bannerTableDiv #userDivContent a {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #282828;
    background: #ffffff;
    margin: 0 0 0 20px;
}

#banner #bannerTableDiv #userDivContent span {
    padding: 0;
    margin: 6px 0;
    background-position: left;
}

.active a:hover {
    background: #7236BB;
}

div.clearer {
    display: none;
}

.tabArea {
    height: auto;
    background: #ffffff;
    padding: 0;
    min-width: auto;
    margin: 12px 0;
    border-radius: 8px;
}

.tabArea #tabsUl {
    padding: 0;
    background: #ffffff;
    border-radius: 8px;
    display: inline-block;
    align-items: center;
}

.tabArea a {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 20px !important;
    font-weight: bold;
    padding: 12px;
    display: inline-block;
    box-shadow: none;
    z-index: 1;
    border-radius: 8px;
}

.tabArea #tabsUl > li > a {
    color: #7236BB;
    display: table-cell;
}

.tabArea a:visited {
    color: #1d2d80;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
    color: #7236BB;
    background: #ffffff;
}

#tabArea {
    background-color: #7236BB;
}

#tabs span {
    background: #541C6C url("../images/3DTableTop2t-30.png") repeat scroll 0 0;
}

#tabs span.sms,
#tabs span.mms,
#tabs span.email,
#tabs span.home,
#tabs span.reports,
#tabs span.reminder,
#tabs span.sei,
#tabs span.staffMatch,
#tabs span.mobileVouchers,
#tabs span.campaignManager,
#tabs span.cgp,
#tabs span.inbound,
#tabs span.voice,
#tabs span.authenticator,
#tabs span.radar,
#tabs span.cipher {
    background-color: #639a00;
}

#shortcuts {
    background: #639a00 url("../images/3DTableTop2b-24.png") repeat-x scroll 0 3px;
}

.shortcutShade {
    background: #639a00 repeat-x;
}

.contentHeader .sectionTitle,
#rightPanel .titleBar,
#pageHolder .titleBar {
    background: #7236BB;
}

.summaryTable th,
.summaryTable th a,
.sortable thead td,
.sortable thead td a {
    background-color: #541C6C;
}

.footerDivider {
    background: #31659c url("../images/3DTableTop2b-24.png") repeat-x scroll 0 7px;
}

#rightPanel table.setupTable div.titleBar {
    background-color: #31659c;
}

.accordion li > a {
    background: #ffffff;
    color: #7236BB;
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 20px;
}

/* APAC for Style @11212016 @iO */
/* Content */

/* Override Original style  */

/* overwrite color in jqx.base.css */
.jqx-widget-header-soprano {
    background: #ffffff;
    font-family: "Urbanist-Regular", sans-serif !important;
    font-size: 16px !important;
    color: #444444 !important;
    border: none;
}

.requiredField {
    color: #c10000;
}

#footer #legal,
#footer #legal a {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
}

#footer #legal a {
    margin: 0 7px;
}

#footer #legal a:hover {
    text-decoration: underline;
}

#footer #legal font {
    display: none;
}

#footer #legal span {
    padding: 0 !important;
}

#footer #appLinks {
    display: none;
}

#footer #appLinks a:link {
    color: #7236BB;
    font-size: 14px;
}

#footer #appLinks a:hover {
    color: #7236BB;
    text-decoration: underline;
    font-size: 14px;
}

#footer #appLinks a:visited {
    color: #1d2d80;
}

.active ul a {
    padding: 0;
    color: #282828;
    font-size: 16px !important;
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: normal !important;
}

.tabArea ul a {
    height: auto;
}

.tabArea a:hover {
    color: #7236BB;
    background: #ffffff;
}

.tabArea ul li {
    width: max-content;
}

.tabArea ul li ul li .mid-line {
    display: none;
}

.tabArea ul li a.currentTab {
    border-radius: 8px;
    background-color: #7236BB;
    color: #ffffff !important;
}

#body #bodyPanels {
    padding: 0;
}

#bodyPanels #leftPanel {
    background: none;
    padding: 0;
    width: 260px;
    margin: 0 12px 0 0;
}

#bodyPanels #leftPanel #wrapper {
    margin: 0 !important;
}

#bodyPanels #rightPanel {
    background: transparent;
    margin: 0;
}

.accordion li > a {
    background: #ffffff;
    color: #7236BB;
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 20px;
    min-width: auto;
    padding: 8.5px 24px !important;
    height: auto;
}

.accordion li:last-child > a {
    border-radius: 0 0 8px 8px;
}

.accordion > li:target > a,
.accordion > li > a.active {
    color: #ffffff;
    background: #7236BB;
    box-shadow: none;
}

.accordion > li:hover > a {
    text-decoration: underline;
}

.accordion > li:nth-child(1) > a {
    border-radius: 8px 8px 0 0;
}

.accordion .iconDown {
    width: 14px !important;
    height: 14px !important;
    background: url(/sei/static/images/icon/common/16px/down-arrow.svg)
    no-repeat center;
    position: absolute;
    float: right;
    right: 0;
    top: 16px;
    padding: 0;
    margin: 0 24px;
    display: block !important;
}

.accordion .active .iconDown {
    background: url(/sei/static/images/icon/common/16px/active-down-arrow.svg)
    no-repeat center;
}

.accordion li > .sub-menu {
    background: #ffffff;
}

.accordion li > .sub-menu .setupParentContainer img {
    margin: 0;
    position: relative;
    left: 20px;
    top: 10px;
}

.accordion li > .sub-menu .setupChildContainer {
    margin: 0 0 0 52px;
}

.accordion li .sub-menu a:hover {
    cursor: pointer;
}

.accordion li .sub-menu a,
.accordion li .sub-menu td {
    font-size: 16px;
    font-family: "Urbanist-Regular", sans-serif;
    color: #282828 !important;
}

.accordion li.usefulLinks .sub-menu a {
    margin: 0 0 0 50px;
}

.accordion li .sub-menu a.setupFolder {
    font-weight: bold;
    margin: 6px 0 6px 36px;
    display: inline-block;
    line-height: 1;
}

#accStatus tr {
    padding: 12px 0 12px 24px;
    display: block;
    font-size: 16px;
    font-family: "Urbanist-Regular", sans-serif;
    float: left;
}

#accStatus td {
    padding: 0 !important;
    display: inline;
}

.accordion li:nth-child(1) .sub-menu {
    padding: 0;
}

.tabArea ul li ul {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 12px 24px;
    margin: -12px 0 0 12px;
    z-index: 1;
    left: inherit;
    width: fit-content;
}

.tabArea ul li.active ul {
    margin: -12px 0 0 12px;
    width: auto;
    width: max-content;
    white-space: nowrap;
}

#spinIt .jqx-widget-content,
#email_summary .jqx-widget-content {
    overflow: auto !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tabArea ul li.active ul {
        display: table !important;
    }
}

.arrow {
    display: none;
}

.iconDown {
    background: url("/sei/static/images/att/DownArrowWhite.png") no-repeat;
}

.sort_asc_arrow,
.sort_desc_arrow {
    width: 18px;
    height: 16px;
}

.sort_asc_arrow {
    background: url("/sei/static/images/icon/common/16px/sort_asc_arrow_grey.png")
    no-repeat;
}

.sort_desc_arrow {
    background: url("/sei/static/images/icon/common/16px/sort_desc_arrow_grey.png")
    no-repeat;
}

.accordion li.accountStatus > a:before,
.accordion li.usefulLinks > a:before,
.accordion li.disabledUsefulLinks > a:before,
.accordion li.Personal > a:before,
.accordion li.Platform > a:before,
.accordion li.Company > a:before,
.accordion li.recentItems > a:before,
.accordion li.disabledRecentItems > a:before {
    background: none !important;
}

.ui-tabs .ui-tabs-nav li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 520;
}

.quickLinkStyle {
    font-family: "Urbanist-Regular", sans-serif;
    color: #7236BB;
    font-size: 16px;
}

.kt-auto .remove_all_items {
    top: -6px;
}

.ui-widget-content a:link {
    text-decoration: none;
    height: auto;
}

.ui-widget-content a:visited {
    color: #1d2d80;
}

.ui-widget-content a:hover {
    text-decoration: underline;
    color: #505050;
    font-weight: 500;
}

.ui-tabs .ui-tabs-nav li {
    background: #ededed;
    border-radius: 8px 8px 0 0;
    border: 0;
    display: inline-block;
}

.ui-widget-content,
#null {
    border: 0px;
    background: #fff;
    margin: 0;
    border-radius: 8px;
    padding: 12px 0;
}

#ownerId-multiselect,
#lessee-multiselect {
    padding: 0;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    width: 258px;
}

#ownerId-multiselect,
#customerId-multiselect {
    padding: 0;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    width: 258px;
}

.ui-tabs .ui-tabs-panel {
    border: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    border-width: 0 0 0 0;
    background: transparent;
}

.formTable {
    background: transparent;
}

.formTable tr#messageTypeRadios td,
.formTable div#previewSection #previewText,
.formTable div#previewSection #previewText span {
    font-weight: normal;
}

.ui-widget-content .formTable tr {
    margin: 12px 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #ffffff;
    border: solid 1px #ededed;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    padding-bottom: 1px;
    border-bottom: 0 !important;
}

.formCellLabel {
    color: #444444;
    text-align: left;
    background: #ffffff;
    width: auto;
}

#messageTypeRadios .formCellLabel {
    width: 143px;
}

.formCellLabel label {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #282828;
}

.formCellLabel.message-report-order-label {
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px 0 0;
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
}

.formCellValue input {
    width: 13rem !important;
}

form[name="messageReport"] .formCellValue input {
    width: 182px !important;
}

form[name="messagePerformanceReport"] .formCellValue input {
    width: 208px !important;
    font-weight: normal;
}

form[name="messagePerformanceReport"] .formCellValue select {
    font-weight: normal;
}

.formCellValue input[name="fileContent"] {
    width: auto !important;
}

.formCellValue input + a,
.formCellValue input + a {
    margin: 8.5px;
}

.formCellValue input + a > img {
    margin: 0;
    padding: 0;
}

.formCellValue_2 {
    color: #282828;
    font-size: 14px;
}

.formCellValue {
    color: #282828;
    font-size: 14px;
    background: #ffffff;
}

#bodyCell .contentHeader {
    margin: 0 0 12px 0;
}

#bodyCell form[name="contact"] {
    margin: 0;
}

#bodyCell form[name="contact"] > input.button {
    margin: 0 6px;
}

#bodyCell .contentHeader .sectionTitle,
.formTable caption {
    width: auto;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Urbanist-Regular", sans-serif;
    color: #444444;
    line-height: normal;
    background-image: none;
}

#bodyCell .contentHeader .sectionTitle {
    padding: 24px;
}

#bodyCell .contentHeader .header {
    background: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Urbanist-Regular", sans-serif;
    color: #444444;
}

#bodyCell .sectionTitle img {
    display: none;
}

#bodyCell .sectionTitle span.heading {
    background:#2A4192;
    vertical-align: middle;
}

#bodyCell #rightPanel {
    display: inline-block;
    width: 100%;
}

#bodyCell #rightPanel .dropShadow {
    background: #ffffff;
    border-radius: 8px;
    margin: 0;
    padding: 24px;
}

#bodyCell #rightPanel form#search_messages_form .dropShadow,
#bodyCell #rightPanel form#search_form .dropShadow,
#bodyCell #rightPanel form[name="contact"] #null-1 .dropShadow,
#bodyCell #rightPanel form[name="company"] .dropShadow,
#bodyCell #rightPanel form[name="emailPreference"] .dropShadow,
#bodyCell #rightPanel form[name="voicePreference"] .dropShadow,
#bodyCell #rightPanel form[name="email_broadcast_order"] .dropShadow,
#bodyCell #rightPanel form[name="ottUserDetails"] .dropShadow,
#bodyCell #rightPanel form[name="hcal"] .dropShadow,
#bodyCell #rightPanel form[name="user"] .dropShadow,
#bodyCell #rightPanel form[name="voice_order"] .dropShadow,
#bodyCell #rightPanel form[name="personal"] .dropShadow,
#bodyCell #rightPanel form[name="sms_standard_order"] .dropShadow,
#bodyCell #rightPanel form[name="sms_broadcast_order"] .dropShadow,
#bodyCell #rightPanel form[name="mms_standard_order"] .dropShadow,
#bodyCell #rightPanel form[name="mms_broadcast_order"] .dropShadow,
#bodyCell #rightPanel form[name="ott_standard_order"] .dropShadow,
#bodyCell #rightPanel form[name="rcs_standard_order"] .dropShadow,
#bodyCell #rightPanel form[name="whatsapp_standard_order"] .dropShadow,
#bodyCell #rightPanel form[name="messageReport"] .dropShadow,
#bodyCell #rightPanel form[name="VoiceOrder"] .dropShadow,
#bodyCell #rightPanel form[name="rapidAlert_order"] .dropShadow,
#bodyCell #rightPanel form[name="performanceReportOrder"] .dropShadow,
#bodyCell #rightPanel form[name="messageReportOrder"] .dropShadow,
#bodyCell #rightPanel form[name="SMSCostCentreReportOrder"] .dropShadow,
#bodyCell #rightPanel form[name="SMSSourceAddressReportOrder"] .dropShadow,
#bodyCell #rightPanel form[name="accountReportOrder"] .dropShadow,
#bodyCell #rightPanel form[name="product"] .dropShadow,
#bodyCell #rightPanel form[name="list"] .dropShadow {
    padding: 0;
}

#bodyCell #rightPanel .dropShadow .summaryTable td > a,
#bodyCell #rightPanel .dropShadow .sortable td > a {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
    display: inline-block;
}

#bodyCell #rightPanel .dropShadow .summaryTable td[colspan="7"],
#bodyCell #rightPanel .dropShadow .sortable td[colspan="7"] {
    width: 35%;
}

#bodyCell #rightPanel .dropShadow .summaryTable .table_header,
#bodyCell #rightPanel .dropShadow .summaryTable .table_header a,
#bodyCell #rightPanel .dropShadow .sortable .table_header,
#bodyCell #rightPanel .dropShadow .sortable .table_header a {
    font-weight: bold;
}

#bodyCell #rightPanel .titleBar {
    background: transparent;
    margin: 0 0 18px 0;
}

/* expand and collapse buttons, overwrite root.css */
form[name="contact"] .expandButton {
    min-width: 18px;
    display: block;
    cursor: hand;
    background: url("/sei/static/images/soprano/expand_more.png") no-repeat;
}
form[name="contact"] .collapseButton {
    min-width: 18px;
    display: block;
    cursor: hand;
    background: url("/sei/static/images/soprano/expand_less.png") no-repeat;
}
.expandButton,
.collapseButton {
    display: none;
}

table {
    border-spacing: 0;
}

table.summaryTable td,
table.sortable td,
table.sortable.rapid_alert_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#bodyCell #rightPanel .tableTitle {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 20px;
    color: #444444;
    padding: 0;
}

#bodyCell #rightPanel #settingsTitle {
    font-weight: bold;
}

#bodyCell #rightPanel form[name="summaryForm"] {
    display: inline-block;
    width: 100%;
}

#bodyCell #rightPanel .summaryTable th input[name="allbox"] {
    display: block;
}

#bodyCell #rightPanel .summaryTable th input,
#bodyCell #rightPanel .sortable th input {
    display: none;
}

#bodyCell #rightPanel .summaryTable th,
#bodyCell #rightPanel .summaryTable td,
#bodyCell #rightPanel .sortable td,
.sortable.rapid_alert_table th,
.sortable.rapid_alert_table td {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    padding: 6px !important;
}

#bodyCell #rightPanel .summaryTable th,
.sortable.rapid_alert_table th {
    color: #282828;
    text-align: left !important;
}

#bodyCell #rightPanel .summaryTable td,
#bodyCell #rightPanel .sortable td,
.sortable.rapid_alert_table td {
    color: #444444;
    text-align: left;
}

#bodyCell #rightPanel .summaryTable th[align="center"] a {
    padding: 0;
}

#bodyCell #rightPanel .summaryTable th label {
    font-weight: bold;
}

#rightPanel select {
    background-color: #ffffff;
    width: 13rem !important;
    min-width: 208px;
    text-overflow: ellipsis;
}

#rightPanel select[name="templateId"] {
    margin: 0;
}

#bodyCell #rightPanel .setupTable {
    border: none;
}

#bodyCell #rightPanel .setupTable td {
    background: transparent;
}

#bodyCell #rightPanel .setupTable ul {
    margin: 0;
    text-indent: 0;
}

#bodyCell #rightPanel .setupTable ul li {
    list-style: none;
    margin: 6px 0;
}

#bodyCell #rightPanel .setupTable ul li a {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #282828;
}

form[name="summaryForm"] > input.button,
form[name="userLicense"] > input.button {
    margin: 12px 6px 24px 6px;
}

.summaryRowEven,
.summaryRowOdd {
    background: #ffffff;
}

.summaryTable tbody > tr:hover,
.sortable tbody > tr:hover {
    background: #ededed;
}

.summaryTable,
.sortable {
    border: none;
}

.summaryTable th,
.summaryTable th a,
.sortable thead td,
.sortable thead td a {
    font-size: 16px;
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: bold;
    color: #444444;
    background: #ffffff;
}

table.summaryTable th a {
    color: #282828;
}

.summaryTable th,
.summaryTable td,
.sortable td,
.sortable.rapid_alert_table th,
.sortable.rapid_alert_table td {
    border: none;
}

.summaryTable tbody td {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.mover {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    background: #7236BB;
    border-radius: 3px;
    padding: 10px 10px 0px 10px;
    border: none;
    text-shadow: none;
}

#bodyCell form#search_messages_form {
    width: 100%;
    margin: 0;
}

#bodyCell form#search_messages_form div > input {
    margin: 0 6px;
}

#bodyCell form#search_messages_form td {
    background: #ffffff;
}

td.formCellLabel a {
    display: inline;
    margin: 0;
}

#bodyCell form#search_messages_form .ui-tabs-panel {
    padding: 0;
}

.prevDisabled,
.nxtDisabled {
    height: 24px;
    padding: 10px 10px 0px 10px;
}

.next-tab:hover {
    background-color: #A982DB;
    text-decoration: none;
}
.prev-tab:hover {
    background-color: #A982DB;
    text-decoration: none;
}

.summaryTable td a {
    font-weight: normal;
}

.summaryTable td a:link {
    color: #7236BB;
    font-size: 14px;
    text-decoration: none;
}

.summaryTable td a:hover {
    color: #A982DB;
    text-decoration: underline;
    font-size: 14px;
}

.summaryTable td a:visited {
    color: #1d2d80;
}

#accStatus {
    border: none !important;
    background: #ffffff;
}

#accStatus .paragraph {
    font-size: 16px;
    color: #282828;
}

#accStatus .paragraph > div {
    display: inline-block;
    margin-right: 5px;
}

.ui-tabs .ui-tabs-nav li a {
    text-shadow: none;
    color: #282828;
    font-size: 16px;
    font-family: "Urbanist-Regular", sans-serif;
    padding: 12px;
    margin: 0;
}

.accordion li .sub-menu .setupLeaf a {
    color: #282828 !important;
}

.accordion li > a {
    text-shadow: none;
}

#footer {
    background: #ffffff;
    margin: 0;
    height: auto;
    border: none;
    padding: 24px 164px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.active a:link {
    text-decoration: none;
}

.active li > a:hover {
    color: #7236BB;
    background-color: transparent;
    text-decoration: underline;
}

.contentHeader .CustomerBean {
    background-image: url(../images/att/Customer.png);
    width: 42px;
    margin-top: 4px;
}

.contentHeader .Shortcut_Gear {
    background-image: url(../images/icon/common/24px/soprano_settings.png);
}

.formTable > tbody > tr > td {
    padding: 0 12px 0 0;
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}

.formTable > tbody > tr > td.max-text,
.formTable > tbody > tr > td.sample-format,
.formTable > tbody > tr > td.max-text b {
    font-weight: normal;
}

.formTable > tbody > tr > td span {
    font-weight: normal;
}

.formTable #sampleMailMergeMessageTemplateRowText {
    position: relative;
    top: -25px;
}

.formTable > tbody > tr > td > input[type="checkbox"],
.formTable > tbody > tr > td > input[type="radio"] {
    width: auto !important;
}

.ql_settings,
.ql_lists,
.ql_contacts,
.ql_groups,
.ql_sms,
.ql_email,
.ql_consent,
.ql_reports,
.ql_policy,
.ql_api {
    width: 72px !important;
    height: 62px;
    min-height: 48px;
    vertical-align: bottom;
    background-position: center top;
}

.ql_settings + td[align="left"],
.ql_lists + td[align="left"],
.ql_contacts + td[align="left"],
.ql_groups + td[align="left"],
.ql_sms + td[align="left"],
.ql_email + td[align="left"],
.ql_consent + td[align="left"],
.ql_reports + td[align="left"],
.ql_policy + td[align="left"],
.ql_api + td[align="left"] {
    padding-left: 24px;
}

.ql_settings + td[align="left"] a,
.ql_lists + td[align="left"] a,
.ql_contacts + td[align="left"] a,
.ql_groups + td[align="left"] a,
.ql_sms + td[align="left"] a,
.ql_email + td[align="left"] a,
.ql_consent + td[align="left"] a,
.ql_reports + td[align="left"] a,
.ql_policy + td[align="left"] a,
.ql_api + td[align="left"] a {
    display: block;
    width: fit-content;
}

.ql_settings {
    background: url("/sei/static/images/soprano/62px/home_customer_control_panel_darkgray.png")
    no-repeat;
}
.ql_lists {
    background: url("/sei/static/images/soprano/62px/home_lists_darkgray.png")
    no-repeat;
}
.ql_contacts {
    background: url("/sei/static/images/soprano/62px/home_contacts_medgray.png")
    no-repeat;
}
.ql_groups {
    background: url("/sei/static/images/soprano/62px/home_groups_darkgray.png")
    no-repeat;
}
.ql_sms {
    background: url("/sei/static/images/soprano/62px/home_sms_communications_darkgray.png")
    no-repeat;
}
.ql_email {
    background: url("/sei/static/images/soprano/62px/home_email_comm_darkgray.png")
    no-repeat;
}
.ql_consent {
    background: url("/sei/static/images/soprano/62px/home_consent_mgmt_darkgray.png")
    no-repeat;
}
.ql_reports {
    background: url("/sei/static/images/soprano/62px/home_reports_darkgray.png")
    no-repeat;
}
.ql_api {
    background: url("/sei/static/images/soprano/62px/home_config_api_darkgray.png")
    no-repeat;
}
.ql_policy {
    background: url("/sei/static/images/soprano/62px/home_policy_control_darkgray.png")
    no-repeat;
}

#dashContent {
    margin: 0 !important;
}

#dashContent input[type="button"] {
    cursor: pointer;
}

#dashBoardContent .portlet {
    margin: 12px 0 24px 0;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: none;
}

#dashBoardContent .portlet-header {
    background: #ffffff;
    border: none;
}

#dashBoardContent input[type="button"] {
    border: none;
    min-width: 100px;
}

#dashBoardContent .column {
    padding: 0;
    width: 48% !important;
}

#dashBoardContent #column1 {
    margin: 0 24px 0 0;
}

#dashBoardContent .portletheader,
#dashBoardContent .portletcontent {
    margin: 0;
    padding: 0;
}

#dashBoardContent .portletheader {
    border: none;
    font-family: "Urbanist-Medium", sans-serif;
    font-size: 20px;
    color: #444444;
    background: none;
    margin: 0 0 24px 0;
}

#dashBoardContent .portletcontent th {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
}

#dashBoardContent .portletcontent td {
    vertical-align: top;
    border: none;
    width: auto !important;
}

#dashBoardContent .portletcontent input,
#dashBoardContent .portletcontent textarea {
    padding: 6px 12px !important;
    margin: 0 0 12px 0;
    border-radius: 8px;
    border: solid 1px #bcbcbc;
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
    width: 100% !important;
}

#dashBoardContent .portletcontent label {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}

#dashBoardContent .portletcontent button {
    border-radius: 8px;
    background: #ffffff;
    border: none;
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #282828;
    width: 83px;
    right: 0 !important;
    margin: 0 0 0 12px;
}

#dashBoardContent .portletcontent .uibutton .uibuttontext {
    font-weight: normal;
    text-shadow: none;
    font-size: 16px;
    font-family: "Urbanist-Regular", sans-serif;
}

#dashBoardContent .portletcontent button#quickSend {
    background-color: #7236BB;
}

#dashBoardContent .portletcontent button#quickSend:hover {
    background-color: #F59AB4;
}

#dashBoardContent .portletcontent button#displayPrev {
    background-color: #541C6C;
    color: #ffffff;
}

#dashBoardContent .portletcontent button#displayPrev:hover {
    background-color: #7236BB;
}

#dashBoardContent .portletcontent table.tablescroll td {
    padding: 0;
}

#dashBoardContent .portletcontent table.tablescroll a,
#dashBoardContent .portletcontent table.tablescroll td {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
    margin: 0;
}

#dashBoardContent .portletcontent table.tablescroll tr {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}

#dashBoardContent .portletcontent table.tablescroll th {
    padding: 0 0 6px 0;
}

#dashBoardContent .portletcontent a {
    display: inline;
    margin: 0;
}

#dashBoardContent .portletheader#toDrag6 {
    float: left;
}

#dashBoardContent .portletcontent#portletcontentitem6 #labelsComboBox {
    display: none;
}

#dashBoardContent .portletcontent#portletcontentitem6 input {
    margin: 0;
    padding: 0 !important;
    background-color: transparent;
    border: none;
}

#dashBoardContent .portletcontent#portletcontentitem6 #topPanel {
    margin: 0;
}

#dashBoardContent .portletcontent#portletcontentitem6 #topTable {
    width: auto;
    float: right;
    position: relative;
    top: 2px;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#topTable
td
#refreshButton {
    width: 21px;
    height: 21px !important;
    min-width: 21px;
    min-height: 21px;
    background: url(/sei/static/images/icon/common/24px/Refresh.png) norepeat
    center center transparent;
    border: none;
    box-shadow: none;
}

#dashBoardContent .portletcontent#portletcontentitem6 #mainSplitter {
    border: none;
    margin: 0;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
.jqxsplittersplitbarvertical {
    display: none;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
div[class^="jqx"] {
    left: 0 !important;
    width: 100% !important;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#listBoxContentmsgFlat {
    width: 100% !important;
    z-index: 1000;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
.jqxlistitemelement {
    height: auto !important;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
.jqxlistitemelement
.jqxitem {
    width: 100%;
    background: #fff;
    padding: 6px 12px;
    margin: 0;
    border: none;
    position: relative;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
.jqxlistitemelement
.fRow {
    border: none;
    display: flex;
    justify-content: space-between;
}

#dashBoardContent .portletcontent#portletcontentitem6 #mainSplitter #msgFlat {
    left: 0 !important;
    width: 100% !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.jqxlistitemelement {
    position: relative;
    top: 0 !important;
    border-radius: 8px;
    background-color: #ffffff;
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    color: #444444;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.fRow
> div {
    display: none;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.fColTime,
#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.fColMob,
#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.fColTxt {
    display: tablecell !important;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.fColTime {
    width: 30% !important;
}

#dashBoardContent
.portletcontent#portletcontentitem6
#mainSplitter
#msgFlat
.fColTxt {
    width: 40% !important;
}

#dashBoardContent #quickSmsTable > tbody > tr > td {
    width: 25%;
}

#dashBoardContent button#quickSend {
    height: auto;
    border: none;
    cursor: pointer;
    width: auto !important;
    padding: 6.5px 24px;
    border-radius: 8px;
    color: #FFFFFF;
    background: #7236BB;
}

#dashBoardContent #quickSMSdest,
#dashBoardContent #quickSMScustomMessage {
    width: 100% !important;
}

form[name="autoContactUpdtOrder"] {
    display: inline-block;
    margin: 0;
}

#custHierarchy {
    margin: 0 12px 0 0 !important;
}

#treeHeader {
    border-radius: 8px 8px 0 0;
}

#jqxTree {
    border-radius: 0 0 8px 8px;
}

#orderDetails {
    margin: 0 0 10px 0;
}

#statusLinks a {
    margin: 0;
    font-size: 13px;
}

#editableFields input {
    float: none;
}

#editableFields br,
#previewText br {
    display: block;
}

#editableFields label {
    line-height: 33px;
}

#editableFields .icon-help_light {
    position: relative;
    top: 10px;
}

#editableFields textarea {
    width: auto;
}

#message {
    width: auto;
}

/* New header with navigation bar */
#body .tabArea,
#banner #bannerTableDiv {
    display: none;
}

#banner {
    height: auto;
    margin: 0 0 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#banner .tabArea {
    display: inline-block;
    position: relative;
    width: 72%;
    margin: 0;
    text-align: left;
    z-index: 11;
    vertical-align: middle;
}

#banner #header_top_right {
    display: flex;
    height: 44px;
    text-align: right;
    z-index: 11;
    vertical-align: middle;
    justify-content: flex-start;
    width: 22%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;
}

#banner #header_top_right #online_help {
    width: 20px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 65px;
}

#banner #header_top_right #online_help #online_help_img {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(/sei/static/images/soprano/new_header/help.svg)
    no-repeat;
    background-size: 25px auto;
}

#banner #header_top_right #userDivTrigger {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#banner #header_top_right #userDivTrigger .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#banner #header_top_right #userDivTrigger #defaultAvatar {
    background: url(/sei/static/images/soprano/contact.png) no-repeat;
}

#banner #header_top_right #userDivContent {
    position: absolute;
    right: 0;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 12px 24px;
    margin: 0 12px 0 0;
    text-align: left;
    display: none;
    width: max-content;
}

@media all and (-ms-high-contrast: none) {
    #banner #header_top_right #userDivContent {
        width: auto;
    }
}

#banner #header_top_right #userDivContent li {
    margin: 5px 0;
    font-size: 16px;
    display: flex;
}

#banner #header_top_right #userDivContent li:first-child span {
    font-weight: bold;
}

#banner #header_top_right #userDivContent a,
#banner #header_top_right #userDivContent span {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #444444;
}

#banner #header_top_right #userDivContent a:hover {
    color: #333333;
    text-decoration: underline;
}

#wrapRepBtn {
    width: auto;
    display: flex;
    justify-content: center;
}

#wrapRepBtn .RepBtnContainer {
    width: auto;
}

/* to fix bugs on MEMS-4633 */
.kt-auto {
    width: 551px;
}

.kt-auto ul {
    width: 551px;
}

.kt-auto ul li {
    width: 525px;
}

@media only screen and (max-width: 1024px) {
    .formTable {
        max-width: 658.4px;
        display: block;
        padding: 0 12px;
    }

    #hcal {
        max-width: 711px;
        overflow: scroll;
    }

    #dashBoardContent .portlet-content input,
    #dashBoardContent .portlet-content textarea {
        width: auto !important;
    }

    #bodyPanels #hcal-2 table {
        width: 65%;
    }

    .formTable > tbody > tr > td > input,
    .formTable > tbody > tr > td > select {
        width: 170px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .ui-widget-content,
    #null {
        padding: 12px 24px;
    }

    .ui-corner-all#null {
        margin-bottom: 12px;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-rcsTextButtonAttributesModal"],
    .ui-dialog[aria-labelledby="ui-dialog-title-rcsCardButtonAttributesModal"] {
        width: 360px !important;
        text-align: left;
    }

    /* new styles for jQuery UI dialog */
    .ui-dialog .ui-dialog-titlebar {
        background: transparent;
        border: none;
        font-family: "Urbanist-Regular", sans-serif;
        font-size: 20px;
        color: #444444;
        padding: 0;
    }

    .ui-dialog .ui-dialog-content {
        padding: 1em 0 0;
        font-size: 1.5em;
    }

    .ui-dialog .formTable > tbody > tr > td {
        padding: 0;
    }

    .ui-dialog .formTable > tbody > tr > td > input[type="radio"] {
        margin: 0 0.3em 0 0;
        top: 1px;
    }

    .ui-dialog .formTable > tbody > tr > td > label {
        margin: 0 1.5em 0 0;
    }

    .ui-dialog .ui-dialog-buttonset button,
    .ui-dialog-buttonset .ui-button:hover {
        height: auto;
        border: none;
        cursor: pointer;
        width: auto;
        min-width: auto;
        margin: 0 12px 0 0;
        padding: 6.5px 24px;
        border-radius: 8px;
        color: #FFFFFF;
        background: #7236BB;
    }

    .ui-dialog-buttonset .ui-button {
        padding: 0;
        font-weight: normal;
    }
    .ui-dialog .ui-dialog-buttonset button .ui-button-text {
        padding: 0;
        font-weight: normal;
    }

    .ui-dialog #dialog-confirm p {
        text-align: left;
    }

    #ownerId-multiselect,
    #lessee-multiselect {
        padding: 0;
    }

    #ownerId-multiselect,
    #customerId-multiselect {
        padding: 0;
    }
}

/* MERMAID CSS Section - Start */
tr td div.mermaid #mermaid-inner .node rect {
    fill: #ffffff !important;
    stroke: #7236BB; /*#6400AA;*/
}
tr td div.mermaid #mermaid-inner .node polygon {
    fill: #ffffff !important;
    stroke: #7236BB;
}
tr td div.mermaid #mermaid-inner .edgePath .path {
    stroke: #7236BB !important;
}
tr td div.mermaid #mermaid-inner path {
    stroke: #7236BB !important;
}

tr td div.mermaid #mermaid-inner .edgeLabel {
    fill: none;
}
#mermaid-inner a {
    color: #4f4f4f;
}
#mermaid-inner .edgeLabel a {
    color: #4f4f4f;
}
/* MERMAID CSS Section - End */

#searchImg {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-right: 15px;
    display: block;
    background: url("../images/soprano/search.png") right top no-repeat;
}

#mfieldsContainer br {
    display: block !important;
}

#findIcon {
    width: 24px;
    height: 24px;
    background: url("../images/search.png") right top no-repeat;
}

#dialog-form2FA #logo2FA {
    background: url("/sei/static/images/soprano/soprano-logo-pds85.jpg")
    no-repeat;
    background-size: auto;
    height: 57px !important;
}

/* Rapid Alert details page changes MEMS-6974 */
table.rapid_alert_details tr.details_row input.button {
    height: auto;
    border: none;
    cursor: pointer;
    width: auto !important;
    margin: 0 12px 0 0;
    padding: 6.5px 24px;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #7236BB;
}

@media only screen and (min-width: 1651px) and (max-width: 1870px) {
    #banner .tabArea {
        width: 70%;
    }
}

@media only screen and (min-width: 1291px) and (max-width: 1650px) {
    #banner .tabArea {
        width: 65%;
    }
}

@media only screen and (max-width: 1290px) {
    #banner .tabArea {
        width: 60%;
    }
}

/** Overwrite styles of charts created by Charts js **/

/* Chart title */
#dashBoardContent .portlet .title,
#dashBoardContent .portlet-header,
#campaign_statuses .graph .title,
#campaign_statuses #top_campaigns_container #campaign_title,
#campaign_statuses #top_campaigns_container #campaign_messages,
#orderDetailsCharts h2 {
    font-family: "Urbanist-Regular", sans-serif !important;
    font-weight: bold !important;
    color: #282828 !important;
}

/* Chart data and legends */
#campaign_statuses .chartLegend td,
#campaign_statuses #top_campaigns_container .campaign_name,
#campaign_statuses #top_campaigns_container .campaign_amount,
#orderDetailsCharts h1,
#orderDetailsCharts #start_time h2,
#orderDetailsCharts #end_time h2,
#orderDetailsCharts .chartLegend .chart-legend-label-text,
#orderDetailsCharts .chartLegend .chart-value,
#orderDetailsCharts #click_counts td {
    font-family: "Urbanist-Regular", sans-serif !important;
    color: #282828 !important;
}

/* Override FL */
body#loginBody {
    font-family: "Urbanist-Regular", sans-serif;
    margin: 0;
    display: block;
}

body#loginBody .contentx {
    width: auto !important;
}
body#loginBody .contentx {
    background: #fff;
    height: 660px;
    width: 728px;
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
body#loginBody .contentx h2,
body#loginBody .contentx h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    color: #444;
    margin-bottom: 18px;
    font-family: "Urbanist-Regular", sans-serif;
}
body#loginBody .contentx h2 span,
body#loginBody .contentx h3 span {
    color: #7236BB;
}

body#loginBody .contentx li:before {
    content: "\f10c";
    font-family: FontAwesome;
    color: #7236BB; /* or whatever color you prefer */
    font-size: 12px;
    line-height: 0;
    padding-right: 5px;
}

body#loginBody .contentx ul {
    margin-bottom: 0;
}

body#loginBody .contentx a.btn-req {
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(249, 207, 0, 0.1);
    background-color: #7236BB;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 400;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 300ms;
    font-family: "Urbanist-Regular", sans-serif;
    margin-left: 3px;
}
body#loginBody .contentx a.btn-req:hover {
    color: #FFFFFF;
    background: #7236BB;
}

body#loginBody .contentx ul {
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
}
body#loginBody .contentx ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #444;
    font-family: "Urbanist-Regular", sans-serif;
}

/* SSS */
body#loginBody .sss {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
body#loginBody .ssslide {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
}
body#loginBody .ssslide img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
body#loginBody .sssnext,
body#loginBody .sssprev {
    width: 44px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 250px;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: opacity 350ms;
}
body#loginBody .sssprev:hover,
body#loginBody .sssnext:hover {
    cursor: pointer;
    opacity: 0.7;
}
body#loginBody .sssprev:active,
body#loginBody .sssnext:active {
    opacity: 1;
}
body#loginBody .sssprev {
    left: 0;
}
body#loginBody .sssnext {
    right: 0;
    text-align: right;
}

body#loginBody .sssprev:after {
    content: "\f104";
    color: #fff;
    z-index: 9999;
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 40px;
}

body#loginBody .sssnext:before {
    content: "\f105";
    color: #fff;
    z-index: 9999;
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 40px;
}
body#loginBody .contentx .items {
    margin-bottom: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 728px auto;
}
body#loginBody .contentx .items .indent {
    padding: 30px 45px 24px 45px;
    min-height: 595px;
    box-sizing: content-box;
}
body#loginBody .contentx .items.slide1 {
    background-image: url(/sei/static/images/slide01.png);
}
body#loginBody .contentx .items.slide2 {
    background-image: url(/sei/static/images/slide02.png);
}
body#loginBody .contentx .items.slide3 {
    background-image: url(/sei/static/images/slide03.png);
}
body#loginBody .contentx .items.slide4 {
    background-image: url(/sei/static/images/slide04.png);
}
body#loginBody .contentx .items.slide5 {
    background-image: url(/sei/static/images/slide05.png);
}
body#loginBody .contentx .items .listed {
    border-radius: 8px;
    position: absolute;
    top: 260px;
    width: 260px;
    background-color: #fff;
    color: #444;
}
body#loginBody .contentx .items .listed ul {
    margin-top: 0;
    padding: 15px;
}
body#loginBody .contentx .items .listed h4 {
    padding-left: 16px;
}
body#loginBody .contentx .items h2,
body#loginBody .contentx .items h3 {
    display: block;
}
body#loginBody .contentx .items h3 {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}
body#loginBody .contentx .items h2 {
    font-family: "QuickSand", sans-serif;
    color: #fff;
    margin-bottom: 24px;
}
body#loginBody .contentx .items a.btn-req {
    margin-top: 6px;
}
body#loginBody .contentx .items h2 {
    font-size: 37px;
}
body#loginBody .contentx .btn-req:hover,
body#loginBody .contentx .btn-req {
    border: none !important;
}

body#loginBody .contentx ul li {
    padding-left: 0 !important;
    background-image: none !important;
    margin-left: 0 !important;
}

/* Features */
body#loginBody .featurex {
    padding: 0;
    overflow: hidden;
    font-family: "Urbanist-Medium", sans-serif;
    font-weight: 400;
    color: #282828;
    background-color: #ffffff;
    width: 728px;
    margin-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
body#loginBody .featurex .wrapper {
    padding: 12px;
}
body#loginBody .featurex .cols .wrapper {
    padding: 12px 12px 24px 12px;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
body#loginBody .featurex .cols {
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
body#loginBody .featurex .cols.col-x3 {
    width: 33.333333%;
}
body#loginBody .featurex .cols.col-x2 {
    width: 50%;
}
body#loginBody .featurex .cols.first {
    clear: left;
}
body#loginBody .featurex .icon-image {
    margin: 0 auto 12px auto;
    text-align: center;
}
body#loginBody .featurex h2 {
    font-size: 30px;
    color: #7236BB;
    font-family: "Urbanist-Medium", sans-serif;
    padding-left: 12px;
    margin: 0;
}
body#loginBody .featurex .title-main {
    text-align: left;
}
body#loginBody .featurex h3 {
    text-transform: none;
    text-align: left;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 3px;
    color: #444444;
    display: block;
    font-family: "QuickSand", sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
}
body#loginBody .featurex h4 {
    text-transform: none;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 3px;
    color: #666;
    display: block;
    font-family: "Urbanist-Regular";
    font-weight: 400;
    text-transform: uppercase;
}
body#loginBody .featurex h4 .fa {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 6px;
    color: #aaaaaa;
}
body#loginBody .featurex p {
    font-size: 16px;
    color: #444;
    margin: 0;
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: 400;
    text-align: left;
}
body#loginBody .featurex img::selection {
    background: none;
}
body#loginBody .featurex img::-moz-selection {
    background: none;
}

body#loginBody .featurex .blue-row {
    background-color: #0085D2;
    display: inline-block;
}

body#loginBody .featurex .blue-row .wrapper {
    padding-top: 0;
}
body#loginBody .featurex .blue-row h2 {
    margin-top: 0;
    color: #fff;
}
body#loginBody .featurex .blue-row .cols {
    margin-bottom: 0;
    background-color: #0085D2;
    margin-bottom: 12px;
}
body#loginBody .featurex .blue-row .cols .wrapper {
    background-color: #fff;
    padding: 12px 12px 24px 12px;
}
body#loginBody .featurex .blue-container {
    width: 100%;
    background-color: #7236BB;
}

/* Sidebar */
body#loginBody .sidebarx {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    width: 285px;
    margin: 15px 0 0 0;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
}
body#loginBody .sidebarx .wrapper {
    padding: 12px;
}
body#loginBody .sidebarx h3,
body#loginBody .sidebarx h4 {
    font-size: 20px;
    line-height: 24px;
    color: #7236BB;
    font-weight: 700;
    font-family: "Urbanist-Medium", sans-serif;
    padding: 0 0 10px;
    display: block;
}
body#loginBody .sidebarx p {
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: 400;
    color: #282828;
    font-size: 16px;
}
body#loginBody .sidebarx img {
    max-width: 100%;
    height: auto;
}
body#loginBody .sidebarx a {
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: 400;
    color: #282828;
    text-decoration: none;
}
body#loginBody .sidebarx a:hover {
    color: #505050;
    text-decoration: none;
}

body#loginBody .sidebarx ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
body#loginBody .sidebarx ul:last-child {
    margin-bottom: 0;
}
body#loginBody .sidebarx ul li {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Urbanist-Regular", sans-serif;
    margin-bottom: 10px;
}
body#loginBody .sidebarx ul li a {
    font-family: "Urbanist-Regular", sans-serif;
    font-weight: 400;
    color: #282828;
    text-decoration: none;
}
body#loginBody .sidebarx ul li:hover a {
    color: #505050;
    text-decoration: underline;
}
body#loginBody .sidebarx ul li em {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 0.9;
}

body#loginBody .sidebarx-soprano {
    display: none;
}

/* Override Original style  */
body#loginBody #loginTitle {
    margin-left: 0 !important;
}
body#loginBody #bodycontent table,
body#loginBody #bodywrap > div > table {
    background: transparent !important;
}
body#loginBody,
body#loginBody #loginTopBar,
body#loginBody #bodywrap {
    background-color: #f9f9f9 !important;
}
body#loginBody #bodycontent {
    padding-bottom: 0 !important;
    background: none !important;
}
body#loginBody #bodycontent table,
body#loginBody #bodywrap > div > table {
    background: #fff;
    border-collapse: collapse;
}
body#loginBody #bodycontent table td,
body#loginBody #bodywrap > div table td {
    vertical-align: top;
    padding: 0;
}
body#loginBody #bodywrap > div table td {
    padding: 0 !important;
}
body#loginBody #bodywrap table {
    border-collapse: collapse;
}

body#loginBody #loginBanner {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-top: 18px;
    margin-bottom: 0;
    border-radius: 8px;
}
body#loginBody #bodywrap > div > table #loginBanner {
    padding-top: 30px;
}

body#loginBody #login {
    background: #fff;
    box-sizing: border-box;
    margin: 10px 0 28px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 12px !important;
    top: 0 !important;
    border: none !important;
}
body#loginBody #bodywrap > div > table #login {
    margin: -4px 0 28px !important;
}

body#loginBody #login #loginTitle {
    color: #7236BB;
    font-family: "Urbanist-Medium", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
body#loginBody #forgotPass,
body#loginBody #actions img.forgot,
body#loginBody #login:before {
    display: none;
}
body#loginBody #login fieldset#inputs,
body#loginBody #login fieldset#actions,
body#loginBody #login fieldset {
    border: 0 none;
    padding: 0;
}
body#loginBody #login #inputs input,
body#loginBody #ResetPassInputs #resetPassEmail,
body#loginBody #ResetPassInputs #captchaText {
    box-sizing: border-box;
    color: #444444;
    margin: 0 0 12px;
    width: 100% !important;
    padding: 7px 8px 7px 28px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
body#loginBody #login #forgotRing {
    display: none !important;
}
body#loginBody #login #inputs input,
body#loginBody #ResetPassInputs #resetPassEmail {
    font-family: "Urbanist-Regular", sans-serif;
    font-size: 16px;
    font-weight: normal;
    border-radius: 8px;
    color: #444;
    border: solid 1px #bcbcbc;
    padding: 6px 12px;
}
body#loginbody #username,
body#loginbody #password {
    background: none !important;
}
body#loginBody #login #inputs input:hover,
body#loginBody #login #inputs input:focus {
    border-color: #ababab;
    color: #000;
}
body#loginBody #loginSubmit,
body#loginBody #resetSubmit {
    text-transform: capitalize;
    text-shadow: none;
    padding: 4px 20px 6px;
    float: left;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Urbanist-Regular", sans-serif;
    margin: 0 0 12px 0 !important;
    border: 0 none;
    cursor: pointer;
    height: 30px;
    width: auto;
    box-shadow: none;
    border-radius: 8px;
    transition: all 300ms;
    color: #FFFFFF;
    box-shadow: 0 0 25px 0 rgba(249, 207, 0, 0.1);
    background-color: #7236BB;
    background-image: none;
}
body#loginBody #loginSubmit:hover {
    color: #FFFFFF;
}

body#loginBody #loginSubmit:hover {
    background-color: #7236BB;
    background-image: none;
}
body#loginBody #loginSubmit[readonly],
body#loginBody #loginSubmit[readonly]:hover,
body#loginBody #loginSubmit[readonly]:active {
    background: #c7c7c7;
    color: #541C6C;
}

body#loginBody #captcha {
    position: static !important;
}
body#loginBody #loginTile {
    position: static !important;
    margin-bottom: 10px;
}

body#loginBody #actions {
    margin: 0;
}
body#loginBody #actions #forgotTxt {
    color: #282828 !important;
    margin: 0 !important;
    font-weight: 400;
    font-family: "Urbanist-Regular", Helvetica, sans-serif;
    font-size: 16px !important;
    padding-top: 0;
    float: right;
}
body#loginBody #actions #forgotTxt:hover {
    text-decoration: underline !important;
}
body#loginBody #bodywrap > div > table #login #loginTitle {
    text-indent: inherit;
    margin-left: 0 !important;
}

body#loginBody #footer {
    background: #fff;
    height: auto;
    margin: -110px auto 0;
    padding: 0;
    text-shadow: none;
    width: 1135px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
body#loginBody #footer #legal {
    background: #fff;
    color: #444;
    font-family: "Urbanist-Regular", Helvetica, sans-serif;
    font-size: 16px;
    padding: 24px 10px;
    border: none;
    border-radius: 8px;
    width: 1110px;
}
body#loginBody #footer #legal a {
    font-size: 16px;
    color: #7236bb;
}
body#loginBody #bodycontent > table > tbody > tr:first-child > td,
body#loginBody #bodywrap > div > table > tbody > tr:first-child > td {
    padding: 0 !important;
}
body#loginBody
#bodycontent
> table
> tbody
> tr:nth-child(2)
> td
> div:first-child,
body#loginBody
#bodywrap
> div
> table
> tbody
> tr:nth-child(2)
> td
> div:first-child {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0 !important;
    position: relative;
}
body#loginBody
#bodywrap
> div
> table
> tbody
> tr:nth-child(2)
> td:first-child {
    width: 564px !important;
}
body#loginBody
#bodycontent
> table
> tbody
> tr:nth-child(2)
> td:nth-child(2)
> table
> tbody
> tr:nth-child(1)
> td {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
}
body#loginBody
#bodycontent
> table
> tbody
> tr:nth-child(2)
> td:nth-child(2)
> table {
    margin-top: 10px;
}

body#loginBody #banner #logo {
    height: 57px !important;
    width: 223px !important;
    background-image: url(/sei/static/images//soprano/soprano-logo-pds85.jpg);
    background-position: 0 0;
    background-size: contain;
    margin-bottom: -5px;
}

body#loginBody #banner {
    margin: 0;
}

body#loginBody #loginBanner {
    color: #000000;
    background-color: white;
    vertical-align: top;
    width: 100%;
    padding: 6px 0;
    height: auto;
}

body#loginBody br {
    margin: 0;
    display: none;
}

#bodyCell .contentHeader .sectionTitle,
.formTable caption {
    width: auto;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Urbanist-Regular", sans-serif;
    color: #282828;
    line-height: normal;
    background-image: none;
}

#bodyCell .contentHeader .sectionTitle {
    padding: 24px;
}

/* CCC */
.component-header .row .title {
    background: #ffffff;
    font-family: "Urbanist-Regular", sans-serif !important;
    color: #444444;
}

filter-component .row .col-3 {
    font-family: "Urbanist-Regular", sans-serif !important;
    color: #444444 !important;
}

contactitem-component .component-message-row .col-10 .row .col-12,
conversationitem-component .col {
    font-family: "Urbanist-Regular", sans-serif !important;
    color: #444444 !important;
}
