@charset "UTF-8";
/*--- Variables ---*/
/*--- Helper classes ---*/
.bg-brand-light {
  background-color: #34bde7;
}

.bg-brand-dark {
  background-color: #1e9cc4;
}

.bg-grey {
  background-color: #f3f3f3;
}

.bg-grey-light {
  background-color: #f2f2f2;
}

.bg-grey-dark {
  background-color: #f5f7fa;
}

.bg-blue {
  background-color: #009dd1;
}

.bg-light {
  background-color: #fafafa;
}

.bg-light-blue {
  background-color: #d8f1dc;
}

.bg-light-pink {
  background-color: #fdebe5;
}

.bg-light-yellow {
  background-color: #ffffda;
}

.color-green {
  color: #79c800;
}

.color-grey {
  color: #828282;
}

.color-grey-dark {
  color: #333;
}

.color-grey-bright {
  color: #7197ac;
}

.color-blue {
  color: #14a0d5;
}

.color-attention {
  color: #eb5757;
}

.color-inverse {
  color: #fff;
}

.color-text {
  color: #000;
}

.color-wait {
  color: #f2994a;
}

.color-calm {
  color: #219653;
}

a.color-text:hover {
  color: #000;
}

.display-block,
.label-block {
  display: block;
}

.display-ib,
.d-inline-block {
  display: inline-block;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.med-form-control-71 {
  max-width: 71px;
}

.med-form-control-inline {
  display: inline-block;
}

.med-color-we {
  color: #ff7800;
}

/*color of weekend*/
.med-font-large {
  font-size: 1.15em;
}

.med-border {
  border: 1px solid #f2f2f2;
}

.med-border-bottom {
  border-bottom: 1px solid #f2f2f2;
}

.med-border-right {
  border-right: 1px solid #f2f2f2;
}

.med-border-left {
  border-left: 1px solid #f2f2f2;
}

.med-border-top {
  border-top: 1px solid #f2f2f2;
}

.no-border {
  border: 0 !important;
}

.border-grey {
  border: 1px solid #e0e0e0;
}

.border-bottom-grey {
  border-bottom: 1px solid #e0e0e0;
}

.border-top-grey {
  border-top: 1px solid #e0e0e0;
}

.border-left-grey {
  border-left: 1px solid #e0e0e0;
}

.border-right-grey {
  border-right: 1px solid #e0e0e0;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-auto {
  overflow-x: auto;
  overflow-y: auto;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  padding-right: 15px;
  padding-left: 15px;
}
.mw-100 {
  max-width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}

.med-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.med-flex,
.d-flex,
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.med-flex.row,
.d-flex.row,
.display-flex.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.med-flex.row:before,
.med-flex.row:after,
.d-flex.row:before,
.d-flex.row:after,
.display-flex.row:before,
.display-flex.row:after {
  display: none;
}

.med-flex-justify {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.med-flex-align,
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.med-flex-col,
.d-flex-column,
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.med-flex-center,
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-space-between,
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.med-pos-relative {
  position: relative;
}

.form-control-s {
  max-width: 75px;
  min-width: 0;
}

.form-control-xs {
  max-width: 71px;
  min-width: 0;
}

.form-control-m {
  max-width: 178px;
  min-width: 0;
}

.form-control-inline,
.form-group-inline {
  display: inline-block;
}

.med-margin-10 {
  margin: 10px 0;
}

.med-italic-grey {
  font-style: italic;
  color: #828282;
}

.med-padding-10 {
  padding: 10px;
}

.p-3 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mr-1 {
  margin-right: .5rem;
}
.mb-1 {
  margin-bottom: .5rem;
}
.mr-2 {
  margin-right: 1rem;
}

.med-hover-blue:hover {
  background-color: #cde5ec;
}

.med-hover-blue.active {
  background-color: #2d9cdb;
}
.med-hover-blue.active * {
  color: #fff;
}

.med-column-2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-width: 300px;
  column-width: 300px;
}
.med-column-2 > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.med-dash-blue {
  border-bottom: 1px dashed #56ccf2;
}

.med-width-half {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.med-width-30 {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.med-width-70 {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

.text-uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.font-reg {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.pad-15,
.p-15 {
  padding: 15px;
}

.p-10 {
  padding: 10px;
}

.pl-5 {
  padding-left: 5px;
}

.p-0 {
  padding: 0 !important;
}

.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pg-0 {
  padding-left: 0;
  padding-right: 0;
}

.pg-0-i {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 1.5em !important;
}
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.lh-27 {
  line-height: 27px;
}

.overflow:after {
  content: "";
  display: block;
  clear: both;
}

.popup-lg .modal-dialog {
  width: 80%;
  max-width: 1060px;
}

.popup-sm .modal-dialog {
  width: 50%;
  max-width: 402px;
}

.w-100 {
  width: 100%;
}

.vat,
.vat > tbody > tr > td {
  vertical-align: top;
}

.panel-footer {
  background: transparent;
  border: 0;
}

.bg-login-portal {
  background: url(../img/medstar/bg-main-patient.png);
}

.bg-login-page {
  background: url(../img/medstar/stethoscope-bg.png);
}

.bg-login-reg {
  background: url(../img/medstar/bg-login-reg.jpg);
}

.bg-cardio {
  background: url(../img/medstar/cardio.png);
}

.bg-triangle {
  background: url(../img/medstar/bg-triangle.png);
}

.bg-panel {
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.color-state-in {
  color: #65a2c6;
}

.unconfirmed {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: text-bottom;
  font-size: 12px;
  color: #c75555;
}
.unconfirmed .icon {
  font-size: 16px;
  vertical-align: middle;
}
.unconfirmed + .popover {
  padding: 5px;
}
.unconfirmed + .popover .popover-title {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  background-image: url(../img/medstar/font-icon/triangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.unconfirmed + .popover .popover-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2em);
  padding: 0 0 0 1em;
}

.confirmed {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: text-bottom;
  font-size: 12px;
  color: #828282;
}
.confirmed .icon {
  font-size: 16px;
  color: #7ac800;
  vertical-align: middle;
}

.label-new-patient {
  display: inline-block;
  color: #820303;
  background-image: url(../img/medstar/bubble-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  line-height: 1.5;
  padding: 0em 0.2em;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1.5em;
}

.new-patient {
  position: relative;
}

body {
  min-height: 100vh;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #000;
}

a {
  color: #14a0d5;
}
a:hover,
a:focus {
  color: #1e9cc4;
}

p {
  line-height: 21px;
}

label {
  margin-right: 5px;
  line-height: 1.2;
  font-weight: normal;
}

input {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dde6e9;
  font-size: 16px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
}

h4 {
  font-size: 16px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-top: 0;
}

.topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
  color: #fff;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 991px) {
  .modal-dialog {
    width: 80%;
    max-width: 850px;
  }
}

.wrapper > section {
  z-index: 120;
}

.wrapper > .aside .aside-inner {
  padding-top: 184px;
}

@media only screen and (min-width: 768px) {
  .wrapper > .aside .aside-inner {
    padding-top: 55px;
  }
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal.in .modal-dialog {
  position: relative;
}

.modal-content {
  border-radius: 0;
}

.modal-backdrop.in {
  display: none;
}

.modal-title {
  font-size: 18px;
  display: inline-block;
}

.modal-header {
  padding: 15px;
}

.modal-header h4 {
  margin: 0;
}

.modal-body h4 {
  margin: 0;
}

.modal-body h4 + p {
  margin-top: 10px;
}

.modal-body .med-table-summary:nth-of-type(even) {
  background-color: transparent;
}

.help-block {
  font-size: 12px;
}

.thumb60 {
  width: 60px;
  height: 60px;
}

.thumb50 {
  width: 50px;
  height: 50px;
}

body .select2-container--bootstrap .select2-selection--single,
body .select2-container--bootstrap .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple{
  border-radius: 0;
}

.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9;
}

.select2-container .select2-results .media-box-object,
.select2-container .select2-selection__rendered {
  display: inline;
}

.sidebar > .nav > li > a,
.sidebar > .nav > li > .nav-item {
  position: relative;
  padding-left: 35px;
}

.sidebar > .nav > li > a > .icon,
.sidebar > .nav > li > a em,
.sidebar > .nav > li > .nav-item > .icon,
.sidebar > .nav > li > .nav-item em {
  position: absolute;
  left: 10px;
  top: 1em;
}

.bootbox-body {
  text-align: center;
  font-size: 16px;
}

.sidebar li > a,
.sidebar li > .nav-item,
.sidebar > .nav > .nav-heading {
  white-space: normal;
}

.wrapper > footer {
  z-index: 120;
  background: #fff;
}

.wrapper > .aside {
  z-index: 121;
}

.modal-open .wrapper > section {
  z-index: 123;
}

.aside-collapsed .sidebar > .nav > li > a,
.aside-collapsed-text .sidebar > .nav > li > a,
.aside-collapsed .sidebar > .nav > li > .nav-item,
.aside-collapsed-text .sidebar > .nav > li > .nav-item {
  padding: 0;
  height: 3em;
  display: inline-block;
  width: 100%;
}

.aside-collapsed .sidebar > .nav > li > a > em,
.aside-collapsed-text .sidebar > .nav > li > a > em,
.aside-collapsed .sidebar > .nav > li > .nav-item > em,
.aside-collapsed-text .sidebar > .nav > li > .nav-item > em {
  font-size: 1.6em;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0.8em;
}

.dropdown-list > .dropdown-menu {
  max-height: 220px;
  overflow: hidden;
  overflow-y: auto;
}

@media (pointer: fine) {
  .tel-link {
    pointer-events: none;
  }
}

/*--- Buttons ---*/
.btn {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
.btn .icon {
  margin-right: 13px;
}
.btn .icon-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  margin-right: 0;
}

.btn-link {
  letter-spacing: 0;
  text-decoration: underline;
}

.btn-acting {
  min-width: 123px;
  height: 35px;
  border-radius: 3px;
  background-color: #7ac800;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-acting:hover,
.btn-acting.hover {
  background-color: #61a000;
  color: #fff;
}
.btn-acting:active,
.btn-acting.active,
.btn-acting:focus,
.btn-acting.focus {
  background-color: #61a000;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.btn-cancel {
  min-width: 123px;
  height: 35px;
  border-radius: 3px;
  background-color: #bdbdbd;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-cancel:hover,
.btn-cancel.hover {
  background-color: #757575;
  color: #fff;
}
.btn-cancel:active,
.btn-cancel.active,
.btn-cancel:focus,
.btn-cancel.focus {
  background-color: #757575;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.btn-save {
  min-width: 123px;
  height: 35px;
  border-radius: 3px;
  background-color: #7197ac;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-save:hover,
.btn-save.hover {
  background-color: #3f51b5;
  color: #fff;
}
.btn-save:active,
.btn-save.active,
.btn-save:focus,
.btn-save.focus {
  background-color: #3f51b5;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.btn-status {
  min-width: 103px;
  height: 36px;
  border-radius: 10px;
  background-color: transparent;
  border: solid 1px #465559;
  font-size: 16px;
  text-align: center;
  color: #5d6c71;
}
.btn-status:hover,
.btn-status.hover,
.btn-status:active,
.btn-status.active,
.btn-status:focus,
.btn-status.focus {
  background-color: #465559;
  color: #fff;
}

.btn-light {
  min-width: 123px;
  height: 35px;
  border-radius: 3px;
  background-color: #ebebeb;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-light:hover,
.btn-light.hover {
  background-color: #828282;
}
.btn-light:active,
.btn-light.active,
.btn-light:focus,
.btn-light.focus {
  background-color: #828282;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
}

.btn-dark {
  min-width: 179px;
  height: 35px;
  border-radius: 3px;
  background-color: #959595;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-dark:hover,
.btn-dark.hover {
  background-color: #bdbdbd;
  color: #fff;
}
.btn-dark:active,
.btn-dark.active,
.btn-dark:focus,
.btn-dark.focus {
  background-color: #bdbdbd;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.btn-bright {
  min-width: 123px;
  height: 35px;
  border-radius: 3px;
  background-color: #ffcc60;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-bright:hover,
.btn-bright.hover {
  background-color: #f9a078;
  color: #fff;
}
.btn-bright:active,
.btn-bright.active,
.btn-bright:focus,
.btn-bright.focus {
  background-color: #f9a078;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.btn-brand-blue {
  background-color: #18aea1;
  color: #fff;
  text-transform: uppercase;
}

.btn-arrow {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
}
.btn-arrow-left {
  background-image: url(../img/medstar/icon-arrow-left.png);
}
.btn-arrow-right {
  background-image: url(../img/medstar/icon-arrow-right.png);
}

.btn-small {
  min-width: 104px;
  height: 30px;
  font-size: 12px !important;
}

.btn-timeline,
a.btn-timeline {
  width: 150px;
  min-height: 80px;
  padding: 6px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  white-space: normal;
  letter-spacing: 0;
  text-align: left;
}
.btn-timeline + .btn-timeline,
a.btn-timeline + .btn-timeline {
  margin-top: 5px;
}
.btn-timeline.btn-online,
a.btn-timeline.btn-online {
  background-color: #f1f8e9;
}
.btn-timeline.btn-online .chart-center,
a.btn-timeline.btn-online .chart-center {
  background-color: #f1f8e9;
}
.btn-timeline-empty,
a.btn-timeline-empty {
  background-color: #ffe3e3;
}
.btn-timeline-empty:hover,
.btn-timeline-empty.hover,
a.btn-timeline-empty:hover,
a.btn-timeline-empty.hover {
  background-color: #f8e2e2;
}
.btn-timeline-empty:active,
.btn-timeline-empty.active,
.btn-timeline-empty:focus,
.btn-timeline-empty.focus,
a.btn-timeline-empty:active,
a.btn-timeline-empty.active,
a.btn-timeline-empty:focus,
a.btn-timeline-empty.focus {
  background-color: #f8e2e2;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.btn-timeline-filled,
a.btn-timeline-filled {
  background-color: #ebf8ff;
}
.btn-timeline-filled:hover,
.btn-timeline-filled.hover,
a.btn-timeline-filled:hover,
a.btn-timeline-filled.hover {
  background-color: #e8f3f8;
}
.btn-timeline-filled:active,
.btn-timeline-filled.active,
.btn-timeline-filled:focus,
.btn-timeline-filled.focus,
a.btn-timeline-filled:active,
a.btn-timeline-filled.active,
a.btn-timeline-filled:focus,
a.btn-timeline-filled.focus {
  background-color: #e8f3f8;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.btn-timeline-highlighted,
a.btn-timeline-highlighted,
.btn-timeline.btn-timeline-highlighted,
a.btn-timeline.btn-timeline-highlighted {
  background-color: #00aeef;
  -webkit-box-shadow: 1.5px 2.6px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1.5px 2.6px 8px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #ffffff;
  color: #fff;
}
.btn-timeline-highlighted:hover,
.btn-timeline-highlighted.hover,
a.btn-timeline-highlighted:hover,
a.btn-timeline-highlighted.hover {
  background-color: #119dd1;
  color: #fff;
}
.btn-timeline-highlighted:active,
.btn-timeline-highlighted.active,
.btn-timeline-highlighted:focus,
.btn-timeline-highlighted.focus,
a.btn-timeline-highlighted:active,
a.btn-timeline-highlighted.active,
a.btn-timeline-highlighted:focus,
a.btn-timeline-highlighted.focus {
  background-color: #119dd1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn-timeline-oncall,
a.btn-timeline-oncall {
  background-color: #ffffda;
}
.btn-timeline-oncall:hover,
.btn-timeline-oncall.hover,
a.btn-timeline-oncall:hover,
a.btn-timeline-oncall.hover {
  background-color: #f8f8db;
}
.btn-timeline-oncall:active,
.btn-timeline-oncall.active,
.btn-timeline-oncall:focus,
.btn-timeline-oncall.focus,
a.btn-timeline-oncall:active,
a.btn-timeline-oncall.active,
a.btn-timeline-oncall:focus,
a.btn-timeline-oncall.focus {
  background-color: #f8f8db;
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.08);
}
.btn-timeline-text strong,
a.btn-timeline-text strong {
  display: block;
}
.btn-timeline-pic,
a.btn-timeline-pic {
  margin-left: 10px;
}
.btn-timeline-disabled,
a.btn-timeline-disabled {
  background-color: #d4d4d4;
}
.btn-timeline-rest{
  color: #000 !important;
  background-color: #F6F5F5 !important;
  opacity: 1 !important;
  border-radius: 2px;
  padding-right: 30%;
  background-image: url(../img/medstar/icon-rest-day.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right 7% center;
}

.btn-timeline .age-limit {
  float: left;
}

.btn-image {
  width: auto;
  padding: 0;
  background-color: transparent;
}
.btn-image .icon {
  margin: auto;
  vertical-align: inherit;
}

.btn-trashBin {
  width: 15px;
  height: 17px;
  padding: 15px;
  background-image: url(../img/medstar/icon-trash-bin.png);
  background-repeat: no-repeat;
  background-position: center;
}
.btn-trashBin:hover {
  background-color: rgba(52, 189, 231, 0.3);
}

.btn-edit {
  padding: 0.5em 1em;
}
.btn-edit:hover {
  background-color: rgba(52, 189, 231, 0.3);
}
.btn-edit img,
.btn-edit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-edit-new {
  font-size: 12px;
  color: #828282;
}
.btn-edit-new:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: text-top;
  margin-right: 5px;
  background-image: url(../img/medstar/edit.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.med-icon-circle {
  position: relative;
  width: 17px;
  height: 17px;
}
.med-icon-circle:before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 50%;
  border: 2px solid #939393;
}
.med-icon-circle:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -3px;
  width: 24px;
  height: 2px;
  background-color: #939393;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-add-patient {
  padding-left: 20%;
  border-radius: 0;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  background-color: #79c800;
  background-image: url(../img/medstar/icon-plus-circle.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  text-align: center;
}
.btn-add-patient:hover,
.btn-add-patient.selected,
.btn-add-patient.focus {
  color: #ffffff;
  background-color: #54840b;
  background-image: url(../img/medstar/icon-plus-circle.png);
  background-repeat: no-repeat;
  background-position: 10% center;
}

.btn-go-up {
  bottom: 0;
  right: 15px;
  font-size: 12px;
  color: #828282;
}
.btn-go-up span {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: currentColor;
  background-image: url(../img/medstar/go-up-button.png);
  background-position: center;
  background-repeat: no-repeat;
}
.btn-go-up:hover {
  color: #000;
}

.btn-border {
  background-color: transparent;
  border: 2px solid #56ccf2;
  border-radius: 3px;
  text-transform: uppercase;
  color: #828282;
  color: #333;
  font-weight: 500;
}
.btn-border i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.btn-border:hover {
  background-color: #56ccf2;
  color: #fff;
}

.btn-grey-hover {
  padding: 0.5em;
}
.btn-grey-hover:hover {
  background-color: #f2f2f2;
}
.btn-grey-hover.color-grey-bright {
  color: #7197ac;
}

.btn.panel-close {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  background: transparent;
}

/*--- circle diagramm ---*/
.med-chart {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  position: relative;
  overflow: hidden;
}

.slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slice.one {
  clip: rect(0 40px 20.5px 0);
}
.slice.two {
  clip: rect(0 20.5px 40px 0);
}

.chart-center {
  position: relative;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  margin: 4px 0 0 4px;
  background-color: #ebf8ff;
}

/*.chart-$perc, $perc - РѕС‚ 0 РґРѕ 100 СЃ С€Р°РіРѕРј 10*/
.med-chart.chart-0 {
  background: #79c800;
}
.med-chart.chart-0 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ff0000;
}
.med-chart.chart-0 .slice.two {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ff0000;
}

.med-chart.chart-10 {
  background: #79c800;
}
.med-chart.chart-10 .slice.one {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
  background: #ff0000;
}
.med-chart.chart-10 .slice.two {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ff0000;
}

.med-chart.chart-20 {
  background: #79c800;
}
.med-chart.chart-20 .slice.one {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
  background: #ff0000;
}
.med-chart.chart-20 .slice.two {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ff0000;
}

.med-chart.chart-30 {
  background: #79c800;
}
.med-chart.chart-30 .slice.one {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
  background: #ff0000;
}
.med-chart.chart-30 .slice.two {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ff0000;
}

.med-chart.chart-40 {
  background: #79c800;
}
.med-chart.chart-40 .slice.one {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
  background: #ff0000;
}
.med-chart.chart-40 .slice.two {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #ff0000;
}

.med-chart.chart-50 {
  background: #ff0000;
}
.med-chart.chart-50 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #79c800;
}
.med-chart.chart-50 .slice.two {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #79c800;
}

.med-chart.chart-60 {
  background: #ff0000;
}
.med-chart.chart-60 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #79c800;
}
.med-chart.chart-60 .slice.two {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
  background: #79c800;
}

.med-chart.chart-70 {
  background: #ff0000;
}
.med-chart.chart-70 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #79c800;
}
.med-chart.chart-70 .slice.two {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
  background: #79c800;
}

.med-chart.chart-80 {
  background: #ff0000;
}
.med-chart.chart-80 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #79c800;
}
.med-chart.chart-80 .slice.two {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
  background: #79c800;
}

.med-chart.chart-90 {
  background: #ff0000;
}
.med-chart.chart-90 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #79c800;
}
.med-chart.chart-90 .slice.two {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
  background: #79c800;
}

.med-chart.chart-100 {
  background: #ff0000;
}
.med-chart.chart-100 .slice.one {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #79c800;
}
.med-chart.chart-100 .slice.two {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #79c800;
}

.chart-0 .chart-center {
  background-color: #ffe3e3;
}

.btn-timeline-highlighted .chart-center,
.btn-timeline.btn-timeline-highlighted .chart-center {
  background-color: #00aeef;
  color: #fff;
}

/*--- Label ---*/
.label-small {
  width: 1.5em;
  height: 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  color: #fff;
}

.label-green {
  background: #79c800;
}

.label-grey {
  background: #828282;
}

.label-circle {
  border-radius: 50%;
}

.label-transparent {
  background-color: transparent;
  color: inherit;
}

.label-border {
  border: 1px solid currentColor;
}

.med-label {
  display: inline-block;
  font-size: 16px;
  padding: 4px 15px;
  text-align: center;
}

.med-label-accept:before {
  content: url(../img/medstar/icon-checkmark-wave.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.med-green-ok {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  background-image: url(../img/medstar/med-ok.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.med-label-blue {
  display: inline-block;
  padding: 0 5px;
  min-width: 84px;
  border-radius: 5px;
  background-color: #2d9cdb;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
}

.med-label-grey {
  display: inline-block;
  padding: 0 5px;
  min-width: 84px;
  border-radius: 5px;
  background-color: #828282;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
}

.med-label-dark-grey {
  display: inline-block;
  padding: 0 5px;
  min-width: 84px;
  border-radius: 5px;
  background-color: #828282;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
}

.med-label-red {
  display: inline-block;
  padding: 0 5px;
  min-width: 84px;
  border-radius: 5px;
  background-color: #d9415a;
  color: #fff;
  text-align: center;
  border: 0;
  font-size: 12px;
  font-weight: normal;
}

/*--- Header ---*/
.topnavbar-wrapper {
  position: relative;
  z-index: 122;
}

.med-brand {
  display: block;
  background-color: #1f9cc3;
}

.med-title {
  padding: 17px 15px;
  color: #fff;
}

.topnavbar .navbar-header .brand-logo {
  min-height: 55px;
}

#user-block-toggle {
  padding: 12px 10px;
}

.user-pic {
  display: inline-block;
  font-size: 12px;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 2.5em;
  background-color: #ffffff;
  color: #000;
  vertical-align: middle;
}
.user-pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#user-block {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 10px;
  right: 0;
  min-width: 100%;
}
#user-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#user-block ul .icon {
  margin-right: 1em;
}
#user-block ul a:hover {
  text-decoration: none;
}

.user-block {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-block:before,
.user-block:after {
  display: none;
}
.user-block .user-block-info {
  padding-left: 0.5em;
  padding-top: 0;
}

@media (max-width: 767px) {
  #user-block {
    right: auto;
    left: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .med-title {
    padding: 10px 15px;
  }
}

/*--- Content heading ---*/
.content-wrapper > .content-heading {
  margin-bottom: 10px;
  padding: 15px 20px;
  font-size: 22px;
  color: #96999a;
  background-color: #f9fcfd;
}
.content-wrapper > .content-heading:after {
  content: "";
  display: block;
  clear: both;
}
.content-wrapper > .content-heading h1 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
.content-wrapper > .content-heading p {
  overflow: hidden;
}

.content-heading .btn {
  margin-bottom: 10px;
  margin-top: 10px;
}
.content-heading .btn + .btn {
  margin-left: 10px;
}

.content-heading .block-start {
  display: inline-block;
  vertical-align: top;
}

.med-week-heading {
  float: right;
  margin-top: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.med-week-text {
  display: inline-block;
}

@media (max-width: 599px) {
  .med-week-heading {
    float: none;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 16px;
  }
}

.med-sidebar-doctor-header {
  padding: 1px 15px;
  text-align: center;
}
.med-sidebar-doctor-header .med-user-pic {
  margin: 10px auto;
}
.med-sidebar-doctor-header .media-box-heading {
  font-size: 18px;
  text-align: left;
}
.med-sidebar-doctor-header .media-box-heading span {
  font-size: 0.85em;
}

/*--- Breadcrumbs ---*/
.breadcrumb li {
  line-height: 1.5;
}

/*--- Panel ---*/
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-top-width: 1px !important;
}
.panel .med-border-bottom p {
  margin: 5px 0;
}

.panel-light {
  background: #f9fcfd;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.eh-declaration-info .form-group p,
.panel .eh-declaration-info .form-group {
  margin: 0;
}

@media (max-width: 767px) {
  .panel .med-border-bottom .text-right {
    text-align: left;
  }
}

/*--- Select2 ---*/
.select2-container {
  text-align: left;
}

.select2-container--default .select2-selection--single {
  height: 36px;
  border-radius: 0;
  border: solid 1px #e0e0e0;
  overflow: hidden;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  color: #000;
  white-space: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 4px 4px 0 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-dropdown {
  border-color: #e0e0e0;
}

.select-language + .select2-container {
  margin-top: 10px;
  font-size: 14px;
}
.select-language + .select2-container .select2-selection--single {
  background-color: transparent;
  border: 0;
}
.select-language + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.select-language + .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.select-language
  + .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #fff transparent;
}

/*--- datepicker ---*/
@media screen and (max-width: 479px) {
  .datepicker-dropdown {
    left: 15px !important;
  }
}

/*--- form elements ---*/
.content-heading .input-group .btn {
  min-width: 0;
  max-height: 34px;
  margin: 0;
}

.input-group .btn-acting {
  border-color: #7ac800;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: inherit;
  color: #828282;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #2d9cdb;
  border-radius: 0;
}

.input-group-addon:last-child {
  min-width: 87px;
  border-left: 1px solid #2d9cdb;
}
.date-picker .input-group-addon:last-child {
  min-width: auto;
}

.input-group.date .input-group-addon {
  padding: 0 5px;
  background-color: #fff;
  border-left: 0;
  min-width: 0;
  width: auto;
  border-color: #e0e0e0;
}
.input-group.date .input-group-addon:focus,
.input-group.date .input-group-addon.focus {
  border-color: #66afe9;
}
.input-group.date .input-group-addon .icomoon-date {
  font-size: 16px;
}

.input-group.date input {
  padding-right: 0;
  border-right: 0;
  border-radius: 0;
}
.input-group.date input:focus + .input-group-addon,
.input-group.date input.focus + .input-group-addon {
  border-color: #66afe9;
}

input.med-input-disabled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
input.med-input-disabled:focus {
  border-bottom-color: #34bde7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.checkbox-attendant input[type="checkbox"] {
  display: none !important;
}

.checkbox-attendant label {
  padding-top: 8px;
  font-size: 12px;
  font-style: italic;
}
.checkbox-attendant label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background-color: #ffffff;
  border: solid 1px #dde6e9;
  vertical-align: middle;
  margin-right: 10px;
}

.checkbox-attendant input:checked + label:before {
  background-image: url(../img/medstar/checkmark_green.png);
  background-position: center;
  background-repeat: no-repeat;
}

label.med-time {
  position: relative;
}
label.med-time span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
label.med-time input[type="radio"] {
  display: none;
}
label.med-time input:checked + span {
  background-color: #00aeef;
}

.form-group {
  margin: 10px 0;
}
.form-group.has-error {
  vertical-align: top;
}
.form-control {
  border-color: #e0e0e0;
  border-radius: 0;
  font-size: 12px;
  padding: 5px;
  height: 36px;
}

.med-password {
  position: relative;
}
.med-password-icon {
  position: absolute;
  top: 50%;
  right: 90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.med-password .icon-eye {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #bdbdbd;
}

.input-group-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input-group-phone .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-phone .form-control:first-child {
  width: 61px;
  margin-right: 15px;
}
.input-group-phone .form-control[value] {
  font-size: 12px;
  font-style: italic;
  color: #828282;
}

.label-important:after {
  content: "*";
  color: #6fcce2;
}

.radio-holder {
  display: inline-block;
}
.radio-holder input {
  display: none;
}
.radio-holder label {
  font-size: 12px;
  font-style: italic;
  color: #828282;
}
.radio-holder label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2d9cdb;
  border: solid 6px #fff;
  -webkit-box-shadow: 0 0 1px #bdbdbd;
  box-shadow: 0 0 1px #bdbdbd;
  vertical-align: middle;
  margin-right: 10px;
}
.radio-holder input:checked + label:before {
  border-width: 3px;
}

/*--- pagination ---*/
.med-pagination {
  padding: 0 10px;
}
.med-pagination > li > a,
.med-pagination > li > span {
  padding: 6px;
  text-decoration: underline;
  color: #14a0d5;
  background-color: transparent;
  border: 0;
  margin-left: -1px;
}
.med-pagination .active > a,
.med-pagination > .active > span {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
  pointer-events: none;
}

/*--- table elements ---*/
.panel > .med-timetable {
  border-top: 1px solid #eee;
  padding-bottom: 20px;
}

.med-timetable.table-responsive {
  padding-bottom: 17px;
}

.med-timetable table > tbody > tr > td {
  width: calc(100% / 8);
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.med-timetable .med-card-personal {
  min-width: 0;
}

.med-timetable .med-vacation {
  position: relative;
}

.med-timetable .med-vacation-announce {
  position: absolute;
  left: 225px;
  margin-top: -20px;
}

.med-timetable .btn-timeline {
  display: table;
  min-width: 150px;
  width: 100%;
}
.med-timetable .btn-timeline + .btn {
  margin-top: 5px;
}
.med-timetable .btn-timeline .med-video-camera {
  font-size: 18px;
  color: #828282;
}
.med-timetable .btn-timeline .age-limit {
  display: table;
  width: 100%;
}

.med-title-table,
.med-timetable table > tbody > tr > td.med-title-table {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.med-vacation-announce {
  max-width: 379px;
  padding: 5px;
  border-radius: 3px;
  background-color: #ebf8ff;
}

.med-appointment-table table > tbody > tr > td a {
  text-decoration: underline;
}

.med-appointment-table table > tbody > tr.med-font-bold {
  font-weight: bold;
}

.med-appointment-table table .btn:not(.btn-link) {
  padding: 5px 10px;
  font-size: 20px;
  color: #78939b;
}

.failed-appointments-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.med-status {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-bottom: 1.5px;
  border-radius: 3px;
  background-color: currentColor;
}
.med-status-done {
  background-color: #bdbdbd;
}
.med-status-visit {
  background-color: #6dcff6;
}
.med-status-active {
  background-color: #7fc922;
}
.med-status-wait {
  background-color: #f2c052;
}
.med-status-attention {
  background-color: #eb5757;
}
.med-status-planed {
  background-color: #eb5757;
}
.med-status-out {
  background-color: #c6c6c6;
}
.med-status-over {
  background-color: #27ae60;
}
.med-status-draft {
  background-color: #000;
}
.med-status-td {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #010101;
}

.med-table {
  margin-bottom: 20px;
}
.med-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  color: #333;
}
.med-table .table-row:nth-of-type(even) {
  background-color: #fafbfc;
}
.med-table .table-row:not(.title):hover {
  background-color: #d8f1dc;
  text-decoration: none;
}
.med-table .table-row div {
  width: 100%;
  padding: 8px 8px 8px 16px;
}
.med-table .table-row div.small {
  width: auto;
  min-width: 50px;
  text-align: right;
}
.med-table .table-row.title {
  font-weight: bold;
}
.med-table .table-row.title div {
  padding: 14px 8px 14px 16px;
}
.med-table .table-row .name {
  min-width: 310px;
}
.med-table .table-row .time .icomoon-camera {
  display: none;
}
.med-table .table-row .time.video .icomoon-camera {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: 12px;
  color: #1e9cc4;
}
.med-table.no-border .table-row {
  border: 0;
}
.med-table.table-striped .table-row {
  border: 0;
}
.med-table.table-striped .table-row.title {
  border-bottom: 1px solid #eee;
}
.med-table.table-striped .table-row:nth-child(even) {
  background-color: #fff;
}
.med-table.table-striped .table-row:nth-child(odd):not(.title) {
  background-color: #f9fcfd;
}
.med-table.table-striped .table-row:not(.title):hover {
  background-color: #d8f1dc;
}

@media (max-width: 1023px) {
  .med-table .table-row .name {
    min-width: 0;
  }
}

.med-table-fix-height {
  max-height: 200px;
  overflow-y: auto;
}

.table-border {
  width: 100%;
}
.table-border td {
  vertical-align: top;
  padding: 15px;
  border: 1px solid #f2f2f2;
}

@media screen and (max-width: 767px) {
  .med-timetable tbody > tr > td {
    white-space: normal !important;
  }
  .med-timetable .med-vacation-announce {
    position: static;
    max-width: none;
  }
}

/*--- card with personal information ---*/
.med-card-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.med-card-personal .media-box-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.med-card-personal .med-img-border {
  border: 2px solid #e5e5e6;
}
.med-card-personal .med-user-default {
  margin-right: 5px;
  text-align: center;
  color: #897e7e;
  font-size: 26px;
  line-height: 2.2em;
}
.med-card-personal .med-user-default.thumb32 {
  font-size: 16px;
  line-height: 32px;
}
.med-card-personal .med-user-pic {
  text-align: center;
  margin-right: 5px;
}
.med-card-personal.statement > span:first-child {
  position: relative;
}
.med-card-personal.statement > span:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7%;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.med-card-personal.statement-online > span:first-child:before {
  background-color: #00d95c;
}

/*--- form filter ---*/
.med-form-filter,
.med-form-filter > .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.med-form-filter .form-group,
.med-form-filter > .panel-heading .form-group {
  padding: 14px;
  margin: 0;
}
.med-form-filter .select2-container,
.med-form-filter > .panel-heading .select2-container {
  display: block;
}

.med-link-arrowed,
.panel-heading a.med-link-arrowed {
  display: inline-block;
  width: auto;
  text-decoration: underline !important;
}
.med-link-arrowed:after,
.panel-heading a.med-link-arrowed:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-color: currentColor transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  border-style: solid;
}

.med-form-filter .med-link-arrowed {
  margin-bottom: 22px;
}

.med-input-group {
  max-width: 275px;
  background-color: #fff;
}
.med-input-group.focus {
  border: 1px solid #66afe9;
}
.med-input-group .input-group-addon {
  min-width: 0;
  font-style: italic;
  color: #666;
  background-color: transparent;
  border-right: 0;
  border-color: #e0e0e0;
}
.med-input-group .input-group-addon + input {
  border-left: 0;
}

form.med-panel-colored,
.med-panel-colored {
  padding: 0;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #afcad2;
  -webkit-box-shadow: 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0.5px 0.9px 0 0 rgba(0, 0, 0, 0.14);
}
form.med-panel-colored label:not(.btn),
.med-panel-colored label:not(.btn) {
  color: #fff;
}
form.med-panel-colored .collapse.in,
.med-panel-colored .collapse.in {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.med-checkbox-holder input[type="checkbox"] {
  display: none;
}

.med-checkbox-holder input:checked + label.btn-status {
  background-color: #465559;
  color: #fff;
}

.med-checkbox-holder .label-checkbox:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #e0e0e0;
}

.med-checkbox-holder input:checked + label.label-checkbox:before {
  background-image: url(../img/medstar/checkmark_green.png);
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .med-form-filter .form-group {
    padding: 5px 15px;
  }
}

@media (min-width: 1900px) {
  .form-group.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/*--- Timetable page ---*/
.med-title-filter-result {
  font-size: 16px;
}

/*--- modal timetable ---*/
.med-timetable-modal {
  font-size: 16px;
}
.med-timetable-modal .modal-body {
  padding: 0;
}
.med-timetable-modal .med-border-bottom {
  padding: 15px;
}
.med-timetable-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.med-timetable-doctor-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.med-timetable-doctor-date label {
  margin-right: 10px;
}
.med-timetable-doctor-date .input-group.date {
  max-width: 160px;
}

.med-time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}
.med-time-list .med-time {
  margin: 4px;
  width: calc(20% - 8px);
}

.med-time {
  display: block;
  min-width: 4em;
  height: 2em;
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  cursor: default;
}
.med-time-free {
  background-color: #ebf8ff;
}
.med-time-reserved {
  background-color: #ffe3e3;
}
.med-time-disabled {
  background-color: #f3f3f3;
}
.med-time-light {
  background-color: #fff9eb;
}
.med-time-live {
  background-color: #fae3b4;
}
.med-time:hover {
  background-color: #00aeef;
}

/*--- form with fields to be edited ---*/
.med-form-personal-data .form-group {
  padding: 15px;
}

.med-form-personal-data input {
  font-size: 18px;
}

.med-form-personal-data label {
  padding-left: 16px;
}

/*--- tabs ---*/
.med-tabpanel .nav-tabs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin-bottom: -1px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  min-height: 2em;
  font-size: 14px;
  border: 0;
}
.med-tabpanel .nav-tabs > li {
  float: none;
  display: inline-block;
}
.med-tabpanel .nav-tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-weight: 400;
  padding: 6px 20px;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  background-color: #ebebeb;
}
.med-tabpanel .nav-tabs > li.active > a {
  color: #000;
  background-color: #fff;
  border-color: #f2f2f2;
  border-bottom: 0;
}

.med-tabpanel .tab-content {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #f2f2f2;
}

.med-tabpanel .nav-tabs-wrap {
  white-space: normal;
  overflow: visible;
}

.med-tab-header {
  padding: 10px 0;
}
.med-tab-header:after {
  content: "";
  display: block;
  clear: both;
}
.med-tab-header h4 {
  margin: 0;
  display: inline-block;
}

.med-tabpanel.panel {
  border: none;
  background: #fff;
}

.med-tabpanel.panel .med-tab-header {
  padding: 10px 20px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.med-tabpanel.panel .nav-tabs {
  border-right: 1px solid #f2f2f2;
}

.med-tabpanel .tab-content .service .service-name {
  font-weight: 500;
}

.med-tabpanel .tab-content .service img {
  margin: 0;
}

.horizontal-scrollable-tabs {
  min-height: 50px;
  position: relative;
}
.horizontal-scrollable-tabs .scroller {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  z-index: 30;
  padding: 4.5px;
  background: #b2cad3;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  color: #000;
  border-radius: 0;
}
.horizontal-scrollable-tabs .scroller .icon {
  margin: 0;
  vertical-align: middle;
}
.horizontal-scrollable-tabs .scroller.disabled {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.horizontal-scrollable-tabs .nav-tabs-horizontal {
  padding-left: 0;
}
.horizontal-scrollable-tabs .nav-tabs-horizontal.scrollable + .med-patient-form,
.horizontal-scrollable-tabs .nav-tabs-horizontal.scrollable + .tab-content {
  margin-top: -17px;
  position: relative;
  z-index: 20;
}
.horizontal-scrollable-tabs .arrow-right {
  right: 0;
}
.horizontal-scrollable-tabs .arrow-left {
  left: 0;
}

@media screen and (max-width: 480px) {
  .reception .med-tabpanel .tab-content {
    padding: 10px 0;
  }
}

/*--- Appointment steps ---*/
.med-step-holder {
  padding: 10px 15px;
  counter-reset: list;
}

.med-appointment-step-modal b.text-right {
  display: inline-block;
  width: 12rem;
  margin-right: 10px;
}

@media (max-width: 599px) {
  .med-appointment-step-modal b,
  .med-appointment-step-modal b.text-right {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}

.med-appointment-step-modal .med-hover-blue {
  padding: 2px 10px;
}
.med-appointment-step-modal .med-hover-blue .med-italic-grey {
  font-size: 12px;
}
.med-appointment-step-modal .med-hover-blue .med-label {
  margin-top: 15px;
  padding: 7px 28px;
  font-size: 14px;
}
.med-appointment-step-modal .med-hover-blue.active .med-label {
  color: #000;
}

.med-step-title {
  padding: 0 5px;
  margin: 0;
  color: #858585;
}
.med-step-title:before {
  counter-increment: list;
  content: counter(list);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #00aeef;
  border: solid 1px #00aeef;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  line-height: 18px;
}
.med-step-title.active {
  color: #000000;
}
.med-step-title.active:before {
  color: #fff;
  background-color: #00aeef;
}

.med-appointment-step-form {
  font-size: 16px;
}
.med-appointment-step-form label {
  vertical-align: middle;
  font-size: 14px;
  color: #828282;
}
.med-appointment-step-form label.med-time:not(.med-time-light) {
  height: 21px;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
}
.med-appointment-step-form label.med-time:not(.med-time-light) span {
  line-height: 21px;
}
.med-appointment-step-form label.med-time-light {
  height: 38px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
}
.med-appointment-step-form label.med-time-light span {
  line-height: 38px;
}
.med-appointment-step-form .form-group {
  margin-bottom: 10px;
  padding: 0 15px;
}
.med-appointment-step-form .form-control:not([type="checkbox"]),
.med-appointment-step-form .input-group {
  width: 230px;
}
.med-appointment-step-form .input-group.date input {
  width: 202px;
}
.med-appointment-step-form .med-border-bottom {
  margin-bottom: 10px;
}
.med-appointment-step-form .med-fix-height {
  height: 305px;
  padding-right: 17px;
  overflow-x: auto;
  overflow-y: auto;
}
.med-appointment-step-form b {
  display: inline-block;
}
.med-appointment-step-form p {
  font-size: 14px;
  margin: 0;
}
.med-appointment-step-form p b {
  font-size: 16px;
  padding: 0;
}
.med-appointment-step-form input[type="radio"] {
  display: none;
}
.med-appointment-step-form input[type="radio"] + label {
  max-width: none;
  color: #333;
}
.med-appointment-step-form input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0px 1px #e0e0e0;
  box-shadow: 0 0 0px 1px #e0e0e0;
  vertical-align: middle;
}
.med-appointment-step-form input[type="radio"]:checked + label:before {
  border: 3px solid #fff;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0 0 0px 1px #e0e0e0;
  box-shadow: 0 0 0px 1px #e0e0e0;
}
.med-appointment-step-form input[type="checkbox"] + label {
  max-width: none;
}
.med-appointment-step-form .med-table .table-row:not(.title) {
  border: 1px solid transparent;
}
.med-appointment-step-form .med-table .table-row:not(.title):hover {
  border: 1px solid #2d9cdb;
  background-color: transparent;
}
.med-appointment-step-form .med-table .table-row:nth-of-type(even):hover {
  background-color: #fafbfc;
}
.med-appointment-step-form .med-table .table-row div {
  padding: 4.5px;
}
.med-appointment-step-form .med-row-padding > div {
  width: 90%;
  margin: 10px auto;
}
.med-appointment-step-form .form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}

.med-has-select-window {
  position: relative;
  display: inline-block;
}

.med-select-window {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.14);
  border: solid 1px #ebebeb;
  font-size: 12px;
  z-index: 100;
}
.med-select-window li {
  padding: 5px;
  padding-right: 10px;
}
.med-select-window li.med-select-btn {
  padding: 0;
}
.med-select-window li b {
  display: block;
  padding: 0;
  font-size: 1.1em;
}
.med-select-window li:hover,
.med-select-window li.selected {
  background-color: #ebebeb;
}

.med-appointment-step-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
  font-size: 14px;
  font-weight: 300;
  color: #828282;
}

.med-doctors-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.med-doctors-list li {
  padding: 15px;
}
.med-doctors-list li:nth-child(2n) {
  background-color: #ebebeb;
}

.med-ticket-record {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  font-size: 14px;
  text-align: center;
}
.med-ticket-record .row {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.med-ticket-record .row:before,
.med-ticket-record .row:after {
  display: none;
}
.med-ticket-record h2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 10px 15px;
  font-size: 18px;
}
.med-ticket-record b,
.med-ticket-record p {
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
}
.med-ticket-record small {
  padding-top: 5px;
}
.med-ticket-record a {
  color: inherit;
}

@media (max-width: 767px) {
  .med-appointment-step-form .form-group.text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .med-appointment-step-form label {
    width: 30%;
  }
  .med-appointment-step-form input[type="checkbox"] + label,
  .med-appointment-step-form input[type="radio"] + label {
    width: auto;
  }
  .med-appointment-step-form .input-group.date input {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .med-appointment-step-form .form-group.text-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .med-appointment-step-form label {
    width: 100%;
  }
  .med-appointment-step-form .select2,
  .med-appointment-step-form .input-group,
  .med-appointment-step-form input:not([type="checkbox"]):not([type="radio"]) {
    max-width: 100%;
  }
}

.med-card-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.med-card-panel .btn-edit {
  padding: 8px;
}
.med-card-panel .btn-go-up {
  bottom: 10px;
  right: 10%;
}

.med-card-content {
  width: 78%;
}
.med-card-content .med-tabpanel {
  margin-left: 15px;
  margin-bottom: 10px;
}

.med-card-sidebar {
  width: 22%;
  padding: 15px;
  padding-bottom: 40px;
  background-color: rgba(242, 242, 242, 0.5);
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.med-card-sidebar p {
  word-break: break-word;
}

.med-card-aside-description {
  margin: 20px 0;
}
.med-card-aside-description p {
  margin: 0;
}

.med-card-small {
  font-size: 12px;
}

.med-card-header {
  padding: 15px;
}
.med-card-header h4 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.med-card-header h3 {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.med-card-header .add-patient-appointment.single, .add-patient-appointment-variants.single {
  width: 36px;
  height: 36px;
  border: none;
  line-height: 0.9;
  color: #c4c4c4; }
.med-card-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 14px;
}
.med-card-summary .width-half {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.med-card-summary li {
  width: 50%;
}
.med-card-summary li .width-half:nth-child(2) {
  width: 60%;
  margin-left: -4px;
  padding-left: 10px;
}
.med-card-summary > .row > .col-sm-6 + .col-sm-6 {
  border-left: 1px solid #f2f2f2;
}

@media (min-width: 1366px) {
  .med-card-summary .width-half {
    width: 30%;
  }
  .med-card-summary li .width-half:nth-child(2) {
    width: 70%;
  }
}

.patient-doctor-container a:hover,
.patient-doctor-container a:focus {
  text-decoration: none;
}

.med-card-content .select2-container .select2-selection--multiple,
.med-episode-form .select2-container .select2-selection--multiple,
.med-patient-form .select2-container .select2-selection--multiple {
  min-height: 0;
  border-radius: 0;
}
.med-card-content .select2-container .select2-selection--multiple .select2-selection__choice,
.med-episode-form .select2-container .select2-selection--multiple .select2-selection__choice,
.med-patient-form .select2-container .select2-selection--multiple .select2-selection__choice {
  min-width: 84px;
  border-radius: 5px;
  background-color: #2d9cdb;
  color: #fff;
  text-align: center;
  border: 0;
}
.med-card-content .select2-container .select2-selection--multiple .select2-selection__choice__remove,
.med-episode-form .select2-container .select2-selection--multiple .select2-selection__choice__remove,
.med-patient-form .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: transparent;
  display: block;
  float: right;
}

.med-card-content .select2-container.select2-container--focus .select2-selection--multiple,
.med-episode-form .select2-container.select2-container--focus .select2-selection--multiple,
.med-patient-form .select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9;
}
.med-card-content
  .select2-container.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice__remove,
.med-episode-form
  .select2-container.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice__remove,
.med-patient-form
  .select2-container.select2-container--focus
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
}

.med-card-content .select2-container .select2-search--inline .select2-search__field,
.med-patient-form .select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}

.select2-container {
  font-size: 12px;
}

.med-card-form textarea {
  width: 100%;
  height: auto;
  min-height: 80px;
  padding: 14px;
  resize: none;
  border-radius: 0;
  color: #000;
}

.med-patient-form .container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}

.med-patient-form .col-md-6,
.med-patient-form .col-sm-8,
.med-patient-form .col-sm-9,
.med-patient-form .col-sm-10 {
  margin-bottom: 5px;
}

.med-patient-form label {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #333;
  text-align: right;
}
.med-patient-form label.label-textarea {
  vertical-align: top;
}

.med-patient-form .med-checkbox-holder label {
  display: inline-block;
  margin-top: 0;
  text-align: center;
  min-width: auto;
}

.med-patient-form textarea {
  display: inline-block;
  height: 114px;
  resize: none;
}

.med-patient-form input.form-control-xs {
  max-width: 71px;
}

.med-patient-form .med-block-grey {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0;
}

.med-patient-form .form-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.med-patient-form .bootstrap-datetimepicker-widget.timepicker-sbs {
  padding-left: 12px;
}

.med-table-summary {
  width: 100%;
  color: #333;
}
.med-table-summary:nth-of-type(even) {
  background-color: #fafbfc;
}
.med-table-summary th {
  font-size: 12px;
  font-weight: 400;
}
.med-table-summary tr:first-child td {
  padding-top: 10px;
}
.med-table-summary td {
  width: 30%;
  padding-right: 10px;
  vertical-align: baseline;
}
.med-table-summary td:last-child {
  padding-right: 0;
}
.med-table-summary.table-flex-row tr{display: flex;}
.med-table-summary.table-flex-row td[colspan] {flex-grow:1;}
.med-table-summary td.text-right {
  width: 150px;
  /*max-width: 150px;*/
}
.med-table-summary td.button-holder {
  width: 40px;
  text-align: right;
}
.med-table-summary td.button-holder .btn-edit {
  padding: 3px;
}
.med-table-summary .btn-image {
  display: inline-block;
  margin-left: 10px;
}
.med-table-summary .btn-border {
  margin: 10px;
}
.med-table-summary a {
  color: #2d9cdb;
  text-decoration: underline;
}

.modal-fix-height .modal-body {
  max-height: 455px;
  overflow-y: auto;
}
.modal-fix-height .modal-body > div {
  margin-bottom: 10px;
}

#patient-modal .modal-dialog,
.patient-modal .modal-dialog {
  width: 385px;
}
#patient-modal-3 .modal-dialog {
  max-width: 900px;
}

.med-patient-modal .modal-header {
  border: 0;
  color: #333;
}
.med-patient-modal .modal-header .close {
  opacity: 1;
  color: currentColor;
}
.med-patient-modal .modal-header .close:hover {
  color: #000;
}

.med-patient-modal .med-checkbox-holder {
  display: inline-block;
  padding: 10px 0;
}
.med-patient-modal .med-checkbox-holder label {
  width: auto;
  max-width: none;
}

.med-patient-modal textarea {
  height: 79px;
}

.med-patient-modal .input-group.date {
  display: inline-table;
  vertical-align: middle;
  max-width: none;
}
.med-patient-modal .input-group.date input {
  max-width: none;
}

.med-patient-modal .select2-container {
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .med-patient-form label {
    padding-left: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 799px) {
  .med-card-panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .med-card-content,
  .med-card-sidebar {
    width: 100%;
  }
}

.med-results-table {
  min-width: 900px;
}
.med-results-table tr td {
  padding: 5px;
}
.med-results-table tr td:first-child {
  padding-left: 10px;
}
.med-results-table tr td:last-child {
  width: 265px;
  padding-right: 10px;
}
.med-results-table tr td.referral-description {
  width: 20%;
}
.med-results-table tr td.referral-number {
  width: 180px;
}
.med-results-table.table-striped > tbody > tr.table-heading {
  background-color: transparent;
}
.med-results-table .med-checkbox-holder {
  display: inline-block;
}
.med-results-table .btn + .med-checkbox-holder {
  margin-left: 5px;
}
.med-results-table .med-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.med-results-table .med-card-personal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.med-results-table .media-box-body {
  width: 50%;
}
.med-results-table .med-width-half.text-right,
.med-results-table .med-width-30.text-right {
  padding-right: 10px;
}

.med-key-download {
  width: 80%;
  max-width: 660px;
  margin: auto auto auto 10%;
  font-size: 12px;
}
.med-key-download .logo {
  display: block;
}
.med-key-download h1 {
  margin-bottom: 50px !important;
}
.med-key-download .panel {
  border-radius: 0;
}
.med-key-download .main-login-panel {
  position: relative;
  padding: 22px 34px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}
.med-key-download .main-login-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -14px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  height: 14px;
  -webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.15);
}
.med-key-download .main-login-panel .form-control {
  margin-bottom: 0;
}
.med-key-download label {
  margin-bottom: 0;
  line-height: 34px;
}
.med-key-download .button-holder {
  margin-top: 20px;
}
.med-key-download .button-holder .btn {
  min-width: 0;
}
.med-key-download .button-holder .btn + .btn {
  margin-left: 10px;
}
.med-key-download .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.med-key-download .input-group button:active,
.med-key-download .input-group button:focus {
  -webkit-box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.35);
}
.med-key-download .input-group-addon {
  min-width: 87px;
  line-height: 1.5em;
}

.med-download-steps {
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  padding-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: list;
}
.med-download-steps li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.med-download-steps li:after {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -34px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background-color: #c4c4c4;
  z-index: 10;
}
.med-download-steps li + li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 53%;
  width: 100%;
  margin-top: -23px;
  height: 4px;
  background-color: #c4c4c4;
}
.med-download-steps li.active:before,
.med-download-steps li.active:after {
  background-color: #23b7e5;
}

@media (max-width: 666px) {
  .med-key-download {
    margin: 15px 0;
  }
  .med-key-download .main-login-panel {
    padding: 0;
  }
}

.med-message {
  display: table;
  width: 100%;
  border: 1px solid;
}
.med-message > * {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.med-message.success {
  background-color: #d7f7e4;
  border-color: #27ae60;
  color: #005a26;
}

.med-message-fail {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: inherit;
  color: #bf0000;
  background-color: #ffc6c6;
  border: 1px solid #ca1313;
}
.med-message-fail:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-image: url(../img/medstar/wrong-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.med-password-icon {
  background: transparent;
  border: 0;
  height: 34px;
  width: 34px;
}

@media screen and (max-width: 767px) {
  .med-key-download .panel-body {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .med-key-download .col-xs-6 {
    width: 100%;
  }
  .med-key-download .col-xs-6.text-right {
    text-align: left;
  }
}

.med-content-doctor {
  margin-left: -15px;
}

.med-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.med-wrapper > footer {
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 12px;
  font-style: italic;
  color: #828282;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .med-wrapper {
    background-size: 800px;
  }
}

.main-patient-nav {
  margin-top: 23px;
  margin-right: 23px;
  font-size: 12px;
}
.main-patient-nav a {
  color: #333;
  text-transform: uppercase;
}
.main-patient-nav a + a {
  margin-left: 22px;
}

.main-patient-login {
  margin: 5vh auto 30px;
  min-width: 467px;
  text-align: center;
  z-index: 110;
}
.main-patient-login .logo {
  display: block;
  margin-bottom: 30px;
}

.main-login-panel {
  margin-bottom: 0;
  padding: 45px;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.main-login-panel .select2 {
  font-size: 12px;
}
.main-login-panel h4 {
  margin: 0 0 25px 0;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.main-login-panel h4 span {
  display: block;
  color: #828282;
  text-transform: none;
  font-weight: 400;
}
.main-login-panel form {
  font-size: 12px;
  color: #333;
}
.main-login-panel label {
  margin-right: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.main-login-panel .form-control {
  margin: auto;
}
.main-login-panel .form-control,
.main-login-panel .select2-container,
.main-login-panel .input-group.date {
  margin-bottom: 10px;
}
.main-login-panel .input-group.date .form-control {
  margin-bottom: 0;
}
.main-login-panel .input-group.date {
  max-width: none;
}
.main-login-panel .btn {
  margin-top: 15px;
}
.main-login-panel .radio-holder {
  vertical-align: middle;
  margin-right: 5px;
}
.main-login-panel .checkbox-attendant label {
  font-style: normal;
}
.main-login-panel p > a {
  text-decoration: underline;
}

.main-login {
  width: 467px;
  margin: 5vh auto 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.main-login .logo {
  display: block;
  margin-bottom: 30px;
}
.main-login h4 {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  color: #808184;
}
.main-login .main-login-panel .checkbox-attendant label {
  font-style: italic;
}
.main-login .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.main-login .form-group a {
  margin-top: 7px;
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .main-login {
    width: 90%;
    max-width: 467px;
  }
}

.modal-title-small {
  font-size: 14px;
}

.modal-patient-form {
  font-size: 14px;
}
.modal-patient-form h4 {
  font-size: 14px;
  margin: 10px 0;
}
.modal-patient-form form {
  font-size: 12px;
  color: #333;
}
.modal-patient-form label {
  margin-right: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.modal-patient-form .form-control {
  margin: auto;
}
.modal-patient-form .form-control,
.modal-patient-form .select2-container,
.modal-patient-form .input-group.date {
  margin-bottom: 10px;
}
.modal-patient-form .input-group.date .form-control {
  margin-bottom: 0;
}
.modal-patient-form .input-group.date {
  max-width: none;
}
.modal-patient-form .btn {
  margin-top: 15px;
}
.modal-patient-form .radio-holder {
  vertical-align: middle;
  margin-right: 5px;
}
.modal-patient-form .checkbox-attendant label {
  font-style: normal;
}
.modal-patient-form p > a {
  text-decoration: underline;
}

.main-patient-bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 90px;
}

.main-patient-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-patient-links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30%;
  max-width: 130px;
  margin: 0 5%;
  vertical-align: top;
}
.main-patient-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
.main-patient-links li a:hover {
  color: #6fcce2;
}
.main-patient-links li .icon {
  display: block;
  margin-bottom: 15px;
  color: #6fcce2;
}
.main-patient-links li .icomoon-record {
  font-size: 59px;
}
.main-patient-links li .icomoon-card {
  font-size: 47px;
}
.main-patient-links li .icomoon-stamp {
  font-size: 53px;
}

.main-login-panel-large {
  width: 80%;
  max-width: 747px;
  min-width: 0;
}
.main-login-panel-large .logo {
  margin-bottom: 15px;
}
.main-login-panel-large .main-login-panel {
  padding: 0 15px;
  text-align: left;
}
.main-login-panel-large .main-login-panel h4 {
  margin: 10px 0;
  font-size: 14px;
  text-transform: none;
}
.main-login-panel-large label {
  margin: 7px 0;
}
.main-login-panel-large .btn {
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .main-patient-login {
    top: 50px;
    min-width: 0;
    width: 90%;
  }
  .main-patient-links li {
    margin: 0 1%;
  }
}

.table-portal-patient td:first-child,
.table-portal-patient td:nth-child(2) {
  white-space: nowrap;
}

.table-portal-patient td:last-child {
  width: 280px;
}

.button-group {
  white-space: nowrap;
  margin-right: 5px;
}
.button-group .btn {
  font-size: 14px;
}
.button-group .icon {
  margin-right: 3px;
  vertical-align: middle;
  color: #7799ad;
}

.med-card-patient-header {
  padding: 15px;
  font-size: 16px;
  overflow: hidden;
}
.med-card-patient-header h4 {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.med-card-patient-header .btn {
  margin-left: 10px;
}
.med-card-patient-header .icomoon-edit {
  color: #7799ad;
}

.medstar-box {
  margin: 0 15px 15px;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
}
.medstar-box .table {
  display: table;
  width: 100%;
}
.medstar-box .table-cell {
  display: table-cell;
  padding: 15px;
}
.medstar-box .table-cell.button-group {
  width: 124px;
  vertical-align: middle;
  background-color: #f7f7f7;
}
.medstar-box .table-cell.button-group .icon {
  display: block;
  text-align: center;
  font-size: 1.5em;
}
.medstar-box .icomoon-edit {
  color: #7799ad;
}
.medstar-box-header > span {
  margin-right: 10px;
}
.medstar-box .row [class*="col"] {
  min-height: 1.5em;
}
.medstar-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medstar-box .row:before,
.medstar-box .row:after {
  display: none;
}

.medstar-box-header {
  margin-bottom: 10px;
  font-size: 16px;
}

.information {
  width: 95%;
  max-width: 1145px;
  margin: 30px auto;
  text-align: center;
}
.information .logo {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.information-panel {
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.information-panel .panel-heading {
  background-color: #f9fcfd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.information-panel h2 {
  color: #96999a;
  font-size: 22px;
  font-weight: normal;
}
.information-panel .public-offer-consent label,
.information-panel .checkbox-attendant label {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
.information-panel .med-border-bottom {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.information-panel .input-group.date {
  max-width: 100%;
}

#documentFormGroup {
  padding-left: 49px;
}

.med-input-group .form-control:focus {
  border-color: #e0e0e0;
}

.med-notification {
  font-size: 18px;
}
.med-notification .label {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin-left: -10px;
  width: 21px;
  height: 21px;
  text-align: center;
  padding: 0;
  line-height: 21px;
}

.flex-height-viewport {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-height-viewport .panel {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.med-doctor-form .med-tabpanel {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.med-doctor-form .tab-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.med-doctor-form .tab-content > .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.med-doctor-form .row {
  padding: 0 15px;
}

.med-doctor-form .tab-content .row {
  padding: 0;
}

.med-doctor-form .form-control,
.med-doctor-form .input-group,
.med-doctor-form .select2-container,
.med-doctor-form label {
  margin: 5px 0;
}

.med-doctor-form .input-group .form-control {
  margin-top: 0;
  margin-bottom: 0;
}

.med-doctor-form label {
  margin-top: 15px;
}

.med-doctor-form textarea {
  resize: none;
}

.med-doctor-form .icon-holder {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}

.med-doctor-form .med-checkbox-holder label {
  margin-top: 10px !important;
}

.med-doctor-form .dates {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.med-doctor-form .no-doctor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .med-doctor-form .dates {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.no-doctor {
  text-align: center;
}
.no-doctor p {
  max-width: 300px;
  margin: 0 auto;
  color: #828282;
  font-size: 16px;
  line-height: 19px;
}
.no-doctor img {
  margin: 20px 0;
}

@media (max-width: 850px) {
  .med-doctor-form .no-doctor {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 20px;
  }
}

.nav-tabs .label {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  padding: 0;
  margin-left: 10px;
}

.med-file-load {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 112px;
  border: 1px solid #dbdbdb;
  background: #ebebeb url(../img/medstar/pdf.svg) no-repeat;
  background-position: center center;
  background-size: 50%;
  overflow: hidden;
}
.med-file-load.empty .btn,
.med-file-load.empty .hover {
  visibility: hidden;
}
.med-file-load:not(.empty):hover .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.med-file-load img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: auto;
}
.med-file-load .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  padding: 3%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.med-file-load .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  z-index: 10;
}
.med-file-load .btn:hover,
.med-file-load .btn:focus {
  outline: 0;
  opacity: 0.6;
}

@media all and (min-width: 1200px) {
  .med-file-load {
    height: 170px;
  }
}

.table-doctor thead > tr > th {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #606060;
}

.table-doctor tbody > tr > td {
  position: relative;
  padding: 15px 10px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.table-doctor .state {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}
.table-doctor .state-blue {
  background-color: #65a2c6;
}
.table-doctor .state-marine {
  background-color: #57c3aa;
}
.table-doctor .state-green {
  background-color: #5eb837;
}
.table-doctor .state-violet {
  background-color: #be4b98;
}

.table-doctor .icon {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 24px;
}

.icomoon-enter {
  color: #65a2c6;
}

.icomoon-survey {
  color: #57c3aa;
}

.icomoon-reload {
  color: #5eb837;
}

.icomoon-out {
  color: #be4b98;
}

.spacer {
  height: 5px;
}

.heading-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 0;
}
.heading-links .link-rounded,
.heading-links .btn-heading {
  margin: 0 15px;
}

.link-rounded {
  display: inline-block;
  min-width: 180px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #e0e0e0;
  color: #000;
  background-color: transparent;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.link-rounded:hover,
.link-rounded:focus {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

.link-labled {
  display: inline-table;
}
.link-labled .label {
  display: inline-block;
  text-align: center;
  padding: 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  font-size: 1em;
}

.link-colored {
  background-color: #afcad3;
  color: #fff;
}

.btn-heading {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  font-size: 14px;
  color: #000000;
}
.btn-heading .label {
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #eb5757;
  border: 1px solid #eb5757;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
.btn-heading.is-active {
  background: #b2cad3;
  border: 1px solid #adacac;
  color: #333333;
}
.btn-heading:hover {
  background: #dde6e9;
}

.modal-carousel .carousel-inner {
  max-width: 611px;
  margin: 0 auto;
}
.modal-carousel .carousel-inner img {
  width: 100%;
}

.modal-carousel .carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  color: #7799ad;
  opacity: 1;
  text-align: left;
}
.modal-carousel .carousel-control.right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mistake-holder {
  padding-top: 5vh;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mistake-holder .logo {
  display: inline-block;
  max-width: 300px;
}
.mistake-holder .btn-border {
  font-weight: 500;
  color: #333;
}

.mistake-name {
  margin-top: 5vh;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
  font-size: 200px;
  font-weight: bold;
  color: #349cb4;
}

.mistake-text {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #7799ad;
}

@media all and (max-width: 480px) {
  .mistake-name {
    padding-top: 45px;
    background-size: 240px;
    font-size: 150px;
  }
  .mistake-holder .btn-border {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 736px) and (orientation: landscape) {
  .mistake-name {
    padding-top: 45px;
    background-size: 240px;
    font-size: 150px;
  }
  .mistake-holder .btn-border {
    margin-bottom: 10px;
  }
}

.easy-autocomplete {
  display: inline-block;
}
.easy-autocomplete input {
  border-color: #e0e0e0;
  border-radius: 0;
  padding: 5px;
}
.easy-autocomplete-container {
  z-index: 10;
}
.easy-autocomplete-container ul li {
  border-color: #66afe9;
}

.select2-container .select2-search--inline .select2-search__field {
  width: 100% !important;
  height: 24px;
}

.select2-container--default .select2-selection--multiple {
  border-color: #dde6e9;
}

.med-tabpanel .easy-autocomplete {
  width: 100%;
}

.has-error .select2-container .select2-selection,
.has-error .input-group .input-group-addon,
.has-error .input-group.date .input-group-addon {
  border-color: #f05050;
  width: auto;
  min-width: 0;
}

.med-wrapper.bg-login-reg {
  background-size: cover;
  text-align: center;
}
.med-wrapper.bg-login-reg h1 {
  font-size: 21px;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  color: #4f4f4f;
  margin-top: 17px;
  margin-bottom: 25px;
}
.med-wrapper.bg-login-reg h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  margin: 0;
  margin-bottom: 16px;
  color: #808184;
}
.med-wrapper.bg-login-reg h3 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  line-height: 14px;
  margin: 0;
  margin-bottom: 20px;
  color: #828282;
  text-align: left;
}
.med-wrapper.bg-login-reg > footer {
  position: static;
  background: transparent;
}
.med-wrapper.bg-login-reg .additional-login-info {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  margin-top: 15px;
  color: #5b5b5b;
}
.med-wrapper.bg-login-reg .additional-login-info a {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  color: #494949;
  text-decoration: none;
}

.main-login-reg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 300px;
  margin-left: calc(23% - 150px);
  margin-top: 10vh;
}
.main-login-reg .logo {
  display: block;
}
.main-login-reg .main-login-panel {
  position: relative;
  padding: 22px 34px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}
.main-login-reg .main-login-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -14px;
  margin-left: 10px;
  background-color: #fff;
  width: 280px;
  height: 14px;
  -webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.15);
}
.main-login-reg .main-login-panel .form-group a {
  line-height: 33px;
}
.main-login-reg .main-login-panel .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.main-login-reg .main-login-panel .btn {
  display: block;
  width: 100%;
  margin: 0;
}

@media all and (max-width: 767px) {
  .main-login-reg {
    margin: 10vh auto 0;
  }
}

.choose-org h2 {
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #4f4f4f;
}

.choose-org .choose-account {
  position: relative;
  width: 80%;
  max-width: 495px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 12px 66px 12px 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.25);
}
.choose-org .choose-account p {
  margin-bottom: 0;
  font-size: 14px;
  color: #535353;
}
.choose-org .choose-account h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.choose-org .choose-account .portal_button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  border: 0;
  font-size: 26px;
  color: #7799ad;
}
.choose-org .choose-account .portal_button:hover {
  background-color: #1f9cc3;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-triangle {
  position: relative;
}
.btn-triangle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -13px;
  margin-left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 18px 0 18px;
  border-color: transparent transparent transparent transparent;
  z-index: 20;
}
.btn-triangle.btn-acting:focus,
.btn-triangle.btn-acting.is-active {
  background-color: #7ac800;
}
.btn-triangle.btn-acting:focus:after,
.btn-triangle.btn-acting.is-active:after {
  border-top-color: #7ac800;
}

.form-select-patient {
  position: relative;
}
.form-select-patient .btn {
  width: 100%;
}
.form-select-patient .select-patient {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 275px;
  z-index: 10;
  padding-top: 17px;
  background-color: #fff;
  border: 2px solid #7ac800;
  font-size: 13px;
  color: #333;
}
.form-select-patient .select-patient > p {
  padding: 0 11px;
}
.form-select-patient .select-patient ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-select-patient .select-patient ul li {
  padding: 5px 11px;
  font-size: 14px;
  color: #7d7d7d;
  cursor: pointer;
}
.form-select-patient .select-patient ul li:hover {
  background-color: #ececec;
}
.form-select-patient .select-patient ul h4 {
  margin-top: 0;
  font-size: 16px;
  color: #000;
}
.form-select-patient .select-patient ul p {
  margin-bottom: 0;
}
.form-select-patient .select-patient.is-open {
  display: block;
}

@media (max-width: 480px) {
  .form-select-patient .select-patient {
    right: auto;
    left: 0;
  }
}

#md-template-select {
  left: auto;
  right: 0;
  min-width: 275px;
}

.reception {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}
.reception p {
  font-size: 16px;
}
.reception .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.previous-block,
.next-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #828282;
}
.previous-block .btn,
.next-block .btn {
  font-size: 3vw;
  color: #afcad3;
  font-size: 27px;
  color: #b2cad3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.previous-block .btn .date,
.next-block .btn .date {
  margin: 0 0.5em;
  font-size: 14px;
  line-height: 27px;
  color: #818d91;
}
.previous-block .btn .icon,
.next-block .btn .icon {
  margin-left: 0;
  margin-right: 0;
}

.next-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.next-block .btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.present-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.present-block .med-tabpanel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.present-block .med-tabpanel .tab-content,
.present-block .med-tabpanel .tab-pane {
  height: 100%;
}
.present-block .med-table {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.present-block .block-centered {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.present-block img {
  max-width: 195px;
  margin-bottom: 20px;
}
.present-block p {
  font-size: 18px;
}

@media (max-width: 1124px) {
  .previous-block .btn span,
  .next-block .btn span {
    display: none;
  }
}

@media (max-width: 567px) {
  .reception .panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .present-block {
    margin: 15px auto;
  }
  .previous-block,
  .next-block {
    display: none;
  }
}

.med-doctor-form .input-group-search {
  margin-top: 10px;
  background-color: #fff;
}
.med-doctor-form .input-group-search .form-control {
  border-right: 0;
}
.med-doctor-form .input-group-search .input-group-addon:last-child {
  min-width: 0;
  border-color: #e0e0e0;
  padding: 0 15px;
  border-left: 0;
}

.med-doctor-form .icon-list {
  font-size: 23px;
}

.med-doctor-form .btn {
  margin-top: 10px;
}

.med-doctor-form .button-group .btn {
  margin: 0;
}

.med-doctor-form .doctor-consult p:nth-child(2n + 2) {
  background-color: #f3f3f3;
}

.med-doctor-form .doctor-consult p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.med-doctor-form .doctor-consult p > span {
  width: 26%;
  margin-left: 5px;
}

.med-doctor-form .block-action-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.med-doctor-form .block-action-holder {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.15);
}
.med-doctor-form .block-action-holder .btn {
  display: block;
  text-align: left;
  margin: 0;
}
.med-doctor-form .block-action-holder .btn .icon {
  vertical-align: middle;
}
.med-doctor-form .block-action-holder .btn + .btn {
  margin-top: 10px;
}
.med-doctor-form .block-action-holder.is-open {
  display: block;
  z-index: 10;
}

.med-doctor-form .block-action-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.med-doctor-form .block-action-button .icon {
  margin: 0;
}
.med-doctor-form .block-action-button.is-active {
  background-color: #8daab4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.med-doctor-form .block-action-button.is-active .icon {
  color: #fff;
}

.med-doctor-form tr:nth-last-child(2) .block-action-holder {
  top: auto;
  bottom: 0;
  right: 100%;
}

.med-doctor-form table tbody tr:last-child .block-action-holder {
  top: auto;
  bottom: 100%;
}

.text-limited {
  max-width: 11em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-thumbnails > li {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2px;
  border: 2px solid #333;
}
.gallery-thumbnails > li > .tools-bottom {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-thumbnails > li > .tools-bottom > a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 4px;
}
.gallery-thumbnails > li:hover > .tools-bottom {
  top: auto;
  bottom: 0;
}
.gallery-thumbnails .fancy-img {
  display: block;
}
.gallery-thumbnails .fancy-img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.gallery-list {
  padding: 0;
  list-style: none;
}
.gallery-list li + li {
  margin-top: 10px;
}
.gallery-list li .med-file-load {
  display: inline-block;
  width: 30px;
  margin-top: 0;
  height: 30px;
  border: 1px solid #dbdbdb;
  background-color: #ebebeb;
  background-image: none;
  vertical-align: middle;
}
.gallery-list li .med-file-load img {
  display: block;
  width: 100%;
}
.gallery-list li .med-file-name {
  display: inline-block;
  margin: 0 0.5em;
}
.gallery-list li .tools {
  display: inline-block;
  vertical-align: middle;
}
.gallery-list li .tools .btn {
  min-width: 0;
  width: 3em;
  height: 2em;
  margin: 0;
  margin-left: 10px;
  padding: 0.2em;
}

.input-group.date-period {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.input-group.date-period .input-group-addon {
  width: 20px;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group.date-period input {
  max-width: 10em;
}

.table-shedular table {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.table-shedular table > thead > tr > th {
  text-align: center;
  font-size: 1em;
  color: #333;
  font-weight: normal;
}
.table-shedular table > thead:first-child > tr:first-child > th,
.table-shedular table > tbody > tr > td {
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.table-shedular .btn-image {
  width: 95%;
  margin: auto;
  font-size: 1em;
}

.doctor-visit-type {
  position: relative;
  width: 95%;
  margin: auto;
  margin-bottom: 5px;
}
.doctor-visit-type .btn-card {
  width: 100%;
  text-align: left;
}
.doctor-visit-type .btn-card span {
  display: block;
}
.doctor-visit-type.doctor-visit .btn-card {
  background-color: #ecf8ff;
}
.doctor-visit-type.doctor-visit .btn-card:hover {
  background-color: #c5d8e3;
}
.doctor-visit-type.doctor-call .btn-card {
  background-color: #feffdc;
}
.doctor-visit-type.doctor-call .btn-card:hover {
  background-color: #dfcf99;
}
.doctor-visit-type .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #7b7b7b;
  font-size: 10px;
  text-align: center;
  padding: 0.2em;
}

/**
   * React Select
   * ============
   * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
   * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
   * MIT License: https://github.com/JedWatson/react-select
  */
.Select {
  position: relative;
}

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.multi-record-page .Select-control {
  overflow: unset;
  border-radius: 0;
}
.multi-record-page .is-focused:not(.is-open) > .Select-control {
  border: 1px solid #ccc;
  box-shadow: none;
}
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
}

.is-searchable.is-open > .Select-control {
  cursor: text;
}

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #d0021b;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 150px;
  overflow-y: auto;
}

.Select-option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option:hover {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.bg-panel {
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.btn-cancel {
  min-width: 123px;
  height: 35px;
  border-radius: 3px;
  background-color: #bdbdbd;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.schedule-app .btn-cancel {
  margin-right: 3px;
}

.btn-grey-hover.color-grey-bright {
  color: #7197ac;
}

.btn-grey-hover:hover {
  background-color: #f2f2f2;
}

.table-shedular table > thead:first-child > tr:first-child > th,
.table-shedular table > tbody > tr > td {
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.table-shedular table > thead > tr > th {
  text-align: center;
  font-size: 1em;
  color: #333;
  font-weight: normal;
}

.table-shedular .btn-image {
  width: 95%;
  margin: auto;
  font-size: 1em;
}

.btn-grey-hover {
  padding: 0.5em;
}

.btn-image .icon {
  margin: auto;
  vertical-align: inherit;
}

.btn {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.popup-sm {
  width: 50%;
  max-width: 402px;
}

.schedule-app .Select .Select-control {
  width: 230px;
  border-radius: 0px;
}

.Select-control {
  border-color: #e0e0e0;
}

.schedule-app .margin-right {
  margin-right: 15px;
}

.schedule-app .label-schedule {
  margin-top: 10px;
}

.schedule-app .dates > div {
  width: 200px;
  margin-right: 15px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 991px) {
  .schedule-add.modal-dialog {
    width: 80%;
    max-width: 900px;
  }
}

.checkbox-attendant label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background-color: #ffffff;
  border: solid 1px #dde6e9;
  vertical-align: middle;
  margin-right: 10px;
}

.checkbox-attendant input[type="checkbox"] {
  display: none !important;
}

.med-appointment-step-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.med-appointment-step-form .row:before,
.med-appointment-step-form .row:after {
  display: none;
}

.med-appointment-step-form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 17px;
  padding: 0 15px;
}
.med-appointment-step-form .form-group.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.med-appointment-step-form .form-group .help-block {
  margin: 0;
  margin-bottom: -1.4em;
  position: absolute;
  bottom: 0;
}
.med-appointment-step-form .phone-group {
  flex-wrap: wrap;
}
.med-appointment-step-form .phone-group .help-block {
  margin: 0;
  position: static;
  bottom: auto;
  width: 100%;
  flex-shrink: 0;
}

.med-appointment-step-form label + *,
.med-appointment-step-form .select2-container,
.med-appointment-step-form .easy-autocomplete {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.base-line {
  vertical-align: baseline;
}

.schedule-app .dates .input-group-addon {
  min-width: 0px;
  border: 1px solid #dde6e9;
  border-left: none;
}

.schedule-app .doctor-visit-type .btn-close {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.schedule-app .holiday .Select-control {
  width: 95%;
  margin: auto;
}

.schedule-app .holiday .Select-menu-outer {
  position: relative;
  width: 95%;
  margin: auto;
}

.schedule-app .alert {
  margin-bottom: 5px;
}

.schedule-react .modal-header {
  border-bottom: none;
  padding: 15px;
}

.schedule-react .modal-footer {
  border-top: none;
}

.holiday {
  text-align: left;
}
.holiday .doctor-visit-type {
  background-color: #ecf8ff;
  padding: 10px;
}

.schedule-add .color-grey-bright {
  margin-left: 10px;
}

.schedule-add .modal-header {
  padding: 15px;
}

.schedule-add .med-form-control-71 {
  max-width: 71px;
}

.schedule-add label {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin-right: 15px;
  margin-top: -20px;
}

.schedule-add .Select {
  display: inline-block;
  text-align: left;
}

.no-margin-top {
  margin-top: 0 !important;
}

.width-230 {
  width: 230px;
}

.med-border-bottom {
  margin-bottom: 10px;
}

.schedule-add .Select .Select-control {
  width: 230px;
  border-radius: 0px;
  text-align: left;
}

.schedule-add .schedule-services-wrapper .Select .Select-control {
  width: 679px;
}

.custom-multi-select .input-hide-cursor input {
  color: transparent !important;
  text-shadow: 0 0 0 #666;
}

.custom-multi-select {
  position: relative;
}

.comment-modal,
.info-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.comment-modal > div,
.info-modal > div {
  position: absolute;
  top: 15%;
  min-height: 330px;
  width: 750px;
  background: white;
}

.info-modal > div {
  top: 12%;
}

.comment-modal textarea {
  width: 100%;
}

.comment-modal .wrapper,
.info-modal .wrapper {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.custom-multi-select .search-input-section {
  background-color: #fff;
  border-color: #e0e0e0;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  color: #333;
  cursor: text;
  height: auto;
  min-height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 5px;
  padding-bottom: 4px;
}
.custom-multi-select .clear-input-button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: transparent;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 7px;
  right: -1px;
  transition: 0.3s;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.custom-multi-select .clear-input-button:hover {
  color: #d0021b;
}
.custom-multi-select .selected-option {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-flex;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.custom-multi-select .selected-option-remove,
.custom-multi-select .selected-option-add-comment,
.custom-multi-select .selected-option-info {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 2px 5px 2px;
}
.custom-multi-select .selected-option-add-comment,
.custom-multi-select .selected-option-info {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right: none;
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.custom-multi-select .selected-option-info {
  border-right: none;
}
.custom-multi-select .selected-option-add-comment {
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.custom-multi-select .selected-option-remove:hover,
.custom-multi-select .selected-option-add-comment:hover,
.custom-multi-select .selected-option-info:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.custom-multi-select .selected-option-value {
  display: inline-block;
  vertical-align: middle;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.custom-multi-select input {
  border: none;
  padding-top: 6px;
  margin-left: 5px;
  font-size: 14px;
}
.custom-multi-select .search-result-section {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: 187px;
  overflow: auto;
  position: absolute;
  margin-top: -1px;
  z-index: 5;
  opacity: 1;
}
.custom-multi-select .search-result-section ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.custom-multi-select .search-result-section ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
  font-family: "Arial", sans-serif;
}
.custom-multi-select .search-result-section ul li:hover {
  background-color: #5897fb;
  color: white;
}
.custom-multi-select .search-result-section ul li.active {
  background-color: #5897fb;
  color: white;
}
.custom-multi-select .search-input-section input {
  font-size: 12px;
}
.custom-multi-select .search-result-section-close {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.custom-multi-select .add-custom-option {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-multi-select .add-custom-option input {
  display: block;
  width: 65%;
  border: 1px solid #ccc;
  margin: 0px;
  border-left: none;
  border-top: none;
  height: 37px;
}
.custom-multi-select .add-custom-option button {
  display: block;
  width: 35%;
  height: 37px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: none;
  padding-left: 8px;
  padding-right: 8px;
}

.decimal-input {
  border: 1px solid #d5d5d5;
  min-width: 100px;
  display: block;
  max-width: 100%;
  padding: 5px 4px 6px;
  font-size: 14px;
  background-color: #ffffff;
}

.form-constructor-modal .Select .Select-control {
  min-width: 250px;
  border-radius: 0px;
  text-align: left;
}

.form-constructor-modal .add-row-content {
  padding: 15px;
}

.form-constructor-modal .df {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-constructor-modal label {
  width: 34%;
  font-size: 12px;
  color: #333;
  text-align: right;
  padding-right: 30px;
}
.form-constructor-modal label.text-label {
  text-align: left;
}

.form-constructor-modal .input-custom-class label {
  width: 49.8%;
}

.form-constructor-modal .Select {
  width: 66%;
}

.form-constructor-modal .text-input {
  border-radius: 0px;
  width: 32%;
  margin-right: 2%;
  height: 34px;
}

.form-constructor-modal .text-input:last-child {
  margin-right: 0;
}

.form-constructor-modal .text-label {
  width: 32%;
  margin-right: 2%;
}

.form-constructor-modal .text-label:last-child {
  margin-right: 0;
}

.form-constructor-modal h4 {
  padding-left: 15px;
  font-weight: normal;
  margin-top: 0px;
}

.form-constructor-modal .modal-header {
  padding: 15px;
}

.form-constructor-modal .add-element-content {
  padding: 15px;
}

.form-constructor-modal .error-text {
  float: left;
  color: #ff0000;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-constructor .row-container {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  position: relative;
  margin-top: 15px;
  min-height: 100px;
}
.form-constructor .row-container h4 {
  padding-bottom: 10px;
}

.form-constructor .btn-close {
  position: absolute;
  right: -3px;
  top: 3px;
  background: transparent;
  color: #626466;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 6px;
  font-size: 30px;
  padding-top: 1px;
  padding-bottom: 0px;
  line-height: 30px;
}

.form-constructor .btn-close:hover {
  color: #000;
}

.form-constructor .btn-acting {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  max-width: 230px;
}

.form-constructor .btn-edit {
  position: absolute;
  right: 25px;
  top: 1px;
  background: transparent;
  color: #626466;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bolder;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-constructor .btn-edit:hover {
  color: #000;
}

.form-constructor .element {
  min-height: 57px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px dashed rgba(0, 0, 0, 0.3);
}
.form-constructor .element.w6-25 {
  width: 6.25%;
}
.form-constructor .element.w12-5 {
  width: 12.5%;
}
.form-constructor .element.w23 {
  width: 23.5%;
  margin-right: 2%;
}
.form-constructor .element.w23:last-child {
  margin-right: 0;
}
.form-constructor .element.w32 {
  width: 32%;
  margin-right: 2%;
}
.form-constructor .element.w32:last-child {
  margin-right: 0;
}
.form-constructor .element.w48 {
  width: 49%;
  margin-right: 2%;
}
.form-constructor .element.w48:last-child {
  margin-right: 0;
}
.form-constructor .element.w100 {
  width: 100%;
}
.form-constructor .element h5 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
}

.form-constructor .inner-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-constructor .empty-element {
  background: #fff;
}

.form-constructor .element-inner {
  background-color: #cfdbe2;
  min-height: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
  font-size: 12px;
}

.form-constructor .edit-button-small {
  font-size: 12px;
  padding: 0px;
  top: -1px;
  right: 20px;
  z-index: 20;
}

.form-constructor .delete-button-small {
  font-size: 24px;
  padding: 0px;
  right: 2px;
  top: -8px;
}

.form-constructor .dnd-hover {
  -webkit-box-shadow: 0 0 30px #7ac800;
  box-shadow: 0 0 30px #7ac800;
}

.form-constructor .bottom-section {
  padding: 15px;
  padding-top: 30px;
}
.form-constructor .bottom-section .btn.btn-acting {
  margin-left: 0;
}

.form-constructor .actions {
  width: 22%;
  padding: 15px;
  padding-top: 53px;
  background-color: rgba(242, 242, 242, 0.5);
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.15);
}

.form-constructor .w78 {
  width: 78%;
}

.form-constructor .header-wrapper {
  margin-bottom: 15px;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.form-constructor h4 {
  margin: 0;
}

.form-constructor .constructor {
  padding: 15px;
  padding-top: 0;
  min-height: 127px;
}

.form-constructor .fa {
  float: left;
  padding-top: 4px;
}

.form-constructor .df {
  background: #fff;
}

.form-constructor .alert {
  margin-bottom: 10px;
}

.form-constructor .input-name,
.form-constructor .input-description {
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-bottom: 5px;
}
.form-constructor .input-name textarea,
.form-constructor .input-description textarea {
  resize: none;
}
.form-constructor .input-name label,
.form-constructor .input-description label {
  margin: 0;
  min-width: 80px;
  margin-right: 35px;
  font-size: 12px;
  color: #333;
  text-align: right;
}

.form-constructor .nav-tabs {
  padding-left: 10px;
}
.form-constructor .nav-tabs > li {
  margin-right: 5px;
}
.form-constructor .nav-tabs > li > a {
  color: #000;
  font-weight: 400;
  padding: 6px 20px;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  background-color: #ebebeb;
}
.form-constructor .nav-tabs > li.active > a {
  background: #fff;
}

#form-constructor-tab-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.form-constructor-modal .Select-arrow-zone,
.form-constructor-view .Select-arrow-zone {
  display: none;
}

.form-constructor .Select-placeholder,
.form-constructor-view .Select-placeholder,
.form-constructor-modal .Select-placeholder {
  font-style: italic;
  font-size: 12px;
}

.form-constructor .Select-value-label,
.form-constructor .Select-input,
.form-constructor .Select-menu-outer,
.form-constructor-view .Select-value-label,
.form-constructor-view .Select-input,
.form-constructor-view .Select-menu-outer,
.form-constructor-modal .Select-value-label,
.form-constructor-modal .Select-input,
.form-constructor-modal .Select-menu-outer {
  font-size: 12px;
}

.form-constructor .Select-option.is-focused,
.form-constructor .Select-option.is-focused.is-selected,
.form-constructor-view .Select-option.is-focused,
.form-constructor-view .Select-option.is-focused.is-selected,
.form-constructor-modal .Select-option.is-focused,
.form-constructor-modal .Select-option.is-focused.is-selected {
  background-color: #5897fb;
  color: white;
}

.form-constructor .Select-option.is-selected,
.form-constructor-view .Select-option.is-selected,
.form-constructor-modal .Select-option.is-selected {
  background-color: #ddd;
  color: #333333;
}

.form-constructor .Select-option,
.form-constructor-view .Select-option,
.form-constructor-modal .Select-option {
  font-size: 12px;
  color: #333333;
}

.form-constructor .element-inner-name {
  margin-right: 5px;
}

.form-constructor .element-inner-type {
  margin-left: 5px;
}

.async-select-element-specialization {
  margin: 0;
}
.async-select-element-specialization .form-group {
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-bottom: 5px;
}
.async-select-element-specialization .form-group label {
  margin: 0;
  min-width: 80px;
  margin-right: 35px;
  font-size: 12px;
  color: #333;
  text-align: right;
}

.async-select-element-specialization .Select,
.form-constructor-view .Select {
  width: 100%;
}

.async-select-element-specialization .Select-control,
.form-constructor-view .Select-control {
  border-radius: 0px;
}

.react-pre-loader-div {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 16px;
  height: 16px;
}

.react-pre-loader-div .react-pre-loader-spin {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #007eff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.react-pre-loader-div.big {
  position: static;
  margin: auto;
  height: 100px;
  width: 100px;
}

.react-pre-loader-div.big .react-pre-loader-spin {
  -webkit-animation: Select-animation-spin 1000ms infinite linear;
  animation: Select-animation-spin 1000ms infinite linear;
  width: 100px;
  height: 100px;
  border-width: 5px;
}

#complaints_form_content,
#objectively_form_content {
  min-height: 250px;
}

.form-view-row {
  margin: 0;
  padding: 5px;
  padding-bottom: 0;
  padding-top: 0;
}
.form-view-row.dentist-formula .form-view-items,
.form-view-row.dentist-formula2 .form-view-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-view-row.dentist-formula .form-view-item,
.form-view-row.dentist-formula2 .form-view-item {
  width: calc(100% / 16);
}

.form-view-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 46px;
  padding: 5px;
}
.form-view-item.w6-25 {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.form-view-item.w6-25 label {
  text-align: left;
}
.form-view-item.w12-5 {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.form-view-item.w12-5 label {
  text-align: left;
}
.form-view-item.w32 {
  display: inline-block;
  width: 31%;
  padding: 0;
}
.form-view-item.w32 label {
  text-align: left;
}
.form-view-item .custom-multi-select .selected-option {
  margin-left: 0;
}

.form-constructor-view-error {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.has-error .search-input-section,
.has-error .Select-control {
  border-color: #f05050;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.multi-select-placeholder {
  font-style: italic;
  font-size: 12px;
  color: #aaa;
  position: absolute;
  top: 8px;
  left: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.form-view-item.col-sm-3 .multi-select-placeholder {
  max-width: 160px;
}

.custom-select-option {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.custom-select-option .name {
  margin-right: 7px;
}
.custom-select-option .description {
  margin-left: 7px;
  font-size: 10px;
  font-style: italic;
}

.session-end-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2500;
  background-color: rgba(0, 0, 0, 0.2);
}
.session-end-block .session-end-wrapper {
  width: 100%;
  max-width: 500px;
  background: white;
  padding: 20px;
  margin: auto;
  text-align: center;
}
.session-end-block h4 {
  margin-bottom: 30px;
  font-weight: normal;
}

.blur-filter {
  -webkit-filter: blur(15px) !important;
  filter: blur(15px) !important;
}

/* end */
.med-time-reserved:hover {
  background-color: #e85a5a;
}

.link-not-active {
  pointer-events: none;
  cursor: default;
}

.table-doctor.table-responsive {
  overflow-x: inherit;
}

h3 > .breadcrumb,
.content-heading > .breadcrumb {
  padding-bottom: 10px;
}

.med-content-doctor select,
.med-content-doctor input:not([type="checkbox"]),
.med-content-doctor input:not([type="radio"]) {
  min-width: 10em;
}

.Select-menu-outer {
  z-index: 10;
}

#table_schedule td {
  width: 50%;
}

.table-responsive .table {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .med-content-doctor ul.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .med-content-doctor ul.nav-tabs > li > a {
    white-space: nowrap;
  }
  .modal {
    bottom: auto;
    height: 100vh;
  }
  .btn {
    height: auto;
  }
  .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav .med-title {
    width: 100%;
    padding-left: 8px;
  }
  .navbar-nav .select-language + .select2-container {
    margin-top: 0;
    margin-bottom: 10px;
    min-width: 4em;
  }
  .med-border-right.col-xs-12 {
    border: 0;
  }
  .med-ticket-record {
    width: 100%;
  }
  .med-tab-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #documentFormGroup {
    padding: 0;
  }
  .med-appointment-step-form .col-xs-12 .text-right {
    text-align: left;
  }
  .med-appointment-step-form textarea.form-control {
    max-width: 70%;
  }
  .content-wrapper > .content-heading {
    padding: 15px;
  }
  .table-doctor.table-responsive {
    overflow-y: auto;
  }
  .popup-lg .modal-dialog {
    width: auto;
  }
  .portal_button {
    font-size: inherit;
  }
  .modal-footer,
  .panel-footer {
    text-align: left;
  }
  .modal-footer .btn,
  .panel-footer .btn {
    margin-bottom: 10px !important;
  }
  .modal-footer .text-right,
  .panel-footer .text-right {
    text-align: left;
  }
}

@media (max-width: 567px) {
  .med-card-summary li {
    width: 100%;
  }
  #history-popup .table-border tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .med-card-personal .med-user-pic {
    display: none;
  }
  .form-group.display-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .schedule-add .modal-header h4 span {
    display: block;
    margin: 0;
  }
  .schedule-add .form-group {
    text-align: left;
  }
  .schedule-add label {
    width: 100%;
  }
  .schedule-app .holiday .Select-control {
    width: 12em;
  }
}

@media (max-width: 480px) {
  .btn {
    white-space: normal;
  }
  .med-ticket-record .col-xs-5,
  .med-ticket-record .col-xs-7 {
    width: 100%;
    text-align: left;
  }
  .med-doctor-form .col-xs-4,
  .med-doctor-form .col-xs-7 {
    width: 100%;
  }
  .med-doctor-form .col-xs-4 .text-right,
  .med-doctor-form .col-xs-7 .text-right {
    text-align: left;
  }
  .col-xs-6,
  .col-xs-3,
  .col-xs-9 {
    width: 100%;
    text-align: left;
  }
  .col-xs-6 .text-right,
  .col-xs-3 .text-right,
  .col-xs-9 .text-right {
    text-align: left;
  }
  .medstar-box-header > span {
    min-width: 50%;
  }
  .medstar-box-header > span.pull-right {
    width: 100%;
    margin: 0 0 10px;
  }
  .med-card-patient-header .btn.pull-right,
  .content-heading > .pull-right {
    width: 100%;
    margin: 10px 0;
  }
  .med-step-title {
    width: 100%;
    margin-bottom: 5px;
  }
  .med-appointment-step-info {
    width: 100%;
  }
  .med-form-filter .form-group {
    width: 100%;
  }
  .med-form-filter .select2-container {
    width: 100% !important;
  }
  .heading-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .heading-links .link-rounded + .link-rounded,
  .heading-links .btn-heading + .btn-heading {
    margin-top: 10px;
  }
  #patient-modal .modal-dialog,
  .patient-modal .modal-dialog {
    width: auto;
  }
  #diagnosis_items .med-table-summary tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #telemed_request_consultants tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.patient-vaccination-add .icon {
  color: inherit;
}

.patient-vaccination-add + .dropdown-vaccination {
  margin-left: 10px;
}

.dropdown-vaccination .dropdown-toggle {
  position: relative;
  z-index: 1000;
  background: #56ccf2;
  border: 2px solid #56ccf2;
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-vaccination .dropdown-toggle .icon {
  color: inherit;
  font-size: 1.2em;
}

.dropup.dropdown-vaccination.open .btn-triangle:after {
  display: none;
}

.dropdown-vaccination.open .btn-triangle:after {
  border-top-color: #56ccf2;
}

.dropdown-vaccination .dropdown-menu,
.upload-diagnostic-dropdown .dropdown-menu {
  min-width: 100%;
  margin-top: 0;
  padding: 1em;
  padding-top: 15px;
  border-radius: 0;
  border-color: #56ccf2;
  text-align: left;
  font-size: 12px;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
}
.dropdown-vaccination .dropdown-menu > li,
.upload-diagnostic-dropdown .dropdown-menu > li {
  padding: 0;
}
.dropdown-vaccination .dropdown-menu > li + li,
.upload-diagnostic-dropdown .dropdown-menu > li + li {
  margin-top: 1em;
}
.dropdown-vaccination .dropdown-menu > li > a,
.upload-diagnostic-dropdown .dropdown-menu > li > a{
  padding: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
}
.dropdown-vaccination .dropdown-menu > li > a:hover,
.upload-diagnostic-dropdown .dropdown-menu > li > a:hover {
  color: #777;
}

.form-search {
  margin: 15px 0;
}
.form-search .input-group-search {
  width: 30%;
  min-width: 275px;
}
.form-search .input-group-search .input-group-addon {
  min-width: 0;
  width: 40px;
  border: 1px solid #dde6e9;
  border-left: 0;
}

.panel--survey {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel--survey:after {
  content: "";
  display: block;
  clear: both;
}

.survey-item_heading .date,
.survey-item_heading .number,
.survey-item_heading .name {
  display: inline-block;
  font-weight: 600;
}

.survey-item_heading .date,
.survey-item_heading .number {
  margin-right: 0.5em;
}

.survey-item_heading .name {
  font-size: 1.2em;
}

.survey-item_body {
  margin-top: 20px;
}

.survey-item .btn-toggle:not(.btn-link) {
  min-width: 140px;
  background-color: #fff;
  border: 2px solid #1e9cc4;
  color: #1e9cc4;
}
.survey-item .btn-toggle .position2 {
  display: none;
}
.survey-item .btn-toggle.active .position1 {
  display: none;
}
.survey-item .btn-toggle.active .position2 {
  display: inline-block;
}
.survey-item .btn-toggle em {
  margin-left: 0.5em;
}
.survey-item .btn-toggle:not(.btn-link):hover {
  color: #fff;
  background-color: #1e9cc4;
}

.survey-item table tr {
  display: table-row !important;
}

.print-document-item {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.print-document-item-title {
  font-weight: bold;
  padding-top: 10px;
}

.print-document-item .btn-toggle em {
  margin-left: 0.5em;
}

.print-document-options-container {
  font-size: 12px;
}

.print-document-options-toggle em {
  margin-left: 0.5em;
  font-size: 12px !important;
}

.prof-exam-item {
  margin-bottom: 5px;
  border: 1px solid #ddd;
}

.prof-exam-item .btn-toggle em {
  margin-left: 0.5em;
}

.nav-wrapper .nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-wrapper .nav.navbar-nav .dropdown-menu--header {
  width: auto;
  min-width: 400px;
  max-height: none;
  margin-top: 15px;
  margin-right: -30px;
}
.nav-wrapper .nav.navbar-nav .dropdown .icon-toggle {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.nav-wrapper .nav.navbar-nav .dropdown.open .icon-toggle {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #fff transparent;
}

.nav-wrapper .icon-arrow-right {
  display: none;
}

.aside-collapsed .icon-arrow-left {
  display: none;
}

.aside-collapsed .icon-arrow-right {
  display: inline-block;
}

.link {
  background-color: transparent;
  font-size: inherit;
  padding: 0;
  border: 0;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

#user-block-toggle,
.user-block-toggle {
  padding: 0;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#user-block-toggle .user-pic,
.user-block-toggle .user-pic {
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0;
}
#user-block-toggle .user-info,
.user-block-toggle .user-info {
  margin: 0;
  margin-left: 5px;
}
#user-block-toggle .user-block-name,
.user-block-toggle .user-block-name {
  font-size: 14px;
  font-weight: 600;
}
#user-block-toggle .user-block-role,
.user-block-toggle .user-block-role {
  display: block;
  font-size: 12px;
}

.dropdown-menu--header {
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: visible !important;
}
.dropdown-menu--header .heading {
  position: relative;
  padding: 15px;
  background-color: #1e9cc4;
  color: #fff;
  font-size: 16px;
}
.dropdown-menu--header .heading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1e9cc4 transparent;
}
.dropdown-menu--header .heading--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dropdown-menu--header .heading .link {
  font-size: 14px;
}
.dropdown-menu--header ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu--header .user-control {
  font-size: 14px;
  text-transform: uppercase;
  background: #f8f8f8;
  padding: 10px;
  padding-left: 15px;
  color: #333;
}
.dropdown-menu--header .user-control_list {
  color: #333;
}
.dropdown-menu--header .user-control_list li {
  padding: 0 10px 10px 30px;
}
.dropdown-menu--header .user-control_list li a {
  color: inherit;
  cursor: pointer;
}
.dropdown-menu--header .user-control_list li a:hover {
  text-decoration: none;
  color: #34bde7;
}
.dropdown-menu--header .user-block-toggle .user-pic {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.notification {
  display: table;
  width: 100%;
  padding: 5px 0;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}
.notification .icon {
  display: table-cell;
  font-size: 27px;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  width: 70px;
  color: #828282;
}
.notification .info {
  display: table-cell;
  vertical-align: middle;
}
.notification .info .text {
  display: block;
  font-size: 14px;
}
.notification .info .date {
  font-size: 12px;
  color: #828282;
}
.notification:hover {
  text-decoration: none;
  color: #333;
}
.notification.unread {
  position: relative;
  background-color: #f8f8f8;
}
.notification.unread:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ac800;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  margin-right: 5px;
}

.see-all {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

@media only screen and (max-width: 567px) {
  #user-block-toggle .user-info {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-wrapper .nav.navbar-nav .dropdown-menu--header {
    margin-right: 0;
    margin-top: 0;
    min-width: 0;
  }
  .dropdown-menu--header .heading:before {
    display: none;
  }
  .nav-wrapper .nav > li.bg-brand-dark {
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .navbar.topnavbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar.topnavbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #1e9cc4;
  }
  .nav-wrapper {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-wrapper:before,
  .nav-wrapper:after {
    display: none;
  }
  .nav-wrapper .nav.navbar-nav {
    font-size: 18px;
  }
  .nav-wrapper .nav > li {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-wrapper .nav > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .nav-wrapper .select-language + .select2-container {
    margin: 0;
  }
  .navbar-right {
    margin-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .topnavbar .navbar-nav > .open > a,
  .topnavbar .navbar-nav > .open > a:hover,
  .topnavbar .navbar-nav > .open > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #user-block-toggle .user-info {
    display: none;
  }
}

.report-list h4 {
  font-size: 21px;
  font-weight: 400;
  color: #333;
}

.report-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #cfdbe2;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.report-list a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: 7px 13px 25px rgba(64, 51, 120, 0.4);
  box-shadow: 7px 13px 25px rgba(64, 51, 120, 0.4);
}
.report-list a .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

.report-list .icon--left {
  display: block;
  height: 80px;
}

.report-list .icon--right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828282;
  font-size: 20px;
}

.report-list .default {
  background: url(../img/medstar/icons/home-call.svg) no-repeat 0 0;
  background-size: 46px;
}

.report-list .doctor-appointments {
  background: url(../img/medstar/icons/doctor-appointments.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .department-appointments {
  background: url(../img/medstar/icons/department-appointments.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .urgent-appointments {
  background: url(../img/medstar/icons/urgent-appointments.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .telemed-incoming {
  background: url(../img/medstar/icons/telemed-incoming.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .telemed-outgoing {
  background: url(../img/medstar/icons/telemed-outgoing.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .diagnoses {
  background: url(../img/medstar/icons/diagnoses.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .fluorography {
  background: url(../img/medstar/icons/fluorography.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .sick-leaves {
  background: url(../img/medstar/icons/sick-leaves.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .observation {
  background: url(../img/medstar/icons/observation.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .benefit-categories {
  background: url(../img/medstar/icons/benefit-categories.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .dentist {
  background: url(../img/medstar/icons/dentist_grey_1.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .by-country {
  background: url(../img/medstar/icons/by-country.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .by-appointments {
  background: url(../img/medstar/icons/by-appointments.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ehealth-doctors {
  background: url(../img/medstar/icons/ehealth-doctors.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ehealth-declarations {
  background: url(../img/medstar/icons/ehealth-declarations.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ehealth-city-declarations {
  background: url(../img/medstar/icons/ehealth-city-declarations.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ehealth-phones {
  background: url(../img/medstar/icons/ehealth-phones.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ehealth-dead-patients {
  background: url(../img/medstar/icons/ehealth-dead-patients.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ehealth-referrals-report {
  background: url(../img/medstar/icons/ehealth-referrals-report.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .appointment {
  background: url(../img/medstar/icons/appointment.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .home-call {
  background: url(../img/medstar/icons/home-call.svg) no-repeat 0 0;
  background-size: 46px;
}

.report-list .telemed {
  background: url(../img/medstar/icons/telemed.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .vaccination {
  background: url(../img/medstar/icons/vaccination.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .urine {
  background: url(../img/medstar/icons/zranalizov-urine.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .ambulatory-patients {
  background: url(../img/medstar/icons/ambulatory-patients.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .medical-history {
  background: url(../img/medstar/icons/medical-history.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .icon.icon--left.small {
  border-right: 0;
  background-size: 30px;
}

.report-list .x-ray-diary {
  background: url(../img/medstar/icons/x-ray-diary.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .procedures {
  background: url(../img/medstar/icons/procedures.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .procedure-register {
  background: url(../img/medstar/icons/procedure-register.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .registrar-register {
  background: url(../img/medstar/icons/registrar.svg) no-repeat 0 0;
  background-size: 65px;
}

.report-list .incapacity-sheet-report{
  background: url(../img/medstar/medical-form-icon.svg) no-repeat 0 0 ;
  background-size: 50px;
  fill: #C0C0C0;
}
.report-list .icomoon-card {
  font-size: 16px;
}

.report-list .icon.icon--left.small {
  border-right: 0;
  background-size: 30px;
}

@media (max-width: 767px) {
  .nav-wrapper .nav.navbar-nav .dropdown-menu--header {
    margin-right: 0;
    margin-top: 0;
    min-width: 0;
  }
  .dropdown-menu--header .heading:before {
    display: none;
  }
  .nav-wrapper .nav > li.bg-brand-dark {
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .navbar.topnavbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar.topnavbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #1e9cc4;
  }
  .nav-wrapper {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-wrapper:before,
  .nav-wrapper:after {
    display: none;
  }
  .nav-wrapper .nav.navbar-nav {
    font-size: 18px;
  }
  .nav-wrapper .nav > li {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-wrapper .nav > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .nav-wrapper .select-language + .select2-container {
    margin: 0;
  }
  .navbar-right {
    margin-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
  .topnavbar .navbar-nav > .open > a,
  .topnavbar .navbar-nav > .open > a:hover,
  .topnavbar .navbar-nav > .open > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #user-block-toggle .user-info {
    display: none;
  }
}

.report-list {
  padding: 0;
  list-style: none;
}
.report-list li {
  display: block;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #333;
}
.report-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.report-list li a:hover {
  text-decoration: none;
  color: #34bde7;
  background-color: #f8f8f8;
}
.report-list li a .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 5px 10px;
}
.report-list li + li {
  margin-top: 10px;
}
.report-list li .icon {
  width: 50px;
  font-size: 26px;
  padding: 5px 10px;
  text-align: center;
}
.report-list li .icon--left {
  color: #828282;
  border-right: 1px solid #f2f2f2;
}
.report-list li .icon--right {
  color: #bdbdbd;
  border-left: 1px solid #f2f2f2;
}

.additional-filters-btn .additional-filters-btn-text-close {
  display: none;
}

.additional-filters-btn.collapsed .additional-filters-btn-text-close {
  display: inline;
}

.additional-filters-btn .additional-filters-btn-text-open {
  display: inline;
}

.additional-filters-btn.collapsed .additional-filters-btn-text-open {
  display: none;
}

#immunization-plan-report-panel, #ereferrals-report-panel {
  padding: 10px;
  margin: 10px 15px;
  background-color: #afcad2;
}

#ereferrals-report-panel .btn-cancel {
  min-width: initial;
}

.filter-group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#id_appointment_button {
  display: inline-block;
}

#other-organization {
  width: 100%;
}

.block-start .status {
  display: inline-block;
  font-size: 12px;
  color: #909fa7;
}
.block-start .status:before {
  content: "";
  display: inline-block;
  margin-bottom: 1.5px;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.block-start.ready .status:before {
  background: #80c922;
}

.block-start.unready .status:before {
  background: #eb5757;
}

.block-start.unready .btn.disabled {
  opacity: 1;
  pointer-events: none;
  background-color: #e0e0e0;
  color: #bdbdbd;
}

.patient-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.patient-details__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 15px;
}
.patient-details__item p {
  margin: 5px 0;
}
.patient-details--width-fourth {
  width: 25%;
}
.patient-details--width-half {
  width: 50%;
}
.patient-details .phone-container {
  font-weight: bold;
}

.webrtc-player .custom-green {
  color: #18aea1 !important;
}

.webrtc-player select {
  display: block;
}

.webrtc-player .clearfix {
  clear: both;
}

.webrtc-player .clearfix::after,
.webrtc-player .clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.webrtc-player .custom-red {
  color: #e06275 !important;
}

.webrtc-player .display-none {
  display: none;
}

.webrtc-player .turn-button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.webrtc-player .show-block {
  display: block !important;
  opacity: 1 !important;
  background: transparent !important;
}

.webrtc-player .block-arrow {
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.webrtc-player html,
.webrtc-player body {
  width: 100%;
  height: 100%;
}

.webrtc-player .main-wrapper {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0;
  padding-top: 0px;
}

.webrtc-player .remote-videos {
  width: 100%;
  position: relative;
}

.webrtc-player .remote-videos video {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.webrtc-player .remote-video-controls {
  position: absolute;
  background-color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.webrtc-player .remote-video-controls .volume-bar {
  max-width: 120px;
}

.webrtc-player .remote-video-controls .play-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -56px;
}

.webrtc-player .remote-video-wrapper.full-screen .remote-video-controls {
  position: absolute;
  z-index: 10000000000;
  width: 100%;
  bottom: 0;
}

.webrtc-player input[type="range"] + .thumb {
  display: none;
}

.webrtc-player body main .join-button {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.webrtc-player body main .join-button:hover {
  background: rgba(255, 255, 255, 0.4);
}

.webrtc-player body main .join-button span {
  color: #fff;
  text-shadow: none;
  font-size: 17px;
  display: inline-block;
  margin-left: 10px;
}

.webrtc-player button .custom-icon {
  font-size: 35px;
}

.webrtc-player .remote-video-controls button {
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 60px;
  text-align: center;
}

#setModal.in {
  justify-content: center;
  display: flex !important;
  align-items: center;
}

.webrtc-player .local-video-wrapper {
  width: 150px;
  height: 100px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 100;
}

.webrtc-player .remote-video-wrapper video {
  object-fit: cover;
  border-radius: 5px;
}
.video-btn.full-screen {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.video-btn.full-screen.blue-back-for-button {
  background: #e16376;
}
.video-btn.settings-button {
  position: absolute;
  top: 8px;
  left: 8px;
}
.webrtc-player .local-video-wrapper video {
  width: 100%;
  object-fit: cover;
  /*height: 100%;*/
  background-color: transparent !important;
}

.webrtc-player.is-setup-page .main-wrapper {
  padding: 0;
}

.webrtc-player.is-setup-page .local-video-wrapper {
  position: static;
  width: auto;
  height: 500px;
  padding: 20px 20px 100px 20px;
  background-color: #4f4f4f;
}

.webrtc-player.is-setup-page .remote-video-wrapper-main {
  display: none;
}

.webrtc-player .custom-modal {
  width: 100%;
  max-width: 500px;
}

.webrtc-player .custom-modal .modal-content {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px;
}

.webrtc-player .custom-modal .modal-footer .accept {
  text-transform: none;
  background: #18aea1;
}

.webrtc-player .custom-modal .modal-footer .reject {
  text-transform: none;
  background: #e06275;
}

.webrtc-player .selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.webrtc-player .select-wrapper {
  width: 32%;
  margin-right: 2%;
}
.webrtc-player .select-wrapper:last-child {
  margin-right: 0;
}

.webrtc-player .select-bandwidth-wrapper {
  width: 100%;
  max-width: 110px;
  display: inline-block;
  margin-left: 20px;
}

.webrtc-player video::-webkit-media-controls {
  display: none !important;
}

.webrtc-player video::-webkit-media-controls-enclosure {
  display: none !important;
}

.webrtc-player .local-video-actions {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.webrtc-player .local-video-actions:hover {
  opacity: 1;
}

.webrtc-player .local-video-actions button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: transparent;
  padding: 10px;
}

.webrtc-player .local-video-actions button:focus {
  background-color: transparent !important;
}

.webrtc-player select:hover {
  cursor: pointer;
}

.webrtc-player .custom-icon-local {
  font-size: 30px;
  color: #ffffff;
}

.webrtc-player .remote-video-wrapper-main {
  /*height: 100vh;*/
}

.webrtc-player .is-doctor-page .remote-video-wrapper-main .remote-video-wrapper {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
}

.webrtc-player .remote-video-wrapper-main .remote-video-wrapper {
  object-fit: cover;
  width: 100%;
}

/*.webrtc-player .remote-video-wrapper-main.count-1 .remote-video-wrapper video {*/
/*  height: 100%; }*/

.webrtc-player .remote-video-wrapper-main.count-2 .remote-video-wrapper video {
  height: 100%;
}

.webrtc-player .remote-video-wrapper-main.count-2 .remote-video-wrapper {
  width: calc(50% - 2.5px);
  display: block;
  float: left;
}

.webrtc-player .remote-video-wrapper-main.count-2 .remote-video-wrapper:first-child {
  margin-right: 5px;
}

.webrtc-player .remote-video-wrapper-main.count-4 .remote-video-wrapper {
  width: calc(50% - 2.5px);
  display: block;
  float: left;
  height: calc(50vh - 50px);
}

.webrtc-player .remote-video-wrapper-main.count-4 .remote-video-wrapper video {
  height: calc(50vh - 50px);
}

.webrtc-player .remote-video-wrapper-main.count-4 .remote-video-wrapper:nth-child(2n + 1) {
  margin-right: 5px;
}

.webrtc-player .remote-video-wrapper-main.count-4 .remote-video-wrapper:nth-child(3),
.webrtc-player .remote-video-wrapper-main.count-4 .remote-video-wrapper:nth-child(4) {
  margin-top: 5px;
}

.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper {
  width: calc(33.33333% - 3.3333px);
  display: block;
  float: left;
  height: calc(50vh - 50px);
}

.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper video {
  height: calc(50vh - 50px);
}

.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(4),
.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(5),
.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(6) {
  margin-top: 5px;
}

.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(1),
.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(2),
.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(4),
.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper:nth-child(5) {
  margin-right: 5px;
}

.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper {
  width: calc(25% - 3.75px);
  display: block;
  float: left;
  height: calc(50vh - 50px);
}

.webrtc-player .remote-video-wrapper-main.count-6 .remote-video-wrapper video {
  height: calc(50vh - 50px);
}

.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(5),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(6),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(7),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(8) {
  margin-top: 5px;
}

.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(1),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(2),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(3),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(5),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(6),
.webrtc-player .remote-video-wrapper-main.count-8 .remote-video-wrapper:nth-child(7) {
  margin-right: 5px;
}

.webrtc-player.small-size .remote-video-wrapper video {
  max-height: 250px;
}

.webrtc-player.small-size .local-video-wrapper {
  max-width: 75px;
  max-height: 50px;
  right: 15px;
  top: 15px;
}

.toast-message {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  z-index: 150;
  position: absolute;
  top: 150px;
  right: 50px;
}

.toast-message.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 180px;
    opacity: 0;
  }
  to {
    top: 150px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 180px;
    opacity: 0;
  }
  to {
    top: 150px;
    opacity: 1;
  }
}

.video-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}

.video-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #949494;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 4px;
}
.video-btn .icomoon-microphone,
.video-btn .icomoon-full-screen {
  font-size: 1.4em;
}
.video-btn .icomoon-pnone-horiz {
  font-size: 0.8em;
}
.video-btn.btn-connect {
  color: #fff;
}
.video-btn .icomoon-camera {
  font-size: 14px !important;
}
.video-btn .icomoon-pnone-horiz {
  font-size: 10px !important;
}

.video-btn.blue-back-for-button.full-screen {
  color: #ffffff;
}

.blue-back-for-button {
  background: #56bfe7;
}

.video-btn.red-back-for-button {
  background-color: #eb5757;
  color: #fff;
}

/*.webrtc-player.is-doctor-page.col-sm-5:hover .video-buttons {*/
/*  opacity: 1; }*/

.webrtc-player.is-doctor-page.col-sm-5 .video-buttons {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}

.webrtc-player.is-doctor-page.col-sm-5 .select-wrapper {
  margin-bottom: 10px;
}

.webrtc-player.col-sm-12 .remote-videos,
.webrtc-player.panel .remote-videos {
  height: 100%;
  background-color: #ffffff;
}

.webrtc-player.col-sm-5 .remote-videos {
  height: 100%;
  background-color: #ffffff;
  max-height: 250px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.pt11 {
  padding-top: 11px;
}

.num-input {
  margin: 0 !important;
}
.num-input .custom-number-input {
  display: inline;
  width: calc(100% - 40px);
  margin-left: 5px;
}
.num-input label {
  display: inline;
  margin: 0;
  padding: 0;
  max-width: 25px;
  overflow: hidden;
}

.is-patient .webrtc-selects {
  margin-top: 25px;
}

.webrtc-selects label {
  font-weight: bold;
}

.webrtc-selects .select2-selection__clear {
  display: none;
}

.modal-body .webrtc-selects .select-wrapper {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1550px) {
  .webrtc-player.is-doctor-page.small-size .video-btn {
    width: 30px !important;
    height: 30px !important;
  }
  .webrtc-player.is-doctor-page.small-size .video-btn .icomoon-microphone {
    font-size: 18px;
  }
  .webrtc-player.is-doctor-page.small-size .video-btn .icomoon-camera {
    font-size: 12px !important;
  }
  .webrtc-player.is-doctor-page.small-size .video-btn .icomoon-full-screen {
    font-size: 17px !important;
  }
  .webrtc-player.is-doctor-page.small-size .video-btn .icomoon-pnone-horiz {
    font-size: 9px !important;
  }
}

.webrtc-player.is-doctor-page .remote-video-wrapper-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

.webrtc-player.is-doctor-page.small-size .remote-video-wrapper-main {
  min-height: 200px;
}

.webrtc-player.is-doctor-page .remote-video-wrapper-main {
  min-height: 600px;
}
.webrtc-player.is-doctor-page .remote-video-wrapper-main .remote-video-wrapper {
  max-height: 600px;
}

@media only screen and (max-width: 1650px) {
  .webrtc-player.is-doctor-page.small-size .remote-video-wrapper-main {
    min-height: 170px;
  }
  .webrtc-player.is-doctor-page .remote-video-wrapper-main {
    min-height: 500px;
  }
  .webrtc-player.is-doctor-page .remote-video-wrapper-main .remote-video-wrapper {
    max-height: 500px;
  }
}

@media only screen and (max-width: 1450px) {
  .webrtc-player.is-doctor-page.small-size .remote-video-wrapper-main {
    min-height: 140px;
  }
  .webrtc-player.is-doctor-page .remote-video-wrapper-main {
    min-height: 400px;
  }
  .webrtc-player.is-doctor-page .remote-video-wrapper-main .remote-video-wrapper {
    max-height: 400px;
  }
}

@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }
  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
}

.db {
  display: block !important;
}

.dn {
  display: none !important;
}

.video-preloader-block {
  width: 100%;
  background-color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  border-radius: 5px;
}
.video-preloader-block .video-preloader-block-centered {
  margin: auto;
  text-align: center;
}
.video-preloader-block .pulse {
  height: 80px;
  width: 200px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.video-preloader-block .pulse::after {
  content: "";
  display: block;
  background: url("../img/pulse.svg") 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: 2s pulse linear infinite;
  animation: 2s pulse linear infinite;
  clip: rect(0, 0, 100px, 0);
}
.video-preloader-block .pulse.blue::after {
  -webkit-animation: 10s pulse linear infinite;
  animation: 10s pulse linear infinite;
}
.video-preloader-block .pulse::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  bottom: 0;
  top: 16px;
  margin: auto;
  height: 3px;
}
.video-preloader-block .text {
  margin-top: 15px;
  font-size: 14px;
  color: #ffffff;
}

.request-author .media-box-heading {
  font-size: 86%;
}

.request-doctor .media-box-heading {
  font-size: 86%;
}

.add-reference-form-actions {
  text-align: right;
}
.add-reference-form-actions .btn-acting {
  margin-left: 5px;
}

.add-reference-form-form .col-sm-6 {
  padding: 0;
}
.add-reference-form-form .col-sm-6 label {
  width: 35%;
  display: inline-block;
}
.add-reference-form-form .col-sm-6 input {
  width: 60%;
  display: inline-block;
}

.add-reference-reference {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.tal {
  text-align: left;
}

.ml2p {
  margin-left: 2%;
}

.mb10 {
  margin-bottom: 10px;
}

.ml15 {
  margin-left: 15px;
}

.p0 {
  padding: 0;
}

.person + .person {
  margin-top: 10px;
}

.person:hover {
  text-decoration: none;
}

label.check-remove span {
  border-color: transparent;
}
label.check-remove span:before {
  opacity: 1;
  color: #f05050;
}

label.check-remove:hover span {
  border-color: #f05050;
}

#formset-emergency_phone .panel-body {
  padding-top: 0;
}

.modal-attention {
  background: #f7f7f7;
  padding: 20px;
  font-size: 14px;
  color: #5a5a5a;
}
.modal-attention.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.modal-attention button.close {
  font-size: 1em;
}
.modal-attention h4 {
  margin: 1em 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.modal-attention .promo img {
  max-width: 100px;
}

@media (min-width: 768px) {
  .modal-attention {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    background: rgba(247, 247, 247, 0.8);
    z-index: 1000;
  }
}

.patient-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.patient-details__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 15px;
}
.patient-details__item p {
  margin: 5px 0;
}
.patient-details--width-fourth {
  width: 25%;
}
.patient-details--width-half {
  width: 50%;
}
.patient-details .phone-container {
  font-weight: bold;
}

.pharmacy-order {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 10px 0;
  padding: 10px 0;
}
.pharmacy-order__price {
  font-weight: bold;
  font-size: 32px;
  color: #3b9cc4;
  display: inline-block;
}
.pharmacy-order__price small {
  font-weight: 400;
  font-size: 12px;
}
.pharmacy-order__pack-format {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 12px;
  color: #828282;
  margin-left: 1em;
}
.pharmacy-order__form label,
.pharmacy-order__form .label-text {
  display: inline-block;
  font-size: 12px;
  color: #828282;
}
.pharmacy-order__form .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.pharmacy-order__form .form-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.product-counter .spin-button {
  display: inline-block;
  font-size: 18px;
  width: 1.2em;
  text-align: center;
  color: #7799ad;
  cursor: pointer;
  background: none;
  border: none;
}
.product-counter input {
  width: 50px;
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
}
.product-counter input::-webkit-outer-spin-button,
.product-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-counter label {
  margin-right: 0;
}
.product-counter p {
  white-space: nowrap;
}

.pharmacy-cart__table {
  width: 100%;
}
.pharmacy-cart__table thead th {
  font-weight: 400;
  color: #828282;
  font-size: 12px;
  padding: 6px;
}
.pharmacy-cart__table tbody td {
  padding: 6px;
  vertical-align: middle;
  border-bottom: 1px solid #f2f2f2;
}
.pharmacy-cart__table tbody tr:last-child td {
  border-bottom: 0;
}

.pharmacy-cart-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pharmacy-cart-item__description p {
  margin: 0;
  padding-left: 0.5em;
}

.pharmacy-cart-item__img {
  width: 80px;
  height: 80px;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pharmacy-cart-item__img img {
  max-width: 100%;
  max-height: 100%;
}

.pharmacy-cart-item .counter p {
  margin: 0;
}

.pharmacy-cart-item .pharmacy-cart-item-remove {
  color: #7799ad;
}

.pharmacy-product-list {
  margin-top: 15px;
}
.pharmacy-product-list .pharmacy-product-image img {
  max-width: 100%;
  max-height: 150px;
}

.pharmacy-product {
  margin-bottom: 10px;
  padding: 15px 0;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.15);
}
.pharmacy-product .icon-flat {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
}
.pharmacy-product .pharmacy-order__price {
  font-size: 24px;
}
.pharmacy-product:hover {
  border-color: #34bde7;
}

.pharmacy-product-controls {
  max-width: 150px;
  margin-left: auto;
}
.pharmacy-product-controls .btn {
  width: 100%;
  margin-bottom: 10px;
}
.pharmacy-product-controls .btn .icon {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
}
.pharmacy-product-controls .btn .icon.icon-left {
  margin-right: 0.5em;
}

.pharmacy-order-item-image {
  text-align: center;
}
.pharmacy-order-item-image img {
  max-width: 50px;
  max-height: 50px;
}

#pharmacy-order-list .block-action-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#pharmacy-order-list .block-action-holder {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 15px rgba(0, 0, 0, 0.15);
}
#pharmacy-order-list .block-action-holder .btn {
  display: block;
  text-align: left;
  margin: 0;
}
#pharmacy-order-list .block-action-holder .btn .icon {
  width: 22px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
#pharmacy-order-list .block-action-holder .btn .icon.icomoon-eye {
  font-size: 12px;
}
#pharmacy-order-list .block-action-holder .btn + .btn {
  margin-top: 10px;
}
#pharmacy-order-list .block-action-holder.is-open {
  display: block;
  z-index: 10;
}

#pharmacy-order-list .block-action-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#pharmacy-order-list .block-action-button .icon {
  margin: 0;
  color: #c4c4c4;
}
#pharmacy-order-list .block-action-button.is-active {
  background-color: #8daab4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pharmacy-order-list .block-action-button.is-active .icon {
  color: #fff;
}

#pharmacy-order-list tr:nth-last-child(2) .block-action-holder {
  top: auto;
  bottom: 0;
  right: 100%;
}

#pharmacy-order-list table tbody tr:last-child .block-action-holder {
  top: auto;
  bottom: 100%;
}

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

.error-field input,
.error-field .Select-control {
  border: 1px solid red;
}

.error-field .Select-control input {
  border: none !important;
}

.is-loaded {
  position: relative;
}
.is-loaded:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
}
.is-loaded:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 87px;
  z-index: 30;
  background: url("../img/pulse.svg") 0 0 no-repeat;
  -webkit-animation: 2s pulse linear infinite;
  animation: 2s pulse linear infinite;
  clip: rect(0, 0, 100px, 0);
}

#sign-div.is-loaded:before {
  top: -10px;
  left: -15px;
  right: -15px;
  bottom: -15px;
}

.pl-20 {
  padding-left: 20px;
}

.meter {
  width: 100%;
  height: 20px;
  position: relative;
  background: #e3f0f4;
  border-radius: 10px;
  padding: 2px;
}

.meter .line {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#72c7e7), to(#6fc1bf));
  background-image: -webkit-linear-gradient(left, #72c7e7 0%, #6fc1bf 100%);
  background-image: -o-linear-gradient(left, #72c7e7 0%, #6fc1bf 100%);
  background-image: linear-gradient(90deg, #72c7e7 0%, #6fc1bf 100%);
  position: relative;
  overflow: hidden;
}

.meter .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #333;
}

.ecp {
  color: #333;
}

.ecp .table-no-border > tbody > tr > td {
  border: 0;
}

.ecp .color-light {
  color: #828282;
}

.ecp .logo {
  margin: 24px auto;
}

.ecp__panel .panel-heading {
  padding: 17px 15px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9fcfd;
  font-size: 20px;
  color: #96999a;
}

.ecp__panel .panel-footer {
  border-top: 1px solid #e0e0e0;
  background-color: #f9fcfd;
}

.ecp__panel .panel-footer .title {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.ecp__panel .panel-footer .title .icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 33px;
  color: #afcad3;
}

.ecp__info {
  font-size: 13px;
  color: #333;
}

.ecp__info .title {
  font-size: 14px;
  color: #333333;
}

.ecp__info table > tbody > tr > td {
  padding: 8px 15px;
  vertical-align: top;
}

.ecp__info .checkbox-agree input {
  display: none;
}

.ecp__info .checkbox-agree input + label {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.ecp__info .checkbox-agree input + label:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #5d9cec;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.ecp__info .checkbox-agree input + label .icon {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 10px;
  color: #fff;
  opacity: 0;
}

.ecp__info .checkbox-agree input:checked + label:before {
  background-color: #5d9cec;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.ecp__info .checkbox-agree input:checked + label .icon {
  opacity: 1;
}

.ecp .meter {
  max-width: 507px;
  margin: 25px auto;
}

.ecp__action {
  border-top: 1px solid #e0e0e0;
}

.ecp__card {
  margin: 50px auto 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.ecp__card .card-header {
  position: relative;
  padding: 5px 15px;
  padding-top: 40px;
  background-color: #f9fcfd;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.ecp__card .card-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #f9fcfd;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.ecp__card .card-icon img {
  max-width: 100%;
  max-height: 100%;
}

.ecp__card .card-name {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.ecp__card .card-title {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.ecp__card .card-body {
  padding: 5px;
  padding-bottom: 15px;
}

.ecp__card .card-body .table-no-border {
  font-size: 14px;
}

.ecp__card .card-body .table-no-border td {
  padding: 5px;
}

.ecp__card .card-body .table-no-border .font-small {
  font-size: 12px;
}

.ecp__card .btn-border {
  border-width: 1px;
  font-weight: 400;
}

.ecp__card--form .card-body {
  padding: 24px;
}

.ecp__card--form .card-icon {
  font-size: 50px;
  line-height: 76px;
  color: #959595;
}

.ecp__card--form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2d9cdb;
  color: white;
}

.ecp__card--form .select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
  height: 48px;
}

.ecp__card--form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  height: 46px;
  color: #333;
  font-size: 14px;
}

.ecp__card--form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-weight: 400;
  color: #bdbdbd;
}

.ecp__card--form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.ecp__card--form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #828282 transparent transparent transparent;
}

.ecp__card--form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #2d9cdb;
}

.ecp__card--form
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #828282 transparent;
}

.ecp__card--form .form-group {
  margin: 0;
  margin-bottom: 16px;
}

.ecp__card--form .form-group:last-child {
  margin-top: 32px;
  margin-bottom: 8px;
}

.main-login-panel #confirm-ksp-block,
#confirm-ksp-block .card-body{
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ecp__card--form #pkKeyCloudBlock .form-group:last-child,
.ecp__card--form #pkKeyMediaBlock .form-group:last-child {
  margin: 0;
  margin-bottom: 16px;
}

.ecp__card--form .form-control {
  border-color: #d9d9d9;
  height: 48px;
  padding-left: 16px;
  color: #333;
  font-size: 14px;
}

.ecp__card--form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ecp__card--form .input-group .form-control {
  border-right: 0;
}

.ecp__card--form .input-group.med-password .icomoon-lock {
  font-size: 20px;
  color: #bdbdbd;
}

.ecp__card--form .input-group.med-password .icomoon-check {
  font-size: 15px;
  color: #7ac800;
}

.ecp__card--form .input-group.med-password .icon-success {
  display: none;
}

.ecp__card--form .input-group-addon:last-child {
  position: relative;
  width: 48px;
  padding: 11px 12px;
  min-width: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-color: #d9d9d9;
  border-left: 0;
}

.ecp__card--form .input-group-addon:last-child:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background-color: #eaeaea;
}

.ecp__card--form .input-group-addon:last-child .icomoon-download-ecp {
  font-size: 24px;
  color: #7197ac;
}

.ecp__card--success .card-icon {
  font-size: 33px;
  line-height: 70px;
  color: #7ac800;
}

.ecp__card--fail .card-icon {
  font-size: 27px;
  line-height: 70px;
  color: #e1261a;
}

.ecp__card .text--success {
  font-size: 14px;
  color: #7ac800;
}

.ecp__card .text--fail {
  font-size: 14px;
  color: #e1261a;
}

.select2-dropdown {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}

.select2-results__option {
  padding-left: 15px;
}

.input-group--file {
  position: relative;
}

.input-group--file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.input-group--file .placeholder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #d9d9d9;
  border-right: 0;
  height: 48px;
  padding: 15px 5px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #828282;
}

.input-group--file .placeholder.chosen {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.form-control--file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.filter-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filter-nav__item {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-right: -1px;
  min-width: 106px;
  font-size: 14px;
  color: #333;
  border: 1px solid #bdbdbd;
  text-align: center;
  cursor: pointer;
}
.filter-nav__item.active,
.filter-nav__item.active:hover,
.filter-nav__item.active:focus,
.filter-nav__item:hover {
  background-color: #b2cad3;
}

.drag-field {
  width: 100%;
}
.drag-field .column-left,
.drag-field .column-right {
  width: 50%;
}
.drag-field .column-center {
  padding: 0 0.5em;
  font-size: 16px;
}
.drag-field .column-center .icon {
  color: #7c9aaf;
}

.drag-box {
  border: 1px solid #e0e0e0;
}
.drag-box--fix-height {
  height: 160px;
  overflow-y: auto;
}

.drag-item {
  margin: 0;
  padding: 10px 5px;
}
.drag-item:nth-child(2n + 2) {
  background-color: rgba(242, 242, 242, 0.6);
}
.drag-item:before {
  content: "\e93c";
  font-family: "icomoon";
  color: #c4c4c4;
  display: inline-block;
  margin-right: 10px;
}

.draggable {
  cursor: pointer;
}

.episode-details table tr :not('#id_episode_start_date') {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.episode-details table td {
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.episode-details table td.med-card-small {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.picky {
  width: 100%;
  position: relative;
}

.picky * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.picky__input {
  width: 100%;
  background-color: white;
  border: 0;
  border-width: 1px;
  border-color: #eee;
  border-style: solid;
  border-radius: 2px;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
}

.picky__dropdown {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  top: 39px;
  width: 6em;
}

.picky__dropdown .option,
.picky__dropdown li {
  list-style: none;
  background-color: white;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  padding: 0.5em;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.picky__dropdown .option:hover,
.picky__dropdown li:hover {
  background-color: #ecf0f1;
}

.picky__dropdown .option.selected,
.picky__dropdown li.selected {
  background-color: #ecf0f1;
}

.picky__dropdown .option input[type="checkbox"],
.picky__dropdown .option input[type="radio"],
.picky__dropdown li input[type="checkbox"],
.picky__dropdown li input[type="radio"] {
  margin-right: 3px;
}

.picky__dropdown .option input[type="checkbox"] {
  display: none;
}

.picky__dropdown .option:before {
  content: "\e942";
  font-family: "icomoon";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  color: transparent;
  line-height: 16px;
  font-size: 8px;
  text-align: center;
}

.picky__dropdown .option.selected:before {
  background: #2d9cdb;
  color: #fff;
}

.picky__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3px;
}

.picky__filter__input {
  width: 100%;
  padding: 3px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  height: 30px;
}

.picky__placeholder {
  font-size: 10px;
  background: #edf1f2;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}

.table-scroll-fix {
  position: relative;
  overflow: hidden;
  width: 800px;
  max-width: 1430px;
}

/*thead*/
.table-scroll-fix thead {
  position: relative;
  display: block;
  /*seperates the header from the body allowing it to be positioned*/
  width: 800px;
  max-width: 1430px;
  overflow: visible;
}

.table-scroll-fix > thead > tr > th {
  background-color: #ffffff;
  min-width: 170px;
}

.table-scroll-fix thead th:nth-child(1) {
  /*first cell in the header*/
  position: relative;
  display: block;
  /*seperates the first cell in the header from the header*/
  width: 220px;
  height: 50px;
  margin-bottom: -1px;
}

/*tbody*/
.table-scroll-fix tbody {
  position: relative;
  display: block;
  /*seperates the tbody from the header*/
  width: 800px;
  max-width: 1430px;
  height: 600px;
  overflow: scroll;
  overflow-x: auto;
}

.table-scroll-fix tbody td {
  min-width: 170px;
  width: 170px;
  background-color: #ffffff;
}

.table-scroll-fix tbody tr td:nth-child(1) {
  /*the first cell in each tr*/
  position: relative;
  min-width: 220px;
  z-index: 10;
}

@media (min-width: 1200px) {
  .table-scroll-fix,
  .table-scroll-fix tbody,
  .table-scroll-fix thead {
    max-width: 100%;
  }
}

@media (min-width: 1680px) {
  .table-scroll-fix > thead > tr > th,
  .table-scroll-fix tbody td {
    width: calc(100% / 8);
  }
}

.widget-news {
  position: relative;
  display: block;
  overflow: hidden;
  height: 255px;
  background: rgba(229, 229, 229, 0.3);
}
@media (min-width: 1400px) {
  .widget-news {
    height: 300px;
  }
}
.widget-news img {
  display: block;
  width: 100%;
}
.widget-news .labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.widget-news .label {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
}
.widget-news .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}
.widget-news .title h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.widget-news .date {
  font-size: 11px;
  color: #35bde7;
}
.widget-news .counter {
  font-size: 11px;
  color: #35bde7;
}
.widget-news .counter .icon {
  display: inline-block;
  color: #888888;
  margin-right: 0.5em;
}
.widget-news:hover {
  -webkit-box-shadow: 7px 13px 25px rgba(64, 51, 120, 0.4);
  box-shadow: 7px 13px 25px rgba(64, 51, 120, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tag-list {
  margin-bottom: 15px;
}
.tag-list .label {
  display: inline-block;
  margin-bottom: 9px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  border-radius: 10px;
}

.label-blue {
  background-color: #ebf8ff;
}
.label-blue:hover,
.label-blue.active {
  text-decoration: none;
  background-color: #3dc0e8;
  color: #fff;
}

.btn-tag-collapse {
  display: inline-block;
  background-color: transparent;
  font-size: 12px;
  color: #828282;
}
.btn-tag-collapse:hover {
  color: #3dc0e8;
}

.link-list .item {
  display: block;
  margin-bottom: 15px;
}
.link-list .item:hover {
  text-decoration: none;
}

.news-view {
  padding: 20px;
}
@media (min-width: 1600px) {
  .news-view {
    padding: 20px 40px;
  }
}
.news-view .label {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 10px;
}
.news-view .title {
  margin-bottom: 15px;
}
.news-view .title h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.news-view .date {
  font-size: 14px;
  color: #35bde7;
}
.news-view .counter {
  font-size: 14px;
  color: #35bde7;
}
.news-view .counter .icon {
  display: inline-block;
  color: #888888;
  margin-right: 0.5em;
}
.news-view .text {
  font-size: 14px;
  color: #000000;
}
.news-view img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.news-view a {
  color: #35bde7;
}
.news-view a:hover {
  color: #1e9cc4;
}

.paginator-arrowed .pagination > li {
  display: inline-block;
}
.paginator-arrowed .pagination > li > a,
.paginator-arrowed .pagination > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  border-color: transparent;
}
.paginator-arrowed .pagination > li > a:hover,
.paginator-arrowed .pagination > li > span:hover {
  color: #35bde7;
}
.paginator-arrowed .pagination > li:first-child > a,
.paginator-arrowed .pagination > li:first-child > span,
.paginator-arrowed .pagination > li:last-child > a,
.paginator-arrowed .pagination > li:last-child > span {
  border: 0;
}
.paginator-arrowed .pagination > li.active > a,
.paginator-arrowed .pagination > li.active > span {
  background-color: transparent;
  color: #35bde7;
  border-color: currentColor;
}
.paginator-arrowed .pagination > li.disabled > a,
.paginator-arrowed .pagination > li.disabled > span {
  color: #c4c4c4;
}
.paginator-arrowed .pagination > li.disabled > a:hover,
.paginator-arrowed .pagination > li.disabled > span:hover {
  color: #c4c4c4;
}

.paginator-arrowed .pagination li + li {
  margin-left: 5px;
}
.med-card-select label {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.med-card-select form > div {
  padding: 0;
}
.med-card-select form > div + div {
  padding-right: 0;
  padding-left: 15px;
}
.tab-module .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-module .nav-tabs li {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.tab-module .nav-tabs li + li {
  margin-left: 5px;
}
.tab-module .nav-tabs li a {
  padding: 7px;
  border-radius: 2px 2px 0 0;
  font-weight: normal;
  background-color: #e8ebef;
}
.tab-module .nav-tabs > li.active > a,
.tab-module .nav-tabs > li.active > a:hover,
.tab-module .nav-tabs > li.active > a:focus {
  background-color: #fff;
}

@media (min-width: 991px) {
  .modal-lg.modal-dialog {
    max-width: 850px;
  }
}

.alert-warning ul {
  padding-left: 0px;
}

.alert-error {
    background-color: #f05050;
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.row.d-flex.align-items-center > .has-error {
  align-self: flex-start;
}

#table_services td {
  vertical-align: top;
}

.write-vertical {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}

.calendar-horizontal {
  margin-top: -10px;
}
.calendar-slide {
  display: flex;
}
.calendar-slide .btn {
  margin: 0;
  align-self: center;
  background: transparent;
  color: #2d9cdb;
}
.calendar-slide .btn .icon {
  margin: 0;
}
.calendar-slide .calendar-dates,
.calendar-slide .calendar-month {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.calendar-slide .calendar-dates .date {
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.calendar-dates .date.selected,
.calendar-dates .date:hover {
  color: #2d9cdb;
  background: #f9fcfd;
  text-decoration: none;
}
.calendar-dates .date.holiday {
  color: #f05050;
}
.calendar-horizontal .calendar-buttons {
  display: flex;
}
.calendar-horizontal .calendar-buttons .btn,
.calendar-horizontal .calendar-buttons .dropdown {
  margin: 0;
  align-self: center;
}

@media (min-width: 768px) {
  .col-sm-auto {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
#table_documents > tbody > tr > td,
#table_person_documents > tbody > tr > td,
#table_relation_documents > tbody > tr > td{
  vertical-align: top;
}
.checkbox_column {
  display: flex;
  flex-direction: column;
}
.checkbox_column .form-group {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.checkbox_column .form-group label {
  flex-grow: 1;
}

.appointment-canceled-status .icomoon-cross-circle {
  color: rgb(93, 156, 236);
}

.datepicker input {
  min-width: 6em;
}

.multi-record .panel > .d-flex {
  border-bottom: 1px solid #eeeeee;
}
.multi-list {
  display: flex;
  flex-direction: column;
  max-height: 380px;
}
.multi-list .title {
  flex-shrink: 0;
  padding: 1rem;
  font-weight: 600;
}
.multi-list_item {
  display: flex;
  border: 1px solid #eeeeee;
}
.multi-list_item .user-block {
  padding: 12px 20px;
}
.multi-list_item .user-block.active {
  background: #30bbe7;
  color: #fff;
  width: 100%;
}
.multi-list_item .user-block .user-pic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
}
.multi-list_item .user-block .user-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.multi-list_item .user-block .user-block-name {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.multi-list_item .user-block .user-block-role {
  font-size: 12px;
}

.multi-list .overflow-auto {
  min-height: 338px;
}
.overflow-y-auto {
  overflow-x: hidden;
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-y: hidden;
  overflow-x: auto;
}
.schedule-block {
  margin-bottom: 8px;
  width: 430px;
  padding: 0 16px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.schedule-block .close {
  padding: 15px;
  font-size: 13px;
  opacity: 1;
}
.schedule-block .title {
  margin-top: 15px;
  padding: 15px 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  color: #333333;
}
.schedule_item {
  position: relative;
  display: block;
  width: calc(25% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 2em;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
label.schedule_item input[type="radio"] {
  display: none;
}
label.schedule_item input[type="radio"] + span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.schedule_item.schedule_item-free {
  background: #ebf8ff;
}
.schedule_item.schedule_item-free:hover,
label.schedule_item.schedule_item-free input:checked + span {
  background: #2fb6ff;
}
.schedule_item.schedule_item-reserved {
  background: #ffe3e3;
  color: #000;
}
.schedule_item.schedule_item-reserved:hover {
  background: #e85a5a;
}
.schedule_item.schedule_item-custom-reserved {
  background: #2fb6ff;
  color: #000;
}
.schedule_item.schedule_item-inactive {
  background: #f2f2f2;
  color: #828282;
}
.result-table {
  font-size: 14px;
}
.result-table > thead > tr > th {
  border: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.result-table > tbody > tr > td {
  border: 0;
}

.result-table .btn:not(.btn-link) {
  padding: 5px 10px;
  font-size: 20px;
  color: #78939b;
}

.panel-records {
  background: white;
}

.custom-alert {
  position: absolute;
  top: -70px;
  width: 100px;
  background: #ff902b;
  border: 1px solid transparent;
  left: calc(50% - 50px);
  border-radius: 4px;
  color: white;
  z-index: 1050;
  line-height: 1.5;
  font-size: 13px;
}

.custom-alert:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ff902b transparent transparent transparent;
  bottom: -20px;
  left: calc(50% - 10px);
}
.d-inline-flex{display: inline-flex;}
.form-options-table .form-options-row{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.form-options-table .btn-options{
  margin-left: 5px;
  padding: 4px 3px;
  background: #337AB7;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.form-options-table .bootstrap-switch{
  width: 89px !important;
  border-color: #e5e5e5;
}
.form-options-table .bootstrap-switch .bootstrap-switch-container{width: 89px !important;}
.form-options-table .bootstrap-switch .bootstrap-switch-handle-on,
.form-options-table .bootstrap-switch .bootstrap-switch-handle-off,
.form-options-table .bootstrap-switch .bootstrap-switch-label{
  padding: 5px;
  width: 44.5px !important;
  min-width: 44.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 3px;
}
.form-options-table .form-options-cell:first-child{
  width: 40%;
  text-align: center;
}
.form-options-table .form-options-cell:nth-child(2){
  width: 60%;
}
@media(min-width: 567px){
  .form-options-table .form-options-cell:first-child{width: 30%;}
  .form-options-table .form-options-cell:nth-child(2){width: 70%;}
}
@media(min-width: 992px){
  .form-options-table .form-options-row{display: table;}
  .form-options-table .form-options-cell{
    display: table-cell;
    padding: 0 15px;
  }
  .form-options-table .form-options-cell:first-child{width: 20%;}
  .form-options-table .form-options-cell:nth-child(2){width: 30%;}
}
@media(min-width: 1400px){
  .form-options-table .form-options-cell:first-child{width: 150px;}
  .form-options-table .form-options-cell:nth-child(2){width: 350px;}
}
.med-form-personal-data .btn{
  text-transform: none;
  min-width: 0;
}
.fw-500{font-weight: 500;}
.med-content-doctor label{
  color: #828282;
  font-weight: 500;
}
.d-block{display: block;}
[class*="btn-label-"]{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  white-space: normal;
}
.btn-label-green{background-color: #27C24C;}
.btn-label-danger{background-color: #F05050;}
.btn-label-light-blue{background-color: #71D0EE;}
.btn-label-blue{background-color: #2D9CDB;}
.btn-label-grey{background-color: #9D9D9D;}
.btn-label-approved{
  background: #E2F8FF !important;
  color: #219BC0;
  border: 0;
  pointer-events: none;
}
.btn-label-disabled{
  background: #FFDCDC !important;
  color: #F05050;
  border: 0;
  pointer-events: none;
}
.target-td{max-width: 10em;}
.target-td .link{text-decoration: none;}
.text-truncate{
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Tooltip */
.tooltip.in{opacity: 1;}
.tooltip.bottom .tooltip-arrow{border-bottom-color: #fff;}
.tooltip-inner{
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 14px;
}
.pl-0{padding-left: 0 !important;}
.valign-top td{vertical-align: top;}
.formset-add-btn{min-width: 16em;}
.formset-add-btn-sm{min-width: 8em;}

/* Vaccination calendar */
.font-weight-normal{font-weight: normal !important;}
.font-weight-bold{font-weight: bold !important;}
.fs-7{font-size: 7px;}
.fs-12{font-size: 12px;}
.popup-custom .modal-dialog {
  max-width: 1060px;
}
.popup-custom .modal-header {
  display: flex;
  align-items: center;
  background: #EBEBEB;
}
.popup-custom .close{margin-left: auto;}
.popup-custom .modal-body{overflow-x: auto;}
.vaccination-table{
  font-size: 16px;
  vertical-align: middle !important;
  text-align: center;
}
.vaccination-table .table__th{font-weight: bold;}
.vaccination-table .up-header .table__th span{
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  color: #30B8E3;
  padding-bottom: 5px;
  border-bottom: 1px solid #30B8E3;
}
.vaccination-table .age{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}
.vaccination-table .dose{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  z-index: 35;
}
.vaccination-table .dose.miss{
  background: #D7435C;
  color: #fff;
}
.vaccination-table .dose.miss:hover{
  box-shadow: 0 0 0 3px rgba(215,67,92,.2);
}
.vaccination-table .dose.done{
  background: #7AC800;
  color: #fff;
}
.vaccination-table .dose.done:hover{
  box-shadow: 0 0 0 3px rgba(122,200,0,.2);
}
.vaccination-table .dose.redose{
  background: #30B8E3;
  color: #fff;
}
.vaccination-table .dose .icon-redose{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/medstar/redose.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 13px;
}
.vaccination-table .table__tr{
  display: flex;
  width: 100%;
}
.vaccination-table .table__th,
.vaccination-table .table__td{
  width: 4em;
  padding: .5em;
  flex-shrink: 0;
}

.vaccination-table .table__tbody .table__th{
  position: relative;
  width: 15em;
  text-align: left;
  align-self: center;
  z-index: 32;
}
.vaccination-table .table__tbody .table__th span{
  padding: 0 1em 0 0;
  background-color: #fff;
}
.vaccination-table .table__thead .table__tr .table__th:first-child{width: 15em;}
.vaccination-table .table__thead .table__tr .table__th:last-child{width: 6em;}
.vaccination-table .table__tbody .table__tr .table__td:last-child{width: 6em;}
.vaccination-table .table__thead .table__tr .table__th.colspan-7{width: 28em;}
.vaccination-table .table__thead .table__tr .table__th.colspan-3{width: 12em;}
.vaccination-table .table__tbody .table__tr,
.vaccination-table .table__tbody .table__td{
  position: relative;
}
.vaccination-table .table__tbody .table__td{color: #F1F1F1;}
.vaccination-table .table__tbody .table__td:before{
  content: '';
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -.5px;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}
.vaccination-table .table__tbody .table__td:after{
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -.5px;
  height: 1px;
  width: 100%;
  background-color: currentColor;
}
.vaccination-table .table__tbody .table__tr:first-child .table__td:before{
  height: 50%;
}
.vaccination-table .table__tbody .table__tr:last-child .table__td:before{
  bottom: 1.75em;
}
.vaccination-table .table__tbody .table__td.done{color: #7AC800;}
.vaccination-table .table__tbody .table__td.miss{color: #D7435C;}
.vaccination-table .table__tbody .table__td.redose{color: #30B8E3;}
.vaccination-table .table__tbody .table__td.done:after,
.vaccination-table .table__tbody .table__td.miss:after,
.vaccination-table .table__tbody .table__td.done:before,
.vaccination-table .table__tbody .table__td.miss:before{z-index: 30;}
.vaccination-table .table__tbody .table__th + .table__td:after{width: calc(150% + 5em);}
.vaccination-table .table__tbody .table__td.r1d2:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r1d3:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r2d1:before{height: 150%;}
.vaccination-table .table__tbody .table__td.r2d1:after{width: calc(200% + 5em);}
.vaccination-table .table__tbody .table__td.r3d1:before,
.vaccination-table .table__tbody .table__td.r3d2:before{height: 253%;}
.vaccination-table .table__tbody .table__td.r3d1:after{width: calc(720% + 5em);}
.vaccination-table .table__tbody .table__td.r3d2:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r4d1:before{height: 100%;}
.vaccination-table .table__tbody .table__td.r4d3:before,
.vaccination-table .table__tbody .table__td.r4d4:before,
.vaccination-table .table__tbody .table__td.r4d6:before{height: 350%;}
.vaccination-table .table__tbody .table__td.r4d1:after{width: calc(650% + 5em);}
.vaccination-table .table__tbody .table__td.r5d1:after{width: calc(650% + 5em);}
.vaccination-table .table__tbody .table__td.r5d2:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r6d1:before{height: 500%;}
.vaccination-table .table__tbody .table__td.r6d1:after{width: calc(300% + 5em);}
.vaccination-table .table__tbody .table__td.r6d2:before{height: 550%;}
.vaccination-table .table__tbody .table__td.r6d3:before{height: 500%;}
.vaccination-table .table__tbody .table__td.r6d4:before{height: 550%;}
.vaccination-table .table__tbody .table__td.r7d1:after{width: calc(350% + 5em);}
.vaccination-table .table__tbody .table__td.r8d1:after{width: calc(350% + 5em);}
.vaccination-table .table__tbody .table__td.r9d1:after{width: calc(350% + 5em);}
.vaccination-table .table__tbody .table__td.r8d3:before{height: 100%;}
.vaccination-table .table__tbody .table__td.r8d3:after{width: 100%;}
.vaccination-table .table__tbody .table__td.r4d2:after{width:200%;}
.vaccination-table .table__tbody .table__td.r4d4:after,
.vaccination-table .table__tbody .table__td.r4d6:after,
.vaccination-table .table__tbody .table__td.r5d4:after,
.vaccination-table .table__tbody .table__td.r6d4:after,
.vaccination-table .table__tbody .table__td.r9d3:after,
.vaccination-table .table__tbody .table__td.r8d4:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r8d5:before{height: 200%;}
.vaccination-table .table__tbody .table__td.r9d3:before{height: 400%;}
.vaccination-table .table__tbody .table__td.r8d6:before{height: 750%;}
.vaccination-table .table__tbody .table__td.r7d3:after{width: 100%;}
.vaccination-table .table__tbody .table__td.r7d4:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r7d6:before{height: 663%;}
.vaccination-table .table__tbody .table__td.r6d5:before{height: 100%;}
.vaccination-table .table__tbody .table__td.r6d6:before{height: 550%;}
.vaccination-table .table__tbody .table__td.r6d6:after{width: 200%;}
.vaccination-table .table__tbody .table__td.r7d3:before{height: 100%;}
.vaccination-table .table__tbody .table__td.redose:before{height:550%;}
.vaccination-table .table__tbody .table__td .hover-block {
  display: none;
  width: 20em;
  text-align: left;
  position: absolute;
  z-index: 40;
  background: #fff;
  border: 1px solid #F1F1F1;
  box-shadow: 6px 0 15px rgba(227,233,241,.6), 6px 6px 15px rgba(227,233,241,.6);
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -3px);
  font-size: 14px;
  color: #000;
}
.vaccination-table .table__tbody .table__td .hover-block > div{
  position: relative;
  background: #fff;
}
.vaccination-table .table__tbody .table__td .hover-block:before{
  content: '';
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg)translate(-11px, 0px);
  box-shadow: 6px 0 15px rgba(227,233,241,.6), 6px 6px 15px rgba(227,233,241,.6);
}
.vaccination-table .table__tbody .table__td .hover-block td{
  padding: .5em .3em;
  vertical-align: top;
}
.vaccination-table .table__tbody .table__td .dose:hover + .hover-block{display: block;}

.vaccination-calendar-hover-bottom-position {
  top: 110% !important;
}
.vaccination-calendar-hover-bottom-position:before {
  content: '';
  position: absolute;
  top: 0 !important;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg)translate(-11px, 0px);
  box-shadow: 6px 0 15px rgba(227,233,241,.6), 6px 6px 15px rgba(227,233,241,.6);
}

/* New tabs style */
.nav-tabs--custom{
  border: 0;
  display: flex;
  flex-wrap: wrap;
  will-change: background-image;
}
.nav-tabs--custom:before,
.nav-tabs--custom:after{content: none;}
.nav-tabs--custom > li{
  float: none;
  width: 50%;
  display: inline-flex;
  flex-direction: column;
}
.nav-tabs--custom > li > a{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #F3F3F3;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  color: #333;
}
.nav-tabs--custom > li > a:hover{color: #2D9CDB;}
.nav-tabs--custom > li.active > a{
  border: 0;
  color: #2D9CDB;
}
.nav-tabs--custom > li.active > a:hover,
.nav-tabs--custom > li.active > a:focus{border: 0;}
.nav-tabs--custom .icon-tabs{
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
  background-position: center top;
  background-size: contain;
}
.icon-tabs.icon-signal{background-image: url(../img/medstar/tabs-icon/signal.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-signal{background-image: url(../img/medstar/tabs-icon/signal-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-signal{background-image: url(../img/medstar/tabs-icon/signal-hover.svg);}
.icon-tabs.icon-episode{background-image: url(../img/medstar/tabs-icon/episode.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-episode{background-image: url(../img/medstar/tabs-icon/episode-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-episode{background-image: url(../img/medstar/tabs-icon/episode-hover.svg);}
.icon-tabs.icon-script{background-image: url(../img/medstar/tabs-icon/script.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-script{background-image: url(../img/medstar/tabs-icon/script-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-script{background-image: url(../img/medstar/tabs-icon/script-hover.svg);}
.icon-tabs.icon-vacine{background-image: url(../img/medstar/tabs-icon/vacine.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-vacine{background-image: url(../img/medstar/tabs-icon/vacine-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-vacine{background-image: url(../img/medstar/tabs-icon/vacine-hover.svg);}
.icon-tabs.icon-x-rays{background-image: url(../img/medstar/tabs-icon/x-rays.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-x-rays{background-image: url(../img/medstar/tabs-icon/x-rays-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-x-rays{background-image: url(../img/medstar/tabs-icon/x-rays-hover.svg);}
.icon-tabs.icon-teeth{background-image: url(../img/medstar/tabs-icon/teeth.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-teeth{background-image: url(../img/medstar/tabs-icon/teeth-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-teeth{background-image: url(../img/medstar/tabs-icon/teeth-hover.svg);}
.icon-tabs.icon-drug{background-image: url(../img/medstar/tabs-icon/drug.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-drug{background-image: url(../img/medstar/tabs-icon/drug-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-drug{background-image: url(../img/medstar/tabs-icon/drug-hover.svg);}
.icon-tabs.icon-rash{background-image: url(../img/medstar/tabs-icon/rash.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-rash{background-image: url(../img/medstar/tabs-icon/rash-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-rash{background-image: url(../img/medstar/tabs-icon/rash-hover.svg);}
.icon-tabs.icon-diagnostic{background-image: url(../img/medstar/tabs-icon/diagnostic.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-diagnostic{background-image: url(../img/medstar/tabs-icon/diagnostic-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-diagnostic{background-image: url(../img/medstar/tabs-icon/diagnostic-hover.svg);}
.icon-tabs.icon-ambulance{background-image: url(../img/medstar/tabs-icon/ambulance.svg);}
.nav-tabs--custom > li > a:hover .icon-tabs.icon-ambulance{background-image: url(../img/medstar/tabs-icon/ambulance-hover.svg);}
.nav-tabs--custom > li.active .icon-tabs.icon-ambulance{background-image: url(../img/medstar/tabs-icon/ambulance-hover.svg);}
.med-tabpanel .tab-content--custom{border: 0;}
@media (min-width: 1200px){
  .pr-lg-0{padding-right: 0 !important;}
  .pl-lg-0{padding-left: 0 !important;}
}

/* if word is too long and you need to break it */
.word-wrap{word-break: break-word !important;}

/* Header template */
.dropdown-menu-list-header {
  background: #F8F8F8;
  padding: 10px 16px;
}
.dropdown-menu-list-header h4 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #515253;
  font-weight: normal;
}
.dropdown-menu-list-subheader {
  padding: 12px 32px;
  border-bottom: 1px solid #F1F1F1;
}
.dropdown-menu-list-subheader h4 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #515253;
}
.dropdown-menu-list-item-icon {
  display: block;
  padding: 12px 16px 12px 32px;
  font-size: 14px;
  line-height: 16px;
  color: #515253;
}
.dropdown-menu-list-item-icon:hover,
.dropdown-menu-list-item-icon:focus{
  color: #1E9CC4;
  text-decoration: none;
}
.dropdown-menu-list-item-icon.active,
.dropdown-menu-list-item-icon[aria-expanded="true"]{
  color: #1E9CC4;
  font-weight: 600;
  background: #F9FCFD;
}
.dropdown-menu-list-item-icon .text {
  display: inline-block;
  margin-left: 1em;
}
.dropdown-menu-list-inner > .dropdown-menu-list-item-icon{
  padding-left: 16px;
}
.dropdown-menu--header > li > a{
  padding: 12px 16px;
}
.dropdown-menu--header > li > a:hover,
.dropdown-menu--header > li > a:focus{
  color: #1E9CC4;
  background: #F9FCFD;
}

#placeholderPkCert {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Style for Episode Appointment divs */
.table-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-first{
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.ml-auto{margin-left: auto!important;}
@media (min-width: 992px){
  .col-md-grow{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666665%;
    flex: 0 0 41.6666665%;
    max-width: 41.6666665%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333335%;
    flex: 0 0 58.3333335%;
    max-width: 58.3333335%;
  }
  .order-md-1{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1200px){
  .order-lg-1{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-lg-14{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
  }
  .col-lg-86{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
  }
}
@media (min-width: 1366px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.disabled-checkbox + span {
  background-color: #e3e3e3 !important;
  border: solid 1px #e0e0e0 !important;
}
.alert-text {
  color: #f05050;
}
.tooltip-inner {
    max-width: 950px;
    min-height: 10px;
}
#id_evidence_details + .select2.select2-container .select2-selection__rendered {
    white-space: pre-wrap; !important;
}
#id_explanation + .select2.select2-container .select2-selection__rendered {
    white-space: pre-wrap; !important;
}

#id_evidences + .select2.select2-container .select2-selection__rendered {
    white-space: pre-wrap; !important;
}
.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.bg-login-reg ins{
  display: block;
  min-width: 684px;
}

span > .fa {
  pointer-events: none;
}

.autocomplete-option-hover:hover {
  background-color: #ebebeb;
  cursor: pointer;
}

.manipulation-description-container{
  flex-grow: 1;
}
.button-block{
  flex-shrink: 0;
  min-width: 3em;
}

.vert-th {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}