body {
    font-size: 0.875rem;
    background: #FFFFFF;
    font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    width:100%;
    height:100%;
}
.main_body{
    height:100%;
} 
#ui_container {
    overflow: hidden;
}
.jconfirm + span.select2-container {
    z-index: 99999999;
}
.nav_arrow{
    font-size: 0.5rem;
}
#saveinprogress {
    display:none;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:fixed;
    background:#FFFFFF;
    z-Index:2000;
    opacity:0.8;
    text-align:center;
}
#saveinprogress table {
    opacity: initial;
}
#saveinprogress #smsg {
    font-size: 1.3333rem;
    font-weight: bold;
    color: #697F39;
}
#saveinprogress strong {
    font-size: 1rem;
    color: #697F39
}
#forcecount {
    font-weight:bold
}
#top_nav_div{
    position: relative;
    z-index:800;
}
#header_container {
    color: var(--headerfontcolor);
    width: 100%;
    min-height: 80px;
    padding: 0 !important;
    background-color: var(--headerbgcolor, #dfdfdf);
    background: var(--headerbgcolor, #dfdfdf);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.70);
    box-shadow: none;
    position: relative;
    z-index: 1000;
}
#ui_container #header_container {
    min-height: initial;
}
#header_container_in {
    min-height: 55px;
    text-align: right;
    position: relative;
    margin: 0 auto;
}
.header_container_left {
    margin-top: 10px;
}
#ui_container .header_container_left {
    margin-top: 0;
    float: left;
}
.header_container_left {
    position:relative;
    display:inline-block;
    vertical-align:top;
    white-space:nowrap;
    width:100%;    
    z-index:50;
}
.header_container_left img{
    max-width:100%;
}
.header_container_left a {
    text-decoration: none;
}
.header_container_left a.logo-focused {
    outline: dotted 1px var(--headerfontcolor);
}
.centerlayout img.header_logo {
    max-height: 56px;
    box-sizing: border-box;
}
#top_nav_div .header_container_left {
    width: 20%;
}
.header_titletext #navtitle:empty {
    display: none;
}
#top_nav_div .header_titletext {
    float: none;
    text-align: left;
}
a.jumptomain, a.jumptomain:visited, a.jumptomain:active, a.jumptomain:focus{
    position:absolute;
    height: 20px;
    background: #444;
    color: #ffffff;
    padding: 10px 15px;
    top: -70px;      
    z-index: 2000;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 13px 20px 20px -7px rgba(0,0,0,0.15);
    -moz-box-shadow: 13px 20px 20px -7px rgba(0,0,0,0.15);
    box-shadow: 13px 20px 20px -7px rgba(0,0,0,0.15);
}
a.jumptomain:focus{
    top: 0px;        
    outline: 0;
}
.header_logo {
    position:relative;
    display:inline-block !important;
    float:left;
    margin: 0px !important;
    padding: 0;
    z-index:1000;
}
.beta_headerredesign .header_brand {
    padding: 0 0 0 20px;
    max-width: 200px;
}
.beta_headerredesign .header_brand a {
    text-decoration: none;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--headerfontcolor);
    max-width: 380px;
    line-height: 185%;
}
.header_brand a img {
    max-width: 200px;
    max-height: 35px;
    height: auto;
    width: auto;
}
.header_logo[src=""] {
    display: none !important;
}
.header_brand {
    padding: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--headerfontcolor);
    max-width: 200px;
    overflow: hidden;
    float: left;
}
.header_titletext{
    float:left;
}

.header_main_nav {
    display: inline-block;
    width: 75%;    
}
.header_bottom {
    height:7px;
    display:block;
    background: var(--menuheadbgcolor);        
}
.main_nav, .ax-header_nav, .navicon_nav{
    list-style-type: none;
    display: inline-block;
    margin:0;
    padding: 0px;
}
.main_nav {
    z-index: 1900;
    margin: 7px 0 0 0;
}
.main_nav li, .ax-header_nav li {
    float: left;
    cursor: pointer;
    margin: 0px;
}
.main_nav li {
    float: left;
}
.main_nav li a, .ax-header_nav li a, .ax-welcome li a {
    font-size: 0.9375rem;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 9px 5px 9px;
    display:block;
    line-height: initial;
}
.main_nav li a {
    font-size: 0.9375rem;
    color: var(--headerfontcolor);
}
.mobile .main_nav li a{
    font-size: 1.25rem;
}
.main_nav li a span{
    margin: 10px 0 0 4px;
}
.main_nav > li > ul, .ax-header_nav > li > ul, .header_main_nav > div > ul, .ax-welcome > li > ul {
    list-style-type: none;
    min-width: 180px;
    display:none;
    position: absolute;
    top: auto;
    padding: 0px;
    margin: 0px;    
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    overflow:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
}
.main_nav ul li, .ax-header_nav ul li {
    white-space:nowrap;
    float: none;
    border: none;
    padding: 0px;
}
.main_nav ul li a, .ax-header_nav ul li a, .ax-welcome ul li a {
    font-size: 0.8125rem;
    white-space: nowrap;
    display: block;
    padding: 4px 25px 4px 10px;
}
.main_nav ul li:not(.navicon_nav_heading):hover, .ax-header_nav ul li:not(.navicon_nav_heading):hover {
    background: transparent;
    border: none;
    padding: 0px;
}
.main_nav ul ul, .ax-header_nav ul ul{
    left: 100%;
    top: 0;
}
.main_nav .edge ul, .ax-header_nav .edge ul, .navicon_nav .edge ul{
    right:0;
}
.main_nav ul li a:hover{
    color: var(--headerfontcolor);
    background: var(--headerbgcolor);
}
.main_nav li.open a,.main_nav li a.focused{
    color: var(--headerbgcolor);
    background: var(--headerfontcolor);
}
.main_nav li:hover > span {
    border-top: 4px solid var(--headerbgcolor);
}
.main_nav ul {
    border: 1px var(--headerfontcolor) solid;
    background: var(--headerfontcolor);
}
.main_nav ul li a{
    color: var(--headerbgcolor);
}
.main_nav li a:hover > span{
    border-top: 4px solid var(--headerfontcolor);
}
.navicon_nav_shortcuts {
    list-style-type: none;
    padding:0px;
    margin:0px;                
}
.navicon_nav_shortcuts li {
    padding: 3px 0 3px 10px;     
}
.navicon_nav.phone {
    display: none;
}
.ax-header_nav {
    background-color: var(--menuheadbgcolor);
    background: var(--menuheadbgcolor);
    position:relative;
    z-index:2000;
}
.ax-header_nav .menu-highlight a, .ax-header_nav  li.open a {
    background: var(--menuheadfontcolor);
    color: var(--menuheadbgcolor);
}
.singleline .dropdown-menu li.navicon_nav_heading {
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
}
.dropdown-menu li.dropdown-menu-header a {
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: bold;
    cursor: default;
}
.navicon_nav_heading + .menu-highlight {
    background: transparent;
}
.ax-header_nav li.notficationsicon:hover > span, .ax-header_nav li.carticon:hover > span {
    border-top: 0;
}

.ax-header_nav li a {
    font-size: 0.8125rem;
    color: var(--menuheadfontcolor);
}
.ax-header_nav li a i{
    font-size: 0.75rem;
}
.ax-header_nav li a .fa , .ax-header_nav li a .fas , .ax-header_nav li a .far , .ax-header_nav li a .fal  {
    padding-right: 4px;
}

.ax-header_nav ul {
    border: 1px var(--menuheadfontcolor) solid;
    background: var(--menuheadfontcolor);
}
.ax-header_nav ul li a {
    color: var(--menuheadbgcolor);
}
.ax-header_nav ul li a:hover {
    color: var(--menuheadfontcolor);
    background: var(--menuheadbgcolor);
}
.ax-header_nav ul li.dropdown-menu-header a:hover, .ax-header_nav ul li.dropdown-menu-header a:focus {
    background: var(--menuheadfontcolor);
    color: var(--menuheadbgcolor);
}
.ax-header_end {
    padding: 6px 10px 6px 10px;
    font-size: 0.8125rem;
    float: right;
    background-color: var(--menuheadbgcolor);
    background: var(--menuheadbgcolor);
    border-bottom-left-radius: 25px;
}
.header_sub_nav {
    overflow: auto;
}
.notficationsicon, .carticon {
    position: relative;
    margin-right: 6px !important;
}
.notficationsicon .circle, .carticon .circle, header .circle {
    position: absolute;
    top: 1px;
    right: 0;
    background: var(--buttonbgcolor, #dfdfdf);
    color: var(--buttonfontcolor);
    font-size: 0.75rem;
    display: none;
    border-radius: 50%;
    min-width: 17px;
    min-height: 17px;
    padding: 2px;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 1px 1px var(--buttonfontcolor);
}
.notficationsicon .fa, .notficationsicon .fas, .notficationsicon .far, .notficationsicon .fal, .notficationsicon .fab,.carticon .fa, .carticon .fas, .carticon .far, .carticon .fal, .carticon .fab {
    font-size: 0.875rem;
}
.notificationlist i.fas, .notificationlist i.far {
    background: transparent !important;
}
.circle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}
.circle span {
    float: none;
    margin-top: 0;
    padding-top: 0;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: middle;
}
.singleline #header_container {
    box-shadow: none;
    -webkit-box-shadow: none; 
    border-bottom: 1px #ECEFF1 solid;
}
.singleline .ax-header_end {
    display: none;
}
.singleline .ax-header_nav {
    background: transparent;
    margin: 8px 10px 0 0;
}
.singleline .ax-header_nav li a i {    
    font-size: 1.5rem;
    padding-right: 0;
}
.singleline .ax-header_nav li a {
    font-size: 0.875rem;
    color: var(--headerfontcolor);    
    background: transparent;
}

.singleline .ax-header_nav li a .block_container {
   margin: 2px 0;
}
.singleline #mailicon a {
    padding: 6px 10px !important;
    margin: 0px !important;
}
.singleline .notficationsicon, singleline .carticon {
    position: relative;
    margin-right: 12px !important;
}
.singleline .carticon {
    margin-left: 5px;
}
.singleline .notficationsicon .circle, .singleline .carticon .circle, body.beta_headerredesign header .circle {
    right: 0;
    padding-top: 3px;
    padding-bottom: 1px;
    min-width: 18px;
    min-height: 18px;
}

body.beta_headerredesign header .circle {
	top: 5px;
	right: 2px;
}

.singleline .ax-header_nav li a:hover , .singleline .ax-header_nav li a:focus {
    color: var(--headerbgcolor);
    background: var(--headerfontcolor);
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
}
.singleline .ax-header_nav li a:focus , .main_nav li a:focus {
    outline: 0;
}
.singleline .ax-header_nav ul {
    background: #fff;
}
.singleline .ax-header_nav ul li a{
    color: #333333;
}
.singleline .ax-header_nav ul li a:focus {
    color: #ffffff;
    text-decoration: none;
    background: #333;
    transition: all 0.3s ease;
    padding-left: 15px;
    padding-right: 20px;
}

.singleline .ax-header_nav ul li a:hover, .singleline .ax-header_nav ul li a:hover i.fa, .singleline .ax-header_nav ul li a:hover i.fas, .singleline .ax-header_nav ul li a:hover i.far, .singleline .ax-header_nav ul li a:hover i.fal, .singleline .ax-header_nav ul li a:hover i.fab {
    color: #fff;
    background: #333333;
}

.singleline .ax-header_nav a span {
    display: none;
}

.singleline li.profile  a.dropdown-toggle {
    margin-top: -7px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: transparent;
}

.singleline li a.dropdown-toggle {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.singleline li.nohighlight > a {
    padding-bottom: 0;
}
.singleline .ax-header_nav > li >  ul.dropdown-menu li {
    margin-right: 0;
}
.singleline .ax-header_nav > li >  ul.dropdown-menu li a:hover {
    transition:  all 0.3s ease;
    padding-left: 15px;
    padding-right: 20px;
}
.singleline .ax-header_nav > li >  ul.dropdown-menu li i, .singleline .ax-header_nav > li >  ul.dropdown-menu li .fa, .singleline .ax-header_nav > li >  ul.dropdown-menu li .fas, .singleline .ax-header_nav > li >  ul.dropdown-menu li .far, .singleline .ax-header_nav > li >  ul.dropdown-menu li .fal, .singleline .ax-header_nav > li >  ul.dropdown-menu li .fab {
    font-size: 1rem;
    padding-right: 0;
}
.singleline #axusername .profileimagewrapper + .fa, .singleline #axusername .profileimagewrapper + .fas, .singleline #axusername .profileimagewrapper + .far, .singleline #axusername .profileimagewrapper + .fal, .singleline #axusername .profileimagewrapper + .fab {
    display: none;
}
.singleline .profileimagewrapper {
    width: auto;
    margin-top: -2px;
}
.singleline .nohighlight {
    margin-right: 0 !important;
    background: transparent !important;
}
.singleline .nohighlight a.dropdown-toggle:hover , .singleline .nohighlight a.dropdown-toggle:focus {
    background:transparent !important;
    transition: 0;
}
.singleline .navicon_nav > li > ul:before {
    content: "\f0de";
    font-family: FontAwesome;
    right: -6px;
    position: absolute;
    top: 15px;
    font-size: 2.5rem;
    color: #fff;
}

.singleline li.menu_container::-webkit-scrollbar {
    width: 7px;
}

.singleline li.menu_container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.singleline li.menu_container::-webkit-scrollbar-thumb {
    background: #ccc; 
} 
.ax-header_nav .historybut {
    float: right;
    color: #3d3d3d;
    background: #f9f9f9;
    font-size: 0.9375rem;
    line-height: 21px;
    display: inline-block;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    outline: none;
}
body.beta_headerredesign header .historybut {
    float: right;
    color: initial;
    background: none;
    font-size: 0.9375rem;
    line-height: 21px;
    display: inline-block;
    border: none !important;
}
.ax-header_nav .historybut > a {
    background: transparent !important;
    display: inline-block;
    font-size: 0.8125rem !important;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 250px;
    overflow: hidden;
    padding: 2px 10px !important;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-decoration: none !important;
}
body.beta_headerredesign .historybut > a, body.beta_headerredesign #notifybtn {
    background: transparent !important;
    display: inline-block;
    border: 1px solid transparent !important;
    font-size: 0.8125rem !important;
    color: #333;
    text-transform: initial;
    font-weight: 500;
    max-width: 250px;
    overflow: hidden;
    padding: 2px 10px !important;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-decoration: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.beta_headerredesign .mobilemenu .historybut > a, body.beta_headerredesign .mobilemenu #notifybtn {
    font-size: 0.9375rem !important;
}
body.beta_headerredesign header .historybut > a:hover, body.beta_headerredesign #notifybtn:hover {
    color: #3d3d3d !important;
    background-color: #f9f9f9 !important;
    font-size: 0.9375rem;
    line-height: 21px;
    display: inline-block;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: initial;
    outline: none;
}

body.beta_headerredesign header #notifybtn i {
    vertical-align: initial;
}

body.beta_headerredesign .mobilemenu #notifybtn i {
    vertical-align: baseline;
}

.ax-header_nav ul li .historybut > a:hover , .ax-header_nav ul li .historybut > a:focus {
    color: inherit;
    background: transparent;
    padding: 2px 10px !important;
}
.ax-header_nav ul li .historybut > a i, body.beta_headerredesign header ul li .historybut > a i {
    vertical-align: text-bottom;
    padding-left: 5px;
    background: transparent !important;
    color: #333 !important;
}
.ax-header_nav .historybut:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #FFFFFF;
    border-top: 1px;
}
.ax-header_nav ul.notifcationdrop li:hover >  span {
    border-top: 0;
}

.ax-header_nav > li > ul.notifcationdrop, .header_main_nav > div > ul.notifcationdrop {
    position: absolute;
    list-style-type: none;
    width: 370px;
    top: 35px;
    right: -5px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 0 0 0;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 13px 0px 46px -8px rgba(0,0,0,0.5);
    text-align: left;
    background: #fff;
    z-index: 9999;
}

body.beta_headerredesign header ul.notifcationdrop {
	width: 370px;
	padding: 0px;
	overflow: initial !important;
}

.mobile .ax-header_nav > li > ul.notifcationdrop, .mobile .header_main_nav > div > ul.notifcationdrop {
    right: -55px;
}    
.xmlHidden, .Hidden {
    display: none;
}
.language {
    margin-top: -3px;
}

@media only screen and (max-device-width: 375px) { 
    .header_main_nav > div > ul.notifcationdrop {
        width: 305px;
    }
}

.ax-header_nav > li > ul.notifcationdrop span.icon, .header_main_nav > div > ul.notifcationdrop span.icon, body.beta_headerredesign header ul.notifcationdrop span.icon, body.beta_headerredesign .mobilemenu span.icon {
    float: left;
    background: transparent;
    color: #3d3d3d;
}

.ax-header_nav > li > ul.notifcationdrop span.icon, body.beta_headerredesign header ul.notifcationdrop span.icon, body.beta_headerredesign .mobilemenu span.icon {
    margin-top: 2px;
}

.ax-header_nav > li > ul.notifcationdrop span.icon .fas, .header_main_nav > div > ul.notifcationdrop span.icon .fas, body.beta_headerredesign header ul.notifcationdrop span.icon .fas {
    font-size: 1.125rem;
    color: #3d3d3d;
}

.ax-header_nav > li > ul.notifcationdrop span.title {
    font-size: 1rem;
    font-weight: bold;
    float: left;
    color: #3d3d3d;
    padding: 2px 6px;
    margin-left: 10px;
    width: auto;
}

body.beta_headerredesign header ul.notifcationdrop span.title, body.beta_headerredesign .mobilemenu span.title {
    font-size: 1rem;
    font-weight: bold;
    float: left;
    color: #3d3d3d;
    padding: 2px 0px;
    margin-left: 0px;
    width: auto;
}

.ax-header_nav > li > ul.notifcationdrop span.read, .header_main_nav > div > ul.notifcationdrop span.read, header ul.notifcationdrop span.read {
    float: right;
    width: auto;
}

.ax-header_nav > li > ul.notifcationdrop span.read a, .header_main_nav > div > ul.notifcationdrop span.read a {
    font-size: 0.6875rem;
    padding: 6px 0 0 0;
    text-decoration: underline;
    background: transparent;
    color: var(--hl);
}

.ax-header_nav > li > ul.notifcationdrop li.notificationheader, .header_main_nav > div > ul.notifcationdrop li.notificationheader, body.beta_headerredesign header ul.notifcationdrop li.notificationheader, body.beta_headerredesign .mobilemenu li.notificationheader {
    display: block;
    width: 100%;
    padding: 0 10px 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    cursor: default;
}

.ax-header_nav > li > ul.notifcationdrop li.notificationheader:after , .ax-header_nav > li > ul.notifcationdrop li.alert:after, .header_main_nav > div > ul.notifcationdrop li.notificationheader:after , .header_main_nav > div > ul.notifcationdrop li.alert:after, body.beta_headerredesign header ul.notifcationdrop li.notificationheader:after , header ul.notifcationdrop li.alert:after, body.beta_headerredesign .mobilemenu li.alert:after {
    clear: both;
    display: block;
    content: "";
}


.ax-header_nav > li > ul.notifcationdrop li.alert, .header_main_nav > div > ul.notifcationdrop li.alert, body.beta_headerredesign header ul.notifcationdrop li.alert, body.beta_headerredesign .mobilemenu li.alert {
    display: block;
    width: 100%;
    background: #f7f7f7;
    color: #3d3d3d;
    padding: 8px 10px 11px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    cursor: default;
    white-space: pre-line;
}

body.beta_headerredesign .mobilemenu li.alert {
	padding: 8px 0px 11px 0px;
	background: #FFFFFF;
}

.ax-header_nav > li > ul.notifcationdrop li.alert:last-child, .header_main_nav > div > ul.notifcationdrop li.alert:last-child, body.beta_headerredesign header ul.notifcationdrop li.alert:last-child, body.beta_headerredesign .mobilemenu li.alert:last-child {
    border-bottom: 0;
}
.ax-header_nav > li > ul.notifcationdrop li.alert span.icon, .header_main_nav > div > ul.notifcationdrop li.alert span.icon {
    background: transparent;
    color: #878787;
}
.ax-header_nav > li > ul.notifcationdrop li.alert span.icon .fa, .ax-header_nav > li > ul.notifcationdrop li.alert span.icon .fas, .ax-header_nav > li > ul.notifcationdrop li.alert span.icon .far, .ax-header_nav > li > ul.notifcationdrop li.alert span.icon .fal, .ax-header_nav > li > ul.notifcationdrop li.alert span.icon .fab,
.header_main_nav > div > ul.notifcationdrop li.alert span.icon .fa, .header_main_nav > div > ul.notifcationdrop li.alert span.icon .fas, .header_main_nav > div > ul.notifcationdrop li.alert span.icon .far, .header_main_nav > div > ul.notifcationdrop li.alert span.icon .fal, .header_main_nav > div > ul.notifcationdrop li.alert span.icon .fab {
    font-size: 1.5rem;
    margin-top: 4px;
}
body.beta_headerredesign header ul.notifcationdrop li.alert span.icon, body.beta_headerredesign .mobilemenu li.alert span.icon {
    width: 40px;
    height: 40px;
    background-color: var(--headerbgcolor, #dfdfdf);
    text-align: center;
    border-radius: 50%;	
}
body.beta_headerredesign header ul.notifcationdrop li.alert span.icon i, body.beta_headerredesign .mobilemenu li.alert span.icon i{
    font-size: 1.375rem;
    color: var(--headerfontcolor, #dfdfdf);
    margin-top: 9px;
    display: block;
}
.ax-header_nav > li > ul.notifcationdrop li.alert span.message, .header_main_nav > div > ul.notifcationdrop li.alert span.message {
    float: right;
    width: calc(100% - 35px);
    font-size: 0.9375rem;
    text-align: left;
}
body.beta_headerredesign .ax-header_nav > li > ul.notifcationdrop li.alert span.message, body.beta_headerredesign .header_main_nav > div > ul.notifcationdrop li.alert span.message {
    width: calc(100% - 50px);
}
body.beta_headerredesign header ul.notifcationdrop li.alert span.message, body.beta_headerredesign .mobilemenu li.alert span.message {
    display: block;
    font-size: 0.9375rem;
}
body.beta_headerredesign header ul.notifcationdrop li.alert span.icon + span.message, body.beta_headerredesign .mobilemenu li.alert span.icon + span.message {
    float: right;
    width: calc(100% - 50px);
    font-size: 0.9375rem;
    text-align: left;
}
.ax-header_nav > li > ul.notifcationdrop li.alert span.messagebody, .header_main_nav > div > ul.notifcationdrop li.alert span.messagebody {
    font-size: 0.8125rem;
    line-height: 140%;
    display: block;
    margin-top: 4px;
}
body.beta_headerredesign header ul.notifcationdrop li.alert span.messagebody, body.beta_headerredesign .mobilemenu li.alert span.messagebody{
	font-size: 0.875rem;
    line-height: 100%;
    display: block;
    margin-top: 4px;
    line-height: 140%;
    word-break: break-word;
    
}
.ax-header_nav > li > ul.notifcationdrop li.alert span.time, .header_main_nav > div > ul.notifcationdrop li.alert span.time {
    font-size: 0.6875rem;
    float: left;
    display: inline-block;
    width: auto;
    padding: 3px 6px;
    margin-top: 7px;
    background: #3d3d3d;
    color: #fff;
    border-radius: 3px;
}
body.beta_headerredesign header ul.notifcationdrop li.alert span.time, body.beta_headerredesign .mobilemenu li.alert span.time {
	font-size: 0.6875rem;
}
.ax-header_nav > li > ul.notifcationdrop:before, .header_main_nav > div > ul.notifcationdrop:before {
    content: "\f0de";
    font-family: FontAwesome;
    position: absolute;
    top: -11px !important;
    right: 11px;
    font-size: 2.5rem;
    color: #fff;
}
body.beta_headerredesign header .notificationheader span.icon {
    display: none;
}
ul.alertwrapper, ul.cartwrapper {
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
    border: 0;
    background: unset;
}

body.beta_headerredesign .mobilemenu ul.alertwrapper, body.beta_headerredesign .mobilemenu ul.cartwrapper {
	max-height: initial;
}

.singleline .profileimagewrapper .profileimage {
    position: relative;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    overflow: hidden;
    background: var(--menuheadbgcolor, #000000);
}
.singleline .profileimagewrapper .profileimage:hover > div , .singleline .nohighlight a.dropdown-toggle:focus .profileimagewrapper .profileimage > div {
    transform: scale(1.3);
}
.singleline .profileimagewrapper .profileimage div{
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
    font-size: 1.125rem;
    padding: 3px 0 0 0;    
    color: var(--menuheadfontcolor);
    text-align: center;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: center !important;
}
.singleline .profileimagewrapper + .fa + span, .singleline .profileimagewrapper + .fas + span, .singleline .profileimagewrapper + .far + span, .singleline .profileimagewrapper + .fal + span, .singleline .profileimagewrapper + .fab + span {
    float: left;
    font-size: 0.875rem;
    margin-top: 10px;
    display: none;
}

.singleline #axusername {
    display: none !important;
}

.singleline .ax-header_nav li a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.singleline .ax-header_nav li.open a {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-right: 0;
}

.singleline .ax-header_nav li a i.fas.fa-caret-down{
    font-size: 1rem;
    padding-left: 2px;
    padding-left: 5px;
    display: none;
}

.singleline .ax-header_nav li a span i.fa.fa-caret-down {
    font-size: 0.9375rem;
    padding-left: 5px;
}

.singleline .ax-header_nav li {
    position: relative;
    margin-right: 5px;
}

.singleline .ax-header_nav li.profile {
    margin-right: 0;
}

.singleline .navicon_nav .block {
    height: 5px;
    width: 5px;
    border-radius: 1px;
}

.singleline .header_bottom {
    display: none;
}

.singleline .navicon_nav > li:hover .block_container {
    border-radius: 3px;
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
}

.singleline .navicon_nav > li > ul {
    overflow: unset;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-align: left;
    -webkit-transform:perspective(100) rotate3d(1,0,0,-5deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
    opacity: 0;
    visibility: hidden;
}

.singleline .navicon_nav .edge ul {
    right: 25px;
    opacity: 1;
    visibility: visible;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}

.singleline .ax-header_nav > li > ul {
    display: initial;
    list-style-type: none;
    min-width: 235px;
    top: 44px;
    right: -2px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 10px 20px 10px;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 13px 0px 46px -8px rgba(0,0,0,0.5);
    text-align: left;
    -webkit-transform:perspective(100) rotate3d(1,0,0,-5deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
    opacity: 0;
    visibility: hidden;
}

.singleline .ax-header_nav > li > ul.dropdown-menu.noscrollbars {
    overflow: visible;
}

.singleline .ax-header_nav > li > ul.notifcationdrop, .singleline .header_main_nav > div > ul.notifcationdrop {
    padding: 0;
}

.singleline .ax-header_nav > li > ul.notifcationdrop li.notificationheader, .singleline .header_main_nav > div > ul.notifcationdrop li.notificationheader, body.beta_headerredesign header ul.notifcationdrop li.notificationheader {
    padding-top: 7px;
}

.singleline .ax-header_nav > .open > ul {
    display: initial;
    opacity: 1;
    visibility: visible;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}

.singleline .ax-header_nav > li > ul:before, .singleline .header_main_nav > div > ul:before  {
    content: "\f0de";
    font-family: FontAwesome, 'Font Awesome 6 Pro';
    font-weight: 600;
    right: 12px;
    position: absolute;
    top: -14px;
    font-size: 2.5rem;
    color: #fff;
}

.singleline .main_nav ul:before {
    content: "\f0de";
    font-family: FontAwesome;
    right: 0;
    left: 12px;
    position: absolute;
    top: -14px;
    font-size: 2.5rem;
    z-index: 1;
    color: #fff;
    height: 25px;
}

.singleline .navicon_dropdown > li.menu_container {
    display: grid;
    grid-template-columns: auto auto auto;
    max-width: 780px;
    padding: 0;
}

body.ie11 .singleline .navicon_dropdown.dropdown-menu > li.menu_container {
    width: 780px;
}

.singleline .caret_container {
    display: none;
}

.singleline .ax-header_nav ul, .singleline li.menu_container {
    border: none;
}

.singleline .header_sub_nav li.menu_container {
    max-height: 75vh;
}

.singleline .navicon_dropdown > li.caret_container i {
    margin-right: -12px;
}

.singleline .navicon_dropdown > li.caret_container .fa, .singleline .navicon_dropdown > li.caret_container .fas, .singleline .navicon_dropdown > li.caret_container .far, .singleline .navicon_dropdown > li.caret_container .fal, .singleline .navicon_dropdown > li.caret_container .fab {
    display: none;
}
.singleline .ax-header_nav li.open , .singleline .navicon_nav > li.open .block_container {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    background: var(--headerfontcolor, #000000);
}
.singleline .ax-header_nav li.open > a > i  {
    color: var(--headerbgcolor);   
}
.singleline .navicon_nav:hover .block_container .block,.singleline .open .block_container .block, .singleline .navicon_nav a:focus .block_container .block {
    background: var(--headerbgcolor);
}
.singleline .nav_items > li a:hover {
    color: #FFF;
    background: #333333;
    transition:  all 0.3s ease;
    padding-left: 15px;
}
.singleline .ax-headertext {
    display: none;
}
.singleline .notficationsicon, .singleline .carticon {
    margin-right: 0px !important;
}

.singleline .main_nav > li > ul {
    display: initial;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    top: 62px;
    background: #fff;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px 10px 20px 10px;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 13px 0px 46px -8px rgba(0,0,0,0.5);
    text-align: left;
    -webkit-transform:perspective(100) rotate3d(1,0,0,-5deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.singleline .main_nav > li.open > ul {
    display: initial;
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);    
    overflow: auto;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.singleline .navicon_nav_heading {
    padding: 0;
}
body:not(.ie11) .singleline .navicon_nav_heading {
    max-width: 600px;
    float: none !important;
}
.singleline .navicon_nav_heading span {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.singleline .navicon_nav_heading span .fa, .singleline .navicon_nav_heading span .fas, .singleline .navicon_nav_heading span .far, .singleline .navicon_nav_heading span .fal, .singleline .navicon_nav_heading span .fab {
    padding-right: 3px;
    font-size: 1rem !important;
    color: #3d3d3d !important;
}
.singleline .main_nav ul li a {
    font-size: 0.875rem;
    background: #fff;
    color: #333333;        
    transition: 0.3s ease;
}
.singleline .main_nav ul li a:hover , .singleline .main_nav ul li a:focus {
    background: #333333;
    color: #fff;
    padding-left: 15px;
    transition: 0.3s ease;
}
.singleline .header_main_nav {
    width: calc(100% - 785px);
    margin-right: 20px;        
    white-space: nowrap;  
    text-align: right;
}
.singleline .header_main_nav .tabnav_left {
    margin-right: -3px;
}
.singleline .header_main_nav .tabnav_right {
    margin-left: -3px;
}
.singleline #actiontabcontainer {
    width: calc(100% - 50px);
    overflow: hidden;
    display: inline-block;
    margin-top: 11px;
}
/*.singleline .shadow_lr {
    box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.3), inset -7px 0 9px -7px rgba(0,0,0,0.3);
}*/
.singleline .shadow_left {
    box-shadow: 7px 0 9px -7px rgba(0,0,0,0.6);
}
.singleline .shadow_right {
    box-shadow: -7px 0 9px -7px rgba(0,0,0,0.6);
}
.singleline .main_nav {
    white-space: nowrap;
    width: 100%; 
    float: initial;
    display: block;
    margin-top: 0px;
    max-width: none;
}
.singleline .main_nav li {
    float: none;
    display: inline-block;
    text-align: left;
}
.singleline .main_nav ul.dropdown-menu li {
    display: block;
}
.singleline .main_nav ul.dropdown-menu li a:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.singleline .main_nav li a:hover , .singleline .main_nav li a:focus {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.3s ease;
}
.singleline .header_container_left {
    display: table;
    max-width: 200px;
    min-height: 55px;
    text-align: left;
}
.singleline .header_container_left a {
    display: table-cell;
    vertical-align: middle;
}
.singleline .header_container_left img {
    position: relative;
    bottom: 0;
    max-height: 40px !important;
    margin-top: 0px !important;
    padding: 0 0 0 18px;
    float: none;
}
.singleline .header_container_left .header_brand {
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 0 0 20px;
    max-width: 380px;
    line-height: 150%;
}
#top_nav_div .header_container_left .header_brand , .logo .header_brand {
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 380px;
    line-height: 150%;
}
.header_main_nav .tabnav_left, .header_main_nav .tabnav_right {
    color: var(--headerfontcolor);
    display: none;
    position: relative;
    background: transparent;
    vertical-align: top;
    margin-top: 10px;
    padding: 8px 5px 8px 5px;
}
.header_nav_right{
    height:100%;
    float:right;
    text-align:right;
    white-space:nowrap;
    vertical-align:bottom;
}
.pheader_welcome{
    float:right;
    color:var(--headerfontcolor);
    padding:10px 20px 0 0;
}
.pheader_nav{
    font-size: 1rem;
    color:var(--headerfontcolor);
    padding:0 20px 10px 0;
    position:absolute;
    bottom:0;
    right:0;
}
.pheader_nav a, .pheader_nav span{
    font-size: 1rem;
    text-decoration:none;
    color:var(--headerfontcolor);
    opacity:0.70;
    -khtml-opacity:.70;
    -moz-opacity:.70;
    filter:alpha(opacity=70);
}
.pheader_nav a:hover{
    opacity:1;
    -khtml-opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
    text-decoration:underline;
}
#navtitle{
    display:block;
    color: var(--headerfontcolor);
    font-size: 1.25rem;
}
.navicon_nav{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    margin: 3px 5px;
    float: right;
    vertical-align: top;
    display: inline-block;
}
.navicon_nav > li > ul{
    list-style-type: none;
    min-width: 180px;
    max-width: 800px;
    width: auto;
    display:none;
    position: absolute;
    top: auto;
    padding: 0px;
    margin: -18px 0 0 0;    
    overflow:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    background: transparent;
    border: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;    
}
.navicon_nav > li{
    list-style-type: none;   
    padding: 5px;
    cursor: pointer;
}
.navicon_nav > li .block_container {
    padding: 5px;
}
.navicon_nav:hover > .block_container {
    background: var(--headerfontcolor, #000000);
}
.navicon_nav:hover > .block {
    background: var(--headerbgcolor, #000000);
}
.navicon_nav .block{
    height:4px;
    width:4px;
    margin:1px;
    display:block;
    background: var(--headerfontcolor, #000000);
    float:left;
}

.navicon_nav .block:nth-child(4), .navicon_nav .block:nth-child(7){
    clear:both;
}
.navicon_nav_heading, .nav_items, .beta_headerredesign .headerlinks > ul {
    list-style-type: none;   
    padding: 0px;
    margin: 0px;
}
.navicon_nav_heading {
    float:left;    
    padding: 0 20px;
    min-width: 200px;
    max-width: 600px;
    width: auto;
}
.navicon_nav_heading span {
    color: #333333;
    padding: 0 0 5px 0;
    margin: 15px 0 10px 0;
    border-bottom: 1px #333333 solid;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}
.nav_items > li, .beta_headerredesign .headerlinks > ul{    
    color: #000000;
    padding: 0;
    margin: 0 0px;   
}
body:not(.beta_headerredesign) .nav_items > li a {   
    padding: 3px 0 3px 10px;
    max-width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;    

}
body:not(.beta_headerredesign) .nav_items > li a:hover {
    color: #FFFFFF;
    background: #333333;
}
.navicon_dropdown > li.caret_container {
    color: #FFFFFF;
    text-align: right;
    padding: 0 12px 0 0;
    height: 30px;
    margin: 0px;
    clear: both;
}    
.navicon_dropdown > li.caret_container i {
    margin: 2px 0 0 0;
} 
li.menu_container {
    background: #FFFFFF;
    overflow: auto;
    box-sizing: border-box;
}
.navicon_dropdown .navicon_nav_heading {
    padding: 0 10px;
    width: 30%;
}
.dropnavdiv hr{
    text-align:center;
    margin: 5px 10px 5px 10px;
    border:1px #FFFFFF solid;
    border-top:1px #CCCCCC dotted;
    border-bottom:0px none;
    color:#FFFFFF;
    height:1px
}
#win_container{
    position: relative;
    z-index:500;
    display:block;
    width:100%;
    font-size: 0px;
    white-space: nowrap;
    overflow: hidden;
}
#win_group {
    height: 100%;
    width: 100%;
}
#app_win_container, .app_win_container{
    position: relative;
    display:inline-block;
    width:100%;
    height: 100%;
}
#app_win {
    display: none;
}
.app_win {
    display: block;
}
#app_win, .app_win {
    width: 100%;
    height: 100%;
    font-size: 0px;
    position:relative;
    vertical-align:top;
}
#taskgroup_container{
    display: flex;
    flex-direction: row;
    height: 100%;
    min-width:100%;    
}
.taskwin_group {
    display: inline-block;
    width: 100%;
    height: 100%;
    flex: 1 0 50%;
    overflow: hidden;
    position: absolute;
}
#taskgroup_container.split .taskwin_group {
    position: relative;
}
#app_win_parent_container, .app_win_parent_container{
    display: none;
    height: 100%;
    width:50%;
    margin-left:-50%;
    font-size:0;
}
#action_win_container, .action_win_container{
    position: relative;
    display: none;
    width: 0px;
    height: 100%;
    -webkit-box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);    
    z-index:600;
    overflow-x: hidden;
    vertical-align:top;
}
#action_win, .action_win {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}
#action_win_container #closebutton, .action_win_container #closebutton{
    font-size: 2.1875rem;
    padding: 0px 10px;
    right:0;
    position: absolute;
    z-index:601;
    display: inline-block;  
    color: var(--menuheadfontcolor);
    cursor: pointer;
}
#action_win_container #closebutton:hover, .action_win_container #closebutton:hover{ 
    color: var(--menuheadbgcolor);
    background: var(--menuheadfontcolor);
    opacity:0.4;
    cursor: pointer;
}
.splitopen {
    width: calc(100% - 450px) !important;
}
.splitopenlg {
    width: calc(100% - 420px) !important;
}
.splitopensm {
    width: calc(100% - 280px) !important;
}
.HighlightOn,.HighlightOff
{
    font-weight: normal;
    width: 100%;
    padding:4px 4px 2px 4px;
    cursor: pointer;
}
.HighlightOn
{
    background-color: #EEEEEE
}
.HighlightOff
{
    background-color: #FFFFFF
}
#footer {
    width:100%;
    background:#333333;
    position:fixed !important;
    left:0;
    bottom:0;
    clear:both;  
    z-index:799 !important;
}
#footer_in {
    background:#333333;
    margin:0 auto;
    text-align:left;
}
.footer_content {
    padding: 6px 10px 6px 10px;
    color: #FFFFFF;
    text-align: left;
}
.footer_content a{
    color: #F3F3F3;
    text-decoration: none;
}
#footer > #footer_in {
    background: #333333;
}
.taskbar {
    padding: 5px 20px 0px 20px;
    white-space: nowrap;
}
.taskbar::after {
    content: "";
    display: table;
    clear: both;
}
.taskbar ul{
    list-style-type: none;
    padding:0px;
    margin:0px;
    display: inline-block;    
    float: left;
}
.taskbar ul.taskbar_in{
    max-width: calc(100% - 140px);
    display: flex;
    vertical-align: top;
    margin: 0px 10px 0 0;
    width: fit-content;
}
.taskitem{
    background: #333333;
    color: #ccc;
    text-align: left;
    height: 20px;
    width: 140px;
    min-width: 25px;
    max-width: 140px;
    padding: 4px 15px 4px 10px;
    margin: 0 4px 0 0;     
    font-size: 0.8125rem;
    border-bottom: 2px #666 solid;
    display: inline-block;    
    cursor: pointer;        
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
    position: relative;
}
.taskitem i{
    font-size: 1rem;
    margin: 1px 1px;
    color: #999;  
    vertical-align: bottom;
}
.taskitem_close{
   position: absolute;
   right: 3px;
   top: 5px;
}
.taskitem_close.not-allowed:hover{
   cursor: not-allowed;
}
.taskitem_close i{
    font-size: 0.875rem !important;
    color: #999 !important;
}
.taskitem_selected{
    border-bottom: 2px #FFFFFF solid;
    color: #FFFFFF;
}
.taskitem_selected i{
    color: #FFFFFF;
}
.taskaction{
    font-size: 1rem;
    color: #FFFFFF !important;
    padding: 4px 8px;
    background: #222222 !important;
    border: none !important;
    display: inline-block;
    margin: 0 0 6px 0;    
    box-shadow: none !important;    
}
.taskaction:focus, .taskaction:hover, .taskaction.focus {
    color: #FFFFFF;
    background: #222222 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: 1px solid #FFFFFF;  
}
.taskaction_active{
    text-align: center;
    box-shadow: inset 2px 1px 5px rgba(0,0,0,0.5);
}
.tasksplitscroll {
    display:none;
    position:absolute;
    top: 50%;
    z-index: 10000;
    background:#EDEDED;
    border-radius: 50%;
    height:40px;
    width:40px;
    padding-top:13px;
    box-sizing: border-box;
    opacity: 0.8;
    cursor:pointer;
}
.tasksplitscroll.disabled {
    color: #CCC;
}
#tsscroll_left {
    left:10px;
    padding-left:13px;
}
#tsscroll_right {
    right:10px;
    z-index: 10000;
    background:#EDEDED;
    border-radius: 50%;
    height:40px;
    width:40px;
    padding-top:13px;
    padding-left:16px;
    box-sizing: border-box;
    opacity: 0.9;
    cursor:pointer
}
.mwindiv {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */ 
    z-index: 55454545; 
    margin-top: 0 !important;
    text-align: center;
}

.mwindiv_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    width: 61%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    /*-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;*/
    display: inline-block;
    /* overflow: scroll;
     -webkit-overflow-scrolling: touch;
     max-height: 800px;*/
}

.mwindiv_content.modalstatic {
    width: auto;
}

.mwindiv_content.modalstatic .mwindiv_in {
    margin: 20px 0px 10px 0px;
    overflow: auto;
    max-height: 80vh;
}

.mwindiv_content.modalstatic .Data.list .listhidden {
    display:none;
}
.mwindiv_content.modalstatic .details {
    width:100%;
    max-width: 800px;    
}
.mwindiv_content.modalstatic .details td{
    display: block;
    text-align: left;
    background: #FFFFFF;

}
.mwindiv_content.modalstatic .details td span{
    display: block;
    font-weight:bold;
    padding: 5px 0px;
}
.mwindiv_content.modalstatic .details .modalhidden{
    display: none;
}
.mwindiv_content.modalstatic .details .Data1, .mwindiv_content.modalstatic .details .Data2 {
    padding: 8px 20px;
}
.modalstatic .countdowndiv, .modalstatic .keepalivediv, .modalstatic .ssologindiv, .modalstatic #submitbtndiv {
    text-align:center;
}
.modalstatic .resenddiv, .modalstatic .verificationdiv {
    text-align:left
}
.modalstatic .countdowndiv {
    margin-bottom:20px
}
.modalstatic .verificationdiv, .modalstatic #submitbtndiv {
    padding-top:10px;
}

.iframe_ipad {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /* max-height: 10%;*/
    max-height: 75vh;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.mwin_title {
    color: #000000;    
    padding: 20px 20px 10px 20px;
    font-size: 1.625rem;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}
.mwinname {
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.mwin_close {
    font-size: 1.875rem;
    color: #cccdcd;
    float: right;
    font-weight: normal;
    margin-top: -3px;
    webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer;
}
.mwin_navigateTo {
    font-size: 1.5625rem;
    padding-top: 4px;
    margin-right: 10px;
    margin-top: -3px;
    color: #cccdcd;
    float: right;
    font-weight: normal;
    webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer;
}
.mwin_close:hover, .mwin_navigateTo:hover,
.mwin_close:focus, .mwin_navigateTo:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.mwindiv_confirm {
    display:none;
    border:2px #DFDFDF solid;
    margin:20px;
    padding:100px 0 100px 0;
    font-size: 12pt;
    font-weight:bold;
    text-align:center
}
.mwindiv_in {
    display:none;
}
.mwindiv_in td.Form {
    min-width: 350px;
}
.mwindiv_in select,.mwindiv_in input[type=text],.mwindiv_in textarea {
    width: calc(100% - 70px);
}
.mwindiv_in .Lookup, .mwindiv_in .LookupBlur {
    width: calc(100% - 114px) !important;
}
.mwindiv_in .datepickclass {
    padding:4px 6px;
}
.datepickclass {
    width: 286px;
}
.mwin_frame
{
    height:0px;
    width:900px;
    display:none;
}
#mwin_frame {
    /* max-height: 700px; */
    box-sizing: border-box;
}
.mwindiv_content.password {
    width: 680px;
}
.cautionmessage {
    background: #FAEBCC;
    display: inline-block;
    margin: 10px 0px 0 0;
    color: #8a6d3b;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.cautionmessage span {
    float: left;
    font-size: 1.0625rem;
    background: #FCF8E3;
    text-align: center;
    height: 33px;
    width: 30px;
    padding-top: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-sizing: border-box;
}
.warningmessage {
    background: #ec1c00;
    display: inline-block;
    margin: 10px 0px 0 0;
    color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.warningmessage span {
    float: left;
    font-size: 1.0625rem;
    background: #f7523c;
    text-align: center;
    height: 33px;
    width: 30px;
    padding-top: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-sizing: border-box;
}
.warningmessage span + span {
    float: right;
    font-size: 0.9375rem;
    padding: 8px 10px 7px 10px;
    width: auto;
    height: auto;
    text-align: left;
    background: transparent;
}
.warningmessage span + div, .cautionmessage span + div {
    font-size: 0.9375rem;
    padding: 8px 10px 8px 40px;
    width: auto;
    height: auto;
    text-align: left;
    background: transparent;
}
.requestaccept {
    background: #73b426;
    display: inline-block;
    margin: 10px 0px 0 0;
    color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.requestaccept span {
    float: left;
    font-size: 1.0625rem;
    background: #85ca33;
    text-align: center;
    padding-top: 36px;
    height: 90px;
    width: 30px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-sizing: border-box;
}
.requestaccept span + div {
    font-size: 0.9375rem;
    padding: 6px 10px 8px 40px;
    width: auto;
    height: auto;
    text-align: left;
    background: transparent;
}
.rp_wrapper {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.rp_wrapper label {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.rp_wrapper input {
    width: 380px;
}
.Submit.Modal input[type="submit"] {
    font-size: 1rem;
    padding: 5px 10px;
    -webkit-appearance: none;
}

#captchadiv {
    height: 400px;
}

.lightdiv
{
    background:#6D6D6D;
    top:0;
    left:0;
    position:absolute;
    display:none;
    z-index:140;
    width:100%;
    height:100%;
    opacity:0.7;
    filter:alpha(opacity=70);
}
.lightdiv2 {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.lightdiv3 {
    opacity:0.9;
    filter:alpha(opacity=90);
}
.blocked {
    background-color: rgb(178,178,178);
    background-color: rgba(178,178,178,1); /* Black w/ opacity */ 
}
input[type="submit"],input[type="button"],button{
    display: inline-block;
    padding: 3px 10px 3px;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--buttonfontcolor);
    text-align: center;    
    cursor: pointer;
    background-color: var(--buttonbgcolor, #dfdfdf);
    background: var(--buttonbgcolor, #dfdfdf);
    border: 1px solid var(--buttonbgcolor, #dfdfdf);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
    -webkit-appearance: none;
}
/* The main calendar widget.  DIV containing a table. */

div.calendar {
    position: relative;
}

.calendar, .calendar table {
    font-size: 0.8125rem;
    border: 1px solid var(--titlebgcolor);
    color: #000;
    cursor: default;
    background: #ffffff;
    font-family:'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
    color: #000;
    text-align: center;    /* They are the navigation buttons */
    padding: 4px          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
    font-weight: bold;     /* Pressing it will take you to the current date */
    text-align: center;
    background: #fff;
    color: #000;
    padding: 2px
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    background: #FFFFFF;
    color: #fff
}

.calendar thead .daynames { /* Row <TR> containing the day names */
    background: var(--tblheadercolor);
}

.calendar thead .name { /* Cells <TD> containing the day names */
    border-bottom: 1px solid var(--titlebgcolor);
    padding: 2px;
    text-align: center;
    color: #000
}

.calendar thead .weekend { /* How a weekend day name shows in header */
    color: #a66
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
    background: var(--tblheadercolor);
    color: #222;
    border: 1px solid var(--titlebgcolor);
    padding: 1px
}

.calendar thead .active { /* Active (pressed) buttons in header */
    background: var(--titlebgcolor);
    padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
    width: 2em;
    color: #222;
    text-align: right;
    padding: 2px 4px 2px 2px
}

.calendar table .wn {
    padding: 2px 3px 2px 2px;
    border-right: 1px solid var(--titlebgcolor);
    background: var(--tblheadercolor);
}

.calendar tbody .rowhilite td {
    background: var(--tblheadercolor);
}

.calendar tbody .rowhilite td.wn { /* wk column highlight */
    background: #ffffff
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
    background: #ffffff;
    padding: 1px 3px 1px 1px;
    border: 1px solid var(--titlebgcolor);
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
    background: var(--tblheadercolor);
    padding: 2px 2px 0px 2px
}

.calendar tbody td.selected { /* Cell showing today date */
    font-weight: bold;
    border: 1px solid var(--titlebgcolor);
    padding: 1px 3px 1px 1px;
    background: #fff;
    color: #000
}

.calendar tbody td.weekend { /* Cells showing weekend days */
    color: #a66
}

.calendar tbody td.today { /* Cell showing selected date */
    font-weight: bold;
    color: #00f
}

.calendar tbody .disabled {
    color: #999;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
    visibility: hidden
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
    display: none
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
    text-align: center;
    background: #556;
    color: #fff
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
    background: #fff;
    color: #445;
    border-top: 1px solid var(--titlebgcolor);
    padding: 1px
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
    background: #d8d7d7;
    border: 1px solid var(--titlebgcolor);
    color: #000;
    padding: 1px
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
    background: #77c;
    padding: 2px 0px 0px 2px
}




/* ---- Arcadia X styles ---- */


.ax-header-right {
    float: right;
    padding: 8px 10px 6px 0;
}
.ax-headertext {
    color: var(--headerfontcolor);
    display:block;
}
.ax-welcome {
    clear:right;
    color: var(--headerfontcolor);
    font-size: 0.8125rem;
    text-align: left;
    padding: 10px 20px;
    white-space:nowrap;
    position:absolute;
    bottom:0;
    right:0; 
}
.ax-welcome ul{
    display: none;
}
.ax-welcome:hover {
    color: var(--headerbgcolor);
    background: var(--headerfontcolor);
}
.ax-welcome:hover > ul{
    display: block;
    padding:0px;
    margin:8px;
    right:0;
}
.ax-welcome:hover > span{
    border-top: 4px solid var(--headerbgcolor);
}
#ax-header_nav_container {
    width: 100%;
    position: absolute;   
}

.navicon_nav_heading span i + i , .shortcuts span i + i {
    display: none;
}

#header_container_in .btn-ai {
	color: var(--headerfontcolor) !important;
	background: var(--headerbgcolor) !important;
	border-color: var(--headerfontcolor) !important;
}

#header_container_in #ai_externalgpt.open {
	background: var(--headerbgcolor) !important;
}

#header_container_in #ai_externalgpt.open .btn-ai {
	color: var(--headerbgcolor) !important;
	background: var(--headerfontcolor) !important;
	border-color: var(--headerbgcolor) !important;
}

/* Language fallback support for Roboto font */


:lang(ja) body , :lang(zh) body , :lang(ko) body , :lang(hi) body , :lang(ne) body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

:lang(ja) .calendar , :lang(zh) .calendar , :lang(ko) .calendar , :lang(hi) .calendar , :lang(ne) .calendar {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;    
}

:lang(ja) .calendar table , :lang(zh) .calendar table , :lang(ko) .calendar table :lang(hi) .calendar table, :lang(ne) .calendar table  {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;    
}
.movePortalDiv > div {
    min-width: 320px;
}
body.beta_headerredesign header .dropdown-menu {
    border: none;
}
.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-decoration:none;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.open > .dropdown-menu {
    display: block;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

#ui-datepicker-div {z-index:3110 !important;}

.newchoicediv {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #e2e8e6;
    border-radius: 5px;
    color: #000000;
    margin-top: 10px;
    padding: 10px;
}
.newchoicediv, .newchoicediv .txt2 {
    transition: background 0.5s ease 0s, color 0.5s ease 0s;
}
a:hover .newchoicediv , a:focus .newchoicediv {background-color:var(--buttonbgcolor, #dfdfdf); color: var(--buttonfontcolor);}
a:hover .txt2, a:focus .txt2 {color: var(--buttonfontcolor);}
p {margin-top:10px;}
.txt1 {
    color: #686868;
    font-size: 0.875rem;
    line-height: 160%;
}
.txt2 {
    color: #000000;
    font-size: 1rem;
    line-height: 160%;
    font-weight:bold;
}


@media screen and (min-width:1350px){
    .mwindiv_content {
        width: 70%;
    }

    .mwindiv_content.xmlModal {
        width: 70% !important;
    }
} 

@media screen and (min-width: 1024px) and (max-width: 1360px) {
    .main_nav {
        max-width:92%;
    }

}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
    .main_nav {
        max-width:94%;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1440px) {
    .main_nav {
        max-width:94%;
    }
}
@media screen and (min-width: 1680px) {
    .main_nav {
        max-width:96%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .mwindiv_content {
        width: 75%;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .mwindiv {
        padding-top: 120px;
    }

    .mwindiv_content {
        width: 85%;
    }

    #playlistdiv {
        max-height: 365px;
    }

}   

@media screen and (min-width: 768px) and (max-width: 992px) {

    .singleline .navicon_dropdown > li.menu_container {
        grid-template-columns: auto auto;
        max-width: 615px;
    }
    
    body.ie11 .singleline .navicon_dropdown > li.menu_container {
        width: 615px;
    }

}

@media screen and (max-width: 992px) {

    .mwindiv {
        padding-top: 70px;
    }

    .mwindiv_content {
        width: 90%;
    }        

    .singleline .ax-header_nav li {
        margin-right: 3px;
    }


    .singleline .profileimagewrapper + .fa + span, .singleline .profileimagewrapper + .fas + span, .singleline .profileimagewrapper + .far + span, .singleline .profileimagewrapper + .fal + span, .singleline .profileimagewrapper + .fa + spanb {
        margin-top: 9px;
    }

    .singleline .header_logo {
        max-height: 46px !important;
    }


    .singleline .ax-header_nav {
        width: auto;
    }

    .singleline .header_main_nav {
        width: calc(100% - 600px);
    }


    .singleline .navicon_nav_heading {
        width: 45%;
    }

    .singleline .dropdown-menu li.navicon_nav_heading {
        width: calc(100% - 20px);
    }
     .singleline .header_container_left .header_brand {
        max-width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .singleline .navicon_dropdown > li.menu_container {
        grid-template-columns: auto auto;
        max-width: 580px;
    }
    body.ie11 .singleline .navicon_dropdown > li.menu_container {
        width: 580px;
    }
    body:not(.ie11) .singleline .navicon_dropdown > li.menu_container > div.navicon_nav_heading {
        min-width: 200px;
    }
    .singleline .main_nav > li > ul {
        top: 112px;
    }
}
@media screen and (max-width:667px) {
     .singleline .navicon_dropdown > li.menu_container {
        grid-template-columns: auto auto;
        max-width: 435px;
    }
    body.ie11 .singleline .navicon_dropdown > li.menu_container {
        width: 435px;
    }
    .singleline .navicon_nav_heading {
        width: 45%;
        min-width: 45%;
        max-width: 45%;
    }
    body:not(.ie11) .singleline .navicon_nav_heading {
        min-width: 180px !important;
    }
    .singleline .navicon_nav:hover .block_container .block, .singleline .open .block_container .block {
        background: var(--headerfontcolor, #000000);
    }
}
@media screen and (min-width: 479px) and (max-width: 667px) {
    .requestaccept span + span , .warningmessage span + span {
        max-width: 320px;
    }
    .mwindiv_content .mwindiv_in {
        max-height: 80vh;
    }
    .centerlayout img.header_logo {
        padding-left: 0 !important;
    }
    .header_titletext #navtitle {
        font-size: 1rem !important;
    }
}

@-moz-document url-prefix() { 
    .singleline .header_container_left a {
        height: 55px;
    }
    .singleline .navicon_dropdown > li.menu_container {
        scrollbar-width: thin;
    }
}

@media screen and (-ms-high-contrast: none) {
.ax-header_nav li a {
   line-height: 16px;
}
.main_nav, .ax-header_nav, .navicon_nav {
    margin-left: -1px;
}
}

@supports (-ms-ime-align:auto) {  
.ax-header_nav li a {
   line-height: 16px;
}
.main_nav, .ax-header_nav, .navicon_nav {
    margin-left: -1px;
}
}

/* Language selection - Signup Pages */
#signupfrm .language select {
    color: var(--headerfontcolor);
    border-color: var(--headerfontcolor);
}

#signupfrm #header_container {
    padding: 10px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#signupfrm .language {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    padding-right: 0;
}

#signupfrm .language {
    float: right;
    width: auto;
    padding: 10px 12px 10px 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

#signupfrm .language select {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    background: rgba(255,255,255,0.1);
    margin-bottom: 10px;
    padding: 5px 25px 5px 32px;
    font-size: 1.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: auto;
    min-width: 200px;
    height: auto;
    margin: 5px 0px;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    box-shadow: none;
    transition: none;
}

#signupfrm .language select:focus {
    outline: 0 !important;
    padding: 4px 24px 5px 31px;
    border: 2px solid;
    border-color: inherit;
}

#signupfrm .language label {
    display: none;
}

#signupfrm .language:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f57d';
    font-size: 1.125rem;
    color: inherit;
    top: 8px;
    left: 13px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

#signupfrm .language:after {
    font: normal normal normal 17px/1 FontAwesome;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    content: '\f0d7';
    color: inherit;
    right: 12px;
    top: 11px;
    height: 34px;
    padding: 11px 11px 0px 8px;
    position: absolute;
    pointer-events: none;
}

#signupfrm .language.languageaccessibility:before, #signupfrm .language.languageaccessibility:after {
    content: '';
}

#signupfrm .language i.fa-globe-americas, #signupfrm .language i.fa-caret-down {
    display: none;
}

#signupfrm .language.languageaccessibility i.fa-globe-americas {
    display: inline-block;
    font-size: 1.125rem;
    position: absolute;
    top: 23px;
    left: 21px;
}

#signupfrm .language.languageaccessibility i.fa-caret-down {
    display: inline-block;
    font-size: 1.0625rem;
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: -1;
}

#signupfrm select option {
    color: #000;
}

@media (max-width: 667px) {
    #signupfrm .language {
        width: 100%;
    }
    
    #signupfrm #lang {
        width: 100%;
    }
    
    #signupfrm .header_container_left a {
        width: 100%;
        float: left;
    }
    
    #signupfrm #navtitle {
        width: 100%;
        float: left;
    }
}

#signupfrm select::-ms-expand {
    display:none;
}
