/*
	File: 10col.less

	CSS styles for 10-column layout (mainly for desktop computers).

	Version:
		0.1

	Author:
		Paul Rayes
*/
/*	

	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
	
*/
/*		Desktop layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.6em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  
	THIS DOCUMENT IS FOR GLOBAL DEFINITIONS ONLY.
	NO HEIGHTS, WIDTHS, PADDINGS OR MARGINS THAT WON'T BE APPLICABLE FOR ALL SCREEN RESOLUTIONS.
*/
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #404040;
  /*#3D3014*/
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #C29347;
  text-shadow: none;
}
::selection {
  background: #C29347;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
   Based on Less Framework 4 by Joni Korpi, http://lessframework.com
   ========================================================================== */
body {
  background: #e8e8e8;
  margin: 0px auto;
  /* Prevents Mobile Safari from bumping up font sizes in landscape */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #ffff00;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
/* ==========================================================================
   Typography presets
   Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
   Based on Less Framework 4 by Joni Korpi, http://lessframework.com
   ========================================================================== */
.gigantic {
  font-size: 110px;
  line-height: 120px;
  letter-spacing: -2px;
}
.huge,
h1 {
  font-size: 68px;
  line-height: 72px;
  letter-spacing: -1px;
}
.large,
h2 {
  font-size: 42px;
  line-height: 48px;
}
.bigger,
h3 {
  font-size: 26px;
  line-height: 36px;
}
.big,
h4 {
  font-size: 22px;
  line-height: 30px;
}
body {
  font: 15px/18px Georgia, serif;
}
.small,
small {
  font-size: 13px;
  line-height: 18px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
.Numbered_Equation {
  padding-left: 40px;
  padding-right: 40px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .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;
    /* h5bp.com/t */
  }
  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;
  }
}
.col1fluid {
  width: 78.22% / 10 + 0%;
  float: left;
  margin-right: 2.42%;
}
.col1fluid:last-child {
  margin-right: 0px;
}
.col1 {
  width: 68px;
  float: left;
  margin-right: 24px;
}
.col1:last-child {
  margin-right: 0px;
}
.col2fluid {
  width: 156.44% / 10 + 2.42%;
  float: left;
  margin-right: 2.42%;
}
.col2fluid:last-child {
  margin-right: 0px;
}
.col2 {
  width: 160px;
  float: left;
  margin-right: 24px;
}
.col2:last-child {
  margin-right: 0px;
}
.col3fluid {
  width: 234.66% / 10 + 4.84%;
  float: left;
  margin-right: 2.42%;
}
.col3fluid:last-child {
  margin-right: 0px;
}
.col3 {
  width: 252px;
  float: left;
  margin-right: 24px;
}
.col3:last-child {
  margin-right: 0px;
}
.col4fluid {
  width: 312.88% / 10 + 7.26%;
  float: left;
  margin-right: 2.42%;
}
.col4fluid:last-child {
  margin-right: 0px;
}
.col4 {
  width: 344px;
  float: left;
  margin-right: 24px;
}
.col4:last-child {
  margin-right: 0px;
}
.col5fluid {
  width: 391.1% / 10 + 9.68%;
  float: left;
  margin-right: 2.42%;
}
.col5fluid:last-child {
  margin-right: 0px;
}
.col5 {
  width: 436px;
  float: left;
  margin-right: 24px;
}
.col5:last-child {
  margin-right: 0px;
}
.col6fluid {
  width: 469.32% / 10 + 12.1%;
  float: left;
  margin-right: 2.42%;
}
.col6fluid:last-child {
  margin-right: 0px;
}
.col6 {
  width: 528px;
  float: left;
  margin-right: 24px;
}
.col6:last-child {
  margin-right: 0px;
}
.col7fluid {
  width: 547.54% / 10 + 14.52%;
  float: left;
  margin-right: 2.42%;
}
.col7fluid:last-child {
  margin-right: 0px;
}
.col7 {
  width: 620px;
  float: left;
  margin-right: 24px;
}
.col7:last-child {
  margin-right: 0px;
}
.col8fluid {
  width: 625.76% / 10 + 16.94%;
  float: left;
  margin-right: 2.42%;
}
.col8fluid:last-child {
  margin-right: 0px;
}
.col8 {
  width: 712px;
  float: left;
  margin-right: 24px;
}
.col8:last-child {
  margin-right: 0px;
}
.col9fluid {
  width: 703.98% / 10 + 19.36%;
  float: left;
  margin-right: 2.42%;
}
.col9fluid:last-child {
  margin-right: 0px;
}
.col9 {
  width: 804px;
  float: left;
  margin-right: 24px;
}
.col9:last-child {
  margin-right: 0px;
}
.col10fluid {
  width: 782.2% / 10 + 21.78%;
  float: left;
  margin-right: 2.42%;
}
.col10fluid:last-child {
  margin-right: 0px;
}
.col10 {
  width: 896px;
  float: left;
  margin-right: 24px;
}
.col10:last-child {
  margin-right: 0px;
}
.animate {
  transition: all 200ms ease;
}
.animate:hover {
  transition: all 75ms ease;
}
.table {
  font-size: 0.82em;
}
@media screen {
  .table-responsive-all {
    overflow-x: auto;
  }
  .table-responsive-all tbody {
    overflow-y: auto;
  }
  .table-responsive-all > .table {
    margin-bottom: 0;
  }
  .table-responsive-all > .table > thead > tr > th,
  .table-responsive-all > .table > tbody > tr > th,
  .table-responsive-all > .table > tfoot > tr > th,
  .table-responsive-all > .table > thead > tr > td,
  .table-responsive-all > .table > tbody > tr > td,
  .table-responsive-all > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive-all > .table-bordered {
    border: 0;
  }
  .table-responsive-all > .table-bordered > thead > tr > th:first-child,
  .table-responsive-all > .table-bordered > tbody > tr > th:first-child,
  .table-responsive-all > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive-all > .table-bordered > thead > tr > td:first-child,
  .table-responsive-all > .table-bordered > tbody > tr > td:first-child,
  .table-responsive-all > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive-all > .table-bordered > thead > tr > th:last-child,
  .table-responsive-all > .table-bordered > tbody > tr > th:last-child,
  .table-responsive-all > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive-all > .table-bordered > thead > tr > td:last-child,
  .table-responsive-all > .table-bordered > tbody > tr > td:last-child,
  .table-responsive-all > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive-all > .table-bordered > tbody > tr:last-child > th,
  .table-responsive-all > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive-all > .table-bordered > tbody > tr:last-child > td,
  .table-responsive-all > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
a,
input,
button,
input[type=submit],
.button,
select,
.tinymce {
  transition: all 200ms ease;
}
a:hover,
input:hover,
button:hover,
input[type=submit]:hover,
.button:hover,
select:hover,
.tinymce:hover {
  transition: all 75ms ease;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements */
  /* from paulirish.com */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: scroll;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  /*height:100%;*/
  /*width: 896px;*/
  width: 100%;
  /*padding: 0px @gutter (@gutter * 2);*/
  background: #f0eadb;
  color: #121212;
  font: 16px/22px Arial, Helvetica, sans-serif;
}
#grid {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 938px;
  pointer-events: none;
  display: none;
}
#grid div {
  float: left;
  width: 68px;
  height: 100%;
  margin-left: 24px;
  background: rgba(100, 100, 255, 0.18);
}
#gridbutton {
  position: fixed;
  top: 0px;
  margin-left: 24px;
  background: rgba(100, 100, 255, 0.6);
  color: white;
  padding: 6px 12px;
}
#gridbutton:hover {
  background: rgba(100, 100, 255, 0.8);
}
h1,
h2,
h3 {
  color: #634a03;
}
h1 {
  font-weight: bold;
  margin: 24px 0 6px 0;
  font-size: 2.7em;
}
h2 {
  font-weight: normal;
  margin: 24px 0 12px 0;
  font-size: 2.2em;
}
h3 {
  font-weight: bold;
  margin: 6px 0 6px 0;
  font-size: 1.2em;
}
p {
  margin: 0 0 12px 0;
}
p:last-child {
  margin: 0 0 6px 0;
}
a {
  color: #ad871f;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #634a03;
}
.small,
small {
  font-size: 0.85em;
  line-height: 0.82em;
}
.buttonBode {
  display: block;
  margin-top: 18px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding: 6px !important;
  width: 120px !important;
  height: 56px;
  top: 0px;
  display: inline-block;
  vertical-align: middle !important;
}
label {
  margin: 18px 0 3px 0;
  font-weight: bold;
  display: block;
  color: #634a03;
}
label.col-sm-2 {
  margin: 6px 0px 6px 0px;
  text-align: right;
}
input,
button,
input[type=submit],
.button,
select,
.tinymce {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-clip: padding-box;
  display: block;
  /*font: 15px/18px Georgia, serif;*/
  font: 16px/18px Arial, Helvetica, sans-serif;
  margin: 3px 0 3px 0;
  padding: 6px 12px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  width: 100%;
  text-decoration: none;
  color: #634a03;
}
input:hover,
button:hover,
input[type=submit]:hover,
.button:hover,
select:hover,
.tinymce:hover,
input:active,
button:active,
input[type=submit]:active,
.button:active,
select:active,
.tinymce:active,
input:focus,
button:focus,
input[type=submit]:focus,
.button:focus,
select:focus,
.tinymce:focus {
  border-color: #a57d0d;
  text-decoration: none;
}
input:active,
button:active,
input[type=submit]:active,
.button:active,
select:active,
.tinymce:active,
input:focus,
button:focus,
input[type=submit]:focus,
.button:focus,
select:focus,
.tinymce:focus {
  outline: 0px;
}
input[disabled],
button[disabled],
input[type=submit][disabled],
.button[disabled],
select[disabled],
.tinymce[disabled] {
  border: none;
  cursor: default;
  color: #858585;
}
input[readonly],
button[readonly],
input[type=submit][readonly],
.button[readonly],
select[readonly],
.tinymce[readonly] {
  border: none;
  cursor: default;
  background: transparent;
}
.button:hover {
  cursor: pointer;
}
button,
input[type=submit],
.button {
  /*font: 18px/21px Georgia, serif;*/
  font: 18px/21px Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 12px auto 6px auto;
  width: 160px;
  padding: 6px 18px;
  background: #e4c367;
  /*.linearGradient(@buttonBackground, lighten(@buttonBackground, 10%));*/
  border: 1px solid #bd8e0f;
}
button:hover,
input[type=submit]:hover,
.button:hover,
button:active,
input[type=submit]:active,
.button:active,
button:focus,
input[type=submit]:focus,
.button:focus {
  border-color: #d4a011;
  background-color: #f0dead;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7eed4), to(#f0dead));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #f7eed4, #f0dead);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #f7eed4, #f0dead);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #f7eed4, #f0dead);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #f7eed4, #f0dead);
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
button[disabled],
input[type=submit][disabled],
.button[disabled] {
  background: #f1ebda;
  color: #858585;
}
button.small,
input[type=submit].small,
.button.small {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-clip: padding-box;
  display: inline-block;
  font: inherit;
  margin: 1px;
  margin-left: 20px;
  height: auto;
  padding: 3px 12px;
  /*width: (@col2+@col2)/2;*/
  width: auto;
}
button.big,
input[type=submit].big,
.button.big {
  height: 56px;
  vertical-align: middle;
}
button.oneRow,
input[type=submit].oneRow,
.button.oneRow {
  height: 56px;
  vertical-align: middle;
  padding: 17px;
}
select {
  padding: 6px;
}
.checkbox label {
  display: inline-block;
  width: auto;
  margin: 0px;
}
.checkbox input {
  display: inline-block;
  width: auto;
}
.nomargin input,
.nomargin label,
.nomargin button,
.nomargin select {
  margin: 0 0 3px 0;
}
.tableRowWide {
  height: 40px;
  vertical-align: top;
}
.tableRowNarrow {
  height: 40px;
  vertical-align: top;
}
.tableHeaderRow {
  font-weight: bold;
  color: #634a03;
  border-bottom: 1px solid #d1ac47;
}
.inline label {
  display: inline-block;
  width: 100%;
  margin: 6px 6px 0 0;
}
.inline input {
  display: inline-block;
  width: inherit;
  margin: 6px 0 0 0;
}
.inline button,
.inline input[type=submit],
.inline .button,
.inline select {
  display: inline-block;
  /*width: inherit;*/
  margin: 6px 12px;
}
.inline select {
  padding: 6px/2;
}
.inline2 label {
  display: inline-block;
  width: 100%;
  margin: 0 6px 0 0;
}
.inline2 input {
  display: inline-block;
  width: inherit;
  margin: 0 0 0 0;
}
label input[type=checkbox] {
  margin-top: 3px;
}
ul.number {
  list-style-type: decimal;
}
.messager-icon {
  display: none;
}
header {
  padding: 48px 6px 72px 6px;
  margin: 0 auto 0 auto;
  width: 896px;
}
header h1 {
  float: left;
  line-height: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
header nav {
  float: right;
}
header nav a {
  display: block;
}
nav#links {
  padding: 0px 6px 24px 6px;
}
nav#links ul {
  float: left;
  margin: 0px;
  z-index: 1;
  position: absolute;
}
nav#links li {
  float: left;
}
nav#links li:first-child a {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
}
nav#links li:last-child a {
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-clip: padding-box;
  border-right: 1px solid #bd8e0f;
}
nav#links li:hover > a,
nav#links li:active > a,
nav#links li:focus > a {
  border-color: #d4a011;
  background-color: #f0dead;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7eed4), to(#f0dead));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #f7eed4, #f0dead);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #f7eed4, #f0dead);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #f7eed4, #f0dead);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #f7eed4, #f0dead);
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
nav#links a {
  display: inline-block;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  padding: 6px 18px;
  margin-top: -1px;
  background: #e4c367;
  color: #634a03;
  text-decoration: none;
  text-align: center;
  border: 1px solid #bd8e0f;
  border-right: none;
}
nav#links ul:after {
  content: "";
  clear: both;
  display: block;
}
nav#links li ul {
  width: 180px;
  display: none;
  position: absolute;
  padding: 3px 0px 0px 0px;
}
nav#links li ul a {
  width: 180px;
  text-align: left;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #bd8e0f;
  background: #f0dead;
  font-size: 0.9em;
}
nav#links li ul a:hover {
  border-left-width: 6px;
  padding-left: 13px;
}
nav#links li:hover > ul {
  display: inline-block;
}
nav#breadcrumb {
  clear: both;
  padding: 12px 6px;
  margin: 0px auto 0px auto;
  width: 896px;
}
nav#stackedPills ul {
  padding: 0px;
}
nav#stackedPills a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
nav#stackedPills a:hover,
nav#stackedPills .active a {
  background: #e4c367;
  color: #634a03;
}
#wrapper #content {
  background: #FFFFFF;
  border-top: solid 1px #d1c194;
  margin: 0;
  padding: 0 24px 5px 24px;
  -moz-box-shadow: 0 0 5px #d1c194;
  -webkit-box-shadow: 0 0 5px #d1c194;
  box-shadow: 0 0 5px #d1c194;
}
body.studentGradeView #wrapper #content {
  padding-bottom: 5px;
}
body.studentGradeView footer {
  display: none;
}
body.modal-open {
  padding-right: 0 !important;
}
body.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
body.fixed header {
  padding: 12px 6px 12px 6px;
}
body.fixed #content {
  position: absolute;
  top: 155px;
  bottom: 30px;
  width: 100%;
}
body.fixed h2 {
  margin: 6px 0;
}
body.fixed footer {
  display: none;
  margin: 0px -24px;
  padding: 4px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  line-height: 50%;
}
body.popup {
  width: 944px;
}
body.popup header,
body.popup nav#links,
body.popup nav#breadcrumb {
  display: none;
}
body.popup #wrapper #content {
  border-top: none;
}
body.columns {
  width: 944px;
}
body.columns #wrapper #content {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background-clip: padding-box;
  background: #FFFFFF;
  border-left: solid 1px #d1c194;
  border-right: solid 1px #d1c194;
}
footer {
  text-align: center;
  font-size: 0.77em;
  margin: 0px;
  padding: 12px 36px;
  background: rgba(209, 193, 148, 0.7);
  -moz-box-shadow: 0 0 5px #d1c194;
  -webkit-box-shadow: 0 0 5px #d1c194;
  box-shadow: 0 0 5px #d1c194;
}
.flash-red,
.flash-gray,
.flash-green,
.flash-orange,
.flash-yellow {
  background: #CCC;
  border: 1px solid #666;
  padding: 6px 12px;
  margin: 24px 0 6px 0;
}
.flash-red {
  background: #FCC;
  border-color: #C66;
  color: #933;
}
.flash-yellow {
  color: #9f6000;
  background-color: #feefb3;
  border-color: #e5d5a3;
}
.flash-orange {
  background: #FCC;
  border-color: #C66;
  color: #933;
}
.flash-gray {
  background: #CCC;
  border-color: #666;
  color: #333;
}
.flash-green {
  background: #CFC;
  border-color: #6C6;
  color: #393;
}
.sidepanel {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-clip: padding-box;
  background: #f0eadb;
  padding: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.sidepanel h3 {
  font-weight: bold;
  margin: -6px 0 12px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #d1ac47;
}
.sidepanel.floatleft {
  float: left;
  width: 344px;
}
.sidepanel.floatright {
  float: right;
  width: 528px;
}
.sidepanel.floatleft2 {
  float: left;
  width: 528px;
}
.sidepanel.floatright2 {
  float: right;
  width: 344px;
}
.panelheader {
  padding: 5px 7px;
  font-weight: bold;
  border: solid 1px #d4a375;
  border-bottom: none;
  /*background:#f0e3bf;*/
  background-color: #f3e9cd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edddb1), to(#f3e9cd));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #edddb1, #f3e9cd);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #edddb1, #f3e9cd);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #edddb1, #f3e9cd);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #edddb1, #f3e9cd);
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  margin-top: 12px;
}
.panelheader1 {
  padding: 5px 7px;
  font-weight: bold;
  border: solid 1px #d4a375;
  /*background:#f0e3bf;*/
  background-color: #f3e9cd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edddb1), to(#f3e9cd));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #edddb1, #f3e9cd);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #edddb1, #f3e9cd);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #edddb1, #f3e9cd);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #edddb1, #f3e9cd);
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  margin-top: 12px;
}
.panelcontent {
  padding: 3px;
  background: #fafafa;
  border: solid 1px #d4a375;
  margin-bottom: 12px;
}
.datagrid {
  margin: 0 -25px;
  /*margin:0px;*/
}
.tree-node {
  height: 23px;
}
/* Home styles */
#hometext {
  float: left;
  width: 528px;
}
#homelogin {
  float: right;
  width: 344px;
}
/* Register styles */
#registerHelp {
  float: right;
  width: 528px;
}
#registerForm {
  float: left;
  width: 344px;
  /*#registerThree_agreement {
		float:left;
	}*/
}
#registerForm .footer {
  text-align: center;
}
#registerForm .footer input {
  display: inline-block;
}
#registerForm .footer a {
  display: inline-block;
  padding: 12px 6px;
}
/* Grades/Progress table styles */
#gradesTable {
  margin: 0 auto;
  border-collapse: separate;
}
#gradesTable tr td {
  padding: 4px 8px;
}
#gradesTable .gameFinished {
  background: #6f6;
  color: #060;
  border: 7px solid #f0eadb;
}
#gradesTable .gameFinished a {
  color: #393;
}
#gradesTable .gameFinished a:hover {
  color: #040;
}
#gradesTable .gameNotFinished {
  background: #FF6;
  color: #630;
  border: 7px solid #f0eadb;
}
#gradesTable .gameNotFinished a {
  color: #963;
}
#gradesTable .gameNotFinished a:hover {
  color: #420;
}
#gradesTable .gameNotStarted {
  background: #F99;
  color: #600;
  border: 7px solid #f0eadb;
}
#gradesTable .gameNotStarted a {
  color: #933;
}
#gradesTable .gameNotStarted a:hover {
  color: #400;
}
.checkMarkImg {
  width: 18px;
  height: 18px;
}
.graph-standalone .stage {
  margin: 24px auto 24px auto;
  width: 610px;
}
.graph-notAlone {
  margin: 5px auto 5px auto;
  width: 610px;
  display: inline-block;
}
.graph-component {
  position: relative;
  width: 200px;
  display: inline-block;
  float: right;
  margin: 60px 60px auto auto;
}
.inputError {
  border: 1px solid #900;
  background: #FCC;
}
.floating-menu {
  width: 150px;
  z-index: 100;
  position: fixed;
  bottom: 20%;
  left: 0px;
}
.floating-menu a,
.floating-menu h3 {
  font-size: 0.9em;
  display: block;
  margin: 0 0.2em;
  color: #634a03;
  background: #e4c367;
  /*.linearGradient(@buttonBackground, lighten(@buttonBackground, 10%));*/
  border: 1px solid #bd8e0f;
}
.floating-menu a:hover,
.floating-menu h3:hover,
.floating-menu a:active,
.floating-menu h3:active,
.floating-menu a:focus,
.floating-menu h3:focus {
  border-color: #d4a011;
  background-color: #f0dead;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7eed4), to(#f0dead));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #f7eed4, #f0dead);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #f7eed4, #f0dead);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #f7eed4, #f0dead);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #f7eed4, #f0dead);
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
/* Chrome, Safari, Edge, Opera */
input.propbox-number::-webkit-outer-spin-button,
input.propbox-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.propbox-number[type=number] {
  -moz-appearance: textfield;
}
@media print {
  header nav,
  nav#links {
    display: none;
  }
  body {
    background: inherit !important;
  }
  #content {
    -moz-box-shadow: 0 0 0px #d1c194 !important;
    -webkit-box-shadow: 0 0 0px #d1c194 !important;
    box-shadow: 0 0 0px #d1c194 !important;
    border: 0px solid #CCC !important;
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-clip: padding-box !important;
  }
  footer {
    -moz-box-shadow: 0 0 0px #d1c194 !important;
    -webkit-box-shadow: 0 0 0px #d1c194 !important;
    box-shadow: 0 0 0px #d1c194 !important;
    background: none !important;
  }
}
/*@import (less) "../vendor/MathQuill/mathquill.css";*/
/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/
/* @group Reset */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  /* position */
  margin: 0;
  /* size */
  padding: 0;
  /* text */
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.fht-table {
  /* appearance */
  border-collapse: collapse;
  border-spacing: 0;
}
/* @end */
/* @group Content */
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: hidden;
  /* position */
  position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
  /* appearance */
  overflow: hidden;
  /* size */
  height: 1px;
}
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  /* position */
  top: 0;
  left: 0;
  position: absolute;
}
.fht-table-wrapper .fht-fixed-column {
  /* position */
  z-index: 1;
}
/* @end */
@media only screen and (max-width: 991px) {
  /*
	File: 6col.css

	CSS styles for single-column layout (mainly for touch devices). These styles are used in addition to styles in 10col.css.

	Version:
		0.0.2

	Author:
		Paul Rayes

	See Also:
		<10col.less>
*/
  /*	Single-column responsive layout */
  body,
  body.columns {
    width: 100%;
    padding: 0px 0px 48px 0px;
  }
  /* Home styles */
  #hometext {
    float: none;
    width: 100%;
  }
  #homelogin {
    float: none;
    width: 100%;
  }
  /* Register styles */
  #registerHelp {
    float: none;
    width: 100%;
  }
  #registerForm {
    float: none;
    width: 100%;
  }
  /* Graph test styles */
  #graphcontainer {
    /*width:100%;
    float:none;*/
  }
  #propertiescontainer {
    width: 100%;
    float: none;
  }
  #example {
    height: 600px;
    background: #F03;
  }
}
@keyframes blinkingText {
  50% {
    opacity: 0;
  }
}
[id^="modal-body-id_"] input[type="radio"] {
  width: unset;
}
