.fho-details {
  padding-bottom: 100px !important;
}

.fho-location-hdr {
  color: #428bca;
  font-size: 16px;
}

.fho-location-icon {
  top: 7px !important;
}

.fho-location-details {
  margin-top: 20px;
}

.fho-location-details-table {
  margin-left: 28px;
}

.fho-location-details-table td {
  font-size: 13px;
  color: #717073;
  padding-right: 20px;
}

.fho-details-lbl {
  color: #428bca;
}

.fho-hours-edit-ctr {
  margin: 20px 0;
}

.fho-hours-details {
  margin-top: 5px;
  margin-left: 28px;  
}

.fho-hours-details-hdr {
  font-size: 13px;
}

.fho-hours-grid {
  display: flex;
  font-size: 13px;
  color: #717073;
  margin-bottom: 5px;
}

.fho-hours-grid-times-hdr {
  margin-right: 10px;
  flex: 1;
  display: block;
  font-weight: 500;
}

.fho-hours-grid-times {
  flex: 2;
  display: block;
}

.fho-toolbar {
  padding-top: 5px;
}

.fho-toolbar-btn,
.fho-toolbar-btn-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
  cursor: pointer !important;
  background-color: #0078C9;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.fho-toolbar-btn-sm {
  width: 20px !important;
  height: 20px !important;
  background-size: 40% !important;
}

.fho-edit-btn {  
  background-image: url(../assets/edit-icon.png);
}

.fho-save-btn:disabled {  
  border: none !important;
  color: #e9e9e9 !important;
  cursor: not-allowed;
}

.fho-back-btn {  
  background-image: url(../assets/goback-default.png);
  width: 20px !important;
  height: 20px !important;
  background-size: contain;
}

.fho-delete-btn {
  background-image: url(../assets/close-white.svg);
}

.fho-edit-phys-btn {
  background-image: url(../assets/physician.png);
  background-size: contain;
}

.fho-edit-hours-btn {
  background-image: url(../assets/clock.png);
  background-size: contain;
}

.fho-section-hdr {
  margin-bottom: 20px !important;
}

.fho-phys-lbl {
  font-size: 13px;
  color: #717073;
  margin-top: 5px;
}

.fho-publish-btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  vertical-align: top;
  color: white;
}

.fho-publish-btn:hover {
  background-color: #77B800;
  border-color: #77B800;
}

.fho-remove-item{
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  top: 10px;
}

.fho-details input,
.fho-details textarea {
  background-color: white;
}

.fho-edit-section {
  margin-left: 5px;
  cursor: pointer;
}

.fho-m-w {
  width: 100%;
}

.fho-mb-1 {
  margin-bottom: 5px;
}

.fho-edit-details {
  margin-top: 30px;
}

.fho-service-save {
  padding-top: 10px;
}

.fho-service-name {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
  display: block !important;
  max-width: 90%;
  margin-bottom: 10px !important;
}

.fho-input-error {
  border: 1px solid red !important;
}

.profile-name-col {
  width: 15%;
}
.profile-type-col {
  width: 8%;
}
.profile-region-col {
  width: 10%;
}
.profile-lead-physician-col {
  width: 10%;
}
.profile-email-col {
  width: 17%;
}
.profile-address-col {
  width: 15%;
}
.profile-published-col {
  width: 7%;
}
.profile-created {
  width: 8%;
}
.profile-created-by {
  width: 8%;
}
.profile-last-updated {
  width: 8%;
}
.profile-last-updated-by {
  width: 8%;
}
.profile-evening-blocks {
  width: 9%;
}
.profile-weekend-blocks {
  width: 9%;
}
.profile-calculated-evening-blocks {
  width: 9%;
}
.profile-calculated-weekend-blocks {
  width: 9%;
}
#fhoServiceForm input {
  font-weight: 700;
}
.fho-create-btn {
  transition: all 0.25s ease-in-out;
  background-color: #0078C9;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;;
  margin-top: 30px;
  margin-right: 250px;
  width: 190px;
  height: 30px;
}
.fho-create-btn:hover, .fho-create-btn-active {
  background-color: #77B800;
  color: #ffffff;
}
.manage-fho-profiles-container {
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
  /*display: none;*/
  font-size: 12px;
  padding: 25px;
  height: 100%;
  background-color: #FFF;
}
.active-user-table-row {
  margin-top: 10px;
  margin-bottom: 75px;
}
.manage-users-table {
  table-layout: fixed;
  margin-bottom: 5px;
}
.manage-users-table>thead>tr>th {
  border-bottom: none;
}

.manage-users-table td {
  border-top: none !important;
  vertical-align: top !important;
  word-break: break-word;

}
@media (max-width: 1199px) {
  .manage-users-table {
    font-size: 0.6em;
  }
  .manage-fho-profiles-container {
    margin-left: 50px;
    margin-right: 50px;
  }
  .fho-create-btn {
    margin-right: 250px;
  }
  #manage-details-note {
    width: 100% !important;
  }
  .fho-search-input-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.search-profile-input {
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  height: 30px;
  padding-left: 15px;
}
.search-profile-input::-ms-input-placeholder {
  font-style: italic;
}

.search-profile-input:-ms-input-placeholder {
  font-style: italic;
}

.search-profile-input::placeholder {
  font-style: italic;
}
.active-profile-table-head {
  background-color: #0078C9 !important;
  color: white;
}
.manage-active-users-heading {
  width: 600px;
}
.active-profile-table-head th {
  vertical-align: top !important;
  font-weight: normal;
}
h3.fho-list {
  color: #428bca;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0rem 0rem;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .375rem;
}
.bi-search {
  margin-left: 10px;
  margin-right: 9px;
}
.fho-input-sm {
  width: 25%;
}

.fho-input-sm:disabled {
  cursor: not-allowed;
  background-color: #e9e9e9 !important;
}

#manage-details-note {
  margin-bottom: 20px;
}
.manage-select {
  cursor: pointer;
}

.manage-select:hover {
  font-weight: bold;
}

.manage-data-select {
  cursor: pointer;
}

.fho-sm-btn {
  border: 1px solid #3276CC;
  color: #558BCA;
  border-radius: 2px;
}

.fho-checkbox {
  display: block !important;
  height: 20px;
  width: 20px;
}

.fho-checkbox-sm {
  display: inline !important;
  height: 15px;
  width: 15px;
  float: right;
  margin-right: 10px !important;
  margin-top: 3px !important;
}
.fho-checkbox-center {
  display: inline !important;
  height: 15px;
  width: 15px;
  margin-left: 10px !important;
  position: relative;
  top: 3px;
}
.fho-phys-field {
  background-color: #f0f0f0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 !important;
  border-radius: 4px;
  font-size: 12px;
}
.fho-hour-active {
  font-weight: bolder;
  font-size: medium;
}
.fho-edit-info {
  color: #999999;
  font-size: 13px;
  float: right;
  font-style: italic;
}
.fho-require-field {
  position: relative;
  line-height: 1.1em;
}
.fho-require-field:before {
  position: absolute;
  margin: 5px 0 0 -12px;
  color: #F19F53;
  content: "*";
  font-weight: bold;
  font-size: 14px;
}
.fho-m-t {
  margin-top: 25px;
}
.fho-phys-label {
  margin-left: 20px;
}
.fho-location-hdr-ctr {
  background-color: #E8F2FA;
  padding: 5px;
}
.fho-location-ctr {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
}
.fho-hours-ctr {
  border-left: 1px solid #e9ecef;
}
.fho-phys-ctr {
  padding-top: 5px;
  border-top: 1px solid #e9ecef;
}
.fho-list-red-text {
  color: red;
}
.fho-error-lbl {
  background-color: #FCF8E3;
  color: #9d762f;
  font-weight: bold;
  padding: 10px;
}
.fho-no-results {
  color: red !important;
}
.fho-admin-row {
  margin-bottom: 10px;
}
.fho-admin-row p {
  margin: 0px;
  font-size: 13px;
}
.fho-lead-phys-chk {
  margin-left: 5px !important;
}
.fho-disclaimer-main {
  font-size: 14px;
  margin-top: 50px;
}
.fho-disclaimer-sec {
  font-size: 10px;
  margin-top: 35px;
}
.fho-lead-lbl {
  font-size: 12px;
  color: #428bca;
  margin: 0 15px 0 5px;
}
.fho-error-input {
  border: 1px solid red;
}
#admin_typeahead .dropdown-menu {
  max-height: 130px !important;
}
.fho-back-profile{
  padding-bottom: 10px;
}