/* CSS File for Professional setting pages */
.mr-0 {
  margin-right: 0 !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.switch.no-label-switch label {
  margin-bottom: 0;
  padding-bottom: 3px;
}
.settings-content {
  padding-left: 25px;
  padding-right: 25px;
}
.settings-heading {
  font-size: 24px;
  font-weight: bold;
}
.settings-subheading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.settings-hr {
  border-top: 1px solid #999;
}

.settings-switch-table {
  display: table;
  width: auto;
}
.settings-switch-row {
  display: table-row;
  height: 45px;
}
.settings-switch-label {
  display: table-cell;
  width: 230px;
  vertical-align: middle;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #333;
}
.settings-switch {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 50px;
}
.settings-info {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 30px;
}
.settings-info-icon {
  font-size: 16px;
  line-height: 1;
  padding-left: 10px;
  color: #181732;
}
.form-check-input.settings-checkbox[type="checkbox"] + label {
  padding-left: 0;
  height: 1.2rem;
}

.conveyancer-table-wrap {
  display: block;
  position: relative;
}
.conveyancer-table-add {
  position: absolute;
  top: 13px;
  right: 13px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.conveyancer-table-add:hover {
  color: #2675D1;
}
.table.table-settings td, .table.table-settings th {
  vertical-align: middle;
  font-size: 14px;
}
.table-settings thead tr {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  background-color: rgba(0,0,0,.05) !important;
}
.table-settings tbody tr:nth-of-type(2n) {
  background-color: rgba(0,0,0,.05) !important;
}
.table-settings tbody tr:nth-of-type(2n+1) {
  background-color: #FFF !important;
}
.table-settings-switch {
  margin: 0 6px !important;
}
.table-settings-heading-telephone {
  min-width: 115px;
}
.table a.settings-table-info-href {
  margin-right: 0 !important;
}
.settings-table-info-icon {
  padding-left: 5px !important;
}
.table-settings-address-wrap {
  display: block;
}
.table-settings-address-name {
  font-weight: bold;
}
.table-settings-address-details {
  text-align: left;
}
.table-settings tbody tr:hover {
  background-color: #CCC !important;
  cursor: pointer;
}



