body {
  padding-top: 150px;
}

.w100 {
  width: 100%;
}

hr.hr {
  border-top: 1px solid #00b2e6;
  display: block;
  width: 100%;
}

.iframeFillScreen {
  width: 100%;
  height: 60vh;
}

.collapseTab {
  align-self: stretch;
  align-items: center;
  font-size: 18px;
  height: 51px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #00b2e6;
  -webkit-box-shadow: 0px 12px 36px 5px rgba(0, 0, 0, 0.1490196078);
  -moz-box-shadow: 0px 12px 36px 5px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 12px 36px 5px rgba(0, 0, 0, 0.1490196078);
  text-decoration: none;
  color: #fff;
}
.collapseTab:hover {
  color: #fff;
  text-decoration: none;
}
.collapseTab p {
  color: white;
  margin-top: 0;
  margin-bottom: 0px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.btn-big {
  min-height: 55px;
}

.btn-extrabig {
  padding: 30px 10px;
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.status-circle {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  border-radius: 50%;
  margin: auto;
}
.status-circle.red {
  background-color: #e74c3c;
}
.status-circle.yellow {
  background-color: #f1c40f;
}
.status-circle.green {
  background-color: #2ecc71;
}

.patient .box {
  border: 1px solid #00b2e6;
  padding: 20px;
}
.patient .box span {
  text-align: center;
  display: block;
}
.patient .box span.bold {
  font-size: 18px;
  font-weight: bold;
  color: #00b2e6;
}
.patient .status-circle {
  margin: initial;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.patient.patient-questionarie form label {
  width: 100%;
  margin-bottom: 0;
}
.patient.patient-questionarie form .form-control {
  margin-top: 10px;
  margin-bottom: 20px
}

.patient-questionarie.disabled input:disabled,
.patient-questionarie.disabled select:disabled,
.patient-questionarie.disabled textarea:disabled {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    height: auto;
    appearance: none;
}
.patient-questionarie.disabled textarea:disabled {
  height: 50px;
}
.patient-questionarie.disabled label{
  font-size: 18px;
  font-weight: bold;
  color: #00b2e6;
}

.patient-questionarie.disabled label span.required{
  display: none;
}

.error-box{
  border: 1px solid #e74c3c;
  background: #ffcac5;
  padding: 15px;
  margin-bottom: 15px;
}

.box table tr th {
      font-size: 18px;
    font-weight: bold;
    color: #00b2e6;
    text-align: right;
}