.encounter-date-block {
  padding: 6px 16px;
  border-bottom: 1px solid #dfe8f2;
  background-color: #f6f8fb;
  color: rgba(0, 0, 0, 0.42);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.investigation-type {

  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(57, 82, 166, 0.45);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #3952a6;
  font-size: 13px;
  line-height: 19px;
}

.presciption-type {

  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(57, 82, 166, 0.45);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  color: #3952a6;
  font-size: 13px;
  line-height: 19px;
}

.presciption-type.remove {
  padding-right: 40px;
  background-image: url('/images/ic_cancel_1.svg');
  background-position: 93% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.presciption-type.remove:hover {
  border-color: #fe5858;
  background-color: rgba(254, 88, 88, 0.08);
  color: #fe5858;
}

.prespcription-type.remove {
  padding-right: 40px;
  background-image: url('/images/ic_cancel_1.svg');
  background-position: 93% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.prespcription-type.remove:hover {
  border-color: #fe5858;
  background-color: rgba(254, 88, 88, 0.08);
  color: #fe5858;
}

.patient-avatar-overlay:hover {
  opacity: 1.0;
}

.delete-medtrack {
  display: none;
}

.attach-card {
  /* width: 30%;     */
}

.attach-card-container {
  width: 25%;
}

.attchment {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.patient-avatar-overlay {
  border: solid 1px white;
  background-color: #dfe8f2;
  opacity: 0.01;
  cursor: pointer;

  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
}

.message-ticker .error-notification {
  border-color: #ffa1a1 !important;
  background-color: #ffdada !important;
}

.error-notification>.ticker-content {
  color: #fe5858 !important;
}

.error-ticker-title {}

.error-ticker-content {
  color: #fe5858;

}

.ticker-error-message-block {
  border-color: #ffa1a1;
  background-color: #ffdada;
  color: #fe5858;
}

.error-message-ticker {
  border-color: #ffa1a1;
  background-color: #ffdada;
  color: #fe5858;
}

#mapCanvas {
  width: 300px;
  height: 300px;
  float: left;
}

#infoPanel {
  float: left;
  margin-left: 10px;
}

#infoPanel div {
  margin-bottom: 5px;
}

#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

#floating-panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  width: 350px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}

#latlng {
  width: 225px;
}

.vue-map {
  height: 100% !important;
  width: 100% !important;
}

textarea {
  resize: none;
}

.message-ticker:hover {
  opacity: 1 !important;
}

.notification-wrapper {
  overflow: visible !important;
}

.delete-medtrack {
  display: none;
}

.delete-drug {
  background-color: #ddd;
}

.nav-opened {
  height: 888px;
  display: block;
  width: 326.797px !important;
}

.nav-closed {
  display: none;
}

.modal-overlay-logout {
  z-index: 9000;
}

.small-drop-down {
  width: 20% !important;

}

.small-drop-down>select {
  padding-right: 0px;
}

.small-text-field {
  width: 65% !important;
}

@media(max-width: 991px) {
  .small-drop-down {
    width: 30% !important;
  }

  .small-text-field {
    width: 66% !important;
  }
}

.numbering-item {
  /* visibility: hidden!important; */
}

div.close {
  cursor: pointer;
}

.show-details {
  /* opacity: 1; */
  /* transform: translateX(0px) translateY(0px) translateZ(0px); */
  display: block !important;
  /* transform-style: preserve-3d; */
  /* transition: opacity 200ms, transform 200ms; */
}

.hide-details {
  /* transition: opacity 200ms, transform 200ms; */
  /* opacity: 0; */
  /* transform: translateX(1000px) translateY(0px) translateZ(0px); */
  display: none !important;
  /* transform-style: preserve-3d; */

}

.checkbox.disabled {
  background-color: #ccc;
  border-color: #ccc;
}

.search-box {}

.site-section.ghana-card {
  padding-top: 80px;
  border-top: 1px solid #dfe8f2;
  background-color: #f6f8fb;
  text-align: center;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}