body {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.iep-card .card-header {
    padding: 0px;
}

.iep-card .card-body {
    padding: 20px;
}

.iep-card .card-header img {
    width: 100%;
}

h5 {
    background-color: #A0D5D5;
    color: #FFFFFF;
    padding: 5px 10px;
}

h6 {
    background-color: #E8E8E8;
    color: #000000;
    padding: 5px 10px;
}

div.divider {
    height: 1px;
    border-bottom: 5px dotted #E8E8E8;
    margin-top: 15px;
    margin-bottom: 15px;
}

label.form-label.required:after {
    content: ' *';
    color: #5ab4fb;
}

.invalid-feedback {
    color: red;
}

.text-bold, .font-weight-bold {
    font-weight: bold;
}

.border-dotted {
    border-style: dotted !important;
    border-width: 3px !important;
}

.border.border-success {
    border-color: #a0d5d5 !important;
}

/*

.iep-form-signin {
    width: 600px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.situation-label {
    font-weight: bold;
}

.iep-form-signin-separator {
    border-left: 1px dotted #e5e5e5;
}

.iep-header {
    margin-bottom: 0px;
}

.iep-footer {
    margin-top: 0px;
}

.iep-footer .iep-footer-banner {
    width: 940px;
    height: 25px;
    background-color: #91B7B8;
}

.iep-navbar-inner {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
}

.iep-navbar-inner-test {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(top, #FD91DF, #FD91E5) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FD91E5), to(#E404A9)) !important;
    background-image: -webkit-linear-gradient(top, #FD91DF, #FD91E5) !important;
    background-image: -o-linear-gradient(top, #FD91DF, #FD91E5) !important;
    background-image: linear-gradient(to bottom, #FD91DF, #FD91E5) !important;
    color: #FFFFFF;
}

.iep-navbar-inner-form {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(top, #7030A0, #7030A5) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7030A0), to(#7030A5)) !important;
    background-image: -webkit-linear-gradient(top, #7030A0, #7030A5) !important;
    background-image: -o-linear-gradient(top, #7030A0, #7030A5) !important;
    background-image: linear-gradient(to bottom, #7030A0, #7030A5) !important;
    color: #FFFFFF;
}




div.iep-group {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 880px;
    margin-left: 0px;
}

div.span12.iep-group {
    margin-left: 20px;
}

div.iep-form-text {
    padding-top: 5px;
    line-height: 20px;
}

p.help {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.form-horizontal.iep-payment-form label.control-label {
    width: 100% !important;
    text-align: left !important;
}

div.div-error,
label.div-error {
    color: #b94a48 !important;
}

.div-error ul.field-error {
    color: #b94a48 !important;
}

form.file-upload {
    background-color: #ddd;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-left: 0px;
}

.hidden{
    display:none!important;
}*/