/* Minification failed. Returning unminified contents.
(5977,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(5978,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(5979,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(6025,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(6026,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(6027,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(6073,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(6074,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
(6075,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@answerAreaGlow'
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
@btnInstructBackground:             darken(@instructBackground, 7%);
@btnInstructBackgroundHighlight:    darken(@instructBackground, 12%);

@btnCertifyBackground:              darken(@certifyBackground, 7%);
@btnCertifyBackgroundHighlight:     darken(@certifyBackground, 12%);

@btnTestOnBackground:               #2C85DE;
@btnTestOnBackgroundHighlight:      #2673BF;
/*
@btnPracticeBackground:             darken(@practiceBackground, 7%);
@btnPracticeBackgroundHighlight:    darken(@practiceBackground, 12%);
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #4d4d4d;
  background: #ebeff0;
}
a {
  color: #007bc1;
  text-decoration: none;
}
a:hover {
  color: #0092e5;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 938px;
}
.span12 {
  width: 938px;
}
.span11 {
  width: 859px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 701px;
}
.span8 {
  width: 622px;
}
.span7 {
  width: 543px;
}
.span6 {
  width: 464px;
}
.span5 {
  width: 385px;
}
.span4 {
  width: 306px;
}
.span3 {
  width: 227px;
}
.span2 {
  width: 148px;
}
.span1 {
  width: 69px;
}
.offset12 {
  margin-left: 958px;
}
.offset11 {
  margin-left: 879px;
}
.offset10 {
  margin-left: 800px;
}
.offset9 {
  margin-left: 721px;
}
.offset8 {
  margin-left: 642px;
}
.offset7 {
  margin-left: 563px;
}
.offset6 {
  margin-left: 484px;
}
.offset5 {
  margin-left: 405px;
}
.offset4 {
  margin-left: 326px;
}
.offset3 {
  margin-left: 247px;
}
.offset2 {
  margin-left: 168px;
}
.offset1 {
  margin-left: 89px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.0660980810234542%;
  *margin-left: 1.0127931769722816%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.0660980810234542%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94669509594883%;
}
.row-fluid .span11 {
  width: 91.57782515991471%;
  *width: 91.52452025586354%;
}
.row-fluid .span10 {
  width: 83.15565031982942%;
  *width: 83.10234541577825%;
}
.row-fluid .span9 {
  width: 74.73347547974413%;
  *width: 74.68017057569296%;
}
.row-fluid .span8 {
  width: 66.31130063965884%;
  *width: 66.25799573560766%;
}
.row-fluid .span7 {
  width: 57.88912579957355%;
  *width: 57.835820895522374%;
}
.row-fluid .span6 {
  width: 49.46695095948827%;
  *width: 49.4136460554371%;
}
.row-fluid .span5 {
  width: 41.04477611940298%;
  *width: 40.99147121535181%;
}
.row-fluid .span4 {
  width: 32.62260127931769%;
  *width: 32.56929637526652%;
}
.row-fluid .span3 {
  width: 24.20042643923241%;
  *width: 24.147121535181235%;
}
.row-fluid .span2 {
  width: 15.77825159914712%;
  *width: 15.724946695095948%;
}
.row-fluid .span1 {
  width: 7.356076759061833%;
  *width: 7.30277185501066%;
}
.row-fluid .offset12 {
  margin-left: 102.13219616204691%;
  *margin-left: 102.02558635394456%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.06609808102345%;
  *margin-left: 100.9594882729211%;
}
.row-fluid .offset11 {
  margin-left: 93.71002132196162%;
  *margin-left: 93.60341151385927%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.64392324093816%;
  *margin-left: 92.53731343283582%;
}
.row-fluid .offset10 {
  margin-left: 85.28784648187633%;
  *margin-left: 85.18123667377398%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.22174840085287%;
  *margin-left: 84.11513859275053%;
}
.row-fluid .offset9 {
  margin-left: 76.86567164179104%;
  *margin-left: 76.75906183368869%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.79957356076758%;
  *margin-left: 75.69296375266524%;
}
.row-fluid .offset8 {
  margin-left: 68.44349680170575%;
  *margin-left: 68.3368869936034%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.3773987206823%;
  *margin-left: 67.27078891257995%;
}
.row-fluid .offset7 {
  margin-left: 60.02132196162046%;
  *margin-left: 59.91471215351811%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.955223880597%;
  *margin-left: 58.848614072494655%;
}
.row-fluid .offset6 {
  margin-left: 51.59914712153518%;
  *margin-left: 51.492537313432834%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.53304904051173%;
  *margin-left: 50.42643923240938%;
}
.row-fluid .offset5 {
  margin-left: 43.17697228144989%;
  *margin-left: 43.070362473347544%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.11087420042644%;
  *margin-left: 42.00426439232409%;
}
.row-fluid .offset4 {
  margin-left: 34.7547974413646%;
  *margin-left: 34.64818763326225%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.68869936034115%;
  *margin-left: 33.5820895522388%;
}
.row-fluid .offset3 {
  margin-left: 26.33262260127932%;
  *margin-left: 26.22601279317697%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.266524520255864%;
  *margin-left: 25.159914712153515%;
}
.row-fluid .offset2 {
  margin-left: 17.91044776119403%;
  *margin-left: 17.803837953091683%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.844349680170573%;
  *margin-left: 16.73773987206823%;
}
.row-fluid .offset1 {
  margin-left: 9.488272921108742%;
  *margin-left: 9.381663113006397%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.422174840085287%;
  *margin-left: 8.315565031982942%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px 0;
}
.lead {
  margin-bottom: 21px;
  font-size: 21px;
  font-weight: 200;
  line-height: 31.5px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 21px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 42px;
}
h1 {
  font-size: 24.5px;
}
h2 {
  font-size: 17.5px;
}
h3 {
  font-size: 14px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 21px 0 31.5px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 21px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10.5px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 10px 0 21px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px;
  font-style: italic;
  margin: 0 0 21px;
  background-color: #eeeeee;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 21px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
pre.prettyprint {
  margin-bottom: 21px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: 42px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15.75px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 21px;
  padding: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #4d4d4d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  vertical-align: middle;
}
input,
textarea {
  width: 314px;
}
.uneditable-input {
  width: 200px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 33px;
}
select {
  width: 314px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 21px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 10px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 924px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 845px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 687px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 608px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 529px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 371px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 292px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 213px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 134px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 55px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ffffff;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ffffff;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ffffff;
  background-color: #4daebf;
  border-color: #ffffff;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 20px 20px 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  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;
}
.help-block,
.help-inline {
  color: #737373;
}
.help-block {
  display: block;
  margin-bottom: 10.5px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 0px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  min-height: 33px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  color: #4d4d4d;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #48ffbf;
  border-color: #00ae71;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10.5px;
}
legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 21px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10.5px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  height: 41px;
  table-layout: fixed;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.table {
  width: 100%;
}
.table tr {
  background-color: transparent;
}
.table th,
.table td {
  padding: 10px;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dae1e3;
}
.table tr:first-child td {
  border-top: 0px solid #dae1e3;
}
.table tr:last-child td {
  border-bottom-color: #dae1e3;
}
.table thead tr th {
  border-top: 0px solid #dae1e3;
}
.table th {
  font-weight: bold;
  background-color: #fcfdfd;
  border-bottom: 1px solid #dae1e3;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dae1e3;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dae1e3;
  border-collapse: separate;
  *border-collapse: collapse;
  /*caption + thead tr:first-child th,
  caption + tbody tr:first-child th,
  caption + tbody tr:first-child td,
  colgroup + thead tr:first-child th,
  colgroup + tbody tr:first-child th,
  colgroup + tbody tr:first-child td,
  thead:first-child tr:first-child th,
  tbody:first-child tr:first-child th,
  tbody:first-child tr:first-child td {
    border-top: 0;
  }*/

  /*
  thead:first-child tr:first-child > th:first-child,
  tbody:first-child tr:first-child > td:first-child {
    .border-top-left-radius(@borderRadiusZero);
  }
  thead:first-child tr:first-child > th:last-child,
  tbody:first-child tr:first-child > td:last-child {
    .border-top-right-radius(@borderRadiusZero);
  }
  // For first th or td in the last row in the last thead or tbody
  thead:last-child tr:last-child > th:first-child,
  tbody:last-child tr:last-child > td:first-child,
  tfoot:last-child tr:last-child > td:first-child {
    .border-bottom-left-radius(@borderRadiusZero);
  }
  thead:last-child tr:last-child > th:last-child,
  tbody:last-child tr:last-child > td:last-child,
  tfoot:last-child tr:last-child > td:last-child {
    .border-bottom-right-radius(@borderRadiusZero);
  }
*/

}
.table-bordered th,
.table-bordered td {
  border-left: 0px solid #dae1e3;
}
.table-bordered th {
  border-left: 1px solid #dae1e3;
}
.table-bordered th:first-child {
  border-left: none;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th {
  border-top: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f7f7f7;
}
.table-hover tbody tr.selected:hover td {
  background-color: #FFFFCC;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 53px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 132px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 211px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 290px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 369px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 448px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 527px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 606px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 685px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 843px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 922px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #4daebf;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #40a1b2;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #4d4d4d;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 170px;
  overflow: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li {
  cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #007bc1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #007bc1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #4d4d4d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f4f5f6;
  background-image: -moz-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9f9), to(#edeff0));
  background-image: -webkit-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -o-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: linear-gradient(to bottom, #f8f9f9, #edeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
  border-color: #edeff0 #edeff0 #c3cacd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #edeff0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #d4dcdf;
  *border: 0;
  border-bottom-color: #a8b9be;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #4d4d4d;
  background-color: #edeff0;
  *background-color: #dfe3e4;
}
.btn:active,
.btn.active {
  background-color: #d1d6d9 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #4d4d4d;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) inset, 0 1px 0px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.21);
}
.btn-nav {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0080bf;
  background-image: -moz-linear-gradient(top, #0087c9, #0076b0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0087c9), to(#0076b0));
  background-image: -webkit-linear-gradient(top, #0087c9, #0076b0);
  background-image: -o-linear-gradient(top, #0087c9, #0076b0);
  background-image: linear-gradient(to bottom, #0087c9, #0076b0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0087c9', endColorstr='#ff0076b0', GradientType=0);
  border-color: #0076b0 #0076b0 #004263;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0076b0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.26) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.36);
  min-height: 20px;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.34) rgba(0, 0, 0, 0.4);
}
.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active,
.btn-nav.active,
.btn-nav.disabled,
.btn-nav[disabled] {
  color: #ffffff;
  background-color: #0076b0;
  *background-color: #006596;
}
.btn-nav:active,
.btn-nav.active {
  background-color: #00537d \9;
}
.btn-nav.active,
.btn-nav:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
.btn-keypad {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #474747;
  background-image: -moz-linear-gradient(top, #4d4d4d, #404040);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d4d4d), to(#404040));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #404040);
  background-image: -o-linear-gradient(top, #4d4d4d, #404040);
  background-image: linear-gradient(to bottom, #4d4d4d, #404040);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d4d', endColorstr='#ff404040', GradientType=0);
  border-color: #404040 #404040 #1a1a1a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #404040;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.22);
  border-color: #333333;
  min-height: 20px;
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.34) rgba(0, 0, 0, 0.4);
}
.btn-keypad:hover,
.btn-keypad:focus,
.btn-keypad:active,
.btn-keypad.active,
.btn-keypad.disabled,
.btn-keypad[disabled] {
  color: #ffffff;
  background-color: #404040;
  *background-color: #333333;
}
.btn-keypad:active,
.btn-keypad.active {
  background-color: #262626 \9;
}
.btn-keypad.active,
.btn-keypad:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0080bf;
  background-image: -moz-linear-gradient(top, #0087c9, #0076b0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0087c9), to(#0076b0));
  background-image: -webkit-linear-gradient(top, #0087c9, #0076b0);
  background-image: -o-linear-gradient(top, #0087c9, #0076b0);
  background-image: linear-gradient(to bottom, #0087c9, #0076b0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0087c9', endColorstr='#ff0076b0', GradientType=0);
  border-color: #0076b0 #0076b0 #004263;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0076b0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.26) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.36);
  min-height: 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0076b0;
  *background-color: #006596;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00537d \9;
}
.btn-primary.active,
.btn-primary:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00ba79;
  background-image: -moz-linear-gradient(top, #00c27e, #00ae71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c27e), to(#00ae71));
  background-image: -webkit-linear-gradient(top, #00c27e, #00ae71);
  background-image: -o-linear-gradient(top, #00c27e, #00ae71);
  background-image: linear-gradient(to bottom, #00c27e, #00ae71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c27e', endColorstr='#ff00ae71', GradientType=0);
  border-color: #00ae71 #00ae71 #00623f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00ae71;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.26) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.36);
  min-height: 20px;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #00ae71;
  *background-color: #009560;
}
.btn-green:active,
.btn-green.active {
  background-color: #007b50 \9;
}
.btn-green.active,
.btn-green:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
.btn-test-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4f8382;
  background-image: -moz-linear-gradient(top, #528988, #497978);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#528988), to(#497978));
  background-image: -webkit-linear-gradient(top, #528988, #497978);
  background-image: -o-linear-gradient(top, #528988, #497978);
  background-image: linear-gradient(to bottom, #528988, #497978);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff528988', endColorstr='#ff497978', GradientType=0);
  border-color: #497978 #497978 #2c4949;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #497978;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.34) rgba(0, 0, 0, 0.4) !important;
}
.btn-test-primary:hover,
.btn-test-primary:focus,
.btn-test-primary:active,
.btn-test-primary.active,
.btn-test-primary.disabled,
.btn-test-primary[disabled] {
  color: #ffffff;
  background-color: #497978;
  *background-color: #3f6969;
}
.btn-test-primary:active,
.btn-test-primary.active {
  background-color: #365959 \9;
}
.btn-test-primary.active,
.btn-test-primary:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
.test-correct {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00bd7b;
  background-image: -moz-linear-gradient(top, #00c882, #00ae71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c882), to(#00ae71));
  background-image: -webkit-linear-gradient(top, #00c882, #00ae71);
  background-image: -o-linear-gradient(top, #00c882, #00ae71);
  background-image: linear-gradient(to bottom, #00c882, #00ae71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00c882', endColorstr='#ff00ae71', GradientType=0);
  border-color: #00ae71 #00ae71 #00623f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00ae71;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) !important;
}
.test-correct:hover,
.test-correct:focus,
.test-correct:active,
.test-correct.active,
.test-correct.disabled,
.test-correct[disabled] {
  color: #ffffff;
  background-color: #00ae71;
  *background-color: #009560;
}
.test-correct:active,
.test-correct.active {
  background-color: #007b50 \9;
}
.test-incorrect {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cf494b;
  background-image: -moz-linear-gradient(top, #d15153, #cc3d3f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d15153), to(#cc3d3f));
  background-image: -webkit-linear-gradient(top, #d15153, #cc3d3f);
  background-image: -o-linear-gradient(top, #d15153, #cc3d3f);
  background-image: linear-gradient(to bottom, #d15153, #cc3d3f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd15153', endColorstr='#ffcc3d3f', GradientType=0);
  border-color: #cc3d3f #cc3d3f #952729;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cc3d3f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) !important;
}
.test-incorrect:hover,
.test-incorrect:focus,
.test-incorrect:active,
.test-incorrect.active,
.test-incorrect.disabled,
.test-incorrect[disabled] {
  color: #ffffff;
  background-color: #cc3d3f;
  *background-color: #be3234;
}
.test-incorrect:active,
.test-incorrect.active {
  background-color: #a92d2e \9;
}
.btn-secondary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00b2a0;
  background-image: -moz-linear-gradient(top, #00baa7, #00a695);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00baa7), to(#00a695));
  background-image: -webkit-linear-gradient(top, #00baa7, #00a695);
  background-image: -o-linear-gradient(top, #00baa7, #00a695);
  background-image: linear-gradient(to bottom, #00baa7, #00a695);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00baa7', endColorstr='#ff00a695', GradientType=0);
  border-color: #00a695 #00a695 #005a50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00a695;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.26) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.36);
  min-height: 20px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #ffffff;
  background-color: #00a695;
  *background-color: #008d7e;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #007367 \9;
}
.btn-secondary.active,
.btn-secondary:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b63032;
  background-image: -moz-linear-gradient(top, #c23335, #a52b2d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c23335), to(#a52b2d));
  background-image: -webkit-linear-gradient(top, #c23335, #a52b2d);
  background-image: -o-linear-gradient(top, #c23335, #a52b2d);
  background-image: linear-gradient(to bottom, #c23335, #a52b2d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc23335', endColorstr='#ffa52b2d', GradientType=0);
  border-color: #a52b2d #a52b2d #691c1d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a52b2d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #a52b2d;
  *background-color: #912628;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #7d2122 \9;
}
.btn-warning.active,
.btn-warning:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
/*
.btn-instruct {
  .buttonBackground(@btnInstructBackground, @btnInstructBackgroundHighlight, @white, 0 -1px 1px rgba(0,0,0,.75));
  .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05)");
  &.active,
  &:active {
    background-image: none;
    outline: 0;
    .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05)");
  }
}
.btn-certify {
  .buttonBackground(@btnCertifyBackground, @btnCertifyBackgroundHighlight, @white, 0 -1px 1px rgba(0,0,0,.75));
  .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05)");
  &.active,
  &:active {
    background-image: none;
    outline: 0;
    .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05)");
  }
}
.btn-test-on {
  .buttonBackground(@btnTestOnBackground, @btnTestOnBackgroundHighlight, @white, 0 -1px 1px rgba(0,0,0,.75));
  .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05)");
  border-color: rgba(0,0,0,.3) rgba(0,0,0,.3) rgba(0,0,0,.35) !important;
  &.active,
  &:active {
    background-image: none;
    outline: 0;
    .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.09), 0 1px 0px rgba(255,255,255,.05)");
  }
}
.btn-practice {
  .buttonBackground(@btnPracticeBackground, @btnPracticeBackgroundHighlight, @white, 0 -1px 1px rgba(0,0,0,.75));
  .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05)");
  &.active,
  &:active {
    background-image: none;
    outline: 0;
    .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05)");
  }
}
*/
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #007bc1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #0092e5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
#TimeDisplay .dropdown-toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  min-width: 110px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > button {
  min-height: 32px;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open {
  /*.btn-certify.dropdown-toggle {
      background-color: @btnCertifyBackgroundHighlight;
    }*/

}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #edeff0;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0076b0;
}
.btn-group.open .btn-nav.dropdown-toggle {
  background-color: #0076b0;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0,0,0,.05);
}
.btn .caret {
  margin-top: 8px;
  margin-left: 20px;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-nav .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.alert-n {
  padding: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  background-color: #246bb3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff !important;
}
.alert-n,
.alert-n h4 {
  color: #ffffff;
}
.alert-n h4 {
  margin: 0;
}
.alert-n .close {
  position: relative;
  top: 0;
  right: 0;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  line-height: 21px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-instrCrted {
  background-color: #848484;
  padding: 25px;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 9px;
  margin-bottom: 0px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #007bc1;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 0;
  line-height: 14px;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
  color: #007bc1;
  text-shadow: rgba(255, 255, 255, 0.5);
  background-color: #f4f5f6;
  background-image: -moz-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9f9), to(#edeff0));
  background-image: -webkit-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -o-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: linear-gradient(to bottom, #f8f9f9, #edeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
  border-color: #edeff0 #edeff0 #c3cacd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #edeff0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-left: 1px solid #d4dcdf;
  border-top: 1px solid #d4dcdf;
  border-bottom: 1px solid #d4dcdf;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  min-width: 95px;
  font-weight: normal;
  text-align: center;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active,
.nav-tabs > li > a.active,
.nav-tabs > li > a.disabled,
.nav-tabs > li > a[disabled] {
  color: #007bc1;
  background-color: #edeff0;
  *background-color: #dfe3e4;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a.active {
  background-color: #d1d6d9 \9;
}
.nav-tabs > li:first-child a {
  -webkit-border-radius: 7px 0 0 0;
  -moz-border-radius: 7px 0 0 0;
  border-radius: 7px 0 0 0;
}
.nav-tabs > li:last-child a {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
  border-right: 1px solid #d4dcdf;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #4d4d4d;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #007bc1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #007bc1;
  border-bottom-color: #007bc1;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #0092e5;
  border-bottom-color: #0092e5;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -2px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #d4dcdf;
}
.tabs-below > .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 7px;
  -moz-border-radius: 0 0 0 7px;
  border-radius: 0 0 0 7px;
}
.tabs-below > .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: #ffffff #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a,
.nav-tabs > li > a.disabled {
  color: #999999;
  background: transparent;
}
.nav > .disabled > a:hover,
.nav-tabs > li > a.disabled {
  text-decoration: none;
  background: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 21px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 9.5px 20px 9.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 938px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 9.5px 15px 9.5px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  line-height: 22px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 0px;
  line-height: 0px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 5px 12px;
  min-width: 15px;
  line-height: 21px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #d4dcdf;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 21px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: #ffffff;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 9999;
  width: 650px;
  margin-left: -330px;
  background-color: #ffffff;
  border: 1px solid #d4dcdf;
  border: 1px solid rgba(0, 0, 0, 0.22);
  *border: 1px solid #d4dcdf;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  background-color: #fcfcfc;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d4dcdf;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 32px;
  font-size: 17.5px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  min-height: 80px;
  overflow-x: hidden;
}
.modal-body .course-add-item {
  border-width: 0px;
  padding: 10px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  background-color: #fcfcfc;
  border-top: 1px solid #d4dcdf;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.popover {
  white-space: normal;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -10px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 21px;
  margin-left: 10px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 21px;
  border: 1px solid #ddd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #007bc1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media .pull-left {
  margin-right: 10px;
}
.media .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/*.label,
.badge {
  // Important (red)
  &-important         { background-color: @errorText; }
  &-important[href]   { background-color: darken(@errorText, 10%); }
  // Warnings (orange)
  &-warning           { background-color: @orange; }
  &-warning[href]     { background-color: darken(@orange, 10%); }
  // Success (green)
  &-success           { background-color: @successText; }
  &-success[href]     { background-color: darken(@successText, 10%); }
  // Info (turquoise)
  &-info              { background-color: @infoText; }
  &-info[href]        { background-color: darken(@infoText, 10%); }
  // Inverse (black)
  &-inverse           { background-color: @grayDark; }
  &-inverse[href]     { background-color: darken(@grayDark, 10%); }
}
*/
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: visible;
  height: 10px;
  border: 1px solid #cccccc;
  border-width: 1px 0 1px 0;
  background: #eeeeee;
  padding: 10px;
  display: block;
  position: relative;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.34) inset, 0 1px 0 rgba(255,255,255,255.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.34) inset, 0 1px 0 rgba(255,255,255,255.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.34) inset, 0 1px 0 rgba(255,255,255,255.07);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
/*
// Danger (red)
.progress-danger .bar, .progress .bar-danger {
  #gradient > .vertical(#ee5f5b, #c43c35);
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  #gradient > .striped(#ee5f5b);
}

// Success (green)
.progress-success .bar, .progress .bar-success {
  #gradient > .vertical(#62c462, #57a957);
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  #gradient > .striped(#62c462);
}

// Info (teal)
.progress-info .bar, .progress .bar-info {
  #gradient > .vertical(#5bc0de, #339bb9);
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  #gradient > .striped(#5bc0de);
}

// Warning (orange)
.progress-warning .bar, .progress .bar-warning {
  #gradient > .vertical(lighten(@orange, 15%), @orange);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  #gradient > .striped(lighten(@orange, 15%));
}
*/.accordion .accordion-group:last-child table {
  border-bottom: 1px solid #d4dcdf;
}
.accordion .accordion-group:first-child .accordion-heading {
  border-top-width: 0px;
}
.accordion-headless .accordion-group:first-child .accordion-heading {
  border-top-width: 1px;
}
.accordion-group:last-child .accordion-heading {
  border-bottom: 1px solid #d4dcdf;
}
.accordion-group {
  margin-bottom: 0px;
}
.accordion-group .table tr:last-child td {
  border-bottom-width: 0px;
}
.accordion-group td {
  border-top: none;
  border-bottom: 1px solid #dae1e3;
}
.accordion-group td:first-child {
  border-left: 1px solid #d4dcdf;
}
.accordion-group td:last-child {
  border-right: 1px solid #d4dcdf;
}
.accordion-heading {
  min-height: 41px;
  border: 1px solid #d9d9d9;
  border-bottom-width: 0px;
  background-color: #f7f7f7;
  color: #4d4d4d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f4f5f6;
  background-image: -moz-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9f9), to(#edeff0));
  background-image: -webkit-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -o-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: linear-gradient(to bottom, #f8f9f9, #edeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
  border-color: #edeff0 #edeff0 #c3cacd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #edeff0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.18);
}
.accordion-heading:hover,
.accordion-heading:focus,
.accordion-heading:active,
.accordion-heading.active,
.accordion-heading.disabled,
.accordion-heading[disabled] {
  color: #4d4d4d;
  background-color: #edeff0;
  *background-color: #dfe3e4;
}
.accordion-heading:active,
.accordion-heading.active {
  background-color: #d1d6d9 \9;
}
.accordion-heading:hover {
  color: #4d4d4d;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 10px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 0px;
  border-top: 0px solid #e5e5e5;
}
.accordion-active .accordion-heading {
  background-color: #6291b4;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ebedee;
  background-image: -moz-linear-gradient(top, #edeff0, #e7eaeb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edeff0), to(#e7eaeb));
  background-image: -webkit-linear-gradient(top, #edeff0, #e7eaeb);
  background-image: -o-linear-gradient(top, #edeff0, #e7eaeb);
  background-image: linear-gradient(to bottom, #edeff0, #e7eaeb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedeff0', endColorstr='#ffe7eaeb', GradientType=0);
  border-color: #e7eaeb #e7eaeb #bec5c9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e7eaeb;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ced4d6;
  text-shadow: none;
  border-bottom: 1px solid #d1d6d9;
  color: #4d4d4d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.accordion-active .accordion-heading:hover,
.accordion-active .accordion-heading:focus,
.accordion-active .accordion-heading:active,
.accordion-active .accordion-heading.active,
.accordion-active .accordion-heading.disabled,
.accordion-active .accordion-heading[disabled] {
  color: #ffffff;
  background-color: #e7eaeb;
  *background-color: #dadee0;
}
.accordion-active .accordion-heading:active,
.accordion-active .accordion-heading.active {
  background-color: #ccd1d4 \9;
}
.accordion-active .accordion-heading:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.accordion-active:last-child .accordion-heading {
  border-bottom-color: #ced4d6;
}
.accordion-heading a:hover {
  text-decoration: none;
}
.carousel {
  position: relative;
  margin-bottom: 21px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 21px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 31.5px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 31.5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.all-y {
  min-height: 100%;
  height: 100%;
}
.mode-area-toggle {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  background-color: #007bc1;
  color: #ffffff;
}
.question-pages {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 80;
}
#question {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 54px;
  bottom: 0;
}
.instruct-content {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 54px;
  bottom: 54px;
  margin: 0;
  background: #ffffff;
  overflow: auto;
}
.section-container-modes {
  *zoom: 1;
}
.section-container-modes:before,
.section-container-modes:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-container-modes:after {
  clear: both;
}
.question-pages .action-container {
  border-width: 0px 0px 1px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 32px;
  min-height: 32px;
}
.notify-overlay {
  position: absolute;
  z-index: 80;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
}
#notify-splitter {
  margin: -65px 0 0 0;
}
#notify-splitter-obj1 {
  position: relative;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007bc1;
  height: 9px;
  min-height: 9px !important;
  left: 0;
  margin-top: -9px;
}
#notify-splitter-obj2 {
  margin-top: 0;
  margin-left: -41px;
  left: 50%;
  position: relative;
  height: 9px !important;
  width: 83px;
  background-color: #003a5b;
}
#notify-splitter-obj3 {
  min-width: 410px;
}
#notify-splitter-obj4 {
  top: 78px;
  left: 159px;
}
#notify-splitter-obj4 .notify-tip {
  content: "";
  position: absolute;
  top: -45%;
  left: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #007bc1;
  border-bottom-color: #007bc1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.notify-group {
  position: absolute;
  z-index: 80;
  width: inherit;
}
.notify-group .notify-container {
  float: left;
  position: relative;
}
.notify-group .notify-container .notify .notify-inner {
  float: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #007bc1;
  border: 1px solid #007bc1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff !important;
  padding: 10px;
}
.notify-tip {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border-top: 10px solid #007bc1;
  border-top-color: #007bc1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.wrap-mode-tutor-a {
  display: block;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding: 0 !important;
  padding: 45px 0 214px 0;
}
.wrap-mode-tutor-b {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding: 184px 0 213px 0;
}
.wrap-mode-test {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  padding: 162px 0 55px 0;
}
.wrap-mode-test-review {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  height: 100%;
  min-height: 100%;
  padding: 160px 0 103px 0;
}
.wrap-mode-top-t {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-top-width: 0px;
  z-index: 80;
  padding: 10px 10px 0 10px;
}
.wrap-mode-top-c {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  top: 159px;
  bottom: 0;
  padding: 0;
  z-index: 70;
}
.wrap-mode-top-ct {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 70;
  margin-top: 108px;
}
.wrap-mode-top-rt {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 70;
  margin-top: 108px;
  margin-bottom: 52px;
}
.wrap-practice {
  position: absolute;
  z-index: 70;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap-split-section {
  position: relative;
  z-index: 0;
}
.wrap-split-section h3,
.wrap-split-section h4 {
  margin-top: 0px;
}
#review-controls-container {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-bottom-width: 0px;
  text-align: left;
  margin-top: 0px;
  z-index: 70;
}
#review-controls {
  background: #f7f8f9;
  padding-bottom: 10px;
  *zoom: 1;
}
#review-controls:before,
#review-controls:after {
  display: table;
  content: "";
  line-height: 0;
}
#review-controls:after {
  clear: both;
}
#review-controls h4 {
  line-height: 27px;
  margin: 0px 0px 0px 10px;
}
#review-controls ul.nav-tabs {
  margin: 0px 0px 0px 10px;
}
#tutor {
  background: #f7f8f9;
  padding-top: 10px;
  *zoom: 1;
}
#tutor:before,
#tutor:after {
  display: table;
  content: "";
  line-height: 0;
}
#tutor:after {
  clear: both;
}
#tutor h4 {
  line-height: 27px;
  margin: 0px 0px 0px 10px;
}
#tutor ul.nav-tabs {
  margin: 0px 10px 0px 0px;
}
.tutorScreen .section-container {
  padding: 0px;
  border-top-width: 0px;
}
.tutorScreen h2 {
  margin: 0;
  padding: 0 5px;
  line-height: 21px;
}
.tutor-instruct-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  z-index: 70;
  padding: 10px;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 1px 0 0 0;
  height: 55px;
}
.tutor-actions-sbs {
  position: absolute;
  bottom: 200px;
  left: 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  z-index: 70;
  padding: 10px;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-bottom-width: 0px;
  height: 55px;
}
.tutor-actions {
  margin-top: 0px;
  *zoom: 1;
}
.tutor-actions:before,
.tutor-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.tutor-actions:after {
  clear: both;
}
.tutor-actions .btn {
  min-width: 140px;
}
.tutor-actions .btn-primary {
  min-width: 100px;
}
.tutor-actions:after,
.tutor-actions:before {
  display: table;
  content: " ";
  line-height: 0;
}
.tutor-actions-top {
  *zoom: 1;
  position: relative;
  line-height: 32px;
  min-height: 34px;
  border-bottom: 1px solid #d4dcdf;
  border-top-width: 0px;
  background: #ffffff;
  padding: 10px;
}
.tutor-actions-top:before,
.tutor-actions-top:after {
  display: table;
  content: "";
  line-height: 0;
}
.tutor-actions-top:after {
  clear: both;
}
#SolutionView,
#ExplainErrorView,
#InstructView {
  position: absolute;
  top: 54px;
  bottom: 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  overflow: auto;
}
#reviewStepView #ExplainErrorView,
#reviewStepView #InstructView,
#reviewStepView #SolutionView,
#reviewStepView #question {
  bottom: 53px;
}
#reviewStepView #ExplainErrorView #questionTutor,
#reviewStepView #InstructView #questionTutor,
#reviewStepView #SolutionView #questionTutor,
#reviewStepView #question #questionTutor {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  top: 55px;
}
#reviewStepView #ExplainErrorView .tutor-instruct-actions,
#reviewStepView #InstructView .tutor-instruct-actions,
#reviewStepView #SolutionView .tutor-instruct-actions,
#reviewStepView #question .tutor-instruct-actions {
  bottom: 0;
  margin: 0;
  position: absolute;
}
#question-sbs {
  display: block;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  overflow-x: hidden;
  position: absolute;
  top: 135px;
  bottom: 55px;
}
.container {
  height: 100%;
  min-height: 100%;
}
.toggle-section {
  position: relative !important;
  z-index: 70;
}
#spliter2 {
  height: 100%;
  min-height: 100%;
}
#wrap-resize {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
#splitterContainer {
  /*horizontal splitter*/

  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
#TopPane {
  /*Top nested in horizontal splitter */

  width: 100%;
  height: 70%;
}
#BottomPane {
  /*Bottom nested in horizontal splitter */

  width: 100%;
  height: auto;
  position: relative;
}
#TopPane-instruct {
  /*Top nested in horizontal splitter */

  position: absolute !important;
  width: 100% !important;
  top: 0;
  bottom: 0;
}
#TopPane-instruct .wrap-mode-top-t {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-top-width: 0px;
  border-bottom-width: 0px;
  z-index: 72;
  padding: 10px;
}
#TopPane-instruct .wrap-mode-top-c {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  padding: 0;
  z-index: 70;
  top: 105px;
}
#BottomPane-instruct {
  /*Bottom nested in horizontal splitter */

  position: fixed !important;
  bottom: 0 !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 auto;
  z-index: 70;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#BottomPane-instruct .container {
  background: #f7f8f9;
}
#TopPane-instructT {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 70;
}
#TopPane-instructT .wrap-mode-top-t {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-top-width: 0px;
}
#TopPane-instructT .wrap-mode-top-t .btn-secondary {
  min-width: 140px;
}
#TopPane-instructT .wrap-mode-top-c {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-width: 0 1px 0 1px;
  overflow: hidden;
  bottom: 0;
  padding: 0px;
  z-index: 80;
  top: 159px;
}
#question-tutor {
  min-height: 100%;
  height: 100%;
}
#question-tutor .section-container-modes {
  min-height: 100%;
  height: 100%;
  padding: 0px;
  border-top-width: 0px;
}
#question-tutor .section-container-modes .action-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
#questionTutor {
  margin: 103px 0 50px 0;
  top: 0px;
  bottom: 10px;
  left: 0;
  right: 0;
  display: inline-block;
  overflow: auto;
  padding: 10px;
  position: absolute;
  z-index: 70;
}
#practiceLayout #questionTutor {
  top: 108px;
  bottom: 55px;
  margin: 0;
}
#practiceLayout #question-sbs {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 55px;
  top: 108px;
  padding: 10px;
}
#certifyContainer #questionTutor {
  margin: 23px 0 45px 0;
}
/* Splitbar styles; these are the default class names and required styles */
.splitbarV {
  float: left;
  width: 7px;
  height: 100%;
  line-height: 0px;
  font-size: 0px;
  border: 1px solid #005782;
  background: #0079b5;
}
.splitbarH {
  position: relative;
  height: 9px;
  text-align: left;
  line-height: 0px;
  font-size: 0px;
  border: 1px solid #d4dcdf;
  border-top-color: #c5d1d4;
  border-bottom-color: #c5d1d4;
  background: url("/Portal/Images/grips.png") repeat scroll 0 0 #edeff0;
  z-index: 80;
}
.splitbuttonV {
  margin-top: -41px;
  margin-left: -4px;
  top: 50%;
  position: relative;
  height: 83px;
  width: 10px;
  background: transparent;
}
.splitbuttonV.invert {
  margin-left: 0px;
  background: transparent;
}
.splitbarH .splitbuttonH {
  top: -42px;
  right: 0;
  position: absolute;
  width: 85px;
  border: 1px solid #d4dcdf;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.21);
  border-width: 1px 1px 0 1px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f4f5f6;
  background-image: -moz-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9f9), to(#edeff0));
  background-image: -webkit-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -o-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: linear-gradient(to bottom, #f8f9f9, #edeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
  border-color: #edeff0 #edeff0 #c3cacd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #edeff0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  padding: 10px 12px;
  margin-right: 100px;
  text-align: center;
  line-height: 21px;
  z-index: 80;
  font-size: 14px;
  color: #4d4d4d;
}
.splitbarH .splitbuttonH:hover,
.splitbarH .splitbuttonH:focus,
.splitbarH .splitbuttonH:active,
.splitbarH .splitbuttonH.active,
.splitbarH .splitbuttonH.disabled,
.splitbarH .splitbuttonH[disabled] {
  color: #4d4d4d;
  background-color: #edeff0;
  *background-color: #dfe3e4;
}
.splitbarH .splitbuttonH:active,
.splitbarH .splitbuttonH.active {
  background-color: #d1d6d9 \9;
}
.splitbuttonH:after {
  content: "Show/Hide";
  color: #007bc1;
}
.splitbuttonH.invert {
  background-color: inherit;
}
.splitbuttonV.working,
.splitbuttonH.working {
  background: #f1f4f4;
}
.splitbarV.working,
.splitbarH.working {
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  opacity: .50;
  z-index: 999;
}
#answer {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin-bottom: -55px;
}
.answer-controls {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-top-width: 0px;
  padding: 10px;
  height: 55px;
  z-index: 70;
}
.answer-controls:before,
.answer-controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.answer-controls:after {
  clear: both;
}
.answer-controls h2 {
  line-height: 32px;
  margin: 0px;
  padding: 0px;
}
.answer-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 31px;
  z-index: 70;
  padding: 10px;
  *zoom: 1;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-bottom-width: 0px;
  height: 55px;
}
.answer-actions:before,
.answer-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.answer-actions:after {
  clear: both;
}
.answer-actions a,
.answer-actions button {
  margin-right: 10px;
}
.answer-actions a:nth-child(3),
.answer-actions button:nth-child(3) {
  margin-right: 0px;
}
.answer-actions .btn {
  min-width: 100px;
}
.answer-actions .btn-primary {
  min-width: 155px;
  margin-right: 0px;
}
.answer-actions:before,
.answer-actions:after {
  display: table;
  content: " ";
  line-height: 0;
}
.answer-actions-test {
  position: absolute;
  bottom: 55px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 70;
  padding: 10px;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-bottom-width: 0px;
  height: 55px;
  min-height: 31px;
  *zoom: 1;
}
.answer-actions-test:before,
.answer-actions-test:after {
  display: table;
  content: "";
  line-height: 0;
}
.answer-actions-test:after {
  clear: both;
}
.answer-actions-test a,
.answer-actions-test button {
  margin-right: 10px;
}
.answer-actions-test a:nth-child(3),
.answer-actions-test button:nth-child(3) {
  margin-right: 0px;
}
.answer-actions-test .btn {
  min-width: 100px;
}
.answer-actions-test .btn-primary {
  min-width: 200px;
}
.answer-actions-test:before,
.answer-actions-test:after {
  display: table;
  content: " ";
  line-height: 0;
}
.answer-actions-testreview {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 70;
  padding: 10px;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  border-bottom-width: 0px;
  height: 55px;
  min-height: 31px;
  *zoom: 1;
}
.answer-actions-testreview:before,
.answer-actions-testreview:after {
  display: table;
  content: "";
  line-height: 0;
}
.answer-actions-testreview:after {
  clear: both;
}
.answer-actions-testreview a,
.answer-actions-testreview button {
  margin-right: 10px;
}
.answer-actions-testreview a:nth-child(3),
.answer-actions-testreview button:nth-child(3) {
  margin-right: 0px;
}
.answer-actions-testreview .btn {
  min-width: 100px;
}
.answer-actions-testreview .btn-primary {
  min-width: 200px;
}
.answer-actions-testreview:before,
.answer-actions-testreview:after {
  display: table;
  content: " ";
  line-height: 0;
}
.answer-container {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-top: none;
  text-align: center;
  padding: 55px 0;
}
.answer-container .answer-inner {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  min-height: 100%;
}
.answer-container .answer-inner .answer-content {
  margin: 10px;
}
.answer-container .answer-inner .answer-content textarea {
  min-height: 100%;
  height: 100%;
}
.answer-container input {
  margin: 5px 0;
}
.answer-container textarea {
  min-height: 100%;
  height: 100%;
  margin: 0px;
  resize: none;
  overflow: auto;
  border: 2px solid #5bc4ff;
  -webkit-box-shadow: 0 0 4px @answerAreaGlow;
  -moz-box-shadow: 0 0 4px @answerAreaGlow;
  box-shadow: 0 0 4px @answerAreaGlow;
  color: #4d4d4d;
}
.answer-container textarea.incorrect-answer {
  margin: 0px;
  resize: none;
  overflow: auto;
  border: 1px solid #d4dcdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.answer-container-test {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  border: 1px solid #d4dcdf;
  border-top: none;
  text-align: center;
  padding: 55px 0 109px 0;
}
.answer-container-test .answer-inner {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}
.answer-container-test .answer-inner .answer-content {
  margin: 10px;
}
.answer-container-test input {
  margin: 5px 0;
}
.answer-container-test textarea {
  min-height: 100%;
  height: 100%;
  margin: 0px;
  resize: none;
  overflow: auto;
  border: 2px solid #5bc4ff;
  -webkit-box-shadow: 0 0 4px @answerAreaGlow;
  -moz-box-shadow: 0 0 4px @answerAreaGlow;
  box-shadow: 0 0 4px @answerAreaGlow;
  color: #4d4d4d;
}
.answer-container-test textarea.incorrect-answer {
  margin: 0px;
  resize: none;
  overflow: auto;
  border: 1px solid #d4dcdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.answer-container-testreview {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  border: 1px solid #d4dcdf;
  border-top: none;
  text-align: center;
  padding: 55px 0 55px 0;
}
.answer-container-testreview .answer-inner {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}
.answer-container-testreview .answer-inner .answer-content {
  margin: 10px;
}
.answer-container-testreview input {
  margin: 5px 0;
}
.answer-container-testreview textarea {
  min-height: 100%;
  height: 100%;
  margin: 0px;
  resize: none;
  overflow: auto;
  border: 2px solid #5bc4ff;
  -webkit-box-shadow: 0 0 4px @answerAreaGlow;
  -moz-box-shadow: 0 0 4px @answerAreaGlow;
  box-shadow: 0 0 4px @answerAreaGlow;
  color: #4d4d4d;
}
.answer-container-testreview textarea.incorrect-answer {
  margin: 0px;
  resize: none;
  overflow: auto;
  border: 1px solid #d4dcdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.instruct-controls {
  *zoom: 1;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fcfdfd;
  border: 1px solid #d4dcdf;
  text-align: left;
}
.instruct-controls:before,
.instruct-controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruct-controls:after {
  clear: both;
}
.instruct-controls .buttons-center {
  margin: 0 auto;
  padding: 10px 0;
}
.instruct-controls ul {
  *zoom: 1;
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}
.instruct-controls ul:before,
.instruct-controls ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruct-controls ul:after {
  clear: both;
}
.instruct-controls ul li {
  display: inline-block;
  float: left;
  width: 50%;
  list-style-type: none;
}
.instruct-controls ul li a {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  line-height: 32px;
}
.instruct-controls .btn-instruct-n {
  min-width: 150px;
}
.ui-dialog {
  max-width: 590px;
}
h2.primary-title {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 32px;
}
.sub-title {
  display: inline-block;
  vertical-align: baseline;
  line-height: 32px;
}
#ExplainErrorViewData .section-container,
#InstructView .section-container,
#SolutionView .section-container,
#question .section-container {
  padding: 0px;
}
#ExplainErrorViewData #questionTutor,
#InstructView #questionTutor,
#SolutionView #questionTutor,
#question #questionTutor {
  bottom: 53px;
  top: 0;
  margin: 55px 0;
}
#ExplainErrorViewData #SolutionViewData,
#InstructView #SolutionViewData,
#SolutionView #SolutionViewData,
#question #SolutionViewData,
#ExplainErrorViewData #ExplainErrorViewData,
#InstructView #ExplainErrorViewData,
#SolutionView #ExplainErrorViewData,
#question #ExplainErrorViewData,
#ExplainErrorViewData #InstructViewData,
#InstructView #InstructViewData,
#SolutionView #InstructViewData,
#question #InstructViewData {
  height: 100%;
  min-height: auto;
}
#ExplainErrorViewData .tutor-instruct-actions,
#InstructView .tutor-instruct-actions,
#SolutionView .tutor-instruct-actions,
#question .tutor-instruct-actions {
  margin-bottom: 53px;
  background: #ffffff;
}
/*
.instruct-controls:last-child {
    border-width: 0px 1px;
}
*/
.instruct-controls-b {
  *zoom: 1;
  border: 1px solid #d4dcdf;
  border-top-width: 0px;
  border-bottom-width: 0px;
  height: 100%;
  min-height: 100%;
}
.instruct-controls-b:before,
.instruct-controls-b:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruct-controls-b:after {
  clear: both;
}
/*
.answer_incorrect_sbs, .answer_empty_sbs, .answer_improper_sbs, .answer_plus_or_minus_sbs, .answer_unsimplified_sbs {
    background-color: none !important;
    .border-radius(0px) !important;
    .box-shadow(~"0 0 0 none") !important;
    padding: 10px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}
*/
#sbsContent .answer-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
#sbsContent .answer-bar .popover {
  right: 10px;
}
@font-face {
  font-family: 'hawkes';
  src: url('../fonts/hawkes.eot');
  src: url('../fonts/hawkes.eot?#iefix') format('embedded-opentype'), url('../fonts/hawkes.woff') format('woff'), url('../fonts/hawkes.ttf') format('truetype'), url('../fonts/hawkes.svg#hawkes') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'hawkes';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-pages,
.icon-page_right,
.icon-page_left,
.icon-hawkes_tv,
.icon-video,
.icon-user,
.icon-trash,
.icon-star-c,
.icon-transfer,
.icon-star,
.icon-splitter,
.icon-settings,
.icon-search,
.icon-save,
.icon-report,
.icon-reply,
.icon-printer,
.icon-keypad,
.icon-incorrect,
.icon-hot,
.icon-house,
.icon-hawkes-icon,
.icon-alarm,
.icon-answered,
.icon-announcements,
.icon-attachment,
.icon-audio,
.icon-back,
.icon-book,
.icon-calculator,
.icon-correct,
.icon-create,
.icon-details,
.icon-edit,
.icon-file,
.icon-flag,
.icon-flip,
.icon-flip-left,
.icon-flip-right,
.icon-folder,
.icon-forward,
.icon-audio-listen,
.icon-end-mode,
.icon-bell,
.icon-email,
.icon-tutor,
.icon-skip,
.icon-toggle,
.icon-arrow {
  font-family: 'hawkes';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  position: relative;
  top: 2px;
  min-height: 21px;
  -webkit-font-smoothing: antialiased;
}
.icon-pages:before {
  content: "\e000";
}
.icon-page_right:before {
  content: "\e001";
}
.icon-page_left:before {
  content: "\e002";
}
.icon-hawkes_tv:before {
  content: "\e003";
}
.icon-video:before {
  content: "\e004";
}
.icon-user:before {
  content: "\e005";
}
.icon-trash:before {
  content: "\e006";
}
.icon-star-c:before {
  content: "\e007";
}
.icon-transfer:before {
  content: "\e008";
}
.icon-star:before {
  content: "\e009";
}
.icon-splitter:before {
  content: "\e00a";
}
.icon-settings:before {
  content: "\e00b";
}
.icon-search:before {
  content: "\e00c";
}
.icon-save:before {
  content: "\e00d";
}
.icon-report:before {
  content: "\e00e";
}
.icon-reply:before {
  content: "\e00f";
}
.icon-printer:before {
  content: "\e010";
}
.icon-keypad:before {
  content: "\e011";
}
.icon-incorrect:before {
  content: "\e012";
  font-size: 10px;
}
.icon-hot:before {
  content: "\e013";
}
.icon-house:before {
  content: "\e014";
}
.icon-hawkes-icon:before {
  content: "\e015";
  font-size: 32px;
  top: 7px;
  line-height: 1px;
  position: relative;
}
.icon-alarm:before {
  content: "\e016";
}
.icon-answered:before {
  content: "\e017";
}
.icon-announcements:before {
  content: "\e018";
}
.icon-attachment:before {
  content: "\e019";
}
.icon-audio:before {
  content: "\e01a";
}
.icon-back:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e01c";
}
.icon-calculator:before {
  content: "\e01d";
}
.icon-correct:before {
  content: "\e01e";
}
.icon-create:before {
  content: "\e01f";
}
.icon-details:before {
  content: "\e020";
}
.icon-edit:before {
  content: "\e021";
}
.icon-file:before {
  content: "\e022";
}
.icon-flag:before {
  content: "\e023";
}
.icon-flip:before {
  content: "\e024";
}
.icon-flip-left:before {
  content: "\e025";
}
.icon-flip-right:before {
  content: "\e026";
}
.icon-folder:before {
  content: "\e027";
}
.icon-forward:before {
  content: "\e028";
}
.icon-audio-listen:before {
  content: "\e029";
}
.icon-end-mode:before {
  content: "\e02a";
}
.icon-bell:before {
  content: "\e02b";
  top: 1px;
  position: relative;
  font-size: 18px;
}
.icon-email:before {
  content: "\e02c";
  top: 1px;
  position: relative;
  font-size: 18px;
}
.icon-tutor:before {
  content: "\e02d";
}
.icon-skip:before {
  content: "\e02e";
}
.icon-toggle:before {
  content: "\e02f";
  position: relative;
  top: 5px;
}
.large-icon:before {
  font-size: 100px;
}
.icon-arrow:before {
  content: "\e028";
}
@font-face {
  font-family: 'hawkes-math';
  src: url('../fonts/hawkes-math.eot');
  src: url('../fonts/hawkes-math.eot?#iefix') format('embedded-opentype'), url('../fonts/hawkes-math.woff') format('woff'), url('../fonts/hawkes-math.ttf') format('truetype'), url('../fonts/hawkes-math.svg#hawkes-math') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'hawkes-math';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-union,
.icon-superset_of_or_equal,
.icon-superset_of,
.icon-subset_of_or_equal,
.icon-subset_of,
.icon-small_e,
.icon-plus,
.icon-plus-minus,
.icon-pi,
.icon-parentheses,
.icon-omega,
.icon-not_equal_to,
.icon-multiplication,
.icon-not_element_of,
.icon-minus,
.icon-log,
.icon-ln,
.icon-less_than_or_equal_to,
.icon-less_than,
.icon-capital_n,
.icon-capital_q,
.icon-capital_r,
.icon-capital_z,
.icon-division,
.icon-element_of,
.icon-empty_set,
.icon-greater_than_or_equal_to,
.icon-greater_than,
.icon-infinity,
.icon-intersection,
.icon-interval_2,
.icon-interval_3,
.icon-interval_4,
.icon-interval_braces_2,
.icon-interval_braces_3,
.icon-interval_braces_4,
.icon-brackets_square,
.icon-capital_c,
.icon-brackets_interval_1,
.icon-brackets_interval_2,
.icon-interval_braces_1,
.icon-braces_curly,
.icon-brackets_open,
.icon-interval_1,
.icon-bars_vertical_single,
.icon-alt_symbol_1,
.icon-alt_symbol_2,
.icon-box_1,
.icon-box_2,
.icon-box_3 {
  font-family: 'hawkes-math';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 20px;
  position: relative;
  top: 2px;
  min-height: 21px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-union:before {
  content: "\e000";
}
.icon-superset_of_or_equal:before {
  content: "\e001";
}
.icon-superset_of:before {
  content: "\e002";
}
.icon-subset_of_or_equal:before {
  content: "\e003";
}
.icon-subset_of:before {
  content: "\e004";
}
.icon-small_e:before {
  content: "\e005";
}
.icon-plus:before {
  content: "\e006";
}
.icon-plus-minus:before {
  content: "\e007";
}
.icon-pi:before {
  content: "\e008";
}
.icon-parentheses:before {
  content: "\e009";
}
.icon-omega:before {
  content: "\e00a";
}
.icon-not_equal_to:before {
  content: "\e00b";
}
.icon-multiplication:before {
  content: "\e00c";
}
.icon-not_element_of:before {
  content: "\e00d";
}
.icon-minus:before {
  content: "\e00e";
}
.icon-log:before {
  content: "\e00f";
}
.icon-ln:before {
  content: "\e010";
}
.icon-less_than_or_equal_to:before {
  content: "\e011";
}
.icon-less_than:before {
  content: "\e012";
}
.icon-capital_n:before {
  content: "\e013";
}
.icon-capital_q:before {
  content: "\e014";
}
.icon-capital_r:before {
  content: "\e015";
}
.icon-capital_z:before {
  content: "\e016";
}
.icon-division:before {
  content: "\e017";
}
.icon-element_of:before {
  content: "\e018";
}
.icon-empty_set:before {
  content: "\e019";
}
.icon-greater_than_or_equal_to:before {
  content: "\e01a";
}
.icon-greater_than:before {
  content: "\e01b";
}
.icon-infinity:before {
  content: "\e01c";
}
.icon-intersection:before {
  content: "\e01d";
}
.icon-interval_2:before {
  content: "\e01e";
}
.icon-interval_3:before {
  content: "\e01f";
}
.icon-interval_4:before {
  content: "\e020";
}
.icon-interval_braces_2:before {
  content: "\e024";
}
.icon-interval_braces_3:before {
  content: "\e027";
}
.icon-interval_braces_4:before {
  content: "\e026";
}
.icon-brackets_square:before {
  content: "\e024";
}
.icon-capital_c:before {
  content: "\e025";
}
.icon-brackets_interval_1:before {
  content: "\e026";
}
.icon-brackets_interval_2:before {
  content: "\e027";
}
.icon-interval_braces_1:before {
  content: "\e009";
}
.icon-braces_curly:before {
  content: "\e029";
}
.icon-brackets_open:before {
  content: "\e02a";
}
.icon-interval_1:before {
  content: "\e02d";
}
.icon-bars_vertical_single:before {
  content: "\e02f";
}
.icon-alt_symbol_1:before {
  content: "\e031";
}
.icon-alt_symbol_2:before {
  content: "\e02b";
}
.icon-box_1:before {
  content: "\e02c";
  font-size: 52px;
  position: relative;
  top: -2px;
}
.icon-box_2:before {
  content: "\e02e";
  font-size: 56px;
  position: relative;
  top: -2px;
}
.icon-box_3:before {
  content: "\e030";
  font-size: 53px;
  position: relative;
  top: 0px;
}
/* OVERWRITE ALL QSI STUFF HERE */
.answer_bar_qsi {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
General
-----------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  /* or antialiased; */

  text-rendering: optimizelegibility;
}
html,
body {
  height: 100%;
}
body {
  min-width: 768px;
  text-shadow: 0 0 0 transparent;
}
h1 {
  margin: 20px 0;
}
:-moz-any-link:focus {
  outline: none;
}
a:active,
a:selected,
a:visited {
  border: none;
  outline: none;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
option {
  padding: 5px 12px;
}
.infield p {
  position: relative;
  margin: 0px;
}
.infield label {
  cursor: text;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80;
  margin: 5px 0 0 7px;
}
input {
  outline-style: none !important;
}
.row {
  min-height: 1px;
}
/* Animations
-----------------------------------*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
Spacing & Alignment
-----------------------------------*/
.push {
  height: 50px;
}
.push-test {
  height: 200px;
}
.push-testreview {
  height: 200px;
}
.push-up10 {
  margin-top: 10px;
}
.push-up20 {
  margin-top: 20px;
}
.push-up30 {
  margin-top: 30px;
}
.push-down10 {
  margin-bottom: 10px;
}
.push-right10 {
  margin-right: 10px;
}
.push-right00 {
  margin-right: 31px;
}
.push-left10 {
  margin-left: 10px;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.padding-left10 {
  padding-left: 10px;
}
.margin-bottom-none {
  margin-bottom: 0px;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.row-margin {
  margin-bottom: 10px;
}
/*
Wraps
-----------------------------------*/
#wrap-all {
  height: auto !important;
  margin: 0 auto -49px;
  min-height: 100%;
  background: url('/Portal/Images/clouds.png') repeat-x center bottom;
}
#wrap-nav {
  position: relative;
  z-index: 90;
  padding: 0;
  width: 100%;
  background: #006fa6;
  border-bottom: 1px solid #006fa6;
  color: #ffffff;
}
#wrap-nav .container {
  position: relative;
}
#wrap-nav .dropdown > a {
  display: inline-block;
  height: 16px;
}
#wrap-nav .dropdown > a,
#wrap-nav .dropdown span.caret {
  color: #ffffff;
  border-top-color: #ffffff;
}
#wrap-nav .btn-group .btn-nav {
  /*min-width: 50px;*/
  min-width: 0px;
}
#wrap-nav p {
  line-height: 32px;
}
.container {
  position: relative;
}
#wrap-resize {
  min-height: 100%;
  height: 100%;
}
#wrap-content {
  margin-bottom: 8em;
}
.wrap-section {
  margin-top: 10px;
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.wrap-section h2,
.wrap-section h3 {
  margin-top: 0px;
}
/*
.wrap-split-section {
    margin-top: 10px;
    .border-radius(5px);
    h3, h4 {
        margin-top: 0px;
    }
}
*/
/*
.wrap-mode {
    background-color: @containerBackground;
    border: 1px solid @containerBorder;
    border-top-width: 0px;
    .border-radius(0 0 5px 5px);
    position: relative;
}
*/
.no-padding {
  padding: 0px;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-padding-topbottom {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.shadow-default {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
#AllLessonsList .dropdown-toggle span:first-child {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
Containers
-----------------------------------*/
.section-container {
  text-align: left;
  background-color: #ffffff;
  border-top: 1px solid #d4dcdf;
  padding: 10px;
  min-height: 350px;
  margin-top: 0px;
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}
.section-container h1,
.section-container h2,
.section-container h3,
.section-container h4 {
  line-height: 21px;
  padding: 5px 0;
  margin: 0px;
}
.section-container-modes {
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  min-height: 10px;
  margin-top: 0px;
}
.practice-mode {
  display: inline-block;
  margin: 0 10px;
  line-height: 21px;
  background-color: #007f9a;
  padding: 5px 12px;
  color: #ffffff;
  border: 1px solid #005567;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mode-practice {
  background-color: #8ca5bc;
  background-image: -moz-linear-gradient(top, #4d7499, #ebeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d7499), to(#ebeff0));
  background-image: -webkit-linear-gradient(top, #4d7499, #ebeff0);
  background-image: -o-linear-gradient(top, #4d7499, #ebeff0);
  background-image: linear-gradient(to bottom, #4d7499, #ebeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d7499', endColorstr='#ffebeff0', GradientType=0);
  height: 500px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
.mode-instruct {
  background-color: #c98a95;
  background-image: -moz-linear-gradient(top, #b34759, #ebeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b34759), to(#ebeff0));
  background-image: -webkit-linear-gradient(top, #b34759, #ebeff0);
  background-image: -o-linear-gradient(top, #b34759, #ebeff0);
  background-image: linear-gradient(to bottom, #b34759, #ebeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb34759', endColorstr='#ffebeff0', GradientType=0);
  height: 500px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
#tutor-container {
  text-align: left;
  margin-top: 0px;
  border: 1px solid #d4dcdf;
  border-width: 0 0 1px 0;
}
.wrap-mail {
  display: table;
  width: 100%;
  border-top: 1px solid #d4dcdf;
}
.wrap-mail .col {
  display: table-cell;
  vertical-align: top;
}
.wrap-mail .col1 {
  width: 25%;
}
.wrap-mail .col2 {
  width: 75%;
}
.section-mail {
  border: 1px solid #d4dcdf;
  border-width: 0 0 0 1px;
  -webkit-border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
}
.section-mail .mail-unread a {
  font-weight: bold;
}
.chat-controls textarea {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
  min-height: 100px;
}
.chat-members ul {
  border-bottom: 1px solid #d4dcdf;
  min-height: 100%;
  list-style-type: none;
  margin: 0px;
}
.chat-members ul li {
  list-style-type: none;
  padding: 0 10px;
}
.chat-members ul:last-child {
  border-bottom-width: 0px;
}
.chat-members ul:last-child li {
  padding: 3px 10px;
}
.chat-members ul:last-child li:first-child {
  padding: 10px 10px 3px 10px;
}
.section-chat {
  border: 1px solid #d4dcdf;
  border-width: 0 1px 0 0;
  -webkit-border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
}
.section-chat .mail-unread a {
  font-weight: bold;
}
.mail-accounts a.btn {
  width: 250px;
}
.message-box input {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message-box textarea {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
  min-height: 100px;
}
.message-box .post-controls {
  margin: 10px 0;
}
.vertical-rows td {
  vertical-align: middle;
}
td.border-right {
  border-right: 1px solid #dae1e3;
}
td.cell-align-top {
  vertical-align: top;
}
.sender-items p {
  margin: 0px;
}
.linkable-rows tr {
  cursor: pointer;
  color: #007bc1;
}
.linkable-rows tr:hover {
  color: #0092e5;
}
table.table tr:hover {
  background-color: #fcfdfd;
}
table.no-hover-row tr:hover {
  background-color: transparent;
}
table.no-hover-row tr.selected:hover {
  background-color: #f5faff;
}
.chapter {
  margin: 0 10px 0 0;
}
.chapter:after {
  content: ",";
}
.chapter:last-child {
  margin: 0;
}
.chapter:last-child:after {
  content: "";
}
.chat-box {
  height: 400px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  padding: 10px;
  border: 1px solid #d4dcdf;
}
.chk-btn {
  border-right: 1px solid #d4dcdf;
  min-width: 32px;
  min-height: 32px;
  line-height: 25px;
  padding-left: 8px;
}
.extra-controls {
  *zoom: 1;
  padding: 10px;
  border-top: 1px solid #d4dcdf;
}
.extra-controls:before,
.extra-controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.extra-controls:after {
  clear: both;
}
.control-mail {
  background-color: #fcfdfd;
  padding: 0;
  text-align: left;
}
.control-mail ul:last-child {
  border-bottom-width: 0px;
}
.control-mail ul.base-mail-items li:last-child {
  margin-bottom: 10px;
}
.control-mail ul.extra-mail-items li:nth-last-child(2) {
  margin-bottom: 10px;
}
.control-mail ul.extra-mail-items li:last-child {
  border-top: 1px solid #d4dcdf;
  margin: 10px 0 0 0;
}
.control-mail ul {
  border-bottom: 1px solid #d4dcdf;
  min-height: 100%;
  list-style-type: none;
  margin: 0px;
}
.control-mail ul li:hover,
.control-mail ul li:focus {
  background-color: #f0f0f0;
}
.control-mail ul li.active {
  background-color: #e6e6e6;
}
.control-mail ul li.no-mail-link:hover {
  background-color: transparent;
}
.control-mail ul li {
  border-top: 1px solid transparent;
  padding: 0 10px 0 10px;
}
.control-mail ul li input {
  width: 100%;
  margin: 4px 0;
}
.control-mail ul li h5 {
  margin: 10px 0 0 0;
}
.control-mail ul li.link-mail3 {
  *zoom: 1;
}
.control-mail ul li.link-mail3:before,
.control-mail ul li.link-mail3:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-mail ul li.link-mail3:after {
  clear: both;
}
.control-mail ul li.link-mail3 a.btn {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.control-mail ul li.link-mail3 .mail-heading h5 {
  margin: 20px 0 10px 0;
}
.control-mail ul li.link-mail3 .mail-group a {
  display: inline-block;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  padding: 10px 0;
}
.control-mail ul li.link-mail3 .mail-group a:before,
.control-mail ul li.link-mail3 .mail-group a:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-mail ul li.link-mail3 .mail-group a:after {
  clear: both;
}
.control-mail ul li.link-mail3 .mail-group a .notifications-alert {
  margin-right: 0px;
}
.control-mail ul li.link-mail3 .mail-group-m a.link {
  width: 70%;
  float: left;
  display: inline-block;
  *zoom: 1;
  padding: 10px 0;
}
.control-mail ul li.link-mail3 .mail-group-m a.link:before,
.control-mail ul li.link-mail3 .mail-group-m a.link:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-mail ul li.link-mail3 .mail-group-m a.link:after {
  clear: both;
}
.control-mail ul li.link-mail3 .mail-group-m div.dropdown {
  width: 10%;
  padding: 10px 0;
  *zoom: 1;
}
.control-mail ul li.link-mail3 .mail-group-m div.dropdown:before,
.control-mail ul li.link-mail3 .mail-group-m div.dropdown:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-mail ul li.link-mail3 .mail-group-m div.dropdown:after {
  clear: both;
}
.control-mail ul li.link-mail3 .mail-group-m div.dropdown .dropdown-toggle {
  *zoom: 1;
}
.control-mail ul li.link-mail3 .mail-group-m div.dropdown .dropdown-toggle:before,
.control-mail ul li.link-mail3 .mail-group-m div.dropdown .dropdown-toggle:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-mail ul li.link-mail3 .mail-group-m div.dropdown .dropdown-toggle:after {
  clear: both;
}
.control-mail ul li.link-mail3 .mail-group-m li {
  border-top-width: 0px;
  padding: 0px;
}
.control-mail ul li.link-mail3 .mail-group-m li:last-child,
.control-mail ul li.link-mail3 .mail-group-m li:nth-last-child(2) {
  margin: 0px;
}
.control-mail ul li.link-mail3 .mail-group-m a span.link-save {
  line-height: 20px;
  padding: 8px 0;
}
.control-container {
  background-color: #fcfdfd;
  border: 1px solid #d4dcdf;
  padding: 10px;
  border-bottom-width: 0px;
  min-height: 33px;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
}
.intro-title {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.intro-title h2 {
  color: #ffffff;
  text-align: center;
}
.instruct-intro,
.practice-intro,
.certify-intro {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 70px;
  border: 1px solid #d4dcdf;
  border-bottom-width: 0px;
}
.instruct-intro .intro-details,
.practice-intro .intro-details,
.certify-intro .intro-details {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.instruct-intro .intro-details p.static-intro-title,
.practice-intro .intro-details p.static-intro-title,
.certify-intro .intro-details p.static-intro-title {
  padding: 10px;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  background-color: #fcfdfd;
  border-bottom: 1px solid #dae1e3;
  margin-bottom: 0px;
}
.instruct-intro .intro-details ul,
.practice-intro .intro-details ul,
.certify-intro .intro-details ul {
  margin-bottom: 0px;
}
.instruct-intro table,
.practice-intro table,
.certify-intro table,
.instruct-intro table.table,
.practice-intro table.table,
.certify-intro table.table,
.instruct-intro table.table-bordered,
.practice-intro table.table-bordered,
.certify-intro table.table-bordered {
  border-width: 0px;
  background: transparent;
  padding: 0px;
}
.intro-title-instruct {
  background: #b34759;
  display: inline-block;
  padding: 10px;
}
.intro-title-practice {
  background: #4d7499;
  display: inline-block;
  padding: 10px;
}
.intro-title-certify {
  background: #73997c;
  display: inline-block;
  padding: 10px;
}
.intro-actions {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 10px;
  background: #f7f8f9;
  border: 1px solid #d4dcdf;
}
.intro-actions a.btn,
.intro-actions button,
.intro-actions .action-btn-box a.btn,
.intro-actions .action-btn-box button {
  min-width: 141px;
  width: 141px;
}
.control-container-bottom {
  *zoom: 1;
  min-height: 33px;
  background-color: #fcfdfd;
  border: 1px solid #d4dcdf;
  padding: 10px;
  border-top-width: 0px;
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}
.control-container-bottom:before,
.control-container-bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-container-bottom:after {
  clear: both;
}
.active-post {
  *zoom: 1;
  background-color: #ffffff;
  border: 1px solid #d4dcdf;
  padding: 10px;
  border-top-width: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.active-post:before,
.active-post:after {
  display: table;
  content: "";
  line-height: 0;
}
.active-post:after {
  clear: both;
}
.active-post textarea {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
  min-height: 100px;
}
.active-post .post-controls {
  margin: 10px 0;
}
.static-control {
  background: transparent !important;
  border: 1px solid #d4dcdf;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.action-container {
  background-color: #f7f8f9;
  border: 1px solid #d4dcdf;
  padding: 10px;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  *zoom: 1;
}
.action-container:before,
.action-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.action-container:after {
  clear: both;
}
.action-container h2,
.action-container h3,
.action-container h4,
.action-container h5,
.action-container p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 32px;
}
.action-container .question-title {
  width: 25% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.action-container p {
  position: relative;
  top: 1px;
}
.test-container {
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  min-height: 10px;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.finish-test-inner {
  padding: 10px;
}
.finish-test-container {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  z-index: 70;
  padding: 10px;
  background-color: #5c9998;
  border-width: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-color: #3f6969;
  border-bottom-width: 0px;
  height: 55px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
.finish-test-container:before,
.finish-test-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.finish-test-container:after {
  clear: both;
}
.finish-test-container .action-panel p {
  margin: 0px;
  line-height: 32px;
}
/*.answer-notify {
    position: absolute;
    background: @headerTestBackground;
    color: @white;
    .text-shadow();
    padding: 10px;
    top: -51px;
    .opacity(98);
    .box-shadow(~"inset 0 -1px 2px rgba(0,0,0,0.4)");
    .border-radius(@baseBorderRadius @baseBorderRadius 0 0);
    p {
        margin: 0px;
    }
}*/
.notify-options {
  line-height: 32px;
  color: #cc3d3f;
  margin: 0 0 0 10px;
}
#review-options {
  *zoom: 1;
  padding: 0 10px 10px 10px;
  border: 1px solid #d4dcdf;
  background-color: #f7f8f9;
}
#review-options:before,
#review-options:after {
  display: table;
  content: "";
  line-height: 0;
}
#review-options:after {
  clear: both;
}
#review-options .btn {
  min-width: 100px;
}
#review-options p {
  margin: 0px;
}
#review-options .incorrect-dialog {
  background-color: #cc3d3f;
  color: #ffffff;
  padding: 0px 10px;
  line-height: 32px;
}
#review-options .correct-dialog {
  background-color: #00ae71;
  color: #ffffff;
  padding: 0px 10px;
  line-height: 32px;
}
/*
Modals
-----------------------------------*/
.modal-center .modal-body,
.modal-center .modal-footer {
  text-align: center;
}
.modal-center .modal-footer a.btn,
.modal-center .modal-footer button {
  min-width: 150px;
}
/*
Container Items
-----------------------------------*/
.grades- .test-completion-box {
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  *zoom: 1;
  color: #ffffff;
}
.grades- .test-completion-box:before,
.grades- .test-completion-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.grades- .test-completion-box:after {
  clear: both;
}
.grades- .test-completion-box h4 {
  font-weight: normal;
  margin: 0;
}
.test-passed {
  background-color: #00ae71;
  border: 1px solid #008a5a;
}
.test-pending {
  background-color: #0079b5;
  border: 1px solid #006191;
}
.test-diagnostic-label {
  background-color: #FFE573;
  border: 1px solid #006191;
  text-align:center;
  padding:10px;
}
.test-diagnostic-truncate {
  display: inline-block;
}
.test-diagnostic-truncate #divDiagnosticLessonList {
    width:500px; 
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    float:left;
}
.test-diagnostic-truncate #divViewMoreLink {
    cursor:pointer;
    float:right;
    padding-left:10px;
}
.test-diagnostic-wrap {
    display: inline-block;
}
.test-diagnostic-wrap #divDiagnosticLessonList {
    width:500px; 
    white-space:normal; 
    overflow:hidden; 
    text-overflow:ellipsis;
    float:left;
}
.test-diagnostic-wrap #divViewMoreLink {
    display: none;
}
.test-diagnostic-label {
  background-color: #FFE573;
  border: 1px solid #006191;
  text-align:center;
  padding:10px;
}
.test-diagnostic-truncate {
  display: inline-block;
}
.test-diagnostic-truncate #divDiagnosticLessonList {
    width:500px; 
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    float:left;
}
.test-diagnostic-truncate #divViewMoreLink {
    cursor:pointer;
    float:right;
    padding-left:10px;
}
.test-diagnostic-wrap {
    display: inline-block;
}
.test-diagnostic-wrap #divDiagnosticLessonList {
    width:500px; 
    white-space:normal; 
    overflow:hidden; 
    text-overflow:ellipsis;
    float:left;
}
.test-diagnostic-wrap #divViewMoreLink {
    display: none;
}
.test-failed {
  background-color: #cc3d3f;
  border: 1px solid #b63032;
}
.container-box {
  background-color: #fcfdfd;
  border: 1px solid #dae1e3;
  padding: 10px;
  min-height: 100px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  *zoom: 1;
}
.container-box:before,
.container-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box:after {
  clear: both;
}
.container-box table tr {
  background-color: transparent;
}
.container-box table tr:hover {
  background-color: inherit;
}
.container-box-solo {
  min-height: 100px;
  *zoom: 1;
}
.container-box-solo:before,
.container-box-solo:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box-solo:after {
  clear: both;
}
.container-box-solo ul,
.container-box-solo ul.list-icons {
  margin: 0px;
  border: 1px solid #d4dcdf;
  min-height: 100px;
  padding: 10px;
}
.container-box-solo table {
  min-height: 100px;
}
.container-box-solo table tr {
  background-color: transparent;
}
.container-box-solo table tr:hover {
  background-color: inherit;
}
.container-box-2 {
  background-color: #fcfdfd;
  border: 1px solid #dae1e3;
  border-bottom-width: 0px;
  padding: 10px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  *zoom: 1;
}
.container-box-2:before,
.container-box-2:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box-2:after {
  clear: both;
}
.container-box-2 p {
  line-height: 32px;
  margin: 0px;
}
.container-box-2 .breadcrumb {
  padding: 0px;
  margin: 0px;
  list-style: none;
  line-height: 32px;
  border-width: 0;
}
.container-box-2 .breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.container-box-2 .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.container-box-2 .breadcrumb > .active {
  color: #999999;
}
.container-box-2b {
  background-color: #fcfdfd;
  border: 1px solid #dae1e3;
  border-bottom-width: 0px;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  *zoom: 1;
}
.container-box-2b:before,
.container-box-2b:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box-2b:after {
  clear: both;
}
.container-box-2b p {
  line-height: 32px;
  margin: 0px;
}
.container-footer {
  background-color: #fcfdfd;
  border: 1px solid #dae1e3;
  border-top-width: 0px;
  padding: 10px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  *zoom: 1;
}
.container-footer:before,
.container-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-footer:after {
  clear: both;
}
.container-box-cs {
  background-color: #f4f5f6;
  background-image: -moz-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9f9), to(#edeff0));
  background-image: -webkit-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: -o-linear-gradient(top, #f8f9f9, #edeff0);
  background-image: linear-gradient(to bottom, #f8f9f9, #edeff0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
  color: #4d4d4d;
  border: 1px solid #dae1e3;
  border-width: 1px 1px 0px 1px;
  padding: 4px 10px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  *zoom: 1;
}
.container-box-cs:before,
.container-box-cs:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box-cs:after {
  clear: both;
}
.container-box-w {
  background-color: #ffffff;
  border: 1px solid #dae1e3;
  border-top-width: 0px;
  padding: 10px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  *zoom: 1;
}
.container-box-w:before,
.container-box-w:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box-w:after {
  clear: both;
}
.container-box-s {
  background-color: #fcfdfd;
  border: 1px solid #dae1e3;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  *zoom: 1;
}
.container-box-s:before,
.container-box-s:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-box-s:after {
  clear: both;
}
.container-box-s table tr {
  background-color: transparent;
}
.container-box-s table tr:hover {
  background-color: inherit;
}
.course-noenroll {
  background-color: #ffffff;
  border: 1px solid #d4dcdf;
  padding: 30px 10px;
  *zoom: 1;
}
.course-noenroll:before,
.course-noenroll:after {
  display: table;
  content: "";
  line-height: 0;
}
.course-noenroll:after {
  clear: both;
}
.course-add span {
  line-height: 30px;
  font-weight: bold;
}
.course-add-item {
  border: 1px solid #dae1e3;
  background-color: #ffffff;
  padding: 10px;
  *zoom: 1;
  text-align: left;
}
.course-add-item:before,
.course-add-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.course-add-item:after {
  clear: both;
}
.objectives-group {
  border: 1px solid #d4dcdf;
  min-height: 200px;
  padding: 10px !important;
}
.action-panel {
  *zoom: 1;
  position: relative;
}
.action-panel:before,
.action-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.action-panel:after {
  clear: both;
}
.part_correctAnswer_format,
.part_correct_answer_format {
  /*position: absolute;*/
  background: #ffffff !important;
  color: #cc3d3f !important;
  border: 1px solid #d4dcdf !important;
  bottom: 64px !important;
  min-height: 50px !important;
  left: 10 !important;
  line-height: 50px !important;
  padding: 10px !important;
  text-align: left;
}

.popover {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  position: absolute;
  z-index: 80;
  color: #ffffff;
  right: 25px;
  bottom: 55px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: none;
  padding: 0px;
}
.popover .popover-content {
  *zoom: 1;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.popover .popover-content:before,
.popover .popover-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.popover .popover-content:after {
  clear: both;
}
.popover .popover-content a {
  margin-left: 10px;
  min-width: 100px;
}
.popover .popover-content p {
  line-height: 32px !important;
  margin: 0px;
}
.popover .popover-content .popover-buttons {
  float: left;
  /* bottom: -44px;
            position: absolute;
            right: -13px;
            background: @containerBackground;
            a {
                min-width: 100px;
            }*/

}
.popover-incorrect {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #cc3d3f;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3) !important;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3) !important;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3) !important;
}
.popover-incorrect .popover-incorrect-tip {
  position: absolute;
  bottom: -5px;
  margin-left: 114px;
  z-index: 80;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cc3d3f;
}
.popover-correct {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #00ae71;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3) !important;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3) !important;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3) !important;
}
/*
Keypad
-----------------------------------
#keypad {
  position: absolute;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f8f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -o-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: linear-gradient(to bottom, #ffffff, #f7f8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f8f9', GradientType=0);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  box-shadow: 0 1px 10px rgba(0,0,0,.38);
  border: 1px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 85;
  bottom: 0;
  top: 40px;
  width: 250px;
  min-width: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#keypad h5 {
  line-height: 33px;
  margin: 0px;
}
#keypad .accordion-active .accordion-heading {
  border-bottom: 0px;
}
#keypad .grinteger {
  letter-spacing: -1px;
  word-spacing: 4px;
}
#keypad #symUnion span {
  display: inline-block;
  position: relative;
  top: 2px;
}
#keypad-header {
  background-color: #f7f8f9;
  border-bottom: 1px solid #d4dcdf;
  *zoom: 1;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 33px;
}
#keypad-header:before,
#keypad-header:after {
  display: table;
  content: "";
  line-height: 0;
}
#keypad-header:after {
  clear: both;
}
#keypad-header .btn {
  width: 15px;
}
#keypad-body {
  *zoom: 1;
  padding: 0 10px 10px 10px;
}
#keypad-body:before,
#keypad-body:after {
  display: table;
  content: "";
  line-height: 0;
}
#keypad-body:after {
  clear: both;
}
.keypad-controls {
  padding: 10px;
  border: 1px solid #d4dcdf;
  border-width: 1px 1px 0 1px;
  background-color: #ffffff;
}
.keypad-controls .btn {
  padding: 3px 12px;
  line-height: 22px;
}
.keypad-controls div:first-child {
  margin-top: 0px;
}
.keypad-controls div.span6:first-child {
  padding-right: 4px;
}
.keypad-controls div.span6:last-child {
  padding-left: 4px;
}
.keypad-controls-main div:first-child {
  margin-top: 0px;
}
.keypad-controls-main div.span6:first-child {
  padding-right: 4px;
}
.keypad-controls-main div.span6:last-child {
  padding-left: 4px;
}
.accordion-active:last-child > .accordion-body > .accordion-inner > .keypad-controls {
  border-bottom-width: 1px;
}
.btn-keypad-large {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 65px;
  line-height: 50px;
}
#close-keypad span.icon-incorrect,
#btnCloseKeypad span.icon-incorrect {
  top: -1px;
}
.flip-right {
  right: 0;
}
.flip-left {
  left: 0;
}
    */
/*
Practice, Tests, Certify
-----------------------------------*/
.wrap-test-panels {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.test-panel {
  display: table-cell;
}
.test-panel-left1 {
  width: 30%;
}
.test-panel-right1 {
  width: 70%;
}
.btn-group > .btn-options {
  min-width: 80px;
}
.certify-actions .btn-primary {
  margin-right: 0px;
}
.certify-complete {
  background: url("/Portal/Images/bg-certify-complete.png") no-repeat 0 0;
  background-size: 100% 148px;
  height: 148px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  *zoom: 1;
  border: 1px solid #b7c5c9;
  border-bottom-width: 0px;
}
.certify-complete:before,
.certify-complete:after {
  display: table;
  content: "";
  line-height: 0;
}
.certify-complete:after {
  clear: both;
}
.certify-complete h4 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 21px;
  line-height: 32px;
}
.certify-complete-group {
  position: relative;
  margin: 24px 0 0 0;
}
.certify-complete-subtitle {
  background-color: #fcfdfd;
  border: 1px solid #d4dcdf;
  padding: 10px 10px 12px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.certify-complete-subtitle h4 {
  font-weight: normal;
  margin: 0px;
}
.certify-complete-subtitle p {
  line-height: 32px;
  margin: 0;
}
table.table-static tr:hover {
  background: transparent;
}
/*
#question {
    border: 1px solid @containerBorder;
    border-top-width: 0px;
    padding: 10px;
    min-height: 170px;
    background-color: @white3
}
*/
.password-helper-container {
  display: inline-block;
  min-width: 40%;
  position: relative;
  margin-left: 10px;
}
.password-arrow-container {
  position: absolute;
}
.password-helper {
  position: absolute;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.50);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.50);
  box-shadow: 0 1px 2px rgba(0,0,0,.50);
  max-width: 240px;
  padding: 10px;
  margin-top: -20px;
  margin-left: 0;
}
.password-helper .pass-title {
  font-weight: bold;
}
.password-helper .pass-meter-wrap {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #ebeff0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.17);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.17);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.17);
  height: 10px;
  min-height: 10px;
  margin: 10px 0;
}
.password-helper .pass-meter {
  height: 10px;
  min-height: 10px;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.password-helper .pass-weak {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  background: #cc3d3f;
}
.password-helper .pass-good {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  background: #0079b5;
}
.password-helper .pass-strong {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #00ae71;
}
#question-review {
  border: 1px solid #d4dcdf;
  border-width: 0px 1px 0px 1px;
  padding: 10px;
  min-height: 170px;
  background-color: #ffffff;
}
.question-area {
  text-align: center;
  min-height: 100px;
}
#questionDescription {
  font-weight: normal;
}
#question-extra {
  border: 1px solid #d4dcdf;
  border-top-width: 0px;
  *zoom: 1;
  line-height: 26px;
}
#question-extra:before,
#question-extra:after {
  display: table;
  content: "";
  line-height: 0;
}
#question-extra:after {
  clear: both;
}
#question-extra table td {
  border: none;
  padding-left: 10px;
}
#question-extra table td:last-child {
  border-left: 1px solid #d4dcdf;
  padding-left: 10px;
}
#question-extra .extra-video {
  border-right: 1px solid #d4dcdf;
  padding: 10px;
}
#question-extra .extra-audio {
  padding: 10px;
}
p.question-txt-l {
  font-size: 28px;
  line-height: 70px;
  margin: 0px;
  font-weight: bold;
}
.hide-progress {
  right: 0;
}
/*
.answer-container {
    background-color: @answerContainerBackground;
    border: 1px solid @answerContainerBorder;
    border-top: none;
    text-align: center;
    padding: 10px;
    //min-height: 80px;
    textarea {
        margin: 0px;
        resize: none;
        overflow: auto;
        border: 2px solid lighten(@linkColor, 30%);
        .box-shadow(~"0 0 4px @answerAreaGlow");
        color: @textColor;
    }
    textarea.incorrect-answer {
        margin: 0px;
        resize: none;
        overflow: auto;
        border: 1px solid @containerBorder;
        .box-shadow(none);
    }
}
*/
textarea[disabled] {
  background-color: #fcfdfd;
}
.incorrect-answer {
  border: 1px solid #cc3d3f;
  color: #cc3d3f;
}
.correct-answer {
  border: 1px solid #00ae71;
  color: #00ae71;
}
/*
.answer-actions {
    .clearfix();
    margin: 10px 0 0 0;
    a {
        margin-right: 10px;
    }
    a:nth-child(3) {
        margin-right: 0px;
    }
    a.btn {
        min-width: 100px;
    }
    a.btn-primary {
        min-width: 200px;
    }
}
.answer-bar {
    background-color: @containerBackground;
    border: 1px solid @containerBorder;
    padding: 10px;
    .border-radius(5px 5px 0 0);
    .clearfix();
    h4 {
        line-height: 32px;
        margin: 0px;
        padding: 0px;
    }
}
*/
.practice-controls .input-append .add-on {
  min-height: auto;
  margin: 0px;
}
.practice-controls .input-prepend .add-on {
  min-height: auto;
  margin: 0px;
}
.wrap-progress {
  position: relative;
  padding: 10px 0;
}
.certify-progress-base {
  padding: 25px 0px;
  position: relative;
}
.progress-base {
  padding: 0;
  position: relative;
  max-height: 33px;
}
.progress-base .input-append .add-on {
  min-height: auto;
  margin: 0px;
}
.progress-base .input-prepend .add-on {
  min-height: auto;
  margin: 0px;
}
.progress-outline {
  border: 1px solid #cccccc;
  background-color: #f7f8f9;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.progress-bar-inner {
  overflow: hidden;
  height: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.34) inset, 0 1px 0 rgba(255,255,255,255.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.34) inset, 0 1px 0 rgba(255,255,255,255.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.34) inset, 0 1px 0 rgba(255,255,255,255.07);
}
.add-on-correct,
.add-on-incorrect {
  min-width: 100px !important;
  font-weight: bold;
}
.alert-positive {
  position: absolute;
  min-width: 100px;
  left: 0;
  margin-left: 0px;
  text-align: left;
  padding: 10px 0px;
  font-weight: bold;
  top: 30px;
}
.alert-negative {
  position: absolute;
  min-width: 100px;
  right: 0;
  margin-right: 0px;
  text-align: right;
  padding: 10px 0px;
  font-weight: bold;
  top: 30px;
}
.progress-alert p {
  margin: 0px;
}
.bar-positive {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  background-color: #00ae71;
  background-image: -moz-linear-gradient(left, #00adaf, #00ae71);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#00adaf), to(#00ae71));
  background-image: -webkit-linear-gradient(left, #00adaf, #00ae71);
  background-image: -o-linear-gradient(left, #00adaf, #00ae71);
  background-image: linear-gradient(to right, #00adaf, #00ae71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00adaf', endColorstr='#ff00ae71', GradientType=1);
}
.bar-negative {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  background-color: #cc4c25;
  background-image: -moz-linear-gradient(left, #cc3d3f, #cc4c25);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#cc3d3f), to(#cc4c25));
  background-image: -webkit-linear-gradient(left, #cc3d3f, #cc4c25);
  background-image: -o-linear-gradient(left, #cc3d3f, #cc4c25);
  background-image: linear-gradient(to right, #cc3d3f, #cc4c25);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc3d3f', endColorstr='#ffcc4c25', GradientType=1);
}
.certify-badge-empty {
  -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.62) inset, 0 -1px 2px rgba(255, 255, 255, 0.62) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.62) inset, 0 -1px 2px rgba(255, 255, 255, 0.62) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.62) inset, 0 -1px 2px rgba(255, 255, 255, 0.62) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #bfcccf;
}
.certify-badge {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255, 255, 255, 0.34) inset;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255, 255, 255, 0.34) inset;
  box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255, 255, 255, 0.34) inset;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  width: 50px;
  margin-left: -36px;
  text-align: center;
  padding: 5px 10px;
  line-height: 21px;
  background-color: #ecca84;
  left: 50%;
  top: -21px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  margin-left:-36px;
  font-size:14px;
}
.certify-badge .tip-l {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 1px;
  height: 10px;
  background-color: #000000;
}
.practice-questions {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.40);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.40);
  box-shadow: 0 1px 3px rgba(0,0,0,.40);
  border: 1px solid #a92d2e;
  position: absolute;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-width: 120px;
  text-align: center;
  margin: 0px;
  padding: 2px 10px;
  color: #ffffff;
  background-color: #cc3d3f;
  top: -5px;
}
.practice-questions .tip-l {
  position: absolute;
  top: 20px;
  left: 48%;
  width: 4px;
  height: 19px;
  background-color: #4d7499;
}
/*
Course
-----------------------------------*/
.course {
  text-align: left;
  /*.course-title {
        .clearfix();
        background-color: @containerSubBackground;
        border: 1px solid @containerSubBorder;
        .border-radius(@baseBorderRadius @baseBorderRadius 0 0);
        padding: 10px;
        h4 {
            line-height: 32px;
            margin: 0px;
        }
    }*/

}
.course .course-controls {
  *zoom: 1;
  background-color: #f7f8f9;
  border: 1px solid #dae1e3;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 10px;
  text-align: right;
}
.course .course-controls:before,
.course .course-controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.course .course-controls:after {
  clear: both;
}
.course .course-info {
  *zoom: 1;
  background-color: #ffffff;
  border: 1px solid #dae1e3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
}
.course .course-info:before,
.course .course-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.course .course-info:after {
  clear: both;
}
.course .course-info .course-info-inner {
  display: table;
  width: 100%;
}
.course .course-info .course-info-inner .course-img,
.course .course-info .course-info-inner .course-details {
  display: table-cell;
  vertical-align: top;
}
.course .course-info .course-info-inner .course-details {
  padding: 0 0 0 10px;
}
.course .course-info table.table {
  -webkit-border-radius: 0 0 7px 0;
  -moz-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
  /*td:first-child, td:nth-child(2) {
                padding: 10px 0 0 0;
            }*/

  /*td.course-end-cell {
                .border-radius(0 0 @baseBorderRadius 0);
                background: @containerSubBackground;
                border-left: 1px solid @tableBorder;
                border-right-width: 0px;
                padding: 10px;
                vertical-align: top;
                .access-code {
                    border-top: 1px solid @tableBorder;
                    margin-top: 10px;
                }
            }*/

}
.course .course-info table.table td:first-child {
  padding-right: 10px;
}
.course .course-info table.table td {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-width: 0px;
}
.course .course-info table.table td:last-child {
  padding: 0px;
}
.course .course-info table.table td.progress-cell {
  padding: 0;
}
.course .course-info table.table tr:hover {
  background: none;
}
.course .course-img {
  text-align: center;
  padding: 10px;
  width: 140px;
  height: 140px;
  min-width: 140px;
  margin-right: 10px;
  border: 7px solid #ffffff;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.course .course-img img {
  max-width: 140px;
  max-height: 140px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.course .course-progress {
  position: relative;
  margin-top: 10px;
}
.course .alerts-container {
  position: relative;
  margin: 0;
  background-color: #8c8c8c;
}
.course .alerts-container .alerts-none {
  padding: 4px 12px;
}
.course .alerts-container span {
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  font-weight: normal;
}
.course .alerts-container div {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  line-height: 25px;
  padding: 4px 12px;
  font-weight: normal;
  color: #ffffff;
}
.course-item {
  margin: 10px 0 0 0;
}
.course-item:nth-child(1) {
  margin: 0;
}
.student-img {
  border: 7px solid #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.course-def img {
  margin-top: 22px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.level-progress {
  position: relative;
  background: transparent;
  margin-bottom: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.level-progress .level-progress-inner {
  padding: 10px 0;
}
.level-progress .progress {
  margin-bottom: 26px;
}
.level-progress .level-start {
  position: absolute;
  left: 0;
  top: 25px;
}
.level-progress .level-end {
  position: absolute;
  right: 0;
  top: 25px;
}
.dashboard-header {
  margin: 21px 0 0 0;
}
.dashboard-header h1 {
  margin: 0px;
}
.control-hovered {
  position: relative;
}
.control-hovered a {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
td.folder-cell {
  padding-left: 10px;
}
.wrap-section .btn-primary {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
}
.wrap-section .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
}
ul.course-group {
  display: inline-block;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  list-style: none;
  margin-left: 0px;
  margin-bottom: 10px;
}
ul.course-group:before,
ul.course-group:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.course-group:after {
  clear: both;
}
ul.course-group li:nth-last-child(2) {
  margin-bottom: 0px;
}
ul.course-group li:first-child {
  float: left;
}
ul.course-group li:nth-child(2) {
  margin-bottom: 0px;
  float: right;
}
ul.course-group:last-child {
  margin-bottom: 0px;
}
li.course-item {
  float: left;
  text-align: center;
  margin-right: 10px;
  background-color: #ffffff;
  background-color: #fafbfb;
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f7f8f9));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f8f9);
  background-image: -o-linear-gradient(top, #fcfcfc, #f7f8f9);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#fff7f8f9', GradientType=0);
  border: 1px solid #d4dcdf;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
li.course-item img {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
.active-edit {
  border-color: rgba(82, 168, 236, 0.8);
}
/*.saved-edits {
    position: relative;
}
.saved-edits-inner {
    position: absolute;
    background-color: rgba(82, 168, 236, 0.8);
    color: @white;
    font-weight: bold;
    height: 100%;
    min-height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    span {
        
    }
}*/
li.course-item:last-child {
  margin-right: 0px;
}
.course-box:first-child {
  margin-left: 0px;
}
.course-actions {
  border-top: 1px solid #d4dcdf;
}
.course-actions .alerts-container {
  position: relative;
  margin: 10px 0;
  min-height: 30px;
  background-color: #8c8c8c;
}
.course-actions .alerts-container span {
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}
.course-actions .alerts-container div {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
  color: #ffffff;
}
.course-actions-lesson {
  border-top: 1px solid #d4dcdf;
  padding-top: 10px;
}
.course-actions-lesson div {
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  color: #ffffff;
}
.student-img-account {
  margin: 10px;
}
.student-img {
  position: relative;
  height: 74px;
  width: 74px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  *zoom: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  background-color: #d9d9d9;
}
.student-img:before,
.student-img:after {
  display: table;
  content: "";
  line-height: 0;
}
.student-img:after {
  clear: both;
}
.student-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  min-width: 74px;
  min-height: 74px;
}
.student-img .icon-user:before {
  font-size: 42px;
  color: #b8b8b8;
  line-height: 64px;
  cursor: default;
}
.student-img-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  z-index: 50;
}
.test-intro-box {
  width: 100%;
}
.middle-box {
  *zoom: 1;
  max-width: 546px;
  margin: 10px auto;
}
.middle-box:before,
.middle-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.middle-box:after {
  clear: both;
}
.middle-box a.btn {
  width: 149px;
}
.middle-box span.btn-width-small a.btn {
  width: 100px;
}
.buttons-center {
  *zoom: 1;
  margin: 10px auto 0px auto;
}
.buttons-center:before,
.buttons-center:after {
  display: table;
  content: "";
  line-height: 0;
}
.buttons-center:after {
  clear: both;
}
.buttons-center-two {
  width: 333px;
}
.buttons-center-two a.btn {
  min-width: 135px;
}
.section-header {
  *zoom: 1;
  padding: 0;
  margin-top: 10px;
}
.section-header:before,
.section-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-header:after {
  clear: both;
}
.section-header h1 {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0px;
  font-size: 21px;
  line-height: 32px;
}
.section-header-instruct {
  background: #b34759;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 10px -11px 0px -11px !important;
  padding: 10px 10px !important;
}
.section-header-practice {
  background: #4d7499;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 10px -11px 0px -11px !important;
  padding: 10px 10px !important;
}
.section-header-certify {
  background: #73997c;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 10px -11px 0px -11px !important;
  padding: 10px 10px !important;
}
.section-header-test {
  background: #5c9998;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 10px -11px 0px -11px !important;
  padding: 10px 10px !important;
}
header.test-header {
  padding: 10px 10px 0 10px;
}
.modal-actions {
  *zoom: 1;
  width: 310px;
  margin: 0 auto;
}
.modal-actions:before,
.modal-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-actions:after {
  clear: both;
}
.default-user:after {
  content: '\03C0';
  font-size: 42px;
  color: #b8b8b8;
  line-height: 60px;
  cursor: default;
  font-family: "times new roman", serif;
  font-style: normal;
}
.default-box {
  *zoom: 1;
  border: 1px solid #d4dcdf;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 10px;
  min-height: 111px;
}
.default-box:before,
.default-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.default-box:after {
  clear: both;
}
.grades-meter-wrap .progress {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-width: 1px 1px 1px 1px;
}
.grades-meter {
  height: 10px;
  min-height: 10px;
  background: #0076b0;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.grades-meter-complete {
  height: 10px;
  min-height: 10px;
  background: #00ae71;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
#grades-details-modal .grades-details-modal-inner p {
  text-align: left;
}
#grades-attendance-modal .grades-attendance-modal-inner {
  border: 1px solid #d4dcdf;
  max-height: 251px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#grades-attendance-modal .grades-attendance-modal-inner table.table {
  border: none;
}
#grades .container-box h4,
#grades .container-box-2 h4 {
  line-height: 27px;
  min-height: 32px;
}
#grades-details .grades-details-inner table.table tr:hover {
  background: transparent;
}
#grades-progress .grades-progress-inner table.table {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
#grades-progress .grades-progress-inner table.table th {
  -webkit-border-radius: 7px 0 0 0;
  -moz-border-radius: 7px 0 0 0;
  border-radius: 7px 0 0 0;
  border-bottom: 1px solid #d4dcdf;
}
#grades-progress .grades-progress-inner table.table th:last-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}
#grades-progress .grades-progress-inner table.table tr:hover {
  background: transparent;
}
#grades-progress .grades-progress-inner table.table th,
#grades-progress .grades-progress-inner table.table td {
  text-align: center;
}
#course-summary .breadcrumb {
  border-width: 0px;
  margin: 0px;
  padding: 5px 0px;
  line-height: 21px;
}
#course-summary .course-summary-inner table.table tr:hover {
  background: transparent;
}
#grades-attendance-details .grades-attendance-details-inner table.table th {
  border-bottom: 1px solid #d4dcdf;
}
#grades-attendance-details .grades-attendance-details-inner table.table tr:hover {
  background: transparent;
}
#grades-attendance-details .grades-attendance-details-inner table.table th,
#grades-attendance-details .grades-attendance-details-inner table.table td {
  text-align: left;
}
#grades-attendance .grades-attendance-inner table.table th {
  border-bottom: 1px solid #d4dcdf;
}
#grades-attendance .grades-attendance-inner table.table tr:hover {
  background: transparent;
}
#grades-attendance .grades-attendance-inner table.table th,
#grades-attendance .grades-attendance-inner table.table td {
  text-align: center;
}
#badge-details-modal .badge-details-modal-inner h5 {
  margin: 10px 0 0 0;
}
.modal-body table.table-bordered {
  border-width: 0px;
}
.modal-body table.table th {
  border-bottom: 1px solid #d4dcdf;
}
.modal-body table.table tr:hover {
  background: transparent;
}
.badges {
  *zoom: 1;
  margin-top: 10px;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
.badges:before,
.badges:after {
  display: table;
  content: "";
  line-height: 0;
}
.badges:after {
  clear: both;
}
.badges a {
  margin-left: 10px;
}
.badges a:first-child {
  margin-left: 0px;
}
.badges a.notearned img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.certification-m {
  position: relative;
  *zoom: 1;
  display: inline-block;
}
.certification-m:before,
.certification-m:after {
  display: table;
  content: "";
  line-height: 0;
}
.certification-m:after {
  clear: both;
}
.certification-c {
  position: relative;
  display: inline-block;
}
.certification {
  float: left;
  position: relative;
  display: inline-block;
}
.certification-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin: 28px 0 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
#set-reminder label {
  line-height: 32px;
  margin-right: 10px;
}
#set-reminder label.first {
  width: 100px;
}
#set-reminder input {
  width: 150px;
}
#active-tests {
  border-top: 1px solid #d4dcdf;
  padding: 10px 0;
}
#active-tests p {
  line-height: 32px;
}
#active-tests a.btn-added-item {
  background: #0088d5;
  border-color: #006ead;
  color: #ffffff;
  padding-right: 5px;
}
.ct-panel {
  padding: 20px 10px;
  border: 1px solid #d4dcdf;
  *zoom: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.ct-panel:before,
.ct-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.ct-panel:after {
  clear: both;
}
ul.ct-list {
  list-style: none;
  margin-left: 0px;
}
ul.ct-list a {
  margin-bottom: 10px;
}
ul.ct-list a:last-child {
  margin-bottom: 0px;
}
.mask-questions {
  float: left;
  overflow: hidden;
  height: 32px;
}
.test-tweaks .pagination-nav .pagination ul > li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#test-questions {
  margin-top: 0;
  *zoom: 1;
}
#test-questions .btn {
  border-right-width: 0;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
#test-questions:before,
#test-questions:after {
  display: table;
  content: "";
  line-height: 0;
}
#test-questions:after {
  clear: both;
}
#test-questions input[type="text"].test-time {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 15px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 15px 0 rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 15px 0 rgba(255,255,255,0.5);
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
#test-questions .question-toggle {
  float: right;
}
#test-questions .question-toggle .btn-group {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#test-questions .question-toggle .btn-group .inline-dropdown {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
#test-questions #questions {
  position: relative;
}
#test-questions #questions .question-pagination {
  position: absolute;
  left: 0;
  z-index: 70;
  margin: 0 66px;
}
#test-questions #questions .question-pagination ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#test-questions #questions .question-pagination ul li {
  display: inline-block;
}
#test-questions #questions .question-pagination ul li a {
  border-left: none;
  min-width: 30.97px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#test-questions #questions .question-pagination ul li a.test-answered {
  border-left: 1px solid;
  margin-left: -1px;
}
#test-questions #questions .question-pagination select {
  border-right: 0px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
#test-questions #questions .question-back {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  z-index: 70;
}
#test-questions #questions .question-back .btn-prev {
  min-width: 40px;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
#test-questions #questions .question-forward {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 70;
}
#test-questions #questions .question-forward .btn-next {
  min-width: 40px;
  border-left: none;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
/*
Loading Graphics
----------------------------*/
/* All Pages */
#transparentDiv,
#semiTransparentDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ebeff0;
  z-index: 80;
}
#wrap-preloader {
  height: 100%;
  min-height: 100%;
}
#loadingMessage {
  padding: 10px;
}
/*
Login
----------------------------*/
.tooltip-helper-container {
  right: -270px;
  top: 7px;
  width: 250px;
  text-align: left;
  position: absolute;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  box-shadow: 0 1px 10px rgba(0,0,0,.38);
  padding: 10px;
}
.pass-arrow-bottom:after {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  box-shadow: 0 1px 10px rgba(0,0,0,.38);
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  top: -20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.pass-arrow-bottom {
  bottom: -16px;
  height: 16px;
  left: 0%;
  margin-left: -35px;
  overflow: hidden;
  position: absolute;
  width: 70px;
}
.pass-arrow-left:after {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.38);
  box-shadow: 0 1px 10px rgba(0,0,0,.38);
  content: "";
  height: 15px;
  left: 22px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.pass-arrow-left {
  bottom: -16px;
  height: 40px;
  top: 10px;
  left: -4px;
  margin-left: -25px;
  overflow: hidden;
  position: absolute;
  width: 28px;
}
#signin-wrap {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f8f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -o-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: linear-gradient(to bottom, #ffffff, #f7f8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f8f9', GradientType=0);
  width: 490px;
  margin: 60px auto 0 auto;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.38);
  box-shadow: 0 1px 2px rgba(0,0,0,.38);
  border: 1px solid #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#new-user-wrap {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f8f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -o-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: linear-gradient(to bottom, #ffffff, #f7f8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f8f9', GradientType=0);
  min-width: 200px;
  max-width: 725px;
  margin: 60px auto 0 auto;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.38);
  box-shadow: 0 1px 2px rgba(0,0,0,.38);
  border: 1px solid #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.forget-user-form {
  *zoom: 1;
}
.forget-user-form:before,
.forget-user-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.forget-user-form:after {
  clear: both;
}
.forget-user-form a.btn,
.forget-user-form button {
  min-width: 99px;
}
#signin {
  padding: 20px;
  position: relative;
}
#signin form p label {
  color: #777777;
  text-shadow: none;
}
#signin input,
#signin select {
  margin-bottom: 10px;
  border-top-color: #bdbdbd;
  border-color: #cccccc;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.07) inset;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.07) inset;
  box-shadow: 0 1px 0 rgba(0,0,0,.07) inset;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#signin input:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
}
#signin .signin-btn-box {
  *zoom: 1;
  text-align: center;
}
#signin .signin-btn-box:before,
#signin .signin-btn-box:after {
  display: table;
  content: "";
  line-height: 0;
}
#signin .signin-btn-box:after {
  clear: both;
}
#signin .signin-btn-box a.btn,
#signin .signin-btn-box button {
  min-width: 150px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#signin .signin-password-helper {
  position: relative;
}
#signin .signin-password-helper .password-helper-container {
  right: -405px;
  top: 45px;
  position: absolute;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#signin-form {
  *zoom: 1;
}
#signin-form:before,
#signin-form:after {
  display: table;
  content: "";
  line-height: 0;
}
#signin-form:after {
  clear: both;
}
#signin-form form {
  *zoom: 1;
  margin: 0px;
}
#signin-form form:before,
#signin-form form:after {
  display: table;
  content: "";
  line-height: 0;
}
#signin-form form:after {
  clear: both;
}
#signin-new {
  border-top: 1px solid #d4dcdf;
  background-color: #fafbfb;
  background-image: -moz-linear-gradient(top, #fcfdfd, #f7f8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfdfd), to(#f7f8f9));
  background-image: -webkit-linear-gradient(top, #fcfdfd, #f7f8f9);
  background-image: -o-linear-gradient(top, #fcfdfd, #f7f8f9);
  background-image: linear-gradient(to bottom, #fcfdfd, #f7f8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfdfd', endColorstr='#fff7f8f9', GradientType=0);
  -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.05) inset;
  -moz-box-shadow: 0 2px 0px rgba(0,0,0,.05) inset;
  box-shadow: 0 2px 0px rgba(0,0,0,.05) inset;
  padding: 20px;
  position: relative;
  text-align: center;
}
#signin-new form p label {
  color: #4d4d4d;
}
#signin-info {
  text-align: left;
}
#signin-logo {
  margin: 10px 0 30px 0;
}
#signin-logo span {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}
#signin-forgot {
  text-align: center;
  text-shadow: none;
  margin-top: 10px;
}
#signin-forgot a {
  line-height: 32px;
}
#new-user-step {
  position: absolute;
  padding: 10px;
  min-width: 80px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff;
  background-color: #4d4d4d;
  top: 17px;
  right: -10px;
  text-align: center;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
  box-shadow: 0 2px 1px rgba(0,0,0,0.1);
  font-weight: bold;
}
#new-user-form {
  *zoom: 1;
  margin-top: 25px;
}
#new-user-form:before,
#new-user-form:after {
  display: table;
  content: "";
  line-height: 0;
}
#new-user-form:after {
  clear: both;
}
#new-user-form label {
  cursor: default;
}
#new-user-form .avatar-placeholder {
  padding: 10px 0 10px 10px;
}
#new-user-form .new-user-buttons {
  margin: 0 auto;
  width: 310px;
}
#new-user-form .new-user-buttons a.btn,
#new-user-form .new-user-buttons button.btn {
  min-width: 150px;
  padding: 5px 0;
}
#new-user-form .new-user-buttons a.med-form-btn {
  width: 300px;
}
#new-user-form .new-user-buttons .med-form-item {
  width: 300px;
  margin-bottom: 10px;
}
#new-user-form .new-user-buttons button.btn {
  min-width: 150px;
  padding: 5px 0;
}
#enroll-form {
  *zoom: 1;
  margin-top: 25px;
  /*a.btn {
        min-width: 173px;
        padding: 5px 0;
    }*/

}
#enroll-form:before,
#enroll-form:after {
  display: table;
  content: "";
  line-height: 0;
}
#enroll-form:after {
  clear: both;
}
#enroll-form .avatar-placeholder {
  padding: 10px 0 10px 10px;
}
#enroll-form a.med-form-btn {
  width: 300px;
}
#enroll-form .med-form-item {
  width: 300px;
  margin-bottom: 10px;
}
.avatar-actions {
  margin-top: 6px;
  *zoom: 1;
}
.avatar-actions:before,
.avatar-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.avatar-actions:after {
  clear: both;
}
.avatar-actions button {
  min-width: 115px;
}
.avatar-placeholder span {
  line-height: 94px;
}
.avatar-note {
  clear: left;
  margin-top: 10px;
}
.avatar-note-nu {
  *zoom: 1;
  padding: 10px;
}
.avatar-note-nu:before,
.avatar-note-nu:after {
  display: table;
  content: "";
  line-height: 0;
}
.avatar-note-nu:after {
  clear: both;
}
/*
Lists, Buttons, Dropdowns, Alerts
-----------------------------------*/
.action-btn-box {
  *zoom: 1;
  text-align: center;
}
.action-btn-box:before,
.action-btn-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.action-btn-box:after {
  clear: both;
}
.action-btn-box a.btn,
.action-btn-box button {
  min-width: 149px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.action-btn-box form {
  display: inline;
}
.alert {
  padding: 4px 12px;
  line-height: 25px;
  font-weight: normal;
  color: #ffffff;
}
input[type="text"].certify-input {
  border-color: #c2ced1;
  background-color: #eef1f2;
}
.btn-lbgrouped {
  -webkit-border-radius: 7px 0 0 7px !important;
  -moz-border-radius: 7px 0 0 7px !important;
  border-radius: 7px 0 0 7px !important;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.static-icons {
  padding: 10px 0;
}
.btn-page-prev,
.static-text {
  line-height: 32px;
}
.user-menu {
  min-width: 124px;
}
.section-title {
  margin: 10px 0;
}
tr.selected {
  background-color: #f5faff;
}
span.btn-txt {
  line-height: 32px;
}
.btn-width-med {
  width: 100px;
}
.btn-width-small {
  width: 50px;
}
.btn-test {
  min-width: 150px !important;
}
.btn-test:first-child {
  margin-right: 0px !important;
}
.input-size100 {
  max-width: 100px;
}
label.outer-label {
  line-height: 32px;
}
.dropdown-input {
  padding: 0px 10px 5px 10px;
}
.dropdown-input .input-append input {
  max-height: 33px;
  height: 33px;
  padding: 5px;
}
.dropdown-submenu > .dropdown-menu {
  overflow: visible;
}
.dropdown-input .input-append input {
  margin: 0px;
  min-height: 32px;
}
.input-append .add-on,
.input-prepend .add-on {
  padding: 5px 12px;
}
ul.list-icons {
  list-style: none;
  margin-left: 0px;
}
ul.list-icons li {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.list-icons span {
  margin-right: 7px;
}
.chk-area {
  background: #f7f7f7;
  border: 1px solid #d4dcdf;
  padding: 5px 12px;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.chk-area input {
  margin: -3px 0 0 0;
  cursor: default;
}
.main-title {
  max-height: 32px;
}
.main-title h5,
.main-title span {
  margin: 0;
  line-height: 32px;
}
.main-title span {
  top: -2px;
}
#wrap-nav ul.dropdown-menu {
  background-color: #00537d;
  border: 1px solid #004263;
  padding: 0px;
}
#wrap-nav ul.dropdown-menu li a {
  padding: 8px 10px;
  color: #ffffff;
}
#wrap-nav ul.dropdown-menu li a:hover,
#wrap-nav ul.dropdown-menu li a:focus {
  background-image: transparent;
  background-color: transparent;
}
#wrap-nav ul.dropdown-menu li:hover {
  background-color: #00496e;
}
#wrap-nav ul.dropdown-menu li:first-child {
  border-top: none;
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
}
#wrap-nav ul.dropdown-menu li:last-child {
  border-bottom: none;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
ul.primary-nav {
  list-style: none;
  margin: 0px 0 10px 0;
}
ul.primary-nav li {
  float: left;
  display: inline;
  margin-right: 10px;
}
ul.primary-nav li a {
  color: #ffffff;
}
ul.primary-nav li:first-child a.btn-nav {
  text-align: center;
}
ul.primary-nav li:first-child a.btn-nav span {
  float: none;
}
ul.primary-nav li:last-child {
  margin-right: 0px;
}
ul.announcements {
  list-style: none;
  margin: 0px 0px 10px 0px;
}
ul.announcements li {
  border-left: 1px solid #d4dcdf;
  border-right: 1px solid #d4dcdf;
  border-bottom: 1px solid #d4dcdf;
  background-color: #ffffff;
}
ul.announcements li h5 {
  margin-top: 0px;
  margin-bottom: 5px;
}
ul.announcements li a {
  *zoom: 1;
  margin-bottom: 5px;
  padding: 10px 10px 0 10px;
}
ul.announcements li a:before,
ul.announcements li a:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.announcements li a:after {
  clear: both;
}
ul.announcements li a:last-child {
  margin-bottom: 0px;
}
ul.announcements li:first-child {
  border-top: 1px solid #d4dcdf;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  margin-top: 0px;
}
ul.announcements li:first-child a {
  -webkit-border-radius: 7px 0px 0px 0px;
  -moz-border-radius: 7px 0px 0px 0px;
  border-radius: 7px 0px 0px 0px;
}
ul.announcements li:last-child {
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}
ul.announcements li:last-child a {
  border-right: none;
  -webkit-border-radius: 0px 7px 0px 0px;
  -moz-border-radius: 0px 7px 0px 0px;
  border-radius: 0px 7px 0px 0px;
}
ul.announcements li:hover {
  background-color: #fafafa;
}
nav {
  *zoom: 1;
}
nav:before,
nav:after {
  display: table;
  content: "";
  line-height: 0;
}
nav:after {
  clear: both;
}
nav a span.icon-hawkes-icon {
  color: #ffffff;
}
nav a:hover {
  text-decoration: none;
}
nav a.btn {
  min-width: 100px;
}
nav .btn-group {
  margin: 0 0 10px 10px;
}
.notifications-communicationcount {
  background-color: #cc3d3f;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-left: 10px;
  margin-right: -10px;
}
.notifications-communicationportal {
  background-color: #cc3d3f;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-left: 5px;
  margin-right: -5px;
}
.notifications-alert {
  background-color: #cc3d3f;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.more-notifications {
  text-align: center;
}
.controls {
  *zoom: 1;
}
.controls:before,
.controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls:after {
  clear: both;
}
.controls p,
.controls h5 {
  margin: 0px;
  line-height: 32px;
}
.controls a.btn {
  margin-left: 10px;
}
.controls a.btn:first-child {
  margin-left: 0px;
}
ul.results-bar {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
ul.results-bar li {
  float: left;
  margin-right: 10px;
  display: inline-block;
  padding: 5px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, inset 0 15px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 #ffffff, inset 0 15px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 #ffffff, inset 0 15px 0 rgba(255, 255, 255, 0.5);
  color: #4d4d4d;
  background-color: #eeeeee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #cccccc;
}
ul.results-bar li:last-child {
  margin-right: 0px;
}
input[type="text"].reflected,
.reflected {
  -webkit-box-shadow: inset 0 1px 0 #ffffff, inset 0 15px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 #ffffff, inset 0 15px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 #ffffff, inset 0 15px 0 rgba(255, 255, 255, 0.5);
  color: #4d4d4d;
}
.pagination li {
  position: relative;
  text-align: center;
}
.pagination li .pagination-pop-wrap {
  float: left;
  position: relative;
  display: inline-block;
}
.pagination li .pagination-pop {
  position: absolute;
  background-color: #4992da;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 2px 7px;
  top: 29px;
  max-height: 22px;
  margin-left: 7px;
  z-index: 80;
  min-width: 12px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
}
.pagination li .pagination-pop-c {
  position: absolute;
  background-color: #4992da;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 2px 7px;
  top: 29px;
  max-height: 22px;
  margin-left: 7px;
  z-index: 80;
  min-width: 12px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  background-color: #00ae71;
}
.pagination li .pagination-pop-ic {
  position: absolute;
  background-color: #4992da;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 2px 7px;
  top: 29px;
  max-height: 22px;
  margin-left: 7px;
  z-index: 80;
  min-width: 12px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  background-color: #cc3d3f;
}
.pagination li span {
  display: inline-block;
  top: -1px;
  padding: 1px;
  min-height: auto;
}
.pagination li span.icon-icorrect,
.pagination li span.icon-correct,
.pagination li span.icon-answered {
  font-size: 10px;
  padding: 0px;
}
.pagination li .pagination-pop-tip {
  position: absolute;
  top: 26px;
  margin-left: 15px;
  z-index: 80;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4992da;
}
.pagination li .pagination-pop-tip-c {
  position: absolute;
  top: 26px;
  margin-left: 15px;
  z-index: 80;
  height: 0;
  width: 0;
  border-bottom: 5px solid #4992da;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00ae71;
}
.pagination li .pagination-pop-tip-ic {
  position: absolute;
  top: 26px;
  margin-left: 15px;
  z-index: 80;
  height: 0;
  width: 0;
  border-bottom: 5px solid #4992da;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cc3d3f;
}
.pagination-nav .btn-group {
  text-align: right;
}
.pagination-nav .btn-group > a.btn {
  min-width: 20px;
}
div.alert-overdue {
  background-color: #cc3d3f;
}
div.alert-na {
  background-color: #8c8c8c;
}
div.alert-today {
  background-color: #b6a33e;
}
div.alert-this-week {
  background-color: #E28528;
}
div.alert-soon {
  background-color: #246bb3;
}
div.alert-completed {
  background-color: #00ae71;
}
.student h4,
.student p {
  margin-bottom: 5px;
  width: 280px;
}
.student a.btn {
  margin-top: 10px;
}
#MenuNavigation a {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#MenuNavigation #ListOfTopics.dropdown-menu {
  overflow: visible;
}
#MenuNavigation .dropdown-menu a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
table.truncate-txt td.progress-cell div {
  width: auto;
}
table.truncate-txt td div,
table.truncate-txt th div,
table.truncate-txt td div > a,
table.truncate-txt th div > a,
table.truncate-txt td div > span,
table.truncate-txt th div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*width: inherit;*/
}
.section-header div:nth-child(1) {
  width: 75% !important;
}
.section-header div:nth-child(2) {
  width: 25% !important;
  text-align: right;
}
.section-header div:nth-child(2) span,
.section-header div:nth-child(2) ul,
.section-header div:nth-child(2) .btn {
  text-align: left;
}
.section-header div:nth-child(2).alert {
  max-width: 140px;
  text-align: left;
}
.section-header h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#audioContainer {
  position: relative;
  float: left;
}
#audioContainer audio {
  position: absolute;
  top: -15px;
  left: 200px;
  padding: 10px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f8f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: -o-linear-gradient(top, #ffffff, #f7f8f9);
  background-image: linear-gradient(to bottom, #ffffff, #f7f8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f8f9', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.38);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.38);
  box-shadow: 0 1px 2px rgba(0,0,0,.38);
  border: 1px solid #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
}
#TopicName {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#accessCodeValidating img {
  width: auto !important;
}
/*
Validation
-----------------------------------*/
.item-active {
  opacity: 0.01;
  filter: alpha(opacity=1);
}
.required-txt {
  color: #cc3d3f;
}
.validation-summary-errors {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  display: inline-block;
  color: #ffffff;
  background-color: #cc3d3f;
  font-weight: normal;
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.validation-summary-errors ul {
  list-style-type: none;
  margin: 0px;
}
.validation-summary-valid {
  display: none;
}
.validation-pending {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  display: inline-block;
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.validation-approved {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  display: inline-block;
  color: #ffffff;
  background-color: #6aa061;
  font-weight: bold;
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.validation-denied {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  display: inline-block;
  color: #ffffff;
  background-color: #cc3d3f;
  font-weight: bold;
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.validation-tip {
  display: inline-block;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-top: 1px solid #dae1e3;
}
.validation-tip:before {
  content: "Note: ";
}
.validation-error {
  color: #cc3d3f;
  padding-left: 5px;
}
/*
Tables
-----------------------------------*/
table.table input[type=checkbox] {
  margin: -2px 0 0 0px;
}
td.alerts {
  padding: 0 10px;
  margin: 0px;
  line-height: 0px;
}
td.alerts div {
  display: block;
  text-align: left;
  white-space: nowrap;
  padding: 6px 12px;
  margin: 4px 0;
  line-height: 21px;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
}
td.alerts div .alert-overdue {
  background-color: #cc3d3f;
}
td.alerts div .alert-na {
  background-color: #8c8c8c;
}
td.alerts div .alert-today {
  background-color: #b6a33e;
}
td.alerts div .alert-this-week {
  background-color: #E28528;
}
td.alerts div .alert-soon {
  background-color: #246bb3;
}
td.alerts div .alert-completed {
  background-color: #00ae71;
}
.buttonless-page-txt {
  margin: 8px 10px 0 0;
}
.table-bordered td.table-group {
  border: none;
  font-weight: bold;
  background-color: #007bc1;
  color: #ffffff;
}
.cell-link {
  padding: 10px 0px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p.p-btn {
  margin: 0;
  line-height: 32px;
}
.cell-link-f {
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
td.ready-link {
  padding: 0px;
}
.modal-body td p {
  line-height: 32px;
  margin: 0px;
}
td.flag {
  text-align: center;
  max-width: 40px;
}
td.flag a.cell-link span {
  text-decoration: none;
  color: #a6a6a6;
}
td.flag a.cell-link:hover span {
  color: #f3ca00;
}
td.flag a:hover {
  text-decoration: none;
}
td.input-cell {
  padding: 4px 0px 4px 10px;
}
td.input-cell input {
  min-height: 32px;
  margin-bottom: 0px;
  padding-right: 10px;
  width: 100%;
}
td.input-cell-s {
  padding: 4px 10px 4px 10px;
}
td.btn-cell {
  padding: 4px 10px 4px 10px;
}
td.btn-cell a.btn {
  min-height: 32px;
}
td.btn-cell input {
  min-height: 32px;
  margin-bottom: 0px;
  padding-right: 10px;
  width: 100%;
}
td.chk {
  text-align: center;
}
td.chk input[type=checkbox] {
  cursor: default;
}
td.blue-cell {
  background: #e5f2ff;
}
.icon-reminder2 {
  background: url('~/images/icon-reminder-o.png') no-repeat 0 0;
  height: 16px;
  width: 16px;
  text-indent: -99999px;
}
td.rem-hov:hover .icon-reminder2 {
  background-position: 0 -20px;
}
#keypad table td {
  padding: 10px;
}
/*
Nested Containers
-----------------------------------*/
.no-space [class*="span"] {
  margin-left: 10px !important;
}
.no-space [class*="span"]:first-child {
  margin-left: 0px !important;
}
/*
Footer
-----------------------------------*/
footer {
  color: #676767;
  padding: 10px 0;
}
footer a {
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  line-height: 28px;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer p {
  padding: 0px;
  margin: 0px;
  line-height: 28px;
}
footer ul.footer-nav {
  list-style: none;
  margin: 0px;
}
footer ul.footer-nav li {
  display: inline;
  margin-right: 10px;
}
footer ul.footer-nav li:last-child {
  margin-right: 0px;
}
.lesson-controls {
  *zoom: 1;
  position: relative;
}
.lesson-controls:before,
.lesson-controls:after {
  display: table;
  content: "";
  line-height: 0;
}
.lesson-controls:after {
  clear: both;
}
.dropdown > a > .caret {
  margin-left: 20px;
  margin-top: 8px;
}
.input-prepend.input-block-level,
.input-append.input-block-level {
  display: table;
  width: 100%;
}
.input-prepend.input-block-level .add-on,
.input-append.input-block-level .add-on {
  display: table-cell;
  line-height: 21px;
  padding: 5px 12px;
  background-color: #eeeeee;
  vertical-align: top;
}
.input-prepend.input-block-level select,
.input-append.input-block-level select {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  border-left-style: none;
  vertical-align: bottom;
  margin: 0px;
  min-height: 33px;
}
.input-append.input-block-level input {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  border-right-style: none;
  vertical-align: bottom;
  margin: 0px;
  min-height: 33px;
}
.input-prepend.input-block-level > .progress,
.input-append.input-block-level > .progress {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  border-left-style: none;
  position: relative;
  overflow: visible;
}
#nav-split {
  background-color: #004d73;
  height: 5px;
  border-bottom: 1px solid #003c59;
}
.nav-split-part {
  position: absolute;
  right: 0;
  top: 0;
  *zoom: 1;
  background-color: #004d73;
  border-bottom: 1px solid #003c59;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 2px 12px 5px 12px;
  margin-top: -2px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.20);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.20);
  box-shadow: 0 1px 0 rgba(255,255,255,.20);
}
.nav-split-part:before,
.nav-split-part:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-split-part:after {
  clear: both;
}
/*
Custom Grid
-----------------------------------*/
.flex-push-right10 {
  margin-right: 0.769%;
}
.s6-flex {
  width: 46.482%;
  float: left;
}
.s12-flex {
  width: 49.60%;
  float: left;
}
.s12-layer1-flex {
  width: 49.531%;
  float: left;
}
.flex-list {
  display: inline;
  list-style-type: none;
  margin-left: 0px;
}
.flex-list li:first-child {
  float: left;
}
.flex-list li:nth-child(2) {
  margin-bottom: 0px;
  float: right;
}
.flex-list .list-icons li:first-child {
  float: none;
}
.flex-list .list-icons li:nth-child(2) {
  float: none;
}
#fileElem {
  visibility: hidden;
  width: 0;
  height: 0;
}
.table-clamped {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tooltip,
.arrow:after {
  background: #4d4d4d;
}
.tooltip {
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-top: 20px;
  text-align: center;
  min-width: 50px;
  margin-left: 20%;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.70);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.70);
  box-shadow: 0 1px 4px rgba(0,0,0,.70);
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 6px 5px 9px -9px #000000, 5px 6px 9px -9px #000000;
  -moz-box-shadow: 6px 5px 9px -9px #000000, 5px 6px 9px -9px #000000;
  box-shadow: 6px 5px 9px -9px #000000, 5px 6px 9px -9px #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.tooltip.active {
  opacity: 1;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}
#wrongPopUp,
#correctPopUp,
#strikesPopUp {
  display: table-cell !important;
}
input[type=text].access-code-block {
  text-transform: uppercase;
}
.access-code-approved {
  color: #ffffff;
  display: inline-block;
  background-color: #00ae71;
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
}
.access-code-denied {
  color: #ffffff;
  background-color: #cc3d3f;
  display: inline-block;
  padding: 0px 12px;
  margin-left: 10px;
  height: 32px;
  line-height: 32px;
}
span.hidden-course {
  color: #cc3d3f;
  display: inline-block;
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
  width: auto;
}
span.hidden-course:before {
  content: "(";
}
span.hidden-course:after {
  content: ")";
}
.access-code-dash {
  display: inline-block;
  padding: 5px;
}
.settings-panel a.btn,
.settings-panel button.btn {
  min-width: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.settings-panel table tr {
  background-color: transparent;
}
.settings-panel table tr:hover {
  background-color: inherit;
}
.settings-panel .popover-correct {
  width: auto;
  right: 0px;
}
.message-standard {
  background-color: #4d4d4d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}
table .typeahead {
  margin: 0px;
}
.course-details table {
  position: relative;
}
.course-details table tr td .tempcode-alert {
  padding: 0px;
  width: 50%;
}
.course-details table tr td .tempcode-alert .tempCodeMessage {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b63032;
  background-image: -moz-linear-gradient(top, #c23335, #a52b2d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c23335), to(#a52b2d));
  background-image: -webkit-linear-gradient(top, #c23335, #a52b2d);
  background-image: -o-linear-gradient(top, #c23335, #a52b2d);
  background-image: linear-gradient(to bottom, #c23335, #a52b2d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc23335', endColorstr='#ffa52b2d', GradientType=0);
  border-color: #a52b2d #a52b2d #691c1d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a52b2d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.05);
  border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) !important;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.course-details table tr td .tempcode-alert .tempCodeMessage:hover,
.course-details table tr td .tempcode-alert .tempCodeMessage:focus,
.course-details table tr td .tempcode-alert .tempCodeMessage:active,
.course-details table tr td .tempcode-alert .tempCodeMessage.active,
.course-details table tr td .tempcode-alert .tempCodeMessage.disabled,
.course-details table tr td .tempcode-alert .tempCodeMessage[disabled] {
  color: #ffffff;
  background-color: #a52b2d;
  *background-color: #912628;
}
.course-details table tr td .tempcode-alert .tempCodeMessage:active,
.course-details table tr td .tempcode-alert .tempCodeMessage.active {
  background-color: #7d2122 \9;
}
.course-details table tr td .tempcode-alert .tempCodeMessage.active,
.course-details table tr td .tempcode-alert .tempCodeMessage:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 1px 0px rgba(255,255,255,.05);
}
input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input,
select,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
Detect
-----------------------------------*/
@media (min-width: 979px) and (max-width: 1189px) {
  .action-container .question-title {
    width: 30%;
  }
  .action-container .question-title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 979px) {
  .splitbarH {
    height: 15px;
  }
  .action-container .question-title {
    width: 20%;
  }
  .action-container .question-title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  nav a.btn {
    min-width: 65px;
  }
}
@media (max-width: 979px) {
  .test-panel-left1 {
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .test-panel-right1 {
    width: 85%;
  }
  .tooltip-helper-container {
    right: -160px;
    width: 140px;
  }
}
.content-editor img {
  border: inherit;
  width: auto;
  height: auto;
  vertical-align: inherit;
  max-width: none;
}
.content-editor .wrs_header button {
  cursor: pointer !important;
}
.content-editor .btn-toolbar > textarea,
.content-editor .btn-toolbar > input {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.content-editor .btn-toolbar > .btn {
  float: left;
  margin: 10px 10px 10px 0 !important;
  width: 150px;
}
.content-editor table {
  height: auto;
  background: none;
}

/*Added by Nikki for styles for Grade Calculation Messages*/
#divGradeStatus
{    
    display: none;
    cursor: pointer;
}
.divGradeCal
{
    background-color:#FFE840; width:98%; height: 15px; padding:10px; font-weight: bold; text-align: center;
}

.divGradeCalFinished
{
    background-color:#A0DC62; width:98%; height: 15px; padding:10px; font-weight: bold; text-align: center;
}

/*2014-06-02: Nikki added to not show numbers on answer sheet for print/export */
#ulAnswers{
    list-style-type: none;
}
@-ms-viewport{width:device-width;}.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:31px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}
@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}@media (min-width:1190px){.row{margin-left:-10px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} [class*="span"]{float:left;min-height:1px;margin-left:10px;} .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1190px;} .span12{width:1190px;} .span11{width:1090px;} .span10{width:990px;} .span9{width:890px;} .span8{width:790px;} .span7{width:690px;} .span6{width:590px;} .span5{width:490px;} .span4{width:390px;} .span3{width:290px;} .span2{width:190px;} .span1{width:90px;} .offset12{margin-left:1210px;} .offset11{margin-left:1110px;} .offset10{margin-left:1010px;} .offset9{margin-left:910px;} .offset8{margin-left:810px;} .offset7{margin-left:710px;} .offset6{margin-left:610px;} .offset5{margin-left:510px;} .offset4{margin-left:410px;} .offset3{margin-left:310px;} .offset2{margin-left:210px;} .offset1{margin-left:110px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:31px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:1px !important;float:left;margin-left:0.8403361344537815%;*margin-left:0.7870312304026088%;} .row-fluid [class*="span"]:first-child{margin-left:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:0.8403361344537815%;} .row-fluid .span12{width:99.99999999999999%;*width:99.94669509594881%;} .row-fluid .span11{width:91.59663865546219%;*width:91.54333375141101%;} .row-fluid .span10{width:83.19327731092437%;*width:83.1399724068732%;} .row-fluid .span9{width:74.78991596638656%;*width:74.73661106233538%;} .row-fluid .span8{width:66.38655462184875%;*width:66.33324971779757%;} .row-fluid .span7{width:57.98319327731092%;*width:57.92988837325974%;} .row-fluid .span6{width:49.579831932773104%;*width:49.52652702872193%;} .row-fluid .span5{width:41.1764705882353%;*width:41.12316568418412%;} .row-fluid .span4{width:32.773109243697476%;*width:32.7198043396463%;} .row-fluid .span3{width:24.369747899159663%;*width:24.31644299510849%;} .row-fluid .span2{width:15.966386554621849%;*width:15.913081650570676%;} .row-fluid .span1{width:7.563025210084033%;*width:7.509720306032861%;} .row-fluid .offset12{margin-left:101.68067226890754%;*margin-left:101.5740624608052%;} .row-fluid .offset12:first-child{margin-left:100.84033613445376%;*margin-left:100.73372632635142%;} .row-fluid .offset11{margin-left:93.27731092436974%;*margin-left:93.1707011162674%;} .row-fluid .offset11:first-child{margin-left:92.43697478991596%;*margin-left:92.33036498181362%;} .row-fluid .offset10{margin-left:84.87394957983193%;*margin-left:84.76733977172958%;} .row-fluid .offset10:first-child{margin-left:84.03361344537815%;*margin-left:83.9270036372758%;} .row-fluid .offset9{margin-left:76.47058823529412%;*margin-left:76.36397842719177%;} .row-fluid .offset9:first-child{margin-left:75.63025210084034%;*margin-left:75.52364229273799%;} .row-fluid .offset8{margin-left:68.0672268907563%;*margin-left:67.96061708265395%;} .row-fluid .offset8:first-child{margin-left:67.22689075630252%;*margin-left:67.12028094820018%;} .row-fluid .offset7{margin-left:59.66386554621848%;*margin-left:59.55725573811613%;} .row-fluid .offset7:first-child{margin-left:58.823529411764696%;*margin-left:58.71691960366235%;} .row-fluid .offset6{margin-left:51.26050420168067%;*margin-left:51.15389439357832%;} .row-fluid .offset6:first-child{margin-left:50.42016806722688%;*margin-left:50.313558259124534%;} .row-fluid .offset5{margin-left:42.85714285714286%;*margin-left:42.75053304904051%;} .row-fluid .offset5:first-child{margin-left:42.016806722689076%;*margin-left:41.91019691458673%;} .row-fluid .offset4{margin-left:34.45378151260504%;*margin-left:34.34717170450269%;} .row-fluid .offset4:first-child{margin-left:33.613445378151255%;*margin-left:33.50683557004891%;} .row-fluid .offset3{margin-left:26.050420168067227%;*margin-left:25.94381035996488%;} .row-fluid .offset3:first-child{margin-left:25.210084033613445%;*margin-left:25.103474225511096%;} .row-fluid .offset2{margin-left:17.647058823529413%;*margin-left:17.540449015427065%;} .row-fluid .offset2:first-child{margin-left:16.80672268907563%;*margin-left:16.700112880973283%;} .row-fluid .offset1{margin-left:9.243697478991596%;*margin-left:9.137087670889251%;} .row-fluid .offset1:first-child{margin-left:8.403361344537815%;*margin-left:8.29675153643547%;} input,textarea,.uneditable-input{margin-left:0;} .controls-row [class*="span"]+[class*="span"]{margin-left:10px;} input.span12, textarea.span12, .uneditable-input.span12{width:1176px;} input.span11, textarea.span11, .uneditable-input.span11{width:1076px;} input.span10, textarea.span10, .uneditable-input.span10{width:976px;} input.span9, textarea.span9, .uneditable-input.span9{width:876px;} input.span8, textarea.span8, .uneditable-input.span8{width:776px;} input.span7, textarea.span7, .uneditable-input.span7{width:676px;} input.span6, textarea.span6, .uneditable-input.span6{width:576px;} input.span5, textarea.span5, .uneditable-input.span5{width:476px;} input.span4, textarea.span4, .uneditable-input.span4{width:376px;} input.span3, textarea.span3, .uneditable-input.span3{width:276px;} input.span2, textarea.span2, .uneditable-input.span2{width:176px;} input.span1, textarea.span1, .uneditable-input.span1{width:76px;} .thumbnails{margin-left:-10px;} .thumbnails>li{margin-left:10px;} .row-fluid .thumbnails{margin-left:0;}}@media (max-width:979px){.row{margin-left:-10px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} [class*="span"]{float:left;min-height:1px;margin-left:10px;} .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:758px;} .span12{width:758px;} .span11{width:694px;} .span10{width:630px;} .span9{width:566px;} .span8{width:502px;} .span7{width:438px;} .span6{width:374px;} .span5{width:310px;} .span4{width:246px;} .span3{width:182px;} .span2{width:118px;} .span1{width:54px;} .offset12{margin-left:778px;} .offset11{margin-left:714px;} .offset10{margin-left:650px;} .offset9{margin-left:586px;} .offset8{margin-left:522px;} .offset7{margin-left:458px;} .offset6{margin-left:394px;} .offset5{margin-left:330px;} .offset4{margin-left:266px;} .offset3{margin-left:202px;} .offset2{margin-left:138px;} .offset1{margin-left:74px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:31px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:1px !important;float:left;margin-left:1.3192612137203166%;*margin-left:1.265956309669144%;} .row-fluid [class*="span"]:first-child{margin-left:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:1.3192612137203166%;} .row-fluid .span12{width:100%;*width:99.94669509594883%;} .row-fluid .span11{width:91.55672823218998%;*width:91.50342332813881%;} .row-fluid .span10{width:83.11345646437995%;*width:83.06015156032878%;} .row-fluid .span9{width:74.67018469656993%;*width:74.61687979251876%;} .row-fluid .span8{width:66.2269129287599%;*width:66.17360802470873%;} .row-fluid .span7{width:57.78364116094988%;*width:57.7303362568987%;} .row-fluid .span6{width:49.340369393139845%;*width:49.28706448908867%;} .row-fluid .span5{width:40.89709762532982%;*width:40.843792721278646%;} .row-fluid .span4{width:32.45382585751979%;*width:32.400520953468614%;} .row-fluid .span3{width:24.010554089709764%;*width:23.95724918565859%;} .row-fluid .span2{width:15.567282321899738%;*width:15.513977417848565%;} .row-fluid .span1{width:7.12401055408971%;*width:7.070705650038538%;} .row-fluid .offset12{margin-left:102.63852242744063%;*margin-left:102.53191261933829%;} .row-fluid .offset12:first-child{margin-left:101.31926121372031%;*margin-left:101.21265140561796%;} .row-fluid .offset11{margin-left:94.19525065963062%;*margin-left:94.08864085152827%;} .row-fluid .offset11:first-child{margin-left:92.87598944591029%;*margin-left:92.76937963780794%;} .row-fluid .offset10{margin-left:85.75197889182058%;*margin-left:85.64536908371824%;} .row-fluid .offset10:first-child{margin-left:84.43271767810026%;*margin-left:84.32610786999791%;} .row-fluid .offset9{margin-left:77.30870712401057%;*margin-left:77.20209731590822%;} .row-fluid .offset9:first-child{margin-left:75.98944591029024%;*margin-left:75.8828361021879%;} .row-fluid .offset8{margin-left:68.86543535620054%;*margin-left:68.75882554809819%;} .row-fluid .offset8:first-child{margin-left:67.54617414248021%;*margin-left:67.43956433437786%;} .row-fluid .offset7{margin-left:60.42216358839051%;*margin-left:60.31555378028816%;} .row-fluid .offset7:first-child{margin-left:59.102902374670194%;*margin-left:58.996292566567845%;} .row-fluid .offset6{margin-left:51.97889182058048%;*margin-left:51.87228201247813%;} .row-fluid .offset6:first-child{margin-left:50.65963060686016%;*margin-left:50.553020798757814%;} .row-fluid .offset5{margin-left:43.535620052770454%;*margin-left:43.429010244668106%;} .row-fluid .offset5:first-child{margin-left:42.21635883905014%;*margin-left:42.10974903094779%;} .row-fluid .offset4{margin-left:35.09234828496042%;*margin-left:34.985738476858074%;} .row-fluid .offset4:first-child{margin-left:33.773087071240106%;*margin-left:33.66647726313776%;} .row-fluid .offset3{margin-left:26.649076517150398%;*margin-left:26.54246670904805%;} .row-fluid .offset3:first-child{margin-left:25.32981530343008%;*margin-left:25.223205495327733%;} .row-fluid .offset2{margin-left:18.20580474934037%;*margin-left:18.099194941238025%;} .row-fluid .offset2:first-child{margin-left:16.886543535620053%;*margin-left:16.779933727517708%;} .row-fluid .offset1{margin-left:9.762532981530343%;*margin-left:9.655923173427999%;} .row-fluid .offset1:first-child{margin-left:8.443271767810026%;*margin-left:8.336661959707682%;} input,textarea,.uneditable-input{margin-left:0;} .controls-row [class*="span"]+[class*="span"]{margin-left:10px;} input.span12, textarea.span12, .uneditable-input.span12{width:744px;} input.span11, textarea.span11, .uneditable-input.span11{width:680px;} input.span10, textarea.span10, .uneditable-input.span10{width:616px;} input.span9, textarea.span9, .uneditable-input.span9{width:552px;} input.span8, textarea.span8, .uneditable-input.span8{width:488px;} input.span7, textarea.span7, .uneditable-input.span7{width:424px;} input.span6, textarea.span6, .uneditable-input.span6{width:360px;} input.span5, textarea.span5, .uneditable-input.span5{width:296px;} input.span4, textarea.span4, .uneditable-input.span4{width:232px;} input.span3, textarea.span3, .uneditable-input.span3{width:168px;} input.span2, textarea.span2, .uneditable-input.span2{width:104px;} input.span1, textarea.span1, .uneditable-input.span1{width:40px;}}@media (max-width:979px){body{padding-top:0;} .navbar-fixed-top,.navbar-fixed-bottom{position:static;} .navbar-fixed-top{margin-bottom:21px;} .navbar-fixed-bottom{margin-top:21px;} .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px;} .navbar .container{width:auto;padding:0;} .navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px;} .nav-collapse{clear:both;} .nav-collapse .nav{float:none;margin:0 0 10.5px;} .nav-collapse .nav>li{float:none;} .nav-collapse .nav>li>a{margin-bottom:2px;} .nav-collapse .nav>.divider-vertical{display:none;} .nav-collapse .nav .nav-header{color:#777777;text-shadow:none;} .nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} .nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;} .nav-collapse .dropdown-menu li+li a{margin-bottom:2px;} .nav-collapse .nav>li>a:hover,.nav-collapse .dropdown-menu a:hover{background-color:#f2f2f2;} .navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999999;} .navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:hover{background-color:#111111;} .nav-collapse.in .btn-group{margin-top:5px;padding:0;} .nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:none;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .nav-collapse .open>.dropdown-menu{display:block;} .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;} .nav-collapse .dropdown-menu .divider{display:none;} .nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none;} .nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10.5px 15px;margin:10.5px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);} .navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111111;border-bottom-color:#111111;} .navbar .nav-collapse .nav.pull-right{float:none;margin-left:0;} .nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0;} .navbar .btn-navbar{display:block;} .navbar-static .navbar-inner{padding-left:10px;padding-right:10px;}}@media (min-width:980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important;}}

.accesscode-validation-spinner {
    width: 16px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.dropdown-menu li > form {
    margin: 0px;
}

.image-dialog-button {
    width: 47%;
}

.profile-img {
    max-width: 150%;
    height: 100%;
}

.profile-img-small {
    max-width: 110%;
    height: 100%;
} 

.loading-msg {
    z-index: 10;
    position: absolute;
    right: 20px;
    top: 30px;
    line-height: 16px;
    border: 1px solid #dedede;
    padding: 8px;
    border-radius: 3px 4px;
}

.loading-msg span {
        vertical-align: bottom;
}

.dashboard-enrollment {
    min-height: 40px;
}

.bar-negative {
    float: right !important;
}

.modal-actions-test {
  *zoom: 1;
  width: 365px;
  margin: 0 auto;
}

/* center alignment for lesson heading in dialog */
.modal-actions-width { 
    width: auto;
}

/* width as auto for modal action buttons in dialog */
.modal-header-align {
    text-align: center;
}

/*removes pointer for links on dashboard for disabled courses*/
.disabled-access-code .course-link {
    pointer-events: none;
    cursor: default;
    /*visibility: hidden;*/
}

/*hides the continue course button on dashboard*/
.disabled-access-code .btn.course-link {
    visibility: hidden;
}

/* Added by Team Atlas */
tr.trCtg:hover {
    cursor: pointer !important;
}

.infoDiv {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

/*added by jennifer for new grade indicators*/
.grades-alert {
  float: right;
  text-align: center;
  white-space: nowrap;
  padding: 6px 12px;
  margin: 4px 0;
  line-height: 21px;
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  width: 20%;
}

tr.trBonus .grades-alert {
  background-color: #246bb3;
}

tr.trGrey .grades-alert {
    background-color: gray;
}

/*used on dashboard - moved by jennifer 7/7/13 from styles.css history*/
.tempcode-alert {
    line-height: 25px;
    padding: 2px;
    font-weight: normal;
    color: #ffffff;
    margin-top: -1px;
}

.tempCodeMessage {
    padding: 4px;
    color: #4d4d4d;
}

.tempCodeButton {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #4d4d4d;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    background-color: #f4f5f6;
    background-image: -moz-linear-gradient(top, #f8f9f9, #edeff0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9f9), to(#edeff0));
    background-image: -webkit-linear-gradient(top, #f8f9f9, #edeff0);
    background-image: -o-linear-gradient(top, #f8f9f9, #edeff0);
    background-image: linear-gradient(to bottom, #f8f9f9, #edeff0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
    border-color: #edeff0 #edeff0 #c3cacd;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #edeff0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #d4dcdf;
    *border: 0;
    border-bottom-color: #a8b9be;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 #ffffff,0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 #ffffff,0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 #ffffff,0 1px 2px rgba(0, 0, 0, 0.1);
}

.tempCodeButtonExpired {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    background-color: #DA4F49;
    background-image: -moz-linear-gradient(center top, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f9f9', endColorstr='#ffedeff0', GradientType=0);
    border-color: #edeff0 #edeff0 #c3cacd;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #edeff0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #d4dcdf;
    *border: 0;
    border-bottom-color: #a8b9be;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    *margin-left: .3em;
}

.hh-Title {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.hh-Body {
    padding: 10px;    
}

.hh-footer {
    padding-left: 10px;
}

.hh-close:hover {
    cursor: pointer;
}

.hh-dotSpan {
    font-size: 12px;
}

.hh-dot-dark {
    background-image: url("../../Images/darkgreycircle.png");
    background-repeat: no-repeat;
}

.hh-dot-grey {
    background-image: url("../../Images/lightgreycircle.png");
    background-repeat: no-repeat;
}

.hh-modal {
    width: 300px;
}

.hh-modal-body {
    padding: 20px;
    text-align: left;
}

#signin .signin-password-helper .password-helper-container {
right: -460px;
top: 45px;
position: absolute;
display: block;
width: 100%;
min-height: 31px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#signin .signin-password-helper .password-helper-container {
    right: -460px;
}


@media print {
    a[href]:after {
        content: none;
    }

    abbr[title]:after {
        content: none;
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: none;
    }

    #questionHeader {
        height: 200px;
    }

    a {
        display: none;
    }

    .btn {
        display: none;
    }

    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .section-header {
        width: 100%;
    }

    .certify-complete {
        display: none;
    }

    .noprint {
        display: none;
    }

    .splitbuttonH {
        display: none;
    }

    .splitbarH {
        z-index: 1000 !important;
    }

    .lyrHeader {
        display: none;
    }

    #main-nav-container {
        display: none;
        border: 0px;
    }

    .breadcrumb {
        display: none;
    }

    .container {
        border: 0px;
    }

    .row-fluid {
        border: 0px;
    }


    .progress {
        display: none;
    }

    .nav-tabs li {
        display: none !important;
    }

    .active a {
        display: block;
    }

    .active a:before {
            content: "Page ";
    }

    #wrap-nav {
        display: none;
    }

    #certifyBadge {
        display: none;
    }

    #btnEllipsis {
        display: none;
    }

    #lsnNumberForCertifyBadge {
        color: #FFF !important;
}

    .wrap-nav {
        display: none;
}

    .instruct-options {
        display: none;
    }

    .instruct-prev {
        display: none;
    }

    .instruct-next {
        display: none;
    }

    .nav-instruct {
        display: none;
    }

    #instruct-pages {
        display: none;
    }

    .instruct-inner {
        left: 0px !important;
        right: 0px !important;
    }

    #wrap-instruct {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.normalText {
    font-weight: normal;
    font-size: 14px;
}

.InstructContinuedOnNextPage {
    float: right;
    padding-top: 25px;
    vertical-align: bottom;
    font-style: italic;
}

.container-box-2b {
background-color: #fcfdfd;
border: 1px solid #dae1e3;
padding: 10px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.ol-exportToPDF {
    list-style-position: outside;
}

    .ol-exportToPDF li {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #d4d4d4;
        border-collapse: separate;
        *border-collapse: collapse;
    }

.ul-exportToPDF {
    padding-top: 15px;
    list-style-type: none;
    list-style-position: inside;
}

    .ul-exportToPDF li {
        padding-bottom: 10px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border: 0px solid #d4d4d4;
    }

/*Jordan Aadded this style to fix the LOM bug in FF*/
.certify-badge-container {
    position: relative;
    top: -10px;
}

.clickableRow {
    cursor: pointer;
}

.mode-tab-large {
    font-size: 120%;
}


.modal-actions .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-bar-inner .bar {
    background-color: #0079b5;
}

/*Ying added this style button fix video modal not big enough issue*/
.videoModal {
    width: 680px;
}

#divCropImage {
    width: 100%;
    height: 350px;
}

#divCropImageNewUser {
    width: 100%;
    /*height: 200px;*/
}

#divCropImage #imgTarget, divCropImageNewUser #imgTarget {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lasttab a {
    -webkit-border-radius: 0 7px 0 0 !important;
    -moz-border-radius: 0 7px 0 0 !important;
    border-radius: 0 7px 0 0;
    border-right: 1px solid #d4dcdf;
}


/*new to do list*/
#todolistContainer th.alerts {
    /*padding: 0 10px;
  margin: 0px;
  line-height: 0px;*/
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

#todolistContainer th.alert-overdue {
    background-color: #cc3d3f;
}

#todolistContainer th.alert-na {
    background-color: #8c8c8c;
}

#todolistContainer th.alert-today {
    background-color: #b6a33e;
}

#todolistContainer th.alert-this-week {
    background-color: #E28528;
}

#todolistContainer th.alert-soon {
    background-color: #246bb3;
}

#todolistContainer th.alert-completed {
    background-color: #00ae71;
}

#todolistContainer thead.alert-overdue th {
    border-bottom-color: #cc3d3f;
}

#todolistContainer thead.alert-na th {
    border-bottom-color: #8c8c8c;
}

#todolistContainer thead.alert-today th {
    border-bottom-color: #b6a33e;
}

#todolistContainer thead.alert-this-week th {
    border-bottom-color: #E28528;
}

#todolistContainer thead.alert-soon th {
    border-bottom-color: #246bb3;
}

#todolistContainer thead.alert-completed th {
    border-bottom-color: #00ae71;
}

#todolistContainer .table th {
    border-bottom-width: 4px;
    border-left-width: 0px;
}

#todolistContainer .alerts span, #todolistContainer th span {
    font-size: large;
    font-weight: normal;
}

#todolistContainer .alerts th {
    display: table-cell !important;
    vertical-align: middle;
    font-weight: bold;
}

#graphMostRecentPerformance div {
    width: auto;
}

#divCharts div {
    width: auto;
}
/* AMATYC INTERFACE UPDATES*/
#wrap-question { /*text was right up against the edge in the question area*/
    padding: 5px;
}
.alert-bubble:empty { /*for alert bubbles with zero alerts/messages */
    display: none;
}
#alerts-number-span.alert-bubble { /*double digit alerts cause header to wrap*/
    margin-right: 0px;
}
#alerts-dropdown.caret {  /*double digit alerts cause header to wrap*/
    margin-left: 5px;
}
.wrap-section { /*to work with existing interface*/
    margin-top: 0px;
    border: 0px;
}
#lessonObjectivesLayoutContainer .section-header div:nth-child(2) { /*was causing the lesson intro header to be right aligned*/
    text-align: left;
}
#keypad { /*new header was covering the close buttons*/
    /*top: 45px !important;*/
    bottom:initial;
}
#lesson-intro .lesson-mode .mode-note { /*caused certify tile to be taller than the other two*/
    padding: 0px;
}
#wrap-nav .nav > ul > li a {
    padding: 5px 10px; /*had to change to 5px 10px because header wrapped*/
}
#wrap-content,
#wrap-content-nn {
    overflow-y: visible; /*had to comment out. Was not allowing content to go all the way to the bottom of the screen. */
}
#wrap-instruct .instruct-inner .inner-content, #wrap-tutor .instruct-inner .inner-content { /*for the width and height of instruct screen content in IE10*/
  width:100%;
  padding-right:0px;
  padding-left:0px;
  overflow-y:auto;
  overflow-x:auto; /*band-aid fix for content on iPads being too wide*/
}

.page-head, .instruct-body {
    padding-right:10px;
    padding-left:10px;
}
#QDyText, #QDyText *, #DynamicBox * { /*qdytextbox content text was being hidden*/
	overflow:visible !important;
}

/* Overding tutor new design styles */
.tutor-actions .btn {
    min-width:110px; /* min width reduced Bug 163097 */
}

.selectedInstructPage {
    background-color: #1d7ebf;
}

.selectedInstructPage a {
    color: #ffffff;
}

#wrap-practice #practice-q {
    padding: 0px 0px 10px !important;
}

#question-tutor #wrap-instruct .instruct-options,
#question-tutor #wrap-tutor .instruct-options,
#question-tutor #wrap-instruct .instruct-prev,
#question-tutor #wrap-tutor .instruct-prev,
#question-tutor #wrap-instruct .instruct-next,
#question-tutor #wrap-tutor .instruct-next,
#question-tutor #wrap-instruct .instruct-inner,
#question-tutor #wrap-tutor .instruct-inner,
#question-tutor #wrap-instruct #instruct-pages,
#question-tutor #wrap-tutor #instruct-pages {
    /*no top margin for instruct within tutor mode*/
    top: 0px;
}

#questionTutor {
    top: 0px !important;
}



.qml_wrap, .qml_wrap { /*workout text not wrapping*/
    white-space: pre-wrap;
}
#audioContainer audio { /*audio control in instruct*/
    top: -15px;
    left: -10px;
}
input[type="radio"] { /*IE10 radio buttons had outline*/
  border: 0px none #1c7bbb !important;
}
#q-summary-view li { /*test nav has bullet points*/
    list-style-type: none;
}
#wrap-practice #practice-q { /*unused vertical scroll bar removed*/
  overflow-y: visible;
}
.part_correctAnswer_format,
.part_correct_answer_format { /*positions the correct answer style directly above the footer*/
  position:absolute;  
  bottom:0px !important;
  margin-bottom: 60px;
  margin-left: 10px;
  background-color: white;
}
.part_correctAnswer_format /* Bug: 196074, 182278 */
{
    line-height:21px !important;
    min-height:21px !important;
}
#sbsFooter.page_correct_answer, #solutionFooter .solution_page_correct_answer { /*positions the correct answer style directly above the footer*/
  position: absolute;
  bottom: 0px !important;
  margin-bottom: 60px;
  margin-left: 10px;
  background-color: #ffffff;
  z-index: 80; /*content was on top of solution correct answer box*/
}
.reviewtutor #solutionFooter .solution_page_correct_answer { /*positions the correct answer style directly above the footer*/
  position: absolute;
  bottom: 0px !important;
  margin-bottom: 20px;
  margin-left: 10px;
  background-color: #ffffff;
  z-index: 80; /*content was on top of solution correct answer box*/
}
#ListOfTopics li a {
  cursor: pointer;
}
/*for the incorrect answer area in practice instead of the heard*/
#wrap-practice #practice-d #wrap-details #details-incorrect{
  width: 50px;
  border-left: 1px solid #cfcfcf;
}
#wrap-practice #practice-d #wrap-details #details-incorrect {
  text-align: center;
}
#wrap-practice #practice-d #wrap-details #details-incorrect .incorrect-num,
#wrap-practice #practice-d #wrap-details #details-incorrect .incorrect-title{
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
#wrap-practice #practice-d #wrap-details #details-incorrect .incorrect-num {
  font-size: 16px;
  font-weight: bold;
}
#wrap-practice #practice-d #wrap-details #details-incorrect {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  padding: 0 0px;
}
/*end incorrect in practice*/

/*lesson name in modes header*/
#liLessonName #spnLessonName,
#liTestName #spnTestName  {
  text-align: left;
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 0 5px 0 5px;
  /*padding: 5px 12px;*/
  min-width: 40px;
  min-height: 33px;
  line-height: 32px;
  
}
#liLessonName,
#liTestName {
  border-right:0px !important;
  width:50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#nav-instruct #liLessonName:hover {
    background-color: #b44b49 !important;
}
#nav-practice #liLessonName:hover {
    background-color: #2e8495 !important;
}
#nav-master #liLessonName:hover {
    background-color: #709d6f !important;
}
#nav-test #liTestName:hover {
    background-color: #a481b8 !important;
}
/*end of lesson names in headers*/

.dropdown-menu {
    z-index:999;
}
/*#answerTemplateContainer, #answerTemplateContainer *, .instruct-inner, .instruct-inner *  { /*LOTS of issues with hidden templates
    overflow: visible;
    white-space: inherit;
    text-overflow: inherit;                                                  
}*/
#wrap-test #practice-a #wrap-answer .answer-i input, #wrap-practice #practice-a #wrap-answer .answer-i input { /*was 40% and cutting off the numerator of fraction templates*/
	top: 0%;
}
.opt_captionStyle .qml_inline { /*radio button labels not in line with radio buttons*/
    display: inline;
}

#TopPane-instructT {
    width:100%;
}

/* Ying added this style */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(<q>assets/xml/ellipsis.xml#ellipsis</q>);
}

.txt-maintenance {
color:red;
}

.alert-h {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  background-color: #414d57;  /*updated to be same as header*/
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff !important;
}
.alert-h,
.alert-h h4 {
  color: #ffffff;
}
.alert-h h4 {
  margin: 0;
}
.alert-h .close {
  position: relative;
  top: 0;
  right: 0;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  line-height: 21px;
}
.alert-h-message {
    padding-bottom: 10px; 
    margin-bottom: 10px;
}
.alert-h-message a {
    color: white;
    text-decoration: underline;
}

.screen-reader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.open > #slctDifficultyMenu.dropdown-menu {
  display: block !important;
}

.customBtn{
    min-width: 50px !important;
}

.correct-num {
    line-height:14px !important;
}
.splitbuttonH:after {
  content: "";
}

.keypad-controls {
    border: none;
}

.objectiveItem {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
}

#wrap-test #PreviousQuestion, #wrap-test #NextQuestion {
    cursor:pointer;
}

.videoLink{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    cursor: pointer; /*Bug 183447, 183457, 183471*/
}
/*table tr td div { /* Bug 182509  -- fixed by removing line 10383 in styles2.css 
    white-space: normal;
}*/

.btnHidden {
    visibility:hidden;
}

#wrap-nav { /*Bug 183157*/
    height: auto;
}
.keypad-header { /*bug 183051*/
    cursor: pointer;
}
#wrap-tutor .tutor-nav ul li a.btn { /*bug 183547*/
    border-left-width: 1px;
}
#wrap-nav .nav > ul > li a img {
  display: inline-block;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  width: 32px;
}

#keypad {
    height:340px;
}
#Tutormode { /*Bug 183520*/
margin: 8px 10px; 
}
#time-all #time-remaining,#time-all #time-taken { /*Bug 183710*/
    position: relative;
    top: -10px;
    padding-left: 10px;
    display:inline-block;
}
.alert-box { /*Bug 183562*/
    margin-bottom: auto !important;
    padding: 5px !important;
}
#AnsweredStatus {
    color: white;
}
.question-area {
    padding:10px 10px 10px 0px; /* Bug 151685 */
}

table.qml_division_table { /* division table brace hight issue */
  height: auto;
}

.ui-dialog { /* max width is changed 590px to 690px, bug: 167658 */
  max-width: 690px;
}
span.qp-n {
    width:10% !important;
}



/*updated new user process*/
/*#createaccount_step1, #createaccount_step2, #createaccount_step3 {
  padding: 20px;
  position: relative;
}
#createaccount_step1 form p label, #createaccount_step2 form p label, #createaccount_step3 form p label {
  color: #777777;
  text-shadow: none;
}
#createaccount_step1 input,
#createaccount_step2 input
#createaccount_step3 input
#createaccount_step1 select,
#createaccount_step2 select
#createaccount_step3 select {
  margin-bottom: 10px;
  border-top-color: #bdbdbd;
  border-color: #cccccc;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.07) inset;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.07) inset;
  box-shadow: 0 1px 0 rgba(0,0,0,.07) inset;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#createaccount_step1 input:focus ,
#createaccount_step2 input:focus, 
#createaccount_step3 input:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
}
#createaccount_step1 .signin-btn-box,
#createaccount_step2 .signin-btn-box,
#createaccount_step3 .signin-btn-box {
  *zoom: 1;
  text-align: center;
}
#createaccount_step1 .signin-btn-box:before,
#createaccount_step2 .signin-btn-box:before,
#createaccount_step3 .signin-btn-box:before,
#createaccount_step1 .signin-btn-box:after,
#createaccount_step2 .signin-btn-box:after,
#createaccount_step3 .signin-btn-box:after {
  display: table;
  content: "";
  line-height: 0;
}
#createaccount_step1 .signin-btn-box:after,
#createaccount_step2 .signin-btn-box:after,
#createaccount_step3 .signin-btn-box:after {
  clear: both;
}
#createaccount_step1 .signin-btn-box a.btn,
#createaccount_step2 .signin-btn-box a.btn,
#createaccount_step3 .signin-btn-box a.btn,
#createaccount_step1 .signin-btn-box button,
#createaccount_step2 .signin-btn-box button,
#createaccount_step3 .signin-btn-box button {
  min-width: 150px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#createaccount_step1 .signin-password-helper,
#createaccount_step2 .signin-password-helper,
#createaccount_step3 .signin-password-helper  {
  position: relative;
}
#createaccount_step1 .signin-password-helper .password-helper-container,
#createaccount_step2 .signin-password-helper .password-helper-container,
#createaccount_step3 .signin-password-helper .password-helper-container {
  right: -405px;
  top: 45px;
  position: absolute;
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#accesscode-valid, #accesscode-invalid {
    margin-top: 5px;
}
*/

.new-user-step {
  position: absolute;
  padding: 10px;
  min-width: 80px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff;
  background-color: #4d4d4d;
  top: 17px;
  right: -10px;
  text-align: center;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
  box-shadow: 0 2px 1px rgba(0,0,0,0.1);
  font-weight: bold;
}

#signin label {
    cursor: auto;
}

.btnDisabledFeature {
    cursor:pointer;
}
.diabledFeatureMessage {
    text-align:center;
}

.borderRight{
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.float-top{
    position: relative; 
    z-index: 999;
}

.push-up60{
    margin-top: 60px;
}

.push-right30{
    margin-right: 30px
}

.warningToast{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: middle;
    color: #ffffff;
    background-color: #DA4F49;
}

.greenHighlight{
   background-color: #00AE71;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-top: -3px;
    padding: 2px;
    vertical-align: middle;
    font-weight: bold;   
}

.redHighlight {
    background-color: #DA4F49;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-top: -3px;
    padding: 2px;
    vertical-align: middle;
    font-weight: bold;
}

.centerDiv{
    float: left; 
    padding-top: 15px; 
    padding-left: 100px;
}

#mustlogin-wrap {
  position: relative;
  width: 600px;
  margin: 21px auto 0 auto;
}
#mustlogin-wrap #mustlogin {
  position: relative;
  padding: 21px;
  background: #ffffff;
  border: 1px solid #d4d8df;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
}

#mustlogin h1 {
    font-size:26px;
}

footer {
  position: relative;
  height: 80px;
  width: 100%;
  background: #ebedf0;
  border-top: 1px solid #d4d8df;
}
footer .section-footer {
  padding: 10px;
}
footer .section-footer > div > div > div {
  white-space: nowrap;
}
footer .section-footer ul {
  list-style-type: none;
  margin-left: 0px;
}
footer .section-footer ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
footer .section-footer ul li:last-child {
  margin-right: 0px;
}
footer .section-footer ul li a {
  padding: 10px;
  color: #007bc1;
}

#signin-header {
  position: relative;
  background: #323b47;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 21px 0 21px 0;
  border-bottom: 1px solid #21272f;
}
#signin-header img {
  height: 10%;
}

.pageBreak {
    page-break-after: always;
}

.titleDiv{
    text-align: left;
    padding-bottom: 20px;
    padding-top: 10px;
}

.push-up15{
    padding-top: 15px;
}

.featuretag {
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	line-height:1;
	vertical-align:
	baseline;
	white-space:nowrap;
	text-align:center;
	background-color:#1A56B8;
	border-radius:10px;
	margin-left: 3px;
	margin-right: 3px;
}

/*2014-09-15: Nikki added for the Mastery banner for before September 5th*/
.alert-info-sept5 {
    color: #31708f;
    background-color: #c7e3f4; 
    border-color: #9cceec;
    padding: 15px; 
    margin-bottom: 20px;
    border: 1px solid transparent; 
    border-radius: 4px;
}
