﻿label {
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 10px;
  margin-left: 0px; }

.form-check {
  margin-bottom: 20px; }

select {
  height: 50px;
  width: 100%;
  font-size: 20px;
  border: 2px solid #C4C4C4;
  color: #4D4D4D;
  margin-bottom: 20px; }

.text-question {
  margin-bottom: 30px; }

textarea {
  width: 100%;
  height: 125px;
  font-size: 20px; }

.text-question-chars-remaining {
  float: right;
  font-style: italic; }

.radio-questions {
  display: table;
  width: 100%; }

.radio-question {
  padding-bottom: 22px;
  display: table-row; }

.radio-question-text {
  display: table-cell;
  width: auto; }

.radio-question-answer {
  display: table-cell;
  text-align: right;
  width: 243px; }

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio-container input {
  position: absolute;
  opacity: 0; }

.radio-container > .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #DAE6E6;
  border-radius: 50%;
  transition: background-color 0.1s ease-in-out; }

.radio-container:hover input + .checkmark {
  background-color: #F9B232; }

.radio-container input:checked + .checkmark {
  background-color: #F9B232; }

.radio-container > .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.radio-container input:checked + .checkmark:after {
  display: block; }

.radio-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: white; }

.tag-button {
  display: inline-block; }

.tag-button > input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.tag-button > input[type="checkbox"] + label {
  display: block;
  min-width: 120px;
  width: auto;
  background: #DAE6E6;
  box-shadow: 2px 2px 0px #C8D4D4;
  border-radius: 3px;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #4D4D4D;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 15px 12px; }

.tag-button > input[type="checkbox"] + label:hover {
  background: #c8d4d4; }

.tag-button > input[type="checkbox"] + label:focus {
  background: #c8d4d4; }

.tag-button > input[type="checkbox"] + label:active {
  background: #C8D4D4;
  box-shadow: 0px 0px 0px 0px; }

.tag-button > input[type="checkbox"]:checked + label {
  color: #FFFFFF;
  background: #5ABEBE;
  box-shadow: 2px 2px 0px #3C8080; }

.tag-button > input[type="checkbox"]:checked + label:hover {
  background: #3C8080; }

.tag-button > input[type="checkbox"]:checked + label:focus {
  background: #3C8080; }

.tag-button > input[type="checkbox"]:checked + label:active {
  background: #3C8080;
  box-shadow: 0px 0px 0px 0px; }

.text-danger-validation-summary-valid {
  color: #B70000;
  font-style: italic; }

.text-danger-field-validation-valid {
  color: #B70000;
  font-style: italic; }

.timespan-select label {
  font-weight: normal; }

.timespan-select div {
  display: inline-block;
  width: 32.9%; }

.slider-value {
  width: 24px;
  margin-left: 15px; }

.new-assessment {
  background-color: #37ab4c;
  border-radius: 0px 10px 0px 0px;
  width: 230px;
  font-size: 18px;
  border-color: #37ab4c;
  height: 50px;
  line-height: 35px;
  float: right; }
  @media only screen and (max-width: 414px) {
    .new-assessment {
      border-radius: 10px 10px 10px 10px;
      float: left;
      margin: 10px 10px 10px 10px; } }

@supports not (-ms-high-contrast: none) {
  .slider {
    -webkit-appearance: none;
    border-radius: 1em;
    width: 100%;
    margin-right: 15px;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s; }
  .slider:hover {
    opacity: 1; }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #5ABEBE;
    cursor: pointer; }
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #5ABEBE;
    cursor: pointer; } }

/* IE9, IE10, IE11 */
@media screen and (min-width: 0\0) {
  .slider::-ms-track {
    width: 100%;
    height: 10px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent; }
  .slider::-ms-fill-upper {
    background: #d3d3d3;
    border-radius: 6px; }
  .slider::-ms-fill-lower {
    background: gray;
    border-radius: 6px; }
  .slider::-ms-thumb {
    border: none;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #5ABEBE; } }
