body {
  background-color: #201f1f;
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  .button_text {
    display: none;
  }
}

/*Bootstrap Overrides*/
.modal .modal-header {
  background-color: #c60c0c;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
}

.modal .modal-header .prev,
.modal .modal-header .next {
  float: right;
  color: rgb(76, 76, 76);
  margin-top: 7px;
}

.modal .modal-header .prev:hover,
.modal .modal-header .next:hover {
  color: rgb(150, 150, 150);
}

.modal .modal-header .prev {
  margin-right: 10px;
}

.modal .modal-header .next {
  margin-right: 50px;
}

.modal-header .close {
  margin-top: 2px;
}
.modal .close {
  color: #ffffff;
  opacity: 1;
  margin-top: 2px;
}
.modal .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/*order list styling*/
ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font: 15px "trebuchet MS", "lucida sans";
  padding: 0;
  margin-bottom: 4em;
}
ol ol {
  margin: 0 0 0 2em;
}
.rounded-list a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}
.rounded-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #e06969;
  height: 2.5em;
  width: 2.5em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

/*Header*/
.message_container {
  position: absolute;
  top: 80px;
  z-index: 1031;
  left: 50%;
}
.message_container .assessment_alert {
  position: relative;
  left: -50%;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
}
.message_container .assessment_alert.error_message {
  background: #ce0000;
}
.message_container .assessment_alert.success_message {
  background: #62bc77;
}
.navbar {
  border-bottom: 3px solid #ce0000;
}
.logo {
  float: left;
}
.section {
  color: #ffffff;
  font-size: 2em;
  line-height: 20px;
  display: inline-block;
  float: left;
  margin: 20px 0 0 30px;
}
#page-wrapper {
  padding: 80px 0 30px 0;
  background-color: #ffffff;
  min-height: 400px;
}
.form-signin-heading .btn {
  margin: -5px 0 0 10px;
}
@media only screen and (max-width: 480px) {
  .section {
    font-size: 1.4em;
    line-height: 40px;
    display: inline-block;
    margin: 20px 0 5px 10px;
  }
  #page-wrapper {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 363px) {
  .section {
    font-size: 1.4em;
    margin: -10px 0 0 10px;
  }
}

/*Front page*/
.jumbotron {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.first_j {
  background-image: url("../img/bg_jumbotron.jpg");
  margin-bottom: 0;
  padding-top: 140px;
}
.first_j span.tagline {
  font-size: 68px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .first_j {
    padding-top: 30px;
  }
  .first_j span.tagline {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
#register_form {
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
}
#register_form .form-control {
  margin-bottom: 10px;
}
#register_form #agreement {
  background-color: #ecf0f1;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  color: #9f9f9f;
  padding: 10px 15px;
}

hr.red_line {
  border: 2px solid #ce0000;
  width: 100px;
  margin-left: 0;
}
.about_container {
  margin-bottom: 50px;
}
.about_container p {
  font-size: 18px;
}

.second_j {
  margin-bottom: 0;
}
.red_j {
  background: #ce0000;
  color: #ffffff;
  margin-bottom: 0;
}
.red_j hr.other_line {
  border: 2px solid #aaaaaa;
  width: 100px;
  margin-left: 0;
}
.red_j p {
  font-size: 18px;
}
.red_j a {
  color: #bfbfbf;
}
.red_j a:hover {
  color: #9c9c9c;
}

.how_works {
  text-align: center;
  color: #ce0000;
  margin: 0 0 40px 0;
  font-size: 52px;
}

.front_img {
  max-width: 700px;
  float: right;
  margin: 0 0 20px 20px;
}

@media only screen and (max-width: 720px) {
  .front_img {
    max-width: inherit;
    float: none;
    margin: 0;
  }
  .front_img_right {
    float: none;
    margin: 0;
  }
}

h3.works_list::before {
  content: "1";
  margin-left: -40px;
  margin-right: 10px;
  background-color: #ce0000;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
h3.works_list_second::before {
  content: "2";
}
h3.works_list_third::before {
  content: "3";
}

.view_instructions {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.view_instructions a {
  font-size: 16px;
}

.last_j {
  margin-bottom: 0;
}

/*Registration Page*/
form label {
  margin-top: 5px;
}
form input,
.form-signup select {
  margin-bottom: 5px;
}
.btn-group {
  margin-bottom: 10px;
}
#agreement_checkbox {
  margin: 5px 10px 10px 0;
}
.card_wrapper {
  border: 1px solid #dce4ec;
  padding: 10px 15px;
  border-radius: 4px;
}
.gray_out_icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gray_out_text {
  opacity: 0.5;
}

/*My Account*/
#update_credit {
  display: none;
}

/*Dashboard Page*/
.btn-secondary:hover {
  color: #cccccc;
}
.sort_row {
  margin: -5px 0 5px 0;
  vertical-align: bottom;
  line-height: 30px;
}
.sort_row a {
  margin-left: 10px;
}
.sort_row a.active {
  color: #ce0000;
}
.sort_row div {
  float: right;
}
.thin_select {
  height: 25px;
  margin-bottom: 1px;
  padding: 0;
}

/*Footer*/
.footer {
  color: #ffffff;
  padding-top: 30px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #ffffff;
}

/*Theme overrides*/
a:hover {
  color: #ce0000;
}
.navbar-default {
  background-color: #201f1f;
}
.navbar-brand {
  padding: 0 15px;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #ffffff;
  color: #ce0000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #ce0000;
  color: #fff;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #ce0000;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #ce0000;
}
.navbar-nav .open .dropdown-menu > .active > a,
.navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #ce0000;
}
.alert-success hr {
  border-top-color: #ce0000;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #fff;
  background-color: #ce0000;
}
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  background-color: #ce0000;
}
.btn-primary {
  background-color: #ce0000;
  border: 0;
}
.btn-primary:hover {
  background-color: #e06969;
  border-color: #bc6262;
}
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:hover {
  background-color: #911f1f;
  border-color: #6b2323;
}
.dropdown-toggle {
  font-size: 22px;
}
input[type="date"].form-control {
  line-height: 25px;
}
.btn-alert {
  background-color: #e5e5e5;
}
.btn-alert.active {
  background-color: #ce0000;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .dropdown-toggle {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown-toggle span {
    display: none;
  }
}

.alert-danger {
  background-color: #ce0000;
}
.alert-danger a:hover {
  color: #cccccc;
}
.alert-success {
  background-color: #62bc77;
  border-color: #62bc77;
}
.panel-default {
  border-color: #7f7f7f;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-title {
  padding-top: 4px;
}
.panel-title span.birthdate {
  float: right;
  margin-right: 25px;
}
.panel-default > .panel-heading {
  cursor: pointer;
  background: #7f7f7f;
  border: 1px solid #7f7f7f;
  color: #ffffff;
}
.panel-default > .panel-heading:hover {
  background: #999999;
  border-color: #999999;
}
.panel-heading:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  margin-top: -23px;
  color: #ffffff; /* adjust as needed */
}
.panel-heading.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
@media only screen and (max-width: 480px) {
  .panel-heading:after {
    margin-right: -10px;
    font-size: 14px;
  }
}

.panel-body {
  position: relative;
}

.add_button {
  float: right;
}
#back {
  float: right;
  margin-top: 8px;
  margin-bottom: 10px;
}
#cancel {
  float: right;
  margin-top: 8px;
}
#print {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.btn-tiny {
  font-size: 12px;
  padding: 3px 5px;
  margin-left: 10px;
  margin-top: -2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eaeaea;
}

.table-striped > tbody > tr.green_shading {
  background-color: #d6f9d6;
}

#dialog-confirm {
  display: none;
}
button#button-yes[disabled] {
  color: #dddddd;
}

@media only screen and (max-width: 480px) {
  h1,
  h2 {
    margin: 5px 0;
  }
  div.text-right {
    text-align: left;
  }
  h4.panel-title {
    font-size: 14px;
  }
  h4.panel-title span.birthdate {
    margin-right: 10px;
  }
  .sort_row {
    height: 60px;
  }
  .sort_row div {
    float: none;
  }
}

.btn-circle {
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.08;
  border-radius: 15px;
}

.form-control[disabled] {
  color: #939393;
}

/*Dialog Overrides*/
.ui-widget {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-widget button {
  border-radius: 4px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #ce0000;
  border: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
}
.ui-widget button:hover {
  background: #e26a6a;
}
.ui-widget button.disabled {
  background: #444444;
  color: #ffffff;
  cursor: default;
}
.ui-widget button.disabled:hover {
  background: #444444;
  color: #ffffff;
  cursor: default;
}

.ui-widget-header {
  background: #ce0000;
  color: #ffffff;
  border: 0;
}
.ui-widget-overlay {
  opacity: 0.6;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-widget p {
  margin: 15px 0;
}

.copy_url {
  margin-left: 0;
  margin-top: 10px;
}

#clonable_results_info,
#clonable_results_container,
#clonable_selections {
  display: none;
}

/*Pagination*/
.pagination {
  margin: 10px 0;
}
.pagination > li > a {
  color: #ce0000;
}
.pagination > li > a:hover {
  color: #ce0000;
}
.pagination > .active > a {
  background-color: #ce0000;
  border-color: #ce0000;
  cursor: pointer;
}
.pagination > .active > a:hover {
  background-color: #e26a6a;
  border-color: #e26a6a;
}

/*Dashboard*/
#patient_type,
#assessment_type {
  display: inline;
}
#patient_type button,
#assessment_type button {
  background-color: transparent;
  color: #a5a5a5;
}
#patient_type button:hover,
#assessment_type button:hover {
  color: #cccccc;
}
.hidden_form {
  display: inline;
}
.hidden_form .btn {
  padding: 0;
  margin: -3px 0 0 5px;
}
.hidden_form .btn.active {
  color: #ce0000;
}
.new_assessment_container {
  float: right;
  padding-right: 0;
  margin-bottom: -30px;
  padding-top: 5px;
}
.partial {
  color: #ce0000;
}
.assessment_type_select {
  margin-top: 20px;
}
#clonable_assessment_type,
#email-assessment {
  display: none;
}

@media only screen and (max-width: 990px) {
  .new_assessment_container {
    position: absolute;
    bottom: 35px;
    right: 5px;
  }
  .new_assessment_container div {
    padding-left: 0;
  }
}

/*  Assessments/Patients  */
.table-responsive {
  border-left: 1px solid #ebeff0;
  border-bottom: 1px solid #ebeff0;
  border-right: 1px solid #ebeff0;
  border-radius: 0 5px 5px 5px;
}
.dataTables_wrapper {
  padding-top: 20px;
}
.dataTables_wrapper select,
.dataTables_wrapper input {
  height: 30px;
  padding: 0;
}
.assessment_tabs > li > a.active {
  background-color: #ebeff0;
  color: #4c4c4c;
}
.dataTables_length,
.dataTables_info {
  margin-left: 10px;
}
.dataTables_filter {
  margin-right: 10px;
}
.dataTables_paginate {
  padding-right: 10px;
}

.new_assessment,
.export {
  float: right;
  margin-left: 5px;
}
#filters-container {
  display: none;
}
.filters_container {
  margin-bottom: 10px;
}
.filter_dropdown {
  position: relative;
  display: inline-block;
}
.filter_button {
  border-radius: 5px;
  padding: 3px 7px;
  margin: 0 5px;
}
.filter_button.active,
.category_filter.active,
.assessment_type_filter.active,
.administration_format_filter.active,
.time_frame_filter.active {
  background-color: #4c4c4c;
  color: #ffffff;
}
.category_filter,
.administration_format_filter,
.assessment_type_filter,
.time_frame_filter {
  margin-top: 5px;
  margin-bottom: 5px;
}
.diagnostic_dropdown .dropdown-menu {
  min-width: 200px;
}

/*Patients*/
#complete_assessment {
  display: none;
}

/*Responsive Tables*/
@media only screen and (max-width: 767px) {
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables tr {
    border: 1px solid #ccc;
  }
  .no-more-tables td {
    border: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30% !important;
    white-space: normal;
    text-align: left;
  }
  .no-more-tables td.text-right {
    padding-left: 0 !important;
  }
  .no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .no-more-tables td:before {
    content: attr(data-title);
  }
}

/*Complete Assessment*/
.assessment_title {
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.take_question_text {
  font-weight: bold;
  font-size: 18px;
}
.assessment_complete_text {
  text-align: center;
  margin-bottom: 20px;
}
.clinician_notes_text {
  color: #3f6f8c;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}
.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  font-weight: normal;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #c2c2c2;
}
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}
.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.question_navigation {
  margin-top: 40px;
}
#next_question,
#back_to_dashboard {
  float: right;
}

/*Admin*/
.admin_options {
  margin-top: 100px;
}
#assessment_name {
  border: 0;
  font-size: 26px;
  margin-right: 20px;
}
#assessment_name:hover {
  background: #dbdbdb;
}
#email_format {
  margin-left: 10px;
}
.section_container {
  border: 1px solid #eeeeee;
  border-radius: 1px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.section_container .form-group {
  margin-bottom: 0;
}
.section_header {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #efefef;
  padding: 5px 15px;
  font-size: 16px;
  margin: 5px 0 0 0;
}
.section_add {
  margin-top: 10px;
}
.response_container {
  padding-top: 2px;
  font-size: 13px;
}
.question_container.active .response_container:hover {
  background: #dddddd;
}
.question_container {
  padding: 10px 0;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.question_container:hover {
  background: #f2f2f2;
  border: 1px solid #eaeaea;
}
.question_container.active {
  background: #e5e5e5;
  border: 1px solid #d8d8d8;
}
.question_divider {
  margin-top: 5px;
  margin-bottom: 5px;
}
.question_label {
  padding-top: 0 !important;
  margin-top: 2px;
}
.question_text {
  height: 30px;
  margin-bottom: 3px;
  padding: 2px 3px;
}
.move_buttons_container {
  position: absolute;
  top: 10px;
  right: -2px;
  display: none;
  width: 25px;
  z-index: 1;
}
.move_buttons_container button {
  width: 25px;
  margin-bottom: 5px;
}

.question_container:hover .move_buttons_container,
.question_container.active .move_buttons_container {
  display: block;
}

.question_responses {
  margin-bottom: 10px;
}
.question_add {
  margin-top: 10px;
}
.section_remove {
  display: none;
  margin-top: 10px;
  padding: 4px 6px;
}
.response_remove {
  margin-top: 2px;
  display: none;
}
.question_container.active .response_remove {
  display: block;
}
#dialog-confirm {
  display: none;
}

.response_text {
  padding: 2px 3px;
  height: 26px;
  margin-bottom: 2px;
}
.response_skip {
  height: 26px;
  padding: 2px 3px;
}
.form-horizontal .response_label {
  padding-top: 0px;
  margin-top: 2px;
}
.question_container.active .response_label:before {
  font-family: FontAwesome;
  content: "\f047";
  font-size: 10px;
  padding-right: 5px;
}

.question_container.active .disabled_sortable .response_label:before {
  content: "";
}

.section_container .question_container:first-child .question_up {
  display: none;
}
.section_container div:last-of-type .question_down {
  display: none;
}

.switch {
  position: relative;
  display: block;
  width: 34px;
  height: 15px;
  margin-bottom: 2px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input.notes_on_off:checked + .slider {
  background-color: #3f6f8c;
}
input.notes_on_off:focus + .slider {
  box-shadow: 0 0 1px #3f6f8c;
}
input.multi_select:checked + .slider {
  background-color: #62bc77;
}
input.multi_select:focus + .slider {
  box-shadow: 0 0 1px #62bc77;
}
input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.notes_container {
  display: none;
  color: #3f6f8c;
}
.clinician_notes {
  height: 30px;
  margin: 3px 0 5px 0;
  padding: 2px 3px;
  color: #3f6f8c;
}
.notes_on {
  display: block;
}

/*Scoring Rules*/
.no_rules {
  margin: 20px 0;
}
.rule_container h2.rule_header {
  margin: 0 0 5px 0;
  font-size: 20px;
  padding: 5px 0 5px 20px;
  background: #cccccc;
}
.rule_container select {
  height: 26px;
  padding: 2px 3px;
}
.rule_container .control-label {
  padding-top: 0;
}
.rule_add {
  margin: 0px 0px 0px 25px;
}

.rule_container.active .response_container:hover {
  background: #dddddd;
}
.rule_container {
  padding: 10px 0;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.rule_container:hover {
  background: #f2f2f2;
  border: 1px solid #eaeaea;
}
.rule_container.active {
  background: #e5e5e5;
  border: 1px solid #d8d8d8;
}
.rule_divider {
  margin-top: 10px;
  margin-bottom: 10px;
}
input.conditional_on_off:checked + .slider {
  background-color: #3f6f8c;
}
input.conditional_on_off:focus + .slider {
  box-shadow: 0 0 1px #3f6f8c;
}

.rule_container:hover .move_buttons_container,
.rule_container.active .move_buttons_container {
  display: block;
}
#clonable {
  display: none;
}
.rule_responses {
  margin: 0px 0 10px 0;
  margin-bottom: 10px;
}
.rule_response_container {
  padding-top: 2px;
  font-size: 13px;
}
.rule_response_container .response_label,
.rule_response_container .question_label {
  padding: 0;
}
.rule_container .rule_response_remove {
  margin-top: 2px;
  display: none;
}
.rule_container:hover .rule_response_remove {
  display: block;
}
.rule_container.active .rule_response_remove {
  display: block;
}
span.and {
  color: #8e8e8e;
  font-size: 16px;
  float: left;
  margin-left: 60px;
}

.section_container .rule_container:first-child .rule_up {
  display: none;
}
.section_container div:last-of-type .rule_down {
  display: none;
}

#dialog-add-rule {
  display: none;
}
.green_light {
  color: #36aa38;
}
.red_light {
  color: #ce0000;
}

/*Diagnostic Categories*/
textarea.form-control {
  min-height: 100px;
  margin-bottom: 20px;
}

/*Results*/
.assessment_information {
  margin-bottom: 20px;
}
.diagnostic_container {
  background: #e5e5e5;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.diagnostic_container h2 {
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
}
.diagnostic_container i {
  font-size: 180px;
  margin-bottom: 20px;
}
.diagnostic_container .text_hover {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  text-align: center;
  z-index: 2;
}
.diagnostic_container .text_hover p {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  .diagnostic_container h2 {
    font-size: 14px;
  }
}

/*Instructions Page*/
.instructions_container p {
  font-size: 18px;
}
.instructions_container img {
  margin: 20px 0;
}
#download {
  float: right;
  margin-top: -35px;
}
#ratings_container {
  display: none;
}
