@import url('root.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,600'); /* For Fonts @added by iO*/
@import url('/sei/static/fonts/fa.min.css'); /* For Icons @added by iO*/
@import url("non-reference-offer-root-icons.css");

@font-face {
    font-family: VodafoneRg-Regular;
    src:    url("/sei/static/fonts/vodafone/VodafoneRg-Regular.ttf")
}

@font-face {
    font-family: VodafoneRg-Bold;
    src:    url("/sei/static/fonts/vodafone/VodafoneRg-Bold.ttf")
}

@font-face {
    font-family: Vodafone-Font-Bd;
    src:    url("/sei/static/fonts/vodafone/Vodafone-Font-Bd.ttf")
}

@font-face {
    font-family: Vodafone-Font-Rg;
    src:    url("/sei/static/fonts/vodafone/Vodafone-Font-Rg.ttf")
}

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

body#loginBody {
    width: 100%;
    margin: 0;
    display: block;
}

#loginBody {
    background-color: white !important;
}
#loginBody #loginSubmit {
    height: 32px;
}

body > h1 {
    display: none;
}

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

body #bodywrap #bodycontent {
    padding: 0;
}

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

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: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-content a:hover {
	color: #224267;
}

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

select:not([multiple='multiple']) {
	background: url(/sei/static/images/vodafone/16px/unfold-icon.png) no-repeat center;
    background-position-x: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
}


select:not([multiple='multiple'])::-ms-expand {
    display: none;
}

form input.button,
form input[type="button"],
.save_cancel_buttons a, span.saveMessageSection {
    height: auto;
    border: none;
    cursor: pointer;
    width: auto !important;
    margin: 0 12px 0 0;
    padding: 8px 24px;
    line-height: 1;
    border-radius: 8px;
    color: #ffffff;
    background-color: #e60000;
}

input.button,
input[type="button"],
.save_cancel_buttons a, span.saveMessageSection {
    height: auto;
    border: none;
    cursor: pointer;
    width: auto !important;
    margin: 10px 12px 0 0;
    padding: 8px 24px;
    line-height: 1;
    border-radius: 8px;
    color: #ffffff;
    background: #e60000;
}

.save_cancel_buttons a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

span.saveMessageSection:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

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

button {
    min-width: 100px;
    border: none;
    color: #ffffff !important;
    background-color: #e60000 !important;
}

form input.button:hover,
form input[type="button"]:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
}

input.button:hover,
input[type="button"]:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.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;
}

table {
    border-spacing: 0;
}

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

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

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

#loginBanner #banner #logo {
    background: url("/sei/static/images/vodafone/vodafone_es.png") no-repeat;
    background-size: contain;
    height: 57px;
    width: 500px;
    margin-top: 30px;
}

#banner #logo { 
    background: url("/sei/static/images/vodafone/vodafone-logo.png") no-repeat;
    background-size: auto;
    width: 57px;
    height: 57px;
    padding: 0;
    margin: 12px 24px;
    position: absolute;
    display: inline-block;
    position: relative;
}

#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: #224267;
    font-family: "VodafoneRg-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: #224267;
}

#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: "VodafoneRg-Regular", sans-serif;
    font-size: 16px;
    color: #224267;
    background: #ffffff;
    margin: 0 0 0 20px;
}

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

#hcal-1 {

}

.active a:hover{
    background: #ffba4d;
}

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: "VodafoneRg-Regular", sans-serif;
    font-size: 20px !important;
    padding: 12px;
    display: inline-block;
    box-shadow: none;
    z-index: 1;
    border-radius: 8px;
    line-height: 1;
}

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

.tabArea a:visited {
    color: #663399;
}

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

#tabArea {
    background-color: #333333;
}


#tabs span {
    background: #31659C url("/sei/static/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("/sei/static/images/3DTableTop2b-24.png") repeat-x scroll 0 3px;
}

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

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


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

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

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

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

/* APAC for Style @11212016 @iO */
/* Content */
.contentx {background:#fff; height:660px; width:685px; padding-top:0; padding-left:0; margin-top:-14px; margin-right:0;}
.contentx h2, .contentx h3 {font-size:42px; font-weight:600; line-height:1.15; color:#444; margin-bottom:18px; font-family: "VodafoneRg-Regular", sans-serif;}
.contentx h2 span, .contentx h3 span {color:#00a2ff;}

.contentx a.btn-req { background:#ffba4d; color:#fff; border:2px solid #ffba4d; font-size:12px; line-height:24px; text-transform:uppercase; font-weight:400; padding:8px 22px; display:inline-block; margin-top:30px; border-radius:4px; text-decoration:none; transition:all 300ms; font-family: "VodafoneRg-Regular", sans-serif; margin-left:3px;}
.contentx a.btn-req:hover {color:#fff; background:#cc7e00; border-color:#cc7e00;}

.contentx ul {margin:50px 0 0; padding:0; list-style-type:none; }
.contentx ul li {background: url(/static/images/soprano/arrow.png) no-repeat 0 4px; font-size:18px; line-height:24px; padding-left:18px; padding-bottom:10px; font-weight:400; font-family: "VodafoneRg-Regular", sans-serif; color:#296284;}

/* SSS */
.sss {height: 0; margin: 0;  padding: 0; position: relative; display: block; overflow: hidden;}
.ssslide {width: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; display: none; overflow: hidden;}
.ssslide img {max-width: 100%; height: auto; margin: 0; padding: 0; position: relative; display: block;}
.sssnext, .sssprev {width:44px; height:70px; margin: 0; position: absolute; top:285px; background-position:0 0; background-repeat:no-repeat; transition:opacity 350ms;} .sssprev:hover, .sssnext:hover {cursor: pointer; opacity:0.7;} .sssprev:active, .sssnext:active {opacity:1;}
.sssprev {left:0;} .sssnext {right:0;}
.contentx .items {margin-bottom:10px; background-color:#fff; background-repeat:no-repeat; background-position:0 0; background-size:685px auto;}
.contentx .items .indent {padding:40px 15px 30px 30px; min-height:595px; box-sizing:content-box;}
.contentx .items.slide1 {background-image:url(/sei/static/images/soprano/slide-1.jpg);}
.contentx .items.slide2 {background-image:url(/sei/static/images/soprano/slide-2.jpg);}
.contentx .items.slide3 {background-image:url(/sei/static/images/soprano/slide-3.jpg);}
.contentx .items.slide4 {background-image:url(/sei/static/images/soprano/slide-4.jpg);}
.contentx .items.slide5 {background-image:url(/sei/static/images/soprano/slide-5.jpg);}
.contentx .items .listed { position:absolute; top:390px; width:100%; letter-spacing:-0.5px;}
.contentx .items .listed ul{margin-top:0;} .contentx .items .listed h4 {padding-left:16px;}
.contentx .items.slide3 .listed ul li,
.contentx .items.slide4 .listed ul li {color:#fff; background-image:url(/sei/static/images/soprano/arrow-w.png);}
.contentx .items h2, .contentx .items h3 {display:block; font-size:40px; line-height:46px; color:#444; font-weight:600;}
.contentx .items h3 {font-size:30px; line-height:40px; color:#00a2ff; font-weight:500;} .contentx .items h2 {letter-spacing:-0.04em;}
.contentx .items a.btn-req {margin-top:6px;} .contentx .items.slide5 h2 {font-size:34px;}

/* Features */
.featurex {margin:40px 0 15px; padding:0; overflow: hidden; font-family: "VodafoneRg-Regular", sans-serif; font-weight:400; color:#222222; text-align:center;}
.featurex .cols {float: left; padding:0 12px; box-sizing:border-box; margin-bottom:25px;}
.featurex .cols.col-x3 {width:33.333333%;} .featurex .cols.col-x2 {width:50%;} .featurex .cols.first {clear:left;}
.featurex h3 {font-size:17px; line-height:1.2; margin:0 0 3px; color:#ffba4d; display:block; font-family: "VodafoneRg-Regular", sans-serif;font-weight:400; text-transform:uppercase;}
.featurex h4 {font-size:14px; line-height:18px; margin:0 0 3px; color:#666; display:block; font-family: "VodafoneRg-Regular", sans-serif;font-weight:400; text-transform:uppercase;}
.featurex h4 .fa {font-size:40px; line-height:40px; height:40px; margin-bottom:6px; color:#aaaaaa;}
.featurex p {font-size:13px; line-height:17px; color:#666; margin:0; font-family: "VodafoneRg-Regular", sans-serif; font-weight:400;}
.featurex img::selection { background:none; } .featurex img::-moz-selection { background:none;}

/* Sidebar */
.sidebarx {width:285px; padding:0; margin:-20px 15px 0 15px;}
.sidebarx h3, .sidebarx h4 { font-size:18px; line-height:24px; color:#444444; font-weight:700; font-family: "VodafoneRg-Regular", sans-serif; padding:0 0 10px; display:block; text-transform:uppercase;}
.sidebarx p {font-size:16px; line-height:18px; margin-top:10px;} .sidebarx img {max-width:100%; height:auto;}
.sidebarx a {color:#00a2ff; text-decoration:none;} .sidebarx a:hover {color:#296284; text-decoration:none;}

.sidebarx ul {list-style:none; margin:0 0 25px; padding:0;} .sidebarx ul:last-child {margin-bottom:0;}
.sidebarx ul li {font-size:16px; line-height:1.1; font-weight:400; font-family: "VodafoneRg-Regular", sans-serif; margin-bottom:10px;}
.sidebarx ul li a {color:#00a2ff; text-decoration:none; display:block;} .sidebarx ul li:hover a {color:#296284;}
.sidebarx ul li em {font-style:normal; font-weight:400; font-size:18px; line-height:.9;}
.sidebarx-soprano {position:absolute; bottom:45px; right:40px;} .sidebarx-soprano img {max-width:148px; height:auto;}

/* Override Original style  */
#bodycontent>table>tbody>tr:first-child>td, #bodywrap>div>table>tbody>tr:first-child>td{padding:0 !important; }
#bodycontent>table>tbody>tr:nth-child(2)>td>div:first-child, #bodywrap>div>table>tbody>tr:nth-child(2)>td>div:first-child {margin-left:0 !important; position:relative;} #bodywrap>div>table>tbody>tr:nth-child(2)>td:first-child {width:564px !important;}

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

.requiredField {
    color: #c10000;
}

#footer #legal,
#footer #legal a {
    font-family: "VodafoneRg-Regular", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#footer #legal {
	color: #414141;
}

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

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

#footer #legal a:visited {
    color: #663399;
}

#footer #legal font {
    display: none;
}

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

#footer #appLinks {
    display: none;
}

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

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

#footer #appLinks a:visited {
    color: #333333;
}

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

.tabArea ul a {
    height: auto;
}

.tabArea #tabsUl > li > a:hover {
    background: #e60000;
    color: #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: #e60000;
    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: #333333;
    font-family: "VodafoneRg-Regular", sans-serif;
    font-size: 20px;
    min-width: auto;
    padding: 8.5px 24px !important;
    height: auto;
    font-weight: normal;
}

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

.accordion > li:target > a,
.accordion > li > a.active {
    color: #ffffff;
    background: #e60000;
    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-color: #333333;
    webkit-mask: url("/sei/static/images/icon/navbar/down-arrow.svg");
    mask: url("/sei/static/images/icon/navbar/down-arrow.svg");
    position: absolute;
    float: right;
    right: 0;
    top: 16px;
    padding: 0;
    margin: 0 24px;
    display: block !important;
}

.accordion .active .iconDown {
    background-color: #FFFFFF;
    -webkit-mask: url("/sei/static/images/icon/navbar/down-arrow.svg");
    mask: url("/sei/static/images/icon/navbar/down-arrow.svg");
    transform: rotate(180deg);
}

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

.accordion li > .sub-menu .setupParentContainer img {
    margin: 0;
    position: relative;
    left: 25px;
    top: 2px;
    width: 24px;
	height: 24px;
}

.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: 15px;
    font-family: "VodafoneRg-Regular", sans-serif;
    font-weight: normal;
    color: #333333 !important;
}

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

.accordion li .sub-menu a.setupFolder {
    font-family: "VodafoneRg-Regular", sans-serif;
    margin: 6px 0 6px 36px;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
}

.setupImagePlus {
	background: url(/sei/static/images/vodafone/16px/plus-icon.png) no-repeat;
}

.setupImageMinus {
	background: url(/sei/static/images/vodafone/16px/minus-icon.png) no-repeat;
}

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

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

#accStatus .paragraph {
	font-size: 15px;
	color: #333333;
}

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

.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;
}

#footer {
    position: relative;
}

#footer #powered_by {
    float: left;
    height: 45px;
    position: absolute;
    left: 15px;
    bottom: 12px;
    display: inline-block;
}

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

.arrow {
    display: none;
}

.iconDown {
    background-color: #333333;
    -webkit-mask: url("/sei/static/images/icon/navbar/down-arrow.svg");
    mask: url("/sei/static/images/icon/navbar/down-arrow.svg");
}

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

.sort_asc_arrow {
    background: url('/sei/static/images/vodafone/16px/dropdown-icon-grey.png') no-repeat;
    transform: rotate(180deg);
    position: relative;
    top: 6px;
    left: 3px;
}

.sort_desc_arrow {
    background: url('/sei/static/images/vodafone/16px/dropdown-icon-grey.png') no-repeat;
    position: relative;
    top: -3px;
}

.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: 400;
}

.quickLinkStyle {
    font-family: "VodafoneRg-Regular", sans-serif;
    font-weight: normal;
    color: #333333;
    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: #663399;
}

.plus-circle {
    background: url(/sei/static/images/vodafone/16px/plus-icon.png) no-repeat;
}

.ui-widget-content a:hover {
	color: #224267;
    text-decoration: underline;
}

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

/*.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {*/

.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: #333333;
    text-align: left;
    background: #ffffff;
    width: auto;
}

#messageTypeRadios .formCellLabel {
    width: 150px;
}

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

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

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

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

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

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

.formCellValue {
    color: #333333;
    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-family: "VodafoneRg-Regular", sans-serif;
    color: #333333;
    line-height: normal;
    background-image: none;
    font-weight: normal;
}

#bodyCell .contentHeader .sectionTitle {
    padding: 24px;
    font-weight: bold;
}

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

#bodyCell .sectionTitle img {
    display: none;
}

#bodyCell .sectionTitle span.heading {
    background: red;
    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: "VodafoneRg-Regular", sans-serif;
    font-size: 16px;
    color: #333333;
    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: normal;
}

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

#bodyCell #rightPanel .dropShadow .summaryTable .actionCol {
	width: 120px;
}

/* #bodyCell #rightPanel .dropShadow .summaryTable .icon-edit,
*#bodyCell #rightPanel .dropShadow .summaryTable .icon-delete,
*#bodyCell #rightPanel .dropShadow .summaryTable .icon-export,
*#bodyCell #rightPanel .dropShadow .summaryTable .icon-clone,
*#bodyCell #rightPanel .dropShadow .summaryTable .icon-mobile {
*	width: 24px;
*	height: 24px;
*}

*#bodyCell #rightPanel .dropShadow .summaryTable .icon-edit {
*	background: url(/sei/static/images/telstra/telstra-blue/16px/edit-icon.png) no-repeat;
*}

*#bodyCell #rightPanel .dropShadow .summaryTable .icon-delete {
*	background: url(/sei/static/images/telstra/telstra-blue/16px/edit-icon.png) no-repeat;
*}

*#bodyCell #rightPanel .dropShadow .summaryTable .icon-export {
*	background: url(/sei/static/images/telstra/telstra-blue/16px/edit-icon.png) no-repeat;
*}

*#bodyCell #rightPanel .dropShadow .summaryTable .icon-clone {
*	background: url(/sei/static/images/telstra/telstra-blue/16px/duplicate-icon.png) no-repeat;
*}

*#bodyCell #rightPanel .dropShadow .summaryTable .icon-mobile {
*	background: url(/sei/static/images/telstra/telstra-blue/16px/edit-icon.png) no-repeat;
*}

*#bodyCell #rightPanel .dropShadow .summaryTable input[type=checkbox] {
*	width: 18px;
*    height: 18px;
*} */

/* 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;
}

#bodyCell #rightPanel .tableTitle {
    font-family: "VodafoneRg-Regular", sans-serif;
    font-size: 20px;
    color: #333333;
    padding: 0;
    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 td {
    font-family: "VodafoneRg-Regular", sans-serif;
}

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

#bodyCell #rightPanel .summaryTable th {
    text-align: left !important;
    font-weight: bold;
}

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

/* #bodyCell #rightPanel .summaryTable td.actionCol img {
*    width: 24px;
*    height: 24px;
*    background-size: 24px auto;
*} */

/* #bodyCell #rightPanel input[type=checkbox] {
 *   width: 18px;
 *   height: 18px;
*} */

/* #bodyCell #rightPanel .icon-edit {
 *   background: url(/sei/static/images/icon/common/16px/bt_action_edit.png) no-repeat;
*}

*#bodyCell #rightPanel .icon-delete {
*    background: url(/sei/static/images/icon/common/16px/bt_action_delete.png) no-repeat;
*}

*#bodyCell #rightPanel .icon-clone {
*    background: url(/sei/static/images/icon/common/16px/bt_action_duplicate.png) no-repeat;
*} */

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

#rightPanel select {
    min-width: 15rem;
    background-color: #ffffff;
    margin-right: 12px;
   	width: 100% !important;
    max-width: 265px;
    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: "VodafoneRg-Regular", sans-serif;
    font-size: 16px;
    color: #224267;
}

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;
    color: #333333;
    background: #ffffff;
    font-family: "VodafoneRg-Regular", sans-serif;
    font-weight: normal;
}

.summaryTable th > a {
    font-family: "VodafoneRg-Regular", sans-serif;
    font-weight: bold;
}

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

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

.mover {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    background: #ffba4d;
    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: #4CBEFF;
    text-decoration: none;

}
.prev-tab:Hover{
    background-color: #4CBEFF;
    text-decoration: none;

}

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

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

.summaryTable td a:visited {
    color: #333333;
}

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

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

.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;
    background-color: transparent;
}

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

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

.contentHeader .Shortcut_Gear
{
    background-image: url(/sei/static/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: "VodafoneRg-Regular", sans-serif;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}

.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;
}

#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: QuicksandRegular;
  	font-size: 20px;
  	color: #444444;
  	background: none;
  	margin: 0 0 24px 0;
}

#dashBoardContent .portletcontent th {
	font-family: LatoRegular;
  	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: LatoRegular;
    font-size: 16px;
    color: #444444;
    width: 100% !important;
}

#dashBoardContent .portletcontent label {
	font-family: LatoRegular;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}

#dashBoardContent .portletcontent button {
	border-radius: 8px;
    background: #ffffff;
    border: none;
    font-family: LatoRegular;
    font-size: 16px;
    color: #224267;
    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: LatoRegular;
}

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

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

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

#dashBoardContent .portletcontent button#displayPrev:hover {
	background-color: #0d47a1;
}

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

#dashBoardContent .portletcontent table.tablescroll a,
#dashBoardContent .portletcontent table.tablescroll td {
	font-family: LatoRegular;
  	font-size: 16px;
  	color: #444444;
  	margin: 0;
}

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

#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: spacebetween;
}

#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: LatoRegular;
 	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: #e60000;
}

#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: 77%;
    margin: 0;
    text-align: left;
    z-index: 11;
    vertical-align: middle;
    padding-right: 125px; /* Need to add this for all css files */
}

#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%);
    width: 125px;
}

#banner #header_top_right #online_help {
    width: 25px;
    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;
    margin-top: 8px;
    background-color: #333333;
    background-size: 24px auto;
    -webkit-mask-image: url("/sei/static/images/icon/navbar/help.svg");
    mask-image: url("/sei/static/images/icon/navbar/help.svg");
}

#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: 36px;
    height: 36px;
    border-radius: 50%;
}

#banner #header_top_right #userDivTrigger #defaultAvatar {
    background-color: #333333;
    -webkit-mask-image: url("/sei/static/images/icon/navbar/account.svg");
    mask-image: url("/sei/static/images/icon/navbar/account.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

#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: 45px 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: normal;
}

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

#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;
	    height: max-content !important;
	}
	
	.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: "VodafoneRg-Regular", sans-serif;
	    font-size: 20px;
	    color: #333333;
	    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: #e60000;
	}
	
	.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: #333333; /*#6400AA;*/
    }
    tr td div.mermaid #mermaid-inner .node polygon {
        fill: #ffffff !IMPORTANT;
        stroke: #333333;
    }
    tr td div.mermaid #mermaid-inner .edgePath .path {
        stroke: #333333 !important;
    }
    tr td div.mermaid #mermaid-inner path {
        stroke: #333333 !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("/sei/static/images/soprano/search.png") right top no-repeat;
}

#mfieldsContainer br {
    display: block !important;
}

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

#dialog-form2FA #logo2FA {
	background: url("/sei/static/images/vodafone/vodafone-logo.png") 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: #e60000;
}

@media only screen and (min-width: 1701px) and (max-width: 1820px) {
  #banner .tabArea {
    width: 77%;
  }
}

@media only screen and (min-width: 1371px) and (max-width: 1700px) {
  #banner .tabArea {
    width: 75%;
  }
}

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

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

#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: "VodafoneRg-Regular", sans-serif !important;
  font-weight: bold !important;
  color: #333333 !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: "VodafoneRg-Regular", sans-serif !important;
  color: #333333 !important;
}

.react-current-tab {
    color: #e60000 !important;
}