﻿.icheckbox_md.checked, .icheckbox_md.hover.checked {
    background: #ea5e2e;
    border-color: #ea5e2e !important;
}
.spinnerDiv {
    float: left;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    text-align: center
}
.create-account a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 10px;
    font-weight: bold;
}

.create-account a:last-child {
    border-right: none;
    padding-right: 0;
}
#login_card .pconfirm p {
    text-align: center;
    font-size: 26px;
    border-top: 3px solid #f16337;
    padding: 20px 15px;
    font-weight: bold;
    margin-top: 0px;
    color: #6d6d6d;
    margin-bottom: 0;
}
#login_card .pconfirm a#loginLink {
    display: block;
    margin-top: 15px;
}

.registerProvider .panel-body {
    padding: 0;
}

.registerProvider #formProgressbar li:before {
    width: 33px;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
}

.registerProvider #formProgressbar li:after {
    top: 18px;
    left: -13px;
    display:none;
}

.registerProvider #formProgressbar li {
    line-height: 14px;
    z-index: 1;
}

.registerProvider .providerContainer2 {
    margin-top: 0;
}

.color-works a {
    color: #f15a26;
}
.registerProvider #formProgressbar li.active:after {
    content: "";
    background: #F15A24;
    display: inline-block;
    position: absolute;
    right: -19px;
    left: auto;
    top: 16px;
    width: 60% !important;
}

/*.registerProvider #formProgressbar li:after {
    width: 37% !important;
}

.registerProvider #formProgressbar li:after {
    background: transparent;
}
*/
.registerProvider #formProgressbar {
    position: relative;
    margin-bottom: 10px;
}


.registerProvider #formProgressbar:after {
    content: "";
    background: #f2f2f2;
    width: 88%;
    position: absolute;
    height: 4px;
    left: 15px;
    top: 16px;
}
.registerProvider .psw-hint {
    line-height: 13px;
    font-size: 10px;
    text-align: justify;
    font-weight: 500;
    font-style: italic;
}

.registerProvider h2#h2a.thanks-msg {
    font-size: 16px;
    text-transform: none;
    line-height: 26px;
}
.registerProvider textarea.md-input {
    min-height: 50px;
    resize: none;
    overflow: hidden;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out;
    line-height: 13px;
}
.registerProvider input[type=text].md-input, select.md-input, input[type=number].md-input, input[type=tel].md-input {
    padding: 10px 4px;
}
.registerProvider .uk-form-row label {
    font-size: 11px;
}
.registerProvider .demo-section.k-content.profile-input .k-header {
    border: 0;
    background: transparent;
}

.registerProvider .demo-section.k-content.profile-input .k-dropzone {
    padding: 0
}

.registerProvider .radio-label {
    font-weight: normal;
}

.registerProvider textarea.md-input, .uk-form-row input {
    font-size: 13px !important;
}

.frm-heading {
    font-size: 20px;
    color: #F15A24;
    font-weight: bold;
    border-bottom: 1px solid #F15A24;
    padding-bottom: 10px;
    border-top: 1px solid #F15A24;
    padding-top: 10px;
}
.login_page .pconfirm {
    text-align: center;
}
.login_page .pconfirm a {
    background: #ea5e2e;
    color: #fff;
    width: 200px;
    display: inline-block;
    padding: 12px 0;
    border-radius:5px;
}
.login_page .pconfirm h4 {
    line-height: 30px;
    margin-top: 0;
}
.grayBtn {
    background-color: #999;
    color: #FFFFFF;
}
.successMessageDiv {    
    padding: 10px;
    text-align: center;
    font-size:20px;
}
.registerProvider #formProgressbar li:last-child:after {
    display: none;
}
/* NEW CSS START */
.registerProvider .logo img {
    max-width: 60%;
}
.registerProvider.login_page .login_heading {
    margin-bottom: 20px;
}
.registerProvider .uk-form-row h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
}
.registerProvider .uk-form-row .color-works a {
    color: #f15a26;
    font-size: 11px;
}
.registerProvider h2.frm-heading {
    display: none;
}
.registerProvider .uk-form-row .alert-danger {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    color: #F00;
    font-size: 11px;
    background: none;
}
.registerProvider .uk-form-row + .uk-form-row {
    margin-top: 5px;
}
.registerProvider .uk-margin-medium-top {
    margin-top: 10px !important;
}
/* NEW CSS END */
@media(max-width:384px) {
    .registerProvider #providerSignup ul li span {
        display: none;
    }
    .registerProvider #formProgressbar li.active:after {
        right: -8px;
        top: 14px;
    }
    .registerProvider #formProgressbar li:before {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }

    .registerProvider #formProgressbar:after {
        top: 13px;
    }    
}