@import url('BaseStyle.css');

::-ms-clear {
    display: none !important;
}

body {
    padding-bottom: 30px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #666666;
    background: #F4F6F9;
}

.container-custom {
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    width: 100%;
    padding-left: 10px;
    height: 40px;
    /*color: #467181;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    z-index: 2;
}

.strength_meter {
    z-index: 1 !important;
}

input:focus {
    outline: none;
}

label {
    /*color: #555555;*/
    font-weight: normal;
}

    label.error {
        font-size: .8em;
        color: #528FCC;
    }

button[type="submit"], button[type="button"] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
}

button:focus {
    outline: none;
}

.tooltip {
    font-size: 1em;
}

    .tooltip.in {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.tooltip-inner {
    max-width: 560px;
    padding: 3px 8px;
    color: #555555;
    text-align: center;
    text-decoration: none;
    background-color: #F9F9F9;
    border-radius: 4px;
    border: 1px solid rgba(96, 143, 255, 0.07);
}

@media (max-width : 767px) {
    .tooltip-inner {
        width: 100%;
        max-width: 480px;
    }
}

@media (min-width : 768px) {
    .tooltip-inner {
        width: 560px;
    }
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #528FCC;
}

/*			Header
=================================== */
header {
    height: 85px;
    background-color: #396397;
    padding-top: 14px
}

header {
    min-width: 100%;
    z-index: 55;
    border-color: #528fcc;
    box-shadow: 0 0 6px 0 black;
    border-bottom: #626262;
}

    header > div > .page-title {
        padding-left: 0;
        float: left;
    }

        header > div > .page-title > h3 {
            color: #FFFFFF;
            font-family: 'Merriweather Sans', sans-serif;
            font-size: 1.3em;
            font-weight: normal;
        }

        header > div > .page-title > h5 {
            color: #FFFFFF;
            font-family: 'Merriweather Sans', sans-serif;
        }

/*			Form
=================================== */

.container-custom > form > .field-wrapper {
    margin: 25px auto 0 auto;
    padding: 30px;
    background: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid rgba(128, 128, 128, 0.27);
}

    .container-custom > form > .field-wrapper.main {
        padding-bottom: 40px;
    }

    .container-custom > form > .field-wrapper.main {
        margin-top: 70px;
    }

.field-wrapper.main .special-spacing {
    margin-bottom: 25px;
    display: block;
}


.field-wrapper.main > fieldset > div {
    margin-top: 20px;
}

.page-title-custom {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 0;
}

.password-reset-form, .page-title-custom {
    color: black;
}

.strength-checker-div .check {
    margin-top: 4px;
}


    .strength-checker-div .check span {
        display: inline-block;
        vertical-align: top;
    }

    .strength-checker-div .check .status {
        height: 16px;
        width: 16px;
        background-color: #afafaf;
        background-image: url(Images/check.svg);
        background-size: 8px;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 5px;
        border-radius: 50%;
        margin-top: 2px;
    }

    .strength-checker-div .check.active {
        color: green;
    }

        .strength-checker-div .check.active .status {
            background-color: green;
        }

.view-hide-old {
    display: none !important;
}

.input-wrapper {
    position: relative;
}

    .input-wrapper .status {
        position: absolute;
        right: 40px;
        top: 37px;
        font-size: 12px;
        color: gray;
        opacity: .5;
        z-index: 2;
    }

    .input-wrapper.active .status {
        color: green;
        opacity: 1;
    }


.new-password.input-wrapper .status {
    display: none;
}

.viewhide-password {
    position: relative;
}

    .viewhide-password .target {
        position: absolute;
        top: 26px;
        height: 38px;
        width: 40px;
        right: 0;
        z-index: 2;
        overflow: hidden;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
    }

        .viewhide-password .target img {
            position: relative;
            height: 16px;
            width: 16px;
            display: block;
        }

            .viewhide-password .target img.off {
                display: none;
            }

.hidden-pass.viewhide-password .target img.off {
    display: block;
}

.hidden-pass.viewhide-password .target img.on {
    display: none;
}

.custom-dropdown {
    position: relative;
}

    .custom-dropdown .selected-item {
        position: relative;
        width: 100%;
        height: 40px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        background: white;
        border: 1px solid #d4d4d4;
        padding-left: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        align-items: center;
        text-decoration: none;
        color: rgba(102, 102, 102,1);
        cursor: pointer;
        padding-right: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
    }

        .custom-dropdown .selected-item span {
            line-height: 40px;
            height: 40px;
        }

    .custom-dropdown img {
        position: relative;
        height: 20px;
        position: relative;
        width: 7px;
        transition: .3s;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.hidden-select {
    display: none;
}

.custom-dropdown ul {
    -webkit-appearance: none;
    position: absolute;
    max-height: 400px;
    overflow: auto;
    width: 100%;
    top: 40px;
    left: 0;
    display: none;
    background: white;
    list-style-type: none;
    padding-left: 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .custom-dropdown ul li {
        padding: 5px 0;
        padding-left: 15px;
        cursor: pointer;
        user-select: none;
    }

        .custom-dropdown ul li.active, .custom-dropdown ul li:hover {
            background: #528fcc;
            color: white;
        }

        .custom-dropdown ul li:not(:last-child) {
            border-bottom: 1px solid #d4d4d4;
        }

.custom-dropdown.active ul {
    display: block;
}

.custom-dropdown.active img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block-listener.disabled {
    cursor: default;
    user-select: none;
    opacity: .5;
}

@media (max-width : 320px) {
    .container-custom > form > .field-wrapper {
        margin: 35px auto 0 auto;
        max-width: 320px;
    }
}

@media (min-width : 321px) {
    .container-custom > form > .field-wrapper {
        width: 100%;
    }
}

@media (min-width : 569px) {
    .container-custom > form > .field-wrapper {
        max-width: 480px;
    }
}

@media (min-width : 768px) {
    .container-custom > form > .field-wrapper {
        max-width: 500px;
    }
}

@media (min-width : 992px) {
    .container-custom > form > .field-wrapper {
        max-width: 500px;
    }
}

@media (min-width : 1200px) {
    .container-custom > form > .field-wrapper {
        max-width: 500px;
    }
}

.field-wrapper > fieldset > span {
    text-align: justify;
    display: block;
}

.field-wrapper > fieldset > div {
    position: relative;
    margin-top: 15px;
}

    .field-wrapper > fieldset > div.checkbox-wrap.first {
        margin-top: 26px;
    }

    .field-wrapper > fieldset > div.checkbox-wrap {
        margin-top: 20px;
    }

    .field-wrapper > fieldset > div > select, .dropList {
        width: 100%;
        height: 40px;
        border: 1px solid #d4d4d4;
        padding-left: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        .field-wrapper > fieldset > div > select:focus, .dropList:focus {
            outline: none;
        }

.field-wrapper > div {
    margin-top: 30px;
}

    .field-wrapper > div > button.next-btn {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #37825E;
        border: transparent;
    }

.field-wrapper > fieldset > div > button {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #37825E;
    border: transparent;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 500px;
            height: 1px;
            background: #000;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }


@media (max-width : 768px) {
    .container-custom > form > .field-wrapper {
        padding: 15px;
    }

    .page-title-custom {
        font-size: 24px;
    }

    .field-wrapper .leftCol, .field-wrapper .rightCol {
        width: 100%;
        padding-top: 0;
    }

    .rightCol.margTop10 {
        margin-top: 0;
    }

    .custom-dropdown ul {
        max-height: 300px;
    }
}
