
/*clientfnameWarning*/
#clientfnameWarning,#clientmnameWarning,#clientlnameWarning,#clientemailWarning,#clientmobWarning,#clientalternatenoWarning,#EmergencyContactWarning,#CityWarning,#PinCodeWarning,#PCityWarning,#PPinCodeWarning,#ECityWarning,#EPinCodeWarning,#patientfnameWarning,#patientmnameWarning,#patientlnameWarning,#ageWarning,#aadharWarning,#quotedpriceWarning,#expectedpriceWarning,#sourcediv,#existingClientFound,#existingClientNotFound,#SCityWarning,#SPinCodeWarning,#FNameWarning,#MNameWarning,#LNameWarning,#MobileNumberWarning,#AlternateNumberWarning,#ExistingPhoneWarning,#existingClientDiv,#agreedpriceWarning
  {
    display: none;
  }


 .asterisk
  {
      
    color: red;
    font-size: 13px;
    display: none;
    font-weight: 400;
   
  }

/* CSS code for step progress top start*/
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    /*margin: 40px auto;*/
    margin-bottom: 0;
    border-bottom: 0px;
}

.wizard > div.wizard-inner {
    position: relative;
    width: 50%;
    left: 25%;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: #e0e0e0;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #26b99a;
    border: 2px solid #fff;
    
}
.wizard li.active span.round-tab i{
    color: #ffffff;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: "";
    position: absolute;
    width: 100%;
    height:2px;
    background-color: #e0e0e0;
    top: 50px;
    left: -50%;
}

.wizard li.active + li:after{
  background-color: #26b99a;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    background-color: #26b99a; 
}

.wizard li:first-child:after{
  content: none;
}

.wizard li:last-child:after{
  content: none;
}

.wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.input{
  width: 100%;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    .wizard > div.wizard-inner{
        width: 100%;
        left: 0%;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li:after {
    content: "";
    position: absolute;
    width: 100%;
    height:2px;
    background-color: #e0e0e0;
    top: 45px;
    left: -50%;
}

}

/* CSS code for step progress top ends*/


/*CSS code for input fields start*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

.form-control:focus {
    border: 2px solid #35495d;
    box-shadow: none!important;
}

.form-control {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0px;
    /*border: 2px solid #35495d!important;*/
}

.warningCharacters{
    margin-top: -20px;
}

.topspacing{
    margin-top: 15px;
}

.rowspacing{
    min-height: 72px;
}


.pull-right-Spacing {
    margin-top: 20px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: unset;
    background-color: white;
}


/*CSS code for input fields end*/

/*radio button css*/

.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #35495d;
     top: 10px;
     height: 24px;
     width: 24px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     margin-left: 15px;
}
.form-radio:checked::before
{
     position: absolute;
     font: 15px/1 'Open Sans', sans-serif;
     left: 8px;
     top: 3px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}


input[type=checkbox], input[type=radio] {
    margin: 0px 4px 2px 15px;
    margin-top: 1px\9;
    line-height: normal;
}


/*radio button css ends*/

/*multiselect box css*/

.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 5px!important;
}

.multiselect-container li:after{
    content: none;
}

.multiselect-container li.active:after{
    content: none;
}

.btn-group{
    width: 100%;
}

.multiselect {
    width: 100%;
}

.btn .caret {
    margin-left: 0;
    float: right;
    margin-top: 8px;
}

.multiselect-selected-text{
    float: left;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
}


.btn-group.open .dropdown-toggle {
     -webkit-box-shadow: none!important; 
     box-shadow: none!important; 
}
.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333!important;
    background-color: #fff!important;
    border-color: 2px solid #35495d!important;
}


.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333!important;
     background-color: #fff!important; 
    border: 2px solid #35495d!important;
    border-radius: 5px!important;
}

.btn-default:hover {
    color: #333!important;
     background-color: #fff!important; 
    border: 2px solid #35495d!important;
    border-radius: 5px!important;
}

.prev-step:hover,.prev-step:focus {
    color: #333!important;
    background-color: #fffdfd!important;
    border: 1px solid #adadad!important;
}

 


/*multiselect box css end*/


/*vertical step code*/

.bs-vertical-wizard {
    /*border-right: 1px solid #eaecf1;*/
    /*padding-bottom: 50px;*/
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: flex;
    position: relative;
}

.bs-vertical-wizard ul>li:after {
    content: none;
    position: relative;
}

.bs-vertical-wizard ul>li>div {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .8px;
    height: 70px;
    width: 100%;
}

.bs-vertical-wizard ul>li.active>div {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .8px;
    height: 100%;
    width: 100%
}

.bs-vertical-wizard ul>li>div:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li.active>div:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li>div .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>div:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>div .desc {
    display: block;
    color: #35495d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
}

.bs-vertical-wizard ul>li.complete>div:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.active>div:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>div:after {display:none;}
.bs-vertical-wizard ul>li.locked>div:after {display:none;}
.bs-vertical-wizard ul>li:last-child>div:before {display:none;}

.bs-vertical-wizard ul>li.complete>div .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>div .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>div .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>div:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>div:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

.bs-vertical-wizard ul>li.active:after {

    content: none;
}

.bs-vertical-wizard ul>li.active>div:after {
    border-color: #5cb85c;
    background-color: #5cb85c;
    opacity: 1;
}

/* vertical step code ends*/

.filterButton:hover {
    border: 1px solid #cccccc!important;
  }

  .searchButton:hover {
    border: 1px solid #cccccc!important;
  }