/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Asap, Helvetica, Arail, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  color: #8a181b;
}
button {
  background: #41a457;
  background: -webkit-linear-gradient(top, #245b30 0%, #41a457 50%, #7fcc90 100%);
  background: linear-gradient(to bottom, #245b30 0%, #41a457 50%, #7fcc90 100%);
  border: 3px solid #000000;
  min-height: 48px;
  margin: 0;
  padding: 0 50px;
  font-size: 24px;
  font-weight: bold;
  text-shadow: #000000 1px 1px 0, #000000 -1px -1px 0, #000000 1px -1px 0, #000000 -1px 1px 0;
  color: white;
  border-radius: 10px;
  position: relative;
  /*&:after {
    content: attr(data-text);
    -webkit-text-stroke: 2px #022A12;
    position: absolute;
    width: 100%;
    top: 6px;
    left: 0;
    text-align: center;
    z-index: 2;
  }*/
}
button:hover {
  background: #62c077;
  background: -webkit-linear-gradient(left, #245b30 0%, #7fcc90 45%, #7fcc90 55%, #245b30 100%);
  background: linear-gradient(to right, #245b30 0%, #7fcc90 45%, #7fcc90 55%, #245b30 100%);
}
button:active {
  background: #2c6d3a;
  background: -webkit-linear-gradient(left, #7fcc90 0%, #245b30 45%, #245b30 55%, #7fcc90 100%);
  background: linear-gradient(to right, #7fcc90 0%, #245b30 45%, #245b30 55%, #7fcc90 100%);
}
button.mainMenu {
  background: #8a181b;
  background: -webkit-linear-gradient(top, #33090a 0%, #8a181b 50%, #db2d32 100%);
  background: linear-gradient(to bottom, #33090a 0%, #8a181b 50%, #db2d32 100%);
  border: 3px solid #000000;
}
button.mainMenu:hover {
  background: #62c077;
  background: -webkit-linear-gradient(left, #33090a 0%, #db2d32 45%, #db2d32 55%, #33090a 100%);
  background: linear-gradient(to right, #33090a 0%, #db2d32 45%, #db2d32 55%, #33090a 100%);
}
button.mainMenu:active {
  background: #2c6d3a;
  background: -webkit-linear-gradient(left, #db2d32 0%, #33090a 45%, #33090a 55%, #db2d32 100%);
  background: linear-gradient(to right, #db2d32 0%, #33090a 45%, #33090a 55%, #db2d32 100%);
}
button:disabled {
  background: #555;
  /* Fallback */
  background: -webkit-linear-gradient(top, #333333 0%, #eaeceb 100%);
  background: linear-gradient(to bottom, #333333 0%, #eaeceb 100%);
  border-color: #111;
}
button:before {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 16px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 6px;
}
button span {
  position: relative;
  z-index: 10;
}
button a:link,
button a:visited {
  color: inherit;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
}
textarea {
  width: 100%;
  height: 5em;
}
li.nobullet {
  list-style-type: none;
  width: 100%;
}
li.title {
  list-style-type: none;
  text-align: center;
}
.learnmoresection ul {
  padding-left: 1.2em;
}
.learnmoresection li {
  padding-left: 1.2em;
}
li.nobullet img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.2em;
  height: 350px;
}
li.nobullet video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 350px;
  padding: 0.2em;
}
li.nobullet img.fullwidth {
  width: 100%;
  height: auto;
}
li.nobullet {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: -1.2em;
  padding-left: .6em;
  padding-right: .6em;
}
a {
  text-decoration: underline;
  color: #41a457;
  font-size: 105%;
  cursor: pointer;
}
#theGame {
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  border: 8px solid #8A181B;
  background: white;
  /* Fallback if gradients aren't supported */
  background: -webkit-linear-gradient(90deg, #ffffff, #e6e6dd 50%, #ffffff);
  background: linear-gradient(0deg, #ffffff, #e6e6dd 50%, #ffffff);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#view {
  height: 100%;
}
#gameHead {
  height: 115px;
}
#links {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
  position: absolute;
  top: 18px;
  right: 275px;
}
#links li {
  display: inline-block;
  margin-left: 25px;
}
#links li a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
#links li a:hover {
  text-decoration: underline;
}
#stanfordLogo {
  position: absolute;
  top: 18px;
  left: 18px;
}
#sonodocLogo {
  position: absolute;
  top: 18px;
  right: 18px;
}
/* ----- Home Screen ----- */
#homeScreen,
#loadingPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#homeSpecialties {
  width: 100%;
  text-align: center;
  margin: 1em 0;
}
#homeSpecialties h1 {
  margin: 0 0 15px;
  font-size: 1.66em;
}
#homeSpecialties #specialtyList {
  list-style: none;
  background: #B7B7B5;
  width: 800px;
  height: 170px;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 20px;
  position: relative;
}
#homeStanford {
  position: absolute;
  top: 18px;
  left: 18px;
}
#homeLogo {
  padding: 15% 0 5%;
}
#homeMoreInfo {
  padding: 0 0 5%;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
}
#cmeIntro {
    font-size: 1.5em;
    width: 80%;
    height: 250px;
    text-align: center;
}
#homeLoading {
  font-size: 36px;
  padding-bottom: 10%;
}
.about {
  position: absolute;
  top: 4%;
  right: 4%;
  background: #8a181b;
  background: -webkit-linear-gradient(top, #33090a 0%, #8a181b 50%, #db2d32 100%);
  background: linear-gradient(to bottom, #33090a 0%, #8a181b 50%, #db2d32 100%);
  border: 3px solid #000000;
}
.about:hover {
  background: #62c077;
  background: -webkit-linear-gradient(left, #33090a 0%, #db2d32 45%, #db2d32 55%, #33090a 100%);
  background: linear-gradient(to right, #33090a 0%, #db2d32 45%, #db2d32 55%, #33090a 100%);
}
.about:active {
  background: #2c6d3a;
  background: -webkit-linear-gradient(left, #db2d32 0%, #33090a 45%, #33090a 55%, #db2d32 100%);
  background: linear-gradient(to right, #db2d32 0%, #33090a 45%, #33090a 55%, #db2d32 100%);
}
#femaleDoctor {
  position: absolute;
  top: 105px;
  right: 60px;
  height: 324px;
  width: 230px;
}
#maleDoctor {
  position: absolute;
  top: 105px;
  left: 60px;
  height: 324px;
  width: 230px;
}
/* ----- Case Selection ----- */
.specialtyTitle {
  text-align: center;
  font-size: 32px;
}
#caseButtons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.5em;
}
ul#caseList {
  width: 850px;
  height: 400px;
  border-radius: 12px;
  list-style: none;
  padding: 0;
  background: #aaa;
  margin: 1.5em auto;
  position: relative;
}
#replayCases {
  text-align: center;
  color: #8a181b;
}
/* ----- Survey modal ----- */
#survey-form {
  padding: 0 0 0 1.5em;
}
#survey-form p {
  margin: 0 0 0 -1.5em;
  font-size: 1.1em;
}
/* ----- Lab Selection ----- */
.vitalsPanel {
  width: 490px;
  height: calc(100% - 8px);
  box-sizing: border-box;
  border: 10px solid #BE9F6B;
  border-bottom: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 8px;
}
#patientRecord {
  overflow-y: auto;
  height: calc(100% - 150px);
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
}
#patientRecord ul {
  list-style: none;
  padding: 0;
}
#patientRecord ul li {
  margin-bottom: 0.75em;
}
#patientRecord h4 {
  color: black;
}
.patientHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.sidebarvitals {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebarvitals .vital {
  padding: 0px;
  line-height: 1.5;
  width: 20%;
  font-size: 90%;
  box-sizing: border-box;
  text-align: center;
}
#labsPanel {
  position: absolute;
  height: calc(98% - 14px);
  width: 510px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#labsPanel form {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 0;
  overflow-y: scroll;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#labsPanel form .expandState {
  color: black;
  background: white;
  width: 36px;
  text-align: center;
  padding: 2px 0;
  border-radius: .5em;
  display: inline-block;
}
.contentHeader {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  background: #E5E5E5;
  border-bottom: 4px solid #464646;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.contentHeader .contentTitle {
  text-transform: uppercase;
  font-size: 24px;
}
.contentHeader .gamescore {
  color: #464646;
}
div.questionlist {
  overflow-y: auto;
  height: calc(100% - 52px);
}
div.questionlist ul {
  border: 12px solid #BE9E6B;
  border-bottom: 0;
  margin: 0 10px;
  min-height: 80%;
}
.ultraNext {
  display: block;
  margin: 0 auto;
}
div.lablist ul,
div.questionlist ul {
  box-sizing: border-box;
  list-style-type: none;
  background: #E5E5E5;
  border-top: 0;
  padding: 12px 0;
}
div.lablist ul li,
div.questionlist ul li {
  padding: 0 12px;
  margin: 0;
  min-height: 45px;
  position: relative;
}
div.lablist ul li .labName,
div.questionlist ul li .labName {
  padding: 11px 0 0 50px;
  display: inline-block;
}
div.lablist ul li .labName img,
div.questionlist ul li .labName img {
  border: 3px solid #222;
  border-radius: 12px;
  margin-right: .5em;
}
div.lablist ul li.tipShown,
div.questionlist ul li.tipShown {
  border: 1px solid black;
  background: #333;
  border-radius: 6px;
  margin: 0 0 3px 0;
  color: white;
}
div.lablist ul li p,
div.questionlist ul li p {
  margin: 0 0 1em 50px;
}
div.lablist ul label:hover,
div.questionlist ul label:hover,
div.lablist ul h2:hover,
div.questionlist ul h2:hover {
  cursor: pointer;
}
div.lablist ul input:disabled ~ label,
div.questionlist ul input:disabled ~ label {
  cursor: default;
}
div.lablist ul input:disabled ~ label .answer,
div.questionlist ul input:disabled ~ label .answer {
  background: url("../img/answer_disabled.png");
}
div.lablist ul input:checked:disabled ~ label > .correct,
div.questionlist ul input:checked:disabled ~ label > .correct {
  background: url("../img/answer_right.png");
  color: white;
}
div.lablist ul input:checked:disabled ~ label > .wrong,
div.questionlist ul input:checked:disabled ~ label > .wrong {
  background: url("../img/answer_wrong.png");
  color: white;
}
/* ----- Ultrasound Layout ----- */
div.videoArea {
  height: calc(100% - 8px);
  width: 495px;
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  bottom: 0;
  text-align: center;
  border: 10px solid #BE9F6B;
  border-bottom: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #fff;
  overflow: auto;
}
div.videoArea video,
div.videoArea img {
  width: 100%;
  height: auto;
  min-height: 335px;
}
button.centered {
  margin-left: auto;
  margin-right: auto;
}
div.textArea {
  height: calc(98% - 24px);
  position: absolute;
  width: 510px;
  bottom: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.textArea.videoQuiz {
  width: 507px;
}
div.textArea.location {
  width: 604px;
}
div.textArea .ultrasoundQuestion {
  text-align: center;
  color: #222;
  border: 1px solid #333;
  margin: 5px 5px -1px;
  padding: 4px;
  border-radius: 10px;
  background: #AE9E83;
  /* Fallback */
  background: -webkit-linear-gradient(top, #f1ebe0 0%, #be9f6c 33%, #be9f6b 50%);
  background: linear-gradient(to bottom, #f1ebe0 0%, #be9f6c 33%, #be9f6b 50%);
  position: relative;
}
div.textArea > div.continue {
  text-align: center;
}
/* ----- Video quiz ----- */
.explainVid {
  font-size: 14px;
  width: 80%;
  margin: 5px auto;
}
ul#vidList {
  text-align: left;
  margin: 12px 24px;
  list-style: none;
  padding: 0;
  height: 290px;
  overflow-y: auto;
}
ul#vidList label {
  display: block;
  background: url("../img/video_select_off.png") no-repeat 0 2px;
  padding: 5px 0 12px 32px;
}
ul#vidList label.selected {
  background-image: url("../img/video_select_on.png");
}
.examplelink {
  font-size: 15px;
  color: #337f44;
  margin: -10px 0 1em 32px;
  text-decoration: underline;
  letter-spacing: 0.02em;
}
.examplelink:hover {
  text-decoration: none;
  cursor: pointer;
}
/* ----- Location Selection ----- */
#locationSelect {
  border-left: 12px solid #BE9E6B;
  border-right: 12px solid #BE9E6B;
  width: 380px;
  overflow: hidden;
  height: 754px;
  top: 0;
}
#locationSelect div {
  width: 44px;
  height: 44px;
  border-radius: 25px;
  position: absolute;
  background: #ccc;
  border: 3px solid #111;
}
#locationSelect div:hover {
  cursor: pointer;
}
#locationSelect div.picked.correct {
  background: green;
  cursor: default;
}
#locationSelect div.picked.wrong {
  background: red;
  cursor: default;
}
h2.locationPrompt {
  margin: 12px auto;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #333;
}
.locationFeedback {
  width: auto;
  margin: 1em auto 2em;
  padding: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.locationFeedback .feedbackText {
  margin-top: 3em;
  font-size: 24px;
  height: 51px;
  line-height: 51px;
}
.locationFeedback .correct {
  background: url("../img/answer_right.png");
  color: white;
}
.locationFeedback .wrong {
  background: url("../img/answer_wrong.png");
  color: white;
}
/* ----- Wand Rotation ----- */
#rotationArea {
  border-left: 12px solid #BE9E6B;
  border-right: 12px solid #BE9E6B;
  width: 380px;
  overflow: hidden;
  height: 754px;
  top: 0;
}
#rotationArea div.rotator {
  width: 201px;
  height: 201px;
  background: url('../img/probeart/arrowsspritesheet.png') 0 0;
  position: absolute;
  z-index: 10;
}
#rotationArea div.rotator:hover {
  background-position: 200px 0;
}
#rotationArea div.rotator.verticalarrows {
  background-position: 0 200px;
}
#rotationArea div.rotator.verticalarrows:hover {
  background-position: 200px 200px;
}
#rotationArea div[location] {
  width: 44px;
  height: 44px;
  border: 3px solid #111;
  border-radius: 25px;
  position: absolute;
  background: #ccc;
}
#rotationFeedback {
  width: 80%;
  margin: 2em auto;
  padding: 18px;
  min-height: 300px;
  border-radius: 24px;
  border: 12px solid #BE9E6B;
  background: #E5E5E5;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
#rotationFeedback .feedbackText {
  margin-top: 3em;
  font-size: 24px;
}
/* ----- Popup Text ----- */
.popupText {
  width: 80%;
  font-family: 'Kreon', serif;
  margin: 16px auto;
  padding: 18px;
  min-height: 300px;
  border-radius: 24px;
  border: 12px solid #BE9E6B;
  background: #E5E5E5;
  font-size: 130%;
  line-height: 1.7;
}
.big-text {
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  border-color: #41a457;
}
.popup-image {
  text-align: center;
}
/* ----- Final Score ----- */
#doneContent {
  text-align: center;
}
#doneContent h1 {
  height: 35px;
  padding: 10px 0 0;
  text-transform: uppercase;
  border-bottom: 5px solid #585858;
  background: #E5E5E5;
  font-size: 24px;
}
#doneContent #scorebox {
  width: 500px;
  padding: 10px;
  margin: 50px auto 1em;
  background: white;
  border: 12px solid #BE9E6B;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#moreInfo {
  display: block;
  width: 430px;
  margin: .5em auto;
}
.skip-button {
  position: absolute;
  top: 0;
  left: 0;
}
.modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal #dimmer {
  width: 1024px;
  height: 768px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.modal .gameModal {
  position: relative;
  max-height: 90%;
  max-width: 90%;
  background: white;
  overflow-y: auto;
  padding: 16px 32px;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.7;
}
.modal .gameModal h3 {
  text-align: center;
}
.modal .gameModal button {
  display: block;
  margin: 1em auto;
}
.learnModal {
  height: 90%;
  width: 90%;
}
.modal-image img {
  max-width: 100%;
  height: auto;
}
.learn_ultrasound_list {
  list-style: none;
}
.learn_ultrasound_list_item {
  color: #41a457;
  font-size: 115%;
  text-decoration: underline;
  margin-bottom: .3em;
}
.learn_ultrasound_list_item:hover {
  cursor: pointer;
}
.close-learn-modal {
  font-size: 250%;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 10;
}
.close-learn-modal:hover {
  cursor: pointer;
}
.doneScreen.gameModal {
  text-align: left;
}
.missedlabs {
  list-style: none;
  text-align: left;
  padding: 0 8px;
}
.missed-lab {
  margin-bottom: 0.75em;
}
.missed-lab-name {
  font-weight: bold;
}
.specialty {
  width: 160px;
  height: 206px;
  display: inline-block;
  position: relative;
  top: -18px;
  border-radius: 12px;
  box-sizing: border-box;
}
.specialty:hover {
  background: white;
  border: 3px solid #055424;
  cursor: pointer;
  color: #059639;
}
.specialty:hover img {
  clip: rect(auto, auto, auto, 80px);
  left: -43px;
}
.specialty:hover div {
  bottom: 27px;
}
.specialty img {
  position: absolute;
  clip: rect(auto, 80px, auto, auto);
  top: 24px;
  left: 37px;
}
.specialty div {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  height: 2.8em;
}
.case {
  width: 18%;
  height: 190px;
  float: left;
  text-align: center;
  margin: 5px 1% 0;
  padding: 5px 12px;
  border-radius: 18px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}
.case:hover {
  cursor: pointer;
}
.case.selected {
  border: 3px solid #005220;
  background: white;
  color: #005220;
}
.case img {
  margin: 0 auto;
  width: 123px;
  display: block;
}
.vitals-toggle {
  float: right;
  font-size: 100%;
  line-height: 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #8a181b;
  border-radius: 5px;
  text-align: center;
}
.vitals-toggle:hover {
  cursor: pointer;
}
.highlight {
  color: #db2d32;
  font-weight: bolder;
}
.turnpage {
  background: none;
  border: none;
  width: 70px;
  height: 164px;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 134px;
  border-radius: 0;
  outline: 0;
}
.turnpage.next {
  left: 850px;
  background: url("../img/arrow_right_spritesheet.png") no-repeat -210px 0;
}
.turnpage.next.spec {
  left: 835px;
  top: 3px;
}
.turnpage.next:hover {
  background-position: -140px 0;
}
.turnpage.next:active {
  background-position: 0 0;
}
.turnpage.next:disabled {
  background-position: -70px 0;
}
.turnpage.previous {
  left: -70px;
  background: url("../img/arrow_left_spritesheet.png") no-repeat -210px 0;
}
.turnpage.previous.spec {
  left: -68px;
  top: 3px;
}
.turnpage.previous:hover {
  background-position: -140px 0;
}
.turnpage.previous:active {
  background-position: 0 0;
}
.turnpage.previous:disabled {
  background-position: -70px 0;
}
.turnpage:after {
  content: none;
}
.turnpage:before {
  content: none;
}
.lablist {
  margin: 0;
}
.lablist h2 {
  padding: 12px 0 21px 60px;
  height: 25px;
  width: 420px;
  color: #323232;
  background: url("../img/procedure_open.png");
}
.lablist h2.selected {
  background: url("../img/procedure_close.png");
  color: #222;
}
.lablist .labs {
  border: 12px solid #BE9E6B;
  border-bottom-left-radius: 2.5em;
  border-bottom-right-radius: 2.5em;
  width: 470px;
  margin: 0 0 0 7px;
}
.answer {
  width: 51px;
  height: 51px;
  display: inline-block;
  top: calc(50% - 30px);
  background: url("../img/answer.png");
}
.answer.choice-icon {
  position: absolute;
}
.answer.location-feedback-icon {
  position: relative;
  z-index: 100;
  float: left;
}
.choiceTip a {
  text-decoration: underline;
  color: #7fcc90;
  cursor: pointer;
}
.tipHide {
  height: 24px;
  min-height: 24px;
  width: 24px;
  background: url("../img/collapse_sprite.png");
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
.tipHide:before {
  content: none;
}
.tipHide:hover {
  background: url("../img/collapse_sprite.png") 0 -24px;
}
.tipHide:active {
  background: url("../img/collapse_sprite.png") -24px 0;
}
.tipShow {
  height: 24px;
  min-height: 24px;
  width: 24px;
  background: url("../img/expand_sprite.png");
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
.tipShow:before {
  content: none;
}
.tipShow:hover {
  background: url("../img/expand_sprite.png") 0 -24px;
}
.tipShow:active {
  background: url("../img/expand_sprite.png") -24px 0;
}
.submitButton {
  /*position: absolute;
  bottom: 0;*/
  box-sizing: border-box;
  min-height: 90px;
  padding: 10px 5px;
  width: 495px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    z-index: 3;*/
}
.submitButton #labSubmit {
  margin: 0 auto;
}
.stillMore {
  font-size: 18px;
  font-weight: bold;
}
.lab-results {
  list-style-type: none;
  padding: 0;
}
.lab-results li {
  margin-bottom: 1em;
}
.lab-results .lab-result-text li {
  margin-bottom: 0.3em;
}
.score-stars {
  list-style: none;
  text-align: center;
  padding: 0;
}
.star {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.star.on {
  background: url(../img/Star_On.png) no-repeat;
}
.star.off {
  background: url(../img/Star_Off.png) no-repeat;
}
.textarea-label {
  display: block;
}
.surveymodal ul {
  list-style: none;
}
.autocomplete {
  font-size: 16px;
  padding: 0.25em 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.about-text {
  text-align: center;
}
.about-doctor {
  margin-top: 15em;
  float: left;
}
.about-doctor-right {
  margin-top: 15em;
  float: right;
}
.refresh_vitals {
  list-style-type: none;
  text-align: left;
  font-weight: 500;
}
.refresh_vitals h3 {
  text-align: center;
  font-weight: 700;
}
.refresh_vitals .vital {
  font-size: 105%;
  font-weight: 600;
}
.vitalsText {
  padding: 5%;
  font-size: 110%;
}
.score .positive {
  color: #007A00;
}
.score .negative {
  color: #8a181b;
}
.doctor-opinion {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
          transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  width: 306px;
  height: 432px;
  position: absolute;
  z-index: 10000;
  bottom: 0;
  left: calc(50% - 153px);
}
.doctor-opinion.ng-hide-remove {
  height: 432px;
}
.doctor-opinion.ng-hide {
  height: 0;
}
.doctor-opinion.ng-hide.ng-hide-add {
  display: block !important;
}
@keyframes highlight {
  from {
    background-color: #41a457;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes highlight {
  from {
    background-color: #41a457;
  }
  to {
    background-color: transparent;
  }
}
.visualPing {
  -webkit-animation: highlight 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: highlight 2.5s;
}
.howtoplay {
  height: 100%;
  overflow: auto;
  padding: 0 2em;
  font-size: 1.2em;
}
.howtoplay .image {
  text-align: center;
}
.howtoplay img {
  display: inline-block;
  width: 95%;
  height: auto;
}
.howtoplay h1 {
  margin-top: 1em;
  text-align: center;
  font-size: 2em;
}
.howtoplay h3 {
  margin-top: 0.5em;
  font-size: 1.5em;
}
.howtoplay .menu {
  text-align: right;
  list-style: none;
}
.howtoplay .buttons {
  width: 100%;
  text-align: justify;
}
.howtoplay .buttons button {
  display: inline-block;
  margin: 12px;
}
.howtoplay .buttons .hidden {
  visibility: hidden;
}
.howtoplay .spacing_hack {
  display: inline-block;
  width: 100%;
  height: 0%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.howtoplay .backbutton {
  text-align: right;
  position: relative;
  margin-bottom: 1em;
}
.howtoplay .backbuttontop {
  position: absolute;
  top: 1em;
  left: 1em;
}
.howtoplay .backbuttonbottom {
  text-align: right;
}
.howtoplay .howtoplay_list li {
  color: #41a457;
  font-size: 115%;
  text-decoration: underline;
  margin-bottom: .3em;
}
.howtoplay .howtoplay_list li:hover {
  cursor: pointer;
}
