#addPatientForm .addvalidation.error {
    position: absolute;
    text-align: right;
    right: 15px;
}

.radioerror.custom-control-label::before {
	border: 1px solid red;
}

.nowave .waves-float{
	box-shadow: none;
}
.tbl_height tr {
  height: 60px !important;
}
.feather-plus-circle {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.table thead tr {
	height: 40px !important;
}


#reportrange {
       
      position: relative;
      top:-7px;

      cursor: pointer;
      padding: 10px 15px !important;
      background-color: #2b4878 !important;
      color: #fff;
      border-radius: 5px;
  }

  #reportrange .feather-calendar {
    color:#fff !important;
  }
  #dates {
      font-size: 14px;
      position: relative;
      top: 2px;
  }
  .daystext {
      font-size: 12px;
      position: absolute;
      font-weight: bold;
      color:#00ccff;
      top: 50px;
      padding-left: 25px;
      display:none;
  }

  .patient_searchtbl .dataTables_filter label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .patient_searchtbl .dataTables_filter label input {
    max-width: 200px;
  }

  .daterangepicker .ranges li.active {
    background-color: #2b4878;
    color: #fff;
}

a {
  color: #2b4878;
}

a:hover {
  color: #00ccff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b4878;
}

.dropdown-item.active, .dropdown-item:active {
  color: #00ccff;
  background-color: #2b4878;
}

.custom-control-input:checked~.custom-control-label::before {
      border-color: #2b4878;
    background-color: #2b4878;
}

.text-primary {
  color: #2b4878 !important;
}

.btn-outline-primary {
    border-color: #2b4878!important;
    color: #2b4878;
}
 
.btn-outline-primary:hover:not(.disabled):not(:disabled) {
  color: #2b4878;
}

.form-control:focus {
      border-color: #2b4878;
}

.insuranceimg {
    max-width: 40px;
    position: absolute;
    margin-top: -10px;
    margin-left: 12px;
    right: 18px;
}

.insuranceimg img {
  max-width:100%;
}

.content-header .breadcrumb-right {
	display:none;
}

.flatpickr-calendar .flatpickr-day.today {
	border-color:#2b4878;
}

.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.selected:hover
{
	border-color:#2b4878;
	background: #2b4878;
}

.genderradio_row   .custom-radio.custom-control{
	padding-left:22px;
}