.modal-dialog {
    top: 30% !important;
    overflowX: 'auto' !important;
}

#logo img {
    max-width: 100%;
    width: auto;
    height: 65px;
}

.has-error input {
    border-color: #a94442 !important;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.btn-tab {
    background: #cccccc;
    color: white;
}

.btn-tab.current {
    background: black;
    color: white;
}

/* .btn-next { */
/* 	background: #32468e; */
/* } */

/* .btn-next:hover, .btn-next:active	{ */
/* 	background: #5266ae; */
/* } */

.help-block {
    color: #770000;
}

.form-label-group > label {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #808080;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.imgcontainer {
    display: inline-block;
}

.manImg {
    display: none;
}

.hover-text:hover ~ .manImg {
    display: block;
}

.form-label-group input::-webkit-input-placeholder {

    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: 4px;
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    top: 0;
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777777;
}

.boxHeading {
    letter-spacing: -1px;
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #395ECC;
}

.text-box-big {
    font-size: 14px;
    height: 3em;
    text-align: bottom;
    padding-bottom: 1px;
    width: 50%;
}

.backgroundoverlay {
    visibility: visible;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("/customerportal/assets/ctx/f8ab325a/layout/images/transparent.png");
}

.backgroundoverlay11 {
    visibility: visible;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background-image: url("/customerportal/assets/ctx/f8ab325a/layout/images/transparent.png"); */
}

.popupwindow {
    width: 60%;
    background-color: #fff;
    border: 2px solid #000;
    padding: 10px;
    align: center;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.modalwindow {
    width: 950px;
    margin: 100px 70px 70px 70px;
    auto;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 2px 2px 8px #000;
    -webkit-box-shadow: 2px 2px 8px #000;
    box-shadow: 2px 2px 12px #000;
    border: 2px solid #4A4A4D;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .2),
    0px 0px 3px rgba(0, 0, 0, .1),
    inset 0px 10px 10px #4A4A4D;
}

.bordertable {
    border: 2px solid #DDF;
}


/* BR */
a {
    color: #32468e;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1e2a55;
    text-decoration: underline;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7286cd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 142, 0.25);
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 142, 0.25);
}

.btn-primary {
    color: #fff;
    background-color: #32468e;
    border-color: #32468e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #283872;
    border-color: #253368;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 98, 159, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #32468e;
    border-color: #32468e;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #253368;
    border-color: #212f5f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 98, 159, 0.5);
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #32468e;
    background-color: #32468e;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 142, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #7286cd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #98a6db;
    border-color: #98a6db;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #32468e;
    background-color: #32468e;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(50, 70, 142, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(50, 70, 142, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(50, 70, 142, 0.5);
}

