﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    padding-top: 0 !important;
}

strong {
    font-weight: 500;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img {
    max-width: 100%;
}

/***** Top content *****/

.top-content {
    padding: 40px 0 170px 0;
}

    .top-content .text {
        color: #fff;
    }

        .top-content .text h1 {
            color: #fff;
        }

    .top-content .description {
        margin: 20px 0 10px 0;
    }

        .top-content .description p {
            -ms-opacity: 0.8;
            opacity: 0.8;
        }

        .top-content .description a {
            color: #fff;
        }

            .top-content .description a:hover,
            .top-content .description a:focus {
                border-bottom: 1px dotted #fff;
            }

.form-box {
    padding-top: 40px;
}

/* Wizard*/
.wizard .input-error {
    border-color: red;
}

.wizard fieldset {
    display: none;
}

.wizard-logo, .wizard-logo img {
    margin: 10px;
    height: 75px;
}

    .wizard-logo div {
        display: inline-block;
    }

.gap-right {
    margin-right: 10px;
}

.wizard-body {
    margin-top: 30px;
}

.wizard-content {
    margin-top: 30px;
    padding: 15px;
}

.wizard-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.wizard-steps {
    overflow: hidden;
    position: relative;
}

.wizard-step p {
    color: #ccc;
    font-weight: 600;
}

.wizard-step.activated p {
    color: #616161;
}

.wizard-step.active p {
    color: #888;
    font-weight: 800;
}

.wizard .action-icon {
    padding: 15px 0px 0px;
}

/* ==========  Select Field Variables ========== */
/* ==========  Select Field ========== */
/* https://codepen.io/rcdesign/pen/GexmJ */
/* Style Select Field */
.wizard .bootstrap-select button {
    border: none;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-bottom: solid 1px #5d70d8 !important;
}

.wizard .bootstrap-select {
    width: 80% !important;
}

select {
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    color: #ccc;
    border: none;
    border-bottom: solid 1px #5d70d8;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -ms-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

/*copied from codepens
            https://codepen.io/mildrenben/pen/gbddEj
        */
.custom-form,
.custom-form[readonly] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    border-bottom-color: #b9b9b9;
    border-bottom-width: 1px;
    box-shadow: none !important;
    margin-top: 0;
    background-color: transparent;
    overflow-x: auto !important;
    border-radius: 0;
}

input {
    margin: 1px;
    width: 100%;
    display: block;
    border: none;
    padding: 2px 0px 4px;
    border-bottom: solid 1px #5d70d8;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -ms-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, rgba(255, 255, 255, 0)), color-stop(4%, #5d70d8));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #5d70d8 4%);
    -ms-background-position: -840px 0;
    background-position: -840px 0;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    color: #848484;
}

.remove-padding {
    padding: 0px;
}

.time-padding {
    padding-left: 5px;
}

.row {
    max-width: 100%
}


.btn-wizard-previous-position {
    margin-left: 62%;
}


.wizard-progress {
    color: var(--wizard__progress-color);
    background-color: var(--wizard__progress-bacground-color); /*19*/
}

.wizard-progress-line {
    color: var(--wizard__progress-color);
    background-color: var(--themeColor);
}

img {
    max-width: 180px;
}

input[type=file] {
    padding: 10px;
    background: #2d2d2d;
}

.wizard-logo-placeholder {
    width: 280px;
    height: 280px;
    border: 1px solid #cccccc !important;
    margin: 0px auto;
    margin-bottom: 15px;
}

.wizard-theme-color {
    width: 70px;
    height: 70px;
    float: left;
    -ms-border-radius: 0px;
    border-radius: 0px;
    /*border: 1px solid #cccccc !important;*/
    /*border-color: #f8f9fa !important;*/
    margin: 5px 4px 5px 4px;
}

.wizard-theme-box {
    width: 80px;
    height: 82px;
    float: left;
    /*border: 1px solid #ccc !important;
            border-color: #ccc !important;*/
    margin: 5px 5px 5px 5px;
}

    .wizard-theme-box.active {
        /*border: 1px solid #5d70d8;*/
        border: 1px solid var(--themeColor);
    }

    .wizard-theme-box:hover {
        color: #fff;
        /*border: 1px solid #5d70d8;*/
        border: 1px solid var(--themeColor);
        /*background-color: #5d70d8;*/
        /*border-color: #5d70d8;*/
        border-color: var(--themeColor);
    }

.wizard-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0px auto;
    padding-top: 20px;
}

.fa-disabled {
    display: none !important;
}

.wizard-department_icon {
    float: left;
    width: 20%;
    padding-right: 5px;
}

.wizard-department_padding {
    padding-left: 0px;
}

#wizard-department input {
    /*width: 80%;*/
    text-overflow: ellipsis;
}

.wizard-department_icon i {
    padding: 10px 5px 10px 0px;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .top-content {
        padding: 40px 0 110px 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }
}
