.form-group select {
  -webkit-appearance: none;
  background: url("../images/arrow.png") no-repeat;
  background-position: 98% center;
  background-color: #fff !important; }

select.form-control {
  -webkit-appearance: none;
  background: url("../images/arrow.png") no-repeat;
  background-position: 98% center;
  background-color: #fff !important; }

.profile .user img {
  width: 50px !important; }

.thumb-image-container {
  display: flex;
  gap:6px;
  flex-wrap: wrap;
}

/*
input::placeholder {
  font-weight: normal;
  opacity: 0.1;
  color: ghostwhite;
}
*/

#localisation-error {
  display: none;
}

.remove-consultant p {
  color: #000;
  font-size: .9em; }

.remove-consultant img {
  width: 65px !important; }

.remove-consultant .removeConsultant {
  background: url("../images/remove.svg");
  width: 25px;
  height: 25px;
  top: 30px;
  z-index: 2;
  margin-left: 44px;
  position: relative; }

.select-consultant p {
  color: #000;
  font-size: 0.9em; }

.select-consultant .blue {
  color: #4379FC; }

.select-consultant input[type="checkbox"] {
  display: none; }
  .select-consultant input[type="checkbox"]:checked + label {
    padding: 9px 29px;
    border: 1px solid #CDCDCD;
    border-radius: 7px; }
    .select-consultant input[type="checkbox"]:checked + label .consultantSelected {
      background: url("../images/selected.svg"); }

.select-consultant label {
  padding: 10px 30px;
  margin-bottom: 0; }
  .select-consultant label:hover {
    padding: 9px 29px;
    border: 1px solid #CDCDCD;
    border-radius: 7px; }
  .select-consultant label .consultantSelected {
    width: 25px;
    height: 25px;
    top: 30px;
    z-index: 2;
    margin-left: 44px;
    position: relative; }
  .select-consultant label img {
    width: 65px !important; }

.full-width {
  width: 100%; }

.select-group-left input[type="radio"] {
  display: none; }
  .select-group-left input[type="radio"]:checked + label {
    border-color: #4379FC;
    color: #4379FC !important; }

.select-group-left label {
  padding: 10px 30px;
  margin-bottom: 0;
  border: 1px solid #CDCDCD;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #808080 !important; }
  .select-group-left label:hover {
    border-color: #4379FC;
    color: #4379FC !important; }

.select-group-right input[type="radio"] {
  display: none; }
  .select-group-right input[type="radio"]:checked + label {
    border-color: #4379FC;
    color: #4379FC !important; }

.select-group-right label {
  padding: 10px 30px;
  margin-bottom: 0;
  border: 1px solid #CDCDCD;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #808080 !important; }
  .select-group-right label:hover {
    border-color: #4379FC;
    color: #4379FC !important; }

.select-group-center input[type="radio"] {
  display: none; }
  .select-group-center input[type="radio"]:checked + label {
    border-color: #4379FC;
    color: #4379FC !important; }

.select-group-center label {
  padding: 10px 30px;
  margin-bottom: 0;
  border: 1px solid #CDCDCD;
  color: #808080 !important; }
  .select-group-center label:hover {
    border-color: #4379FC;
    color: #4379FC !important; }

.smaller-select select, .small-select {
  width:112px;
}

.small-date-select {
  width: 180px;
}


.btn-danger {
  color: #fff !important; }

.form-group label {
  width: 100%; }

.img_container img {
  width: 100%; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  border: 3px solid #4379fc;
  color: #4379fc; }

input[type="checkbox"]:checked {
  background: #fff; }

.space {
  width: 100%;
  height: 80px; }

input:focus {
  outline: 0; }

.navbar-default .row {
  width: 100% !important; }

* {
  margin: 0; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #777; }
  p strong {
    color: #000; }

.policy-p p, .content-li li {
  font-size: 1.1em;
  color:#777;
}


html, body {
  height: 100%;
  font-family: 'Muli', sans-serif;
  background: #F8F8FA;
  font-size: 16px; }

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -70px; }
  .page-wrap:after {
    content: "";
    display: block; }

.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 60px; }

.top-navigation {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
  color: #777;
  text-align: right; }

/* footer menu */
.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px;
  color: #777; }
  .footer-menu li {
    display: inline-block;
    padding-right: 10px; }

.site-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  background-color: #efefef; }

.header {
  border-bottom: 1px solid #ddd;
  background-color: #efefef; }

.logo {
  font-weight: bold;
  font-size: 1.6rem; }
  .logo a {
    text-decoration: none; }

a {
  text-decoration: none; }

.btn-primary {
  color: #fff;
  background-color: #5083FC;
  border-color: #2e6da4; }

.btn-info {
  color: #fff;
  background-color: #5083FC;
  border-color: #2e6da4; }

.vertical-center {
  margin-bottom: 0;
  /* Remove the default bottom margin of .jumbotron */
  min-height: 75%;
  min-height: 75vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.ca-text {
  line-height: 3.8rem; }

.ca-distance {
  padding-top: 20px;
  padding-bottom: 20px; }

.ca-button {
  font-size: 2.0rem; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-line {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-column {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

.ui-accordion-header {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
  border-radius: 10px; }
  .ui-accordion-header:hover {
    border: 1px solid #2e6da4; }


.change-name-btn {
  cursor: pointer;
  color:--var('indygo');
} 
.change-name-btn i {
  top: 1px;
  position: relative;
}    

.ui-state-active {
  border: 1px solid #ccc;
  border-bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #ECF1FF; }
  .ui-state-active:hover {
    border: 1px solid #ccc;
    border-bottom: 0px; }

.ui-accordion-header.active {
  border: 1px solid #ccc;
  border-bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #ECF1FF; }
  .ui-accordion-header.active:hover {
    border: 1px solid #ccc;
    border-bottom: 0px; }

.ui-accordion-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  margin-bottom: 10px; }
  .ui-accordion-content a img {
    width: 100%; }
  .ui-accordion-content .row {
    padding: 20px; }

.accord h3 {
  font-size: 14px; }
  .accord h3:focus {
    outline: 0; }

.accord img {
  /* width: 60% !important; */ }

.collapse-row {
  height: 45px;
  width: auto;
  font-size: 12px; }
  .collapse-row .active {
    height: 45px;
    background: #5eb5e0;
    padding-top: 10px; }

.user-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 12px;
  text-align: right; }
  .user-menu li {
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px; }
    .user-menu li a span {
      display: block;
      text-align: center; }

.modal-footer, .modal-title {
  text-align: center; }

.fa-1-5x {
  font-size: 1.5em; }

.notification-badge {
  position: relative; }

.badge-red {
  position: absolute;
  top: -5px;
  background: red;
  left: 63px; }

.green {
  color: green; }

.red {
  color: red; }

.orange {
  color: orange; }

.light-gray {
  color: #aaa; }

.gray-bg {
  background-color: #ededed;
  width: 100%;
  display: inline-block;
  padding: 10px; }

.filter-form .form-group {
  margin-bottom: 0; }

h3 .arrow-indicator {
  cursor: pointer; }
  h3 .arrow-indicator .fa-angle-left {
    display: none; }

h3.ui-state-active .arrow-indicator .fa-angle-down {
  display: none; }

h3.ui-state-active .arrow-indicator .fa-angle-left {
  display: inline; }

.actions {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%; }
  .actions a {
    margin-top: 10px;
    flex-grow: 1;
    text-align: center;
    width: 100%;
    font-size: 13px; }

@media (max-width: 1200px) {
  .actions a {
    font-size: 10px; } }

.notification-unread {
  background-color: lightgoldenrodyellow; }

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

.nav-tabs .nav-link {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  border: 1px solid #ededed; }

.nav-tabs .nav-link.active {
  background-color: #ededed;
  border-color: #dee2e6 #dee2e6 #dee2e6; }

.form-horizontal .control-label {
  text-align: left; }

.visibility-elements, .clickable-row {
  cursor: pointer; }

.clickable-row:hover {
  background-color: #ccc; }

.big-number {
  font-size: 36px;
  padding-bottom: 20px; }

.succes-photo {
  display: none; }

.buttons-bar {
  padding-bottom: 25px;
  padding-top: 10px; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 290px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0; }
  #content a {
    color: #4379FC;
    cursor: pointer; }
  #content img {
    /* width: auto; changed from 100% */ }

.not-logged {
  width: 100% !important;
}

#content.active {
  width: calc(100% - 80px); }

.wrapper {
  min-height: 100%;
  display: flex;
  align-items: stretch; }

#sidebar {
  min-width: 290px;
  max-width: 290px;
  background: #4379FC;
  color: #fff;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999; }

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center; }
  #sidebar.active .sidebar-header {
    padding: 13px; }
    #sidebar.active .sidebar-header img {
      padding-top: 0; }

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
  display: none; }

#sidebar.active .sidebar-header strong {
  display: block;
  cursor: pointer; }

#sidebar ul li a {
  text-align: left; }

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em; }

#sidebar.active ul li a i {
  margin-right: 0;
  display: inline-block;
  font-size: 1.8em;
  margin-bottom: 5px; }

#sidebar.active ul ul a {
  padding: 10px !important; }

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
  top: auto;
  bottom: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

#sidebar .sidebar-header {
  padding: 4px;
  background: #0449F2;
  cursor: pointer !important; }
  #sidebar .sidebar-header h3 {
    margin-bottom: 0; }
  #sidebar .sidebar-header img {
    padding-top: 4px; }

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.7em; }

#sidebar ul.components {
  height: 91%;
  overflow: auto;
  padding: 20px 0; }

  #sidebar ul.components::-webkit-scrollbar {
    /* display: none; */
    width:0.5em;
  }  

  #sidebar ul.components::-webkit-scrollbar-thumb {
    /* display: none; */
    background-color: #c7d1ec;
  }
  #sidebar ul.components {
    
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: thin;
    scrollbar-color:  #c7d1ec #4379FC;
  }

#sidebar ul li a {
  padding: 10px;
  font-size: 1em;
  display: block; }

#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff; }

#sidebar ul li a i {
  margin-right: 10px;
  display: inline-block; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #628FFD; }

#sidebar ul li a:hover .therapyimg {
  background: url("../images/therapy-hover.svg") no-repeat; }

#sidebar ul li a:hover .patientsimg {
  background: url("../images/patients-hover.svg") no-repeat; }

#sidebar ul li.active a:hover .patientsimg {
  background: url("../images/patients.png") no-repeat; }

#sidebar ul li.active a:hover .therapyimg {
  background: url("../images/therapy.png") no-repeat; }

.therapyimg {
  background-color: #fff;
  -webkit-mask: url("../images/therapy-hover.svg") no-repeat;
  mask: url("../images/therapy-hover.svg") no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px; }

.patientsimg {
  background: url("../images/patients.png") no-repeat;
  vertical-align: middle;
  width: 27px;
  height: 25px; }

a[data-toggle="collapse"] {
  position: relative; }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #7386D5; }

a.article, a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important; }

.navbar {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

i, span {
  display: inline-block; }

.button {
  width: 124px;
  height: 52px;
  font-size: 30px;
  padding: 4px;
  border-right: 2px solid #F8F8FA; }

.i-icon {
  padding-top: 20px;
  padding-right: 27px; }

#sidebar.active .i-icon {
  padding-top: 26px; }

#sidebar.active span {
  display: none !important; }

.profile {
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  padding: 0 15px;
  cursor: pointer; }
  .profile .user {
    padding: 0; }
  .profile p {
    margin-bottom: 2px;
    font-size: 0.8125em; }
  .profile img {
    width: 100%; }

.profile_box {
  border: 1px solid #FDFDFE;
  border-radius: 10px;
  background: #fff;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  margin: 0; }
  .profile_box .col-12 p {
    margin: 10px;
    margin-bottom: 3px; }
  .profile_box .col-12 strong P {
    color: #000;
    margin-bottom: 15px; }
  .profile_box .col-12 .profile_border {
    border-bottom: 1px solid #E6E6E6;
    margin-left: -16px;
    margin-right: -16px; }

.icon {
  margin-top: 1%;
  font-size: 25px;
  z-index: 100; }

.logout {
  border-left: 1px solid #F2F2F2;
  padding: 0 15px; }

.power-off {
  background: url("../images/power-off.png") no-repeat;
  background-position: center center;
  width: 20px;
  height: 100%; }

.settings {
  background: url("../images/cog.png") no-repeat;
  background-position: center center;
  width: 27px;
  height: 100%; }

#content ul li.active > a, a[aria-expanded="true"] {
  color: #000 !important;
  background: transparent !important; }

/* ---------------------------------------------------
    THERAPY STYLE
----------------------------------------------------- */
.img-responsive {
  max-width: 100%;
}   

.therapy-des {
  color: #808080;
  font-size: 14px; }

.buttons {
  border: 1px solid #F8F8F8;
  background: none;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #4379FC; }
  .buttons:hover {
    border: 1px solid #4379FC;
    border-radius: 25px;
    background: #4379FC;
    color: #fff !important;
    box-shadow: 0 0 10px #4379FC;
    outline: none; }
    .buttons:hover .note-img {
      background: url("../images/note-hover.png") no-repeat; }
    .buttons:hover .share-img {
      background: url("../images/share-hover.png") no-repeat; }
    .buttons:hover .rozwin-img {
      background: url("../images/rozwin-hover.png") no-repeat; }
    .buttons:hover .filtr-img {
      background: url("../images/filtr-hover.png") no-repeat; }
  .buttons:focus {
    border: 1px solid #4379FC;
    border-radius: 25px;
    background: #4379FC;
    color: #fff !important;
    box-shadow: 0 0 10px #4379FC;
    outline: none; }

.buttons2 {
  border: 1px solid #4379FC;
  border-radius: 25px;
  background: #4379FC;
  color: #fff !important;
  outline: 0;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 5px; }
  .buttons2 .plus {
    background: url("../images/plus.png") no-repeat; }
  .buttons2:hover {
    border: 1px solid #4379FC;
    background: #4379FC;
    box-shadow: 0 0 10px #4379FC;
    color: #FFF; }
  .buttons2:focus {
    border: 1px solid #4379FC;
    border-radius: 25px;
    background: #4379FC;
    color: #fff;
    box-shadow: 0 0 10px #4379FC;
    outline: 0; }

.plus {
  background: url("../images/plus-hover.png") no-repeat;
  width: 14px;
  height: 18px;
  vertical-align: middle; }

.note-img {
  background: url("../images/note.png") no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.share-img {
  background: url("../images/share.png") no-repeat;
  width: 18px;
  height: 20px;
  vertical-align: middle; }

.rozwin-img {
  background: url("../images/rozwin.png") no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.filtr-img {
  background: url("../images/filtr.png") no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.note {
  border: 1px solid #F8F8F8;
  border-radius: 10px;
  padding: 15px;
  background: #FFF;
  /* margin: 0 15px; */
  -moz-box-shadow: 0 0 3px #dde;
  -webkit-box-shadow: 0 0 3px #dde;
  box-shadow: 0 0 3px #dde;
  margin-bottom: 20px; }
  .note img {
    width: 100%; }

.zalecenia {
  background: url("../images/zalecenia.svg");
  vertical-align: middle;
  width: 21px;
  height: 19px;
  margin-right: 10px; }

.wywiad {
  background: url("../images/wywiad.svg") no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  margin-right: 10px; }

.add_photos {
  background: url("../images/add_photos.svg") no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  margin-right: 10px; }

.message {
  background: url("../images/message.svg") no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  margin-right: 10px; }

.dropdown-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid #CCC;
  border-color: transparent transparent #FFF;
  margin-top: -28px;
  margin-left: 30px; }

.dropdown-menu.show {
  margin-top: 18px; }

.row a {
  transition: none !important; }

.dropdown a {
  color: #000 !important; }

#dropdownMenuLink:focus {
  outline: none; }

.dropdown1 {
  top: 18% !important;
  margin-top: 0 !important;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 10px #ccc; }

.dropdown2 {
  top: 10px !important;
  margin-top: 0 !important;
  left: -38px !important; }

/************************************************************************
                        Modal style
************************************************************************/
.close-button {
  float: right; }
  .close-button .closeimg {
    background: url("../images/close.svg");
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-right: -6px; }
    .close-button .closeimg:hover {
      background: #000;
      -webkit-mask: url("../images/close.svg") no-repeat;
      mask: url("../images/close.svg") no-repeat; }

.med_radio {
  display: none; }

/************************************************************************
                        table style
************************************************************************/
.nav-tabs {
  border-bottom: 0; }

table {
  width: 100%;
  -webkit-border-vertical-spacing: 0px; }

.custom-table {
  border-radius: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #fff;
  margin-bottom: 30px; }
  .custom-table .custom-header {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    min-width: 100%;
    top: 0;
    left: 0; }
    .custom-table .custom-header th {
      font-size: 18px;
      color: #4379FC;
      line-height: 1.4;
      background-color: transparent;
      padding-top: 18px;
      padding-bottom: 18px; }
  .custom-table .custom-body {
    /*max-height: 585px;*/
    overflow: auto; }
    .custom-table .custom-body tr {
      border-bottom: 1px solid #f2f2f2; }
      .custom-table .custom-body tr td {
        font-size: 15px;
        color: #808080;
        line-height: 1.4;
        padding-top: 16px;
        padding-bottom: 16px; }
  .custom-table .column-1 {
    width: 5%; }
  .custom-table .column-2 {
    width: 19%; }
  .custom-table .column-3 {
    width: 16%; }
  .custom-table .column-4 {
    width: 6%; }
  .custom-table .column-5 {
    width: 17%; }
  .custom-table .col-1 {
    max-width: 7.333333%; }
  .custom-table .col-2 {
    max-width: 13.666667%; }
  .custom-table .col-2-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.666667%;
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .custom-table .col-3 {
    max-width: 21%; }
  .custom-table img {
    width: 100%; }
  .custom-table .table td, .custom-table .table th {
    vertical-align: inherit;
    border-top: 0; }
  .custom-table .table thead th {
    border-bottom: 0; }

.form-group .help-block .list-unstyled li, .has-error .help-block .list-unstyled li {
  color: red; }

/***********************************************************************
                                Modal
************************************************************************/
.med_options, .med_option1, .med_option2, .med_option3, .med_option4, .med_option5, .med_option6, .med_option7, .infest_box, .pus_box {
  display: none; }

.formModal {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
  .formModal:target {
    opacity: 1;
    pointer-events: auto; }
  .formModal .overflow {
    width: 720px;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 80px 100px 13px 100px;
    background: #fff; }
  .formModal p {
    margin-bottom: 0px;
    margin-top: 1rem; }
  .formModal .close-button {
    float: right;
    margin-right: -50px; }
    .formModal .close-button .closeimg {
      background: url(../images/close.svg);
      width: 20px;
      height: 20px;
      margin-top: 8px;
      margin-right: -50px; }
  .formModal h3 {
    margin-bottom: 30px; }

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto; }
  .modalDialog select, .modalDialog textarea {
    border-radius: 15px; }
  .modalDialog textarea {
    padding: 10px; }
  .modalDialog .container {
    padding: 20px; }
  .modalDialog .overflow {
    width: 80%;
    height: 90%;
    position: relative;
    margin: 3% auto;
    border-radius: 10px;
    background: #fff; }
    .modalDialog .overflow p {
      margin-bottom: 0px;
      margin-top: 1rem; }
  .modalDialog .close-button {
    float: right; }
    .modalDialog .close-button .closeimg {
      background: url(../images/close.svg);
      width: 20px;
      height: 20px;
      margin-top: 8px;
      margin-right: 8px; }

@media screen and (max-width: 768px) {
  .modalDialog > div textarea {
    width: 100%;
    height: auto; } }

.option {
  background: #ECF1FF;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px; }

#new_consultation_form select {
  margin-top: 15px;
  margin-bottom: 10px; }

.option h3 {
  font-size: 1rem; }

.option textarea {
  width: 100%;
  height: auto; }

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

.overflow::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px; }

.overflow::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  margin-right: 5px; }

.overflow::-webkit-scrollbar-button {
  height: 5px; }

.overflow::-webkit-scrollbar-thumb {
  background: #4379FC;
  border-radius: 97px; }

/*******************************************************
                    Checkbox
*******************************************************/
/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox_container a {
    color: #4379FC;
    text-decoration: underline; }

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #4379FC; }

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  border: 2px solid #4379FC; }

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #4379FC; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 7px;
  top: 1px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

  /* checkbox fix for dynamic forms */
.check-dynamic-form {
  margin: 2px -19px !important;
}

.check-dynamic-label {
  margin-left: 12px;
}
.form-check-dynamic
{
  margin-top: 4px;
  margin-bottom: 4px;
}

.form-check {
  padding-top: 0.35rem;
}

.form-hint {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 12px;
}
.error-block
{
  padding: 5px 12px;
}

.custom-form-error {
  display: none;
}

.form-result-div {
  display: none;
}

/* agreement error class */
.agreement-error {
  color: red;
  padding-bottom: 25px;
  padding-top: 5px; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto !important; }
  .bootstrap-datetimepicker-widget.dropdown-menu:before {
    border: none;
    margin-top: 0;
    margin-left: 0; }

/* alert triangel svg */
.triangle-container, .triangle-svg {
  position: relative; }

.triangle {
  fill: #ff0000; }

.triangle-number {
  position: absolute;
  top: 17px;
  color: #fff;
  left: 44%;
  font-weight: bold;
  text-align: center; }


.generateDocumentationBox{
  color: #808080;
  font-size: 14px;
  margin-bottom: 10px;
  padding-right: 29px;
}

.generateDocumentationTrigger{
  margin-right: 5px;
  display:none;
  cursor: pointer;
}

.generateDocumentationText{
  margin-right: 5px;
}
.generateDocumentationCheckbox {
  display:none !important;
}
.generateDocumentationCheckbox + label span {
  display:inline-block;
  width:19px;
  height:19px;
  margin:-2px 10px 0 0;
  vertical-align:middle;
  outline: 1px solid #5b8afb;
  background: #fefefe;
  cursor:pointer;
}
.generateDocumentationCheckbox:checked + label span {
  background: #5b8afb;
}

.generateDocumentationCheckbox:indeterminate + label span {
  background: #b5cffd;
}

.generateDocumentationCheckboxGroup{
  padding-right: 10px;
}
.dropdownTherapy{
  display: inline-block;
}

.photo-container {
  position:relative;
}

.dropdownPhoto {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 20px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdownPhoto i {
  text-shadow: 1px 1px 3px grey;
  width: 20px;
  height: 30px;
  padding-top: 6px;
}

.dropdownPhoto .dropdown-menu:before {
  margin-left: 38px;
}

.lb-dataContainer {
  background: #fff;
  color: #000;
}

.lb-data, .lb-data .lb-number {
  color: #000 !important;
}

.common-container {
  list-style: none;
  text-align: left;
  height: 170px;
  scroll-behavior: auto;
  overflow: auto;
}

.common-container li {
  cursor: pointer;
  padding-left: 5px;
}

.normal-check .form-check input {
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    width: 19px;
    height: 19px;
}

.normal-check .form-check-label {
  margin-left: 0.8rem;
  width: auto;
}

.common-container li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
}

.common-container li a:hover, .common-container li:hover {
  background-color: #ddd;
}

.common-container li.active {
  background-color: #b5cffd;
}

  /* lang bar */
  .lang-bar {
    margin-right: -50px;
    z-index: 2000;
  }

  .lang-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .lang-bar ul li {
    display: inline-block;
  }
  
  .lang-bar ul li a {
    text-decoration: none;
  }
  
  .lang-bar ul li.active {
    font-weight: bold;
  }

  .is-solo {
    display: none;
  }

  .select-block {
    display: none;
  }

  .pagination-we a {
    height: 30px;
    text-align: center;
    padding: 3px;
    margin: 3px;
  }

  .pagination-we a.active-page {
    background-color: #2e6da4;
    color: #fff !important;
  }
