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

#logo img {
    max-width: 100%;
    width: auto;
    height: 50px;
    padding-top: 5px;
}

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

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

/* .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: 1;
    background-image: url("/homeoneportal/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("/homeoneportal/assets/ctx/f8ab325a/layout/images/transparent.png"); */
}

.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);
    background-color: #283872;
}

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

.modal-header {
    background-color: #32468e;
    size: 100%;
}

.modal-header .close {
    color: white;
}

div.form-group.date > div.input-group > span.input-group-btn {
    display: none;
    /* 	Hide default component */
}

div.form-group.date > div.input-group {
    /*  make it like .form-row to allow icon next to it*/
    padding-left: 5px;
    padding-right: 5px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

div.form-group.date > div.input-group:after {
    /* 	add calendar icon */
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \f073";
    font-size: 2em;
    vertical-align: -15%;
    margin-left: 0.2em;
}

/* pagination */

ul.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

ul.pagination li {
    position: relative;
    display: block;
    padding: .2rem .4rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
}


ul.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


ul.pagination li:hover a,
ul.pagination li a:focus {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    background: transparent;
}

ul.pagination li.active a {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
    background: #008cba;
}

ul.pagination li {
    float: left;
    display: block;
}
