﻿body {
    font-family: Roboto,sans-serif;
}

.field.buttons button {
    margin-right: .5em;
}

#invalid {
    display: none;
    float: left;
    width: 290px;
    margin-left: 120px;
    margin-top: .5em;
    color: #CC2A18;
    font-size: 130%;
    font-weight: bold;
}

.idealforms.adaptive #invalid {
    margin-left: 0 !important;
}

.idealforms.adaptive .field.buttons label {
    height: 0;
}
/*form styles*/
#msform {
    width: auto;
    /*height: 100%;*/
    border-radius: 7px;
    margin: 4px auto;
    text-align: center;
    position: relative;
    background-color: white !important;
    margin-bottom: 25px;
}

    #msform fieldset {
        background: white;
        border: 10px;
        border-radius: 3px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 5%;
        /*position: absolute;*/
    }
        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }
    /*inputs*/
    #msform input, #msform textarea {
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 28px;
        margin-top: 8px;
        width: 100%;
        box-sizing: border-box;
        font-family: Roboto,sans-serif;
        color: #574f67;
        font-size: 20px;
        padding: 6px 32px 6px 14px;
    }
    /*buttons*/
    #msform .action-button {
        color: #fff;
        fill: #fff;
        margin-top: 15px;
        margin-bottom: 20px;
        border: 1px solid #27aae0;
        background-color: #27aae0;
        padding: 10px 10px 10px 10px;
        font-size: 18px;
        font-family: Bebas,sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        border-radius: 2px;
        cursor: pointer;
        /*margin-top: 45px;*/
    }




.next {
    float: right;
}

.previous {
    float: left;
    top: 10px; 
    color: rgba(39, 170, 224, 0.52) !important;
    fill: #251C1C;
    background-color: rgba(39, 170, 224, 0.03) !important;
}

/*#msform .action-button:hover, #msform .action-button:focus {
                    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
                }*/
/*headings*/
.fs-title {
    font-size: 30px;
    font-family: Bebas,sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #574f67;
    letter-spacing: -1.4px;
    padding-bottom: 30px;
}

h2 {
    font-size: 65px;
    margin: 0;
    font-family: Bebas,sans-serif;
}

h2, h3 {
    text-transform: uppercase;
    text-align: center;
    color: #574f67;
    letter-spacing: -1.4px;
    margin-top: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*-------------------------------------------------*/


/*progressbar*/
#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 7.33%;
        float: left;
        position: relative;
        margin-top: 30px;
        left: 27%;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #F4F4F4;
            background: #F4F4F4;
            border-radius: 3px;
            border-radius: 10px;
            margin: 0 auto 5px auto;
            border: 1px solid #EFEFEF;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #FFFFFF;
            color: #27AAE0;
            padding: 0px;
            border-radius: 162px;
            border: 2px solid #41aeb5;
        }



.has-feedback label ~ .form-control-feedback {
    top: 32px;
    border: 1px solid;
    border-radius: 50%;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}

.glyphicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid;
    border-radius: 12px;
}

.glyphicon-menu-left {
    margin-left: 0px;
    margin-right: 12px;
}

.glyphicon-menu-right {
    margin-left: 12px;
    margin-right: 0px;
}

.mbr-navbar--absolute {
    /*display: block;
            position: relative;
            top: 0;
            width: 100%;
            height: 73px;
            background-color: #FFF;
            overflow: hidden;
            border:0px solid #2C3E50;*/
}

.form_heading {
    display: inline-block;
    max-width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
    color: #574f67;
    font-family: Roboto,sans-serif;
}

.dropdown_list {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #B8B8BF;
    background-color: #fff;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-top:9px;
}

.form-control:active {
    border: 1px solid #9A9A9A;
    background-color: white;
}

.form-control:focus {
    border: 1px solid #27AAE0 !important;
    background-color: white;
}

#msform input:focus {
    border: 1px solid #27AAE0;
    background-color: white;
}

#msform textarea:focus {
    border: 1px solid #27AAE0;
    background-color: white;
}

.dropdown_list:focus {
    border: 1px solid #27AAE0;
    background-color: white;
    color: #574f67;
}


#msform .checkbox {
    height: 25px;
    color: #ccc;
    width: 25px !important;
    top: 11px;
}

.date, .month {
    padding: 6px 10px 6px 14px !important;
}

.alert {
    padding: 8px 17px;
    margin-bottom: 20px;
    border: 1px solid red;
    background-color: antiquewhite;
    margin-top: 15px;
}

.mbr-section__container--middle {
    padding-bottom: 24px;
}
.mbr-header__text {

text-transform: uppercase;
    text-align: left !important;
    color: #000;
    letter-spacing: -1.4px;
    margin-top: 10px;
}
.btn-continue {
    background: rgba(39, 170, 224, 0.63);
    width: 100%;
    border-radius: 25px;
    padding-bottom: 15px;
    padding-top: 13px;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}