﻿body {
    background: rgb(0 0 0 / 4%);
}

.edufair-nav {
    position: static !important;
}

.edufair-course-header {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background-color: #fff;
}

.header-register .dropdown-menu {
    min-width: auto;
    top: 50px;
    left: 0;
    right: auto;
    width: 250px;
    /*max-width: 100%;*/
}

    .header-register .dropdown-menu > li > a {
        display: block;
        padding: 4px 30px 4px 5px !important;
        clear: both;
        font-weight: normal;
        line-height: 1.2;
        color: #333333;
        white-space: normal;
    }

        .header-register .dropdown-menu > li > a.current {
            font-weight: 600;
        }

        /* .header-register .dropdown-menu > li > a:before {
            content: "\f10c";
            font-family: 'FontAwesome';
            display: inline-block;
            color: rgb(0 0 0 / 34%);
            margin-left: 5px;
            font-weight: 400;
            margin-right: -22px;
        }*/

        .header-register .dropdown-menu > li > a.completed:before {
            content: "\f00c";
            font-family: 'FontAwesome';
            display: inline-block;
            color: #46a546;
            margin-left: 5px;
            font-weight: 400;
            margin-right: -22px;
        }

        .header-register .dropdown-menu > li > a i.fa {
            display: inline-block;
            color: rgb(0 0 0 / 65%);
            margin-left: 5px;
            font-weight: 400;
            margin-right: -22px;
            width: 18px;
            text-align: center;
            font-size: 17px;
        }



/*
.header-register > ul > li > a {
    max-width:100%;
}*/
.content-toggle {
}

    .content-toggle > div {
        margin-left: 10px;
        text-align: left;
    }

        .content-toggle > div > strong {
            font-weight: 600;
            display: block;
        }

        .content-toggle > div > small {
            display: block;
            color: rgb(0 0 0 / 57%);
            margin-top: 3px;
        }

.finish-button-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.default-larg-btn {
    background: #7ab63c;
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 20px;
}

    .default-larg-btn:hover, .default-larg-btn:hover {
        background-color: #262626 !important;
    }










html, body, form {
    height: 100%;
}

.box-shadow-1 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 76px 40px;
    border-radius: 6px;
    box-shadow: 1px 6px 32px 0 rgba(75, 81, 91, 0.11);
    width: 100%;
    background-color: #fff;
}

[type=text], [type=password] {
    border-radius: 3px !important;
    text-align: right;
    direction: ltr;
}

.vertically-centered {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.brand {
    display: block;
    white-space: nowrap;
    margin: 0 auto 30px;
    text-align: center;
}

.register-larg-btn {
    width: 100% !important;
    float: none !important;
    /*margin-top: 15px !important;*/
}

.input-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

    .input-group .form-control {
        width: 80%;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: none;
        margin-bottom: 0 !important;
    }

    .input-group .input-group-addon {
        display: block;
        width: auto;
        background-color: #fff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0;
        border-color: #7f7f7f;
    }

        .input-group .input-group-addon a {
            color: #262626;
            font-size: 16px;
            text-decoration: underline;
            /* line-height: 1; */
            /* padding: 0; */
        }

.offset-top-4 {
    margin-top: 4px;
}

.brand > img {
    max-width: 150px;
}


@media (max-width:767px){
    .box-shadow-1 {
        padding: 50px 20px 40px !important;
        box-shadow:none;
    }
    body {
        background:#fff;
    }
}