.script-font {
  font-family: 'sylvan', 'proxima-nova', sans-serif !important;
}
.controlbar {
  margin: 0 30px;
  line-height: 50px;
}
.controlbar .btn {
  background: #d8ebf7;
}
.controlbar .btn:hover {
  background: #99cae9;
}
.controls-top {
  border-bottom: 2px solid #ccc;
  line-height: 32px;
}
.controls-top h2 {
  color: #666;
  line-height: inherit;
  font-family: 'Roboto Condensed', sans-serif;
  margin: -2px 0 4px;
}
.controls-top button {
  background: none;
  border: none;
  line-height: inherit;
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  padding-left: 8px;
}
.controls-top button i {
  margin-right: 5px;
  position: relative;
}
.controls-top button i.icon-large {
  font-size: 18px;
}
.controls-top button:first-child {
  margin-left: 0;
  padding-left: 0;
}
.question-content figure {
  display: block;
  text-align: center;
  max-width: 425px;
  margin: 10px 0;
}
.question-content figure table {
  text-align: center;
  margin: 5px auto;
  border-bottom: 1px solid #666;
}
.question-content figure table td {
  border: 1px solid #666;
  padding: 3px;
}
.question-content figure table th {
  border: 1px solid #666;
}
.question-content figure table.with-header {
  width: 95%;
}
.question-content figure table.with-header td[rowspan] {
  text-align: left !important;
  vertical-align: top;
}
.question-content figure table.with-header th {
  background: #ccc;
}
.question-content figure img {
  max-width: 95%;
}
.question-content figure figcaption:first-child {
  margin-bottom: 10px;
}
.question-content ol.roman {
  list-style-position: outside;
  margin: 5px 0 5px 60px;
  counter-reset: li;
}
.question-content ol.roman li {
  position: relative;
}
.question-content ol.roman li:before {
  content: counter(li,upper-roman) ".";
  counter-increment: li;
  font-weight: bold;
  position: absolute;
  left: -40px;
  width: 30px;
  text-align: right;
}
.question-content .txt-center {
  display: block;
  text-align: center;
}
div.question-data {
  padding: 10px 0 0;
  font-family: Palatino;
  position: relative;
}
h2.question-num {
  float: left;
  width: 30px;
  margin: 0;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 133%;
  font-weight: bold;
}
h2.question-num.is-flagged {
  border-radius: 5px;
  padding-bottom: 22px;
  background: #F9E666;
  color: #211b50;
}
h2.question-num.is-flagged:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f024";
  font-size: 14px;
  position: absolute;
  top: 22px;
  left: 8px;
}
h2.question-num-abs {
  position: absolute;
  top: 5px;
  left: -5px;
  text-align: center;
}
p.question-txt {
  display: inline-block;
  position: relative;
}
div.question-inner {
  margin: 0 0 0 35px;
  overflow-y: auto;
  height: 540px;
}
div.question-inner div.figure img {
  margin: 5px;
  max-width: 380px;
}
div.question-inner.question-rightAlign .question-box {
  display: block;
}
div.question-inner.question-rightAlign .question-choices {
  float: left;
}
div.question-inner.question-rightAlign .question-choices dd {
  text-align: right;
}
div.question-inner.question-centerAlign .question-box {
  display: block;
}
div.question-inner.question-centerAlign .question-choices {
  float: left;
}
div.question-inner.question-centerAlign .question-choices dd {
  text-align: center;
}
dl.question-choices {
  margin: 5px 0 5px;
}
dl.question-choices dt {
  float: left;
  clear: left;
  width: 20px;
  font-weight: bold;
  text-align: right;
  position: relative;
  z-index: 2;
}
dl.question-choices dt.correct {
  color: #3B8418;
}
dl.question-choices dt.user-correct {
  color: #3B8418;
}
dl.question-choices dt.user-correct:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  position: absolute;
  content: "\f058";
  left: -20px;
  top: 0;
}
dl.question-choices dt.user-incorrect {
  color: #B94A48;
}
dl.question-choices dt.user-incorrect:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  position: absolute;
  content: "\f057";
  left: -20px;
  top: 0;
}
dl.question-choices dd {
  margin: 0 0 0 30px;
  padding: 0 0 0.5em 0;
  position: relative;
  z-index: 1;
}
dl.question-choices dd.correct {
  color: #3B8418;
  background: #E8F3DE;
  margin: -0.25em 0 0.25em -30px;
  padding: 0.25em 0 0.25em 60px;
  background-clip: padding-box;
}
dl.question-choices dd.user-correct {
  color: #3B8418;
  background: #E8F3DE;
  margin: -0.25em 0 0.25em -30px;
  padding: 0.25em 0 0.25em 60px;
  background-clip: padding-box;
}
dl.question-choices dd.user-incorrect {
  color: #B94A48;
  background: #f2dede;
  margin: -0.25em 0 0.25em -30px;
  padding: 0.25em 0 0.25em 60px;
  background-clip: padding-box;
}
dl.question-choices dd:first-of-type {
  padding-top: 0 !important;
}
dl.question-choices img.choice-figure {
  max-height: 150px;
}
dl.question-choices.no-margin {
  margin: 0 0 5px;
  padding-top: 3px;
}
dl.question-choices.choices-table dd span {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}
dl.question-choices.choices-table dd span:first-child {
  text-align: left;
}
dl.question-choices.choices-table dd.titles span {
  text-decoration: underline;
}
dl.question-choices.choices-table.choices-math dd.titles span {
  text-decoration: none;
  text-align: center;
  padding: 0 15px;
}
dl.question-choices.choices-table.choices-math dd span {
  text-align: left;
  padding: 0 0 0 30px;
}
dl.question-choices.choices-table.choices-center dd span {
  text-align: center;
  padding: 0 15px;
}
dl.question-choices.choices-table.choices-center-nodec dd span {
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
}
dl.question-choices.choices-table.choices-left dd span {
  text-align: left;
  padding: 0 15px;
}
dl.inline-choices {
  width: 400px;
}
dl.inline-choices dt {
  clear: none;
  float: none;
  display: inline;
  text-align: center;
  line-height: 24px;
}
dl.inline-choices dd {
  display: inline;
  margin: 0 15px;
  line-height: 24px;
}
dl.inline-choices dd:nth-of-type(3):after {
  content: "\A";
  white-space: pre;
}
dl.inline-choices dt:nth-of-type(4) {
  margin-left: 15px;
}
#passage-box {
  height: 300px;
  overflow-y: auto;
  border-bottom: 1px dotted #333;
}
#question-box.question-split div.question-inner {
  height: 240px;
}
#question-box .question-overflow {
  margin: 0;
  padding: 0 0 0 35px;
}
span.passage-box {
  padding: 2px 5px;
  border: 1px solid #000000;
  margin: 0 4px;
  display: inline-block;
  font-size: 80%;
  line-height: 133%;
  text-indent: 0;
}
span.arrow {
  margin-top: -8px;
  display: block;
  color: #999999;
  font-size: 32px;
  line-height: 34px;
  height: 34px;
}
span.linenum {
  color: #666666;
  font-size: 80%;
  font-style: italic;
  left: -10px;
  position: absolute;
  top: 0;
  text-align: right;
  overflow-x: visible;
  z-index: 101;
  width: 30px;
}
@-moz-document url-prefix() {
  span.linenum {
    left: 0px !important;
  }
  .sat-reading p span.linenum {
    left: -10px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  span.linenum {
    left: 1px !important;
  }
  .sat-reading p span.linenum {
    left: -10px !important;
  }
}
span.math-line {
  border-top: 1px solid #666666;
  padding-top: 2px;
}
span.u {
  text-decoration: underline;
}
span.br {
  text-indent: 0;
}
.exam-passage {
  font-family: Palatino;
  position: relative;
  overflow-x: visible;
  text-align: center;
}
.exam-passage h1,
.exam-passage h2,
.exam-passage h3,
.exam-passage h4,
.exam-passage h5 {
  font-size: 100%;
  text-align: center;
  margin: 0;
  line-height: 24px;
}
.exam-passage p {
  text-indent: 30px;
}
.exam-passage h1 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
}
span.passage-ul {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.passage-text {
  margin: 0 auto;
  display: inline-block;
  overflow-x: visible;
}
.passage-text h1,
.passage-text h2,
.passage-text h3,
.passage-text h4,
.passage-text h5 {
  font-family: Palatino;
  border-bottom: none;
}
.passage-text p {
  line-height: 175%;
  position: relative;
  overflow-y: hidden;
  margin: 0;
  text-align: left;
}
.passage-text p sup {
  top: -1em;
}
.passage-text p.intro {
  text-align: left;
  text-indent: 0 !important;
  margin: 0 0 15px !important;
}
.passage-text p.no-indent {
  text-indent: 0 !important;
}
.passage-text p.footnote {
  font-size: 90%;
  text-indent: 0 !important;
  line-height: 133%;
  margin-top: 10px !important;
}
.passage-text p.footnote sup {
  top: 0;
}
.passage-text p.formula {
  margin: 15px 0;
  text-indent: 0 !important;
  text-align: center;
}
.passage-text p.formula-small {
  margin: 15px 0;
  text-indent: 0 !important;
  text-align: center !important;
  font-size: 85%;
}
.passage-text p.box {
  padding: 8px;
  text-indent: 0;
  border: 1px solid #333;
  margin: 10px 0;
  line-height: 133% !important;
}
.passage-text ul.bullet {
  list-style: disc outside none;
}
.passage-text ul.bullet li {
  margin-left: 20px;
  padding-left: 10px;
}
.passage-text div.figure {
  margin: 10px 0;
  text-align: center;
}
.passage-text blockquote {
  font-size: 14px;
  padding: 5px 0 15px;
  border-left: none;
}
.passage-text blockquote p {
  padding: 0 25px 0 45px;
}
.passage-text span.formula-box {
  display: inline-block;
  text-align: center;
  margin: 20px auto;
}
.passage-text img {
  max-width: 430px;
}
.diag-reading {
  width: auto;
  margin-left: -20px;
}
.diag-reading small {
  display: block;
  text-align: left;
  margin-left: 35px;
}
.passage-justify {
  width: auto !important;
  max-width: 425px;
}
.passage-justify p {
  text-align-last: left;
  text-justify: distribute;
  min-width: 380px;
  max-width: 400px;
}
.passage-justify span.justifyline {
  text-align: justify;
  word-spacing: -3px;
  display: block;
  margin-bottom: -24.5px;
  text-justify: inter-word;
}
.passage-justify span.justifyline:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.passage-justify p.intro {
  line-height: 150%;
}
.passage-justify p.intro span.justifyline {
  margin-bottom: -21px;
}
.passage-justify p.footnote {
  line-height: 125%;
}
.passage-justify p.footnote span.justifyline {
  margin-bottom: -16px;
}
.passage-justify span.justifyline ~ span.justifyline {
  text-indent: 0 !important;
}
.passage-justify span.justifyline:last-child {
  text-align: left;
  word-spacing: 0;
}
.passage-justify p span.justifyline sup {
  top: -0.75em;
}
.act-english {
  text-align: justify;
  min-width: 300px;
  width: auto;
}
.act-english p {
  text-align: justify !important;
  line-height: 225%;
  padding-bottom: 7px;
}
.act-english h2 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.act-english h3,
.act-english h4 {
  text-align: center;
  font-weight: normal;
  margin: 10px 0;
}
.act-reading {
  text-align: justify;
  min-width: 400px;
  width: 480px;
}
.act-reading p {
  text-align: justify !important;
  margin-bottom: 15px;
  min-width: 400px;
  max-width: 480px;
}
.act-reading p.intro {
  margin-bottom: 0;
}
.act-reading p.dash-indent {
  border-bottom: 1px dashed #666;
  margin: 10px 90px 20px 50px;
  text-indent: 0;
  overflow-y: visible;
  padding-left: 20px;
  padding-bottom: 5px;
}
.act-reading p.dash-indent span.linenum {
  left: -58px;
}
.act-reading h1 {
  margin-left: 0;
}
.act-science {
  text-align: justify;
  min-width: 360px;
}
.act-science h3 {
  text-align: left;
  font-weight: normal;
  margin: 20px 0 10px;
}
.act-science h5 {
  margin: 10px 0;
}
.act-science p {
  text-align: justify !important;
  margin-bottom: 15px;
  line-height: 200%;
}
.act-science figure {
  margin: 0 0 10px;
  text-align: center;
}
.act-science figure img {
  max-width: 370px;
}
.act-science figure table {
  margin: 0 auto;
  min-width: 50%;
}
.act-science figure table td,
.act-science figure table th {
  border: 1px solid #333;
  padding: 2px;
}
.act-science figure table tr:last-child td {
  border: 1px solid #333;
}
.act-science figure table td.txt-left {
  text-align: left !important;
}
.act-science table {
  text-align: center;
}
.act-science table th,
.act-science table td {
  text-align: center;
  padding: 2px;
}
.act-science table p {
  text-align: left;
  text-indent: 0 !important;
}
table.no-border {
  border: none !important;
}
table.no-border td,
table.no-border th {
  border: none !important;
}
table.no-border tr:last-child td {
  border: none !important;
}
.passage-linenums p {
  padding-left: 25px;
  display: block;
}
.passage-linenums.sat-reading p {
  padding-left: 25px;
  display: block;
}
.passage-linenums h2 {
  padding-right: 35px;
}
span.abs {
  position: absolute;
}
span.passage-box {
  border: 1px solid #000000;
  margin: 0 4px;
  padding: 2px 5px;
  display: inline-block;
  font-size: 80%;
  line-height: 133%;
  cursor: pointer;
}
span.passage-box,
span.linenum,
span.subnum,
span.abs {
  text-indent: 0 !important;
}
span.fillinblank {
  border-bottom: 1px dashed #333333;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
span.subnum {
  font-size: 80%;
  z-index: 996;
  overflow: visible;
  top: 10px;
}
span.footnote {
  margin-top: 15px;
  font-size: 85%;
  display: block;
}
h1.twoline,
h2.twoline,
h3.twoline,
h4.twoline,
h5.twoline,
h6.twoline {
  line-height: 20px;
}
.controls-split h3 {
  font-size: 12px;
  background: #999;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
}
.controls-split div.span-split:first-child h3 {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: dotted 1px #888;
}
.controls-split div.span-split:last-child h3 {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control-feedback {
  visibility: hidden;
}
.form-horizontal .btn-group {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.form-horizontal .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.form-horizontal .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.form-horizontal table.grid-table {
  font-size: 12px;
}
.form-horizontal table.grid-table tr td:first-child {
  font-weight: bold;
  background: #F5F5F5;
}
.form-horizontal table.grid-table tr:first-child td {
  border-top: none;
}
.form-horizontal .form-actions {
  text-align: right;
}
.form-horizontal .form-actions button {
  margin: 0 5px;
}
.form-horizontal .btn-group > .btn:first-child {
  border-radius: 10px 0 0 10px;
}
.form-horizontal .btn-group > .btn:last-child {
  border-radius: 0 10px 10px 0;
}
.form-horizontal .btn-group2 > .btn {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  color: #666;
}
.form-horizontal .btn-group2 > .btn.active {
  font-weight: bold;
  color: #000;
}
.form-horizontal .btn-group1 > .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #666;
}
.form-horizontal .btn-group1 > .btn.active {
  font-weight: bold;
  color: #000;
}
.form-horizontal .btn-group1 > .btn:last-child {
  border-radius: 10px;
}
.form-horizontal textarea {
  width: 100%;
}
.form-horizontal .no-label .form-controls {
  width: auto;
  float: none;
}
.form-horizontal .no-label .control-label {
  display: none;
}
.form-horizontal .no-label .help-block {
  padding-left: 15px;
}
.form-horizontal .controls span.help-block {
  margin: 5px 0;
  line-height: 125%;
  font-size: 12px;
}
.form-horizontal .control-group {
  margin-bottom: 8px;
}
.form-horizontal h3 {
  line-height: inherit;
  font-size: 18px;
}
.form-horizontal h3:first-child {
  margin-top: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
  visibility: visible;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f071";
  top: 0;
  right: 22px;
}
.form-controls label.checkbox {
  position: relative;
  font-weight: normal;
  padding-top: 3px;
}
.form-controls label.checkbox input {
  position: absolute;
  top: 2px;
  left: 5px;
  margin-left: 0;
}
.form-controls label.checkbox span {
  display: block;
  margin-left: 25px;
  font-size: 13px;
}
.dl-cart dt {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ccc;
}
.dl-cart dt:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.dl-cart span.cost {
  float: right;
}
.dl-left dt {
  text-align: left;
}
.form-dashboard .form-group {
  margin-bottom: 8px;
}
.textarea-md textarea {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  height: 150px;
}
.form-file {
  border: none;
  box-shadow: none;
  height: auto;
}
.form-group.required label:not(.btn) {
  font-weight: bold;
  position: relative;
}
.form-group.required label:not(.btn):before {
  color: #B94A48;
  content: "*";
  font-size: 12pt;
  margin-right: 5px;
}
.panel select.form-control {
  min-width: 80px;
  width: auto;
}
.form-controls .file-info {
  margin-left: 15px;
}
.controls-blocks .controls-item {
  position: relative;
  display: block;
  float: left;
}
.controls-blocks .controls-item .form-control-feedback {
  right: 0;
}
.controls-blocks.controls-multi2 .controls-item:first-child {
  max-width: 49%;
  margin-right: 1%;
}
.controls-blocks.controls-multi2 .controls-item:last-child {
  max-width: 49%;
  margin-left: 1%;
}
.controls-blocks.controls-exam-select .controls-item:first-child {
  width: 56%;
  max-width: 56%;
  margin-right: 0;
}
.controls-blocks.controls-exam-select .controls-item:first-child select,
.controls-blocks.controls-exam-select .controls-item:first-child input {
  border-right: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.controls-blocks.controls-exam-select .controls-item:last-child {
  width: 44%;
  max-width: 44%;
  margin-left: 0;
}
.controls-blocks.controls-exam-select .controls-item:last-child select,
.controls-blocks.controls-exam-select .controls-item:last-child input {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.controls-blocks.controls-exam-select select.form-control {
  width: 100%;
  min-width: 0;
  padding: 6px 2px;
}
.controls-blocks.controls-autogen3 .controls-item {
  width: 29%;
}
.controls-blocks.controls-autogen3 .controls-item:first-child select,
.controls-blocks.controls-autogen3 .controls-item:first-child input {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.controls-blocks.controls-autogen3 .controls-item:nth-child(2) {
  width: 42%;
}
.controls-blocks.controls-autogen3 .controls-item:nth-child(2) select,
.controls-blocks.controls-autogen3 .controls-item:nth-child(2) input {
  border-radius: 0;
  border-right: none;
  border-left: none;
}
.controls-blocks.controls-autogen3 .controls-item:last-child select,
.controls-blocks.controls-autogen3 .controls-item:last-child input {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.controls-multi .form-controls {
  position: relative;
}
.controls-multi .form-controls input {
  display: inline-block;
}
.controls-multi .form-controls select:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
}
.controls-multi .form-controls select:last-of-type {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.controls-multi.controls-multi2 .form-controls input:first-child {
  max-width: 49%;
  margin-right: 1%;
}
.controls-multi.controls-multi2 .form-controls input:last-of-type {
  max-width: 49%;
  margin-left: 1%;
}
.controls-item label.control-label {
  width: 40%;
  font-weight: bold;
}
.controls-item .form-controls {
  width: 55%;
}
.controls-item .form-controls input {
  text-align: right;
}
.controls-item .form-controls .form-control-box:first-child {
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.controls-item .form-controls .input-group input {
  display: table-cell;
  max-width: auto;
  min-width: 50px;
  padding: 6px;
}
.controls-item .form-controls .form-control[readonly] {
  background: none;
  border: none;
  box-shadow: none;
  max-width: 49%;
  padding-right: 0;
}
.cart-vertical label.control-label {
  width: 100%;
  float: none;
  text-align: left;
  font-weight: bold;
}
.cart-vertical .form-group {
  padding: 0 15px;
  margin: 0 -15px;
}
.cart-vertical .form-controls {
  width: 100%;
  float: none;
}
.cart-vertical .form-controls .form-control[readonly] {
  padding-right: 12px;
}
.cart-vertical .form-controls .input-group-addon {
  padding: 6px;
}
.cart-vertical .control-split label.control-label {
  font-weight: normal;
  width: 50%;
  float: left;
  padding-right: 0;
}
.cart-vertical .control-split .form-controls {
  width: 50%;
  float: right;
}
.cart-vertical .control-60-40 label.control-label {
  width: 60%;
}
.cart-vertical .control-60-40 .form-controls {
  width: 40%;
}
.cart-vertical .control-60-40 .form-control {
  padding: 2px;
  text-align: center;
}
.cart-vertical .package-adjust {
  margin-top: -10px;
}
.cart-vertical .package-adjust:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.cart-vertical .package-adjust:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.cart-vertical .package-adjust .form-group {
  background: #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-vertical .controls-item .form-controls .form-control[readonly] {
  padding-right: 12px;
}
.cart-vertical .controls-item .form-controls .input-group-addon {
  padding: 6px;
}
.cart-vertical .controls-item.controls-package-item .form-control:first-child {
  border-radius: 8px;
  min-width: 60px;
}
.cart-vertical .controls-item.controls-package-item .form-controls .input-group-addon {
  border: none;
  background: none;
}
.cart-vertical .controls-item.controls-package-item .form-control[readonly] {
  padding-right: 0;
  font-weight: bold;
}
.cart-vertical .controls-item.controls-package-item .form-controls {
  width: 100%;
}
.cart-vertical .form-range p.available {
  line-height: 16px;
}
.cart-vertical .form-range input[type=range] {
  width: 55%;
  float: left;
  border: none;
  box-shadow: none;
}
.cart-vertical .form-range input[type=number] {
  width: 40%;
  float: right;
}
.cart-vertical .controls-package {
  padding: 0;
}
.cart-vertical .controls-package .form-controls {
  width: 100%;
}
.cart-vertical .controls-package label.control-label {
  margin-left: 15px;
}
.cart-vertical .controls-package label.checkbox {
  padding: 5px 15px;
  margin: -10px 0 10px;
  position: relative;
  cursor: pointer;
}
.cart-vertical .controls-package label.checkbox:first-child {
  margin-top: -5px;
}
.cart-vertical .controls-package label.checkbox:last-child {
  margin-bottom: 0;
}
.cart-vertical .controls-package label.checkbox span {
  font-weight: normal;
  margin-left: 0;
}
.cart-vertical .controls-package label.checkbox span small {
  display: block;
  color: #737373;
  line-height: 125%;
  font-weight: normal;
}
.cart-vertical .controls-package label.checkbox input {
  display: none;
}
.cart-vertical .controls-package label.checkbox.selected {
  background: #ececec;
  color: #6EB03A;
}
.cart-vertical .controls-package label.checkbox.selected span {
  font-weight: bold;
  color: inherit !important;
}
.cart-vertical .controls-package label.checkbox:hover {
  background: #f0f0ee;
}
.cart-vertical .controls-package label.checkbox span.cost {
  position: absolute;
  right: 15px;
  top: 5px;
  font-weight: bold;
  color: #555;
}
#cc_disc {
  background: url("/img/cc_disc.gif") repeat scroll 0 0 rgba(0,0,0,0);
}
#cc_mc {
  background: url("/img/cc_mc.gif") repeat scroll 0 0 rgba(0,0,0,0);
}
#cc_amex {
  background: url("/img/cc_amex.gif") repeat scroll 0 0 rgba(0,0,0,0);
}
#cc_visa {
  background: url("/img/cc_visa.gif") repeat scroll 0 0 rgba(0,0,0,0);
}
#cc_types {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 150px !important;
}
#cc_types li {
  float: left;
  height: 21px;
  margin: 4px 2px 2px;
  width: 33px;
}
#cc_types li img {
  opacity: 0.8;
}
.payment-card {
  padding: 5px;
  margin: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  border-width: 1px 0;
}
.payment-card i {
  position: absolute;
  left: -25px;
  display: none;
  top: 5px;
}
.payment-card img {
  margin-right: 5px;
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.payment-card:hover {
  border-color: #fff;
}
.payment-card.active {
  color: #000;
}
.payment-card.active i {
  display: block;
  color: #1F553E;
  font-size: 175%;
}
.payment-card.active img {
  opacity: 1;
  -moz-opacity: 1;
}
div.credit-cards dl {
  margin: 10px 5px;
}
div.credit-cards dl dt {
  float: left;
  margin: 0;
  width: 40%;
}
div.credit-cards dl dd {
  float: left;
  margin: 0;
  text-align: right;
  width: 30%;
}
.controls-multi3 .controls input {
  max-width: 30%;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.clr-c {
  color: #3B8418;
}
.txt-c {
  color: #3B8418;
  font-weight: bold;
}
.clr-i {
  color: #B94A48;
}
.clr-s {
  color: #666;
}
.bg-c {
  background: #3B8418;
  color: #fff;
}
.bg-i {
  background: #B94A48;
  color: #fff;
}
.bg-s {
  background: #666;
  color: #fff;
}
.jwoverlay {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.icon-c {
  position: relative;
}
.icon-c:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f058";
  color: #3B8418;
  left: -12px;
  position: absolute;
  top: -1px;
}
.icon-i {
  position: relative;
}
.icon-i:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f057";
  color: #B94A48;
  left: -12px;
  position: absolute;
  top: 0px;
}
.col-align-right {
  padding-right: 0;
}
.col-align-left {
  padding-left: 0;
}
.exam-c {
  text-align: center;
}
.exam-c:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f00c";
  color: #3B8418;
}
.exam-i {
  text-align: center;
}
.exam-i:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f00d";
  color: #B94A48;
}
.text-required {
  color: #B94A48;
}
.exam-s {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  color: #666;
  text-align: center;
}
.exam-s:before {
  content: "\f068";
}
.modal-vcenter .modal-dialog {
  margin: 25% auto;
}
.modal-fullscreen {
  margin-top: 40px;
}
.modal-fullscreen .modal-dialog {
  width: 90%;
}
.modal-autosize .modal-dialog {
  width: auto;
}
@media (max-height: 700px) {
  .modal-fullscreen .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
  }
  .modal-fullscreen .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 900px) {
  .modal-fullscreen .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    width: 98%;
  }
  .modal-fullscreen .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.rows-divided .row {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.row-divided div[col]:first-of-type {
  border-right: 1px solid #ccc;
}
.row-divided div[col]:last-of-type {
  border-left: 1px solid #ccc;
  margin-left: -1px !important;
}
.row-divided h2 {
  margin-top: 0;
}
.dl-30 dt,
.dl-30 dd {
  margin-top: 3px;
}
.dl-30 dt {
  width: 30%;
}
.dl-30 dd {
  margin-left: 35%;
}
.dl-table dl {
  display: table-row;
}
.dl-table dt,
.dl-table dd {
  display: table-cell;
  width: auto;
  margin: 0;
  float: none;
}
.dl-table dt:before,
.dl-table dd:before {
  display: none;
}
.dl-table dt:after,
.dl-table dd:after {
  display: none;
}
.dl-table dt {
  padding-right: 15px;
}
.dl-divide-top {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.dl-40 dt {
  width: 40%;
}
.dl-40 dd {
  margin-left: 45%;
}
.navbar-inner {
  box-shadow: 0 1px 4px rgba(0,0,0,0.067);
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-inner:before,
.navbar-inner:after {
  content: "";
  display: table;
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
@media (min-height: 10px) and (max-height: 850px) {
  .navbar-fixed-bottom {
    position: static;
  }
}
#nav-title {
  float: left;
}
#nav-title h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 30px;
  margin: 3px 0 0;
  text-shadow: 0px 2px 1px #D04E20;
}
.nav-title {
  float: left;
}
.nav-title h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 30px;
  margin: 5px 0 0;
  text-shadow: 0px 2px 1px #D04E20;
}
.nav-title h2 small {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
.nav-title h2 small.left-divide {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
.modal h1.modal-title {
  border-bottom: none;
  padding-bottom: 0;
  line-height: 26px;
  margin-bottom: 0;
  font-size: 24px;
}
.modal .modal-nav {
  margin: 0;
}
.pagination-uniform ul > li > a {
  min-width: 20px;
  padding: 4px;
  text-align: center;
  border-width: 1px;
  background: inherit;
  color: inherit;
}
.pagination-uniform ul > li > a:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination-uniform ul > li > a:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination-uniform ul > li > a:hover {
  color: #333;
}
.row .col-md-5right {
  width: 35.4255%;
  margin-left: 7.12766%;
}
.col_4_5 {
  width: 37.5%;
}
.col_7_5 {
  width: 62.5%;
}
.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row-narrow .col {
  padding-left: 5px;
  padding-right: 5px;
}
.countdown p.item small:before {
  content: "";
}
.countdown time {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 125%;
  text-shadow: 0.5px 0.5px 1px #999;
  display: block;
}
.countdown time.time-big {
  font-size: 250%;
  line-height: 40px;
  display: block;
  color: #211b50;
}
.dropdown-select {
  position: relative;
  cursor: pointer;
}
.dropdown-select h1.filter {
  font-size: 100%;
  margin: 0;
  padding: 0 0;
  border-bottom: none;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 30px;
}
.dropdown-select h1.filter i {
  font-size: 150%;
}
.dropdown-select ul {
  position: absolute;
  width: auto;
  border: 5px solid #211b50;
  background: #211b50;
  right: 0;
  top: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  padding: 0;
}
.dropdown-select ul a {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 8px;
  text-align: left;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
  line-height: 18px;
}
.dropdown-select ul a:link {
  color: #fff;
}
.dropdown-select ul a:visited {
  color: #fff;
}
.dropdown-select ul a:hover {
  color: #333;
  border-color: transparent;
  border-radius: 10px;
  background: #fff;
}
.dropdown-select ul li {
  margin: 5px 0;
  font-size: 12px;
}
.dropdown-select ul li:last-child a {
  border: none;
}
.dropdown-select:hover i {
  color: #fff;
}
.dropdown-select:hover h1 {
  background: #D04E20;
}
.dropdown-select.active i {
  background: #211b50;
  color: #fff;
  padding-bottom: 8px;
}
.dropdown-select.active i:before {
  content: "\f077";
}
.dropdown-select.active ul {
  display: block;
}
.dropdown-select.active h1 {
  color: #211b50 !important;
  border-bottom: none;
  background: #fff;
}
.dropdown-select i {
  padding: 3px 5px;
  color: #999;
}
.alert-menu {
  background: #F5F5F5;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.span-margin1 {
  margin: 0 9% !important;
}
.span-margin-half {
  margin: 0 4.166666667% !important;
}
.nav-menulist li {
  line-height: 20px;
  margin: 0;
}
.nav-menulist li a:link,
.nav-menulist li a:visited {
  line-height: inherit;
  color: #211b50;
}
.nav-menulist li.active a:link,
.nav-menulist li.active a:visited,
.nav-menulist li.active a:hover {
  background: #D04E20;
  font-weight: bold;
  color: #fff;
}
table.table-cols td {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
table.table-cols td ol {
  list-style: decimal;
  color: #4D4D4D;
}
.modal-instructions header h1 {
  color: #211b50;
  font-size: 32px;
  line-height: 40px;
  margin: 5px 0;
}
.modal-instructions header h2 {
  color: #666;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.nav-account h1.name {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 0;
  border-bottom: none;
}
.nav-account a:link,
.nav-account a:visited {
  font-size: 12px;
}
.nav-account a:hover {
  color: #D04E20;
}
a.btn {
  color: #fff;
}
a.btn :visited {
  color: #ccc;
}
a.btn-filter {
  color: #333;
}
a.btn-filter :visited {
  color: #333;
}
.btn-primary {
  background-color: #211b50;
  background: #110e2a;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#110e2a),color-stop(1,#392e89));
  background: -ms-linear-gradient(bottom,#110e2a,#392e89);
  background: -moz-linear-gradient(center bottom,#110e2a 0%,#392e89 100%);
  background: -o-linear-gradient(#392e89,#110e2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#392e89', endColorstr='#110e2a', GradientType=0);
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #211b50;
  background: #090817;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#090817),color-stop(1,#211b50));
  background: -ms-linear-gradient(bottom,#090817,#211b50);
  background: -moz-linear-gradient(center bottom,#090817 0%,#211b50 100%);
  background: -o-linear-gradient(#211b50,#090817);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#211b50', endColorstr='#090817', GradientType=0);
}
.btn-print {
  position: relative;
  background: #999;
  text-shadow: none;
}
.btn-print:hover {
  background: #211b50;
  color: #fff;
}
.btn-print:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  content: "\f02f";
  position: absolute;
  left: 6px;
  top: 15%;
}
.btn-fullwidth {
  width: 100%;
}
.btn-resource {
  background: #f0f0ee;
  color: #666;
}
.btn-resource:link {
  color: #666;
}
.btn-resource:hover {
  background: #ccc;
  color: #333;
}
blockquote.content {
  border-left: none;
}
blockquote.content * {
  line-height: 1.5;
}
blockquote.content p {
  margin: 5px 0;
}
blockquote.content ul {
  font-weight: 300;
  font-size: 17.5px;
  margin: 0 0 0 20px;
}
blockquote.content ul li {
  margin: 10px 0;
}
blockquote.content h2 {
  font-size: 150%;
  color: #333;
}
blockquote.content .well-features {
  margin: 20px 0;
}
blockquote.content .well-features h2 {
  margin: 0;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
blockquote.content dl.dl-features {
  font-size: 16px;
  margin: 0;
}
blockquote.content dl.dl-features dt {
  width: 200px;
}
blockquote.content dl.dl-features dd {
  margin-bottom: 15px;
  margin-left: 220px;
}
blockquote.content dl.dl-features dd:last-child {
  margin-bottom: 0;
}
blockquote.content dl.dl-features.dl-small {
  font-size: 14px;
}
blockquote.content dl.dl-features.dl-small dt {
  width: 180px;
}
blockquote.content dl.dl-features.dl-small dd {
  margin-left: 200px;
}
blockquote.content dl.dl-vertical {
  margin: 0;
}
blockquote.content dl.dl-vertical dd {
  margin-left: 0;
  margin-bottom: 15px;
}
blockquote.content dl.dl-vertical dd:last-child {
  margin-bottom: 0;
}
blockquote.content .items small {
  float: right;
  display: block;
  width: auto;
  margin-top: 3px;
}
blockquote.content .items small:before {
  content: "";
}
.form-fullwidth input[type="text"],
.form-fullwidth input[type="password"],
.form-fullwidth input[type="datetime"],
.form-fullwidth input[type="datetime-local"],
.form-fullwidth input[type="date"],
.form-fullwidth input[type="month"],
.form-fullwidth input[type="time"],
.form-fullwidth input[type="week"],
.form-fullwidth input[type="number"],
.form-fullwidth input[type="email"],
.form-fullwidth input[type="url"],
.form-fullwidth input[type="search"],
.form-fullwidth input[type="tel"],
.form-fullwidth input[type="color"],
.form-fullwidth textarea,
.form-fullwidth select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.form-horizontal label.control-label {
  margin: 10px 0 5px;
}
.form-horizontal label.control-label:first-of-type {
  margin-top: 0;
}
.form-help h4 {
  color: #F15D24;
}
.form-help p,
.form-help ul,
.form-help ol {
  color: #666;
  margin: 5px 0;
}
*.input-autowidth {
  width: auto !important;
}
*.input-fullwidth {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  height: auto;
}
.input-largetext {
  font-size: 22px ! important;
  line-height: 40px !important;
  height: 40px !important;
}
.span-nomargin {
  margin-left: 0 !important;
}
.span-divide-right {
  padding-right: 1.06383%;
  margin-right: 1.06383%;
  margin-left: -1px !important;
  border-right: 1px solid #ccc;
}
.span-divide-left {
  padding-left: 1.06383%;
  margin-left: 1.06383%;
  margin-right: -1px !important;
  border-left: 1px solid #ccc;
}
.no-maxheight {
  max-height: none !important;
}
.col-nomargin {
  margin-left: 0 !important;
}
.col-divide-right {
  margin-left: -1px !important;
  border-right: 1px solid #ccc;
}
.col-divide-left {
  border-left: 1px solid #ccc;
  margin-left: -1px !important;
}
.divide-top {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.divide-wide {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}
span.input-text {
  display: block;
  padding-top: 5px;
}
.help-content {
  margin-bottom: 100px;
}
.help-content section {
  margin-top: 20px;
}
.help-content section:first-child {
  margin-top: 0;
}
.help-content code {
  color: #333;
}
.help-content h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 150%;
}
.help-content a.btn-action {
  color: #333;
}
.help-content a.btn-action:visited {
  color: #666;
}
.rows-divided div.row-fluid {
  margin-top: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.rows-divided div.row-fluid h2 {
  margin: 0 0 10px;
  font-size: 150%;
  line-height: 100%;
}
.nb {
  border: none !important;
}
.alert {
  position: relative;
}
.abs-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.navbar-brand {
  padding: 8px 20px;
}
.report_options select,
.report_options input[type="text"] {
  width: auto;
}
.form-dashboard section {
  margin-top: 25px;
}
.form-dashboard section:first-of-type {
  margin-top: 0;
}
.btn-primary:visited {
  color: #fff;
}
.btn-primary:link {
  color: #fff;
}
.btn-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container {
  position: relative;
}
.toggle-onoff {
  line-height: 15px;
  text-align: right;
}
.toggle-onoff label {
  display: inline-block;
  font-weight: bold;
  line-height: inherit;
  font-size: 12px;
  margin-right: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.toggle-onoff label.label-block {
  line-height: 15px;
  display: block;
  margin: 8px 0 2px;
  padding: 0;
}
.toggle-onoff .label {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-right: 8px;
  padding-left: 8px;
}
.toggle-onoff.is-on .label-off {
  background-color: #999999;
  margin-left: -12px;
  z-index: 9;
  padding-left: 15px;
}
.toggle-onoff.is-on .label-on {
  background-color: #7AC143;
  padding-right: 12px;
  padding-left: 12px;
  z-index: 10;
  border-right: 1px solid #fff;
}
.toggle-onoff.is-off .label-on {
  background-color: #999999;
  margin-right: -12px;
  z-index: 9;
  padding-right: 15px;
}
.toggle-onoff.is-off .label-off {
  background-color: #D04E20;
  padding-right: 12px;
  padding-left: 12px;
  z-index: 10;
  border-left: 1px solid #fff;
}
.toggle-onoff.toggle-large span.label {
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
.control-switch .btn-group label.btn {
  display: inline-block;
  line-height: inherit;
  position: relative;
  z-index: 9;
}
.control-switch .btn-group label:first-of-type {
  text-align: left;
  padding-left: 30px;
}
.control-switch .btn-group label:last-of-type {
  text-align: right;
  padding-right: 30px;
}
.control-switch .btn-group label.active {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box;
  font-weight: bold;
  background-color: #666;
  color: #fff !important;
  z-index: 10;
  border: 1px solid #ccc;
  width: 55% !important;
}
.control-switch .btn-group label.active:first-of-type {
  margin-right: -5% !important;
}
.control-switch .btn-group label.active:last-of-type {
  margin-left: -5% !important;
}
.control-onoff .btn-group label.active:first-of-type {
  background: #3B8418;
}
.control-onoff .btn-group label.active:last-of-type {
  background-color: #a94442;
}
ul.list-error {
  margin: 0;
}
ul.list-error li {
  position: relative;
  line-height: 100%;
  padding-left: 20px;
  margin: 5px 0;
  list-style: none;
}
ul.list-error li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: 'inline';
  speak: none;
  content: "\f071";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
table.downloads {
  width: 100%;
}
table.downloads.downloads-sat thead th {
  font-size: 24px;
  background: #ccc;
  padding: 5px;
}
table.downloads.downloads-sat tbody td {
  line-height: 40px;
  width: 9%;
}
table.downloads.downloads-sat tbody td.wrap {
  line-height: 20px;
}
table.downloads.downloads-sat tbody th {
  text-align: left;
}
table.downloads.downloads-act tbody td {
  line-height: 40px;
  width: 15%;
}
table.downloads.downloads-mq {
  width: 98%;
}
table.downloads.downloads-mq tbody td {
  line-height: 40px;
  width: 5%;
}
table.downloads.downloads-mq tbody th {
  width: 15%;
}
table.downloads tbody td {
  border: 1px dashed #ccc;
  text-align: center;
}
table.downloads tbody td a {
  display: block;
  padding: 5px 0;
}
table.downloads tbody td a:hover {
  background: #e5e5e5;
  color: #211b50;
  font-weight: bold;
}
table.downloads tbody th {
  font-size: 16px;
  text-align: left;
}
table.table-autowidth {
  width: auto !important;
}
table.table-ledger tr th,
table.table-ledger tr td {
  text-align: center;
}
table.table-ledger tr th:last-child {
  text-align: right;
}
table.table-ledger tr td:last-child {
  text-align: right;
}
table.table-ledger tr th:first-child {
  text-align: left;
}
table.table-ledger tr td:first-child {
  text-align: left;
}
.date-mmyy {
  width: 100%;
}
.date-mmyy select {
  font-size: 13px;
  display: inline-block;
}
.date-mmyy .span-mm {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
  width: 47% !important;
}
.date-mmyy .span-yy {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px dashed #ccc;
  width: 53% !important;
}
.date-mmddyy select {
  font-size: 14px;
  display: inline-block;
  padding: 6px 4px;
  border: 1px solid #CCCCCC;
}
.date-mmddyy .span-mm {
  width: 70px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 1px dashed #ccc;
}
.date-mmddyy .span-dd {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 70px;
}
.date-mmddyy .span-yy {
  width: 80px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px dashed #ccc;
}
.form-horizontal .control-label {
  width: 30%;
}
.form-horizontal .btn-group {
  margin: 0 auto;
  text-align: left;
}
.form-horizontal .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.form-horizontal .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.form-horizontal .btn-group > .btn {
  line-height: 16px;
}
.form-horizontal .form-actions {
  text-align: right;
}
.form-horizontal .form-actions button {
  margin: 0 5px;
}
.form-horizontal .btn-group2 > .btn {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.form-horizontal .btn-group > .btn:first-of-type {
  border-radius: 10px 0 0 10px;
}
.form-horizontal .btn-group > .btn:last-of-type {
  border-radius: 0 10px 10px 0;
}
.form-horizontal .form-controls span.help-block {
  margin: 5px 0;
  line-height: 125%;
  font-size: 12px;
}
.form-horizontal .control-group {
  margin-bottom: 8px;
}
.form-horizontal legend {
  margin-bottom: 5px;
}
.form-horizontal h3 {
  line-height: inherit;
  font-size: 18px;
  font-weight: bold;
}
.form-horizontal h3:first-child {
  margin-top: 0;
}
.form-horizontal section h3 {
  color: #454545;
}
.form-horizontal .controls-name .form-control {
  width: 50%;
  min-width: 0;
}
.form-horizontal .controls-name .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
}
.form-horizontal .controls-name .form-control:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left-style: dashed;
}
.form-horizontal .form-actions {
  margin-top: 10px;
}
.form-horizontal .form-controls {
  float: left;
  width: 65%;
}
.form-horizontal .control-label {
  float: left;
  padding-right: 15px;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
}
.form-horizontal .control-label-alter {
  margin-left: 15px;
}
.form-horizontal .control-label-alter .control-label {
  padding-top: 9px !important;
  padding-right: 0 !important;
  text-align: left !important;
}
.form-horizontal .help-block {
  line-height: 16px;
}
.form-horizontal select.form-control {
  padding: 6px 4px;
  min-width: 200px;
}
.form-horizontal .controls-multi-combine select:first-of-type {
  border-radius: 4px 0 0 4px;
}
.form-horizontal .controls-multi-combine select:last-of-type {
  border-radius: 0 4px 4px 0;
}
.form-horizontal .btn-group2 {
  min-width: 150px;
}
.alert ul {
  padding-left: 0;
}
.alert ol {
  padding-left: 20px;
}
.edit-item:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.edit-item:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
ul.ul-horizontal {
  list-style: none;
  position: relative;
}
ul.ul-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
ul.ul-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
ul.ul-horizontal i {
  display: none;
}
ul.ul-horizontal li {
  float: left;
}
ul.ul-header {
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #ccc !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
