* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.clear::before,
.clear::after
{
  content: '';
  clear: both;
  display: table;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

body {
    font-family: 'LinotypeUniversW02-Cn', sans-serif;
    margin:auto;
    background: rgba(250, 250, 250, 1.0);
    color: rgba(60, 60, 60, 1.0);
}

*{
    border-radius:0px !important;
}

h1{
  font-family:'LinotypeUniversW01-Bold_723691';
  font-size: 3.125rem;
  font-weight: 600;
  margin-top: 0;
}
h2{
  font-family:'LinotypeUniversW01-Bold_723691';
  font-weight:normal;
  text-transform: uppercase;
  font-size: 1.875rem;
}
h3{
  font-family:'LinotypeUniversW01-Bold_723691';
  font-weight:normal;
  text-transform: uppercase;
  font-size: 1.5rem;
}
h4{
  text-transform: uppercase;
}

.alert {
}
.alert-info {
  color: rgba(255, 255, 255, 1.0);
}
.alert-success {
    color: #468847;
}
.alert-danger {
  color: #b94a48;
}

.button {
  margin: 0;
  padding: 0;
  width:11.75rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background-color: rgba(26, 106, 129, 1.0);
  border-color: rgba(26, 106, 129, 1.0);
  float:left;
}
.button:hover {
  color: #fff;
  background-color: rgba(26, 106, 129, 0.8);
  border-color: rgba(26, 106, 129, 0.8);
}
.button + .button
{
  margin: 0 0 0 0.625rem;
}
.button.dark {
  background-color: rgba(60, 60, 60, 1.0);
  border-color: rgba(60, 60, 60, 1.0);
}
.button.dark:hover {
  background-color: rgba(60, 60, 60, 0.8);
  border-color: rgba(60, 60, 60,0.8);
}

/*
.logo
{
  width: 18rem;
  text-align: center;
  float: left;
}

.logo a
{
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  font-size: 1.875rem;
  font-weight: 600;
}

.header .quiz-change
{
  float:right;
}

.header .quiz-change span
{
  font-size: 1.375rem;
  margin: 0 0 0.625rem 0;
  display: inline-block;
}
*/

.start h1
{
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1.0);
  text-decoration: none;
  font-size: 5rem;
  font-weight: 600;
  margin: 0;
}

.start p
{
  font-size: 1.75rem;
  margin: 2.5rem 0 6.875rem 0;
}

.start .button
{
  float: none;
  margin-top: 0.625rem;
}

.container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .ng-scope
{
  height: 100%;
}

.content
{
  display: table;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 50rem;
}

.content-inner
{
  width: 50rem;
  max-width: 100%;
  padding: 0 0.9375rem;
  text-align: center;
  padding: 100px 0;
  display: table-cell;
  vertical-align: middle;

  /*
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 50rem;
  max-width: 100%;
  padding:0 0.9375rem;
  text-align: center;
  */
}

.center{
    text-align:center;
}
.right{
    text-align:right;
}

.question{
    background-color:#eee;
    color:#151569;
    min-height:300px;
    text-align:center;
}
.option{
}
.option label{
    font-weight:normal;
}

/*
.quiz .label
{
  font-size: 1.25rem;
}
*/

.quiz h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
}

#quiz .options input[type=checkbox] {
  background-color:#eee;
  border:1px solid #ccc;
  height:22px;
  width:22px;
  display: none;
}
#quiz .options label {
  border: 0.0625rem solid rgba(60, 60, 60, 1.0);
  display: inline-block;
  width:100%;
  /* height: 3.125rem; */
  /* line-height: 3.125rem; */
  line-height: normal;
  margin: 0.625rem 0 0 0;
  padding: 0.9375rem 0.625rem;
  cursor: pointer;
  text-transform: uppercase;
}
#quiz .options input[type=checkbox]:checked + label {
  border-color: rgba(26, 106, 129, 1.0);
  background: rgba(26, 106, 129, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.quizNav {
  margin: 1.875rem 0 0 0;
  text-align:center;
  height: 3.125rem;
}
.quizNav .button {
  width: 6.75rem;
}

.center-div{
  text-align:center;
  display:inline-block;
}

div.review{
    text-align:center;
}
div.review > div {
    cursor: pointer;
    margin-top: 0.625rem;
}

div.review h4
{
  margin-top: 0;
}
div.review a
{
  float: none;
}

.answered {
    background-color: rgba(60, 60, 60, 0.05);
    border: 0.0625rem solid rgba(60, 60, 60, 0.05);
    margin: 0.125rem 0;
    padding: 1.25rem 2.5rem;
    text-transform: uppercase;
}

.not-answered {
    background-color: rgba(60, 60, 60, 0.05);
    border:1px solid #eeaaaa;
    margin:2px 0;
    padding: 1.25rem 2.5rem;
    text-transform: uppercase;
}

.result-question{
    border: 0.0625rem solid rgba(60, 60, 60, 1.0);
    margin:4px;
    padding: 1.25rem 2.5rem;
}

.result .ng-scope{
  text-align: left;
  margin-top: 0.625rem;
}

.result .ng-scope input[type=checkbox] {
  margin-left:0;
}

/* graceful degradation for ie8 */
.result .ng-scope input[type='checkbox'],
.result .ng-scope input[type='radio']
{
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */

/* hide standard inputs */
.result .ng-scope input[type='checkbox']:checked,
.result .ng-scope input[type='checkbox']:not(:checked),
.result .ng-scope input[type='radio']:checked,
.result .ng-scope input[type='radio']:not(:checked)
{
  background: transparent;
  position: relative;
  visibility: hidden;
  display: none;
  margin:0;
  padding:0;
}

.result .ng-scope input[type='checkbox'] + label,
.result .ng-scope input[type='radio'] + label
{
  cursor: pointer;
  line-height: 25px;
  display: inline-block;
  padding-left: 19px;
  text-transform: uppercase;
}

/* add custom inputs with ::before */
.result .ng-scope input[type='checkbox']:checked + label::before,
.result .ng-scope input[type='checkbox']:not(:checked) + label::before,
.result .ng-scope input[type='radio']:checked + label::before,
.result .ng-scope input[type='radio']:not(:checked) + label::before
{
    content:' ';
    display:inline-block;
    width: 10px;
    height:10px;
    position: relative;
    border: 1px solid rgba(60, 60, 60, 0.1);
    background: rgba(250, 250, 250, 1.0);
    margin-right: -12px;
    left: -19px;
}

.result .ng-scope input[type=radio]:checked + label::before,
.result .ng-scope input[type=radio]:not(:checked) + label::before
{
  /*border-radius: 30px;    */
}

.result .ng-scope input[type='checkbox']:hover  + label::before,
.result .ng-scope input[type='radio']:hover  + label::before
{
  background:#ccc;
  box-shadow: inset 0 0 0 2px #fff;
}

.result .ng-scope input[type='checkbox']:checked  + label::before,
.result .ng-scope input[type='radio']:checked  + label::before
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.625rem;
  content: "\f00c";
  color: rgba(60, 60, 60, 0.1);
}

.result .ng-scope h4 {
  font-size: 1.25rem;
  margin: 0.3125rem 0;
}

.result .ng-scope h4.alert {
  font-size: 1rem;
}

.result .button
{
  width: 7.5rem;
  margin-left: 0.625rem;
}

.result input[type=text]
{
  padding: 0 0.625rem;
  width: 7.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 16px;
  color: rgba(60, 60, 60, 1.0);
  background: rgba(250, 250, 250, 1.0);
  border: 0.0625rem solid rgba(60, 60, 60, 1.0);
  float: left;
}

/* Keyboard */

/*
.ui-keyboard-input-current {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default
{
  border: 1px solid rgba(60, 60, 60, 0.05);
  background: rgba(255, 255, 255, 1.0);
  font-weight: bold;
  color: rgba(60, 60, 60, 1.0);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus
{
  border: 1px solid rgba(60, 60, 60, 0.05);
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  color: rgba(60, 60, 60, 0.5);
}

.ui-widget input
{
  font-family: 'LinotypeUniversW02-Cn', sans-serif;
  font-size: 1em;
  color: rgba(60, 60, 60, 1.0);
  background: rgba(255, 255, 255, 1.0);
  padding: 5px 15px;
}

.ui-widget button
{
  font-family: 'LinotypeUniversW02-Cn', sans-serif;
}

.ui-keyboard-button {
    height: 2em;
    min-width: 2em;
    margin: .1em;
    cursor: pointer;
    overflow: hidden;
    line-height: 2em;
    -moz-user-focus: ignore;
}

.scorelist
{
  width:  100%;
  max-width:  20rem;
  margin: 0 auto;
}

.scorelist .scoreItem
{
  font-size: 1.25rem;
  text-align: left;
  padding: 0.3125rem 0.625rem;
}
.scorelist .scoreItem:hover
{
  background-color: rgba(0, 0, 0, 0.05);
}

.scorelist .scoreItem span
{
  float: left;
}

.scorelist .scoreItem span.score
{
  float: right;
}

.menu .center-div {
    margin-top: 2.5rem;
}

.menu a
{
  cursor: pointer;
  text-transform: uppercase;
}

.menu a + a {
  margin-left: 1.25rem;
}

.menu a:hover {
  color: rgba(60, 60, 60, 0.8);
}

@media only screen and (max-width: 48rem) {

  .start h1 {
      font-size: 4rem;
  }

  .container .ng-scope {
    height: auto;
  }
  .content {
      display: block;
      margin: 0;
      position: relative;
      height: auto;
      width: auto;
  }

  .content-inner {
      padding: 1rem 0.9375rem 2rem 0.9375rem;
      display: block;
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto;
  }

}

@media only screen and (max-width: 37.5rem) {

  .start h1 {
      font-size: 2.1875rem;
  }

  .button
  {
    margin: 0;
    float: none;
    display: block;
    width: 100% !important;
  }

  .button + .button
  {
    margin: 0.625rem 0 0 0;
  }

  .quizNav {
      height: auto;
  }

  .center-div
  {
      display: block;
  }

  .start p
  {
      margin: 2.1875rem 0 3rem 0;
  }

  .start .button {
      margin-top: 0;
  }

  .result .button {
      width: 7.5rem !important;
      margin-left: 0.625rem;
      float: left;
  }

  .result .center-div {
      display: inline-block;
  }

}
