﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.login-form {
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.login-button {
    margin-bottom: 10px;
    width: 100%;
}



/* ------ Register - BEGIN ------ */

.ajax-loading {
    background-image: url('../img/ajax-loader.gif');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.form-group .custom-combobox {
    width: 100%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.mandatory-star {
    color: red;
}

.ui-widget {
    background-color: #f5f5f5;
    border: 1px solid #b1b3b3;
}

.no-background {
    background-color: transparent !important;
}

/* ------ Register - END ------ */

/* ------ ConfirmRegistration - BEGIN ------ */

#ConfrimRegistrationForm {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #ConfrimRegistrationForm fieldset {
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#ConfrimRegistrationForm fieldset:not(:first-of-type) {
    display: none
}

#ConfrimRegistrationForm input,
#ConfrimRegistrationForm textarea,
#ConfrimRegistrationForm select {
    max-width: unset !important;
}

#ConfrimRegistrationForm .action-button {
    width: 100px;
    font-weight: bold;
    margin: 10px 5px 10px 0px;
    float: right;
    margin-top: 30px;
}

#ConfrimRegistrationForm .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: unset;
}

    #ConfrimRegistrationForm .checkbox > label {
        min-height: 20px;
        padding-left: 30px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        display: inline-block;
        max-width: 100%;
    }

        #ConfrimRegistrationForm .checkbox > label > input[type="checkbox"] {
            position: absolute;
            margin-top: 4px\9;
            margin-left: -24px;
            float: none;
            margin-top: 5px;
            cursor:pointer;
        }

#ConfrimRegistrationForm .alert{
    padding: 15px 30px;
}

    #ConfrimRegistrationForm .alert .validation-summary-errors {
        text-align:left;
    }

.search-company .custom-combobox {
    display: inherit !important;
    position: inherit !important;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.btn.secondary {
    background-color: #002c6c !important;
}

    .btn.secondary:hover {
        background-color: #001a4d !important;
    }

.marketing-checkbox-container{
    display:flex;
}
.marketing-checkbox-container .checkbox {
    margin-right: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.description-note {
    display: block;
    margin-top: 5px;
    color: #696D73;
    font-size: small;
}

.disclaimerColor {
    color:red;
}



#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #032c6c
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        font-family: bootstrap-icons;
        content: "\f4da";
    }

    #progressbar #company:before {
        font-family: bootstrap-icons;
        content: "\f1dd";
    }

    #progressbar #application:before {
        font-family: bootstrap-icons;
        content: "\f10b";
    }

    #progressbar #confirm:before {
        font-family: bootstrap-icons;
        content: "\f633";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #032c6c
    }

.progress {
    height: 20px;
    margin-bottom:10px;
}

.progress-bar {
    background-color: #032c6c
}

#LearningZoneInfo {
    border: 2px solid #032c6c;
    border-radius: 10px;
    padding: 20px;
}

    #LearningZoneInfo > ul {
        margin-left: 40px;
    }
/* ------ ConfirmRegistration - END ------ */
