@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-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 {
  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; }

.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-justify {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

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

.med-flex-col {
  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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.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; }

.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; }

.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; }

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

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

.m-0 {
  margin: 0; }

.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-login {
    background: url(../img/public/login-bg.png);
    background-size: cover;
}

.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: 750px; } }

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

.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; }

.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.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; }
  .btn .icon {
    margin-right: 13px; }
  .btn .btn .icon-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em; }

.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;
  height: 80px;
  padding: 6px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  white-space: normal;
  letter-spacing: 0;
  text-align: left; }
  .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 {
    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-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 {
  position: absolute;
  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 {
  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-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%; }

#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; }

.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; }
  .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; }
  .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; }

.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; }
  .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-control {
  border-color: #e0e0e0;
  border-radius: 0;
  font-size: 12px;
  padding: 5px;
  height: 34px; }

.med-password {
  position: relative;
}
.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;
}
.med-password-icon {
  position: absolute;
  top: 50%;
  right: 90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10; }

.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; }

.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: 1600px) {
  .med-table .table-row.many {
    display: block;
    position: relative;
    padding: 0 0 0 50px;
  }
  .med-table .table-row.many .small {
    position: absolute;
    left: 0;
    top: 5px;
    width: auto;
  }
  .med-table .table-row.many div {
    display: inline-block;
    width: 85px;
    padding: 4px 8px;
  }}

@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;
    object-fit: cover; }
  .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 {
  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-tab-header {
  padding: 10px 0; }
  .med-tab-header:after {
    content: '';
    display: block;
    clear: both; }
  .med-tab-header h4 {
    margin: 0;
    display: inline-block; }

.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; }

.select2-search--inline, .select2-search__field {
  width: 100% !important;
}

.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-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-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-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-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-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-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 {
  margin-bottom: 5px; }

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

.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-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 td.text-right {
    width: 20%; }
  .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; }

.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: 50%; }
  .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 .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);
  margin-top: 25px;
}
.med-key-download .main-login-panel .form-control {
    margin-bottom: 0;
}
.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 {
  width: 80%;
  max-width: 660px;
  /*margin: auto auto auto 10%;*/
  margin-top: 10vh;
  margin-left: calc(20% - 150px);
  font-size: 12px;
}
.med-key-download .panel {
  border-radius: 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 + .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; }
    .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: 27px;
      color: #fff;
      background-color: #C4C4C4;
      z-index: 10; }
    .med-download-steps li + li:before {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      width: 100%;
      margin-top: -23px;
      height: 4px;
      background-color: #C4C4C4; }
    .med-download-steps li.active:before, .med-download-steps li.active:after {
      background-color: #2D9CDB; }

.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; }

@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: 27px; }

.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 li a {
        text-decoration: none;
        color: #7D7D7D; }
      .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 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-style: italic;
  color: #828282; }

.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;
    color: #C4C4C4; }
  .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 .2s ease;
      -o-transition: all .2s ease;
      transition: all .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%; }

.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 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; }

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

.custom-multi-select {
  position: relative; }
  .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-block;
    font-size: .9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top; }
  .custom-multi-select .selected-option-remove {
    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: 1px 5px 3px; }
  .custom-multi-select .selected-option-remove:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6; }
  .custom-multi-select .selected-option-value {
    display: inline;
    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 .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.w23 {
    width: 23.5%;
    margin-right: 2%; }
    .form-constructor .element.w23: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-item {
  min-height: 46px;
  padding: 5px; }

.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; }

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

.dropdown-vaccination .dropdown-menu {
  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 {
    padding: 0; }
    .dropdown-vaccination .dropdown-menu > li + li {
      margin-top: 1em; }
    .dropdown-vaccination .dropdown-menu > li > a {
      padding: 0;
      color: inherit;
      font-size: 16px;
      font-weight: 600; }
      .dropdown-vaccination .dropdown-menu > li > a:hover {
        color: #333; }

.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 {
  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 {
  min-width: 125px;
  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:hover {
    color: #fff;
    background-color: #1E9CC4; }

.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 {
  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; }

@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; }

#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;
  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; }

.video-btn.settings-button{
  position: absolute;
  top:8px;
  left:8px;
}

.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: 20px;
  border-radius: 5px;
  padding-top: 0px; }

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

.webrtc-player .remote-videos video {
  object-fit: cover;
  border-radius: 5px;
  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: .3s;
  -o-transition: .3s;
  transition: .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; }

.webrtc-player .local-video-wrapper {
  width: 220px;
  height: 124px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 100;
  border: 2px solid rgba(224, 224, 224, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
}

.webrtc-player .local-video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: transparent !important; }

.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;
  flex-direction: column;
  padding-bottom: 10px; }

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

.webrtc-player .select-wrapper {
  width: 100%;
  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 {
  overflow: hidden;
  position: relative;
  height: 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: 98px;
  max-height: 56px;
  left: 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: 30px;
  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 0.5em; }
  .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: 0;
  -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; }

.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; }

@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; } }

@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; } }

@-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: 100px;
    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; }
