
.searchPadding {
    padding: 7px;
}

.showCrossIcon {
    display: flex;
}

.mycontent {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height:  calc(100vh - 108px);
}

.container-test {
    max-width: 1024px;
    margin: 0px auto;
}

.container-width-x {
    width: 1024px;
    margin: 0 auto;
}

.demo-site-links li {
    margin: 10px 5px 10px 25px;
    padding: 15px 10px 15px 15px;
    border: 1px solid #ccc;
    width: 300px;
    background-color: #f4f4f4;
    font-size: 14px;
}

.screenshot {
    margin: 0px auto;
    border: 0px solid;
    max-width: 1024px;
}

.ihs-menu.navbar-nav {
    height: 24px;
    border: 0px;
}

.ihs-menu.navbar-nav li {
    border-radius: 0px;
}

.ihs-menu.navbar-blue {
    background-color: #0066B3;
    color: white;
}

.ihs-menu.navbar-blue li,
.ihs-menu.navbar-blue li a {
    height: 24px;
}

.ihs-menu.navbar-blue li:hover,
.ihs-menu.navbar-blue li a:hover {
    background-color: #0B507F;
}

.ihs-menu.navbar-blue li.active,
.ihs-menu.navbar-blue li.active a {
    background-color: #0B507F;
    color: white;
    border-top: solid 2px #ff8f1c;
    top: -2px;
    height: 26px;
}

.ihs-menu.navbar-blue li.active a:hover,
.ihs-menu.navbar-blue li.active a:focus {
    background-color: #0B507F;
    color: white;
}

.ihs-menu.navbar-turquoise {
    background-color: #00719d;
}

.ihs-menu.navbar-turquoise li,
.ihs-menu.navbar-turquoise li a {
    height: 24px;
}

.ihs-menu.navbar-turquoise li:hover,
.ihs-menu.navbar-turquoise li a:hover {
    background-color: #0097d1;
}

.ihs-menu.navbar-turquoise li.active,
.ihs-menu.navbar-turquoise li.active a {
    background-color: #0097d1;
    color: white;
    border-top: solid 2px #ff8f1c;
    top: -2px;
    height: 26px;
}

.ihs-menu.navbar-turquoise li.active a:hover,
.ihs-menu.navbar-turquoise li.active a:focus {
    background-color: #0097d1;
    color: white;
}

.ihs-menu.navbar-grey {
    background-color: #999999;
}

.ihs-menu.navbar-grey li,
.ihs-menu.navbar-grey li a {
    height: auto;
    white-space: normal;
    z-index: 1;
}

.ihs-menu.navbar-grey li:hover,
.ihs-menu.navbar-grey li a:hover {
    background-color: #4c4b4c;
}

.ihs-menu.navbar-grey li.active,
.ihs-menu.navbar-grey li.active a {
    background-color: #4c4b4c;
    color: white;
    border-top: solid 2px #ff8f1c;
    top: -2px;
    height: 26px;
}

.ihs-menu.navbar-grey li.active a:hover,
.ihs-menu.navbar-grey li.active a:focus {
    background-color: #4c4b4c;
    color: white;
}

.ihs-menu.navbar-black {
    background-color: #000000;
}

.ihs-menu.navbar-black li,
.ihs-menu.navbar-black li a {
    height: 24px;
}

.ihs-menu.navbar-black li a {
    padding: 5px 12px;
}

.ihs-menu.navbar-black li:hover,
.ihs-menu.navbar-black li a:hover {
    background-color: #E5E5E5;
    color: black;
}

.ihs-menu.navbar-black li.active,
.ihs-menu.navbar-black li.active a {
    background-color: #E5E5E5;
    color: black;
    border-top: solid 2px #ff8f1c;
    top: -2px;
    height: 26px;
}

.ihs-menu.navbar-black li.active a:hover,
.ihs-menu.navbar-black li.active a:focus {
    background-color: #E5E5E5;
    color: black;
}

.footer {
    background-color: #4c4b4c;
    height: 56px;
    padding: 14px 16px;
    color: white;

}

.search-group:focus-within {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;

}

.footer.footer-small {
    height: 24px;
    padding: 2px 16px;
    cursor: pointer;
}

.footer.footer-expanded {
    height: 96px;
    padding: 0px 12px 0px 12px;
    cursor: pointer;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.footer-small .arrowup{
    padding: 5px;
}

.footer .minimizebar {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #FFFFFF;
    color: #FFFFFF;
    width: 14px;
    margin-top: 12px;
}

.btnClose {
    float: right;
    font-size: 20px;
    color: #fff;
    background-image: url('../images/icon-core-clear.svg');
    background-repeat: no-repeat;
    display: flex;
    border: none;
    height: 16px;
    width: 16px;
    justify-content: center;
    align-items: center;
}

.footer h1 {
    font-family: 'Akkurat LL', 'Akkurat LL Backup', sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 100;
    float: right;
    margin: 8px 0px 0px 5px;
}

.footer .social-icons i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #999;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-right: 4px;
}

.footer .social-icons {
    padding: 3px 0px;
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 28px;
    margin-right: 32px;
    vertical-align: middle;
}

.footer .copyright-links {
    display: inline-block;
    vertical-align: middle;
}

.footer-expanded .copyright-links {
    margin-top: 13px;
    margin-bottom: 20px;
}

.footer .logo {
    display: inline-block;
    vertical-align: middle;
}

.footer .ihs-logo {
    background: url("../images/ihs-logo-white.png?cachekey=spgi") no-repeat;
    width: 108px;
    height: 30px;
    float: left;
}

.footer h6 {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
    font: normal normal normal 14px/17px Akkurat LL;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    opacity: 1;
    display: inline-block;
}

.footer .sp-logo {
    background: url("../images/sp_logo.png?cachekey=spgi") no-repeat;
    width: 205px;
    height: 56px;
    float: right;
}

@media (min-resolution: 2dppx) {
    .footer .ihs-logo {
        background: url("../images/ihs-logo-white@2x.png?cachekey=spgi") no-repeat;
        width: 108px;
        height: 30px;
        float: left;
        background-size: auto 100%;
    }
    .footer .sp-logo {
        background: url("../images/sp_logo@2x.png?cachekey=spgi") no-repeat;
        width: 111px;
        height: 24px;
        float: right;
        background-size: auto 100%;
    }
}

.footer ul {
    float: none;
    margin: 0px;
    padding: 0px;
}

.footer-expanded .copyright-links ul {
    margin-top: 30px;
}

.footer-expanded span {
    font-family: Akkurat LL, sans-serif;
    font-size: 16px;
}

.footer-expanded small {
    display: block;
    height: 16px;
}

.footer-small small {
    padding: 4px;
}

.footer-expanded .logo {
    margin-top: 24px;
    display: inline-block;
    text-align: left ;
}
.footer-small .logo {
    margin-top: 22px;
    display: inline-block;
    text-align: left ;
}

.footer-expanded span[class*="ihs-icon-"],
.footer-small span[class*="ihs-icon-"] {
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 6px;
    cursor: pointer;
}

.icons-holder {
    padding: 16px 16px 16px 30px;
}

.icons-sized {
    font-size: 16px;
}

@media (max-width: 768px) {
    .icon-set,
    .navbar-nav {
        margin: 0;
        float: right;
    }
}

.noScrollXBody {
    overflow-x: hidden;
}

.noScrollBody {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scrollBody {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.MMainContentPanel {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0px;
    font-size: 2px;
    line-height: 0;
}

.showNav {
    top: 82px;
}

.showFooter {
    bottom: 24px;
}

#MFrame {
    border-width: 0px;
}

.ihs-menu.navbar-grey, .dropdown-submenu, .dropdown-submenu > .dropdown-menu {
    background-color: #939598;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 24px;
    right: 100%;
    margin-top: -6px;
    margin-left: 0px;
    background-color: #939598;
    padding: 0px;
    border: none;
    left: 0px;
}

.dropdown-submenu .dropdown-submenu-level-2 {
    top: 6px;
    left: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 3px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu .menu-links > li:hover {
    background-color: #F0F1F2;
    color: #32363B;
}

.dropdown-menu .menu-links li.active {
    color: #32363B;
}

.dropdown-menu .menu-links > li a.active,
.dropdown-menu .menu-links > li a.disabled {
    pointer-events: none;
    cursor: default;
}

.dropdown-menu .menu-links li.disabled {
    background-color: white;
    color: #939598;
}
.dropdown-menu .menu-links {
    padding: 11px 17px 8px 19px;
}
.media-body h2 {
    margin-bottom: 10px;
}

.media-body small {
    font-size: 11px;
    color: #939598;
}

.media-body p {
    font-size: 12px;
}

.ihs-menu.navbar-grey li,
.ihs-menu.navbar-grey li a {
    height: 24px;
    z-index: 1031;
}

.ihs-menu.navbar-grey li:hover,
.ihs-menu.navbar-grey li a:hover {
    background-color: #58595b;
    color: white;
}

ul#ProductMenu .dropdown-menu .active {
    border-radius: 0px;
}

#productList #user

ul#ProductMenu .active {
    color: white;
    border-top: solid 2px #f7941d;
    top: -2px;
    height: auto;
    pointer-events: none;
    padding-bottom: 3px;
    background-color: #58595b;
}

ul#ProductMenu .active-indices {
    pointer-events: auto;
}

.dropdown-toggle.active:after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

ul#ProductMenu .dropdown-menu li,
ul#ProductMenu .dropdown-menu li:hover,
ul#ProductMenu .dropdown-menu li a,
ul#ProductMenu .dropdown-menu li a:hover {
    height: auto;
    word-wrap: break-word;
    border-radius: 0px;
    line-height: 20px;
}

ul#ProductMenu .dropdown-menu li {
    line-height: 20px;
    background-color: #F8F8F8;
    border-left: solid 8px #58595b;
    border-right: solid 8px #939598;
}

ul#ProductMenu .dropdown-menu li a:hover {
    background-color: #939598;
    border: 1px solid #f7941d;
}

ul#ProductMenu .dropdown-menu li:first-child {
    border-top: solid 8px #939598;
}

ul#ProductMenu .dropdown-menu li:last-child {
    border-bottom: solid 8px #939598;
}

ul#ProductMenu .dropdown-menu li:not(:last-child) {
    border-bottom: solid 1px #939598;
}

ul#ProductMenu .dropdown-menu li a, ul#ProductMenu .dropdown-menu li a:visited {
    border: 1px solid #58595b;
    background-color: #58595b;
}

.searchBar {
    z-index: 3001;
    padding: 0px;
    float: left;
    position: relative;
}

#productList {
    padding-right: 0px;
}

#mainHeader {
    border-bottom: 1px solid #C1C5CA;
    border-top: 1px solid #D6002A;
}

#mcsHeader {
    height: 55px;
}

#productIcon {
    background-image: url('../images/products-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    height: 55px;
}

#productText {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #32363B;
    padding-right: 16px;
    line-height: 1.5;
    margin: 12px 0px 12px 0px;
    border-left: 1px solid #CCCCCC;
    padding-left: 16px;
}

.logo-icon-area {
   margin: 0px;
}

.ihs-header .icon-set .icon-area .icon-menu,
.ihs-header .icon-set .icon-area:hover > .icon-menu {
    color: #58595b;
}

.ihs-header .icon-set .icon-area:hover {
    background-color: transparent;
}

.ihs-header .icon-set .icon-area:hover > .icon-menu:after {
    height: 0px;
}

.ihs-header .icon-set {
    padding: 0px;
}

.icon-area:hover #selectedProduct {
    border-left: 1px solid #ffffff;
}

#productList > .icon-area {
    padding: 0px;
    z-index: 2000;
    margin-right: 0px;
    height: 55px;
    width: 64px;
    border-right: 1px solid #CCCCCC;
}

#productList > .userIconArea {
    border: none;
}

.log-menu {
    padding: 0px;
    z-index: 2000;
    margin-right: 0px;
    height: 56px;
    border: none;

}

.logo-header-div {
    padding: 16px;
}

.btn-grey, .footer {
    background-color: #4C4B4C;
    color: #ffffff;
}

.btn-grey:focus, .btn-default.focus, .btn-grey:hover, .btn-grey:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #ffffff;
    border-color: #939598;
    color: #58595b;
}

.form-group .error {
    border-color: #A9446B;
    outline: 0 none;
}

.mcs-panel {
    min-width: 340px;
    border-top: 4px solid #939598;
    box-shadow: 1px 2px 5px #939598;
    margin: 150px auto;
    max-width: 340px;
    padding: 9px 15px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#939598', Direction=120, Strength=2);
}

.ew-card .panel-body, .ew-card .panel-footer, .ew-card .panel {
    padding: 8px 0 12px;
}

.ew-card .panel-heading {
    height: 60px;
    border-bottom: 0px;
}

.alert-danger {
    border-top: 2px solid #C56C00;
    background-color: rgba(197,108,0, 0.2);
    height: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.alert-info {
    border-top: 2px solid #707070;
    background-color: #EEEEEE;
    height: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.alert-success {
    border-top: 2px solid #009900;
    background-color: rgba(229,245,229);
    height: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.alert {
    padding: 15px;
}

#backSpan {
    vertical-align: text-top;
}

input[type="checkbox"] + label:before {
    background-color: #fff;
    border: #707070 1px solid;
    outline: none;
    width: 19px;
    height: 19px;
    color: #fff;
    font-size: 20px;
}

input[type="checkbox"]:hover + label:before {
    opacity: 1;
}

input[type="checkbox"]:checked + label:before,
.iconColor {
    color: #fff;
    font-size: 20px;
    background-color: #D6002A;
    outline: 1px solid #999999;
    height: 19px;
    width: 19px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.version-home {
    height: 84px;
    right: 16px;
    position: fixed;
    bottom: 0px;
}

.popover {
    z-index: 3002;
}

#profilePanel {
    margin: 70px auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 542px;
}

#profileForm .form-group label {
    padding: 4px;
}

#countryList {
    height: 34px;
}

.modal-dialog .modal-header {
    color: #ffffff;
    background-color: #58595b;
}

.iconColor {
    color: #006D89;
    background-color: transparent;
    outline: none;
}

.nav-pills {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 8px;
}

.nav-pills li {
    display: table-cell;
    width: 320px;
    height: 42px;
    margin: 0px 10px 2px 0px;
}

.nav-pills li a {
    background: #CCCCCC;
    color: #1A1A1A;
    height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Akkurat LL ;
    font-style: normal;
    font-weight: 600;
    padding: 3px 3px 3px 6px;
    text-align: left;
}

.nav-pills > li + li {
    margin: 0px 10px 2px 0px;
}

.welcomeButtons {
    margin-right: 20px;
}

table.productStats td {
    padding-right: 10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #FFFFFF;
    background-color: #5C5C5C;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #CCCCCC;
}

.ihs-header .search-group .btn-icon,
.ihs-header-2 .search-group .btn-icon,
.ihs-header-3 .search-group .btn-icon,
.ihs-header-4 .search-group .btn-icon {
    background: linear-gradient(-75deg, #00ab4e, #009697);
}



#EntitySearchBox {
    padding: 0px 8px;
    font-family: Akkurat LL, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #1A1A1A;
    border: none;
    height: 32px;
    border-radius: 2px 0px 0px 2px;
    box-shadow: none;
}

#EntitySearchBox::placeholder {
    font-family: Akkurat LL, sans-serif;
    color: #939598;
    font-style: italic;
    font-size: 14px;
}

.form-control {
    padding: 7px 8px;
}

.ihs-header .brand > h1,
.ihs-header-2 .brand > h1,
.ihs-header-3 .brand > h1,
.ihs-header-4 .brand > h1 {
    color: #58595b;
}

.ihs-header .brand {
    margin: 16px 9px 16px 10px;
    height: 30px;
}

.ihs-header .brand span {
    font-size: 16px;
    color: #58595b;
    font-weight: normal;
}

#notificationModalDialog {
    width: 1000px;
}

#notificationCarouselControl {
    background-image: none;
}

#myCarousel .carousel-indicators {
    position: relative;
    bottom: 0px;
    z-index: 0;
}

@-ms-viewport {
    width: auto;
}

#notificationClose, #messageModalClose {
    color: #53575C;
    opacity: 1;
    padding: 2px 8px 3px 3px;
    font-size: 30px;
    font-weight: 200;
}

#notificationModal {
    z-index: 10000;
}

#myCarousel a {
    color: #0B507F;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    color: white;
}

.ihs-header .brand h1, .ihs-header .ihs-logo {
    cursor: default;
}

#productList > .helpIconArea {
    padding: 0px;
    z-index: 2000;
    margin-right: 0px;
    height: 55px;
    width: 64px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

#entitledProductListDropDown, #userProfileListDropDown, #helpListDropdown {
    border: 1px solid #C1C5CA80;
    border-radius: 2px;
    box-shadow: 5px 5px 8px #00000033;
    background-color: #F8F8F8;
    min-width: 345px;
    float: right;
    padding-left: 19px;
    padding-right: 17px;
}

#entitledProductListDropDown {
    left: calc(100% + 64px + 4px - 345px);
}

#userProfileListDropDown {
    left: calc(100% + 4px - 345px);
}

#helpListDropdown {
    left: calc(100% + 64px + 64px + 4px - 345px);
}

.footerHeight {
    height: calc(100vh - 80px);
}

.fullHeight {
    height: calc(100vh - 57px);
}

#circleIconDiv {
    text-align: center ;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    background-image: url('../images/icon-circle-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 69px 69px;
    border: none;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#panelClose {
    background-image: url('../images/icon-core-close.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-size: 14px 14px;
    cursor: pointer;
    float: right;
    padding: 6px;
}

.menu-links-heading {
    padding: 0px;
    margin: 27px 0px 0px 0px;
    list-style-type: none;
}

.icon-area {
    z-index: 2000;
}

@media (max-width: 768px) {
    .footer {
        width: initial;
        min-width: initial;
        height: initial;
    }

    .container {
        width: inherit;
        min-width: initial;
    }
}

@media (max-width: 1024px) {
    .footer {
        width: initial;
        min-width: initial
    }

    .container {
        width: inherit;
        min-width: initial;
    }
}

.icon-area:hover > .dropdown-menu, .brand-menu:hover > .dropdown-menu {
    display: none;
}

/*new css*/
body {
    background-color: #F0F1F2;
}

.mycontent-left {
    border-left: 1px dashed #53575C;
    padding: 68px 68px;
}

.welcomemycontent-left {
    border-left: 1px dashed #53575C;
    padding: 30px 68px;
}

.mycontent-right {
    padding: 0px 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


/*.container{
width : 1280px;
}*/
.first-login-row {
    margin-top: 20px;
    margin-bottom: 22px;
}

.first-welcome-row {
    margin-top: 20px;
    margin-bottom: 22px;
}

.form-control {
    width: 336px;
    height: 48px;
    margin-bottom: 16px;
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1A1A1A;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}

/*
.form-group{
width: 336px;
}*/

.form-control:focus {
    color: #1A1A1A;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
}

#checkboxRemMeLabel {
    height: 20px;
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1A1A1A;
}

.btn-green {
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    font-size: 24px;
    border: 0px;
    background-color: #006D89;
    color: #FFFFFF;
    margin: 42px 0px 16px 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-green:active {
    color: #FFFFFF;
    background-color: #006D89;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn-green:hover, .btn-green:focus {
    color: #FFFFFF;
    background-color: #00495B;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.form-anchor {
    width: 336px;
}

.form-anchor, .form-anchor a[href] {
    color: #006D89;
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding-top: 8px;
}

.form-anchor a:hover {
    color: #006D89;
    filter: brightness(75%);
}

.logo-label {
    display: none;
}

.logo-div {
    display: none;
    text-align: right;
    margin-bottom: 32px;
}

.brand {
    /*width : 237px;*/
}

.brand img {
    /*width: 322px;*/
    height: 130px;
}

img {
    width: 100%;
    height: auto;
}

#messageDiv {
    max-width: 960px;
    margin-top: 180px;
    min-height: 40px;
    min-width: 260px;
    padding: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: flex;
    flex-direction: row;
}

.container #alertMessageWithTitleDiv {
    margin-top: 180px;
}

#alertMessageDiv {
    max-width: max-content;
    margin: auto;
    padding: 12px 9px 12px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: max-content;
}

#alertMessageDiv .alertImage {
    padding: 12px 9px 14px 9px;
}

#successMessageDiv .alertImage {
    padding: 5px 9px 14px 9px;
}

#alertMessageWithTitleDiv .alertImage {
    padding: 18px 9px 14px 9px;
}

#alertMessageWithTitleDiv {
    max-width: max-content;
    min-height: 80px;
    margin: auto;
    padding: 12px 9px 12px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: max-content;
}
.successBackground{
    background-color: rgba(229,245,229,0.2);
    padding: 0px 8px 12px 8px;
}
#successMessageDiv {
    max-width: max-content;
    margin: auto;
    padding: 12px 9px 12px 0px;
    display: none;
    min-height: 50px;
}

#userNameText label {
    font-size: 16px;
    font-style: normal;
    color: #53575C;
    font-weight: normal;
    font-family: Akkurat LL, sans-serif;
}

.regions {
    margin-top: 50px;
    list-style-type: none;
    padding: 0px;
}

.regions > li {
    margin-bottom: 15px;
}

.regions > li > p {
    font-size: 14px;
    font-weight: normal;
    font-family: Akkurat LL, sans-serif;
    line-height: 0.5;
    color: #32363B;
}

.regions > li > p > b {
    font-size: 14px;
    font-family: Akkurat LL, sans-serif;
    line-height: 1;
    color: #32363B;
}

#messageDiv strong {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #32363B;
    line-height: 15px;
}

#alertMessageDiv strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #32363B;
    line-height: 18px;
}

#alertMessageDiv a {
   color: #0271BB;
}

#alertMessageWithTitleDiv strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #32363B;
    line-height: 18px;
}

#alertMessageWithTitleDiv a {
    color: #0271BB;
}

#successMessageDiv strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
}

.alertImage {
    min-height: 40px;
    min-width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.alert-danger-img {

}

.alert-info-img {
}

.alert-warning-img {
    background-color: #F7941D;
}

.alert-success-img {

}

.alertIcon {
    height: 16px;
    width: 16px;
}

.alertMessage {
    min-height: 40px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 18px;
    min-width: 260px;
    max-width: 960px;
    color: #1A1A1A;
    max-height: 260px;
}

.rememberMeContainer {
    margin-bottom: 15px;
}

.loginButtonDiv {
    margin-bottom: 0px;
}

.form-group label {
    font-weight: 600;
}

.indexLogo {
    width: 113px;
    margin-right: 8px;
}

.indexLogoLabelDiv {
    height: 33px;
    float: right;
    border-left: 1px solid #53575C;
}

.indexLogoLabel {
    font-size: 18px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #53575C;
    padding: 9px 0px 0px 8px;
    height: 33px;
}

.indexBrand {
    width: 41px;
    height: 23px;
    margin: 0 0 0 8px;
}

.indexBrandDiv, .headerDiv, .searchBarDiv {
    width: 33.33333333%;
    height: 55px;
}

.indexBody {
    background-color: #fff;
}

.highlight {
    filter: brightness(75%);
}

#searchButton {
    width: 14px;
    height: 14px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.search-group {
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #D6002A;
}

#userGreeting {
    position: absolute;
    top: 52%;
    left: 43%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #5C5C5C;
    pointer-events: auto;
    cursor: pointer;
}

.userDetails {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1;
}

.userDetailsBold {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1;
}

#userDetailsDiv {
    padding-top: 4px;
    padding-bottom: 10px;
}

#userDetails {
    border-bottom: 1px solid #C2C4C3;
}

.userImage {
    width: 35px;
    height: 35px;
    margin: 12px 8px 12px 8px;
    float: left;
    pointer-events: auto;
    cursor: pointer;
}

.initialsImage {
    width: 49px;
    height: 49px;
}

.userImage:hover {
    filter: brightness(75%);
}

.selectedProductImg {
    height: 10px;
    width: 10px;
}

#supportIconDiv {
    background-image: url('../images/support-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    height: 55px;
}

.iconHighlight {
    border-bottom: 3px solid #D6002A;
}

#userIconDiv {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    background-image: url('../images/circle-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    height: 55px;
}
.btn-icon span {
    font-size: 16px;
}

.btn {
    border-radius: 0px;
}

.noMarginBottom {
    margin-bottom: 0px;
}

.lgMarginBottom {
    margin-bottom: 42px;
}

#modifyPasswordButton {
    margin-left: 10px;
}

.dropdown-menu .menu-links > li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

#entitledProductList > li a {
    padding-bottom: 8px;
    padding-top: 11px;
    padding-left: 10px;
    color: #32363B;
    font-size: 16px ;
    font-family: Akkurat LL, sans-serif;
    border-bottom: 1px solid #EAEEF3;
}

#helpList > li a {
    padding-bottom: 8px;
    padding-top: 11px;
    padding-left: 10px;
    color: #32363B;
    font-size: 16px ;
    font-family: Akkurat LL, sans-serif;
    border-bottom: 1px solid #EAEEF3;
}

#Dropdown > li a {
    padding-bottom: 8px;
    padding-top: 11px;
    padding-left: 10px;
    color: #32363B;
    font-size: 16px ;
    font-family: Akkurat LL, sans-serif;
    border-bottom: 1px solid #EAEEF3;
}

#entitledProductList > li a.active {
    background-color: #F8F8F8;
    font-weight: bold;
}

#welcomeProductListContainer #entitledProductList > li.active a {
    color: #FFFFFF;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
}

#dropdownLabel > p {
    color: #32363B;
    font-size: 18px;
    font-weight: bold;
    font-family: Akkurat LL, sans-serif;
}

#cancelAnchor {
    margin-top: 42px;
    height: 48px;
    padding-top: 15px;
}

.btnSmallFont {
    font-size: 18px;
}

.dropDownArrow {
    margin-left: 8px;
    width: 13px;
    height: 9px;
    pointer-events: auto;
    cursor: pointer;
}

.dropDownArrow:hover {
    filter: brightness(75%);
}

.form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #5C5C5C;
}

.form-control:-ms-input-placeholder {
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #5C5C5C;
}

i {
    border: solid #006D89;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin: 2px 2px 2px 8px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#captachaImageId {
    width: 312px;
    height: 48px;
    padding-right: 10px;
}

#securityCheckLabel label {
    font-size: 20px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1A1A1A;
    padding-bottom: 16px;
}

#securityCheckLabel small {
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
}

#securityCheckLabel small a {
    color: #006D89;
}

#securityCheckLabel small a:hover {
    filter: brightness(75%);
}

#checkboxRemMeLabel:focus {
    outline: 0;
}

.resetSuccessImage {
    padding: 34px 4px 33px 4px;
}

.modal-dialog .modal-body {
    border: 0px;
    font-family: Akkurat LL, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #1A1A1A
}

.border-radius-left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.border-radius-all-sides {
    border-radius: 6px;
}

.ihs-header-row {
    width: 100%;
}

#loginAsEmail {
    margin-top: 75px;
}

.welcomeTitle {
    font-size: 24px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    color: #1A1A1A;
    margin: 50px 0px 30px 0px;
    text-align: left;
    font-weight: bold;
}

.welcomeDescription {
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 20px;
    text-align: left;
}

.welcomeInstruction {
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #1A1A1A;
    padding-top: 16px;
}

#welcomePageLeftDiv {
    margin-top: 60px;
    width: 390px;
    padding-left: 30px;
}

#welcomePageLeftDiv h3 {
    font-weight: 400;
}

.welcomemycontent-right {
    padding: 0px 68px;
    margin: 87.5px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
}

#welcomePageAgreement label {
    font-size: 16px;
    font-family: Akkurat LL, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1A1A1A;
    outline: 0;
}

#welcomePageAgreement label a {
    color: #006D89;
}

#welcomePageAgreement label a:hover {
    filter: brightness(75%);
}

#welcomePageButtons {
    width: 640px;
}

#welcomeScreenForm {
    width: 640px;
}

#welcomePageButtons .btn[disabled] {
    color: #FFFFFF;
    background-color: #CCCCCC;
    width: 190px;
}

#welcomePageButtons .btn {
    margin-bottom: 32px;
    margin-top: 32px;
    width: 190px;
}

#disagree {
    margin: 32px 0px;
    color: #006D89;
    height: 48px;
    outline: 0;
}

#agree {
    float: right;
}

#disagree:hover {
    color: #006D89;
    filter: brightness(75%);
}

#errorHeading {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #32363B;
    line-height: 18px;
}

#alertTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #32363B;
    line-height: 18px;
    margin-bottom: 2px;
}

#errorDescription strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #32363B;
}

#messageDiv a {
    color: #0271BB;
}

#error a {
    color: #0271BB;
}

.dropdown-menu .menu-links > li {
    padding: 0px;
}

#welcomeProductListContainerOuter {
    display: flex;
    flex-direction: row;
}

#welcomeProductListContainer {
    min-height: 248px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}


@media (min-width: 1025px) {
    #ipadLogo {
        display: none;
    }
}

@media (max-width: 1440px) {
    .headerDiv {
        width: 41.66666667%;
    }

    .searchBarDiv {
        width: 25%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #userGreeting {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
    }

    #userDropDownArrow {
        margin-bottom: 47px;
    }
}

/*ipad re-styling changes*/
@media (max-width: 1024px) {
    .container {
        width: 728px;
    }

    .form-anchor {
        width: 270px;
    }

    .form-control {
        width: 270px;
    }

    .mycontent-left {
        padding: 42px 48px;
    }

    .mycontent-right {
        padding: 0px 48px 0px 0px;
    }

    .ihs-header,
    .ihs-header-2,
    .ihs-header-3,
    .ihs-header-4 {
        min-width: 300px;
    }

    #desktopLogo {
        display: none;
    }

    .indexBrand {
        /*width: 112px;*/
    }

    .indexBrandDiv {
        width: 25%;
    }

    .userImage {
        margin: 12px 8px 16px 12px;
    }

    #userGreeting {
        display: none;
    }

    #EntitySearchBox::-webkit-input-placeholder {
        font-size: 11px;
    }

    #EntitySearchBox:-ms-input-placeholder {
        font-size: 11px;
    }

    .logo-label {
        font-size: 24px;
    }

    .brand {
        margin: 0 0 0 5%;
        /*width: 185px;*/
    }

    .welcomeTitle {
        font-size: 15px;
        font-weight: 800;
    }

    .welcomeDescription {
        font-size: 15px;
    }

    #welcomePageLeftDiv {
        width: 230px;
    }

    .welcomeInstruction {
        font-size: 11px;
    }

    .nav-pills li a {
        font-size: 15px;
    }

    #welcomePageAgreement label {
        font-size: 11px;
    }

}