.single-column .footer {
  left: 0;
}
.custom-select {
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat #ffffff;
}
.underline {
  text-decoration: underline;
}
.tablesaw-modeswitch,
.tablesaw-sortable-switch {
  display: none;
}
.header_title {
  width: 100%;
  text-align: center;
  position: relative;
  left: -30px;
  margin-bottom: 0;
}

.navbar-nav {
  min-width: 100px;
}
.header_phone {
  white-space: nowrap;
  font-size: 20px;
}

.edit-clinic-checkbox {
  width: 20px;
  height: 20px;
  margin-left: -15px;
}

.pagination {
  justify-content: center;
}

.form-group {
  margin-bottom: 8px !important;
}

.modal-content {
  padding: 0 20px;
}

.modal-dialog {
  max-width: 700px;
}

html [type=button] {
  -webkit-appearance: none;
}
@media screen and (max-width: 1200px) {
  .header_title {
    left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .single-column.mini-sidebar .page-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .header_title {
    text-align: left !important;
    left: 10px !important;
  }
}
@media screen and (max-width: 579px) {
  .container-fluid {
    padding: 25px 20px;
  }
  .header_title {
    font-size: 1.1rem;
    left: 10px;
  }
  .header_phone {
    font-size: 13px;
  }
}


