@font-face {
  font-family: "Gotham Rounded";
  src: url("/fonts/Gotham/GothamRounded-Bold.otf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/fonts/Gotham/GothamRounded-Medium.otf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/fonts/Gotham/GothamRounded-Light.otf") format("truetype");
  font-weight: 100;
}
.admin-login-page {
  height: 100vh;
}
.admin-login-page .view {
  height: 100vh;
}
.admin-login-page .form-elegant .font-small {
  font-size: 0.8rem;
}
.admin-login-page .form-elegant .z-depth-1a {
  box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}
.admin-login-page .form-elegant .z-depth-1-half,
.admin-login-page .form-elegant .btn:hover {
  box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}

.admin-home-page .card {
  border: 0;
}

.admin-clinic-edit-page .clinic-careplans div.list-group a {
  color: inherit;
}

.list-group-item.careplan-active .status-icon {
  color: green;
}
.list-group-item.careplan-inactive .status-icon {
  color: red;
}

.md-select-container {
  min-height: 50px;
}

.tooltip .tooltip-inner {
  text-align: left;
}

.input-disabled {
  cursor: not-allowed;
}

.formrepeater .repeater-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  background: rgba(6, 91, 111, 0.1);
  padding: 15px;
}
.formrepeater .repeater-group [data-dynamic-field]:not(.editable) {
  display: none;
}
.formrepeater .repeater-group .sidebuttons {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
}
.formrepeater .repeater-group .sidebuttons .delete-block {
  cursor: pointer;
  padding: 8px;
  color: #f00;
  margin-bottom: 10px;
}
.formrepeater .repeater-group .sidebuttons .block-move-up,
.formrepeater .repeater-group .sidebuttons .block-move-down {
  cursor: pointer;
  padding: 1px 8px;
  margin-bottom: 5px;
}
.formrepeater .repeater-group .repeater-content {
  margin-right: 25px;
}

.icon_selector {
  margin-right: 20px;
}
.icon_selector .icon_selectfield {
  position: relative;
  top: 40px;
}
.icon_selector label {
  left: 5px;
}

.translation-tabs {
  display: flex;
  list-style: none;
  margin: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.translation-tabs li {
  margin-right: 20px;
}
.translation-tabs li a {
  color: #424242;
}

.badge {
  font-size: 0.64rem !important;
}

.md-form.input-group.input-postal-code input[type=text] {
  padding: 0.3rem 0 0.55rem 0 !important;
}
.md-form.input-group.input-postal-code label {
  top: 0.65rem !important;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
}

#admin-nav-menu {
  overflow: auto;
  height: calc(100vh - 170px);
}
#admin-nav-menu li.current-nav a.active {
  font-weight: bold;
}
#admin-nav-menu .fa {
  width: 15px;
  text-align: center;
}

.force-overflow {
  min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD;
}

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}

.scroll-card {
  position: relative;
  overflow-y: scroll;
  max-height: 500px;
}

.preloader-outer-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.preloader-outer-wrapper .preloader-wrapper {
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
}

.btw_mix div {
  min-width: 150px;
  max-width: 150px;
}

.clinic-searchresults,
.client-searchresults {
  padding-top: 4px;
  padding-bottom: 3px;
}
.clinic-searchresults__logo,
.client-searchresults__logo {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.clinic-searchresults__logo img,
.client-searchresults__logo img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.clinic-searchresults__meta,
.client-searchresults__meta {
  margin-left: 70px;
}
.clinic-searchresults__title,
.client-searchresults__title {
  color: #065B6F;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
  font-size: 14px;
}
.clinic-searchresults__address,
.client-searchresults__address {
  font-size: 14px;
}

.select2-container--open span.select2-selection {
  outline: 0 !important;
  border-color: #4285F4 !important;
}
.select2-container--focus span.select2-selection {
  outline: 0 !important;
}
.select2-container .select2-selection {
  height: 2.9rem !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 3px solid #ced4da !important;
  border-radius: 0 !important;
}
.select2-container .select2-selection .select2-selection__rendered {
  position: absolute;
  bottom: 5px;
  padding-left: 0 !important;
}
.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #757575 !important;
}
.select2-container .select2-selection .select2-selection__arrow {
  bottom: calc(50% - 16px);
  top: auto !important;
}

.select2-results__options {
  max-height: 300px !important;
}
.select2-results__options .select2-results__option {
  max-height: 100px !important;
}
.select2-results__options .select2-results__option--highlighted {
  background-color: #338DAA;
}

.form-file input.file-path {
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  background: transparent;
}

.selection {
  display: block;
}
.selection span {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.form-file-preview {
  max-width: 300px;
}

.md-form label.above {
  transform: translateY(-140%);
  font-size: 0.8rem;
}
.md-form.form-select2 input.select-dropdown {
  min-height: 2rem;
  padding-bottom: 5px;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 3px solid #ced4da;
  border-radius: 0;
  box-sizing: content-box;
}

.ui-sortable .ui-sortable-handle {
  cursor: move;
}

.switch.primary-switch label input[type=checkbox]:checked + .lever {
  background-color: #689DF6;
}

.switch.primary-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #4285F4;
}

.switch.default-switch label input[type=checkbox]:checked + .lever {
  background-color: #4DCCBF;
}

.switch.default-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #2BBBAD;
}

.switch.secondary-switch label input[type=checkbox]:checked + .lever {
  background-color: #C791E2;
}

.switch.secondary-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #a6c;
}

.switch.success-switch label input[type=checkbox]:checked + .lever {
  background-color: #2ACC6C;
}

.switch.success-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #00C851;
}

.switch.info-switch label input[type=checkbox]:checked + .lever {
  background-color: #59C3EB;
}

.switch.info-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #33b5e5;
}

.switch.warning-switch label input[type=checkbox]:checked + .lever {
  background-color: #FFA339;
}

.switch.warning-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #F80;
}

.switch.danger-switch label input[type=checkbox]:checked + .lever {
  background-color: #FF606F;
}

.switch.danger-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #ff3547;
}

.switch.teal-switch label input[type=checkbox]:checked + .lever {
  background-color: #b2dfdb;
}

.switch.teal-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #80cbc4;
}

.switch.pink-switch label input[type=checkbox]:checked + .lever {
  background-color: #f8bbd0;
}

.switch.pink-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #f48fb1;
}

.switch.blue-switch label input[type=checkbox]:checked + .lever {
  background-color: #b3e5fc;
}

.switch.blue-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #81d4fa;
}

.switch.amber-switch label input[type=checkbox]:checked + .lever {
  background-color: #ffe082;
}

.switch.amber-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #ffd54f;
}

.switch.mdb-color-switch label input[type=checkbox]:checked + .lever {
  background-color: #618FB5;
}

.switch.mdb-color-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #3F729B;
}

.switch.indigo-switch label input[type=checkbox]:checked + .lever {
  background-color: #9fa8da;
}

.switch.indigo-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #7986cb;
}

.switch.blue-white-switch label input[type=checkbox]:checked + .lever {
  background-color: #2196f3;
}

.switch.blue-white-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #fff;
}

.switch.blue-white-switch label .lever {
  background-color: #ccc;
}

.switch.blue-white-switch label .lever:after {
  background-color: #fff;
}

.required-field label:after {
  color: #d00 !important;
  content: "*" !important;
  position: absolute !important;
  right: -10px !important;
  top: -5px !important;
  opacity: 1 !important;
}

.iframe-fullwidth {
  width: 100%;
  height: 100%;
}

input {
  border-bottom: 3px solid #ced4da !important;
}

input[type=submit] {
  border-bottom: none !important;
}