.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
.measurement-input input {
    width: 100px;
}
input[type="radio"], input[type="checkbox"] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin-left: 7px;
    margin-right: 7px;
}
@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

.pagination .page-link{
  padding: 0.5rem 1rem;
}

.project-change-container{
  margin: 10px 15px 0
}
.project-change-container select:focus,
.project-change-container select:hover,
.project-change-container select{
  border-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  background-color: rgba(255,255,255, 0.1)
}
select.form-control option{
    color: #000
}
select.form-control[multiple] option{
    color: #fff
}
.input-group-append{
    border: 1px solid #5e74b7;
    height: calc(2.25rem + 2px);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-width: 0;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.input-group input:focus + .input-group-append{
    border-color: #e14eca;
}
.input-group-append .input-group-text{
    border: none !important;
    background: #27293d !important;
    text-align: center;
}
.hidden-editable-input{
    background: #27293d !important;
    border: 1px solid #27293d;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
#js-dose-table .date-input{
    color: #fff;
}
.datepicker table tr td.active{
    background: #e14eca !important;
    background-image: -webkit-linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca) !important;
    background-image: -o-linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca) !important;
    background-image: -moz-linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca) !important;
    background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca) !important;
    background-size: 210% 210% !important;
    background-position: top right !important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
input.form-control, select.form-control, textarea.form-control{
    border-color: #5e74b7;
    border-width: 1px;
    border-style: solid;
}

.treatment-details .treatment-dose {
    padding-left: 5px;
    padding-right: 5px;
}

.modal-dialog .close {
    font-size: 3rem;
}

.modal-content .modal-header button {
    padding-top: 0px;
}