﻿.content {
  margin-top: 25px;
  background: #FFFFFF;
  border-radius: 10px;
}

.content form {
  width: 100%;
}

.content-header {
  height: 92px;
  border-radius: 10px 10px 0px 0px;
  background: #686868;
  line-height: 92px;
}

.content-header-title {
  font-size: 20px;
  color: #FFFFFF;
}

.content-main {
  min-height: 400px;
  padding-top: 20px;
}

.content-button {
  height: 92px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.content-button.last {
  text-align: right;
}

.content-button button {
  width: 130px;
  height: 52px;
  border-radius: 5px;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  border: 0px;
}

.content-button button:focus {
  outline: 0;
}

.btn-back {
  background: #C4C4C4;
  box-shadow: 3px 3px 0px #929292;
}

.btn-back:active {
  background: #929292;
  box-shadow: 0px 0px 3px 3px;
}

.btn-next {
  background: #37AB4C;
  box-shadow: 3px 3px 0px #298038;
}

.btn-next:active {
  background: #298038;
  box-shadow: 0px 0px 3px 3px;
}

.btn-next.inactive {
  opacity: 0.5;
}

.btn-next:active.inactive {
  background: #298038;
  box-shadow: 0px 0px 3px 3px;
  opacity: 0.5;
}

.btn-row {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .content button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .content-header {
    border-radius: 0px;
    line-height: normal;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 414px) {
  .table-header {
    font-size: 16px;
  }

  .table-header .btn-lg {
    font-size: 16px !important;
    width: auto !important;
  }
}
.overview-table {
  margin-top: 20px;
}

.table-header {
  background-color: #686868;
  height: 50px;
  border-radius: 10px 10px 0 0;
  margin-top: 20px;
}

.table-body-bg {
  height: 580px;
  background-color: white;
}

.nav-link.text-white.active.tabs {
  background-color: #686868;
}

.cell-header {
  font-size: 16px;
  width: 100px;
}

.tab-content {
  margin-top: 6px;
}

.nav.nav-pills.tabs {
  padding-top: 6px;
  border-bottom: none;
}

.table-row-dark {
  background-color: #E3F4F4;
  font-size: 16px;
}
@media only screen and (max-width: 414px) {
  .table-row-dark {
    font-size: 12px;
  }
}

.table-row-light {
  background-color: #F7F7F7;
  font-size: 16px;
}
@media only screen and (max-width: 414px) {
  .table-row-light {
    font-size: 12px;
  }
}

.nav.nav-tabs.tabs {
  padding-top: 6px;
  border-bottom: none;
  padding-top: 5px;
}

.btn:not(:disabled):not(.disabled) {
  color: #ffffff;
}

.table-content {
  background-color: white;
  /*height: 930px;*/
  padding-bottom: 20px;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 414px) {
  .table-content {
    font-size: 12px !important;
  }
}

.table-content-paginated {
  border-radius: 0px 0px 0px 0px;
}

.table-pages {
  background-color: white;
  border-radius: 0px 0px 10px 10px;
}

.tabs {
  height: 50px;
  font-size: 20px;
  line-height: 37px;
}

.nav-bar {
  height: 38px;
  background-color: white;
}

.container {
  max-width: 1130px;
}

.complete-markers {
  padding-left: 26px;
}

.text-input-label {
  font-weight: bold;
  font-size: 20px;
  color: #4d4d4d;
}

.text-input-box {
  height: 40px;
  width: 100%;
}

.text-input-group {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

select.form-control:not([size]):not([multiple]) {
  margin-bottom: 0px;
}

.form-check.terms-and-conditions {
  margin: 20px;
}

.btn.btn-primary.btn-lg.btn-back {
  border: 0px;
  margin-left: 20px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a4a4a4;
}

.btn.btn-primary.btn-lg.btn-edit {
  margin-left: 20px;
  box-shadow: 3px 3px 0px #B78325;
  background-color: #F9B232;
  border: 0px;
}

.search-tag {
  background-color: #F2F2F2;
  border-radius: 0%;
  border: 0px;
  border-left: solid;
  border-left-color: #F9B232;
  border-left-width: 5px;
  color: #4d4d4d;
  height: 30px;
  cursor: pointer;
}

.clear-filters-button {
  color: #c4c4c4;
  background-color: #FFFFFF;
  cursor: pointer;
  border: 0px;
  font-size: 0.875em;
}

.badge-secondary {
  color: #4d4d4d;
  background-color: #F2F2F2;
  margin-left: 5px;
  border-radius: 0px;
}

.btn.btn-primary.btn-lg.float-right.btn-start {
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 3px 3px 0px #298038;
  background-color: #37AB4C;
  border: 0px;
}

.btn.btn-primary.btn-lg.float-right.btn-start-assessment {
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 3px 3px 0px #298038;
  background-color: #37AB4C;
  border: 0px;
}

.btn.btn-primary.btn-lg.float-right.btn-start-invite {
  margin-left: 20px;
  box-shadow: 3px 3px 0px #3C8080;
  background-color: #5ABEBE;
  border: 0px;
}

.terms-and-conditions-modal {
  top: 30%;
  max-height: 60vh;
}
@media only screen and (max-width: 479px) {
  .terms-and-conditions-modal {
    top: 10%;
    font-size: 14px;
    max-height: 80vh;
  }
}

.patient-dashboard-newassessment {
  background-color: #37ab4c;
  border-radius: 0px 10px 0px 0px;
  width: 230px;
  font-size: 18px;
  border-color: #37ab4c;
  height: 50px;
  line-height: 35px;
}

div#data_table_length.dataTables_length {
  padding-right: 25px;
}

div.dataTables_wrapper div.dataTables_length select {
  height: 36px;
}

button.dt-button.buttons-excel.buttons-html5 {
  height: 36px;
}
