.tbl-bg {
  background-color: #34495e !important;
  color: #fff;
}

.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}
.agreement-box {
  text-align: justify;
}
span.agreement-error {
  color: #f35656;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
tr.crnt-date {
  background-image: linear-gradient(180deg, #b7bdbc, #e6fbf6);
}
.crnt-date th,
.crnt-date td {
  border: 1px solid #e6fbf6 !important;
}
.crnt-date td {
  color: #fff;
  font-weight: bold;
}
#diat_body tr th i,
#diat_body tr th span {
  display: block;
  text-align: center;
}
.text-red {
  color: #e85f5c;
}
.text-green {
  color: #60cc62;
}
.table .table {
  margin-bottom: 0px !important;
  border: none !important;
}
.span-block span,
span.span-block {
  display: block;
  text-align: center;
}
.totalVal {
  position: absolute;
  left: 50%;
}
.procedure-list li p:first-child {
  font-weight: bold;
  margin-bottom: 0px !important;
}
ol.procedure-list li {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-left: 5px solid #2dce89;
}
ol.procedure-list {
  margin-top: 20px;
}

.insulin-box ul {
  left: 13px !important;
  width: 94% !important;
}
.text-error-select2 {
  position: absolute;
  bottom: -20px;
}
#printDiabeticChart {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}

.block {
  border: 0;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

.block {
  position: relative;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: border-box;
}

.tag-list {
  width: 100%;
  margin-top: 10px;
  margin: 10px -5px 0px -5px;
}
span.label.label-primary.tag {
  position: relative;
  padding: 0.3em 2.5em 0.4em 0.8em;
  margin: 3px 5px;
  float: left;
}
span.label.label-primary.tag .remover {
  position: absolute;
  right: 5px;
  top: 1px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  bottom: 0 !important;
}
#operation_form .text-danger {
  position: absolute;
  bottom: -18px;
}
#investigation_form .invest .text-danger {
  bottom: -104px !important;
  width: 100%;
  left: 0;
}
.module-header {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
  text-align: center;
  font-size: 20px !important;
  color: #fff;
  font-weight: bold;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
[v-cloak]:before {
  content: url("loader.gif");
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
[v-cloak] > div {
  display: none;
}

.navbar-nav.navbar-left {
  position: absolute;
  left: 5%;
}
.hospital-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  pointer-events: none;
}
.text-dark {
  color: #124471 !important;
}
a.disabled {
  /* Make the disabled links grayish*/
  color: #615d5d;
  /* And disable the pointer events */
  pointer-events: none;
}
