@font-face {
    font-family: 'geinspira-regular';
    src: url("fonts/GEInspRg.eot");
    src: url("fonts/GEInspRg.eot") format("embedded-opentype"), url("fonts/GEInspRg.woff") format("woff"), url("fonts/GEInspRg.ttf") format("truetype"), url("fonts/GEInspRg.svg#GEInspira") format("svg");
}

@font-face {
    font-family: 'geinspira-bold';
    src: url("fonts/GEInspBd.eot");
    src: url("fonts/GEInspBd.eot") format("embedded-opentype"), url("fonts/GEInspBd.woff") format("woff"), url("fonts/GEInspBd.ttf") format("truetype"), url("fonts/GEInspBd.svg#GEInspira-Bold") format("svg");
}
@font-face {
    font-family: 'ABBvoice';
    src: url('fonts/ABBvoice_W_Md.eot');
    src: url('fonts/ABBvoice_W_Md.eot?#iefix') format('embedded-opentype'),
    url('fonts/ABBvoice_W_Md.woff2') format('woff2'),
    url('fonts/ABBvoice_W_Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ABBvoice';
    src: url('fonts/ABBvoice_W_Lt.eot');
    src: url('fonts/ABBvoice_W_Lt.eot?#iefix') format('embedded-opentype'),
    url('fonts/ABBvoice_W_Lt.woff2') format('woff2'),
    url('fonts/ABBvoice_W_Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ABBvoice';
    src: url("fonts/ABBvoice_W_Bd.eot");
    src: url("fonts/ABBvoice_W_Bd.eot?#iefix") format("embedded-opentype"),
    url("fonts/ABBvoice_W_Bd.woff") format("woff"),
    url("fonts/ABBvoice_W_Bd.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ABBvoice';
    src: url('fonts/ABBvoice_W_Rg.eot');
    src: url('fonts/ABBvoice_W_Rg.eot?#iefix') format('embedded-opentype'),
    url('fonts/ABBvoice_W_Rg.woff2') format('woff2'),
    url('fonts/ABBvoice_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.text-bold {
    font-family: "ABBvoice", Arial, sans-serif;
    font-weight: 500;
}

.text-red {
  color: #FF000F !important;
}

.display-inline-block {
    display: inline-block !important;
}
.panel {
    border: 1px solid #D2D2D2;
}
.panel .panel-heading {
    background-color: #415463;
    border-bottom: none;
    color: #FFFFFF;
    min-height: 45px;
}
.panel .panel-heading h3 {
    margin: 2px 0 0;
    font-size: 18px;
    font-weight: 100;
}
.quote-summary-panel {
    max-width: 460px;
    margin: 135px auto 0;
}
.quote-summary-panel p {
    font-weight: normal;
}
.quote-summary-panel .btn{
    display: inline-block;
    margin: 5px auto 0;
}
.login-empower-btn-wrapper {
    display: flex;
    justify-content: center;
}
.p {
    padding: 0;
}
.p-15 {
    padding: 15px;
}
.p-5 {
    padding: 5px !important;
}
.mr-5 {
    margin-right: 5px;
}
.mr-20 {
    margin-right: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px!important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.ml-5 {
    margin-left: 5px!important;
}
.ml-25 {
    margin-left: 25px!important;
}
.ml-40 {
    margin-left: 40px!important;
}

.d-flex {
    display: flex !important;
}
input.form-control {
    color: #505357;
    border: 1px solid #cacdd0;
    -webkit-appearance: none;
}

input.form-control::-moz-placeholder {
    color: #a7acac;
}

input.form-control:-ms-input-placeholder {
    color: #a7acac;
}

input.form-control::-webkit-input-placeholder {
    color: #a7acac;
}

input.form-control:focus {
    border-color: #cacdd0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.form-control.error {
    border-color: #ee3324;
}

/**
** buttons
 */
.btn:focus {
    outline: none;
}

.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.btn:active:focus {
    outline: none;
}

.btn:active.focus {
    outline: none;
}

.btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.btn.active:focus {
    outline: none;
}

.btn.active.focus {
    outline: none;
}

.btn-white {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 3px;
    background-color: transparent;
    margin: 0 10px;
}

.btn-white:hover {
    color: #ffffff;
}

.btn-white:focus {
    color: #ffffff;
}

.primary-btn {
    background-color: #000000;
    color: #ffffff;
}

.primary-btn:hover {
    color: #ffffff;
}

.primary-btn:focus {
    color: #ffffff;
}

.success-btn {
    background-color: #7bc47d;
    color: #ffffff;
}

.success-btn:hover {
    color: #ffffff;
}

.success-btn:focus {
    color: #ffffff;
}

.secondary-btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.secondary-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.secondary-btn:focus {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.transparent-btn {
    border: 1px solid #cacdd0;
    color: #313337;
    background-color: #ffffff;
}

.transparent-btn:hover {
    color: #313337;
}

.transparent-btn:focus {
    color: #313337;
}

.btn[disabled] {
    background-color: #f5f5f5;
    color: #a7acac;
    border-color: #cacdd0;
    opacity: 1.0;
    cursor: not-allowed;
    pointer-events: inherit;
}

.btn[disabled]:hover {
    color: #a7acac;
    background-color: #f5f5f5;
    border-color: #cacdd0;
}

.btn[disabled]:focus {
    color: #a7acac;
    background-color: #f5f5f5;
    border-color: #cacdd0;
}

.btn[disabled] a {
    pointer-events: none;
}

.link {
    cursor: pointer;
    text-decoration: underline;
    color: #000000;
}

.link:hover {
    color: #FF000F;
}

.link-white {
    text-decoration: underline;
    color: #fff;
}

.link-white:hover {
    color: #FF000F;
}

/**
** body
 */
html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: "ABBvoice", Arial, sans-serif;
    font-weight: 300;
    color: #313337;
    margin-bottom: 65px;
    padding-top: 60px;
    position: static !important;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

h1 {
    font-size: 30px;
}

body.modal-open {
    padding-right: 0px !important;
}

body.modal-open .select2-dropdown {
    z-index: 1051;
}

img {
    border: 0;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.container-lg {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    body {
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 479px) {
    body {
        margin-bottom: 85px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 754px;
    }

    .alert-downtime {
        width: 724px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .alert-downtime {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .alert-downtime {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container-lg {
        width: 1400px;
    }

    .aside-cover {
        position: relative;
    }
    .aside-cover:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f8f8f8;
        height: 100%;
        width: calc((100vw - 100%) / 2);
        transform: translateX(-100%);
    }
    .aside-cover:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f8f8f8;
        height: 100%;
        width: calc((100vw - 100%) / 2);
        transform: translateX(100%);
    }
}
@media screen and (max-width: 767px) {
    .non-responsive-container {
        width: 754px;
    }
}

.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .flex-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .flex-box-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}

/**
** header
 */
.navbar {
    color: #505357;
    min-height: 60px;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.navbar-default .container:after {
    display: none;
}

.navbar-default .navbar-brand {
    height: 60px;
    padding: 12px 15px;
    color: #505357;
}
/*non prod logo styles*/
.navbar-default .navbar-brand.non-prod-env-logo {
    max-width: 385px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.non-prod-env-logo .logo-text {
    display: flex;
    align-items: center;
}
.non-prod-env-logo .non-prod-logo-text {
    white-space: nowrap;
}
.non-prod-env-logo .img-responsive {
    min-width: 86px;
}
.non-prod-logo-text {
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
}
.non-prod-logo-text b {
    font-weight: bold;
}
/*non prod logo styles*/
.navbar-default .navbar-brand img{
    height: 33px;
}
.logo-text {
    font-size: 25px;
    line-height: 24px;
    margin-top: -5px;
}

.logo-sub-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
}

.search-form {
    padding: 0;
}

.navbar-form .input-group.search-form-input-group input{
    display: none;
    border-color: transparent transparent #505357 transparent;
    box-shadow: none;
}

.search-form-input-group {
    position: relative;
}

.navbar-search-btn {
    font-size: 16px;
    height: 36px;
    line-height: 29px;
    color: #505357;
    background-color: transparent;
    border: none;
}

.navbar-search-btn:focus, .navbar-search-btn:active {
    outline: none;
}

.navbar-default .navbar-nav.navbar-main-menu>li> a {
    color: #505357;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    transition: all 0.218s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color, border-color;
}

.navbar-default a.home > i {
    font-size: 28px;
    margin: -4px 0;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav.navbar-main-menu > li > a:hover,
    .navbar-default .navbar-nav.navbar-main-menu > li > a.active {
        border-color: #da3334;
    }
    .social ul {
         float: right;
         margin-top: 2px;
     }
}

li.language {
    margin-left: 10px;
    padding: 15px 0 15px 0;
}

.social {
    font-weight: 400;
    padding: 15px 0 15px 0;
    line-height: 24px;
}

.social ul li {
    float: left;
    padding-left: 10px;
    display: block;
}

.follow-us a.social-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    padding: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}

.follow-us a.social-link:hover, .follow-us a.social-link:focus {
    text-decoration: none;
}

.follow-us a.social-link.fa-facebook-f, .follow-us a.social-link.fa-facebook-f:hover {
    background-color: #ffffff;
    color: #3A5795;
    font-size: 20px;
    line-height: 21px;
}

.follow-us a.social-link.fa-x-twitter, .follow-us a.social-link.fa-x-twitter:hover {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

.follow-us a.social-link.fa-x-twitter:before {
    content: "\1D54F";
    font-size: 14px;
}

.follow-us a.social-link.fa-youtube, .follow-us a.social-link.fa-youtube:hover {
    background-color: #CC181E;
    border-color: #CC181E;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .follow-us a.social-link {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .follow-us a.social-link.fa-facebook-f {
        font-size: 30px;
        line-height: 30px;
    }

    .social {
        padding: 15px 15px 15px 5px;
        line-height: 30px;
    }

    .search-form {
        padding: 10px 15px;
    }

    .search-form-input-group {
        display: none !important;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    margin-top: 12px;
    border: none;
}

/**
** footer
 */
.footer-wrapper {
    background: #313337;
    padding: 10px 0;
    color: #fff;
    bottom: 0;
    min-height: 65px;
    position: absolute;
    width: 100%;
}

.footer-wrapper p {
    color: #a7acac;
}

.footer-wrapper .modal-body p {
    color: #000;
}

.footer-wrapper .trademark-text p {
    margin-bottom: 0;
    font-size: 12px;
}

.footer-wrapper .footer-links {
    text-align: right;
    white-space: nowrap;
}

.footer-wrapper .footer-links li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    margin-right: 4px;
    padding-right: 7px;
    line-height: 14px;
    font-size: 14px;
}

.footer-wrapper .footer-links li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.footer-wrapper .footer-links li a {
    color: #ffffff;
    font-size: 12px;
}

.trademark-wrapper .col-lg-7 {
    width: 64% !important;
    padding-right: 0;
}

.trademark-wrapper .col-lg-5 {
    width: 36% !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper {
        height: 120px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .footer-wrapper {
        height: 65px;
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .footer-wrapper {
        height: 85px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .trademark-wrapper .col-lg-7 {
        padding-right: 15px;
        width: 100% !important;
        text-align: left;
    }

    .trademark-wrapper .col-lg-5 {
        width: 100% !important;
        text-align: left;
    }
    li.language {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .footer-wrapper .footer-links {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-wrapper .footer-links {
        margin-top: 0px;
        margin-bottom: 0px;
        white-space: normal;
    }

    .footer-wrapper .footer-links li {
        line-height: 12px;
        margin-bottom: 8px;
        margin-right: 4px;
        padding-right: 7px;
    }
}

/*
**welcome-to-empower
 */
.welcome-to-empower {
    min-height: 560px;
    padding: 60px 0;
    background-size: cover;
    color: black;
}

.welcome-to-empower > .container {
    font-family: 'ABBvoice', Arial, sans-serif;
    font-weight: 300;
    background-color: white;
    padding: 30px 0 30px 60px;
    max-width: 1180px;
}

.welcome-to-empower > .container > div {
    justify-content: center;
}

.welcome-to-empower .banner-description {
    border-right: solid 1px #979797;
    height: 100%;
    flex-grow: 1;
    padding: 20px 60px 40px 0;
}

.welcome-to-empower .login-block {
    padding: 0 50px;
    align-self: center;
}

.welcome-to-empower h1 {
    font-size: 40px;
}

.welcome-to-empower > .container > .row {
    margin-left: -30px;
    margin-right: -30px;
}

.login-panel-wrapper {
    background-color: transparent;
    padding: 0;
    width: 320px;
    border-radius: 5px;
}

.login-panel-wrapper .login-descr {
    font-size: 14px;
    text-align: center;
}

.carousel-container {
    margin-bottom: 100px;
}

.carousel-container > ul {
    top: 0 !important;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .login-panel-wrapper {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        float: none !important;
    }
}

@media screen and (max-width: 767px) {
    .login-panel-wrapper {
        width: 300px;
        padding: 15px;
    }

    .welcome-to-empower {
        min-height: 300px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .login-panel-wrapper {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
}

.login-panel-wrapper .login-form-wrapper h3 {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.login-panel-wrapper .login-form-wrapper .login-input-wrapper {
    margin-bottom: 10px;
}

.login-panel-wrapper .login-form-wrapper .login-input-wrapper input {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid #cacdd0;
    background-color: #ffffff;
}

.login-panel-wrapper .login-form-wrapper .checkbox {
    margin-bottom: 10px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .login-panel-wrapper .login-form-wrapper .checkbox {
        margin-bottom: 10px;
    }
}

.login-panel-wrapper .login-form-wrapper .forgot-text {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: center;
}

.login-panel-wrapper .login-form-wrapper .forgot-text a {
    color: #3b73b9;
}

.login-panel-wrapper .login-form-wrapper .forgot-text a:hover {
    color: #3b73b9;
    text-decoration: underline;
}

.login-panel-wrapper .login-form-wrapper .registration-text {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-panel-wrapper .login-form-wrapper .registration-text span {
    font-weight: 300;
}

.login-panel-wrapper .login-form-wrapper .registration-text a {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .login-panel-wrapper .login-form-wrapper .registration-text {
        margin-top: 15px;
        font-size: 14px;
    }
}
.warning-text {
    color: orange;
}

.warning-icon {
    padding: 2px 13px 0px;
}
.error-text {
    margin: 3px 0 0 !important;
    color: #ee3324;
    font-size: 12px;
    display: none;
}

.sign-in-btn {
    padding: 10px 0;
    display: block;
    width: 90%;
    color: #ffffff;
    font-size: 14px;
    margin: 25px auto;
    background-color: #ff000f;
    border-radius: 20px;
}
.sign-in-btn:hover {
    color: #ffffff;
}

/*
**features
 */
.features {
    padding: 35px 0 45px 0;
}

.features .icons-container {
    font-size: 60px;
    color: #000000;
    margin: 20px 0;
}

.features .features-title {
    margin: 10px 0;
}
@media screen and (min-width: 992px) {
    .features .features-item {
        padding: 15px 5%;
    }
}
/*
**overview
 */
.overview {
    background-color: #f8f8f8;
    padding: 85px 0;
}

.overview h1 {
    font-size: 30px;
    margin: 0 0 15px 0;
}

.overview .img-responsive {
    padding-top: 10px;
}
.dash-list>li{
    padding-left: 20px;
    position: relative;
}
.dash-list>li:before{
    content: "-";
    position: absolute;
    top: 0;
    left: 5px;
}
/*
** latest-updates
 */
.latest-updates {
    padding: 80px 0 0 0;
}

.latest-updates-carousel {
    padding: 80px 0;
}

.latest-updates-item {
    max-width: 270px;
    margin: 0 auto;
    display: block !important;
    float: none;
    padding: 0;
}

.latest-updates-item .latest-updates-item-title {
    font-size: 18px;
    line-height: 1;
    height: 36px;
}

.latest-updates-item .latest-updates-item-text {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 1;
    height: 45px;

}

.slick-dots {
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #cacdd0;
    border-radius: 50%;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    background-color: #3b73b9;
}
.latest-updates-item-img {
    max-height: 184px;
    overflow: hidden;
}
/*
**modal
 */
 .modal-content .modal-header {
    background-color: #415463;
    color: #FFFFFF;
  }
  .modal-content .modal-content {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .modal-content .modal-content .modal-header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    border-bottom: none;
  }
  .modal-body a {
    color: #000000;
    text-decoration: underline;
  }
  .modal-body a:hover {
    color: #FF000F;
    text-decoration: underline;
  }
  .modal-content .modal-content .modal-body {
    max-height: calc -100vh;
    overflow-y: auto;
    content: 'viewport-units-buggyfill; max-height: calc (100vh - 200px);';
  }
  .modal-content .modal-content .modal-body .detail-heading {
    background-color: #f5f5f5;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    padding: 10px 15px;
  }
.modal-dialog .modal-content .modal-body .detail-heading .detail-list > li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal-dialog .modal-content .modal-body .detail-heading .detail-list > li .label-text {
    color: #313337 !important;
    font-family: "geinspira-bold", Arial, sans-serif;
}

.modal-dialog .modal-content .modal-body .modal-info-detail {
    margin-bottom: 20px;
}

.modal-dialog .modal-content .modal-body .modal-info-detail .modal-info-heading {
    border-bottom: 1px solid #cacdd0;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.modal-dialog .modal-content .modal-body .modal-info-detail .modal-info-desc-list > li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal-dialog .modal-content .modal-body .modal-info-detail:last-child {
    margin-bottom: 0px;
}

.modal-dialog .modal-content .modal-body .info-table-wrapper {
    margin-bottom: 15px;
}

.modal-dialog .modal-content .modal-body .list-view-account-wrapper > li:last-child {
    margin-bottom: 15px;
}

.modal-dialog .modal-content .modal-body .help-text {
    color: #cacdd0;
    margin-top: 40px;
    text-align: center;
}

.modal-dialog .modal-content .modal-footer {
    text-align: left;
    border-top-color: #e7e8ea;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.modal-dialog .modal-content .modal-footer .btn {
    min-width: 95px;
    margin-right: 10px;
    font-size: 16px;
}

@media screen and (max-width: 479px) {
    .modal-dialog .modal-content .modal-footer .btn {
        min-width: 65px;
        font-size: 14px;
        margin-right: 5px;
        margin-left: 0px;
        padding: 6px 10px;
    }
}

.modal-dialog .modal-content .modal-footer .btn:last-child {
    margin-right: 0px;
}

/*
** checkbox
 */
.checkbox label {
    padding-left: 0;
}

.icheckbox_minimal-purple, .iradio_minimal-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-purple, .iradio_minimal-purple {
        background-image: url(../images/grey@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}


.icheckbox_minimal-purple {
    background-position: 0 0;
}

.icheckbox_minimal-purple.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-purple.checked.hover {
    background-position: -40px 0;
}

.icheckbox_minimal-purple.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal-purple.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal-purple {
    background-position: -100px 0;
}

.iradio_minimal-purple.checked {
    background-position: -140px 0;
}

.iradio_minimal-purple.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal-purple.checked.disabled {
    background-position: -180px 0;
}
.terms-of-use-form .checkbox {
    display: inline-block;
}

.section-title {
    font-size: 30px;
    font-weight: 400;
}

.carousel-container > ul > li {
    background-color: rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px -2px 5px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px -2px 5px -1px rgba(0,0,0,0.1);
    box-shadow: 2px -2px 5px -1px rgba(0,0,0,0.1);
}
.carousel-container > ul > li > img {
    opacity: 0.5;
}

.carousel-container > ul > li.active > img {
    opacity: 1;
}

.carousel-container i.left, .carousel-container i.right {
    font-size: 65px;
    cursor: pointer;
    transform: translateY(-50%);
}

.carousel-container i.left.disabled, .carousel-container i.right.disabled {
    cursor: default;
    color: rgba(0, 0, 0, 0.1);
}

.carousel-caption-wrapper {
    max-width: 410px;
    margin: 40px auto;
}

.caption-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.caption-descr {
    position: relative;
    margin: 0;
    padding-left: 30px;
    font-size: 14px;
    color: #7f7f7f;
}

.caption-descr:before {
    content: ".";
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 5px;
    top: -12px;
}

.dots-wrapper {
    display: flex;
    justify-content: center;
}

.dots-wrapper .dot {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    margin: 0 7px;
    width: 10px;
    height: 10px;
    background-color: #cacdd0;
}
.dots-wrapper .dot.active {
    background-color: #242424;
}
.qa-env {
    margin-bottom: 200px;
}
.qa-warning {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    background-color: #ff99a0;
    padding: 20px 50px;
}
.qa-warning .title {
    font-weight: bold;
}
.qa-warning .banner-content {
    padding: 0 120px;
}
.qa-warning p {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .qa-warning {
        padding: 5px 10px;
    }
    .qa-warning .banner-content {
        padding: 0 30px;
    }
    .qa-warning p {
        margin-bottom: 10px;
    }
}
