/* Header Section custom CSS */

#registration {padding-top: 30px;}
.panel-default{border-radius: 0px;}
.form-style{border: 1px solid #ddd; border-radius: 0px;padding: 10px;position: relative;}
input{border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 20px;
    box-shadow: none;
}
.form-control{border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 20px;
    box-shadow: none;
    width: 100%;
    padding-left: 0px;
}
.form-control:focus{border-color:none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}

#btn-cc .btn-default{
    
    color: #000;
    background-color: transparent;
    border-color: #ddd;
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    margin-top: 21px;
    padding-left: 0px;
    
}
.top-text p{background: #919191;color: #191919;float:right;padding: 5px;margin-top: -10px;
    margin-right: 0px;position: absolute;right: 0;color: #555;}
.dropdown-menu{min-width: 82px;}
.dropdown-menu > li{display: flex;margin-bottom: 10px;}

#right-pannel ol li.list-group-item { 
    list-style: decimal inside;
    display: list-item;
    border: none;
    padding: 0px;
    padding-bottom: 6px;
}

label.error {
  /*float: left;*/
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #CC0000;
  margin-left: 0px;
  padding-top: 7px;
  text-align: left;
  font-weight: 1!important;
}

#state option { color: black; }
.empty { color: #999; }

#appointmenttime option { color: black; }
.empty { color: #999; }

.small-img{width:39px;}