/* from Raj	*/
/* Mixins*/
.shadow {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}
Body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  margin: 0px;
}
/* Default hyperlink */
A,
A.normal {
  color: #047a9c;
  font-weight: normal;
  cursor: pointer;
}
/* unvisited links */
A:link,
A.normal:link {
  color: #047a9c;
  font-weight: normal;
}
/* unvisited links */
A:visited,
A.normal:visited {
  color: #047a9c;
  font-weight: normal;
}
/* visited links   */
A:hover,
A.normal:hover {
  color: #047a9c;
  font-weight: normal;
  text-decoration: underline;
}
/* user hovers     */
A:active,
A.normal:active {
  color: #047a9c;
  font-weight: normal;
}
/* active links    */
/* Default but not bold */
A.normal,
A.normal:link,
A.normal:visited,
A.normal:hover,
A.normal:active {
  font-weight: normal;
}
A.normalUnderline,
A.normalUnderline:link,
A.normalUnderline:visited,
A.normalUnderline:hover,
A.normalUnderline:active {
  text-decoration: underline;
  font-weight: normal;
}
/* links using the filetostream type stuff need to show as used on click */
/* also defined in TABLE.grid area or else those override these */
/* Comment 9216 */
A.download {
  color: #047a9c;
  cursor: pointer;
}
/* unvisited links */
A.download:link {
  color: #047a9c;
}
/* unvisited links */
A.download:visited {
  color: #047a9c;
}
/* visited links   */
A.download:hover {
  color: #047a9c;
}
/* user hovers     */
A.download:active {
  color: #047a9c;
}
/* active links    */
A.disabled {
  color: #047a9c;
}
/* unvisited links */
SPAN.bigAverage {
  font-size: 11pt;
}
.printheader {
  display: none;
}
/* This was added to display mastery points at top of recommendations display, but can be used to display
   any other emphasized value */
.emphasized {
  color: #4345A3;
  font-weight: bold;
}
LI.alt {
  background-color: #f7f4da;
}
/* Default hyperlink for grids */
Table.grid TD A:link {
  color: #047a9c;
  font-weight: normal;
}
/* unvisited links */
Table.grid TD A:visited {
  color: #047a9c;
  font-weight: normal;
}
/* visited links   */
Table.grid TD A:hover {
  color: #047a9c;
  font-weight: normal;
}
/* user hovers     */
Table.grid TD A:active {
  color: #047a9c;
  font-weight: normal;
}
/* active links    */
Table.grid TD A.btn:link {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
/* unvisited links */
Table.grid TD A.btn:visited {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
/* visited links   */
Table.grid TD A.btn:hover {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
/* user hovers     */
Table.grid TD A.btn:active {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/* active links    */
/* Default hyperlink for grids */
Table.tree A:link {
  color: #047a9c;
}
/* unvisited links */
Table.tree A:visited {
  color: #047a9c;
}
/* visited links   */
Table.tree A:hover {
  color: #047a9c;
}
/* user hovers     */
Table.tree A:active {
  color: #047a9c;
}
/* active links    */
/* Default for bullets lists */
ul.bulletlist A:link {
  font-weight: normal;
}
/* unvisited links */
ul.bulletlist A:visited {
  font-weight: normal;
}
/* visited links   */
ul.bulletlist A:hover {
  font-weight: normal;
}
/* user hovers     */
ul.bulletlist A:active {
  font-weight: normal;
}
/* active links    */
/* This links are for banner stuff in player page. */
.playerbanner A:link {
  font-family: Arial;
  color: #B3C4E3;
  font-weight: bold;
  text-decoration: none;
}
/* unvisited links */
.playerbanner A:visited {
  font-family: Arial;
  color: #B3C4E3;
  font-weight: bold;
  text-decoration: none;
}
/* visited links   */
.playerbanner A:hover {
  font-family: Arial;
  color: #B3C4E3;
  font-weight: bold;
  text-decoration: none;
}
/* user hovers     */
.playerbanner A:active {
  font-family: Arial;
  color: #B3C4E3;
  font-weight: bold;
  text-decoration: none;
}
/* active links    */
/* This links are for banner stuff in player page. */
.playertestbanner A:link {
  font-family: Arial;
  color: #B5D2CD;
  font-weight: bold;
  text-decoration: none;
}
/* unvisited links */
.playertestbanner A:visited {
  font-family: Arial;
  color: #B5D2CD;
  font-weight: bold;
  text-decoration: none;
}
/* visited links   */
.playertestbanner A:hover {
  font-family: Arial;
  color: #B5D2CD;
  font-weight: bold;
  text-decoration: none;
}
/* user hovers     */
.playertestbanner A:active {
  font-family: Arial;
  color: #B5D2CD;
  font-weight: bold;
  text-decoration: none;
}
/* active links    */
DIV.studentpagerband {
  background-color: #BED3FD;
  width: 100%;
  height: 3px;
  margin-top: 2px;
  overflow: hidden;
}
DIV.popupband {
  height: 0;
  margin-bottom: 0;
}
/* Alec: ok/next wizard band color is #5677BE.  Why is this different from the label colors? */
.formlabel,
LABEL strong {
  font-weight: bold;
}
.partialInclude {
  font-style: italic;
  font-weight: normal;
}
/* Simple vertical list */
ul.simplelist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.simplelist li {
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
}
ul.simplelist li.topalign {
  background-position: 0px 4px;
}
ul.simplelist li.strong,
ul.simplelist li.strong A:link,
ul.simplelist li.strong A:visited,
ul.simplelist li.strong A:active,
ul.bulletlisthorizontal li.strong,
ul.bulletlisthorizontal li.strong A:link,
ul.bulletlisthorizontal li.strong A:visited,
ul.bulletlisthorizontal li.strong A:active {
  font-weight: bold;
}
ul.simplelist li.noicon,
ul.bulletlisthorizontal li.noicon {
  background-image: none;
}
/* Linked list for list of a tags with arrows */
ul.inputform {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #D7D7D7;
}
ul.inputform li {
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
}
ul.inputform li.link {
  float: right;
}
ul.inputform li.sectionwithlink {
  padding-left: 0px;
  font-weight: bold;
  margin-top: 0px;
  float: left;
}
/* CSS radiobuttonlist doesn't let you set a class on the input label itself so we get to it roundabouts */
ul.inputform SPAN.marginradio LABEL {
  margin-right: 50px;
}
/* center aligned radio buttons with no left margin */
ul.inputform SPAN.marginradio INPUT,
ul.inputform li.radio INPUT {
  vertical-align: middle;
  margin-top: -0.2em;
  margin-left: -3px;
  padding-left: 0px;
}
/* FireFox hack to put the margin back - IE has a bigger margin and needs a -3 */
html > body ul.inputform SPAN.marginradio INPUT,
html > body ul.inputform li.radio INPUT {
  margin-left: 0px;
}
ul.inputform li.section,
ul.inputform li.sectionnomargin {
  padding-left: 0px;
  font-weight: bold;
  margin-top: 30px;
}
ul.inputform li.topborder {
  border-top: 2px solid #D7D7D7;
}
ul.inputform li.sectionnomargin {
  margin-top: 0px;
}
ul.inputform li.radio INPUT {
  vertical-align: top;
  margin-top: -0.3em;
  margin-left: -3px;
  margin-right: -3px;
  float: left;
}
/* FireFox hack to put the margin back - IE has a bigger margins */
html > body ul.inputform li.radio INPUT {
  margin-left: 0px;
  margin-right: 3px;
  margin-top: 0.1px;
}
.txtlink {
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.wizhead {
  color: #252525;
  font-weight: bold;
}
.omit {
  color: #6A7070;
}
.alert {
  color: red;
}
.green_alert {
  color: green;
}
.red_alert {
  color: red;
}
A.iconhyperlink:link,
A.iconhyperlink:visited {
  font-weight: normal;
  color: #047a9c;
  text-decoration: none;
}
A.iconhyperlinkbold:link,
A.iconhyperlinkbold:visited {
  font-weight: bold;
  color: #047a9c;
  text-decoration: none;
}
A.iconhyperlink:hover,
A.iconhyperlinkbold:hover {
  text-decoration: underline;
}
/* fake this out as if it's not a link anymore - iffy practice but might be OK for non-destructive second clicks on it */
A.selected:link,
A.selected:visited,
A.selected:active {
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: default;
}
/* fake this out as if it's not a link anymore - iffy practice but might be OK for non-destructive second clicks on it */
A.omit:link,
A.omit:visited,
A.omit:active {
  color: #A5A5A5;
  text-decoration: none;
  cursor: default;
}
.nolink {
  cursor: default;
}
.plainText {
  color: black;
  text-decoration: none;
  font-weight: normal;
}
TABLE,
TD,
TH {
  color: inherit;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
TABLE {
  border-collapse: collapse;
}
INPUT {
  font-size: 8pt;
}
SELECT {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
SELECT.actionmenu {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 130px;
}
SELECT.wizardselect {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
}
INPUT.file {
  width: 350px;
}
INPUT.radioodd {
  background-color: #ebdbec;
}
INPUT.radioeven {
  background-color: #ffffff;
}
TABLE.pager {
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  margin-bottom: 10px;
  margin-top: 15px;
}
TABLE.PagingIndicators {
  border: none;
  border-collapse: collapse;
}
TABLE.PagingIndicators TD {
  padding: 3px 1px 3px 2px;
}
H1 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/*H2 { font-size:13px; font-weight:bold; }*/
H3 {
  font-size: 12px;
  font-weight: bold;
}
H2 {
  font-size: 9.75pt;
  padding-top: 2px;
  padding-bottom: 3px;
  margin: 0px;
}
H2.rule {
  border-top: 2px solid #D7D7D7;
}
TABLE.grid {
  /*background-color: white;*/
  /*border-color: #000000;*/
  border-spacing: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-left: none 1px #e8e8e8;
  border-right: none 1px #e8e8e8;
  width: 100%;
  /*cell-spacing: 0px;*/
}
TABLE.gridnoheader {
  border-top: solid 1px #e8e8e8;
}
TABLE.grid TH {
  height: 28px;
  /* MAD  font-size: 11px; */
  padding: 1px 0.5em;
  border-width: 0px 0px 0px 0px;
  border-bottom: solid 1px #e0e0e0;
  border-left: none 1px #e8e8e8;
  border-right: none 1px #e8e8e8;
  border-top: solid 1px #e8e8e8;
  vertical-align: #e8e8e8;
  height: 50px;
}
/* there will be multiple TH rows or a single one with a wrapping header row so no need to extra pad the height */
TABLE.grid TH.multiline {
  height: auto;
}
TABLE.grid TH.nobottom,
TABLE.grid TD.nobottom {
  border-bottom: 0px;
}
TABLE.grid TH.bottomthin,
TABLE.grid TD.bottomthin {
  border-bottom: solid 1px #e8e8e8;
}
TABLE.grid TD {
  /* MAD font-size: 11px; */
  padding: 2px 0.5em;
  padding-top: 4px;
  padding-bottom: 4px;
  border-width: 0px 0px 0px 0px;
  border-left: solid 1px #e8e8e8;
  border-right: none 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-top: none 1px #e8e8e8;
  border-color: #e8e8e8;
  vertical-align: top;
  /*white-space: nowrap;*/
  height: 37px;
}
table.grid td:first-child {
  border-left: none 1px #e8e8e8;
}
table.grid td:first-child.after-rowspan {
  border-left: solid 1px #e8e8e8;
}
table.grid td:last-child {
  border-right: none 1px #e8e8e8;
}
TABLE.grid TD IMG {
  margin-top: -4px;
}
TABLE.grid TD INPUT {
  margin-top: -2px;
}
IMG.assignmentIcon {
  vertical-align: text-top;
  /*padding-right: 2px; padding screws up calendar*/
  border: none;
}
/* Remove all assignment link nested table soon, it's unnecessary */
TABLE.assignmentlink TD IMG {
  margin-top: -2px;
  padding-top: 0px;
}
TABLE.grid TD.vcenter IMG {
  margin-top: 0px;
}
TABLE.grid TD DIV.go {
  margin-top: 4px;
}
TABLE.grid TH.Outside {
  border-width: 1px 0px 1px 0px;
  border-bottom: solid 1px #e0e0e0;
  /*white-space: nowrap;*/
}
TABLE.grid TD.Outside {
  border-width: 1px 0px 1px 1px /*white-space: nowrap;*/;
}
TABLE.grid TD.OutsideBottom {
  border-width: 1px 0px 1px 0px;
  border-bottom: solid 1px #e8e8e8;
  height: 25px;
}
TABLE.grid TD.OutsideBottom IMG {
  margin-top: 1px;
}
TABLE.grid TH.OutsideNoPad {
  border-width: 1px 0px 1px 0px;
  padding: 0px 0px 0px 0px;
  /*white-space: nowrap;*/
}
TABLE.grid TD.OutsideNoPad {
  padding: 0px 0px 0px 0px;
  border-width: 1px 0px 1px 0px /*white-space: nowrap;*/;
}
TABLE.grid TD.OutsideNoPadDisabled {
  color: #A5A5A5;
  padding: 0px 0px 0px 0px;
  border-width: 1px 0px 1px 0px /*white-space: nowrap;*/;
}
TABLE.grid TH.OutsidePadLeft {
  border-width: 0px 0px 1px 0px;
  border-bottom: solid 1px #e0e0e0;
  padding: 0px 0px 0px 0.5em;
  /*white-space: nowrap;*/
}
TABLE.grid TD.OutsidePadLeft {
  padding: 0px 0px 0px 0.5em;
  border-width: 0px 0px 1px 0px /*white-space: nowrap;*/;
}
TABLE.grid TH.fullwidth,
TABLE.grid TD.fullwidth {
  width: 100%;
  padding-left: 10px;
}
TABLE.grid TH.leftdark,
TABLE.grid TD.leftdark {
  border-left: double 3px #d0d0d0;
}
TABLE.grid TH.rightdark,
TABLE.grid TD.rightdark {
  border-right: double 3px #d0d0d0;
}
/* MAD: This is a bit annoying.  leftnone has no padding, but right none does. 
   So I'm adding a leftcol so we can identify columns on the left of a table.
   The default behavior will be to have no border since generally the tables have borders.
*/
TABLE.grid TH.leftcol,
TABLE.grid TD.leftcol {
  border-left: none 0px #e8e8e8;
}
TABLE.grid TH.leftnone,
TABLE.grid TD.leftnone {
  border-left: none 0px #e8e8e8;
  padding-left: 5px;
}
TABLE.grid TH.rightnone,
TABLE.grid TD.rightnone {
  border-right: none 0px #e8e8e8;
  /*padding-right: 0px;*/
}
TABLE.grid TH.disabled,
TABLE.grid TD.disabled {
  color: #A5A5A5;
}
TABLE.grid TH.alert,
TABLE.grid TD.alert {
  color: red;
  border-right: solid 1px #e8e8e8;
  padding: 2px 0.5em;
}
TABLE.grid TH {
  font-weight: normal;
  background-color: #e8e8e8;
}
TABLE.grid TR {
  background-color: #ffffff;
}
TABLE.grid TR.alternatingRow {
  background-color: #fcfcfc;
}
TABLE.grid TR.groupheaderOpen {
  background-color: #e8e8e8;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
TABLE.grid TR.groupheaderClosed {
  background-color: #e8e8e8;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
TABLE.grid TR.groupheaderOpen TD {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  height: 30px;
}
TABLE.grid TR.groupheaderClosed TD {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  height: 40px;
}
TABLE.grid TR.groupheaderOpenNoHeight {
  background-color: #e8e8e8;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
TABLE.grid TR.groupheaderClosedNoHeight {
  background-color: white;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
TABLE.grid TR.groupheaderOpenNoHeight TD {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
TABLE.grid TR.groupheaderClosedNoHeight TD {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
TR.alternatingRow TD {
  background-color: #fcfcfc;
}
TR.alt TD {
  background-color: #fcfcfc;
}
TABLE.grid TR.EmptyDataRow TD {
  padding: 2px 0.5em;
  padding-top: 4px;
  padding-bottom: 4px;
  border-width: 0px 0px 0px 0px;
  border-left: none 1px #e8e8e8;
  border-right: none 1px #e8e8e8;
  /*border-bottom: solid 1px #c4c4c4;*/
  border-top: solid 1px #e8e8e8;
  border-color: #e8e8e8;
  vertical-align: top;
  /*white-space: nowrap;*/
  height: 30px;
  background-color: #f8f8f8;
}
TABLE.gridrow {
  border-spacing: 0px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}
TABLE.gridrow TD {
  border-spacing: 0px;
  border-style: none;
  border-width: 0px 0px 0px 0px;
  border-left: solid 0px #c4c4c4;
  border-right: solid 0px #c4c4c4;
  border-bottom: solid 0px #c4c4c4;
}
TABLE.gridrow TR {
  background-color: #f8f8f8;
}
TABLE.grid TR.Done {
  background-color: #e9e9e9;
}
TABLE.grid TD A:link,
TABLE.grid TD A:visited {
  /* MAD font-size: 11px; */
  font-weight: normal;
  /*white-space: nowrap;*/
}
TABLE.grid TH A:link,
TABLE.grid TH A:visited,
TABLE.grid TH A:active {
  /* MAD font-size: 11px; */
  color: inherit;
}
TABLE.grid TH A.regular:link,
TABLE.grid TH A.regular:visited,
TABLE.grid TH A.regular:active {
  /* MAD font-size: 11px; */
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}
/* fake this out as if it's not a link anymore - iffy practice but might be OK for non-destructive second clicks on it */
TABLE.grid TD A.omit:link,
TABLE.grid TD A.omit:visited,
TABLE.grid TD A.omit:active {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
/* links using the filetostream type stuff need to show as used on click */
/* also defined in TABLE.grid area or else those override these */
TABLE.grid TD A.download {
  color: #047a9c;
  cursor: pointer;
}
/* unvisited links */
TABLE.grid TD A.download:link {
  color: #047a9c;
}
/* unvisited links */
TABLE.grid TD A.download:visited {
  color: #047a9c;
}
/* visited links   */
TABLE.grid TD A.download:hover {
  color: #047a9c;
}
/* user hovers     */
TABLE.grid TD A.download:active {
  color: #047a9c;
}
/* active links    */
TABLE.grid TH.omit,
TABLE.grid TD.omit {
  color: #A5A5A5;
}
TABLE.grid TH.omit A:link,
TABLE.grid TH.omit A:visited,
TABLE.grid TH.omit A:active,
TABLE.grid TD.omit A:link,
TABLE.grid TD.omit A:visited,
TABLE.grid TD.omit A:active {
  color: #A5A5A5;
}
TABLE.grid TD.center,
TABLE.grid TH.center {
  text-align: center;
}
TABLE.grid TD.vmiddle {
  vertical-align: middle;
}
TABLE.grid TD IMG.checkmark {
  vertical-align: bottom;
}
TABLE.grid TD.left,
TABLE.grid TH.left,
TD.left {
  text-align: left;
}
TABLE.grid TD.right,
TABLE.grid TH.right {
  text-align: right;
}
TABLE.grid TD.nowrap,
TABLE.grid TH.nowrap,
.nowrap {
  white-space: nowrap;
}
TABLE.grid TH H2 {
  font-size: 8.25pt;
}
TABLE.grid TH.leftnopadding,
TABLE.grid TD.leftnopadding {
  padding-left: 0px;
}
TABLE.grid TH.lefttransparent,
TABLE.grid TD.lefttransparent {
  border-left: none 0px;
}
TABLE.grid TH.righttransparent,
TABLE.grid TD.righttransparent {
  border-right: none 0px;
}
TABLE.grid TH.cursor_pointer,
TABLE.grid TD.cursor_pointer {
  cursor: pointer;
}
.AssignmentText {
  padding-bottom: 10px;
}
TABLE.nospacetable {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  margin: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
}
.PastDue {
  text-decoration: line-through;
}
TABLE.nospacetable TH {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  margin: 00px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
}
TABLE.nospacetable TD {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  margin: 00px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
}
TABLE.border TD {
  border-left: solid 1px #E5E5E5;
  border-top: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
}
Input.disabled {
  border-left: solid 3px #E5E5E5;
  border-top: solid 3px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  color: #606060;
}
.disabled {
  color: #606060;
}
.disabled TD {
  color: #606060;
}
A label.disabled,
A.disabled:link,
A.disabled:visited,
A.disabled,
A.disabled:active,
A.disabled:selected {
  color: #606060;
  text-decoration: none;
}
#StatusTable {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  margin: 00px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
}
TABLE.Status TD {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  margin: 00px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
}
TABLE.assignmentlink {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-width: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
TABLE.assignmentlink TD {
  padding: 0px 0px 0px 0px;
  border-spacing: 0px;
  margin: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
}
TABLE.assignmentlink TD A:link,
TABLE.assignmentlink TD A:visited,
TABLE.assignmentlink TD A:hover,
TABLE.assignmentlink TD A:active {
  font-weight: normal;
}
TABLE.assignmentlink TD A.plainlink:link,
TABLE.assignmentlink TD A.plainlink:visited,
TABLE.assignmentlink TD A.plainlink:hover,
TABLE.assignmentlink TD A.plainlink:active {
  color: #047a9c;
  font-weight: normal;
  text-decoration: none;
}
.tooltipFG {
  /*border: solid 1px black;*/
  background-color: #FFFFE1;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.tooltipBG {
  border: solid 1px black;
  background-color: #FFFFE1;
}
A.plainlink,
A.plainlink:hover,
A.plainlink:visited,
A.plainlink:active {
  color: #047a9c;
  font-weight: normal;
  text-decoration: none;
}
div.gradebookpagercontainer {
  margin-left: 252px;
}
ul.gradebookpager {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.gradebookpager li {
  padding-top: 3px;
  padding-bottom: 3px;
  /*width: 210px; uncomment to not center whole thing*/
  text-align: center;
}
SPAN.gradebookpagerdesc {
  font-weight: bold;
}
.tblRepeatX {
  background-repeat: repeat-x;
}
.actionbutton {
  BACKGROUND: #9c6b9c;
  COLOR: white;
  CURSOR: pointer;
  FONT-SIZE: 9pt;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
.topactionbutton {
  BACKGROUND: #845a94;
  COLOR: white;
  CURSOR: pointer;
  FONT-SIZE: 9pt;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
}
.legendblurb TD {
  padding: 2px;
}
.legendblurb .title {
  font-weight: bold;
}
/* Not needed i think *****
.legendblurb A.title
{
    color : #4345A3;
    font-weight : bold;
    text-decoration : underline;
}
*/
.legendblurb .contents {
  color: #505050;
}
.instr {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #505050;
}
/* CSS for Tree (study plan) */
TABLE.tree {
  background-color: white;
  border-color: #e8e8e8;
}
TABLE.tree TR.Header {
  font-weight: normal;
  color: #252525;
  background-color: #e8e8e8;
}
TABLE.tree TR.Footer {
  color: #252525;
  background-color: #e8e8e8;
}
TABLE.tree TR.Header TH {
  /* border-top: solid 1px black; */
  border-bottom: solid 1px #e0e0e0;
  vertical-align: bottom;
  padding: 4px;
}
TABLE.tree TR.Header TH.HeaderText {
  text-align: left;
}
TABLE.tree TR.Footer TD {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  vertical-align: center;
  padding: 2px;
}
TABLE.tree TR.NoFooter TD {
  border-top: solid 1px #e8e8e8;
}
TABLE.tree .datacol {
  text-align: center;
  border-left: 1px solid #CACBCE;
  color: #252525;
}
TABLE.tree .iconcol {
  text-align: center;
  white-space: nowrap;
}
TABLE.tree .iconcolright {
  text-align: right;
  white-space: nowrap;
}
/* MAD - Not needed I think *****/
/*JS 4/3/06: ADDED it back in for regular A tags without the href*/
/*i needed the tree to not have the hrefs so the "PageBeforeUnload Event doesn't fire"*/
TABLE.tree A,
TABLE.tree A:hover,
TABLE.tree A:active {
  color: #047a9c;
  font-weight: normal;
  text-decoration: underline;
}
TABLE.tree TD A {
  text-decoration: underline;
}
TABLE.tree TR.Leaf A,
TABLE.tree TR.Leaf A:hover,
TABLE.tree TR.Leaf A:active {
  font-weight: normal;
}
TABLE.tree TR.NodeDisabled A,
TABLE.tree TR.NodeDisabled A:hover {
  color: gray;
  /* MAD font-weight:bold; */
}
TABLE.tree TR.Node TD,
TABLE.tree TR.NodeDisabled TD,
TABLE.tree TR.Leaf TD {
  border-top: solid 1px #CACBCE;
  padding: 2px;
}
TABLE.tree TR.NodeExpanded TD {
  border-top: solid 1px #CACBCE;
  background-color: #F7F4DA;
  padding: 2px;
}
/* need this to get rid of nested underlines */
TABLE.tree TR.Node TD TD,
TABLE.tree TR.NodeDisabled TD TD,
TABLE.tree TR.Leaf TD TD {
  border-top: none;
  padding: 0px;
}
TABLE.tree TR.NodeExpanded TD TD {
  border-top: none;
  padding: 0px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
DIV.clear,
.floatClear {
  clear: both;
  float: none;
  height: 0px;
  width: 0px;
  /* needed to prevent overflow expand on IFRAME shim hack of RadMenu */
  overflow: hidden;
}
.positionAbsolute {
  position: absolute;
}
.positionRelative {
  position: relative;
}
DIV.hr {
  width: 100%;
  border-top: #e1e1e1 2px dashed;
  font-size: 3px;
  margin-top: 10px;
  /* changed from 5px by MAD on 2/22/05 - Based on the mock-ups I think we need more space. */
  margin-bottom: 10px;
  /* ditto */
}
DIV.hrsolid {
  width: 100%;
  border-top: #e1e1e1 1px solid;
  font-size: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
DIV.short {
  padding-bottom: 0.6em;
  margin: 0px;
}
/*
    CA IE fix to handle lack of support for min-width in table cells.
*/
DIV.minWidthFix {
  margin: 0px 0px 0px 0px;
  height: 1px;
}
DIV.hrtopbottom {
  width: 100%;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding-top: 7px;
  padding-bottom: 9px;
}
.PagerText {
  /* MAD font-size: 11px; */
  font-weight: bold;
  color: #252525;
}
A.PagerLink:link,
A.PagerLink:visited {
  /* MAD font-size: 11px; */
  /* MAD color: #4345A3; */
  font-weight: normal;
}
A.PagerLinkBlack:link,
A.PagerLinkBlack:visited {
  font-weight: normal;
  color: #000000;
  /* MAD  font-size: 11px; */
}
TABLE.grid TD.PagerLink font {
  /* MAD font-size: 11px; */
  font-weight: bold;
}
TABLE.grid TD A.PagerLink {
  /* MAD font-size: 11px; */
  color: #4345A3;
}
TABLE.grid TD A.PagerLink:hover {
  color: #c00000;
}
TABLE.grid TH A.PagerLink:hover,
TABLE.grid TD A.PagerLink:hover {
  color: #c00000;
}
.shrinkToFit {
  display: table;
  border-collapse: collapse;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vcenter,
A.vcenter,
SPAN.vcenter,
DIV.vcenter {
  vertical-align: middle;
}
TABLE.grid TD.vtop {
  vertical-align: middle;
}
#header {
  /*border:1px solid black;*/
  /*background:yellow;*/
}
#header h1 {
  margin: 5px 15px;
}
/* from http://phoenity.com/tests/borders_corners.html */
/* 7px is width and height of corners, use bigger if you want to add drop shadows, etc */
/* don't have to be square either necessarily */
div.Article,
div.Article h2,
div.ArticleBody,
div.ArticleFooter,
div.ArticleFooter p {
  background: url(../Math/images/boxroundwhite.gif) no-repeat;
  color: inherit;
}
div.Article h2 {
  font-size: 1em;
  /* reset in case h2 is changed elsewhere */
  background-position: top right;
  padding: 7px 7px 0px 0px;
  margin: 0px 0px 0px 7px;
}
div.Article h2.flushtop {
  padding-top: 0px;
}
div.Article h2.noheader {
  font-size: 7px;
  height: 7px;
  padding-top: 0px;
  overflow: hidden;
}
div.ArticleBody {
  background-position: 100% -7px;
  margin: 0px 0px 0px 7px;
  padding: 1px 7px 1px 0px;
}
div.ArticleFooter {
  background-position: bottom left;
}
div.ArticleFooter p {
  background-position: bottom right;
  padding: 0px 7px 7px 0px;
  margin: 0px 0px 0px 7px;
}
div.ArticleFooter p.flushbottom {
  padding-bottom: 0px;
}
div.ArticleFooter p.nofooter {
  font-size: 7px;
  line-height: 7px;
  height: 7px;
  padding-bottom: 0px;
  /*overflow: hidden; - this makes IE6's right corner disappear */
}
.breadcrumb {
  /*  MAD font-size:11px;  */
  color: black;
}
.breadcrumb A:link,
.breadcrumb A:Visited,
.breadcrumb A:Hover,
.breadcrumb A:Active {
  font-weight: normal;
  /* MAD   color:#5151A0; */
}
.courselist {
  font-size: 14px;
}
.courselist TD {
  padding-bottom: 10px;
}
/* MAD - not needed I think
.courselist A:link,
.courselist A:visited,
.courselist A:hover,
.courselist A:active
{
  color:#5151A0;
  text-decoration : underline;
}
*/
Table.YellowHeader {
  width: 100%;
  height: 30px;
  background-color: #FFED95;
  padding: 8px;
  padding-bottom: 10px;
}
.YellowHeader TD {
  background-color: #FFED95;
  padding: 8px;
  padding-bottom: 10px;
}
TABLE.gridDetails {
  width: 100%;
}
TABLE.gridDetails TH {
  background-color: #e8e8e8;
  border: solid 1px #e8e8e8;
  padding: 8px 8px 8px 8px;
  border-bottom: solid 1px #e0e0e0;
  font-weight: normal;
}
TABLE.gridDetails TD {
  border: solid 1px #e8e8e8;
  padding: 5px 5px 5px 5px;
}
TD.diwotherhead {
  color: #2C323E;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
}
TD.diwstudentname {
  color: white;
  font-family: Arial;
  font-size: 11pt;
}
TD.diwpracticebar {
  background-color: #2C323E;
  color: white;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  height: 38px;
}
TD.diwobjectivebar {
  background-color: #7893C3;
  height: 38px;
}
TD.diwpracticehead {
  background-color: #2C323E;
  color: #FFBE3D;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  height: 38px;
}
TD.diwtestbar {
  background-color: #2C323E;
  color: white;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  height: 38px;
}
TD.diwtesthead {
  background-color: #2C323E;
  color: #FFBE3D;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  height: 38px;
}
TD.diwobjectivebarNextGen {
  color: #333333;
  padding-left: 9px;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #EEF2FC;
  font-family: Arial;
  font-size: 10.5pt;
}
TD.diwobjectivebarNextGen h2 {
  font-weight: normal;
}
TD.diwpracticebarNextGen,
SPAN.diwpracticebarNextGen {
  padding-left: 9px;
  background-color: #7893C3;
  color: white;
  font-family: Arial;
  font-size: 13.5pt;
  height: 25px;
}
TD.diwpracticeheadNextGen,
SPAN.diwpracticeheadNextGen {
  color: #F7CF7F;
  font-weight: bold;
  font-family: Arial;
  font-size: 13.5pt;
}
TD.diwtestbarNextGen,
SPAN.diwtestbarNextGen {
  padding-left: 9px;
  background-color: #468F81;
  color: white;
  font-family: Arial;
  font-size: 13.5pt;
  height: 25px;
}
TD.diwtestheadNextGen,
SPAN.diwtestheadNextGen {
  background-color: #468F81;
  color: #FDD27A;
  font-family: Arial;
  font-size: 13.5pt;
  height: 25px;
}
/* Overview page settings */
/* Default hyperlink for grids */
Table.overview A:link {
  font-weight: normal;
}
/* unvisited links */
Table.overview A:visited {
  font-weight: normal;
}
/* visited links   */
Table.overview A:hover {
  font-weight: normal;
}
/* user hovers     */
Table.overview A:active {
  font-weight: normal;
}
/* active links    */
TABLE.overview TD {
  padding: 4px;
  background-color: #F9F6E5;
  vertical-align: top;
  height: 100px;
  text-align: center;
}
TABLE.overview TD a {
  text-decoration: underline;
}
TABLE.overview TABLE.ex TD {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: left;
  height: auto;
  vertical-align: middle;
}
TABLE.overview TABLE.ex TD.pts {
  color: #404040;
}
TABLE.overview TABLE.ex TD.pts SPAN.penalizedScore {
  color: #ff0000;
}
TABLE.overview TD.instructorCommentsLink {
  padding-left: 2px;
  text-align: left;
  height: auto;
}
/* CA Req C09-30.2 Phase 2 Media - Media and Questions Overview display */
Table.overviewMediaAndQuestions A:link {
  font-weight: normal;
}
/* unvisited links */
Table.overviewMediaAndQuestions A:visited {
  font-weight: normal;
}
/* visited links   */
Table.overviewMediaAndQuestions A:hover {
  font-weight: normal;
}
/* user hovers     */
Table.overviewMediaAndQuestions A:active {
  font-weight: normal;
}
/* active links    */
TABLE.overviewMediaAndQuestions TD {
  padding: 4px;
  background-color: #F9F6E5;
  text-align: left;
  vertical-align: top;
}
TABLE.overviewMediaAndQuestions TABLE.ex TD {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: left;
  height: auto;
  vertical-align: middle;
}
TABLE.overviewMediaAndQuestions IMG.mediaImage {
  vertical-align: middle;
}
TABLE.overviewreview TD {
  background-color: white;
}
TABLE.overviewtest TD {
  background-color: #F9F6E5;
}
TABLE.bottombuttons TD {
  background-color: #5677BE;
  text-align: right;
  vertical-align: middle;
  padding: 8px;
}
TABLE.bottombuttonstest TD {
  background-color: #478F81;
  text-align: right;
  vertical-align: middle;
  padding: 8px;
}
TABLE.overviewtotals TD,
TABLE.overviewtotals TD.standardtotal {
  background-color: #FEED95;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  /* This used to be 20%, but the number of columns varies. As long as we stay less than 10 columns, this should evenly distribute them */
}
TABLE.overviewtotalsmedia TD {
  background-color: #FEED95;
}
TABLE.overviewtotalsmedia TD.mediatotal {
  padding: 8px;
  padding-left: 25px;
  text-align: left;
  vertical-align: middle;
}
TABLE.overviewtotalsmedia TD.standardtotal {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  width: 20%;
}
TABLE.overviewtotalsreview TD,
TABLE.overviewtotalsreview TD.standardtotal,
TABLE.overviewtotalsreview TD.mediatotal {
  background-color: #EFEFF7;
}
TABLE.overviewtotalstest TD {
  background-color: #A0C3BD;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
TABLE.overviewmedia TD {
  padding-top: 30px;
  padding-left: 40px;
  text-align: left;
}
SPAN.penalizedScore {
  color: #ff0000;
}
.previewaddheader {
  background-color: #fcfcfc !important;
}
.previewaddheader TD {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
/* This is the player's default background color */
.playerBackground {
  background-color: #EEF2FC;
}
.playerpractice {
  background-color: #FFF;
}
.playertest {
  background-color: #6BA29C;
}
a.lightLink,
a.lightLink:link,
a.lightLink:visited,
a.lightLink:hover,
a.lightLink:active {
  font-weight: normal;
  text-decoration: underline;
}
span.debuginfo {
  font-weight: bold;
  color: Red;
  background-color: White;
  top: 2px;
  left: 2px;
  z-index: 3;
  position: absolute;
  display: block;
}
Table.TestSummaryHeader {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
Table.TestSummaryHeader TD {
  padding: 4px;
}
Table.TestSummary TD {
  padding: 4px;
}
.readableButHidden {
  position: absolute;
  left: -2000px;
  top: -2000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.readableButHidden:focus,
.readableButHidden:active {
  color: #047a9c;
  background-color: #fff;
  left: 1px;
  top: 1px;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 11000;
  margin: 1px;
  padding: 2px 50px 2px 50px;
  border: 1px solid #047a9c;
  text-align: center;
  text-decoration: none;
}
div.goInline {
  display: inline;
  position: relative;
}
/* ToggleMenu */
.toggleMenuInit {
  left: -1000px;
}
.toggleMenu {
  position: relative;
}
.toggleMenu ul {
  position: absolute;
  background: white;
  border: solid 1px #000;
  top: 20px;
  left: 0px;
}
.toggleMenu,
.toggleMenu ul {
  margin: -1px -1px -1px -1px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
}
.toggleMenu ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border-bottom: 1px solid #ffffff;
  /* fixes spacing for IE6 */
}
.toggleMenu ul li a,
.toggleMenu ul li a:visited {
  padding: 1px 10px 1px 10px ;
  color: #000000;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.toggleMenu ul li a:hover,
.toggleMenu ul li a:focus,
.toggleMenu ul li a:active {
  background: #4880D7;
  color: White;
  font-weight: normal;
  text-decoration: none;
}
iframe.iframeShim {
  /* dummy class used to find iframe shims */
}
iframe.ieShim {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}
iframe.dropDownListGroup_ieShim {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 4000;
  /*	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
}
iframe.geckoShim {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
.hidden {
  display: none;
}
.btnhidden {
  display: none;
}
.dropDownToggleMenu {
  border: 1px inset #ccc;
  width: 470px;
  background: #FFFFFF;
}
.dropDownToggleMenu li {
  text-overflow: ellipsis;
  overflow: hidden;
  /*height: 20px;*/
  /*1.6em;*/
}
.dropDownToggleMenu li ul {
  width: 470px;
  left: -1px;
}
.dropDownToggleMenu li ul li a,
.dropDownToggleMenu li ul li a:visited,
.dropDownToggleMenu li ul li a:hover,
.dropDownToggleMenu li ul li a:focus,
.dropDownToggleMenu li ul li a:active {
  padding: 1px 10px 1px 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
.dropDownToggleMenu li a img,
.dropDownToggleMenu li ul li a img {
  border: none;
  vertical-align: middle;
  height: 16px;
  padding: 0 0 1px 1px;
}
.dropDownToggleMenu li a span {
  padding-left: 2px;
}
a.dropDownToggleMenuSelected,
a.dropDownToggleMenuSelected:visited,
a.dropDownToggleMenuSelected:hover,
a.dropDownToggleMenuSelected:focus,
a.dropDownToggleMenuSelected:active {
  color: #000000;
  font-family: Arial,Verdana;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none !important;
  display: block;
}
a.dropDownToggleMenuSelected span {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
table.inFrame .dropDownToggleMenu,
table.inFrame .dropDownToggleMenu li ul {
  width: 100%;
}
/* CA IPDropDownListGroup styles */
.dropDownListGroup {
  position: relative;
}
.dropDownListGroup ul {
  position: absolute;
  border: solid 1px #000;
  top: 20px;
  left: 0px;
}
.dropDownListGroup,
.dropDownListGroup ul {
  margin: -1px -1px -1px -1px;
  text-align: left;
  /*z-index: 1000;*/
  margin: 0;
  padding: 0;
  background: white;
  list-style: none;
}
.dropDownListGroup ul li {
  background-color: white;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border-bottom: 1px solid #ffffff;
  /* fixes spacing for IE6 */
}
.dropDownListGroup ul li a,
.dropDownListGroup ul li a:visited {
  padding: 1px 1px 1px 1px ;
  color: #000000;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.dropDownListGroup ul li a:hover,
.dropDownListGroup ul li a:focus,
.dropDownListGroup ul li a:active {
  background: #4880D7;
  color: White;
  font-weight: normal;
  text-decoration: none;
}
.dropDownList {
  border: 1px inset #ccc;
  /*	width: 470px;	*/
  background: #FFFFFF;
}
.dropDownList li {
  text-overflow: ellipsis;
  overflow: hidden;
  /*height: 20px;*/
  /*1.6em;*/
}
.dropDownList li ul {
  /*  width: 470px;*/
  margin-top: 15px;
  top: 0px;
  left: -1px;
  color: #000000;
}
.dropDownList li ul li a,
.dropDownList li ul li a:visited,
.dropDownList li ul li a:hover,
.dropDownList li ul li a:focus,
.dropDownList li ul li a:active {
  padding: 1px 1px 1px 5px;
  font-family: Arial,Verdana;
  font-size: 12px;
  color: #000000;
}
.dropDownList li a img,
.dropDownList li ul li a img {
  border: none;
  vertical-align: middle;
  height: 16px;
  padding: 0 0 1px 1px;
}
.dropDownList li a span {
  padding-left: 1px;
  color: #000000;
  text-decoration: none;
}
a.dropDownListSelected,
a.dropDownListSelected:visited,
a.dropDownListSelected:hover,
a.dropDownListSelected:focus,
a.dropDownListSelected:active {
  font-family: Arial,Verdana;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
a.dropDownListSelected span {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
/* CSS Control Adapters http://www.codeplex.com/cssfriendly/SourceControl/DownloadSourceCode.aspx?changeSetId=9278 */
div.AspNet-CheckBoxList ul {
  list-style-type: none;
  /* removes bullet point */
  padding: 0px;
  /* removes list item white space */
  margin: 0px;
  /* removes list item white space */
}
li.AspNet-CheckBoxList-Item {
  white-space: nowrap;
  /* forces the checkbox button and text to be on the same line */
}
div.AspNet-RadioButtonList ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
li.AspNet-RadioButtonList-Item {
  white-space: nowrap;
  /* forces the radio button and text to be on the same line */
}
/* Begin warnbox */
div.warnbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
div.warnboxmini {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.warnbox img,
div.warnboxmini img {
  /*position: absolute;*/
  float: left;
  /*left: 35px;*/
}
div.warnbox div.msg,
div.warnboxmini div.msg {
  /*position: relative;*/
  /*margin-top: 5px;*/
  margin-left: 30px;
}
/* end warnbox */
/* Begin trianglebox */
div.trianglebox {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.trianglebox img {
  float: left;
}
div.trianglebox div.msg {
  margin-left: 20px;
}
/* end trianglebox */
/* Use this if there are images within the msg div. Used in OverviewHomework. */
/* Begin triangleimagebox */
div.triangleimagebox {
  padding-top: 2px;
  padding-bottom: 2px;
}
div.triangleimagebox div.img {
  float: left;
}
div.triangleimagebox div.msg {
  margin-left: 20px;
}
/* end triangleimagebox */
ul.ulTabBar {
  list-style-type: none;
  padding: 0 0 0 0px;
  margin: 10px 10px 8px 0px;
  padding-top: 10px;
}
ul.ulTabBar li {
  display: inline;
  background: #ffffff;
  font-weight: bold;
  padding: 8px 8px 10px 8px;
  margin-right: 5px;
  border: #e8e8e8;
  border-radius: 5px 5px 0px 0px;
}
ul.ulTabBar li.selectedTab {
  background: #e8e8e8;
  padding: 8px;
}
ul.ulTabBar li a,
ul.ulTabBar li a:link,
ul.ulTabBar li a:visited,
ul.ulTabBar li a:hover,
ul.ulTabBar li a:active {
  color: #A5A5A5;
  text-decoration: none;
}
ul.ulTabBar li.selectedTab a,
ul.ulTabBar li.selectedTab a:link,
ul.ulTabBar li.selectedTab a:visited,
ul.ulTabBar li.selectedTab a:hover,
ul.ulTabBar li.selectedTab a:active {
  color: Black;
}
a.courseIDLink,
a.courseIDLink:link,
a.courseIDLink:visited,
a.courseIDLink:hover,
a.courseIDLink:active,
.courseIDText {
  /*font-family: Consolas,Monaco,Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    letter-spacing:1px;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;*/
}
/* CA for edit dialogs, e.g., CustomQuestionBookLinks, CustomQuestionWizard, AddExternalMedia, etc. */
table.padrows tr td {
  padding-top: 5px;
}
/* MLD for headers that go above a grid, ex: results.aspx */
.gridtitle {
  font-size: 8.25pt;
}
/* MLD for footer on OverallScore.aspx */
.overallscore_footer {
  border-top: solid 1px black;
  background-color: #FFED95;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.pagingbackground {
  background-color: White;
}
/* Default "loading" panel css for jquery.ajax.js */
.ajaxLoading {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 1000;
  background-color: Gray;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
  text-align: center;
}
div.prereqOrSep {
  font-weight: bold;
  padding-left: 25px;
  margin-top: -6px;
  margin-bottom: -6px;
}
.RadMenu .rmGroup .rmText {
  padding: 1px 58px 1px 5px !important;
}
/* Workaround for disabling calendar and time pickers RAD controls */
/* Comment 19692 - date range export: edit fields should appear disabled if not selected (IE) */
.RadPicker_Default .rcDisabled img {
  /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
  opacity: 0.5;
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.5;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.5;
}
.highlightedBox {
  background-color: #ECECF6;
}
/*******************************/
/* START Custom Banners        */
/*******************************/
/* main wrapper */
div.banner {
  width: 100%;
  min-width: 550px;
  background-repeat: repeat-x;
  background-color: White;
}
/* top links and top info wrappers */
div.banner_navHeader {
  color: White;
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 2px;
}
/* top links */
ul.banner_topLinks {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.banner_topLinks li {
  color: White;
  display: inline;
  margin: 0;
  padding: 0 0 0 5px;
  width: 100%;
}
ul.banner_topLinks li.timePlayer {
  border-left-width: 0px;
  font-weight: bold;
}
ul.banner_topLinks li a,
ul.banner_topLinks li a:link,
ul.banner_topLinks li a:visited,
ul.banner_topLinks li a:hover,
ul.banner_topLinks li a:active {
  color: White;
  text-decoration: underline;
}
/* top info */
div.banner_topInfo {
  color: White;
  font-size: 9.75pt;
}
div.banner_topInfo_player {
  color: White;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 5px;
}
ul.banner_topInfo,
ul.banner_topInfo_player {
  margin: 0px 0px 0px 0px;
}
ul.banner_topInfo li,
ul.banner_topInfo_player li {
  display: inline;
  padding-left: 15px;
}
ul.banner_topInfo_player li.timePlayer {
  border-left-width: 0px;
  font-weight: bold;
}
/*******************************/
/* END Custom Banners          */
/*******************************/
/***********************************/
/* START Knewton & Default Banners */
/***********************************/
/* main wrapper */
div.improvedBanner,
div.improvedBanner_skinny {
  height: 50px;
  width: 100%;
  min-width: 900px;
  background-repeat: repeat-x;
  background-color: White;
}
div.improvedBanner_skinny {
  height: 18px;
}
/* logo */
img.improvedBanner_logo {
  margin-top: 14px;
  margin-left: 25px;
  background-repeat: no-repeat;
}
/* top links and top info wrappers */
div.improvedBanner_navHeader,
div.improvedBanner_navHeader_skinny {
  color: White;
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
  margin-right: 15px;
  margin-top: 5px;
}
div.improvedBanner_navHeader_skinny {
  margin-top: 0px;
}
/* top links */
ul.improvedBanner_topLinks {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.improvedBanner_topLinks li {
  color: White;
  display: inline;
  margin: 0;
  padding: 0px 0px 0px 20px;
  width: 100%;
}
ul.improvedBanner_topLinks li.timePlayer {
  border-left-width: 0px;
  font-weight: normal;
}
ul.improvedBanner_topLinks li a,
ul.improvedBanner_topLinks li a:link,
ul.improvedBanner_topLinks li a:visited,
ul.improvedBanner_topLinks li a:active {
  color: White;
  font-size: 12px;
  font-family: Verdana;
  font-weight: normal;
  text-decoration: none;
}
ul.improvedBanner_topLinks li a:hover {
  font-weight: normal;
  text-decoration: underline;
}
img.improvedBanner_helpIcon {
  margin-right: 3px;
  background-repeat: no-repeat;
  vertical-align: top;
}
/* top info */
ul.improvedBanner_topInfo,
ul.improvedBanner_topInfo_player {
  list-style: none outside none;
  margin: 0;
  padding: 8px 0px 0px 0px;
  width: 100%;
}
ul.improvedBanner_topInfo_player_skinny {
  list-style: none outside none;
  margin: 0;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
ul.improvedBanner_topInfo li,
ul.improvedBanner_topInfo_player li,
ul.improvedBanner_topInfo_player_skinny li {
  display: inline;
  margin: 0;
  padding: 0px 0px 0px 12px;
  width: 100%;
}
ul.improvedBanner_topInfo_player li.timePlayer,
ul.improvedBanner_topInfo_player_skinny li.timePlayer {
  border-left-width: 0px;
}
span.improvedBanner_username {
  font-size: 16px;
  font-family: Verdana;
}
div.improvedBanner_topInfo,
div.improvedBanner_topInfo_player,
div.improvedBanner_topInfo_player_cc,
div.improvedBanner_topInfo_player_cc_skinny,
span.improvedBanner_datetime {
  font-size: 12px;
  font-family: Verdana;
}
div.improvedBanner_topInfo_player {
  color: White;
}
div.improvedBanner_topInfo_player_cc {
  padding-top: 15px;
}
div.improvedBanner_topInfo_player_cc_skinny {
  padding-top: 0px;
}
/*********************************/
/* END Knewton & Default Banners */
/*********************************/
/*********************************/
/* START IP Address Range        */
/*********************************/
input.ipOctet {
  background-color: white;
}
input.ipOctet_alt {
  background-color: #F7F4DA;
}
/*********************************/
/* END IP Address Range          */
/*********************************/
.GrayOut {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.redText {
  color: #ff0000;
}
.redTextBold {
  color: #ff0000;
  font-weight: bold;
}
.reminderPanel {
  padding-bottom: 10px;
}
table.grid td a.noUnderline {
  text-decoration: none;
}
#tblChapterNav tbody tr {
  height: 33px;
}
/** feedback button css ***/
#dvFeedback:hover {
  left: -5px;
}
#dvFeedback {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  display: block;
  position: fixed;
  width: 17px;
  top: 4px;
  left: -9px;
  text-align: left;
  padding: 25px 0px 0px 7px;
  z-index: 999995;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  transition: right 0.5s;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(left, #ffffff, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #ffffff);
  background-image: linear-gradient(left, #ffffff, #ffffff);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#dvFeedback div {
  position: absolute;
  display: block;
  height: 100%;
  top: 7px;
  width: 100%;
  font-weight: bold;
  font-size: 8px;
  color: #000;
  font-family: "Verdana", "Arial", "Helvetica";
}
.RadPicker {
  display: inline-block !important;
}
div.unsuccess {
  padding-left: 25px;
}
table.ChangePassword tr td {
  height: 30px;
}
table.BatchResetError tr td {
  height: 25px;
}
table.BatchResetError tr td.pwdstudentname {
  width: 150px;
}
table.BatchResetError tr td.pwdusername {
  width: 150px;
}
table.BatchResetError tr td.ErrorHeader {
  color: #ff0000;
}
.panel-body-white {
  background-color: #fff;
}
.xlbootstrap .custom-footer {
  padding: 0 15px;
}
/*XL-4190 : Add Assignment Status Filter to Assignment Manager*/
#AssignmentStatusFilter {
  height: 20px;
}
#AssignmentStatusFilter p {
  float: left;
  margin-top: 2px;
}
#AssignmentStatusFilter input {
  margin-top: 4px;
}
/* Popover (Jquery UI Dialog) */
/* Dialog
----------------------------------*/
.ui-dialog.ui-widget-content.popover {
  position: absolute;
  padding: 0;
  width: 300px;
  overflow: hidden;
  background: none;
  background-color: white !important;
  border: 1px solid #dddddd;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  /*
    .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
    */
  /*
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
	    border: 1px solid #777;
	    background: none; // #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	    font-weight: bold;
	    color: #c77405;
    }
    .ui-state-hover a,
    .ui-state-hover a:hover,
    .ui-state-hover a:link,
    .ui-state-hover a:visited {
	    color: #c77405;
	    text-decoration: none;
    }
    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
	    border: 1px solid #777;
	    background: none; // #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	    font-weight: bold;
	    color: #eb8f00;
    }
        */
}
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar {
  color: #434343;
  height: initial;
  padding: .5em 1em .3em;
  position: relative;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #D3D3D3;
  border: solid 1px #CCC;
  font-weight: bold;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar-close.ui-state-focus,
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar-close.ui-state-hover,
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar-close.ui-state-active {
  border: 1px solid #777;
  background: none;
  font-weight: bold;
  color: #c77405;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar-close span {
  display: block;
  margin: 0px;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .1em .1em;
  background: none;
  overflow: auto;
  zoom: 1;
  overflow: hidden;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
}
.ui-dialog.ui-widget-content.popover .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
  border-radius: 0;
  background: initial;
}
.ui-dialog.ui-widget-content.popover .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog.ui-widget-content.popover .ui-icon {
  background-image: url(/Common/images/ui-icons_222222_256x240.png);
}
.ui-dialog.ui-widget-content.popover .ui-icon-closethick {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: initial;
  background-position: -96px -128px;
}
.ui-dialog.ui-widget-content.popover .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
}
.xlbootstrap3 TD.diwpracticebarNextGen,
SPAN.diwpracticebarNextGen {
  padding-left: 9px;
  font-weight: normal;
  background-color: #FFF;
  color: #4d4d4d;
  font-size: 32px;
  height: 25px;
}
.xlbootstrap3 TD.diwpracticeheadNextGen,
SPAN.diwpracticeheadNextGen {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 32px;
}
.xlbootstrap3 TD.diwpracticeTitlebarNextGen {
  border-bottom: 1px solid #cbd1dc;
}
.xlbootstrap3 TD.diwpracticebar {
  background-color: #FFF;
  color: #4d4d4d;
  font-size: 32px;
  font-weight: normal;
  height: 38px;
  border-bottom: 1px solid #cbd1dc;
}
.xlbootstrap3 TD.diwobjectivebar {
  background-color: #FFF;
  height: 38px;
}
.xlbootstrap3 TD.diwpracticehead {
  background-color: #FFF;
  color: #4d4d4d;
  font-size: 32px;
  font-weight: normal;
  height: 38px;
}
@media screen {
  #printSection {
    display: none;
  }
}
@media print {
  #printSection,
  #printSection * {
    visibility: visible;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}
/*********************************/
/* START Respondus Monitor       */
/*********************************/
.xlbootstrap3 .respondus-alert {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-size: 14px;
  position: relative;
}
.xlbootstrap3 .respondus-alert.alert-margin {
  margin-bottom: 10px;
}
.xlbootstrap3 .respondus-alert > p,
.xlbootstrap3 .respondus-alert > p.respondus-alert-warning {
  margin-top: 2px;
  margin-bottom: 0px;
  color: #C73F00;
}
.xlbootstrap3 .respondus-alert a.respondus-alert-link:link,
.xlbootstrap3 .respondus-alert a.respondus-alert-link:visited,
.xlbootstrap3 .respondus-alert a.respondus-alert-link:hover,
.xlbootstrap3 .respondus-alert a.respondus-alert-link:active {
  color: #C73F00;
  text-decoration: underline;
}
.xlbootstrap3 .respondus-alert-warning {
  background-color: #FDF6B6;
  border-bottom-color: #F2DC89;
  border-top: none;
  color: #4D4D4D;
  display: inline-block;
}
.xlbootstrap3 .respondus-alert-warning:before {
  content: '\f071';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 0px;
  color: #C73F00;
  font-size: 20px;
}
/* for success */
.xlbootstrap3 .respondus-alert-success {
  background-color: #dff0d8;
  border-bottom-color: #d6e9c6;
  border-top: none;
  color: #3c763d;
  display: inline-block;
  padding-left: 12px;
}
.xlbootstrap3 .respondus-alert-success:before {
  font-family: "FontAwesome";
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 10px;
  color: #3c763d;
  font-size: 20px;
}
.xlbootstrap3 .respondus-alert-success .respondusAlertClose {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  border: none;
}
.pilot.xlbootstrap3 .well a.alert-link-success {
  color: #3c763d;
  text-decoration: underline;
}
.xlbootstrap3 .respondus-alert-success a.alert-link-success {
  color: #3c763d;
  text-decoration: underline;
}
.footer-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*********************************/
/* END Respondus Monitor         */
/*********************************/
#display_week {
  min-width: 325px;
  padding: 5px;
}
#month_year {
  font-size: 14px;
  font-weight: bold;
}
div.divAvailable {
  width: 100%;
}
div.icon-container {
  position: relative;
  height: 120px;
}
div.day-announce {
  float: right;
  padding-right: 0px;
}
.popupHeader {
  width: 80%;
  float: left;
  height: 20px;
  padding-left: 3px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
#boxes .window {
  min-height: 75px;
  display: none;
  z-index: 9999;
  padding: 2px;
  background-color: #FFFFE1;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  font-size: 11px;
  font-weight: bold;
}
#boxes .dialog {
  width: 375px;
}
#boxes .assignmentIcon {
  vertical-align: middle;
}
div.divDue {
  width: 100%;
}
#calendar {
  border-top: 1px solid #a5b0d0;
  border-left: 1px solid #a5b0d0;
  border-right: 1px solid #a5b0d0;
  border-bottom: 1px solid #a5b0d0;
  width: 670px;
  float: left;
}
div.day-number {
  padding: 0px;
  color: #252525;
  float: left;
}
.popupClose {
  float: right;
  font-size: 14px;
  text-align: right;
}
div.day-assignments {
  position: absolute;
  padding-left: 2px;
  padding-top: 2px;
}
.popupDataContainer {
  min-height: 50px;
  height: 105%;
}
#calendar_view {
  font-size: 11px;
}
#calendar_view tr.selected-week {
  border-top: 2px double #3476b2;
  border-left: 2px double #3476b2;
  border-right: 2px double #3476b2;
  border-bottom: 2px double #3476b2;
}
#calendar_view thead tr {
  height: 16px;
  background-image: url(images/calendar_header_bg.png);
}
#calendar_view tbody {
  border-collapse: collapse;
  border-right: 1px solid #5291cc;
  border-bottom: 1px solid #5291cc;
}
#calendar_view tbody tr.six-rows {
  height: 120px;
}
#calendar_view tbody td.inactive {
  color: #999999;
  background-color: #F5F5F5;
  font-weight: normal;
}
#calendar_view tbody tr.selected-week td.today {
  border: 2px double #f2c080;
}
#calendar_view tbody td {
  border-top: 1px solid #5291cc;
  border-left: 1px solid #5291cc;
  width: 92px;
  height: 120px;
  vertical-align: top;
  padding: 2px;
  background-color: white;
}
#calendar_view tbody td.today {
  background-color: #F7F4DA;
  border-left: solid 2px #3366FF;
  border-right: solid 2px #3366FF;
  border-top: solid 2px #3366FF;
  border-bottom: solid 2px #3366FF;
  font-weight: bold;
}
#calendar_view tbody tr.five-rows {
  height: 120px;
}
#calendar_view #toolTipBody {
  background-color: #FFFFE1;
  border-color: #000000;
  max-width: 600px;
  padding-left: 2px;
  padding-bottom: 0;
  padding-top: 3px;
}
#calendar_view #toolTipBody .dayHeader {
  font-size: 11px;
  padding-bottom: 2px;
  float: left;
  padding-top: 3px;
  height: 20px;
  padding-top: 2px;
}
#calendar_view #toolTipBody div img {
  vertical-align: middle;
}
#calendar_view #toolTipBody .itemRow {
  font-size: 11px;
  padding-bottom: 2px;
  float: right;
  padding-left: 3px;
  padding-top: 0px;
}
#calendar_view .availableHeader {
  min-height: 16px;
}
#calendar_view .dueHeader {
  min-height: 16px;
}
#mask {
  position: absolute;
  z-index: 9000;
  background-color: #ffffff;
  display: none;
}
table#month_navigate td#month_navigate_col {
  text-align: center;
  margin: auto;
  height: 30px;
  width: 670px;
}
table#month_navigate tr.month_navigate_header_row {
  background-color: #FFED95;
  height: 30px;
  border-bottom: none;
}
.mobilePopupRow {
  width: 100%;
  padding-left: 2px;
  padding-top: 2px;
  float: left;
  font-size: 14px;
}
div.day-label {
  text-align: center;
  font-size: 11px;
}
table#calendar_view {
  width: 670px;
  vertical-align: top;
  height: 500px;
}
table#calendar_view thead {
  height: 15px;
}
div.icon-six-rows {
  top: 15px;
  width: 90px;
}
div.icon-five-rows {
  top: 15px;
  width: 90px;
}
/* Global */
a img {
  border: none;
}
/* Containers */
#db_container {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
  font-size: 12px;
}
#db_inner_container {
  width: 752px;
  /* 768 (outer) - 8 (pad-left) - 8 (pad-right) */
  margin-left: 8px;
  margin-right: 8px;
}
#db_left_container {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 408px;
}
#db_right_container {
  float: left;
  margin-bottom: 8px;
  width: 336px;
  /* 752 (inner) - 408 (left) - 8 (pad) */
}
.outer_container {
  float: left;
  width: 768px;
}
.left_container_shared {
  padding-right: 8px;
  width: 392px;
}
.left_container_full {
  width: 100%;
}
/* Top Rounded Corner */
#db_top_corner {
  float: left;
  width: 8px;
  background-image: url('dashboard/images/bckgrdcrv_topL.png');
  background-repeat: no-repeat;
  background-position: left;
}
#db_top {
  position: relative;
  float: left;
  width: 760px;
  /* 768 (outer) - 8 (img width) */
}
/* Main Formatting */
#db_top_tab {
  float: right;
  width: 186px;
  height: 24px;
  background-image: url('dashboard/images/db_top_tab.png');
  background-repeat: no-repeat;
  background-position: left;
}
#course_title {
  float: left;
  color: #14488A;
  font-weight: bold;
}
.clear {
  clear: both;
}
.rounded_padding {
  height: 8px;
}
.padded {
  padding: 8px;
}
.padded-right {
  padding-right: 8px;
}
.outer_background {
  background-color: #CEDEF2;
}
/* Font Sizes */
.small {
  font-size: 10px;
}
.small_11 {
  font-size: 11px;
}
.medium {
  font-size: 14px;
}
.medium_15 {
  font-size: 15px;
}
.large {
  font-size: 16px;
}
.exlarge {
  font-size: 18px;
}
/* Calendar */
#db_calendar_container {
  float: left;
  margin-bottom: 8px;
}
div.cal_container_topleft {
  float: left;
  width: 8px;
  background-image: url('dashboard/images/cal_tblcrv_topL.png');
  background-repeat: no-repeat;
  background-position: left;
}
div.cal_container_cap {
  float: left;
  width: 736px;
  /* 752 (inner) - 8 (pad-left) - 8 (pad-right) */
}
div.cal_container_topright {
  float: right;
  width: 8px;
  background-image: url('dashboard/images/cal_tblcrv_topR.png');
  background-repeat: no-repeat;
  background-position: right;
}
div.cal_container_bottomleft {
  float: left;
  width: 8px;
  background-image: url('dashboard/images/cal_tblcrv_botL.png');
  background-repeat: no-repeat;
  background-position: left;
}
div.cal_container_bottomright {
  float: right;
  width: 8px;
  background-image: url('dashboard/images/cal_tblcrv_botR.png');
  background-repeat: no-repeat;
  background-position: right;
}
div.cal_container_body {
  padding-left: 8px;
  padding-right: 8px;
}
div.cal_container_background {
  background-color: #668FC2;
}
/* Coming Soon */
#db_comingsoon_container {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.cs_title_topleft {
  height: 8px;
  width: 8px;
  background-image: url('dashboard/images/cs_tblcrv_topL.png');
  background-repeat: no-repeat;
  background-position: left;
}
.cs_title_topright {
  height: 8px;
  width: 8px;
  background-image: url('dashboard/images/cs_tblcrv_topR.png');
  background-repeat: no-repeat;
  background-position: right;
}
.cs_title_background {
  background-color: #4977B2;
}
div.cs_title_body {
  padding-left: 8px;
  padding-right: 8px;
}
#cs_title {
  float: left;
  color: white;
  font-weight: bold;
  position: relative;
  top: -4px;
}
#cs_title_course_docs a {
  float: left;
  color: #4977B2;
  font-weight: bold;
  position: relative;
  top: -4px;
  font-size: 11px;
  padding: 3px;
}
div.cs_container_body {
  width: 100%;
  float: left;
  position: relative;
}
.cs_container_background {
  background-color: white;
}
#cs_list {
  float: left;
  padding: 4px;
}
div.upcoming_list_due {
  width: 277px;
}
div.upcoming_list {
  width: auto;
}
div.upcoming_list_due {
  width: 277px;
}
div.upcoming_list {
  width: auto;
}
#cs_list img,
#cs_list a,
#cs_list span {
  padding: 5px;
  padding-bottom: 0px;
  padding-top: 7px;
  font-weight: normal;
}
/* Next Due */
#nextdue_container {
  float: left;
  width: 106px;
  height: 75px;
  margin-right: 1px;
  background-image: url('dashboard/images/nxtdue_bckgrd_grdient.png');
  background-repeat: repeat-x;
}
#next_due_text {
  font-size: 14px;
  color: #303235;
}
#nextdue_counter_text {
  position: relative;
  top: 5px;
}
#nextdue_counter {
  height: 30px;
  width: 70px;
  background-image: url('dashboard/images/nxtdue_clockbckgrd.png');
  background-repeat: no-repeat;
}
#nextdue_counter_label {
  height: 14px;
  width: 70px;
  background-image: url('dashboard/images/nxtdue_unitlabel.png');
  background-repeat: no-repeat;
}
#nextdue_counter_label td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  color: #616364;
  padding-right: 3px;
}
td.nextdue_couter_comp {
  color: white;
}
/* Announcements */
#db_announcement_container {
  float: left;
  position: relative;
  left: -16px;
  width: 100%;
  padding-right: 16px;
  background: white;
}
#BookCoverScalingContainer {
  float: right;
  margin-left: 15px;
  width: 82px;
}
#BookCover {
  vertical-align: middle;
  height: 100%;
}
div.ann_body {
  width: 100%;
  float: left;
  padding-left: 16px;
}
td.announcement_all {
  vertical-align: middle;
  padding-right: 8px;
}
#announcement_all_link {
  font-weight: bold;
  color: #4772AC;
}
div.announcement_entry {
  float: left;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-right: 8px;
}
div.announcement_entry ul {
  padding-left: 0px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
div.announcement_entry ul li {
  margin-bottom: 5px;
}
div.announcement_entry ul li.last {
  margin-bottom: 0px;
}
div.announcement_title_container {
  float: left;
  height: 32px;
  width: 100%;
  background-image: url('dashboard/images/an_title_grdient.png');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  left: -8px;
}
span.announcement_title {
  float: left;
  color: #4772AC;
  font-weight: bold;
  padding: 8px;
}
span.announcement_date {
  padding: 8px;
  float: right;
}
a.more {
  color: #4977B2;
  font-weight: bold;
  white-space: nowrap;
}
#announcement_header {
  float: left;
  color: #4772AC;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}
#announcement_header A,
#announcement_header A:visited,
#announcement_header A:active,
#announcement_header A:link,
#announcement_header A:hover {
  color: #4772AC;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}
/* Progress Results */
#db_results_container {
  width: 100%;
  float: left;
}
div.results_header {
  float: left;
  background-image: url('dashboard/images/mr_title_bck.png');
  background-repeat: no-repeat;
  background-position: top;
  height: 24px;
  width: 100%;
}
div.results_body {
  width: 100%;
  background-image: url('dashboard/images/ct_bckgrd_grdient.png');
  color: white;
  float: left;
}
#myprogress_body {
  float: left;
  width: 100%;
  background-image: url('dashboard/images/myprg_bckgrd_grdient.png');
}
#myresults_title {
  color: white;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
  top: 2px;
}
#myprogress_title {
  color: white;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
  top: 2px;
}
#recentachievement_title {
  color: white;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
  top: 2px;
}
#recentachievement_table {
  background-color: white;
}
#recentachievements_loading {
  padding: 8px;
  background-color: white;
  color: #205599;
  height: 100px;
}
.recentachievement_text {
  color: #205599;
  width: 100%;
  padding-left: 4px;
}
#myprogress_summary {
  color: #fff;
  font-size: 13px;
  width: 100%;
  background-image: url('dashboard/images/myprg_botpanel_grdient.png');
}
#myprogress_summary div {
  padding-left: 30px;
}
#myprogress_spacer {
  height: 1px;
  width: 100%;
  float: left;
  background: #3f79b3;
}
/******************* 
** Scatter Graph 
********************/
#scattergraph {
  width: 100%;
  height: 145px;
}
.tickLabel {
  font-size: 11px;
}
table.graphY {
  /*color: #B6CBE1;*/
  position: relative;
  top: -8px;
  font-size: 11px;
  width: 100px;
}
.graphYStartDate {
  padding-left: 8px;
}
.graphYEndDate {
  padding-right: 8px;
}
#container_scattergraph {
  position: relative;
  left: -5px;
}
.scatterGraphNoData {
  color: #205599;
}
/******************* 
** Calendar
********************/
.wcDayBlock {
  border: solid 2px #5190d1;
  width: 98px;
  background: white;
}
.wcTodayBlock {
  border: solid 2px #f2c175;
}
.wcDayNum {
  color: #999;
  font-weight: bold;
  font-size: 11px;
  padding-right: 2px;
}
.wcEventList {
  padding: 2px;
  width: 97px;
  height: 35px;
}
.wcEventText {
  float: left;
  font-size: 11px;
}
.wcEventText img {
  vertical-align: middle;
  padding: 0px 2px 0px 2px;
}
.wcMonth {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-bottom: 4px;
  color: #99B7D7;
}
.wcDayOfWeek {
  /*background-color: #78A1CD;*/
  background: url('dashboard/images/cal_bckgrd_wkdys.png');
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  padding: 5px;
  color: #99B7D7;
}
.wcDayOfWeek td {
  width: 14.2%;
}
.wcMonth {
  background: #668FC2;
}
/******************* 
** Stacked Progress
********************/
#stackedProgress {
  width: 278px;
  height: 25px;
}
#overlay_scattergraph table {
  width: 280px;
}
#stackedProgressText {
  padding-left: 4px;
}
.stackedProgressNoData {
  color: #205599;
}
/******************* 
** Assignment Progress
********************/
.assignmentProgress {
  width: 257px;
  height: 18px;
}
.assignmentProgress_spacer {
  width: 100%;
  height: 5px;
}
.progress_icon {
  padding-right: 4px;
  vertical-align: middle;
}
.progressbartext {
  padding-left: 4px;
}
/******************* 
** Tool tips
********************/
#toolTipBody {
  background-color: White;
  min-width: 150px;
  max-width: 350px;
  border: 1px solid #c0c0c0;
  color: black;
  text-indent: 0;
  padding: 8px;
  overflow: auto;
}
#studyplan_upcoming {
  float: left;
  padding-left: 0px;
  padding-bottom: 8px;
  padding-top: 5px;
}
span#studyplan_img {
  float: left;
  padding: 0px;
}
img#recommendationPin {
  padding-top: 3px;
  padding-left: 0px;
}
span#studyplan_link {
  padding: 1px;
  float: left;
}
span.study_plan_rec_due {
  width: 240px;
}
span.study_plan_rec {
  width: 350px;
}
#studyplan_link a {
  font-weight: normal;
  padding: 0px;
}
#cs_list_bottom {
  float: left;
  min-height: 8px;
}
div#knewton_disabled {
  color: red;
  padding-left: 8px;
  float: left;
  padding-bottom: 5px;
}
span#studyplan_tooltip_img {
  padding-top: 3px;
  float: left;
}
span#studyplan_tooltip {
  float: left;
  max-width: 200px;
  padding-top: 3px;
}
a.selectedlink,
a:visited.selectedlink,
a:active.selectedlink,
a:link.selectedlink,
a:hover.selectedlink {
  background-color: #FAED81;
}
a.nonselectedlink,
a:visited.nonselectedlink,
a:active.nonselectedlink,
a:link.nonselectedlink,
a:hover.nonselectedlink {
  background-color: #FFFFFF;
}
TD.dataheaderlight {
  background-color: #E4E7AE;
  font-size: 9pt;
  font-family: Arial;
  color: black;
  font-weight: bold;
}
TD.data {
  background-color: #FDFEE6;
  font-size: 9pt;
  font-family: Arial;
  color: #000000;
}
TD.border {
  background-color: #666666;
}
TABLE.background {
  background-color: #fdfee6;
}
.MenuDiv {
  padding-bottom: 1px;
}
.listheader {
  border-top: 0px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  border-bottom: 1px solid #e0e0e0;
  background-color: #e8e8e8;
}
/* Added by MAD - Use for tables of info where you want some default padding. */
TABLE.info TD {
  padding: 4px;
}
TABLE.info TH {
  font-weight: normal;
  background-color: #e8e8e8;
  padding: 4px;
  vertical-align: bottom;
}
TABLE.info TD.left,
TABLE.info TH.left {
  text-align: left;
}
TABLE.info TD.center {
  text-align: center;
}
TABLE.infodisabled TD {
  padding: 4px;
  color: #606060;
}
.listheader TD.bold {
  font-weight: bold;
}
.PagingSelected {
  float: left;
  background-color: #F5D60A;
  width: 18px;
  height: 5px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.Paging {
  float: left;
  background-color: #1A2FC0;
  width: 18px;
  height: 5px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
/**DASHBOARD**/
Table.dashboard {
  width: 170px;
  background-color: #F7F7DE;
}
.dashboard TH {
  font-size: 13px;
  font-weight: bold;
  background-color: #ffed95;
  border-bottom: solid 1px black;
  padding: 8px;
  color: #3F3F3F;
}
.dashboard TD {
  /* MAD font-size:11px; */
  padding: 5px 10px 0px 10px;
  background-color: #F7F7DE;
}
.dashboard A:link,
.dashboard A:Visited,
.dashboard A:Active,
.dashboard A:Hover {
  color: blue;
  text-decoration: underline;
}
.dashboard TH,
.dashboard TD.dashboardHeaderTD,
.dashboard TD.dashboardFooterTD {
  background-color: #FFEF94;
  border-bottom: 1px solid black;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  color: #333333;
}
ul.dashboard {
  list-style: none;
  background-color: #F7F7DE;
  padding: 0px;
  margin: 0px;
  width: 170px;
}
ul.dashboard li {
  padding-left: 9px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 8pt;
  background-repeat: no-repeat;
  background-position: 5px 10%;
}
/*
ul.dashboard li.dashboardheader h1
{
  line-height: 200%;
}*/
ul.dashboard li.dashboardheader,
ul.dashboard li.dashboardfooter {
  background-color: #FFEF94;
  border-bottom: 1px solid black;
  padding-top: 7px;
  padding-bottom: 6px;
  background-position: 5px 50%;
  /* center images in header or footer, don't top align */
}
ul.dashboard li.dashboardfooter {
  padding-top: 9px;
  padding-bottom: 8px;
}
ul.dashboard li h1,
ul.dashboard li h4 {
  margin: 0px;
  padding: 0px;
}
ul.dashboard li h1 {
  font-size: 11pt;
}
ul.dashboard li h4 {
  /*font-weight: normal;*/
  font-size: 12px;
}
ul.dashboard li.dashboardseparator {
  margin: 0px;
  padding: 0px;
  margin-left: 9px;
  margin-right: 3px;
  margin-top: 3px;
  border-top: #C6C6C6 1px dashed;
  overflow: hidden;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  /* needed for IE to collapse to 1 px */
}
/* IE whitespace bug in LI - alternate fix, in our case we can change with line height since it's just a separator
http://www.hicksdesign.co.uk/journal/ie-whitespace-bug
*/
/*
ul.dashboard li.dashboardseparator
{
	float: left;
	clear: left;
}
*/
/*ul.dashboard >li.dashboardseparator {
float: none;
}*/
ul.dashboard li.icon {
  padding-left: 27px;
}
/*

ul.dashboard li.iconhomework
{
  background-image: url(images/icon_homework.gif);
}

ul.dashboard li.icontest
{
  background-image: url(images/icon_test.gif);
}

ul.dashboard li.iconquiz
{
  background-image: url(images/icon_quiz.gif);
}

ul.dashboard li.iconoverall
{
  background-image: url(images/icon_overall_score.gif);
}

ul.dashboard li.iconwarn
{
  background-image: url(images/icon_warn.gif);
}
*/
ul.dashboard li.icontriangle {
  background-image: url(images/triangleright.gif);
}
ul.dashboard li.icontriangle a {
  font-weight: normal;
}
/* new style bullets */
ul.dashboard li.newbullet {
  position: relative;
  list-style: none;
  background-image: none;
  padding-left: 27px;
  min-height: 2em;
  /* min-height fast hack: http://www.dustindiaz.com/min-height-fast-hack */
  height: auto !important;
  height: 2em;
}
ul.dashboard li.newbullet img.bulletassignment {
  position: absolute;
  left: 2px;
}
ul.dashboard li.newbullet img.bulletoverall {
  position: absolute;
  left: 5px;
}
ul.bulletlist li img.bulletwarning,
ul.bulletlisthorizontal li img.bulletwarning {
  position: absolute;
  left: -1px;
  top: -2px;
}
/* Linked list for list of a tags with arrows */
ul.bulletlist,
ul.bulletlisthorizontal {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.bulletlist li,
ul.bulletlisthorizontal li {
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url("images/bullet.gif");
  padding-left: 15px;
}
ul.bulletlisthorizontal li {
  margin-right: 22px;
  padding-right: 0px;
}
ul.bulletlist li.relativeforicon,
ul.bulletlisthorizontal li.relativeforicon {
  padding-left: 25px;
  padding-right: 0px;
  position: relative;
  background-image: none;
}
ul.bulletlist li.topalign {
  background-position: 0px 4px;
}
ul.bulletlisthorizontal li A:visited,
ul.bulletlisthorizontal li A:active,
ul.bulletlisthorizontal li A:link {
  font-weight: normal;
}
ul.bulletlist li.strong,
ul.bulletlist li.strong A:visited,
ul.bulletlist li.strong A:active,
ul.bulletlist li.strong A:link,
ul.bulletlisthorizontal li.strong,
ul.bulletlisthorizontal li.strong A:visited,
ul.bulletlisthorizontal li.strong A:active,
ul.bulletlisthorizontal li.strong A:link,
ul.bulletlist li a {
  font-weight: bold;
}
ul.bulletlist li.noicon,
ul.bulletlisthorizontal li.noicon {
  background-image: none;
}
ul.bulletlisthorizontal li.noicon {
  padding-left: 0px;
}
/* Announcments Page Stuff */
.Ann {
  background-color: #F8F4DB;
  padding: 5px;
}
.AnnAlt {
  background-color: #FAFAF4;
  padding: 5px;
}
.AnnTitle {
  font-size: 13px;
  font-weight: bold;
  color: #373737;
}
.AnnText {
  font-size: 12px;
  color: #404040;
  line-height: 130%;
}
.AnnCourseTitle {
  font-size: 14px;
  font-weight: bold;
  color: #202020;
}
/* views and roster boxes for now */
/* - border #B3B3B3 */
/* - dark box #F8F4DB */
/* - headers #FFEF94 */
ul.contentbox {
  list-style: none;
  background-color: white;
  padding: 0px;
  margin: 0px;
  border: 1px solid #B3B3B3;
  border-top: none;
  width: 100%;
}
ul.contentbox li {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.contentbox li.alternatingRow {
  background-color: #F8F4DB;
}
ul.contentbox li.contentboxheader {
  background-color: #FFEF94;
  border-bottom: 1px solid #B3B3B3;
  padding-top: 7px;
  padding-bottom: 6px;
}
ul.contentbox li h4 {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
}
ul.contentbox li h4 A:visited,
ul.contentbox li h4 A:active,
ul.contentbox li h4 A:link {
  font-weight: normal;
}
ul.contentbox li h4 A.selected:visited,
ul.contentbox li h4 A.selected:active,
ul.contentbox li h4 A.selected:link {
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: default;
}
TABLE.pageheadercoord {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #59B55E;
  background-color: #E3FBE5;
}
TABLE.pageheader TD.icons {
  background-repeat: repeat-x;
  background-image: url("images/pageheader_line.gif");
}
TABLE.pageheadercoord TD.icons {
  padding-right: 5px;
}
TABLE.pageheadermember TD.icons {
  background-repeat: repeat-x;
  background-image: url("images/pageheader_memberline.gif");
}
TABLE.pageheader TD.title,
TABLE.pageheadercoord TD.title,
TABLE.pageheadermember TD.title {
  padding-right: 5px;
}
TABLE.pageheadercoord TD.title {
  padding-left: 5px;
}
TABLE.pageheader TD H1,
TABLE.pageheadercoord TD H1,
TABLE.pageheadermember TD H1 {
  font-size: 15px;
  font-weight: bold;
}
.leftnavcategory {
  color: #244BA5;
  font-size: 14px;
  font-weight: bold;
}
.exerciseCountDisabled,
A.exerciseCountDisabled:link,
A.exerciseCountDisabled:hover,
A.exerciseCountDisabled:visited,
A.exerciseCountDisabled:selected {
  color: #909090;
}
ul.coursesList {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.coursesList li {
  padding-left: 9px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8pt;
  background-repeat: no-repeat;
  background-position: 5px 50%;
}
ul.coursesList li.icon {
  padding-left: 27px;
}
ul.coursesList li.iconcourse {
  padding-left: 27px;
  background-image: url(images/course.gif);
}
ul.coursesList li.iconmaster {
  padding-left: 27px;
  background-image: url(images/icon_master.gif);
}
ul.coursesList li.iconmasterspace {
  margin-left: 20px;
  padding-left: 27px;
  background-image: url(images/icon_master.gif);
}
div.warnbox div.msg {
  margin-top: 5px;
}
#listOrderHeader {
  background-color: #e8e8e8;
}
#listOrderHeader th a {
  color: #252525;
  font-weight: normal;
}
/* --- Foundation style color themes*/
TABLE.YellowHeader,
TABLE.YellowHeader TD {
  background-color: #e8e8e8;
}
TABLE.grid TR.alternatingRow {
  background-color: #fcfcfc;
}
TR.alternatingRow TD {
  background-color: #fcfcfc;
}
TABLE.grid TR.groupheaderOpenNoHeight {
  background-color: #e8e8e8 !important;
}
TABLE.grid {
  border-left-style: none;
  border-right-style: none;
  border-top-style: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
TABLE.grid TH {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
TABLE.grid TD DIV.go {
  margin-right: 4px;
}
TABLE.grid TR.groupheaderOpen {
  background-color: #e8e8e8;
  border-bottom-style: none;
  border-top-style: none;
}
TABLE.grid TR.groupheaderOpen TD {
  background-color: #e8e8e8;
  border-bottom: 0px none;
  border-top: 0px none;
}
TABLE.grid TR.groupheaderClosed {
  background-color: #e8e8e8;
}
TABLE.grid TR.groupheaderClosed TD {
  border-bottom: 1px solid #e8e8e8;
  border-top: 0 none;
}
TABLE.grid TD a {
  text-decoration: none;
}
TABLE.grid TD a:link,
TABLE.grid TD a:visited {
  text-decoration: none;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
  color: #047a9c;
  font-weight: normal;
}
TABLE.grid TH {
  background-color: #e8e8e8;
  border-top-style: none;
}
TABLE.grid TH a IMG {
  padding-left: 3px;
}
TABLE.grid TH.OutsideNoPad {
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid #e0e0e0;
  border-top-style: none;
}
TABLE.grid TH.Outside {
  border-bottom: 1px solid #e0e0e0;
  border-top-style: none;
}
TABLE.tree TR.Header {
  background-color: #e8e8e8;
}
TABLE.tree TR.NodeExpanded TD {
  background-color: #fcfcfc;
}
TABLE.tree TR.Header TH {
  border-bottom: 1px solid #e0e0e0;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  font-weight: normal;
}
TABLE.tree TR.Footer {
  background-color: 1px solid #e8e8e8;
}
TABLE.tree TR.Footer TD {
  border-bottom-style: none;
  border-top: 1px solid #e8e8e8;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
}
TABLE.bottombuttonstest TD {
  background-color: #b1c9f5;
}
TABLE.overviewtotals TD.standardtotal {
  background-color: #f4d582;
}
TABLE.overviewtotals TD {
  background-color: #f4d582;
}
TABLE.overview TD {
  background-color: #fcfcfc;
}
DIV.overview {
  background-color: #edf4ff;
}
TABLE.overviewtotalsreview TD,
TABLE.overviewtotalsreview TD.standardtotal,
TABLE.overviewtotalsreview TD.mediatotal {
  background-color: #dbe5f6;
}
TABLE.overviewreview TD {
  background-color: White;
}
TABLE.overviewtotalstest TD {
  background-color: #dbe5f6;
}
TABLE.bottombuttons TD {
  background-color: #b1c9f5;
}
TR.alt TD {
  background-color: #fcfcfc;
}
/* IRA Homework overview */
.ico_check {
  background: url('images/ico_check.png') no-repeat;
  padding-left: 30px;
  vertical-align: middle;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  margin-top: 3px;
}
.points {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
}
.ico_stop {
  background: url('images/ico_stop.png') no-repeat;
  padding-left: 30px;
  vertical-align: middle;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  margin-left: 1px;
}
.ico_half {
  background: url('images/ico_half.png') no-repeat;
  padding-left: 30px;
  vertical-align: middle;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
}
.not_answered {
  padding-left: 30px;
  vertical-align: middle;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  margin-left: 1px;
}
.objectiveRow td {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  width: 100%;
  background-color: #FFFFFF!important;
  background-repeat: repeat;
  padding-left: 10px;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  padding-top: 25px;
  padding: 12px;
}
.objectiveAlternateRow td {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  top: -20px;
  background-color: #edf4ff !important;
  background-repeat: repeat;
  width: 100%;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  padding-top: 25px;
  padding: 12px;
}
#lo {
  width: 100%;
  background-color: #ffed95;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
}
.skillbuilder {
  float: right;
  color: #4d4d4d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffeee8;
  width: 29%;
  min-height: 28%;
  height: 28%;
}
.skillLevelGrid tr > th {
  background-color: #f8f8f8;
}
div#toolbarcontainer {
  background-color: #EDF4FF;
}
ul#toolbar {
  list-style: none;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 4px;
  margin: 0;
  background-color: #EDF4FF;
  width: 100%;
  /*font-size: 10pt;
        font-family: Verdana;*/
  /*font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;*/
  font-size: 13px;
  color: #3D88DB;
  -moz-user-select: none;
  -khtml-user-select: none;
}
ul#toolbar A,
ul#toolbar A:active,
ul#toolbar A:link {
  color: #3D88DB;
  text-decoration: none;
}
ul#toolbar A.btn,
ul#toolbar A.btn:active,
ul#toolbar A.btn:link {
  color: #252525;
  text-decoration: none;
}
ul#toolbar li {
  display: inline;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  border-left: 2px ridge #D8D6D6;
  /*border-left: 2px solid #B3B3B3;*/
  padding: 0 0.2em 0 29px;
  cursor: pointer;
  /*margin: 0 0.4em 0 -0.4em;*/
  vertical-align: middle;
  line-height: 29px;
}
ul#toolbar li.noborder {
  border-left: 0px solid #B3B3B3;
  margin-left: 0px;
  /*background-position: 6px 50%;        */
}
ul#toolbar li.noicon {
  background-image: none;
  padding-left: 4px;
  /*margin-right: 1px;*/
  cursor: auto;
  /* MLD 11/8/10 - this was an attempt to fix alignment issues in toolbar. works in FF, but not in IE.
		 *		It also causes issues with certain instances of a toolbar on some pages.  */
  /* padding-top:8px;  */
}
ul#toolbar li.noiconnoborder {
  background-image: none;
  padding-left: 4px;
  /*margin-right: 1px;*/
  cursor: auto;
}
ul#toolbar #export {
  background-image: url(images/icon_tb_export.gif);
}
ul#toolbar li.incompletes,
ul#toolbar #incompletes {
  /*background-image: url(images/icon_tb_incompletes.gif);*/
  padding-left: 9px;
}
ul#toolbar li.incompletes img,
ul#toolbar #incompletes img {
  position: relative;
  top: 0px;
}
ul#toolbar li.weights {
  background-image: url(images/icon_tb_weights.gif);
}
ul#toolbar li.updatebook {
  background-image: url(images/icon_updatebook.gif);
}
ul#toolbar #roster,
ul#toolbar li.roster {
  background-image: url(images/icon_tb_roster.gif);
}
ul#toolbar #duedates,
ul#toolbar li.duedates {
  background-image: url(images/icon_tb_duedates.gif);
}
ul#toolbar #prereq,
ul#toolbar li.prereq {
  background-image: url(images/icon_tb_prereq.png);
}
ul#toolbar #assign {
  background-image: url(images/icon_tb_assign.gif);
}
ul#toolbar li.studentid {
  background-image: url(images/icon_tb_studentid.gif);
}
ul#toolbar li.enrollstudent {
  background-image: url(images/icon_tb_enrollstudent.gif);
}
ul#toolbar li.customsettings {
  background-image: url(images/icon_tb_customsettings.gif);
}
ul#toolbar li.homepagesettings {
  background-image: url(images/icon_homepge_settings.gif);
}
ul#toolbar li.resetpassword {
  background-image: url(images/icon_tb_lock.png);
}
/*Win IE browsers - hide from Mac IE\*/
* html ul#toolbar {
  height: 1%;
}
/*Mac IE 5*/
* html ul#toolbar li:first-child {
  border-left: 0;
}
#sampletoolbar,
ul.titletoolbar {
  list-style: none;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
  background-color: #A7CBFE;
  /*width: 520px;*/
  font-size: 10pt;
  font-family: Verdana;
  -moz-user-select: none;
  -khtml-user-select: none;
}
#sampletoolbar A,
#toolbar A:active,
#toolbar A:link,
ul.titletoolbar {
  color: black;
  text-decoration: none;
}
#sampletoolbar li,
ul.titletoolbar li {
  display: inline;
  padding: 0;
  margin: 0;
  border-left: 2px solid #B3B3B3;
  /*padding: 0 0.4em 0 29px;*/
  font-weight: bold;
}
#sampletoolbar li.noborder,
ul.titletoolbar li.noborder {
  border-left: 0px solid #B3B3B3;
  margin-left: 0px;
  /*background-position: 6px 50%;        */
}
/*Win IE browsers - hide from Mac IE\*/
* html #sampletoolbar {
  height: 1%;
}
* html ul.titletoolbar {
  height: 1%;
}
/*Mac IE 5*/
* html #sampletoolbar li:first-child {
  border-left: 0;
}
* html ul.titletoolbar li:first-child {
  border-left: 0;
}
#wizard,
.numberedList {
  list-style: none;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  background-color: #BED3FD;
  width: 100%;
  font-size: 9pt;
  font-family: Verdana;
  /*
        -moz-user-select: none;
        -khtml-user-select: none;
		*/
}
#wizard A,
#wizard A:active,
#wizard A:link,
#wizard A:selected,
#wizard A:visited {
  color: #0000FF;
  text-decoration: none;
}
#wizard A.inactive,
#wizard A.inactive:active,
#wizard A.inactive:link,
#wizard A.inactive:selected,
#wizard A.inactive:visited {
  color: #000000;
  text-decoration: none;
}
#wizard li,
.numberedList li {
  display: inline;
  padding: 0;
  margin: 0;
  height: 5px;
  background-repeat: no-repeat;
  background-position: 2px 0px;
  /*border-left: 2px solid #B3B3B3;*/
  padding-right: 50px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
#wizard li.wiznum A B {
  color: black;
  text-decoration: none;
}
#wizard li.wiznum A span {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
#wizard li.wizselnum A B {
  color: black;
  text-decoration: none;
}
#wizard li.wizselnum A span {
  color: black;
  text-decoration: none;
}
#wizard li A span {
  white-space: nowrap;
  text-decoration: none;
}
#wizard li.wiznum,
.numberedList span.num {
  background-image: url(images/nav_wizard_normal.gif);
  font-weight: normal;
}
#wizard li.wiznum A,
#wizard li.wiznum A:active,
#wizard li.wiznum A:link,
#wizard li.wiznum A:selected,
#wizard li.wiznum A:visited {
  font-weight: normal;
  text-decoration: none;
}
#wizard li.wiznum A.disabled,
#wizard li.wiznum A.disabled:active,
#wizard li.wiznum A.disabled:link,
#wizard li.wiznum A.disabled:selected,
#wizard li.wiznum A.disabled:visited {
  font-weight: normal;
  color: #606060;
  text-decoration: none;
  cursor: pointer;
}
#wizard li.wizselnum {
  background-image: url(images/nav_wizard_selected.gif);
  font-weight: bold;
}
#wizard li.wizselnum a,
#wizard li.wizselnum A,
#wizard li.wizselnum A:active,
#wizard li.wizselnum A:link,
#wizard li.wizselnum A:selected,
#wizard li.wizselnum A:visited {
  font-weight: bold;
  text-decoration: none;
}
#wizard li div.wizcurrent {
  /*sclear: both; */
  float: left;
  font-weight: bold;
  padding-left: 40px;
}
#wizard li div.wiznotcurrent {
  /*sclear: both; */
  float: left;
  font-weight: normal;
  padding-left: 40px;
}
DIV.WizardButtons {
  display: block;
  text-align: right;
  padding: 2px 2px 2px 2px;
  margin-top: 10px;
  /*width:100%; - uneeded and causes scrollbars due to box model issues cause of padding*/
}
/* Default float right */
DIV.WizardButtons DIV {
  float: right;
  padding-right: 5px;
  padding-left: 0px;
}
DIV.WizardButtons DIV.left {
  float: left;
  padding-left: 5px;
  padding-right: 0px;
}
DIV.WizardButtons DIV.hidden {
  display: none;
}
.numberedList {
  list-style: none;
  background-color: transparent;
  padding: 0px;
  margin-left: -2px;
}
.numberedList li {
  display: block;
  height: auto;
  padding-left: 0px;
  margin-bottom: 5px;
  cursor: text;
}
.numberedList li span.num {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 9pt;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.xlbootstrap {
  /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
}
.xlbootstrap article,
.xlbootstrap aside,
.xlbootstrap details,
.xlbootstrap figcaption,
.xlbootstrap figure,
.xlbootstrap footer,
.xlbootstrap header,
.xlbootstrap hgroup,
.xlbootstrap main,
.xlbootstrap nav,
.xlbootstrap section,
.xlbootstrap summary {
  display: block;
}
.xlbootstrap audio,
.xlbootstrap canvas,
.xlbootstrap video {
  display: inline-block;
}
.xlbootstrap audio:not([controls]) {
  display: none;
  height: 0;
}
.xlbootstrap [hidden] {
  display: none;
}
.xlbootstrap html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.xlbootstrap body {
  margin: 0;
}
.xlbootstrap a:focus {
  outline: thin dotted;
}
.xlbootstrap a:active,
.xlbootstrap a:hover {
  outline: 0;
}
.xlbootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.xlbootstrap abbr[title] {
  border-bottom: 1px dotted;
}
.xlbootstrap b,
.xlbootstrap strong {
  font-weight: bold;
}
.xlbootstrap dfn {
  font-style: italic;
}
.xlbootstrap hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.xlbootstrap mark {
  background: #ff0;
  color: #000;
}
.xlbootstrap code,
.xlbootstrap kbd,
.xlbootstrap pre,
.xlbootstrap samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.xlbootstrap pre {
  white-space: pre-wrap;
}
.xlbootstrap q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.xlbootstrap small {
  font-size: 80%;
}
.xlbootstrap sub,
.xlbootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.xlbootstrap sup {
  top: -0.5em;
}
.xlbootstrap sub {
  bottom: -0.25em;
}
.xlbootstrap img {
  border: 0;
}
.xlbootstrap svg:not(:root) {
  overflow: hidden;
}
.xlbootstrap figure {
  margin: 0;
}
.xlbootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.xlbootstrap legend {
  border: 0;
  padding: 0;
}
.xlbootstrap button,
.xlbootstrap input,
.xlbootstrap select,
.xlbootstrap textarea {
  font-family: inherit;
  font-size: 100%;
}
.xlbootstrap button,
.xlbootstrap input {
  line-height: normal;
}
.xlbootstrap button,
.xlbootstrap select {
  text-transform: none;
}
.xlbootstrap button,
.xlbootstrap html input[type="button"],
.xlbootstrap input[type="reset"],
.xlbootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.xlbootstrap button[disabled],
.xlbootstrap html input[disabled] {
  cursor: default;
}
.xlbootstrap input[type="checkbox"],
.xlbootstrap input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.xlbootstrap input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.xlbootstrap input[type="search"]::-webkit-search-cancel-button,
.xlbootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.xlbootstrap button::-moz-focus-inner,
.xlbootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.xlbootstrap textarea {
  overflow: auto;
  vertical-align: top;
}
.xlbootstrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  .xlbootstrap * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .xlbootstrap a,
  .xlbootstrap a:visited {
    text-decoration: underline;
  }
  .xlbootstrap a[href]:after {
    content: " (" attr(href) ")";
  }
  .xlbootstrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .xlbootstrap .ir a:after,
  .xlbootstrap a[href^="javascript:"]:after,
  .xlbootstrap a[href^="#"]:after {
    content: "";
  }
  .xlbootstrap pre,
  .xlbootstrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .xlbootstrap thead {
    display: table-header-group;
  }
  .xlbootstrap tr,
  .xlbootstrap img {
    page-break-inside: avoid;
  }
  .xlbootstrap img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  .xlbootstrap p,
  .xlbootstrap h2,
  .xlbootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .xlbootstrap h2,
  .xlbootstrap h3 {
    page-break-after: avoid;
  }
  .xlbootstrap .navbar {
    display: none;
  }
  .xlbootstrap .table td,
  .xlbootstrap .table th {
    background-color: #fff !important;
  }
  .xlbootstrap .btn > .caret,
  .xlbootstrap .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .xlbootstrap .label {
    border: 1px solid #000;
  }
  .xlbootstrap .table {
    border-collapse: collapse !important;
  }
  .xlbootstrap .table-bordered th,
  .xlbootstrap .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.xlbootstrap *,
.xlbootstrap *:before,
.xlbootstrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xlbootstrap html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.xlbootstrap body {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #ffffff;
}
.xlbootstrap input,
.xlbootstrap button,
.xlbootstrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.xlbootstrap select {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 10pt;
  line-height: inherit;
}
.xlbootstrap button,
.xlbootstrap input,
.xlbootstrap select[multiple],
.xlbootstrap textarea {
  background-image: none;
}
.xlbootstrap a {
  color: #047a9c;
  text-decoration: underline;
}
.xlbootstrap a:hover,
.xlbootstrap a:focus {
  color: #047a9c;
}
.xlbootstrap a:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap img {
  vertical-align: middle;
}
.xlbootstrap .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.xlbootstrap .img-rounded {
  border-radius: 6px;
}
.xlbootstrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.xlbootstrap .img-circle {
  border-radius: 50%;
}
.xlbootstrap hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.xlbootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.xlbootstrap {
  /*
h1, .h1 { font-size: floor(@font-size-base * 2.60); } // ~36px
h2, .h2 { font-size: floor(@font-size-base * 2.15); } // ~30px
h3, .h3 { font-size: ceil(@font-size-base * 1.70); } // ~24px
h4, .h4 { font-size: ceil(@font-size-base * 1.25); } // ~18px
h5, .h5 { font-size:  @font-size-base; }
h6, .h6 { font-size: ceil(@font-size-base * 0.85); } // ~12px

h1 small, .h1 small { font-size: ceil(@font-size-base * 1.70); } // ~24px
h2 small, .h2 small { font-size: ceil(@font-size-base * 1.25); } // ~18px
h3 small, .h3 small,
h4 small, .h4 small { font-size: @font-size-base; }
*/
}
.xlbootstrap p {
  margin: 0 0 10px;
}
.xlbootstrap .lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .xlbootstrap .lead {
    font-size: 21px;
  }
}
.xlbootstrap small {
  font-size: 85%;
}
.xlbootstrap cite {
  font-style: normal;
}
.xlbootstrap .text-muted {
  color: #777777;
}
.xlbootstrap .text-primary {
  color: #337ab7;
}
.xlbootstrap .text-warning {
  color: #8a6d3b;
}
.xlbootstrap .text-danger {
  color: #a94442;
}
.xlbootstrap .text-success {
  color: #3c763d;
}
.xlbootstrap .text-info {
  color: #31708f;
}
.xlbootstrap .text-left {
  text-align: left;
}
.xlbootstrap .text-right {
  text-align: right;
}
.xlbootstrap .text-center {
  text-align: center;
}
.xlbootstrap h1,
.xlbootstrap h2,
.xlbootstrap h3,
.xlbootstrap h4,
.xlbootstrap h5,
.xlbootstrap h6,
.xlbootstrap .h1,
.xlbootstrap .h2,
.xlbootstrap .h3,
.xlbootstrap .h4,
.xlbootstrap .h5,
.xlbootstrap .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
.xlbootstrap h1 small,
.xlbootstrap h2 small,
.xlbootstrap h3 small,
.xlbootstrap h4 small,
.xlbootstrap h5 small,
.xlbootstrap h6 small,
.xlbootstrap .h1 small,
.xlbootstrap .h2 small,
.xlbootstrap .h3 small,
.xlbootstrap .h4 small,
.xlbootstrap .h5 small,
.xlbootstrap .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.xlbootstrap h1,
.xlbootstrap h2,
.xlbootstrap h3 {
  /*margin-top: @line-height-computed;
  margin-bottom: (@line-height-computed / 2);
  */
  margin-top: inherit;
  margin-bottom: inherit;
}
.xlbootstrap h4,
.xlbootstrap h5,
.xlbootstrap h6 {
  /* margin-top: (@line-height-computed / 2);
  margin-bottom: (@line-height-computed / 2);
  */
  margin-bottom: inherit;
}
.xlbootstrap h1,
.xlbootstrap .h1 {
  font-size: inherit;
}
.xlbootstrap h2,
.xlbootstrap .h2 {
  font-size: inherit;
}
.xlbootstrap h3,
.xlbootstrap .h3 {
  font-size: inherit;
}
.xlbootstrap h4,
.xlbootstrap .h4 {
  font-size: inherit;
}
.xlbootstrap h5,
.xlbootstrap .h5 {
  font-size: inherit;
}
.xlbootstrap h6,
.xlbootstrap .h6 {
  font-size: inherit;
}
.xlbootstrap h1 small,
.xlbootstrap .h1 small {
  font-size: inherit;
}
.xlbootstrap h2 small,
.xlbootstrap .h2 small {
  font-size: inherit;
}
.xlbootstrap h3 small,
.xlbootstrap .h3 small,
.xlbootstrap h4 small,
.xlbootstrap .h4 small {
  font-size: inherit;
}
.xlbootstrap .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.xlbootstrap ul,
.xlbootstrap ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.xlbootstrap ul ul,
.xlbootstrap ol ul,
.xlbootstrap ul ol,
.xlbootstrap ol ol {
  margin-bottom: 0;
}
.xlbootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.xlbootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.xlbootstrap .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.xlbootstrap dl {
  margin-bottom: 20px;
}
.xlbootstrap dt,
.xlbootstrap dd {
  line-height: 1.42857143;
}
.xlbootstrap dt {
  font-weight: bold;
}
.xlbootstrap dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .xlbootstrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xlbootstrap .dl-horizontal dd {
    margin-left: 180px;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
  .xlbootstrap .dl-horizontal dd:before,
  .xlbootstrap .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .xlbootstrap .dl-horizontal dd:after {
    clear: both;
  }
}
.xlbootstrap abbr[title],
.xlbootstrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.xlbootstrap abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.xlbootstrap blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
.xlbootstrap blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.xlbootstrap blockquote p:last-child {
  margin-bottom: 0;
}
.xlbootstrap blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #777777;
}
.xlbootstrap blockquote small:before {
  content: '\2014 \00A0';
}
.xlbootstrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.xlbootstrap blockquote.pull-right p,
.xlbootstrap blockquote.pull-right small {
  text-align: right;
}
.xlbootstrap blockquote.pull-right small:before {
  content: '';
}
.xlbootstrap blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.xlbootstrap q:before,
.xlbootstrap q:after,
.xlbootstrap blockquote:before,
.xlbootstrap blockquote:after {
  content: "";
}
.xlbootstrap address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.xlbootstrap code,
.xlbootstrap pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.xlbootstrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
.xlbootstrap pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.xlbootstrap pre.prettyprint {
  margin-bottom: 20px;
}
.xlbootstrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.xlbootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: inherit;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    /*max-width: @container-tablet;*/
    max-width: none;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    /*max-width: @container-desktop;*/
    max-width: none;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    /*max-width: @container-lg-desktop;*/
    max-width: none;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.xlbootstrap {
  /*@import "input-groups.less";*/
  /*@import "thumbnails.less";*/
  /* IRA assignment overview */
  /* CA Defect XL-2492 - We do not want the titles or URLs of any links present when printing */
  /* CA Defect XL-2525 - Workaround for Windows XP/IE8/Lockdown browser corner case */
  /*1st sub level menu*/
}
.xlbootstrap .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xlbootstrap .btn:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap .btn:hover,
.xlbootstrap .btn:focus {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap .btn:active,
.xlbootstrap .btn.active {
  /*outline: 0;*/
  background-image: none;
  -webkit-box-shadow: inset 0 2px 0 #d0d0d0;
  box-shadow: inset 0 2px 0 #d0d0d0;
}
.xlbootstrap .btn.disabled,
.xlbootstrap .btn[disabled],
fieldset[disabled] .xlbootstrap .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-default:focus,
.xlbootstrap .btn-default:visited,
.xlbootstrap .btn-default.focus {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-default:hover {
  color: #252525;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-default:active,
.xlbootstrap .btn-default.active,
.open > .dropdown-toggle.xlbootstrap .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
  -webkit-box-shadow: inset 0 2px 0 #c7c7c7;
  box-shadow: inset 0 2px 0 #c7c7c7;
}
.xlbootstrap .btn-default:active:hover,
.xlbootstrap .btn-default.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-default:hover,
.xlbootstrap .btn-default:active:focus,
.xlbootstrap .btn-default.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-default:focus,
.xlbootstrap .btn-default:active:visited,
.xlbootstrap .btn-default.active:visited,
.open > .dropdown-toggle.xlbootstrap .btn-default:visited,
.xlbootstrap .btn-default:active.focus,
.xlbootstrap .btn-default.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-default.focus {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-default:active,
.xlbootstrap .btn-default.active,
.open > .dropdown-toggle.xlbootstrap .btn-default {
  background-image: none;
}
.xlbootstrap .btn-default:active,
.open > .dropdown-toggle.xlbootstrap .btn-default {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-default.disabled,
.xlbootstrap .btn-default[disabled],
fieldset[disabled] .xlbootstrap .btn-default {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.xlbootstrap .btn-default.disabled:hover,
.xlbootstrap .btn-default[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-default:hover,
.xlbootstrap .btn-default.disabled:focus,
.xlbootstrap .btn-default[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-default:focus,
.xlbootstrap .btn-default.disabled.focus,
.xlbootstrap .btn-default[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-default.focus,
.xlbootstrap .btn-default.disabled:active,
.xlbootstrap .btn-default[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-default:active,
.xlbootstrap .btn-default.disabled.active,
.xlbootstrap .btn-default[disabled].active,
fieldset[disabled] .xlbootstrap .btn-default.active {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap .btn-default .badge {
  color: #e9e9e9;
  background-color: #252525;
}
.xlbootstrap .btn-default .fa[class*="fa-"] {
  color: #707070;
}
.xlbootstrap .btn-primary {
  color: #ffffff;
  background-color: #047a9c;
  border-color: #006a8d;
}
.xlbootstrap .btn-primary:hover,
.xlbootstrap .btn-primary:focus,
.xlbootstrap .btn-primary:active,
.xlbootstrap .btn-primary.active,
.open .dropdown-toggle.xlbootstrap .btn-primary {
  color: #ffffff;
  background-color: #035b74;
  border-color: #003c50;
}
.xlbootstrap .btn-primary:active,
.xlbootstrap .btn-primary.active,
.open .dropdown-toggle.xlbootstrap .btn-primary {
  background-image: none;
}
.xlbootstrap .btn-primary.disabled,
.xlbootstrap .btn-primary[disabled],
fieldset[disabled] .xlbootstrap .btn-primary,
.xlbootstrap .btn-primary.disabled:hover,
.xlbootstrap .btn-primary[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-primary:hover,
.xlbootstrap .btn-primary.disabled:focus,
.xlbootstrap .btn-primary[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-primary:focus,
.xlbootstrap .btn-primary.disabled:active,
.xlbootstrap .btn-primary[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-primary:active,
.xlbootstrap .btn-primary.disabled.active,
.xlbootstrap .btn-primary[disabled].active,
fieldset[disabled] .xlbootstrap .btn-primary.active {
  background-color: #047a9c;
  border-color: #006a8d;
}
.xlbootstrap .btn-primary:focus,
.xlbootstrap .btn-primary.focus {
  color: #ffffff;
  background-color: #03536a;
  border-color: #000a0e;
}
.xlbootstrap .btn-primary:hover {
  color: #ffffff;
  background-color: #03536a;
  border-color: #003c50;
}
.xlbootstrap .btn-primary:active,
.xlbootstrap .btn-primary.active,
.open > .dropdown-toggle.xlbootstrap .btn-primary {
  color: #ffffff;
  background-color: #03536a;
  border-color: #003c50;
}
.xlbootstrap .btn-primary:active:hover,
.xlbootstrap .btn-primary.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-primary:hover,
.xlbootstrap .btn-primary:active:focus,
.xlbootstrap .btn-primary.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-primary:focus,
.xlbootstrap .btn-primary:active.focus,
.xlbootstrap .btn-primary.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-primary.focus {
  color: #ffffff;
  background-color: #023847;
  border-color: #000a0e;
}
.xlbootstrap .btn-primary:active,
.xlbootstrap .btn-primary.active,
.open > .dropdown-toggle.xlbootstrap .btn-primary {
  background-image: none;
}
.xlbootstrap .btn-primary.disabled:hover,
.xlbootstrap .btn-primary[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-primary:hover,
.xlbootstrap .btn-primary.disabled:focus,
.xlbootstrap .btn-primary[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-primary:focus,
.xlbootstrap .btn-primary.disabled.focus,
.xlbootstrap .btn-primary[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-primary.focus {
  background-color: #047a9c;
  border-color: #006a8d;
}
.xlbootstrap .btn-primary .badge {
  color: #047a9c;
  background-color: #ffffff;
}
.xlbootstrap .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.xlbootstrap .btn-warning:hover,
.xlbootstrap .btn-warning:focus,
.xlbootstrap .btn-warning:active,
.xlbootstrap .btn-warning.active,
.open .dropdown-toggle.xlbootstrap .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.xlbootstrap .btn-warning:active,
.xlbootstrap .btn-warning.active,
.open .dropdown-toggle.xlbootstrap .btn-warning {
  background-image: none;
}
.xlbootstrap .btn-warning.disabled,
.xlbootstrap .btn-warning[disabled],
fieldset[disabled] .xlbootstrap .btn-warning,
.xlbootstrap .btn-warning.disabled:hover,
.xlbootstrap .btn-warning[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-warning:hover,
.xlbootstrap .btn-warning.disabled:focus,
.xlbootstrap .btn-warning[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-warning:focus,
.xlbootstrap .btn-warning.disabled:active,
.xlbootstrap .btn-warning[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-warning:active,
.xlbootstrap .btn-warning.disabled.active,
.xlbootstrap .btn-warning[disabled].active,
fieldset[disabled] .xlbootstrap .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.xlbootstrap .btn-warning:focus,
.xlbootstrap .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.xlbootstrap .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.xlbootstrap .btn-warning:active,
.xlbootstrap .btn-warning.active,
.open > .dropdown-toggle.xlbootstrap .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.xlbootstrap .btn-warning:active:hover,
.xlbootstrap .btn-warning.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-warning:hover,
.xlbootstrap .btn-warning:active:focus,
.xlbootstrap .btn-warning.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-warning:focus,
.xlbootstrap .btn-warning:active.focus,
.xlbootstrap .btn-warning.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.xlbootstrap .btn-warning:active,
.xlbootstrap .btn-warning.active,
.open > .dropdown-toggle.xlbootstrap .btn-warning {
  background-image: none;
}
.xlbootstrap .btn-warning.disabled:hover,
.xlbootstrap .btn-warning[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-warning:hover,
.xlbootstrap .btn-warning.disabled:focus,
.xlbootstrap .btn-warning[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-warning:focus,
.xlbootstrap .btn-warning.disabled.focus,
.xlbootstrap .btn-warning[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.xlbootstrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.xlbootstrap .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.xlbootstrap .btn-danger:hover,
.xlbootstrap .btn-danger:focus,
.xlbootstrap .btn-danger:active,
.xlbootstrap .btn-danger.active,
.open .dropdown-toggle.xlbootstrap .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.xlbootstrap .btn-danger:active,
.xlbootstrap .btn-danger.active,
.open .dropdown-toggle.xlbootstrap .btn-danger {
  background-image: none;
}
.xlbootstrap .btn-danger.disabled,
.xlbootstrap .btn-danger[disabled],
fieldset[disabled] .xlbootstrap .btn-danger,
.xlbootstrap .btn-danger.disabled:hover,
.xlbootstrap .btn-danger[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-danger:hover,
.xlbootstrap .btn-danger.disabled:focus,
.xlbootstrap .btn-danger[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-danger:focus,
.xlbootstrap .btn-danger.disabled:active,
.xlbootstrap .btn-danger[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-danger:active,
.xlbootstrap .btn-danger.disabled.active,
.xlbootstrap .btn-danger[disabled].active,
fieldset[disabled] .xlbootstrap .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.xlbootstrap .btn-danger:focus,
.xlbootstrap .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.xlbootstrap .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.xlbootstrap .btn-danger:active,
.xlbootstrap .btn-danger.active,
.open > .dropdown-toggle.xlbootstrap .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.xlbootstrap .btn-danger:active:hover,
.xlbootstrap .btn-danger.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-danger:hover,
.xlbootstrap .btn-danger:active:focus,
.xlbootstrap .btn-danger.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-danger:focus,
.xlbootstrap .btn-danger:active.focus,
.xlbootstrap .btn-danger.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.xlbootstrap .btn-danger:active,
.xlbootstrap .btn-danger.active,
.open > .dropdown-toggle.xlbootstrap .btn-danger {
  background-image: none;
}
.xlbootstrap .btn-danger.disabled:hover,
.xlbootstrap .btn-danger[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-danger:hover,
.xlbootstrap .btn-danger.disabled:focus,
.xlbootstrap .btn-danger[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-danger:focus,
.xlbootstrap .btn-danger.disabled.focus,
.xlbootstrap .btn-danger[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.xlbootstrap .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.xlbootstrap .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.xlbootstrap .btn-success:hover,
.xlbootstrap .btn-success:focus,
.xlbootstrap .btn-success:active,
.xlbootstrap .btn-success.active,
.open .dropdown-toggle.xlbootstrap .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.xlbootstrap .btn-success:active,
.xlbootstrap .btn-success.active,
.open .dropdown-toggle.xlbootstrap .btn-success {
  background-image: none;
}
.xlbootstrap .btn-success.disabled,
.xlbootstrap .btn-success[disabled],
fieldset[disabled] .xlbootstrap .btn-success,
.xlbootstrap .btn-success.disabled:hover,
.xlbootstrap .btn-success[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-success:hover,
.xlbootstrap .btn-success.disabled:focus,
.xlbootstrap .btn-success[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-success:focus,
.xlbootstrap .btn-success.disabled:active,
.xlbootstrap .btn-success[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-success:active,
.xlbootstrap .btn-success.disabled.active,
.xlbootstrap .btn-success[disabled].active,
fieldset[disabled] .xlbootstrap .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.xlbootstrap .btn-success:focus,
.xlbootstrap .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.xlbootstrap .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.xlbootstrap .btn-success:active,
.xlbootstrap .btn-success.active,
.open > .dropdown-toggle.xlbootstrap .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.xlbootstrap .btn-success:active:hover,
.xlbootstrap .btn-success.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-success:hover,
.xlbootstrap .btn-success:active:focus,
.xlbootstrap .btn-success.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-success:focus,
.xlbootstrap .btn-success:active.focus,
.xlbootstrap .btn-success.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.xlbootstrap .btn-success:active,
.xlbootstrap .btn-success.active,
.open > .dropdown-toggle.xlbootstrap .btn-success {
  background-image: none;
}
.xlbootstrap .btn-success.disabled:hover,
.xlbootstrap .btn-success[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-success:hover,
.xlbootstrap .btn-success.disabled:focus,
.xlbootstrap .btn-success[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-success:focus,
.xlbootstrap .btn-success.disabled.focus,
.xlbootstrap .btn-success[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.xlbootstrap .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.xlbootstrap .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.xlbootstrap .btn-info:hover,
.xlbootstrap .btn-info:focus,
.xlbootstrap .btn-info:active,
.xlbootstrap .btn-info.active,
.open .dropdown-toggle.xlbootstrap .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.xlbootstrap .btn-info:active,
.xlbootstrap .btn-info.active,
.open .dropdown-toggle.xlbootstrap .btn-info {
  background-image: none;
}
.xlbootstrap .btn-info.disabled,
.xlbootstrap .btn-info[disabled],
fieldset[disabled] .xlbootstrap .btn-info,
.xlbootstrap .btn-info.disabled:hover,
.xlbootstrap .btn-info[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-info:hover,
.xlbootstrap .btn-info.disabled:focus,
.xlbootstrap .btn-info[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-info:focus,
.xlbootstrap .btn-info.disabled:active,
.xlbootstrap .btn-info[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-info:active,
.xlbootstrap .btn-info.disabled.active,
.xlbootstrap .btn-info[disabled].active,
fieldset[disabled] .xlbootstrap .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.xlbootstrap .btn-info:focus,
.xlbootstrap .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.xlbootstrap .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.xlbootstrap .btn-info:active,
.xlbootstrap .btn-info.active,
.open > .dropdown-toggle.xlbootstrap .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.xlbootstrap .btn-info:active:hover,
.xlbootstrap .btn-info.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-info:hover,
.xlbootstrap .btn-info:active:focus,
.xlbootstrap .btn-info.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-info:focus,
.xlbootstrap .btn-info:active.focus,
.xlbootstrap .btn-info.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.xlbootstrap .btn-info:active,
.xlbootstrap .btn-info.active,
.open > .dropdown-toggle.xlbootstrap .btn-info {
  background-image: none;
}
.xlbootstrap .btn-info.disabled:hover,
.xlbootstrap .btn-info[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-info:hover,
.xlbootstrap .btn-info.disabled:focus,
.xlbootstrap .btn-info[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-info:focus,
.xlbootstrap .btn-info.disabled.focus,
.xlbootstrap .btn-info[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.xlbootstrap .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.xlbootstrap .btn-link {
  color: #047a9c;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.xlbootstrap .btn-link,
.xlbootstrap .btn-link:active,
.xlbootstrap .btn-link[disabled],
fieldset[disabled] .xlbootstrap .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap .btn-link,
.xlbootstrap .btn-link:hover,
.xlbootstrap .btn-link:focus,
.xlbootstrap .btn-link:active {
  border-color: transparent;
}
.xlbootstrap .btn-link:hover,
.xlbootstrap .btn-link:focus {
  color: #047a9c;
  text-decoration: underline;
  background-color: transparent;
}
.xlbootstrap .btn-link[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-link:hover,
.xlbootstrap .btn-link[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.xlbootstrap .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.xlbootstrap .btn-sm,
.xlbootstrap .btn-xs {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.xlbootstrap .btn-xs {
  padding: 1px 5px;
}
.xlbootstrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.xlbootstrap .btn-block + .btn-block {
  margin-top: 5px;
}
.xlbootstrap input[type="submit"].btn-block,
.xlbootstrap input[type="reset"].btn-block,
.xlbootstrap input[type="button"].btn-block {
  width: 100%;
}
.xlbootstrap .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.xlbootstrap .fade.in {
  opacity: 1;
}
.xlbootstrap .collapse {
  display: none;
}
.xlbootstrap .collapse.in {
  display: block;
}
.xlbootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../xlbootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../xlbootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../xlbootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../xlbootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../xlbootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.xlbootstrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.xlbootstrap .glyphicon-asterisk:before {
  content: "\2a";
}
.xlbootstrap .glyphicon-plus:before {
  content: "\2b";
}
.xlbootstrap .glyphicon-euro:before {
  content: "\20ac";
}
.xlbootstrap .glyphicon-minus:before {
  content: "\2212";
}
.xlbootstrap .glyphicon-cloud:before {
  content: "\2601";
}
.xlbootstrap .glyphicon-envelope:before {
  content: "\2709";
}
.xlbootstrap .glyphicon-pencil:before {
  content: "\270f";
}
.xlbootstrap .glyphicon-glass:before {
  content: "\e001";
}
.xlbootstrap .glyphicon-music:before {
  content: "\e002";
}
.xlbootstrap .glyphicon-search:before {
  content: "\e003";
}
.xlbootstrap .glyphicon-heart:before {
  content: "\e005";
}
.xlbootstrap .glyphicon-star:before {
  content: "\e006";
}
.xlbootstrap .glyphicon-star-empty:before {
  content: "\e007";
}
.xlbootstrap .glyphicon-user:before {
  content: "\e008";
}
.xlbootstrap .glyphicon-film:before {
  content: "\e009";
}
.xlbootstrap .glyphicon-th-large:before {
  content: "\e010";
}
.xlbootstrap .glyphicon-th:before {
  content: "\e011";
}
.xlbootstrap .glyphicon-th-list:before {
  content: "\e012";
}
.xlbootstrap .glyphicon-ok:before {
  content: "\e013";
}
.xlbootstrap .glyphicon-remove:before {
  content: "\e014";
}
.xlbootstrap .glyphicon-zoom-in:before {
  content: "\e015";
}
.xlbootstrap .glyphicon-zoom-out:before {
  content: "\e016";
}
.xlbootstrap .glyphicon-off:before {
  content: "\e017";
}
.xlbootstrap .glyphicon-signal:before {
  content: "\e018";
}
.xlbootstrap .glyphicon-cog:before {
  content: "\e019";
}
.xlbootstrap .glyphicon-trash:before {
  content: "\e020";
}
.xlbootstrap .glyphicon-home:before {
  content: "\e021";
}
.xlbootstrap .glyphicon-file:before {
  content: "\e022";
}
.xlbootstrap .glyphicon-time:before {
  content: "\e023";
}
.xlbootstrap .glyphicon-road:before {
  content: "\e024";
}
.xlbootstrap .glyphicon-download-alt:before {
  content: "\e025";
}
.xlbootstrap .glyphicon-download:before {
  content: "\e026";
}
.xlbootstrap .glyphicon-upload:before {
  content: "\e027";
}
.xlbootstrap .glyphicon-inbox:before {
  content: "\e028";
}
.xlbootstrap .glyphicon-play-circle:before {
  content: "\e029";
}
.xlbootstrap .glyphicon-repeat:before {
  content: "\e030";
}
.xlbootstrap .glyphicon-refresh:before {
  content: "\e031";
}
.xlbootstrap .glyphicon-list-alt:before {
  content: "\e032";
}
.xlbootstrap .glyphicon-flag:before {
  content: "\e034";
}
.xlbootstrap .glyphicon-headphones:before {
  content: "\e035";
}
.xlbootstrap .glyphicon-volume-off:before {
  content: "\e036";
}
.xlbootstrap .glyphicon-volume-down:before {
  content: "\e037";
}
.xlbootstrap .glyphicon-volume-up:before {
  content: "\e038";
}
.xlbootstrap .glyphicon-qrcode:before {
  content: "\e039";
}
.xlbootstrap .glyphicon-barcode:before {
  content: "\e040";
}
.xlbootstrap .glyphicon-tag:before {
  content: "\e041";
}
.xlbootstrap .glyphicon-tags:before {
  content: "\e042";
}
.xlbootstrap .glyphicon-book:before {
  content: "\e043";
}
.xlbootstrap .glyphicon-print:before {
  content: "\e045";
}
.xlbootstrap .glyphicon-font:before {
  content: "\e047";
}
.xlbootstrap .glyphicon-bold:before {
  content: "\e048";
}
.xlbootstrap .glyphicon-italic:before {
  content: "\e049";
}
.xlbootstrap .glyphicon-text-height:before {
  content: "\e050";
}
.xlbootstrap .glyphicon-text-width:before {
  content: "\e051";
}
.xlbootstrap .glyphicon-align-left:before {
  content: "\e052";
}
.xlbootstrap .glyphicon-align-center:before {
  content: "\e053";
}
.xlbootstrap .glyphicon-align-right:before {
  content: "\e054";
}
.xlbootstrap .glyphicon-align-justify:before {
  content: "\e055";
}
.xlbootstrap .glyphicon-list:before {
  content: "\e056";
}
.xlbootstrap .glyphicon-indent-left:before {
  content: "\e057";
}
.xlbootstrap .glyphicon-indent-right:before {
  content: "\e058";
}
.xlbootstrap .glyphicon-facetime-video:before {
  content: "\e059";
}
.xlbootstrap .glyphicon-picture:before {
  content: "\e060";
}
.xlbootstrap .glyphicon-map-marker:before {
  content: "\e062";
}
.xlbootstrap .glyphicon-adjust:before {
  content: "\e063";
}
.xlbootstrap .glyphicon-tint:before {
  content: "\e064";
}
.xlbootstrap .glyphicon-edit:before {
  content: "\e065";
}
.xlbootstrap .glyphicon-share:before {
  content: "\e066";
}
.xlbootstrap .glyphicon-check:before {
  content: "\e067";
}
.xlbootstrap .glyphicon-move:before {
  content: "\e068";
}
.xlbootstrap .glyphicon-step-backward:before {
  content: "\e069";
}
.xlbootstrap .glyphicon-fast-backward:before {
  content: "\e070";
}
.xlbootstrap .glyphicon-backward:before {
  content: "\e071";
}
.xlbootstrap .glyphicon-play:before {
  content: "\e072";
}
.xlbootstrap .glyphicon-pause:before {
  content: "\e073";
}
.xlbootstrap .glyphicon-stop:before {
  content: "\e074";
}
.xlbootstrap .glyphicon-forward:before {
  content: "\e075";
}
.xlbootstrap .glyphicon-fast-forward:before {
  content: "\e076";
}
.xlbootstrap .glyphicon-step-forward:before {
  content: "\e077";
}
.xlbootstrap .glyphicon-eject:before {
  content: "\e078";
}
.xlbootstrap .glyphicon-chevron-left:before {
  content: "\e079";
}
.xlbootstrap .glyphicon-chevron-right:before {
  content: "\e080";
}
.xlbootstrap .glyphicon-plus-sign:before {
  content: "\e081";
}
.xlbootstrap .glyphicon-minus-sign:before {
  content: "\e082";
}
.xlbootstrap .glyphicon-remove-sign:before {
  content: "\e083";
}
.xlbootstrap .glyphicon-ok-sign:before {
  content: "\e084";
}
.xlbootstrap .glyphicon-question-sign:before {
  content: "\e085";
}
.xlbootstrap .glyphicon-info-sign:before {
  content: "\e086";
}
.xlbootstrap .glyphicon-screenshot:before {
  content: "\e087";
}
.xlbootstrap .glyphicon-remove-circle:before {
  content: "\e088";
}
.xlbootstrap .glyphicon-ok-circle:before {
  content: "\e089";
}
.xlbootstrap .glyphicon-ban-circle:before {
  content: "\e090";
}
.xlbootstrap .glyphicon-arrow-left:before {
  content: "\e091";
}
.xlbootstrap .glyphicon-arrow-right:before {
  content: "\e092";
}
.xlbootstrap .glyphicon-arrow-up:before {
  content: "\e093";
}
.xlbootstrap .glyphicon-arrow-down:before {
  content: "\e094";
}
.xlbootstrap .glyphicon-share-alt:before {
  content: "\e095";
}
.xlbootstrap .glyphicon-resize-full:before {
  content: "\e096";
}
.xlbootstrap .glyphicon-resize-small:before {
  content: "\e097";
}
.xlbootstrap .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.xlbootstrap .glyphicon-gift:before {
  content: "\e102";
}
.xlbootstrap .glyphicon-leaf:before {
  content: "\e103";
}
.xlbootstrap .glyphicon-eye-open:before {
  content: "\e105";
}
.xlbootstrap .glyphicon-eye-close:before {
  content: "\e106";
}
.xlbootstrap .glyphicon-warning-sign:before {
  content: "\e107";
}
.xlbootstrap .glyphicon-plane:before {
  content: "\e108";
}
.xlbootstrap .glyphicon-random:before {
  content: "\e110";
}
.xlbootstrap .glyphicon-comment:before {
  content: "\e111";
}
.xlbootstrap .glyphicon-magnet:before {
  content: "\e112";
}
.xlbootstrap .glyphicon-chevron-up:before {
  content: "\e113";
}
.xlbootstrap .glyphicon-chevron-down:before {
  content: "\e114";
}
.xlbootstrap .glyphicon-retweet:before {
  content: "\e115";
}
.xlbootstrap .glyphicon-shopping-cart:before {
  content: "\e116";
}
.xlbootstrap .glyphicon-folder-close:before {
  content: "\e117";
}
.xlbootstrap .glyphicon-folder-open:before {
  content: "\e118";
}
.xlbootstrap .glyphicon-resize-vertical:before {
  content: "\e119";
}
.xlbootstrap .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.xlbootstrap .glyphicon-hdd:before {
  content: "\e121";
}
.xlbootstrap .glyphicon-bullhorn:before {
  content: "\e122";
}
.xlbootstrap .glyphicon-certificate:before {
  content: "\e124";
}
.xlbootstrap .glyphicon-thumbs-up:before {
  content: "\e125";
}
.xlbootstrap .glyphicon-thumbs-down:before {
  content: "\e126";
}
.xlbootstrap .glyphicon-hand-right:before {
  content: "\e127";
}
.xlbootstrap .glyphicon-hand-left:before {
  content: "\e128";
}
.xlbootstrap .glyphicon-hand-up:before {
  content: "\e129";
}
.xlbootstrap .glyphicon-hand-down:before {
  content: "\e130";
}
.xlbootstrap .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.xlbootstrap .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.xlbootstrap .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.xlbootstrap .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.xlbootstrap .glyphicon-globe:before {
  content: "\e135";
}
.xlbootstrap .glyphicon-tasks:before {
  content: "\e137";
}
.xlbootstrap .glyphicon-filter:before {
  content: "\e138";
}
.xlbootstrap .glyphicon-fullscreen:before {
  content: "\e140";
}
.xlbootstrap .glyphicon-dashboard:before {
  content: "\e141";
}
.xlbootstrap .glyphicon-heart-empty:before {
  content: "\e143";
}
.xlbootstrap .glyphicon-link:before {
  content: "\e144";
}
.xlbootstrap .glyphicon-phone:before {
  content: "\e145";
}
.xlbootstrap .glyphicon-usd:before {
  content: "\e148";
}
.xlbootstrap .glyphicon-gbp:before {
  content: "\e149";
}
.xlbootstrap .glyphicon-sort:before {
  content: "\e150";
}
.xlbootstrap .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.xlbootstrap .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.xlbootstrap .glyphicon-sort-by-order:before {
  content: "\e153";
}
.xlbootstrap .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.xlbootstrap .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.xlbootstrap .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.xlbootstrap .glyphicon-unchecked:before {
  content: "\e157";
}
.xlbootstrap .glyphicon-expand:before {
  content: "\e158";
}
.xlbootstrap .glyphicon-collapse-down:before {
  content: "\e159";
}
.xlbootstrap .glyphicon-collapse-up:before {
  content: "\e160";
}
.xlbootstrap .glyphicon-log-in:before {
  content: "\e161";
}
.xlbootstrap .glyphicon-flash:before {
  content: "\e162";
}
.xlbootstrap .glyphicon-log-out:before {
  content: "\e163";
}
.xlbootstrap .glyphicon-new-window:before {
  content: "\e164";
}
.xlbootstrap .glyphicon-record:before {
  content: "\e165";
}
.xlbootstrap .glyphicon-save:before {
  content: "\e166";
}
.xlbootstrap .glyphicon-open:before {
  content: "\e167";
}
.xlbootstrap .glyphicon-saved:before {
  content: "\e168";
}
.xlbootstrap .glyphicon-import:before {
  content: "\e169";
}
.xlbootstrap .glyphicon-export:before {
  content: "\e170";
}
.xlbootstrap .glyphicon-send:before {
  content: "\e171";
}
.xlbootstrap .glyphicon-floppy-disk:before {
  content: "\e172";
}
.xlbootstrap .glyphicon-floppy-saved:before {
  content: "\e173";
}
.xlbootstrap .glyphicon-floppy-remove:before {
  content: "\e174";
}
.xlbootstrap .glyphicon-floppy-save:before {
  content: "\e175";
}
.xlbootstrap .glyphicon-floppy-open:before {
  content: "\e176";
}
.xlbootstrap .glyphicon-credit-card:before {
  content: "\e177";
}
.xlbootstrap .glyphicon-transfer:before {
  content: "\e178";
}
.xlbootstrap .glyphicon-cutlery:before {
  content: "\e179";
}
.xlbootstrap .glyphicon-header:before {
  content: "\e180";
}
.xlbootstrap .glyphicon-compressed:before {
  content: "\e181";
}
.xlbootstrap .glyphicon-earphone:before {
  content: "\e182";
}
.xlbootstrap .glyphicon-phone-alt:before {
  content: "\e183";
}
.xlbootstrap .glyphicon-tower:before {
  content: "\e184";
}
.xlbootstrap .glyphicon-stats:before {
  content: "\e185";
}
.xlbootstrap .glyphicon-sd-video:before {
  content: "\e186";
}
.xlbootstrap .glyphicon-hd-video:before {
  content: "\e187";
}
.xlbootstrap .glyphicon-subtitles:before {
  content: "\e188";
}
.xlbootstrap .glyphicon-sound-stereo:before {
  content: "\e189";
}
.xlbootstrap .glyphicon-sound-dolby:before {
  content: "\e190";
}
.xlbootstrap .glyphicon-sound-5-1:before {
  content: "\e191";
}
.xlbootstrap .glyphicon-sound-6-1:before {
  content: "\e192";
}
.xlbootstrap .glyphicon-sound-7-1:before {
  content: "\e193";
}
.xlbootstrap .glyphicon-copyright-mark:before {
  content: "\e194";
}
.xlbootstrap .glyphicon-registration-mark:before {
  content: "\e195";
}
.xlbootstrap .glyphicon-cloud-download:before {
  content: "\e197";
}
.xlbootstrap .glyphicon-cloud-upload:before {
  content: "\e198";
}
.xlbootstrap .glyphicon-tree-conifer:before {
  content: "\e199";
}
.xlbootstrap .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.xlbootstrap .glyphicon-briefcase:before {
  content: "\1f4bc";
}
.xlbootstrap .glyphicon-calendar:before {
  content: "\1f4c5";
}
.xlbootstrap .glyphicon-pushpin:before {
  content: "\1f4cc";
}
.xlbootstrap .glyphicon-paperclip:before {
  content: "\1f4ce";
}
.xlbootstrap .glyphicon-camera:before {
  content: "\1f4f7";
}
.xlbootstrap .glyphicon-lock:before {
  content: "\1f512";
}
.xlbootstrap .glyphicon-bell:before {
  content: "\1f514";
}
.xlbootstrap .glyphicon-bookmark:before {
  content: "\1f516";
}
.xlbootstrap .glyphicon-fire:before {
  content: "\1f525";
}
.xlbootstrap .glyphicon-wrench:before {
  content: "\1f527";
}
.xlbootstrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.xlbootstrap .dropdown {
  position: relative;
}
.xlbootstrap .dropdown-toggle:focus {
  outline: 1;
}
.xlbootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.xlbootstrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.xlbootstrap .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #c7c7c7;
}
.xlbootstrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #252525;
  white-space: nowrap;
}
.xlbootstrap .dropdown-menu > li > a:hover,
.xlbootstrap .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #252525;
  background-color: #d9d9d9;
}
.xlbootstrap .dropdown-menu > .active > a,
.xlbootstrap .dropdown-menu > .active > a:hover,
.xlbootstrap .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #047a9c;
}
.xlbootstrap .dropdown-menu > .disabled > a,
.xlbootstrap .dropdown-menu > .disabled > a:hover,
.xlbootstrap .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.xlbootstrap .dropdown-menu > .disabled > a:hover,
.xlbootstrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.xlbootstrap .open > .dropdown-menu {
  display: block;
}
.xlbootstrap .open > a {
  outline: 0;
}
.xlbootstrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
}
.xlbootstrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 991;
}
.xlbootstrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.xlbootstrap .dropup .caret,
.xlbootstrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.xlbootstrap .dropup .dropdown-menu,
.xlbootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .xlbootstrap .caret {
  border-top-color: #252525;
}
.btn-primary .xlbootstrap .caret,
.btn-success .xlbootstrap .caret,
.btn-warning .xlbootstrap .caret,
.btn-danger .xlbootstrap .caret,
.btn-info .xlbootstrap .caret {
  border-top-color: #fff;
}
.xlbootstrap .dropup .btn-default .caret {
  border-bottom-color: #252525;
}
.xlbootstrap .dropup .btn-primary .caret,
.xlbootstrap .dropup .btn-success .caret,
.xlbootstrap .dropup .btn-warning .caret,
.xlbootstrap .dropup .btn-danger .caret,
.xlbootstrap .dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.xlbootstrap .btn-group,
.xlbootstrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.xlbootstrap .btn-group > .btn,
.xlbootstrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.xlbootstrap .btn-group > .btn:hover,
.xlbootstrap .btn-group-vertical > .btn:hover,
.xlbootstrap .btn-group > .btn:focus,
.xlbootstrap .btn-group-vertical > .btn:focus,
.xlbootstrap .btn-group > .btn:active,
.xlbootstrap .btn-group-vertical > .btn:active,
.xlbootstrap .btn-group > .btn.active,
.xlbootstrap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.xlbootstrap .btn-group > .btn:focus,
.xlbootstrap .btn-group-vertical > .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap .btn-group .btn + .btn,
.xlbootstrap .btn-group .btn + .btn-group,
.xlbootstrap .btn-group .btn-group + .btn,
.xlbootstrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar:before,
.xlbootstrap .btn-toolbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-toolbar:after {
  clear: both;
}
.xlbootstrap .btn-toolbar .btn-group {
  float: left;
}
.xlbootstrap .btn-toolbar > .btn + .btn,
.xlbootstrap .btn-toolbar > .btn-group + .btn,
.xlbootstrap .btn-toolbar > .btn + .btn-group,
.xlbootstrap .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.xlbootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.xlbootstrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.xlbootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.xlbootstrap .btn-group > .btn:last-child:not(:first-child),
.xlbootstrap .btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .btn-group > .btn-group {
  float: left;
}
.xlbootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.xlbootstrap .btn-group > .btn-group:first-child > .btn:last-child,
.xlbootstrap .btn-group > .btn-group:first-child > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.xlbootstrap .btn-group > .btn-group:last-child > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .btn-group .dropdown-toggle:active,
.xlbootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.xlbootstrap .btn-group-xs > .btn {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.xlbootstrap .btn-group-sm > .btn {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.xlbootstrap .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.xlbootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.xlbootstrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.xlbootstrap .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.xlbootstrap .btn .caret {
  margin-left: 0;
}
.xlbootstrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.xlbootstrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.xlbootstrap .btn-group-vertical > .btn,
.xlbootstrap .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group:before,
.xlbootstrap .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.xlbootstrap .btn-group-vertical > .btn-group:after {
  clear: both;
}
.xlbootstrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.xlbootstrap .btn-group-vertical > .btn + .btn,
.xlbootstrap .btn-group-vertical > .btn + .btn-group,
.xlbootstrap .btn-group-vertical > .btn-group + .btn,
.xlbootstrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.xlbootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.xlbootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.xlbootstrap .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.xlbootstrap .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.xlbootstrap .btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.xlbootstrap [data-toggle="buttons"] > .btn > input[type="radio"],
.xlbootstrap [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.xlbootstrap .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  display: table;
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  display: table;
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  display: table;
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  display: table;
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav:before,
.xlbootstrap .nav:after {
  content: " ";
  display: table;
}
.xlbootstrap .nav:after {
  clear: both;
}
.xlbootstrap .nav > li {
  position: relative;
  display: block;
}
.xlbootstrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.xlbootstrap .nav > li > a:hover,
.xlbootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.xlbootstrap .nav > li.disabled > a {
  color: #777777;
}
.xlbootstrap .nav > li.disabled > a:hover,
.xlbootstrap .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.xlbootstrap .nav .open > a,
.xlbootstrap .nav .open > a:hover,
.xlbootstrap .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #047a9c;
}
.xlbootstrap .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.xlbootstrap .nav > li > a > img {
  max-width: none;
}
.xlbootstrap .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.xlbootstrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.xlbootstrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.xlbootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.xlbootstrap .nav-tabs > li.active > a,
.xlbootstrap .nav-tabs > li.active > a:hover,
.xlbootstrap .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #a9dced;
  border-bottom-color: transparent;
  cursor: default;
}
.xlbootstrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.xlbootstrap .nav-tabs.nav-justified > li {
  float: none;
}
.xlbootstrap .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .xlbootstrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.xlbootstrap .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.xlbootstrap .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.xlbootstrap .nav-pills > li {
  float: left;
}
.xlbootstrap .nav-pills > li > a {
  border-radius: 5px;
}
.xlbootstrap .nav-pills > li + li {
  margin-left: 2px;
}
.xlbootstrap .nav-pills > li.active > a,
.xlbootstrap .nav-pills > li.active > a:hover,
.xlbootstrap .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.xlbootstrap .nav-stacked > li {
  float: none;
}
.xlbootstrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.xlbootstrap .nav-justified {
  width: 100%;
}
.xlbootstrap .nav-justified > li {
  float: none;
}
.xlbootstrap .nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .xlbootstrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.xlbootstrap .nav-tabs-justified {
  border-bottom: 0;
}
.xlbootstrap .nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.xlbootstrap .nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  display: table;
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  display: table;
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  display: table;
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  display: table;
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tabbable:before,
.xlbootstrap .tabbable:after {
  content: " ";
  display: table;
}
.xlbootstrap .tabbable:after {
  clear: both;
}
.xlbootstrap .tab-content > .tab-pane,
.xlbootstrap .pill-content > .pill-pane {
  display: none;
}
.xlbootstrap .tab-content > .active,
.xlbootstrap .pill-content > .active {
  display: block;
}
.xlbootstrap .nav .caret {
  border-top-color: #047a9c;
  border-bottom-color: #047a9c;
}
.xlbootstrap .nav a:hover .caret {
  border-top-color: #047a9c;
  border-bottom-color: #047a9c;
}
.xlbootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar:after {
  clear: both;
}
.xlbootstrap .navbar:before,
.xlbootstrap .navbar:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar {
    border-radius: 4px;
  }
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
.xlbootstrap .navbar-header:before,
.xlbootstrap .navbar-header:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-header {
    float: left;
  }
}
.xlbootstrap .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse:before,
.xlbootstrap .navbar-collapse:after {
  content: " ";
  display: table;
}
.xlbootstrap .navbar-collapse:after {
  clear: both;
}
.xlbootstrap .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .xlbootstrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .xlbootstrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .xlbootstrap .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .xlbootstrap .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .xlbootstrap .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.xlbootstrap .container > .navbar-header,
.xlbootstrap .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .xlbootstrap .container > .navbar-header,
  .xlbootstrap .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.xlbootstrap .navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-static-top {
    border-radius: 0;
  }
}
.xlbootstrap .navbar-fixed-top,
.xlbootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-fixed-top,
  .xlbootstrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .xlbootstrap .navbar-fixed-top,
  .xlbootstrap .navbar-fixed-bottom {
    position: static;
    padding-top: 0;
  }
}
.xlbootstrap .navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.xlbootstrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.xlbootstrap .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.xlbootstrap .navbar-brand:hover,
.xlbootstrap .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .xlbootstrap .navbar-brand {
    margin-left: -15px;
  }
}
.xlbootstrap .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.xlbootstrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.xlbootstrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-toggle {
    display: none;
  }
}
.xlbootstrap .navbar-nav {
  margin: 7.5px -15px;
}
.xlbootstrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-shadow: #ffffff;
  text-decoration: none;
  /*margin: 1px 1px 2px 1px;*/
}
@media (max-width: 10) {
  .xlbootstrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .xlbootstrap .navbar-nav .open .dropdown-menu > li > a,
  .xlbootstrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .xlbootstrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .xlbootstrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .xlbootstrap .navbar-nav > li {
    float: left;
  }
  .xlbootstrap .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-left {
    float: left !important;
  }
  .xlbootstrap .navbar-right {
    float: right !important;
  }
}
.xlbootstrap .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.xlbootstrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap .navbar-nav.pull-right > li > .dropdown-menu,
.xlbootstrap .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.xlbootstrap .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.xlbootstrap .navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.xlbootstrap .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.xlbootstrap .navbar-default .navbar-brand {
  color: #777777;
}
.xlbootstrap .navbar-default .navbar-brand:hover,
.xlbootstrap .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.xlbootstrap .navbar-default .navbar-text {
  color: #777777;
}
.xlbootstrap .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.xlbootstrap .navbar-default .navbar-nav > li > a:hover,
.xlbootstrap .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.xlbootstrap .navbar-default .navbar-nav > li > a:focus {
  outline: 1px dotted #ffffff;
}
.xlbootstrap .navbar-default .navbar-nav > .active > a,
.xlbootstrap .navbar-default .navbar-nav > .active > a:hover,
.xlbootstrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.xlbootstrap .navbar-default .navbar-nav > .disabled > a,
.xlbootstrap .navbar-default .navbar-nav > .disabled > a:hover,
.xlbootstrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.xlbootstrap .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.xlbootstrap .navbar-default .navbar-toggle:hover,
.xlbootstrap .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.xlbootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.xlbootstrap .navbar-default .navbar-collapse,
.xlbootstrap .navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.xlbootstrap .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.xlbootstrap .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.xlbootstrap .navbar-default .navbar-nav > .open > a,
.xlbootstrap .navbar-default .navbar-nav > .open > a:hover,
.xlbootstrap .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.xlbootstrap .navbar-default .navbar-nav > .open > a .caret,
.xlbootstrap .navbar-default .navbar-nav > .open > a:hover .caret,
.xlbootstrap .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.xlbootstrap .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .xlbootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.xlbootstrap .navbar-default .navbar-link {
  color: #777777;
}
.xlbootstrap .navbar-default .navbar-link:hover {
  color: #333333;
}
.xlbootstrap .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.xlbootstrap .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.xlbootstrap .navbar-inverse .navbar-brand:hover,
.xlbootstrap .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.xlbootstrap .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.xlbootstrap .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.xlbootstrap .navbar-inverse .navbar-nav > li > a:hover,
.xlbootstrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.xlbootstrap .navbar-inverse .navbar-nav > .active > a,
.xlbootstrap .navbar-inverse .navbar-nav > .active > a:hover,
.xlbootstrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.xlbootstrap .navbar-inverse .navbar-nav > .disabled > a,
.xlbootstrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.xlbootstrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.xlbootstrap .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.xlbootstrap .navbar-inverse .navbar-toggle:hover,
.xlbootstrap .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.xlbootstrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.xlbootstrap .navbar-inverse .navbar-collapse,
.xlbootstrap .navbar-inverse .navbar-form {
  border-color: #101010;
}
.xlbootstrap .navbar-inverse .navbar-nav > .open > a,
.xlbootstrap .navbar-inverse .navbar-nav > .open > a:hover,
.xlbootstrap .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.xlbootstrap .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xlbootstrap .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #9d9d9d;
  border-bottom-color: #9d9d9d;
}
.xlbootstrap .navbar-inverse .navbar-nav > .open > a .caret,
.xlbootstrap .navbar-inverse .navbar-nav > .open > a:hover .caret,
.xlbootstrap .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .xlbootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.xlbootstrap .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.xlbootstrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.xlbootstrap .new-design-top-nav {
  display: inline-block;
}
.xlbootstrap .new-design-top-nav > div {
  position: relative;
  display: flex;
}
.xlbootstrap .new-design-top-nav > div > a.my_account_name {
  font-size: 16px;
  font-weight: bold;
  text-shadow: #ffffff;
}
.xlbootstrap .new-design-top-nav > div > span.my_account_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 40px;
  color: #ffffff;
  text-shadow: #ffffff;
}
.xlbootstrap .new-design-top-nav > div.disabled > a {
  color: #777777;
}
.xlbootstrap .new-design-top-nav > div.disabled > a:hover,
.xlbootstrap .new-design-top-nav > div.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
}
.xlbootstrap .new-design-top-nav > div > a {
  color: #777777;
  line-height: 20px;
  text-shadow: #ffffff;
  text-decoration: none;
}
.xlbootstrap .new-design-top-nav > div > a:hover,
.xlbootstrap .new-design-top-nav > div > a:focus {
  color: #333333;
  background-color: transparent;
}
.xlbootstrap .new-design-top-nav > div > a:focus {
  outline: 1px dotted #ffffff;
}
@media (min-width: 768px) {
  .xlbootstrap .new-design-top-nav > div {
    float: left;
  }
  .xlbootstrap .new-design-top-nav > div > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.xlbootstrap .new-design-top-nav div.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #313873;
}
.xlbootstrap .new-design-top-nav div.open.dropdown > .dropdown-toggle .caret {
  border-top-color: #707070;
  border-bottom-color: #707070;
}
.xlbootstrap .new-design-top-nav > div > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .xlbootstrap #mainTopNav > div > a {
    padding: 10px 15px;
    margin: 0px;
  }
}
.xlbootstrap .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: inherit;
  border-radius: 4px;
}
.xlbootstrap .breadcrumb > li {
  display: inline-block;
}
.xlbootstrap .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.xlbootstrap .breadcrumb > .active {
  color: #777777;
}
.xlbootstrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.xlbootstrap .pagination > li {
  display: inline;
}
.xlbootstrap .pagination > li > a,
.xlbootstrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.xlbootstrap .pagination > li:first-child > a,
.xlbootstrap .pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.xlbootstrap .pagination > li:last-child > a,
.xlbootstrap .pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.xlbootstrap .pagination > li > a:hover,
.xlbootstrap .pagination > li > span:hover,
.xlbootstrap .pagination > li > a:focus,
.xlbootstrap .pagination > li > span:focus {
  background-color: #eeeeee;
}
.xlbootstrap .pagination > .active > a,
.xlbootstrap .pagination > .active > span,
.xlbootstrap .pagination > .active > a:hover,
.xlbootstrap .pagination > .active > span:hover,
.xlbootstrap .pagination > .active > a:focus,
.xlbootstrap .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.xlbootstrap .pagination > .disabled > span,
.xlbootstrap .pagination > .disabled > a,
.xlbootstrap .pagination > .disabled > a:hover,
.xlbootstrap .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.xlbootstrap .pagination-lg > li > a,
.xlbootstrap .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.xlbootstrap .pagination-lg > li:first-child > a,
.xlbootstrap .pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.xlbootstrap .pagination-lg > li:last-child > a,
.xlbootstrap .pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.xlbootstrap .pagination-sm > li > a,
.xlbootstrap .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.xlbootstrap .pagination-sm > li:first-child > a,
.xlbootstrap .pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.xlbootstrap .pagination-sm > li:last-child > a,
.xlbootstrap .pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.xlbootstrap .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  display: table;
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  display: table;
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  display: table;
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  display: table;
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager:before,
.xlbootstrap .pager:after {
  content: " ";
  display: table;
}
.xlbootstrap .pager:after {
  clear: both;
}
.xlbootstrap .pager li {
  display: inline;
}
.xlbootstrap .pager li > a,
.xlbootstrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.xlbootstrap .pager li > a:hover,
.xlbootstrap .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.xlbootstrap .pager .next > a,
.xlbootstrap .pager .next > span {
  float: right;
}
.xlbootstrap .pager .previous > a,
.xlbootstrap .pager .previous > span {
  float: left;
}
.xlbootstrap .pager .disabled > a,
.xlbootstrap .pager .disabled > a:hover,
.xlbootstrap .pager .disabled > a:focus,
.xlbootstrap .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.xlbootstrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.xlbootstrap .badge:empty {
  display: none;
}
.xlbootstrap a.badge:hover,
.xlbootstrap a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.xlbootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.xlbootstrap a.list-group-item.active > .badge,
.xlbootstrap .nav-pills > .active > a > .badge {
  color: #047a9c;
  background-color: #ffffff;
}
.xlbootstrap .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.xlbootstrap .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.xlbootstrap .jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.xlbootstrap .jumbotron p {
  line-height: 1.4;
}
.container .xlbootstrap .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .xlbootstrap .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .xlbootstrap .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xlbootstrap .jumbotron h1 {
    font-size: 63px;
  }
}
.xlbootstrap .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.xlbootstrap .alert h4 {
  margin-top: 0;
  color: inherit;
}
.xlbootstrap .alert .alert-link {
  font-weight: bold;
}
.xlbootstrap .alert > p,
.xlbootstrap .alert > ul {
  margin-bottom: 0;
}
.xlbootstrap .alert > p + p {
  margin-top: 5px;
}
.xlbootstrap .alert-dismissable {
  padding-right: 35px;
}
.xlbootstrap .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.xlbootstrap .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.xlbootstrap .alert-success hr {
  border-top-color: #c9e2b3;
}
.xlbootstrap .alert-success .alert-link {
  color: #2b542c;
}
.xlbootstrap .alert-success hr {
  border-top-color: #c9e2b3;
}
.xlbootstrap .alert-success .alert-link {
  color: #2b542c;
}
.xlbootstrap .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.xlbootstrap .alert-info hr {
  border-top-color: #a6e1ec;
}
.xlbootstrap .alert-info .alert-link {
  color: #245269;
}
.xlbootstrap .alert-info hr {
  border-top-color: #a6e1ec;
}
.xlbootstrap .alert-info .alert-link {
  color: #245269;
}
.xlbootstrap .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.xlbootstrap .alert-warning hr {
  border-top-color: #f7e1b5;
}
.xlbootstrap .alert-warning .alert-link {
  color: #66512c;
}
.xlbootstrap .alert-warning hr {
  border-top-color: #f7e1b5;
}
.xlbootstrap .alert-warning .alert-link {
  color: #66512c;
}
.xlbootstrap .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.xlbootstrap .alert-danger hr {
  border-top-color: #e4b9c0;
}
.xlbootstrap .alert-danger .alert-link {
  color: #843534;
}
.xlbootstrap .alert-danger hr {
  border-top-color: #e4b9c0;
}
.xlbootstrap .alert-danger .alert-link {
  color: #843534;
}
@-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;
  }
}
@-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;
  }
}
.xlbootstrap .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.xlbootstrap .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.xlbootstrap .progress-striped .progress-bar {
  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: 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: -webkit-linear-gradient(45deg, #337ab7 25%, transparent 25%, transparent 50%, #337ab7 50%, #337ab7 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #337ab7 25%, transparent 25%, transparent 50%, #337ab7 50%, #337ab7 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #337ab7 25%, transparent 25%, transparent 50%, #337ab7 50%, #337ab7 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.xlbootstrap .progress.active .progress-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;
}
.xlbootstrap .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .xlbootstrap .progress-bar-success {
  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: 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: -webkit-linear-gradient(45deg, #5cb85c 25%, transparent 25%, transparent 50%, #5cb85c 50%, #5cb85c 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #5cb85c 25%, transparent 25%, transparent 50%, #5cb85c 50%, #5cb85c 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #5cb85c 25%, transparent 25%, transparent 50%, #5cb85c 50%, #5cb85c 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap .progress-bar-success {
  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: -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: -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: -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);
}
.xlbootstrap .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .xlbootstrap .progress-bar-info {
  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: 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: -webkit-linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap .progress-bar-info {
  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: -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: -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: -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);
}
.xlbootstrap .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .xlbootstrap .progress-bar-warning {
  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: 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: -webkit-linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap .progress-bar-warning {
  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: -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: -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: -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);
}
.xlbootstrap .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .xlbootstrap .progress-bar-danger {
  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: 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: -webkit-linear-gradient(45deg, #d9534f 25%, transparent 25%, transparent 50%, #d9534f 50%, #d9534f 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #d9534f 25%, transparent 25%, transparent 50%, #d9534f 50%, #d9534f 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #d9534f 25%, transparent 25%, transparent 50%, #d9534f 50%, #d9534f 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap .progress-bar-danger {
  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: -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: -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: -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);
}
.xlbootstrap .media,
.xlbootstrap .media-body {
  overflow: hidden;
  zoom: 1;
}
.xlbootstrap .media,
.xlbootstrap .media .media {
  margin-top: 15px;
}
.xlbootstrap .media:first-child {
  margin-top: 0;
}
.xlbootstrap .media-object {
  display: block;
}
.xlbootstrap .media-heading {
  margin: 0 0 5px;
}
.xlbootstrap .media > .pull-left {
  margin-right: 10px;
}
.xlbootstrap .media > .pull-right {
  margin-left: 10px;
}
.xlbootstrap .media-list {
  padding-left: 0;
  list-style: none;
}
.xlbootstrap .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.xlbootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.xlbootstrap .list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.xlbootstrap .list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.xlbootstrap .list-group-item > .badge {
  float: right;
}
.xlbootstrap .list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.xlbootstrap .list-group-item {
  color: #555555;
}
a.xlbootstrap .list-group-item .list-group-item-heading {
  color: #333333;
}
a.xlbootstrap .list-group-item:hover,
a.xlbootstrap .list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.xlbootstrap .list-group-item.active,
.xlbootstrap .list-group-item.active:hover,
.xlbootstrap .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.xlbootstrap .list-group-item.active .list-group-item-heading,
.xlbootstrap .list-group-item.active:hover .list-group-item-heading,
.xlbootstrap .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.xlbootstrap .list-group-item.active .list-group-item-text,
.xlbootstrap .list-group-item.active:hover .list-group-item-text,
.xlbootstrap .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.xlbootstrap .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.xlbootstrap .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.xlbootstrap .panel {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.xlbootstrap .panel-body {
  padding: 15px;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  display: table;
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  display: table;
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  display: table;
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  display: table;
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel-body:before,
.xlbootstrap .panel-body:after {
  content: " ";
  display: table;
}
.xlbootstrap .panel-body:after {
  clear: both;
}
.xlbootstrap .panel > .list-group {
  margin-bottom: 0;
}
.xlbootstrap .panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.xlbootstrap .panel > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap .panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.xlbootstrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.xlbootstrap .panel > .table {
  margin-bottom: 0;
}
.xlbootstrap .panel > .panel-body + .table {
  border-top: 1px solid #e8e8e8;
}
.xlbootstrap .panel-heading {
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.xlbootstrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap .panel-title > a {
  color: inherit;
}
.xlbootstrap .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.xlbootstrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.xlbootstrap .panel-group .panel + .panel {
  margin-top: 5px;
}
.xlbootstrap .panel-group .panel-heading {
  border-bottom: 0;
}
.xlbootstrap .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.xlbootstrap .panel-group .panel-footer {
  border-top: 0;
}
.xlbootstrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.xlbootstrap .panel-default {
  border-color: #dddddd;
}
.xlbootstrap .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.xlbootstrap .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.xlbootstrap .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.xlbootstrap .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.xlbootstrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.xlbootstrap .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.xlbootstrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.xlbootstrap .panel-primary {
  border-color: #337ab7;
}
.xlbootstrap .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.xlbootstrap .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #337ab7;
}
.xlbootstrap .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #337ab7;
}
.xlbootstrap .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.xlbootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.xlbootstrap .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.xlbootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.xlbootstrap .panel-success {
  border-color: #d6e9c6;
}
.xlbootstrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.xlbootstrap .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.xlbootstrap .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.xlbootstrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.xlbootstrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.xlbootstrap .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.xlbootstrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.xlbootstrap .panel-warning {
  border-color: #faebcc;
}
.xlbootstrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.xlbootstrap .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.xlbootstrap .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.xlbootstrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.xlbootstrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.xlbootstrap .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.xlbootstrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.xlbootstrap .panel-danger {
  border-color: #ebccd1;
}
.xlbootstrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.xlbootstrap .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.xlbootstrap .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.xlbootstrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.xlbootstrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.xlbootstrap .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.xlbootstrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.xlbootstrap .panel-info {
  border-color: #bce8f1;
}
.xlbootstrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.xlbootstrap .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.xlbootstrap .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.xlbootstrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.xlbootstrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.xlbootstrap .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.xlbootstrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.xlbootstrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.xlbootstrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.xlbootstrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.xlbootstrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.xlbootstrap .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.xlbootstrap .close:hover,
.xlbootstrap .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.xlbootstrap .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.xlbootstrap .modal-open {
  overflow: hidden;
}
body.xlbootstrap .modal-open,
.xlbootstrap .modal-open .navbar-fixed-top,
.xlbootstrap .modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.xlbootstrap .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.xlbootstrap .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.xlbootstrap .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.xlbootstrap .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.xlbootstrap .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.xlbootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.xlbootstrap .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.xlbootstrap .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.xlbootstrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.xlbootstrap .modal-header .close {
  margin-top: -2px;
}
.xlbootstrap .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.xlbootstrap .modal-body {
  position: relative;
  padding: 15px;
}
.xlbootstrap .modal-footer {
  margin-top: 10px;
  padding: 14px 15px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer:before,
.xlbootstrap .modal-footer:after {
  content: " ";
  display: table;
}
.xlbootstrap .modal-footer:after {
  clear: both;
}
.xlbootstrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.xlbootstrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.xlbootstrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .xlbootstrap .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xlbootstrap .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.xlbootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.xlbootstrap .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.xlbootstrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.xlbootstrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.xlbootstrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.xlbootstrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.xlbootstrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.xlbootstrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.xlbootstrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.xlbootstrap .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.xlbootstrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.xlbootstrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.xlbootstrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.xlbootstrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.xlbootstrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.xlbootstrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.xlbootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  padding: 1px;
  text-align: left;
  font-weight: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.xlbootstrap .popover.top {
  margin-top: -10px;
}
.xlbootstrap .popover.right {
  margin-left: 10px;
}
.xlbootstrap .popover.bottom {
  margin-top: 10px;
}
.xlbootstrap .popover.left {
  margin-left: -10px;
}
.xlbootstrap .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.xlbootstrap .popover-content {
  padding: 9px 14px;
}
.xlbootstrap .popover .arrow,
.xlbootstrap .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.xlbootstrap .popover .arrow {
  border-width: 11px;
}
.xlbootstrap .popover .arrow:after {
  border-width: 10px;
  content: "";
}
.xlbootstrap .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #c0c0c0;
  bottom: -11px;
}
.xlbootstrap .popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f8f8f8;
}
.xlbootstrap .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #c0c0c0;
}
.xlbootstrap .popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f8f8f8;
}
.xlbootstrap .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #c0c0c0;
  top: -11px;
}
.xlbootstrap .popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f8f8f8;
}
.xlbootstrap .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #c0c0c0;
}
.xlbootstrap .popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f8f8f8;
  bottom: -10px;
}
.xlbootstrap .carousel {
  position: relative;
}
.xlbootstrap .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.xlbootstrap .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.xlbootstrap .carousel-inner > .item > img,
.xlbootstrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.xlbootstrap .carousel-inner > .active,
.xlbootstrap .carousel-inner > .next,
.xlbootstrap .carousel-inner > .prev {
  display: block;
}
.xlbootstrap .carousel-inner > .active {
  left: 0;
}
.xlbootstrap .carousel-inner > .next,
.xlbootstrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.xlbootstrap .carousel-inner > .next {
  left: 100%;
}
.xlbootstrap .carousel-inner > .prev {
  left: -100%;
}
.xlbootstrap .carousel-inner > .next.left,
.xlbootstrap .carousel-inner > .prev.right {
  left: 0;
}
.xlbootstrap .carousel-inner > .active.left {
  left: -100%;
}
.xlbootstrap .carousel-inner > .active.right {
  left: 100%;
}
.xlbootstrap .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.xlbootstrap .carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.xlbootstrap .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.xlbootstrap .carousel-control:hover,
.xlbootstrap .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.xlbootstrap .carousel-control .icon-prev,
.xlbootstrap .carousel-control .icon-next,
.xlbootstrap .carousel-control .glyphicon-chevron-left,
.xlbootstrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.xlbootstrap .carousel-control .icon-prev,
.xlbootstrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.xlbootstrap .carousel-control .icon-prev:before {
  content: '\2039';
}
.xlbootstrap .carousel-control .icon-next:before {
  content: '\203a';
}
.xlbootstrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.xlbootstrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.xlbootstrap .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.xlbootstrap .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.xlbootstrap .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .xlbootstrap .carousel-control .icon-prev,
  .xlbootstrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .xlbootstrap .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .xlbootstrap .carousel-indicators {
    bottom: 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.xlbootstrap .hidden {
  display: none !important;
  visibility: hidden !important;
}
.xlbootstrap .visible-xs {
  display: none !important;
}
tr.xlbootstrap .visible-xs {
  display: none !important;
}
th.xlbootstrap .visible-xs,
td.xlbootstrap .visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .xlbootstrap .visible-xs {
    display: block !important;
  }
  tr.xlbootstrap .visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs,
  td.xlbootstrap .visible-xs {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-xs {
    display: table !important;
  }
  tr.xlbootstrap .visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs,
  td.xlbootstrap .visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .visible-xs.visible-sm {
    display: block !important;
  }
  tr.xlbootstrap .visible-xs.visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs.visible-sm,
  td.xlbootstrap .visible-xs.visible-sm {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-xs.visible-sm {
    display: table !important;
  }
  tr.xlbootstrap .visible-xs.visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs.visible-sm,
  td.xlbootstrap .visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .visible-xs.visible-md {
    display: block !important;
  }
  tr.xlbootstrap .visible-xs.visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs.visible-md,
  td.xlbootstrap .visible-xs.visible-md {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-xs.visible-md {
    display: table !important;
  }
  tr.xlbootstrap .visible-xs.visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs.visible-md,
  td.xlbootstrap .visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .visible-xs.visible-lg {
    display: block !important;
  }
  tr.xlbootstrap .visible-xs.visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs.visible-lg,
  td.xlbootstrap .visible-xs.visible-lg {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-xs.visible-lg {
    display: table !important;
  }
  tr.xlbootstrap .visible-xs.visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-xs.visible-lg,
  td.xlbootstrap .visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.xlbootstrap .visible-sm {
  display: none !important;
}
tr.xlbootstrap .visible-sm {
  display: none !important;
}
th.xlbootstrap .visible-sm,
td.xlbootstrap .visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .xlbootstrap .visible-sm.visible-xs {
    display: block !important;
  }
  tr.xlbootstrap .visible-sm.visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm.visible-xs,
  td.xlbootstrap .visible-sm.visible-xs {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-sm.visible-xs {
    display: table !important;
  }
  tr.xlbootstrap .visible-sm.visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm.visible-xs,
  td.xlbootstrap .visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .visible-sm {
    display: block !important;
  }
  tr.xlbootstrap .visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm,
  td.xlbootstrap .visible-sm {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-sm {
    display: table !important;
  }
  tr.xlbootstrap .visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm,
  td.xlbootstrap .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .visible-sm.visible-md {
    display: block !important;
  }
  tr.xlbootstrap .visible-sm.visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm.visible-md,
  td.xlbootstrap .visible-sm.visible-md {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-sm.visible-md {
    display: table !important;
  }
  tr.xlbootstrap .visible-sm.visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm.visible-md,
  td.xlbootstrap .visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .visible-sm.visible-lg {
    display: block !important;
  }
  tr.xlbootstrap .visible-sm.visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm.visible-lg,
  td.xlbootstrap .visible-sm.visible-lg {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-sm.visible-lg {
    display: table !important;
  }
  tr.xlbootstrap .visible-sm.visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-sm.visible-lg,
  td.xlbootstrap .visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.xlbootstrap .visible-md {
  display: none !important;
}
tr.xlbootstrap .visible-md {
  display: none !important;
}
th.xlbootstrap .visible-md,
td.xlbootstrap .visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .xlbootstrap .visible-md.visible-xs {
    display: block !important;
  }
  tr.xlbootstrap .visible-md.visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md.visible-xs,
  td.xlbootstrap .visible-md.visible-xs {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-md.visible-xs {
    display: table !important;
  }
  tr.xlbootstrap .visible-md.visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md.visible-xs,
  td.xlbootstrap .visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .visible-md.visible-sm {
    display: block !important;
  }
  tr.xlbootstrap .visible-md.visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md.visible-sm,
  td.xlbootstrap .visible-md.visible-sm {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-md.visible-sm {
    display: table !important;
  }
  tr.xlbootstrap .visible-md.visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md.visible-sm,
  td.xlbootstrap .visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .visible-md {
    display: block !important;
  }
  tr.xlbootstrap .visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md,
  td.xlbootstrap .visible-md {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-md {
    display: table !important;
  }
  tr.xlbootstrap .visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md,
  td.xlbootstrap .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .visible-md.visible-lg {
    display: block !important;
  }
  tr.xlbootstrap .visible-md.visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md.visible-lg,
  td.xlbootstrap .visible-md.visible-lg {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-md.visible-lg {
    display: table !important;
  }
  tr.xlbootstrap .visible-md.visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-md.visible-lg,
  td.xlbootstrap .visible-md.visible-lg {
    display: table-cell !important;
  }
}
.xlbootstrap .visible-lg {
  display: none !important;
}
tr.xlbootstrap .visible-lg {
  display: none !important;
}
th.xlbootstrap .visible-lg,
td.xlbootstrap .visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .xlbootstrap .visible-lg.visible-xs {
    display: block !important;
  }
  tr.xlbootstrap .visible-lg.visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg.visible-xs,
  td.xlbootstrap .visible-lg.visible-xs {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-lg.visible-xs {
    display: table !important;
  }
  tr.xlbootstrap .visible-lg.visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg.visible-xs,
  td.xlbootstrap .visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .visible-lg.visible-sm {
    display: block !important;
  }
  tr.xlbootstrap .visible-lg.visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg.visible-sm,
  td.xlbootstrap .visible-lg.visible-sm {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-lg.visible-sm {
    display: table !important;
  }
  tr.xlbootstrap .visible-lg.visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg.visible-sm,
  td.xlbootstrap .visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .visible-lg.visible-md {
    display: block !important;
  }
  tr.xlbootstrap .visible-lg.visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg.visible-md,
  td.xlbootstrap .visible-lg.visible-md {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-lg.visible-md {
    display: table !important;
  }
  tr.xlbootstrap .visible-lg.visible-md {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg.visible-md,
  td.xlbootstrap .visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .visible-lg {
    display: block !important;
  }
  tr.xlbootstrap .visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg,
  td.xlbootstrap .visible-lg {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-lg {
    display: table !important;
  }
  tr.xlbootstrap .visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap .visible-lg,
  td.xlbootstrap .visible-lg {
    display: table-cell !important;
  }
}
.xlbootstrap .hidden-xs {
  display: block !important;
}
tr.xlbootstrap .hidden-xs {
  display: table-row !important;
}
th.xlbootstrap .hidden-xs,
td.xlbootstrap .hidden-xs {
  display: table-cell !important;
}
table.xlbootstrap .hidden-xs {
  display: table !important;
}
tr.xlbootstrap .hidden-xs {
  display: table-row !important;
}
th.xlbootstrap .hidden-xs,
td.xlbootstrap .hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .xlbootstrap .hidden-xs {
    display: none !important;
  }
  tr.xlbootstrap .hidden-xs {
    display: none !important;
  }
  th.xlbootstrap .hidden-xs,
  td.xlbootstrap .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.xlbootstrap .hidden-xs.hidden-sm {
    display: none !important;
  }
  th.xlbootstrap .hidden-xs.hidden-sm,
  td.xlbootstrap .hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.xlbootstrap .hidden-xs.hidden-md {
    display: none !important;
  }
  th.xlbootstrap .hidden-xs.hidden-md,
  td.xlbootstrap .hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.xlbootstrap .hidden-xs.hidden-lg {
    display: none !important;
  }
  th.xlbootstrap .hidden-xs.hidden-lg,
  td.xlbootstrap .hidden-xs.hidden-lg {
    display: none !important;
  }
}
.xlbootstrap .hidden-sm {
  display: block !important;
}
tr.xlbootstrap .hidden-sm {
  display: table-row !important;
}
th.xlbootstrap .hidden-sm,
td.xlbootstrap .hidden-sm {
  display: table-cell !important;
}
table.xlbootstrap .hidden-sm {
  display: table !important;
}
tr.xlbootstrap .hidden-sm {
  display: table-row !important;
}
th.xlbootstrap .hidden-sm,
td.xlbootstrap .hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .xlbootstrap .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.xlbootstrap .hidden-sm.hidden-xs {
    display: none !important;
  }
  th.xlbootstrap .hidden-sm.hidden-xs,
  td.xlbootstrap .hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .hidden-sm {
    display: none !important;
  }
  tr.xlbootstrap .hidden-sm {
    display: none !important;
  }
  th.xlbootstrap .hidden-sm,
  td.xlbootstrap .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.xlbootstrap .hidden-sm.hidden-md {
    display: none !important;
  }
  th.xlbootstrap .hidden-sm.hidden-md,
  td.xlbootstrap .hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.xlbootstrap .hidden-sm.hidden-lg {
    display: none !important;
  }
  th.xlbootstrap .hidden-sm.hidden-lg,
  td.xlbootstrap .hidden-sm.hidden-lg {
    display: none !important;
  }
}
.xlbootstrap .hidden-md {
  display: block !important;
}
tr.xlbootstrap .hidden-md {
  display: table-row !important;
}
th.xlbootstrap .hidden-md,
td.xlbootstrap .hidden-md {
  display: table-cell !important;
}
table.xlbootstrap .hidden-md {
  display: table !important;
}
tr.xlbootstrap .hidden-md {
  display: table-row !important;
}
th.xlbootstrap .hidden-md,
td.xlbootstrap .hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .xlbootstrap .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.xlbootstrap .hidden-md.hidden-xs {
    display: none !important;
  }
  th.xlbootstrap .hidden-md.hidden-xs,
  td.xlbootstrap .hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.xlbootstrap .hidden-md.hidden-sm {
    display: none !important;
  }
  th.xlbootstrap .hidden-md.hidden-sm,
  td.xlbootstrap .hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .hidden-md {
    display: none !important;
  }
  tr.xlbootstrap .hidden-md {
    display: none !important;
  }
  th.xlbootstrap .hidden-md,
  td.xlbootstrap .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.xlbootstrap .hidden-md.hidden-lg {
    display: none !important;
  }
  th.xlbootstrap .hidden-md.hidden-lg,
  td.xlbootstrap .hidden-md.hidden-lg {
    display: none !important;
  }
}
.xlbootstrap .hidden-lg {
  display: block !important;
}
tr.xlbootstrap .hidden-lg {
  display: table-row !important;
}
th.xlbootstrap .hidden-lg,
td.xlbootstrap .hidden-lg {
  display: table-cell !important;
}
table.xlbootstrap .hidden-lg {
  display: table !important;
}
tr.xlbootstrap .hidden-lg {
  display: table-row !important;
}
th.xlbootstrap .hidden-lg,
td.xlbootstrap .hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .xlbootstrap .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.xlbootstrap .hidden-lg.hidden-xs {
    display: none !important;
  }
  th.xlbootstrap .hidden-lg.hidden-xs,
  td.xlbootstrap .hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.xlbootstrap .hidden-lg.hidden-sm {
    display: none !important;
  }
  th.xlbootstrap .hidden-lg.hidden-sm,
  td.xlbootstrap .hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.xlbootstrap .hidden-lg.hidden-md {
    display: none !important;
  }
  th.xlbootstrap .hidden-lg.hidden-md,
  td.xlbootstrap .hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap .hidden-lg {
    display: none !important;
  }
  tr.xlbootstrap .hidden-lg {
    display: none !important;
  }
  th.xlbootstrap .hidden-lg,
  td.xlbootstrap .hidden-lg {
    display: none !important;
  }
}
.xlbootstrap .visible-print {
  display: none !important;
}
tr.xlbootstrap .visible-print {
  display: none !important;
}
th.xlbootstrap .visible-print,
td.xlbootstrap .visible-print {
  display: none !important;
}
@media print {
  .xlbootstrap .visible-print {
    display: block !important;
  }
  tr.xlbootstrap .visible-print {
    display: table-row !important;
  }
  th.xlbootstrap .visible-print,
  td.xlbootstrap .visible-print {
    display: table-cell !important;
  }
  table.xlbootstrap .visible-print {
    display: table !important;
  }
  tr.xlbootstrap .visible-print {
    display: table-row !important;
  }
  th.xlbootstrap .visible-print,
  td.xlbootstrap .visible-print {
    display: table-cell !important;
  }
  .xlbootstrap .hidden-print {
    display: none !important;
  }
  tr.xlbootstrap .hidden-print {
    display: none !important;
  }
  th.xlbootstrap .hidden-print,
  td.xlbootstrap .hidden-print {
    display: none !important;
  }
}
.xlbootstrap h1,
.xlbootstrap .h1 {
  font-size: 17px;
  color: #252525;
}
.xlbootstrap .row.dashboard {
  margin-left: 0;
  margin-right: 0;
}
.xlbootstrap #right_column .panel-heading {
  border: none;
}
.xlbootstrap #right_column .panel-body {
  background-color: #cedef2;
  padding: 0 4px;
}
.xlbootstrap .panel-footer a,
.xlbootstrap .panel-heading a {
  text-decoration: underline;
}
.xlbootstrap #upcoming_assignment_list a {
  color: #1c5d9a;
}
.xlbootstrap #upcoming_assignment_list li {
  color: #323232;
}
.xlbootstrap #course_timeline_graph,
.xlbootstrap #overall_score_graph {
  padding-bottom: 20px;
}
.xlbootstrap #upcoming_assignment_list,
.xlbootstrap #recent_achievement_list {
  padding: 0;
  margin: 0;
}
.xlbootstrap #upcoming_assignment_list li {
  list-style-type: none;
  padding: 3px 0 3px 1px;
}
.xlbootstrap li.External {
  background: url(dashboard/images/dashboard_o.png) left center no-repeat;
}
.xlbootstrap li.diamond {
  background: url(dashboard/images/dashboard_t.png) left center no-repeat;
}
.xlbootstrap li.circle {
  background: url(dashboard/images/dashboard_h.png) left center no-repeat;
}
.xlbootstrap li.square {
  background: url(dashboard/images/dashboard_q.png) left center no-repeat;
}
.xlbootstrap li.pin {
  background: url(dashboard/images/pin.png) left center no-repeat;
}
.xlbootstrap #recent_achievement_list li {
  list-style-type: none;
  padding: 10px 0 10px 40px;
  background: url(../assets/images/large-circle.png) left center no-repeat;
}
.xlbootstrap #calendar_panel .panel-body {
  padding: 5px 0px;
}
.xlbootstrap #calendar_list li {
  padding: 0 0px !important;
  vertical-align: bottom;
}
.xlbootstrap .calendar_day_content {
  padding: 0 4px 4px 0px;
  border: 2px solid #112f54;
  background-color: #ffffff;
  height: 99px;
  width: 115px;
}
.xlbootstrap .calendar_day.active .calendar_day_content {
  border-color: #fa960e;
}
.xlbootstrap .active {
  border-color: #fa960e;
}
.xlbootstrap .calendar_day.active p {
  font-weight: bold;
}
.xlbootstrap .calendar_day.active p.date {
  font-weight: normal;
  color: #323232;
}
.xlbootstrap p.date {
  color: #7e7e7e;
}
.xlbootstrap .calendar_day p {
  margin-bottom: 8px;
}
.xlbootstrap #countdown_clock {
  padding-left: 10px;
  width: 106px;
}
.xlbootstrap #countdown_clock_numbers {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 21px;
  text-shadow: -1px 0px 2px rgba(0, 0, 0, 0.5);
  background: url(dashboard/images/next_due_bg.png) no-repeat;
  height: 44px;
}
.xlbootstrap #countdown_clock_numbers li {
  width: 32px;
  padding-top: 9px;
  padding-left: 10px;
}
.xlbootstrap #achivement_well {
  border-color: #434e98;
}
.xlbootstrap #view_all {
  width: 150px;
  float: right;
}
.xlbootstrap #top_button_s {
  width: 900px;
  position: relative;
  left: -268px;
  top: -22px;
}
.xlbootstrap #top_button_r {
  position: relative;
  top: -29px;
  left: 250px;
  width: 118px;
}
.xlbootstrap #view_all a {
  text-decoration: underline;
}
.xlbootstrap #toprecommendation_display {
  height: 41px;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  background-color: #e6edf8;
  margin-top: 16px;
  position: relative;
  top: -20px;
  padding-top: 15px;
  padding-left: 52px;
  padding-bottom: 40px;
  border-radius: 15px 15px 15px 15px;
  text-align: left;
}
.xlbootstrap #toprecommendation_icon {
  width: 100%;
  margin-left: -38px;
  height: 30px;
  padding-top: 5px;
  margin-top: -4px;
}
.xlbootstrap #toprecommendation_icon a {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  text-decoration: underline;
}
.xlbootstrap .btn,
.xlbootstrap a.btn {
  text-decoration: none;
}
.xlbootstrap #reminder {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  background-color: #f4f4f4;
  width: 100%;
  position: relative;
  padding-top: 24px;
  padding-left: 10px;
  padding-bottom: 24px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.xlbootstrap #reminder_title {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  top: -20px;
  font-weight: Bold;
  padding-left: 10px;
}
.xlbootstrap #warning {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  background-color: #e9eefe;
  width: 100%;
  position: relative;
  padding-top: 24px;
  padding-left: 20px;
  padding-bottom: 24px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.xlbootstrap #warning_title {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  top: -20px;
  font-weight: Bold;
  padding-left: 10px;
}
.xlbootstrap #warning_red {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #9d241a;
  float: left;
  font-weight: Bold;
}
.xlbootstrap #warning_desc {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-left: 30px;
  font-weight: Bold;
}
.xlbootstrap #warning_row {
  padding-top: 4px;
  padding-bottom: 4px;
}
.xlbootstrap .note {
  padding-top: 12px;
}
.xlbootstrap #top_shad {
  background: url('../images/shad_bkgd.png') repeat-x;
}
.xlbootstrap #ho_head {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  font-size: 16px;
  font-weight: Bold;
}
.xlbootstrap #ho {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
}
.xlbootstrap .ho_label {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-top: 10px;
  font-size: 12px;
  font-weight: Bold;
  float: left;
  position: absolute;
}
.xlbootstrap .ho_desc {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-top: 10px;
  font-size: 12px;
  width: 200px;
  position: relative;
  margin-left: 170px;
}
.xlbootstrap .ho_desc1 {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-top: 10px;
  font-size: 12px;
  width: 100%;
  margin-left: 70px;
  position: relative;
  margin-left: 172px;
}
.xlbootstrap .ho_desc2 {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-top: 10px;
  font-size: 12px;
  width: 100%;
  position: relative;
}
.xlbootstrap #rm {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  background-color: #f4f4f4;
  float: right;
  padding-top: 24px;
  padding-left: 20px;
  padding-bottom: 24px;
  border-radius: 15px 15px 15px 15px;
  width: 478px;
}
.xlbootstrap #rm_title {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  margin-top: -10px;
  font-weight: Bold;
}
.xlbootstrap .rem_desc {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  padding-right: 13px;
  font-weight: normal!important;
}
.xlbootstrap #dd {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  background-color: #e6edf8;
  width: 100%;
  margin: 16px;
  position: relative;
  top: -20px;
  padding-top: 24px;
  padding-left: 20px;
  padding-bottom: 24px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.xlbootstrap .dd_title {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  font-weight: Bold;
  padding-left: 10px;
  height: 50px;
  vertical-align: bottom;
  padding-top: 16px;
}
.xlbootstrap .questionList.noneAnswered .not_answered {
  padding-left: 0px;
}
.xlbootstrap .lo_ob {
  font-weight: Bold;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
}
.xlbootstrap #dd_row1 {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  top: -20px;
  font-weight: Bold;
  padding-left: 10px;
}
.xlbootstrap #dd_row2 {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  top: -20px;
  font-weight: Bold;
  padding-left: 10px;
}
.xlbootstrap .dd_cell1 {
  width: 50%;
  text-align: left;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  vertical-align: top;
}
.xlbootstrap .dd_cell2 {
  width: 40%;
  text-align: left;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  vertical-align: top;
}
.xlbootstrap .dd_cell3 {
  width: 10%;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  text-align: left;
  vertical-align: top;
}
.xlbootstrap .dd_desc {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-right: 13px;
  font-weight: normal!important;
}
.xlbootstrap #dd_desc_g {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #323232;
  padding-left: 30px;
  font-weight: Bold;
}
.xlbootstrap .dd_left {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  float: left;
}
.xlbootstrap #dd_red {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: #9d241a;
  font-size: 14px;
  float: left;
  width: 188px;
  font-weight: Bold;
}
.xlbootstrap .par_button {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4a78af), color-stop(1, #226099));
  background: -moz-linear-gradient(center top, #4a78af 5%, #226099 100%);
  background: -ms-linear-gradient(top, #4a78af 5%, #226099 100%) repeat scroll 0 0 #3d94f6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a78af', endColorstr='#226099');
  background-color: #3d94f6;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  text-indent: 0px;
  display: inline-block;
  color: #FFFFFF!important;
  font-size: 12px;
  font-weight: Bold;
  font-style: normal;
  height: 29px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  text-decoration: none;
  text-align: center;
  text-decoration: none!important;
  text-shadow: 1px 1px 0px #1570cd;
}
.xlbootstrap ul.ulTabBar {
  list-style-type: none;
  padding: 0 0 0 0px;
  margin: 10px 10px 8px 0px;
  padding-top: 10px;
}
.xlbootstrap ul.ulTabBar li {
  display: inline;
  background: #ffffff;
  font-weight: bold;
  padding: 8px 8px 10px 8px;
  margin-right: 10px;
  border-color: #e8e8e8 !important;
  border-radius: 5px 5px 0px 0px;
  border: solid 1px;
}
.xlbootstrap ul.ulTabBar li.selectedTab {
  background: #e8e8e8;
  padding: 8px 8px 10px 8px;
}
.xlbootstrap ul.ulTabBar li a,
.xlbootstrap ul.ulTabBar li a:link,
.xlbootstrap ul.ulTabBar li a:visited,
.xlbootstrap ul.ulTabBar li a:hover,
.xlbootstrap ul.ulTabBar li a:active {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap ul.ulTabBar li.selectedTab a,
.xlbootstrap ul.ulTabBar li.selectedTab a:link,
.xlbootstrap ul.ulTabBar li.selectedTab a:visited,
.xlbootstrap ul.ulTabBar li.selectedTab a:hover,
.xlbootstrap ul.ulTabBar li.selectedTab a:active {
  color: #252525;
}
.xlbootstrap a[href]:after {
  content: "";
}
.xlbootstrap .jquerycssmenu_IE8 {
  float: right;
  margin-right: 30px;
}
.xlbootstrap .jquerycssmenu_IE8 ul {
  list-style: none;
}
.xlbootstrap .jquerycssmenu_IE8 ul li {
  float: left;
}
.xlbootstrap .jquerycssmenu_IE8 ul li:hover {
  position: relative;
  zoom: 1;
}
.xlbootstrap .jquerycssmenu_IE8 ul li a {
  display: block;
  margin-right: 6px;
  /*spacing between tabs*/
}
.xlbootstrap .jquerycssmenu_IE8 ul li ul {
  position: absolute;
  right: 0;
  left: auto;
  float: right;
  display: none;
  z-index: 1000;
}
.xlbootstrap div.ULTabBarUnderBar {
  background-color: #e8e8e8;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
/* Global System Palette */
/* High Contrast Tones */
/* Medium Contrast Tones */
/* Super Light Tones */
/* Conditional Palette */
/* Theme Palette */
.nav-collapse-clear-none {
  clear: none;
}
.hidden {
  visibility: inherit;
}
.xlbootstrap .navbar-fixed-top,
.xlbootstrap .navbar-fixed-bottom {
  right: 0;
  left: 0;
  border-width: 0 0 0px;
}
.xlbootstrap .main-row-integration {
  margin-top: 0px;
}
.xlbootstrap .bottom-bar {
  height: 40px;
  position: fixed;
  margin-right: 0px;
  margin-left: 0px;
}
.xlbootstrap .bottom-bar .navbar-inner {
  padding: 0px;
}
.xlbootstrap .overview.bottom.popover {
  border: 1px solid black;
  left: -206px !important;
  width: 650px;
  max-width: 650px;
}
.xlbootstrap .overview.bottom.popover .progressOverview {
  height: 40px;
  margin-top: 15px;
  background-color: #edf3fc;
}
.xlbootstrap .overview.bottom.popover .overviewInfoLabel {
  width: 20%;
  text-align: center;
  margin-top: 10px;
  float: left;
}
.xlbootstrap .overview.bottom.popover .titleText {
  width: 50%;
  text-align: center;
  color: white;
  margin-top: 6px;
  margin-left: 25%;
  position: absolute;
}
.xlbootstrap .overview.bottom.popover .exerciseLink {
  text-decoration: underline;
}
.xlbootstrap .overview.bottom.popover .exerciseTextWithPadding {
  width: 60px;
  text-align: left;
  margin-left: 218px;
  float: left;
}
.xlbootstrap .overview.bottom.popover .exerciseRow {
  width: 100%;
  height: 30px;
}
.xlbootstrap .overview.bottom.popover .arrow::after {
  border-bottom-color: black;
}
.xlbootstrap .overview.bottom.popover .arrow {
  border-bottom-color: black;
}
.xlbootstrap .overview.bottom.popover .exerciseText {
  width: 60px;
  text-align: left;
  float: left;
}
.xlbootstrap .overview.bottom.popover .popover-title {
  height: 30px;
  padding-left: 0px;
  background-color: black;
}
.xlbootstrap .overview.bottom.popover .popover-inner {
  width: 650px;
}
.xlbootstrap .navbar-inner {
  filter: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.xlbootstrap .player-wrapper {
  left: 0px;
  width: 100%;
  right: 0px;
  min-height: 320px;
}
.xlbootstrap .nav {
  font-family: "HelveticaNeue", "Verdana", "Arial";
}
.xlbootstrap .nav .nav-divider {
  width: 2px;
  height: 40px;
  margin: 0px;
  border-right-color: currentColor;
  border-left-color: currentColor;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  margin: 0 0;
  background-image: url("/common/images/math/verticalDivider.png");
}
.xlbootstrap .btn-progress {
  min-width: 150px;
}
.xlbootstrap body {
  padding-right: 0px;
  padding-left: 0px;
}
.xlbootstrap .btn-clear-all {
  width: 115px;
  color: black;
}
.xlbootstrap .question-bar-inner-econ {
  border-radius: 0px;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-color: #f4eada;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcf7f0', endColorstr='#ebdec5', GradientType=0);
  background-color: #fcf7f0;
  -webkit-border-radius: 0px;
}
.xlbootstrap .main-navbar-inner {
  border: 0px currentColor;
  background-repeat: repeat-x;
  background-color: #38428e;
  background-image: url(/Common/images/math/navbarBackground.png);
}
.xlbootstrap .navbar-text-objective-econ {
  color: #426e9a;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 860px;
}
.xlbootstrap .question-help-button {
  width: 100%;
  text-align: left;
}
.xlbootstrap .navbar-text-topic-econ {
  color: #426e9a;
  overflow: hidden;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 860px;
  text-shadow: 0 0px 0 #000000;
}
.xlbootstrap .navbar-fixed-top {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.xlbootstrap .navbar-fixed-top .navbar-inner {
  padding: 0px;
}
.xlbootstrap .btn-overview-print {
  width: 86px;
  margin-top: 0px;
  margin-left: 15px;
  float: left;
}
.xlbootstrap .bottom-bar-inner-econ {
  border-radius: 0px;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-top-color: #a9a9a9;
  border-top-width: 1px;
  border-top-style: solid;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcf7f0', endColorstr='#ebdec5', GradientType=0);
  background-color: #fcf7f0;
  -webkit-border-radius: 0px;
}
.xlbootstrap .objective-bar-inner {
  border-radius: 0px;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-top-color: #ffffff;
  border-bottom-color: #bfbfbf;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ecf2fc', endColorstr='#ecf2fc', GradientType=0);
  background-color: #ecf2fc;
  -webkit-border-radius: 0px;
}
.xlbootstrap .question-bar {
  margin-bottom: 0px;
}
.xlbootstrap .btn-overview-done {
  width: 86px;
  margin-top: 0px;
  float: right;
}
.xlbootstrap .disabled.btn-clear-all {
  width: 115px;
  color: black;
}
.xlbootstrap .check-answer-button {
  margin-right: 10px;
}
.xlbootstrap .ira.bottom.popover {
  border: 1px solid black;
  left: -306px !important;
  width: 650px;
  max-width: 650px;
}
.xlbootstrap .ira.bottom.popover .popover-inner {
  width: 650px;
}
.xlbootstrap .navbar-text-objective {
  color: black;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 860px;
  max-width: 690px;
  max-width: 240px;
}
.xlbootstrap #mainTopNavContainer div,
.xlbootstrap #mainLeftNav div {
  font-family: "HelveticaNeue", "Verdana", "Arial";
  font-size: 10pt;
}
.xlbootstrap .bottom-nav-buttons {
  padding-right: 10px;
}
.xlbootstrap .btn-next {
  margin-left: -1px;
}
.xlbootstrap .question-bar-inner {
  border-radius: 0px;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-color: #a9a9a9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#efefef', endColorstr='#d0d0d0', GradientType=0);
  background-color: #efefef;
  -webkit-border-radius: 0px;
}
.xlbootstrap .topic-bar-inner {
  border-radius: 0px;
  border: 0px currentColor;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
  background-color: #6994c4;
  -webkit-border-radius: 0px;
}
.xlbootstrap .popover-title {
  height: 40px;
}
.xlbootstrap .objective-bar {
  margin-bottom: 0px;
}
.xlbootstrap .navbar-text {
  float: left;
  margin-top: 12px;
  margin-bottom: 0px;
  color: inherit;
  text-shadow: #ffffff;
}
.xlbootstrap .main-content-container {
  width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}
.xlbootstrap .buttonSectionDivider {
  padding-top: 17px;
}
.xlbootstrap .bottom.popover {
  padding: 0px;
  left: -70px;
  width: 200px;
}
.xlbootstrap .bottom.popover .arrow {
  left: 137px;
}
.xlbootstrap .progress-area {
  width: 208px;
}
.xlbootstrap .objective-bar-container {
  height: 40px;
  padding-top: 0px;
}
.xlbootstrap .topic-bar {
  margin-bottom: 0px;
}
.xlbootstrap .navbar-fixed-bottom {
  margin-right: 0px;
  margin-left: 0px;
}
.xlbootstrap .btn-question-help-done {
  margin-top: 0px;
  margin-left: 16px;
  float: right;
}
.xlbootstrap .bottom-bar-inner {
  border-radius: 0px;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-top-color: #a9a9a9;
  border-top-width: 1px;
  border-top-style: solid;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#efefef', endColorstr='#d0d0d0', GradientType=0);
  background-color: #efefef;
  -webkit-border-radius: 0px;
}
.xlbootstrap .navbar-text-topic {
  color: #ffffff;
  overflow: hidden;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 860px;
  text-shadow: 0 1px 0 #000000;
  max-width: 640px;
  max-width: 190px;
}
.xlbootstrap .navbar [disabled].btn-econ {
  background-color: #ebdec5;
}
.xlbootstrap .navbar .nav li.active.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #313873;
}
.xlbootstrap .navbar .nav li.active.open.dropdown > .dropdown-toggle .caret {
  border-top-color: #707070;
  border-bottom-color: #707070;
}
.xlbootstrap .navbar .nav > li > a.my_account_name {
  font-size: 16px;
  font-weight: bold;
  text-shadow: #ffffff;
}
.xlbootstrap .navbar .nav > li > span.my_account_name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 40px;
  color: #ffffff;
  text-shadow: #ffffff;
}
.xlbootstrap .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #707070;
}
.xlbootstrap .navbar .nav li.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #313873;
}
.xlbootstrap .navbar .nav li.open.dropdown > .dropdown-toggle .caret {
  border-top-color: #707070;
  border-bottom-color: #707070;
}
.xlbootstrap .navbar .nav li.active.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #313873;
}
.xlbootstrap .navbar .nav li.active.dropdown > .dropdown-toggle .caret {
  border-top-color: #707070;
  border-bottom-color: #707070;
}
.xlbootstrap .navbar .close-button {
  border: 1px solid #000000;
  width: 100px;
}
.xlbootstrap .navbar .btn-group .btn {
  height: 29px;
}
.xlbootstrap .navbar .save-button {
  width: 85px;
}
.xlbootstrap .navbar .btn {
  border: 1px solid black;
}
.xlbootstrap .navbar .save-assignment-button {
  border: 1px solid #000000;
  width: 150px;
}
.xlbootstrap .navbar .btn-econ:active {
  background-color: #ebdec5;
}
.xlbootstrap .navbar .collapse-button {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#30397f', endColorstr='#505aae', GradientType=0);
  background-repeat: repeat-x;
  background-color: #38428e;
  margin-right: 25px;
}
.xlbootstrap .navbar .brand {
  color: #ffffff;
  font-size: 24px;
  text-shadow: 0 1px 0 #000000;
  padding-left: 30px;
}
.xlbootstrap .navbar .active.btn-econ {
  background-color: #ebdec5;
}
.xlbootstrap .navbar .btn-econ:hover {
  background-color: #ebdec5;
}
.xlbootstrap .navbar .btn-econ {
  color: black;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcf7f0', endColorstr='#ebdec5', GradientType=0);
  background-color: #fcf7f0;
}
.xlbootstrap .navbar .collapse-button:hover {
  color: #505aae;
  background-color: #505aae;
}
.xlbootstrap .navbar .submit-test-button {
  width: 120px;
}
.xlbootstrap .navbar .disabled.btn-econ {
  background-color: #ebdec5;
}
.xlbootstrap .navbar .button-with-border {
  border: 1px solid #000000;
}
.xlbootstrap .btn-group,
.xlbootstrap .btn-group-vertical {
  white-space: nowrap;
}
.xlbootstrap .btn-group > .btn,
.xlbootstrap .btn-group-vertical > .btn {
  float: none;
  display: inline-block;
}
.xlbootstrap .panel {
  background-color: #fff;
}
.navbar .btn-navbar {
  float: left;
}
.mathschool .xlbootstrap .main-navbar-inner {
  border: 0px currentColor;
  background-repeat: repeat-x;
  background-color: #008b5d;
  background-image: url(/Common/images/mathschool/navbarBackground.png);
}
.mathschool .xlbootstrap .dropdown-menu > li > a {
  line-height: 20px;
}
.mathschool .xlbootstrap .dropdown-menu > li > a:hover,
.mathschool .xlbootstrap .dropdown-menu > li > a:focus {
  background-image: none;
  color: #252525;
}
.mathschool .xlbootstrap .dropdown-menu > li > a:hover {
  background-color: #d9d9d9;
}
.mathschool .xlbootstrap .dropdown-menu > li > a:focus {
  background-color: inherit;
}
.mathschool .xlbootstrap .dropdown-menu > .active > a,
.mathschool .xlbootstrap .dropdown-menu > .active > a:hover,
.mathschool .xlbootstrap .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #047a9c;
}
.mathschool .xlbootstrap .navbar .nav li.active.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #1d6110;
}
.mathschool .xlbootstrap .navbar .nav li.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #1d6110;
}
.mathschool .xlbootstrap .navbar .nav li.active.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #1d6110;
}
.mathschool .xlbootstrap .navbar .nav .nav-divider {
  width: 2px;
  border-right-color: currentColor;
  border-left-color: currentColor;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  background-color: #FFFFFF;
  background-image: url("/common/images/mathschool/verticalDivider.png");
}
.mgm .xlbootstrap .main-navbar-inner {
  border: 0px currentColor;
  background-repeat: repeat-x;
  background-color: #000000;
  background-image: url(/Common/images/mgm/navbarBackground.png);
  padding: 0px;
}
.mgm .xlbootstrap img.improvedBanner_logo {
  margin-top: 0px;
  margin-left: 0px;
  height: 40px;
}
.mgm .xlbootstrap .dropdown-menu > li > a {
  line-height: 20px;
}
.mgm .xlbootstrap .dropdown-menu > li > a:hover,
.mgm .xlbootstrap .dropdown-menu > li > a:focus {
  background-image: none;
}
.mgm .xlbootstrap .navbar .nav li.active.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
}
.mgm .xlbootstrap .navbar .nav li.open.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
}
.mgm .xlbootstrap .navbar .nav li.active.dropdown > .dropdown-toggle {
  color: #ffffff;
  background-color: #000000;
}
.mgm .xlbootstrap .navbar .nav .nav-divider {
  width: 2px;
  border-right-color: currentColor;
  border-left-color: currentColor;
  border-right-width: 0px;
  border-left-width: 0px;
  border-right-style: none;
  border-left-style: none;
  margin: 0px;
  background-color: #FFFFFF;
  background-image: url("/Common/images/mgm/verticalDivider.png");
}
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fix-width {
    min-width: 980px;
    padding: 0px;
    width: 100%;
  }
  .player-fix-width {
    min-width: 900px;
    padding: 0px;
    width: 100%;
  }
  .xlbootstrap .navbar-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .xlbootstrap .navbar-nav > li > a {
    padding: 10px 15px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .fix-width {
    min-width: 980px;
    padding: 0px;
    width: 100%;
  }
  .player-fix-width {
    min-width: 900px;
    padding: 0px;
    width: 100%;
  }
  .xlbootstrap .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
}
@media (min-width: 980px) {
  .xlbootstrap .fix-width {
    min-width: 980px;
    padding: 0px;
    width: 100%;
  }
  .xlbootstrap .main-content-container {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    padding: 40px 0px 0px;
  }
  .xlbootstrap .main-row-integration {
    padding-top: 0px;
  }
}
.xlbootstrap .menu-container {
  height: 100%;
  background-color: #f2f2f2;
  font-family: "HelveticaNeue", "Verdana", "Arial";
}
.xlbootstrap .main-content-container-align {
  margin-left: 1px;
}
.xlbootstrap .menu {
  height: 116%;
  z-index: 1;
  background-color: #f2f2f2;
}
.xlbootstrap .navA {
  text-decoration: none;
  display: block;
}
.xlbootstrap .menu-subheader {
  color: #292929;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
  border-top-color: #ffffff;
  border-bottom-color: #d2d2d2;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #f2f2f2;
  font-family: "HelveticaNeue", "Verdana", "Arial";
}
.xlbootstrap .menu-header {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  background-color: #ffffff;
  text-shadow: 0px 1px white;
  border-bottom-color: #d2d2d2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: "HelveticaNeue", "Verdana", "Arial";
}
.xlbootstrap .no-top-border {
  border-top-color: currentColor;
  border-top-width: 0px;
  border-top-style: none;
}
.xlbootstrap .menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
  border-top-color: #ffffff;
  border-bottom-color: #d2d2d2;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #f2f2f2;
  text-shadow: 0px 1px white;
  font-family: "HelveticaNeue", "Verdana", "Arial";
}
.xlbootstrap .menu-item a {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap img.improvedBanner_logo {
  margin-top: 4px;
  margin-left: 25px;
}
.xlbootstrap .menu-item-selected {
  color: #ffffff;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-weight: bold;
  border-bottom-color: #d2d2d2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #364395;
  text-shadow: 0px 2px #000;
  font-family: "HelveticaNeue", "Verdana", "Arial";
}
.xlbootstrap .menu-item-selected a {
  color: #ffffff;
  text-shadow: 0px 1px #333;
}
.xlbootstrap .menu-item-empty {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-weight: bold;
  border-top-color: #ffffff;
  border-bottom-color: #d2d2d2;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #ffffff;
  text-shadow: 0px 1px white;
}
.xlbootstrap .filter-buttons .btn-default {
  border-color: #cccccc;
}
.xlbootstrap .filter-buttons .btn:hover {
  border-color: #3f577c;
}
.xlbootstrap .filter-buttons .btn-group .btn-group:only-child .btn:first-child {
  border-radius: 4px;
}
.panel-row {
  margin-top: 10px;
}
.panel-row ul li {
  margin-left: 10px;
}
.panel-row ul li label {
  font-weight: normal;
  margin-left: 5px;
}
.wiz-dash {
  float: left;
  padding: 4px;
}
.xlbootstrap .input-sm.wiz-input-sm,
.xlbootstrap3 .input-sm.wiz-input-sm {
  padding-right: 5px;
  padding-left: 5px;
}
.personalization-options-table {
  width: 100%;
  margin-left: 10px;
}
.personalization-options-table tbody > tr > td {
  vertical-align: top;
  white-space: nowrap;
  padding-bottom: 15px;
}
.personalization-options-table tbody > tr > td label {
  font-weight: bold !important;
}
.personalization-options-table tbody > tr > td.adaptiveOption {
  padding-left: 18px;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * XL Variables and Overrides
 */
/* Alternate wells - Primarily in Study Plan */
/* Default button */
/* Primary button */
/* CTA - Call to action buttons */
.xlbootstrap3 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
.xlbootstrap3 html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.xlbootstrap3 body {
  margin: 0;
}
.xlbootstrap3 article,
.xlbootstrap3 aside,
.xlbootstrap3 details,
.xlbootstrap3 figcaption,
.xlbootstrap3 figure,
.xlbootstrap3 footer,
.xlbootstrap3 header,
.xlbootstrap3 hgroup,
.xlbootstrap3 main,
.xlbootstrap3 menu,
.xlbootstrap3 nav,
.xlbootstrap3 section,
.xlbootstrap3 summary {
  display: block;
}
.xlbootstrap3 audio,
.xlbootstrap3 canvas,
.xlbootstrap3 progress,
.xlbootstrap3 video {
  display: inline-block;
  vertical-align: baseline;
}
.xlbootstrap3 audio:not([controls]) {
  display: none;
  height: 0;
}
.xlbootstrap3 [hidden],
.xlbootstrap3 template {
  display: none;
}
.xlbootstrap3 a {
  background-color: transparent;
}
.xlbootstrap3 a:active,
.xlbootstrap3 a:hover {
  outline: 0;
}
.xlbootstrap3 abbr[title] {
  border-bottom: 1px dotted;
}
.xlbootstrap3 b,
.xlbootstrap3 strong {
  font-weight: bold;
}
.xlbootstrap3 dfn {
  font-style: italic;
}
.xlbootstrap3 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.xlbootstrap3 mark {
  background: #ff0;
  color: #000;
}
.xlbootstrap3 small {
  font-size: 80%;
}
.xlbootstrap3 sub,
.xlbootstrap3 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.xlbootstrap3 sup {
  top: -0.5em;
}
.xlbootstrap3 sub {
  bottom: -0.25em;
}
.xlbootstrap3 img {
  border: 0;
}
.xlbootstrap3 svg:not(:root) {
  overflow: hidden;
}
.xlbootstrap3 figure {
  margin: 1em 40px;
}
.xlbootstrap3 hr {
  box-sizing: content-box;
  height: 0;
}
.xlbootstrap3 pre {
  overflow: auto;
}
.xlbootstrap3 code,
.xlbootstrap3 kbd,
.xlbootstrap3 pre,
.xlbootstrap3 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.xlbootstrap3 button,
.xlbootstrap3 input,
.xlbootstrap3 optgroup,
.xlbootstrap3 select,
.xlbootstrap3 textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.xlbootstrap3 button {
  overflow: visible;
}
.xlbootstrap3 button,
.xlbootstrap3 select {
  text-transform: none;
}
.xlbootstrap3 button,
.xlbootstrap3 html input[type="button"],
.xlbootstrap3 input[type="reset"],
.xlbootstrap3 input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.xlbootstrap3 button[disabled],
.xlbootstrap3 html input[disabled] {
  cursor: default;
}
.xlbootstrap3 button::-moz-focus-inner,
.xlbootstrap3 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.xlbootstrap3 input {
  line-height: normal;
}
.xlbootstrap3 input[type="checkbox"],
.xlbootstrap3 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.xlbootstrap3 input[type="number"]::-webkit-inner-spin-button,
.xlbootstrap3 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.xlbootstrap3 input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.xlbootstrap3 input[type="search"]::-webkit-search-cancel-button,
.xlbootstrap3 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.xlbootstrap3 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.xlbootstrap3 legend {
  border: 0;
  padding: 0;
}
.xlbootstrap3 textarea {
  overflow: auto;
}
.xlbootstrap3 optgroup {
  font-weight: bold;
}
.xlbootstrap3 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.xlbootstrap3 td,
.xlbootstrap3 th {
  padding: 0;
}
@media print {
  .xlbootstrap3 *,
  .xlbootstrap3 *:before,
  .xlbootstrap3 *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .xlbootstrap3 a,
  .xlbootstrap3 a:visited {
    text-decoration: underline;
  }
  .xlbootstrap3 a[href]:after {
    content: " (" attr(href) ")";
  }
  .xlbootstrap3 abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .xlbootstrap3 a[href^="#"]:after,
  .xlbootstrap3 a[href^="javascript:"]:after {
    content: "";
  }
  .xlbootstrap3 pre,
  .xlbootstrap3 blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .xlbootstrap3 thead {
    display: table-header-group;
  }
  .xlbootstrap3 tr,
  .xlbootstrap3 img {
    page-break-inside: avoid;
  }
  .xlbootstrap3 img {
    max-width: 100% !important;
  }
  .xlbootstrap3 p,
  .xlbootstrap3 h2,
  .xlbootstrap3 h3 {
    orphans: 3;
    widows: 3;
  }
  .xlbootstrap3 h2,
  .xlbootstrap3 h3 {
    page-break-after: avoid;
  }
  .xlbootstrap3 .navbar {
    display: none;
  }
  .xlbootstrap3 .btn > .caret,
  .xlbootstrap3 .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .xlbootstrap3 .label {
    border: 1px solid #000;
  }
  .xlbootstrap3 .table {
    border-collapse: collapse !important;
  }
  .xlbootstrap3 .table td,
  .xlbootstrap3 .table th {
    background-color: #fff !important;
  }
  .xlbootstrap3 .table-bordered th,
  .xlbootstrap3 .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../xlbootstrap3/fonts/glyphicons-halflings-regular.eot');
  src: url('../xlbootstrap3/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../xlbootstrap3/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../xlbootstrap3/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../xlbootstrap3/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../xlbootstrap3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.xlbootstrap3 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xlbootstrap3 .glyphicon-asterisk:before {
  content: "\002a";
}
.xlbootstrap3 .glyphicon-plus:before {
  content: "\002b";
}
.xlbootstrap3 .glyphicon-euro:before,
.xlbootstrap3 .glyphicon-eur:before {
  content: "\20ac";
}
.xlbootstrap3 .glyphicon-minus:before {
  content: "\2212";
}
.xlbootstrap3 .glyphicon-cloud:before {
  content: "\2601";
}
.xlbootstrap3 .glyphicon-envelope:before {
  content: "\2709";
}
.xlbootstrap3 .glyphicon-pencil:before {
  content: "\270f";
}
.xlbootstrap3 .glyphicon-glass:before {
  content: "\e001";
}
.xlbootstrap3 .glyphicon-music:before {
  content: "\e002";
}
.xlbootstrap3 .glyphicon-search:before {
  content: "\e003";
}
.xlbootstrap3 .glyphicon-heart:before {
  content: "\e005";
}
.xlbootstrap3 .glyphicon-star:before {
  content: "\e006";
}
.xlbootstrap3 .glyphicon-star-empty:before {
  content: "\e007";
}
.xlbootstrap3 .glyphicon-user:before {
  content: "\e008";
}
.xlbootstrap3 .glyphicon-film:before {
  content: "\e009";
}
.xlbootstrap3 .glyphicon-th-large:before {
  content: "\e010";
}
.xlbootstrap3 .glyphicon-th:before {
  content: "\e011";
}
.xlbootstrap3 .glyphicon-th-list:before {
  content: "\e012";
}
.xlbootstrap3 .glyphicon-ok:before {
  content: "\e013";
}
.xlbootstrap3 .glyphicon-remove:before {
  content: "\e014";
}
.xlbootstrap3 .glyphicon-zoom-in:before {
  content: "\e015";
}
.xlbootstrap3 .glyphicon-zoom-out:before {
  content: "\e016";
}
.xlbootstrap3 .glyphicon-off:before {
  content: "\e017";
}
.xlbootstrap3 .glyphicon-signal:before {
  content: "\e018";
}
.xlbootstrap3 .glyphicon-cog:before {
  content: "\e019";
}
.xlbootstrap3 .glyphicon-trash:before {
  content: "\e020";
}
.xlbootstrap3 .glyphicon-home:before {
  content: "\e021";
}
.xlbootstrap3 .glyphicon-file:before {
  content: "\e022";
}
.xlbootstrap3 .glyphicon-time:before {
  content: "\e023";
}
.xlbootstrap3 .glyphicon-road:before {
  content: "\e024";
}
.xlbootstrap3 .glyphicon-download-alt:before {
  content: "\e025";
}
.xlbootstrap3 .glyphicon-download:before {
  content: "\e026";
}
.xlbootstrap3 .glyphicon-upload:before {
  content: "\e027";
}
.xlbootstrap3 .glyphicon-inbox:before {
  content: "\e028";
}
.xlbootstrap3 .glyphicon-play-circle:before {
  content: "\e029";
}
.xlbootstrap3 .glyphicon-repeat:before {
  content: "\e030";
}
.xlbootstrap3 .glyphicon-refresh:before {
  content: "\e031";
}
.xlbootstrap3 .glyphicon-list-alt:before {
  content: "\e032";
}
.xlbootstrap3 .glyphicon-lock:before {
  content: "\e033";
}
.xlbootstrap3 .glyphicon-flag:before {
  content: "\e034";
}
.xlbootstrap3 .glyphicon-headphones:before {
  content: "\e035";
}
.xlbootstrap3 .glyphicon-volume-off:before {
  content: "\e036";
}
.xlbootstrap3 .glyphicon-volume-down:before {
  content: "\e037";
}
.xlbootstrap3 .glyphicon-volume-up:before {
  content: "\e038";
}
.xlbootstrap3 .glyphicon-qrcode:before {
  content: "\e039";
}
.xlbootstrap3 .glyphicon-barcode:before {
  content: "\e040";
}
.xlbootstrap3 .glyphicon-tag:before {
  content: "\e041";
}
.xlbootstrap3 .glyphicon-tags:before {
  content: "\e042";
}
.xlbootstrap3 .glyphicon-book:before {
  content: "\e043";
}
.xlbootstrap3 .glyphicon-bookmark:before {
  content: "\e044";
}
.xlbootstrap3 .glyphicon-print:before {
  content: "\e045";
}
.xlbootstrap3 .glyphicon-camera:before {
  content: "\e046";
}
.xlbootstrap3 .glyphicon-font:before {
  content: "\e047";
}
.xlbootstrap3 .glyphicon-bold:before {
  content: "\e048";
}
.xlbootstrap3 .glyphicon-italic:before {
  content: "\e049";
}
.xlbootstrap3 .glyphicon-text-height:before {
  content: "\e050";
}
.xlbootstrap3 .glyphicon-text-width:before {
  content: "\e051";
}
.xlbootstrap3 .glyphicon-align-left:before {
  content: "\e052";
}
.xlbootstrap3 .glyphicon-align-center:before {
  content: "\e053";
}
.xlbootstrap3 .glyphicon-align-right:before {
  content: "\e054";
}
.xlbootstrap3 .glyphicon-align-justify:before {
  content: "\e055";
}
.xlbootstrap3 .glyphicon-list:before {
  content: "\e056";
}
.xlbootstrap3 .glyphicon-indent-left:before {
  content: "\e057";
}
.xlbootstrap3 .glyphicon-indent-right:before {
  content: "\e058";
}
.xlbootstrap3 .glyphicon-facetime-video:before {
  content: "\e059";
}
.xlbootstrap3 .glyphicon-picture:before {
  content: "\e060";
}
.xlbootstrap3 .glyphicon-map-marker:before {
  content: "\e062";
}
.xlbootstrap3 .glyphicon-adjust:before {
  content: "\e063";
}
.xlbootstrap3 .glyphicon-tint:before {
  content: "\e064";
}
.xlbootstrap3 .glyphicon-edit:before {
  content: "\e065";
}
.xlbootstrap3 .glyphicon-share:before {
  content: "\e066";
}
.xlbootstrap3 .glyphicon-check:before {
  content: "\e067";
}
.xlbootstrap3 .glyphicon-move:before {
  content: "\e068";
}
.xlbootstrap3 .glyphicon-step-backward:before {
  content: "\e069";
}
.xlbootstrap3 .glyphicon-fast-backward:before {
  content: "\e070";
}
.xlbootstrap3 .glyphicon-backward:before {
  content: "\e071";
}
.xlbootstrap3 .glyphicon-play:before {
  content: "\e072";
}
.xlbootstrap3 .glyphicon-pause:before {
  content: "\e073";
}
.xlbootstrap3 .glyphicon-stop:before {
  content: "\e074";
}
.xlbootstrap3 .glyphicon-forward:before {
  content: "\e075";
}
.xlbootstrap3 .glyphicon-fast-forward:before {
  content: "\e076";
}
.xlbootstrap3 .glyphicon-step-forward:before {
  content: "\e077";
}
.xlbootstrap3 .glyphicon-eject:before {
  content: "\e078";
}
.xlbootstrap3 .glyphicon-chevron-left:before {
  content: "\e079";
}
.xlbootstrap3 .glyphicon-chevron-right:before {
  content: "\e080";
}
.xlbootstrap3 .glyphicon-plus-sign:before {
  content: "\e081";
}
.xlbootstrap3 .glyphicon-minus-sign:before {
  content: "\e082";
}
.xlbootstrap3 .glyphicon-remove-sign:before {
  content: "\e083";
}
.xlbootstrap3 .glyphicon-ok-sign:before {
  content: "\e084";
}
.xlbootstrap3 .glyphicon-question-sign:before {
  content: "\e085";
}
.xlbootstrap3 .glyphicon-info-sign:before {
  content: "\e086";
}
.xlbootstrap3 .glyphicon-screenshot:before {
  content: "\e087";
}
.xlbootstrap3 .glyphicon-remove-circle:before {
  content: "\e088";
}
.xlbootstrap3 .glyphicon-ok-circle:before {
  content: "\e089";
}
.xlbootstrap3 .glyphicon-ban-circle:before {
  content: "\e090";
}
.xlbootstrap3 .glyphicon-arrow-left:before {
  content: "\e091";
}
.xlbootstrap3 .glyphicon-arrow-right:before {
  content: "\e092";
}
.xlbootstrap3 .glyphicon-arrow-up:before {
  content: "\e093";
}
.xlbootstrap3 .glyphicon-arrow-down:before {
  content: "\e094";
}
.xlbootstrap3 .glyphicon-share-alt:before {
  content: "\e095";
}
.xlbootstrap3 .glyphicon-resize-full:before {
  content: "\e096";
}
.xlbootstrap3 .glyphicon-resize-small:before {
  content: "\e097";
}
.xlbootstrap3 .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.xlbootstrap3 .glyphicon-gift:before {
  content: "\e102";
}
.xlbootstrap3 .glyphicon-leaf:before {
  content: "\e103";
}
.xlbootstrap3 .glyphicon-fire:before {
  content: "\e104";
}
.xlbootstrap3 .glyphicon-eye-open:before {
  content: "\e105";
}
.xlbootstrap3 .glyphicon-eye-close:before {
  content: "\e106";
}
.xlbootstrap3 .glyphicon-warning-sign:before {
  content: "\e107";
}
.xlbootstrap3 .glyphicon-plane:before {
  content: "\e108";
}
.xlbootstrap3 .glyphicon-calendar:before {
  content: "\e109";
}
.xlbootstrap3 .glyphicon-random:before {
  content: "\e110";
}
.xlbootstrap3 .glyphicon-comment:before {
  content: "\e111";
}
.xlbootstrap3 .glyphicon-magnet:before {
  content: "\e112";
}
.xlbootstrap3 .glyphicon-chevron-up:before {
  content: "\e113";
}
.xlbootstrap3 .glyphicon-chevron-down:before {
  content: "\e114";
}
.xlbootstrap3 .glyphicon-retweet:before {
  content: "\e115";
}
.xlbootstrap3 .glyphicon-shopping-cart:before {
  content: "\e116";
}
.xlbootstrap3 .glyphicon-folder-close:before {
  content: "\e117";
}
.xlbootstrap3 .glyphicon-folder-open:before {
  content: "\e118";
}
.xlbootstrap3 .glyphicon-resize-vertical:before {
  content: "\e119";
}
.xlbootstrap3 .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.xlbootstrap3 .glyphicon-hdd:before {
  content: "\e121";
}
.xlbootstrap3 .glyphicon-bullhorn:before {
  content: "\e122";
}
.xlbootstrap3 .glyphicon-bell:before {
  content: "\e123";
}
.xlbootstrap3 .glyphicon-certificate:before {
  content: "\e124";
}
.xlbootstrap3 .glyphicon-thumbs-up:before {
  content: "\e125";
}
.xlbootstrap3 .glyphicon-thumbs-down:before {
  content: "\e126";
}
.xlbootstrap3 .glyphicon-hand-right:before {
  content: "\e127";
}
.xlbootstrap3 .glyphicon-hand-left:before {
  content: "\e128";
}
.xlbootstrap3 .glyphicon-hand-up:before {
  content: "\e129";
}
.xlbootstrap3 .glyphicon-hand-down:before {
  content: "\e130";
}
.xlbootstrap3 .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.xlbootstrap3 .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.xlbootstrap3 .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.xlbootstrap3 .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.xlbootstrap3 .glyphicon-globe:before {
  content: "\e135";
}
.xlbootstrap3 .glyphicon-wrench:before {
  content: "\e136";
}
.xlbootstrap3 .glyphicon-tasks:before {
  content: "\e137";
}
.xlbootstrap3 .glyphicon-filter:before {
  content: "\e138";
}
.xlbootstrap3 .glyphicon-briefcase:before {
  content: "\e139";
}
.xlbootstrap3 .glyphicon-fullscreen:before {
  content: "\e140";
}
.xlbootstrap3 .glyphicon-dashboard:before {
  content: "\e141";
}
.xlbootstrap3 .glyphicon-paperclip:before {
  content: "\e142";
}
.xlbootstrap3 .glyphicon-heart-empty:before {
  content: "\e143";
}
.xlbootstrap3 .glyphicon-link:before {
  content: "\e144";
}
.xlbootstrap3 .glyphicon-phone:before {
  content: "\e145";
}
.xlbootstrap3 .glyphicon-pushpin:before {
  content: "\e146";
}
.xlbootstrap3 .glyphicon-usd:before {
  content: "\e148";
}
.xlbootstrap3 .glyphicon-gbp:before {
  content: "\e149";
}
.xlbootstrap3 .glyphicon-sort:before {
  content: "\e150";
}
.xlbootstrap3 .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.xlbootstrap3 .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.xlbootstrap3 .glyphicon-sort-by-order:before {
  content: "\e153";
}
.xlbootstrap3 .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.xlbootstrap3 .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.xlbootstrap3 .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.xlbootstrap3 .glyphicon-unchecked:before {
  content: "\e157";
}
.xlbootstrap3 .glyphicon-expand:before {
  content: "\e158";
}
.xlbootstrap3 .glyphicon-collapse-down:before {
  content: "\e159";
}
.xlbootstrap3 .glyphicon-collapse-up:before {
  content: "\e160";
}
.xlbootstrap3 .glyphicon-log-in:before {
  content: "\e161";
}
.xlbootstrap3 .glyphicon-flash:before {
  content: "\e162";
}
.xlbootstrap3 .glyphicon-log-out:before {
  content: "\e163";
}
.xlbootstrap3 .glyphicon-new-window:before {
  content: "\e164";
}
.xlbootstrap3 .glyphicon-record:before {
  content: "\e165";
}
.xlbootstrap3 .glyphicon-save:before {
  content: "\e166";
}
.xlbootstrap3 .glyphicon-open:before {
  content: "\e167";
}
.xlbootstrap3 .glyphicon-saved:before {
  content: "\e168";
}
.xlbootstrap3 .glyphicon-import:before {
  content: "\e169";
}
.xlbootstrap3 .glyphicon-export:before {
  content: "\e170";
}
.xlbootstrap3 .glyphicon-send:before {
  content: "\e171";
}
.xlbootstrap3 .glyphicon-floppy-disk:before {
  content: "\e172";
}
.xlbootstrap3 .glyphicon-floppy-saved:before {
  content: "\e173";
}
.xlbootstrap3 .glyphicon-floppy-remove:before {
  content: "\e174";
}
.xlbootstrap3 .glyphicon-floppy-save:before {
  content: "\e175";
}
.xlbootstrap3 .glyphicon-floppy-open:before {
  content: "\e176";
}
.xlbootstrap3 .glyphicon-credit-card:before {
  content: "\e177";
}
.xlbootstrap3 .glyphicon-transfer:before {
  content: "\e178";
}
.xlbootstrap3 .glyphicon-cutlery:before {
  content: "\e179";
}
.xlbootstrap3 .glyphicon-header:before {
  content: "\e180";
}
.xlbootstrap3 .glyphicon-compressed:before {
  content: "\e181";
}
.xlbootstrap3 .glyphicon-earphone:before {
  content: "\e182";
}
.xlbootstrap3 .glyphicon-phone-alt:before {
  content: "\e183";
}
.xlbootstrap3 .glyphicon-tower:before {
  content: "\e184";
}
.xlbootstrap3 .glyphicon-stats:before {
  content: "\e185";
}
.xlbootstrap3 .glyphicon-sd-video:before {
  content: "\e186";
}
.xlbootstrap3 .glyphicon-hd-video:before {
  content: "\e187";
}
.xlbootstrap3 .glyphicon-subtitles:before {
  content: "\e188";
}
.xlbootstrap3 .glyphicon-sound-stereo:before {
  content: "\e189";
}
.xlbootstrap3 .glyphicon-sound-dolby:before {
  content: "\e190";
}
.xlbootstrap3 .glyphicon-sound-5-1:before {
  content: "\e191";
}
.xlbootstrap3 .glyphicon-sound-6-1:before {
  content: "\e192";
}
.xlbootstrap3 .glyphicon-sound-7-1:before {
  content: "\e193";
}
.xlbootstrap3 .glyphicon-copyright-mark:before {
  content: "\e194";
}
.xlbootstrap3 .glyphicon-registration-mark:before {
  content: "\e195";
}
.xlbootstrap3 .glyphicon-cloud-download:before {
  content: "\e197";
}
.xlbootstrap3 .glyphicon-cloud-upload:before {
  content: "\e198";
}
.xlbootstrap3 .glyphicon-tree-conifer:before {
  content: "\e199";
}
.xlbootstrap3 .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.xlbootstrap3 .glyphicon-cd:before {
  content: "\e201";
}
.xlbootstrap3 .glyphicon-save-file:before {
  content: "\e202";
}
.xlbootstrap3 .glyphicon-open-file:before {
  content: "\e203";
}
.xlbootstrap3 .glyphicon-level-up:before {
  content: "\e204";
}
.xlbootstrap3 .glyphicon-copy:before {
  content: "\e205";
}
.xlbootstrap3 .glyphicon-paste:before {
  content: "\e206";
}
.xlbootstrap3 .glyphicon-alert:before {
  content: "\e209";
}
.xlbootstrap3 .glyphicon-equalizer:before {
  content: "\e210";
}
.xlbootstrap3 .glyphicon-king:before {
  content: "\e211";
}
.xlbootstrap3 .glyphicon-queen:before {
  content: "\e212";
}
.xlbootstrap3 .glyphicon-pawn:before {
  content: "\e213";
}
.xlbootstrap3 .glyphicon-bishop:before {
  content: "\e214";
}
.xlbootstrap3 .glyphicon-knight:before {
  content: "\e215";
}
.xlbootstrap3 .glyphicon-baby-formula:before {
  content: "\e216";
}
.xlbootstrap3 .glyphicon-tent:before {
  content: "\26fa";
}
.xlbootstrap3 .glyphicon-blackboard:before {
  content: "\e218";
}
.xlbootstrap3 .glyphicon-bed:before {
  content: "\e219";
}
.xlbootstrap3 .glyphicon-apple:before {
  content: "\f8ff";
}
.xlbootstrap3 .glyphicon-erase:before {
  content: "\e221";
}
.xlbootstrap3 .glyphicon-hourglass:before {
  content: "\231b";
}
.xlbootstrap3 .glyphicon-lamp:before {
  content: "\e223";
}
.xlbootstrap3 .glyphicon-duplicate:before {
  content: "\e224";
}
.xlbootstrap3 .glyphicon-piggy-bank:before {
  content: "\e225";
}
.xlbootstrap3 .glyphicon-scissors:before {
  content: "\e226";
}
.xlbootstrap3 .glyphicon-bitcoin:before {
  content: "\e227";
}
.xlbootstrap3 .glyphicon-btc:before {
  content: "\e227";
}
.xlbootstrap3 .glyphicon-xbt:before {
  content: "\e227";
}
.xlbootstrap3 .glyphicon-yen:before {
  content: "\00a5";
}
.xlbootstrap3 .glyphicon-jpy:before {
  content: "\00a5";
}
.xlbootstrap3 .glyphicon-ruble:before {
  content: "\20bd";
}
.xlbootstrap3 .glyphicon-rub:before {
  content: "\20bd";
}
.xlbootstrap3 .glyphicon-scale:before {
  content: "\e230";
}
.xlbootstrap3 .glyphicon-ice-lolly:before {
  content: "\e231";
}
.xlbootstrap3 .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.xlbootstrap3 .glyphicon-education:before {
  content: "\e233";
}
.xlbootstrap3 .glyphicon-option-horizontal:before {
  content: "\e234";
}
.xlbootstrap3 .glyphicon-option-vertical:before {
  content: "\e235";
}
.xlbootstrap3 .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.xlbootstrap3 .glyphicon-modal-window:before {
  content: "\e237";
}
.xlbootstrap3 .glyphicon-oil:before {
  content: "\e238";
}
.xlbootstrap3 .glyphicon-grain:before {
  content: "\e239";
}
.xlbootstrap3 .glyphicon-sunglasses:before {
  content: "\e240";
}
.xlbootstrap3 .glyphicon-text-size:before {
  content: "\e241";
}
.xlbootstrap3 .glyphicon-text-color:before {
  content: "\e242";
}
.xlbootstrap3 .glyphicon-text-background:before {
  content: "\e243";
}
.xlbootstrap3 .glyphicon-object-align-top:before {
  content: "\e244";
}
.xlbootstrap3 .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.xlbootstrap3 .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.xlbootstrap3 .glyphicon-object-align-left:before {
  content: "\e247";
}
.xlbootstrap3 .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.xlbootstrap3 .glyphicon-object-align-right:before {
  content: "\e249";
}
.xlbootstrap3 .glyphicon-triangle-right:before {
  content: "\e250";
}
.xlbootstrap3 .glyphicon-triangle-left:before {
  content: "\e251";
}
.xlbootstrap3 .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.xlbootstrap3 .glyphicon-triangle-top:before {
  content: "\e253";
}
.xlbootstrap3 .glyphicon-console:before {
  content: "\e254";
}
.xlbootstrap3 .glyphicon-superscript:before {
  content: "\e255";
}
.xlbootstrap3 .glyphicon-subscript:before {
  content: "\e256";
}
.xlbootstrap3 .glyphicon-menu-left:before {
  content: "\e257";
}
.xlbootstrap3 .glyphicon-menu-right:before {
  content: "\e258";
}
.xlbootstrap3 .glyphicon-menu-down:before {
  content: "\e259";
}
.xlbootstrap3 .glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #047a9c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #047a9c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.xlbootstrap3 .thumbnail > img,
.xlbootstrap3 .thumbnail a > img,
.xlbootstrap3 .carousel-inner > .item > img,
.xlbootstrap3 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.xlbootstrap3 h1,
.xlbootstrap3 h2,
.xlbootstrap3 h3,
.xlbootstrap3 h4,
.xlbootstrap3 h5,
.xlbootstrap3 h6,
.xlbootstrap3 .h1,
.xlbootstrap3 .h2,
.xlbootstrap3 .h3,
.xlbootstrap3 .h4,
.xlbootstrap3 .h5,
.xlbootstrap3 .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.xlbootstrap3 h1 small,
.xlbootstrap3 h2 small,
.xlbootstrap3 h3 small,
.xlbootstrap3 h4 small,
.xlbootstrap3 h5 small,
.xlbootstrap3 h6 small,
.xlbootstrap3 .h1 small,
.xlbootstrap3 .h2 small,
.xlbootstrap3 .h3 small,
.xlbootstrap3 .h4 small,
.xlbootstrap3 .h5 small,
.xlbootstrap3 .h6 small,
.xlbootstrap3 h1 .small,
.xlbootstrap3 h2 .small,
.xlbootstrap3 h3 .small,
.xlbootstrap3 h4 .small,
.xlbootstrap3 h5 .small,
.xlbootstrap3 h6 .small,
.xlbootstrap3 .h1 .small,
.xlbootstrap3 .h2 .small,
.xlbootstrap3 .h3 .small,
.xlbootstrap3 .h4 .small,
.xlbootstrap3 .h5 .small,
.xlbootstrap3 .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.xlbootstrap3 h1,
.xlbootstrap3 .h1,
.xlbootstrap3 h2,
.xlbootstrap3 .h2,
.xlbootstrap3 h3,
.xlbootstrap3 .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.xlbootstrap3 h1 small,
.xlbootstrap3 .h1 small,
.xlbootstrap3 h2 small,
.xlbootstrap3 .h2 small,
.xlbootstrap3 h3 small,
.xlbootstrap3 .h3 small,
.xlbootstrap3 h1 .small,
.xlbootstrap3 .h1 .small,
.xlbootstrap3 h2 .small,
.xlbootstrap3 .h2 .small,
.xlbootstrap3 h3 .small,
.xlbootstrap3 .h3 .small {
  font-size: 65%;
}
.xlbootstrap3 h4,
.xlbootstrap3 .h4,
.xlbootstrap3 h5,
.xlbootstrap3 .h5,
.xlbootstrap3 h6,
.xlbootstrap3 .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.xlbootstrap3 h4 small,
.xlbootstrap3 .h4 small,
.xlbootstrap3 h5 small,
.xlbootstrap3 .h5 small,
.xlbootstrap3 h6 small,
.xlbootstrap3 .h6 small,
.xlbootstrap3 h4 .small,
.xlbootstrap3 .h4 .small,
.xlbootstrap3 h5 .small,
.xlbootstrap3 .h5 .small,
.xlbootstrap3 h6 .small,
.xlbootstrap3 .h6 .small {
  font-size: 75%;
}
.xlbootstrap3 h1,
.xlbootstrap3 .h1 {
  font-size: 36px;
}
.xlbootstrap3 h2,
.xlbootstrap3 .h2 {
  font-size: 30px;
}
.xlbootstrap3 h3,
.xlbootstrap3 .h3 {
  font-size: 24px;
}
.xlbootstrap3 h4,
.xlbootstrap3 .h4 {
  font-size: 18px;
}
.xlbootstrap3 h5,
.xlbootstrap3 .h5 {
  font-size: 14px;
}
.xlbootstrap3 h6,
.xlbootstrap3 .h6 {
  font-size: 12px;
}
.xlbootstrap3 p {
  margin: 0 0 10px;
}
.xlbootstrap3 .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .xlbootstrap3 .lead {
    font-size: 21px;
  }
}
.xlbootstrap3 small,
.xlbootstrap3 .small {
  font-size: 85%;
}
.xlbootstrap3 mark,
.xlbootstrap3 .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.xlbootstrap3 .text-left {
  text-align: left;
}
.xlbootstrap3 .text-right {
  text-align: right;
}
.xlbootstrap3 .text-center {
  text-align: center;
}
.xlbootstrap3 .text-justify {
  text-align: justify;
}
.xlbootstrap3 .text-nowrap {
  white-space: nowrap;
}
.xlbootstrap3 .text-lowercase {
  text-transform: lowercase;
}
.xlbootstrap3 .text-uppercase {
  text-transform: uppercase;
}
.xlbootstrap3 .text-capitalize {
  text-transform: capitalize;
}
.xlbootstrap3 .text-muted {
  color: #777777;
}
.xlbootstrap3 .text-primary {
  color: #337ab7;
}
a.xlbootstrap3 .text-primary:hover,
a.xlbootstrap3 .text-primary:focus {
  color: #286090;
}
.xlbootstrap3 .text-success {
  color: #3c763d;
}
a.xlbootstrap3 .text-success:hover,
a.xlbootstrap3 .text-success:focus {
  color: #2b542c;
}
.xlbootstrap3 .text-info {
  color: #31708f;
}
a.xlbootstrap3 .text-info:hover,
a.xlbootstrap3 .text-info:focus {
  color: #245269;
}
.xlbootstrap3 .text-warning {
  color: #8a6d3b;
}
a.xlbootstrap3 .text-warning:hover,
a.xlbootstrap3 .text-warning:focus {
  color: #66512c;
}
.xlbootstrap3 .text-danger {
  color: #a94442;
}
a.xlbootstrap3 .text-danger:hover,
a.xlbootstrap3 .text-danger:focus {
  color: #843534;
}
.xlbootstrap3 .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.xlbootstrap3 .bg-primary:hover,
a.xlbootstrap3 .bg-primary:focus {
  background-color: #286090;
}
.xlbootstrap3 .bg-success {
  background-color: #dff0d8;
}
a.xlbootstrap3 .bg-success:hover,
a.xlbootstrap3 .bg-success:focus {
  background-color: #c1e2b3;
}
.xlbootstrap3 .bg-info {
  background-color: #d9edf7;
}
a.xlbootstrap3 .bg-info:hover,
a.xlbootstrap3 .bg-info:focus {
  background-color: #afd9ee;
}
.xlbootstrap3 .bg-warning {
  background-color: #fcf8e3;
}
a.xlbootstrap3 .bg-warning:hover,
a.xlbootstrap3 .bg-warning:focus {
  background-color: #f7ecb5;
}
.xlbootstrap3 .bg-danger {
  background-color: #f2dede;
}
a.xlbootstrap3 .bg-danger:hover,
a.xlbootstrap3 .bg-danger:focus {
  background-color: #e4b9b9;
}
.xlbootstrap3 .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.xlbootstrap3 ul,
.xlbootstrap3 ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.xlbootstrap3 ul ul,
.xlbootstrap3 ol ul,
.xlbootstrap3 ul ol,
.xlbootstrap3 ol ol {
  margin-bottom: 0;
}
.xlbootstrap3 .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.xlbootstrap3 .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.xlbootstrap3 .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.xlbootstrap3 dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.xlbootstrap3 dt,
.xlbootstrap3 dd {
  line-height: 1.42857143;
}
.xlbootstrap3 dt {
  font-weight: bold;
}
.xlbootstrap3 dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .xlbootstrap3 .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xlbootstrap3 .dl-horizontal dd {
    margin-left: 180px;
  }
}
.xlbootstrap3 abbr[title],
.xlbootstrap3 abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.xlbootstrap3 .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.xlbootstrap3 blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.xlbootstrap3 blockquote p:last-child,
.xlbootstrap3 blockquote ul:last-child,
.xlbootstrap3 blockquote ol:last-child {
  margin-bottom: 0;
}
.xlbootstrap3 blockquote footer,
.xlbootstrap3 blockquote small,
.xlbootstrap3 blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.xlbootstrap3 blockquote footer:before,
.xlbootstrap3 blockquote small:before,
.xlbootstrap3 blockquote .small:before {
  content: '\2014 \00A0';
}
.xlbootstrap3 .blockquote-reverse,
.xlbootstrap3 blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.xlbootstrap3 .blockquote-reverse footer:before,
.xlbootstrap3 blockquote.pull-right footer:before,
.xlbootstrap3 .blockquote-reverse small:before,
.xlbootstrap3 blockquote.pull-right small:before,
.xlbootstrap3 .blockquote-reverse .small:before,
.xlbootstrap3 blockquote.pull-right .small:before {
  content: '';
}
.xlbootstrap3 .blockquote-reverse footer:after,
.xlbootstrap3 blockquote.pull-right footer:after,
.xlbootstrap3 .blockquote-reverse small:after,
.xlbootstrap3 blockquote.pull-right small:after,
.xlbootstrap3 .blockquote-reverse .small:after,
.xlbootstrap3 blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.xlbootstrap3 address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.xlbootstrap3 code,
.xlbootstrap3 kbd,
.xlbootstrap3 pre,
.xlbootstrap3 samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.xlbootstrap3 code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.xlbootstrap3 kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.xlbootstrap3 kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.xlbootstrap3 pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.xlbootstrap3 pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.xlbootstrap3 .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.xlbootstrap3 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container:after {
  clear: both;
}
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .xlbootstrap3 .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .container {
    width: 1170px;
  }
}
.xlbootstrap3 .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .container-fluid:after {
  clear: both;
}
.xlbootstrap3 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .row:after {
  clear: both;
}
.xlbootstrap3 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.xlbootstrap3 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.xlbootstrap3 .col-xs-12 {
  width: 100%;
}
.xlbootstrap3 .col-xs-11 {
  width: 91.66666667%;
}
.xlbootstrap3 .col-xs-10 {
  width: 83.33333333%;
}
.xlbootstrap3 .col-xs-9 {
  width: 75%;
}
.xlbootstrap3 .col-xs-8 {
  width: 66.66666667%;
}
.xlbootstrap3 .col-xs-7 {
  width: 58.33333333%;
}
.xlbootstrap3 .col-xs-6 {
  width: 50%;
}
.xlbootstrap3 .col-xs-5 {
  width: 41.66666667%;
}
.xlbootstrap3 .col-xs-4 {
  width: 33.33333333%;
}
.xlbootstrap3 .col-xs-3 {
  width: 25%;
}
.xlbootstrap3 .col-xs-2 {
  width: 16.66666667%;
}
.xlbootstrap3 .col-xs-1 {
  width: 8.33333333%;
}
.xlbootstrap3 .col-xs-pull-12 {
  right: 100%;
}
.xlbootstrap3 .col-xs-pull-11 {
  right: 91.66666667%;
}
.xlbootstrap3 .col-xs-pull-10 {
  right: 83.33333333%;
}
.xlbootstrap3 .col-xs-pull-9 {
  right: 75%;
}
.xlbootstrap3 .col-xs-pull-8 {
  right: 66.66666667%;
}
.xlbootstrap3 .col-xs-pull-7 {
  right: 58.33333333%;
}
.xlbootstrap3 .col-xs-pull-6 {
  right: 50%;
}
.xlbootstrap3 .col-xs-pull-5 {
  right: 41.66666667%;
}
.xlbootstrap3 .col-xs-pull-4 {
  right: 33.33333333%;
}
.xlbootstrap3 .col-xs-pull-3 {
  right: 25%;
}
.xlbootstrap3 .col-xs-pull-2 {
  right: 16.66666667%;
}
.xlbootstrap3 .col-xs-pull-1 {
  right: 8.33333333%;
}
.xlbootstrap3 .col-xs-pull-0 {
  right: auto;
}
.xlbootstrap3 .col-xs-push-12 {
  left: 100%;
}
.xlbootstrap3 .col-xs-push-11 {
  left: 91.66666667%;
}
.xlbootstrap3 .col-xs-push-10 {
  left: 83.33333333%;
}
.xlbootstrap3 .col-xs-push-9 {
  left: 75%;
}
.xlbootstrap3 .col-xs-push-8 {
  left: 66.66666667%;
}
.xlbootstrap3 .col-xs-push-7 {
  left: 58.33333333%;
}
.xlbootstrap3 .col-xs-push-6 {
  left: 50%;
}
.xlbootstrap3 .col-xs-push-5 {
  left: 41.66666667%;
}
.xlbootstrap3 .col-xs-push-4 {
  left: 33.33333333%;
}
.xlbootstrap3 .col-xs-push-3 {
  left: 25%;
}
.xlbootstrap3 .col-xs-push-2 {
  left: 16.66666667%;
}
.xlbootstrap3 .col-xs-push-1 {
  left: 8.33333333%;
}
.xlbootstrap3 .col-xs-push-0 {
  left: auto;
}
.xlbootstrap3 .col-xs-offset-12 {
  margin-left: 100%;
}
.xlbootstrap3 .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.xlbootstrap3 .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.xlbootstrap3 .col-xs-offset-9 {
  margin-left: 75%;
}
.xlbootstrap3 .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.xlbootstrap3 .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.xlbootstrap3 .col-xs-offset-6 {
  margin-left: 50%;
}
.xlbootstrap3 .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.xlbootstrap3 .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.xlbootstrap3 .col-xs-offset-3 {
  margin-left: 25%;
}
.xlbootstrap3 .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.xlbootstrap3 .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.xlbootstrap3 .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .xlbootstrap3 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .xlbootstrap3 .col-sm-12 {
    width: 100%;
  }
  .xlbootstrap3 .col-sm-11 {
    width: 91.66666667%;
  }
  .xlbootstrap3 .col-sm-10 {
    width: 83.33333333%;
  }
  .xlbootstrap3 .col-sm-9 {
    width: 75%;
  }
  .xlbootstrap3 .col-sm-8 {
    width: 66.66666667%;
  }
  .xlbootstrap3 .col-sm-7 {
    width: 58.33333333%;
  }
  .xlbootstrap3 .col-sm-6 {
    width: 50%;
  }
  .xlbootstrap3 .col-sm-5 {
    width: 41.66666667%;
  }
  .xlbootstrap3 .col-sm-4 {
    width: 33.33333333%;
  }
  .xlbootstrap3 .col-sm-3 {
    width: 25%;
  }
  .xlbootstrap3 .col-sm-2 {
    width: 16.66666667%;
  }
  .xlbootstrap3 .col-sm-1 {
    width: 8.33333333%;
  }
  .xlbootstrap3 .col-sm-pull-12 {
    right: 100%;
  }
  .xlbootstrap3 .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .xlbootstrap3 .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .xlbootstrap3 .col-sm-pull-9 {
    right: 75%;
  }
  .xlbootstrap3 .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .xlbootstrap3 .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .xlbootstrap3 .col-sm-pull-6 {
    right: 50%;
  }
  .xlbootstrap3 .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .xlbootstrap3 .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .xlbootstrap3 .col-sm-pull-3 {
    right: 25%;
  }
  .xlbootstrap3 .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .xlbootstrap3 .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .xlbootstrap3 .col-sm-pull-0 {
    right: auto;
  }
  .xlbootstrap3 .col-sm-push-12 {
    left: 100%;
  }
  .xlbootstrap3 .col-sm-push-11 {
    left: 91.66666667%;
  }
  .xlbootstrap3 .col-sm-push-10 {
    left: 83.33333333%;
  }
  .xlbootstrap3 .col-sm-push-9 {
    left: 75%;
  }
  .xlbootstrap3 .col-sm-push-8 {
    left: 66.66666667%;
  }
  .xlbootstrap3 .col-sm-push-7 {
    left: 58.33333333%;
  }
  .xlbootstrap3 .col-sm-push-6 {
    left: 50%;
  }
  .xlbootstrap3 .col-sm-push-5 {
    left: 41.66666667%;
  }
  .xlbootstrap3 .col-sm-push-4 {
    left: 33.33333333%;
  }
  .xlbootstrap3 .col-sm-push-3 {
    left: 25%;
  }
  .xlbootstrap3 .col-sm-push-2 {
    left: 16.66666667%;
  }
  .xlbootstrap3 .col-sm-push-1 {
    left: 8.33333333%;
  }
  .xlbootstrap3 .col-sm-push-0 {
    left: auto;
  }
  .xlbootstrap3 .col-sm-offset-12 {
    margin-left: 100%;
  }
  .xlbootstrap3 .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .xlbootstrap3 .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .xlbootstrap3 .col-sm-offset-9 {
    margin-left: 75%;
  }
  .xlbootstrap3 .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .xlbootstrap3 .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .xlbootstrap3 .col-sm-offset-6 {
    margin-left: 50%;
  }
  .xlbootstrap3 .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .xlbootstrap3 .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .xlbootstrap3 .col-sm-offset-3 {
    margin-left: 25%;
  }
  .xlbootstrap3 .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .xlbootstrap3 .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .xlbootstrap3 .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .xlbootstrap3 .col-md-12 {
    width: 100%;
  }
  .xlbootstrap3 .col-md-11 {
    width: 91.66666667%;
  }
  .xlbootstrap3 .col-md-10 {
    width: 83.33333333%;
  }
  .xlbootstrap3 .col-md-9 {
    width: 75%;
  }
  .xlbootstrap3 .col-md-8 {
    width: 66.66666667%;
  }
  .xlbootstrap3 .col-md-7 {
    width: 58.33333333%;
  }
  .xlbootstrap3 .col-md-6 {
    width: 50%;
  }
  .xlbootstrap3 .col-md-5 {
    width: 41.66666667%;
  }
  .xlbootstrap3 .col-md-4 {
    width: 33.33333333%;
  }
  .xlbootstrap3 .col-md-3 {
    width: 25%;
  }
  .xlbootstrap3 .col-md-2 {
    width: 16.66666667%;
  }
  .xlbootstrap3 .col-md-1 {
    width: 8.33333333%;
  }
  .xlbootstrap3 .col-md-pull-12 {
    right: 100%;
  }
  .xlbootstrap3 .col-md-pull-11 {
    right: 91.66666667%;
  }
  .xlbootstrap3 .col-md-pull-10 {
    right: 83.33333333%;
  }
  .xlbootstrap3 .col-md-pull-9 {
    right: 75%;
  }
  .xlbootstrap3 .col-md-pull-8 {
    right: 66.66666667%;
  }
  .xlbootstrap3 .col-md-pull-7 {
    right: 58.33333333%;
  }
  .xlbootstrap3 .col-md-pull-6 {
    right: 50%;
  }
  .xlbootstrap3 .col-md-pull-5 {
    right: 41.66666667%;
  }
  .xlbootstrap3 .col-md-pull-4 {
    right: 33.33333333%;
  }
  .xlbootstrap3 .col-md-pull-3 {
    right: 25%;
  }
  .xlbootstrap3 .col-md-pull-2 {
    right: 16.66666667%;
  }
  .xlbootstrap3 .col-md-pull-1 {
    right: 8.33333333%;
  }
  .xlbootstrap3 .col-md-pull-0 {
    right: auto;
  }
  .xlbootstrap3 .col-md-push-12 {
    left: 100%;
  }
  .xlbootstrap3 .col-md-push-11 {
    left: 91.66666667%;
  }
  .xlbootstrap3 .col-md-push-10 {
    left: 83.33333333%;
  }
  .xlbootstrap3 .col-md-push-9 {
    left: 75%;
  }
  .xlbootstrap3 .col-md-push-8 {
    left: 66.66666667%;
  }
  .xlbootstrap3 .col-md-push-7 {
    left: 58.33333333%;
  }
  .xlbootstrap3 .col-md-push-6 {
    left: 50%;
  }
  .xlbootstrap3 .col-md-push-5 {
    left: 41.66666667%;
  }
  .xlbootstrap3 .col-md-push-4 {
    left: 33.33333333%;
  }
  .xlbootstrap3 .col-md-push-3 {
    left: 25%;
  }
  .xlbootstrap3 .col-md-push-2 {
    left: 16.66666667%;
  }
  .xlbootstrap3 .col-md-push-1 {
    left: 8.33333333%;
  }
  .xlbootstrap3 .col-md-push-0 {
    left: auto;
  }
  .xlbootstrap3 .col-md-offset-12 {
    margin-left: 100%;
  }
  .xlbootstrap3 .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .xlbootstrap3 .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .xlbootstrap3 .col-md-offset-9 {
    margin-left: 75%;
  }
  .xlbootstrap3 .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .xlbootstrap3 .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .xlbootstrap3 .col-md-offset-6 {
    margin-left: 50%;
  }
  .xlbootstrap3 .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .xlbootstrap3 .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .xlbootstrap3 .col-md-offset-3 {
    margin-left: 25%;
  }
  .xlbootstrap3 .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .xlbootstrap3 .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .xlbootstrap3 .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .xlbootstrap3 .col-lg-12 {
    width: 100%;
  }
  .xlbootstrap3 .col-lg-11 {
    width: 91.66666667%;
  }
  .xlbootstrap3 .col-lg-10 {
    width: 83.33333333%;
  }
  .xlbootstrap3 .col-lg-9 {
    width: 75%;
  }
  .xlbootstrap3 .col-lg-8 {
    width: 66.66666667%;
  }
  .xlbootstrap3 .col-lg-7 {
    width: 58.33333333%;
  }
  .xlbootstrap3 .col-lg-6 {
    width: 50%;
  }
  .xlbootstrap3 .col-lg-5 {
    width: 41.66666667%;
  }
  .xlbootstrap3 .col-lg-4 {
    width: 33.33333333%;
  }
  .xlbootstrap3 .col-lg-3 {
    width: 25%;
  }
  .xlbootstrap3 .col-lg-2 {
    width: 16.66666667%;
  }
  .xlbootstrap3 .col-lg-1 {
    width: 8.33333333%;
  }
  .xlbootstrap3 .col-lg-pull-12 {
    right: 100%;
  }
  .xlbootstrap3 .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .xlbootstrap3 .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .xlbootstrap3 .col-lg-pull-9 {
    right: 75%;
  }
  .xlbootstrap3 .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .xlbootstrap3 .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .xlbootstrap3 .col-lg-pull-6 {
    right: 50%;
  }
  .xlbootstrap3 .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .xlbootstrap3 .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .xlbootstrap3 .col-lg-pull-3 {
    right: 25%;
  }
  .xlbootstrap3 .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .xlbootstrap3 .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .xlbootstrap3 .col-lg-pull-0 {
    right: auto;
  }
  .xlbootstrap3 .col-lg-push-12 {
    left: 100%;
  }
  .xlbootstrap3 .col-lg-push-11 {
    left: 91.66666667%;
  }
  .xlbootstrap3 .col-lg-push-10 {
    left: 83.33333333%;
  }
  .xlbootstrap3 .col-lg-push-9 {
    left: 75%;
  }
  .xlbootstrap3 .col-lg-push-8 {
    left: 66.66666667%;
  }
  .xlbootstrap3 .col-lg-push-7 {
    left: 58.33333333%;
  }
  .xlbootstrap3 .col-lg-push-6 {
    left: 50%;
  }
  .xlbootstrap3 .col-lg-push-5 {
    left: 41.66666667%;
  }
  .xlbootstrap3 .col-lg-push-4 {
    left: 33.33333333%;
  }
  .xlbootstrap3 .col-lg-push-3 {
    left: 25%;
  }
  .xlbootstrap3 .col-lg-push-2 {
    left: 16.66666667%;
  }
  .xlbootstrap3 .col-lg-push-1 {
    left: 8.33333333%;
  }
  .xlbootstrap3 .col-lg-push-0 {
    left: auto;
  }
  .xlbootstrap3 .col-lg-offset-12 {
    margin-left: 100%;
  }
  .xlbootstrap3 .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .xlbootstrap3 .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .xlbootstrap3 .col-lg-offset-9 {
    margin-left: 75%;
  }
  .xlbootstrap3 .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .xlbootstrap3 .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .xlbootstrap3 .col-lg-offset-6 {
    margin-left: 50%;
  }
  .xlbootstrap3 .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .xlbootstrap3 .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .xlbootstrap3 .col-lg-offset-3 {
    margin-left: 25%;
  }
  .xlbootstrap3 .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .xlbootstrap3 .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .xlbootstrap3 .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.xlbootstrap3 table {
  background-color: transparent;
}
.xlbootstrap3 caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.xlbootstrap3 th {
  text-align: left;
}
.xlbootstrap3 .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.xlbootstrap3 .table > thead > tr > th,
.xlbootstrap3 .table > tbody > tr > th,
.xlbootstrap3 .table > tfoot > tr > th,
.xlbootstrap3 .table > thead > tr > td,
.xlbootstrap3 .table > tbody > tr > td,
.xlbootstrap3 .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e8e8e8;
}
.xlbootstrap3 .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e8e8e8;
}
.xlbootstrap3 .table > caption + thead > tr:first-child > th,
.xlbootstrap3 .table > colgroup + thead > tr:first-child > th,
.xlbootstrap3 .table > thead:first-child > tr:first-child > th,
.xlbootstrap3 .table > caption + thead > tr:first-child > td,
.xlbootstrap3 .table > colgroup + thead > tr:first-child > td,
.xlbootstrap3 .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.xlbootstrap3 .table > tbody + tbody {
  border-top: 2px solid #e8e8e8;
}
.xlbootstrap3 .table .table {
  background-color: #ffffff;
}
.xlbootstrap3 .table-condensed > thead > tr > th,
.xlbootstrap3 .table-condensed > tbody > tr > th,
.xlbootstrap3 .table-condensed > tfoot > tr > th,
.xlbootstrap3 .table-condensed > thead > tr > td,
.xlbootstrap3 .table-condensed > tbody > tr > td,
.xlbootstrap3 .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.xlbootstrap3 .table-bordered {
  border: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-bordered > thead > tr > th,
.xlbootstrap3 .table-bordered > tbody > tr > th,
.xlbootstrap3 .table-bordered > tfoot > tr > th,
.xlbootstrap3 .table-bordered > thead > tr > td,
.xlbootstrap3 .table-bordered > tbody > tr > td,
.xlbootstrap3 .table-bordered > tfoot > tr > td {
  border: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-bordered > thead > tr > th,
.xlbootstrap3 .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.xlbootstrap3 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.xlbootstrap3 table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.xlbootstrap3 table td[class*="col-"],
.xlbootstrap3 table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.xlbootstrap3 .table > thead > tr > td.active,
.xlbootstrap3 .table > tbody > tr > td.active,
.xlbootstrap3 .table > tfoot > tr > td.active,
.xlbootstrap3 .table > thead > tr > th.active,
.xlbootstrap3 .table > tbody > tr > th.active,
.xlbootstrap3 .table > tfoot > tr > th.active,
.xlbootstrap3 .table > thead > tr.active > td,
.xlbootstrap3 .table > tbody > tr.active > td,
.xlbootstrap3 .table > tfoot > tr.active > td,
.xlbootstrap3 .table > thead > tr.active > th,
.xlbootstrap3 .table > tbody > tr.active > th,
.xlbootstrap3 .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.xlbootstrap3 .table-hover > tbody > tr > td.active:hover,
.xlbootstrap3 .table-hover > tbody > tr > th.active:hover,
.xlbootstrap3 .table-hover > tbody > tr.active:hover > td,
.xlbootstrap3 .table-hover > tbody > tr:hover > .active,
.xlbootstrap3 .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.xlbootstrap3 .table > thead > tr > td.success,
.xlbootstrap3 .table > tbody > tr > td.success,
.xlbootstrap3 .table > tfoot > tr > td.success,
.xlbootstrap3 .table > thead > tr > th.success,
.xlbootstrap3 .table > tbody > tr > th.success,
.xlbootstrap3 .table > tfoot > tr > th.success,
.xlbootstrap3 .table > thead > tr.success > td,
.xlbootstrap3 .table > tbody > tr.success > td,
.xlbootstrap3 .table > tfoot > tr.success > td,
.xlbootstrap3 .table > thead > tr.success > th,
.xlbootstrap3 .table > tbody > tr.success > th,
.xlbootstrap3 .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.xlbootstrap3 .table-hover > tbody > tr > td.success:hover,
.xlbootstrap3 .table-hover > tbody > tr > th.success:hover,
.xlbootstrap3 .table-hover > tbody > tr.success:hover > td,
.xlbootstrap3 .table-hover > tbody > tr:hover > .success,
.xlbootstrap3 .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.xlbootstrap3 .table > thead > tr > td.info,
.xlbootstrap3 .table > tbody > tr > td.info,
.xlbootstrap3 .table > tfoot > tr > td.info,
.xlbootstrap3 .table > thead > tr > th.info,
.xlbootstrap3 .table > tbody > tr > th.info,
.xlbootstrap3 .table > tfoot > tr > th.info,
.xlbootstrap3 .table > thead > tr.info > td,
.xlbootstrap3 .table > tbody > tr.info > td,
.xlbootstrap3 .table > tfoot > tr.info > td,
.xlbootstrap3 .table > thead > tr.info > th,
.xlbootstrap3 .table > tbody > tr.info > th,
.xlbootstrap3 .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.xlbootstrap3 .table-hover > tbody > tr > td.info:hover,
.xlbootstrap3 .table-hover > tbody > tr > th.info:hover,
.xlbootstrap3 .table-hover > tbody > tr.info:hover > td,
.xlbootstrap3 .table-hover > tbody > tr:hover > .info,
.xlbootstrap3 .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.xlbootstrap3 .table > thead > tr > td.warning,
.xlbootstrap3 .table > tbody > tr > td.warning,
.xlbootstrap3 .table > tfoot > tr > td.warning,
.xlbootstrap3 .table > thead > tr > th.warning,
.xlbootstrap3 .table > tbody > tr > th.warning,
.xlbootstrap3 .table > tfoot > tr > th.warning,
.xlbootstrap3 .table > thead > tr.warning > td,
.xlbootstrap3 .table > tbody > tr.warning > td,
.xlbootstrap3 .table > tfoot > tr.warning > td,
.xlbootstrap3 .table > thead > tr.warning > th,
.xlbootstrap3 .table > tbody > tr.warning > th,
.xlbootstrap3 .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.xlbootstrap3 .table-hover > tbody > tr > td.warning:hover,
.xlbootstrap3 .table-hover > tbody > tr > th.warning:hover,
.xlbootstrap3 .table-hover > tbody > tr.warning:hover > td,
.xlbootstrap3 .table-hover > tbody > tr:hover > .warning,
.xlbootstrap3 .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.xlbootstrap3 .table > thead > tr > td.danger,
.xlbootstrap3 .table > tbody > tr > td.danger,
.xlbootstrap3 .table > tfoot > tr > td.danger,
.xlbootstrap3 .table > thead > tr > th.danger,
.xlbootstrap3 .table > tbody > tr > th.danger,
.xlbootstrap3 .table > tfoot > tr > th.danger,
.xlbootstrap3 .table > thead > tr.danger > td,
.xlbootstrap3 .table > tbody > tr.danger > td,
.xlbootstrap3 .table > tfoot > tr.danger > td,
.xlbootstrap3 .table > thead > tr.danger > th,
.xlbootstrap3 .table > tbody > tr.danger > th,
.xlbootstrap3 .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.xlbootstrap3 .table-hover > tbody > tr > td.danger:hover,
.xlbootstrap3 .table-hover > tbody > tr > th.danger:hover,
.xlbootstrap3 .table-hover > tbody > tr.danger:hover > td,
.xlbootstrap3 .table-hover > tbody > tr:hover > .danger,
.xlbootstrap3 .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.xlbootstrap3 .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .xlbootstrap3 .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e8e8e8;
  }
  .xlbootstrap3 .table-responsive > .table {
    margin-bottom: 0;
  }
  .xlbootstrap3 .table-responsive > .table > thead > tr > th,
  .xlbootstrap3 .table-responsive > .table > tbody > tr > th,
  .xlbootstrap3 .table-responsive > .table > tfoot > tr > th,
  .xlbootstrap3 .table-responsive > .table > thead > tr > td,
  .xlbootstrap3 .table-responsive > .table > tbody > tr > td,
  .xlbootstrap3 .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .xlbootstrap3 .table-responsive > .table-bordered {
    border: 0;
  }
  .xlbootstrap3 .table-responsive > .table-bordered > thead > tr > th:first-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .xlbootstrap3 .table-responsive > .table-bordered > thead > tr > td:first-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .xlbootstrap3 .table-responsive > .table-bordered > thead > tr > th:last-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .xlbootstrap3 .table-responsive > .table-bordered > thead > tr > td:last-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .xlbootstrap3 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .xlbootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .xlbootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .xlbootstrap3 .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .xlbootstrap3 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.xlbootstrap3 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.xlbootstrap3 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.xlbootstrap3 label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.xlbootstrap3 input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xlbootstrap3 input[type="radio"],
.xlbootstrap3 input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.xlbootstrap3 input.hwPassword[type=password] {
  border-radius: 0;
  width: 33%;
  background-color: white;
  height: 34px;
  border: 1px solid #e0e0e0;
}
.xlbootstrap3 input[type="file"] {
  display: block;
}
.xlbootstrap3 input[type="range"] {
  display: block;
  width: 100%;
}
.xlbootstrap3 select[multiple],
.xlbootstrap3 select[size] {
  height: auto;
}
.xlbootstrap3 input[type="file"]:focus,
.xlbootstrap3 input[type="radio"]:focus,
.xlbootstrap3 input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap3 output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
}
.xlbootstrap3 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.xlbootstrap3 .form-control:focus {
  border-color: #1977d4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 119, 212, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 119, 212, 0.6);
}
.xlbootstrap3 .form-control:focus {
  border-color: #1977d4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 119, 212, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 119, 212, 0.6);
}
.xlbootstrap3 .form-control:-moz-placeholder {
  color: #999999;
}
.xlbootstrap3 .form-control::-moz-placeholder {
  color: #999999;
}
.xlbootstrap3 .form-control:-ms-input-placeholder {
  color: #999999;
}
.xlbootstrap3 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.xlbootstrap3 .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.xlbootstrap3 .form-control:-ms-input-placeholder {
  color: #999999;
}
.xlbootstrap3 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.xlbootstrap3 .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.xlbootstrap3 .form-control[disabled],
.xlbootstrap3 .form-control[readonly],
fieldset[disabled] .xlbootstrap3 .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.xlbootstrap3 .form-control[disabled],
fieldset[disabled] .xlbootstrap3 .form-control {
  cursor: not-allowed;
}
textarea.xlbootstrap3 .form-control {
  height: auto;
}
@media screen and (max-width: 320px) and (max-height: 256px) {
  .xlbootstrap3 .form-control {
    width: 145%;
    padding: 6px 3px;
  }
}
.xlbootstrap3 input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .xlbootstrap3 input[type="date"].form-control,
  .xlbootstrap3 input[type="time"].form-control,
  .xlbootstrap3 input[type="datetime-local"].form-control,
  .xlbootstrap3 input[type="month"].form-control {
    line-height: 34px;
  }
  .xlbootstrap3 input[type="date"].input-sm,
  .xlbootstrap3 input[type="time"].input-sm,
  .xlbootstrap3 input[type="datetime-local"].input-sm,
  .xlbootstrap3 input[type="month"].input-sm,
  .input-group-sm .xlbootstrap3 input[type="date"],
  .input-group-sm .xlbootstrap3 input[type="time"],
  .input-group-sm .xlbootstrap3 input[type="datetime-local"],
  .input-group-sm .xlbootstrap3 input[type="month"] {
    line-height: 30px;
  }
  .xlbootstrap3 input[type="date"].input-lg,
  .xlbootstrap3 input[type="time"].input-lg,
  .xlbootstrap3 input[type="datetime-local"].input-lg,
  .xlbootstrap3 input[type="month"].input-lg,
  .input-group-lg .xlbootstrap3 input[type="date"],
  .input-group-lg .xlbootstrap3 input[type="time"],
  .input-group-lg .xlbootstrap3 input[type="datetime-local"],
  .input-group-lg .xlbootstrap3 input[type="month"] {
    line-height: 46px;
  }
}
.xlbootstrap3 .form-group {
  margin-bottom: 15px;
}
.xlbootstrap3 .radio,
.xlbootstrap3 .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.xlbootstrap3 .radio label,
.xlbootstrap3 .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.xlbootstrap3 .radio input[type="radio"],
.xlbootstrap3 .radio-inline input[type="radio"],
.xlbootstrap3 .checkbox input[type="checkbox"],
.xlbootstrap3 .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.xlbootstrap3 .radio + .radio,
.xlbootstrap3 .checkbox + .checkbox {
  margin-top: -5px;
}
.xlbootstrap3 .radio-inline,
.xlbootstrap3 .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.xlbootstrap3 .radio-inline + .radio-inline,
.xlbootstrap3 .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.xlbootstrap3 input[type="radio"][disabled],
.xlbootstrap3 input[type="checkbox"][disabled],
.xlbootstrap3 input[type="radio"].disabled,
.xlbootstrap3 input[type="checkbox"].disabled,
fieldset[disabled] .xlbootstrap3 input[type="radio"],
fieldset[disabled] .xlbootstrap3 input[type="checkbox"] {
  cursor: not-allowed;
}
.xlbootstrap3 .radio-inline.disabled,
.xlbootstrap3 .checkbox-inline.disabled,
fieldset[disabled] .xlbootstrap3 .radio-inline,
fieldset[disabled] .xlbootstrap3 .checkbox-inline {
  cursor: not-allowed;
}
.xlbootstrap3 .radio.disabled label,
.xlbootstrap3 .checkbox.disabled label,
fieldset[disabled] .xlbootstrap3 .radio label,
fieldset[disabled] .xlbootstrap3 .checkbox label {
  cursor: not-allowed;
}
.xlbootstrap3 .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.xlbootstrap3 .form-control-static.input-lg,
.xlbootstrap3 .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.xlbootstrap3 .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.xlbootstrap3 .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.xlbootstrap3 .input-sm {
  height: auto;
}
select.xlbootstrap3 .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.xlbootstrap3 .input-sm,
select[multiple].xlbootstrap3 .input-sm {
  height: auto;
}
.xlbootstrap3 .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.xlbootstrap3 .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.xlbootstrap3 .form-group-sm textarea.form-control,
.xlbootstrap3 .form-group-sm select[multiple].form-control {
  height: auto;
}
.xlbootstrap3 .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.xlbootstrap3 .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.xlbootstrap3 .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.xlbootstrap3 .input-lg {
  height: auto;
}
select.xlbootstrap3 .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.xlbootstrap3 .input-lg,
select[multiple].xlbootstrap3 .input-lg {
  height: auto;
}
.xlbootstrap3 .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.xlbootstrap3 .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.xlbootstrap3 .form-group-lg textarea.form-control,
.xlbootstrap3 .form-group-lg select[multiple].form-control {
  height: auto;
}
.xlbootstrap3 .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.xlbootstrap3 .has-feedback {
  position: relative;
}
.xlbootstrap3 .has-feedback .form-control {
  padding-right: 42.5px;
}
.xlbootstrap3 .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.xlbootstrap3 .input-lg + .form-control-feedback,
.xlbootstrap3 .input-group-lg + .form-control-feedback,
.xlbootstrap3 .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.xlbootstrap3 .input-sm + .form-control-feedback,
.xlbootstrap3 .input-group-sm + .form-control-feedback,
.xlbootstrap3 .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.xlbootstrap3 .has-success .help-block,
.xlbootstrap3 .has-success .control-label {
  color: #3c763d;
}
.xlbootstrap3 .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.xlbootstrap3 .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.xlbootstrap3 .has-success .help-block,
.xlbootstrap3 .has-success .control-label,
.xlbootstrap3 .has-success .radio,
.xlbootstrap3 .has-success .checkbox,
.xlbootstrap3 .has-success .radio-inline,
.xlbootstrap3 .has-success .checkbox-inline,
.xlbootstrap3 .has-success.radio label,
.xlbootstrap3 .has-success.checkbox label,
.xlbootstrap3 .has-success.radio-inline label,
.xlbootstrap3 .has-success.checkbox-inline label {
  color: #3c763d;
}
.xlbootstrap3 .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.xlbootstrap3 .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.xlbootstrap3 .has-success .form-control-feedback {
  color: #3c763d;
}
.xlbootstrap3 .has-warning .help-block,
.xlbootstrap3 .has-warning .control-label {
  color: #8a6d3b;
}
.xlbootstrap3 .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.xlbootstrap3 .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.xlbootstrap3 .has-warning .help-block,
.xlbootstrap3 .has-warning .control-label,
.xlbootstrap3 .has-warning .radio,
.xlbootstrap3 .has-warning .checkbox,
.xlbootstrap3 .has-warning .radio-inline,
.xlbootstrap3 .has-warning .checkbox-inline,
.xlbootstrap3 .has-warning.radio label,
.xlbootstrap3 .has-warning.checkbox label,
.xlbootstrap3 .has-warning.radio-inline label,
.xlbootstrap3 .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.xlbootstrap3 .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.xlbootstrap3 .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.xlbootstrap3 .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.xlbootstrap3 .has-error .help-block,
.xlbootstrap3 .has-error .control-label {
  color: #a94442;
}
.xlbootstrap3 .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.xlbootstrap3 .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.xlbootstrap3 .has-error .help-block,
.xlbootstrap3 .has-error .control-label,
.xlbootstrap3 .has-error .radio,
.xlbootstrap3 .has-error .checkbox,
.xlbootstrap3 .has-error .radio-inline,
.xlbootstrap3 .has-error .checkbox-inline,
.xlbootstrap3 .has-error.radio label,
.xlbootstrap3 .has-error.checkbox label,
.xlbootstrap3 .has-error.radio-inline label,
.xlbootstrap3 .has-error.checkbox-inline label {
  color: #a94442;
}
.xlbootstrap3 .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.xlbootstrap3 .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.xlbootstrap3 .has-error .form-control-feedback {
  color: #a94442;
}
.xlbootstrap3 .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.xlbootstrap3 .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.xlbootstrap3 .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #656565;
}
@media (min-width: 768px) {
  .xlbootstrap3 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .xlbootstrap3 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .xlbootstrap3 .form-inline .form-control-static {
    display: inline-block;
  }
  .xlbootstrap3 .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .xlbootstrap3 .form-inline .input-group .input-group-addon,
  .xlbootstrap3 .form-inline .input-group .input-group-btn,
  .xlbootstrap3 .form-inline .input-group .form-control {
    width: auto;
  }
  .xlbootstrap3 .form-inline .input-group > .form-control {
    width: 100%;
  }
  .xlbootstrap3 .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .xlbootstrap3 .form-inline .radio,
  .xlbootstrap3 .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .xlbootstrap3 .form-inline .radio label,
  .xlbootstrap3 .form-inline .checkbox label {
    padding-left: 0;
  }
  .xlbootstrap3 .form-inline .radio input[type="radio"],
  .xlbootstrap3 .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .xlbootstrap3 .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.xlbootstrap3 .form-horizontal .radio,
.xlbootstrap3 .form-horizontal .checkbox,
.xlbootstrap3 .form-horizontal .radio-inline,
.xlbootstrap3 .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.xlbootstrap3 .form-horizontal .radio,
.xlbootstrap3 .form-horizontal .checkbox {
  min-height: 27px;
}
.xlbootstrap3 .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .xlbootstrap3 .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.xlbootstrap3 .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.xlbootstrap3 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.xlbootstrap3 .btn:focus,
.xlbootstrap3 .btn:active:focus,
.xlbootstrap3 .btn.active:focus,
.xlbootstrap3 .btn.focus,
.xlbootstrap3 .btn:active.focus,
.xlbootstrap3 .btn.active.focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap3 .btn:hover,
.xlbootstrap3 .btn:focus,
.xlbootstrap3 .btn.focus {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap3 .btn:active,
.xlbootstrap3 .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.xlbootstrap3 .btn.disabled,
.xlbootstrap3 .btn[disabled],
fieldset[disabled] .xlbootstrap3 .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.xlbootstrap3 .btn.disabled,
fieldset[disabled] a.xlbootstrap3 .btn {
  pointer-events: none;
}
.xlbootstrap3 .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default:hover,
.xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.active,
.open .dropdown-toggle.xlbootstrap3 .btn-default {
  color: #252525;
  background-color: #d5d5d5;
  border-color: #a8a8a8;
}
.xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.active,
.open .dropdown-toggle.xlbootstrap3 .btn-default {
  background-image: none;
}
.xlbootstrap3 .btn-default.disabled,
.xlbootstrap3 .btn-default[disabled],
fieldset[disabled] .xlbootstrap3 .btn-default,
.xlbootstrap3 .btn-default.disabled:hover,
.xlbootstrap3 .btn-default[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-default:hover,
.xlbootstrap3 .btn-default.disabled:focus,
.xlbootstrap3 .btn-default[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default.disabled:active,
.xlbootstrap3 .btn-default[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.disabled.active,
.xlbootstrap3 .btn-default[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-default.active {
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default.focus {
  color: #252525;
  background-color: #d0d0d0;
  border-color: #878787;
}
.xlbootstrap3 .btn-default:hover {
  color: #252525;
  background-color: #d0d0d0;
  border-color: #a8a8a8;
}
.xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-default {
  color: #252525;
  background-color: #d0d0d0;
  border-color: #a8a8a8;
}
.xlbootstrap3 .btn-default:active:hover,
.xlbootstrap3 .btn-default.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-default:hover,
.xlbootstrap3 .btn-default:active:focus,
.xlbootstrap3 .btn-default.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default:active.focus,
.xlbootstrap3 .btn-default.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-default.focus {
  color: #252525;
  background-color: #bebebe;
  border-color: #878787;
}
.xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-default {
  background-image: none;
}
.xlbootstrap3 .btn-default.disabled:hover,
.xlbootstrap3 .btn-default[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-default:hover,
.xlbootstrap3 .btn-default.disabled:focus,
.xlbootstrap3 .btn-default[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default.disabled.focus,
.xlbootstrap3 .btn-default[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-default.focus {
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default .badge {
  color: #e9e9e9;
  background-color: #252525;
}
.xlbootstrap3 .btn-primary {
  color: #ffffff;
  background-color: #047a9c;
  border-color: #006a8d;
}
.xlbootstrap3 .btn-primary:hover,
.xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.active,
.open .dropdown-toggle.xlbootstrap3 .btn-primary {
  color: #ffffff;
  background-color: #035b74;
  border-color: #003c50;
}
.xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.active,
.open .dropdown-toggle.xlbootstrap3 .btn-primary {
  background-image: none;
}
.xlbootstrap3 .btn-primary.disabled,
.xlbootstrap3 .btn-primary[disabled],
fieldset[disabled] .xlbootstrap3 .btn-primary,
.xlbootstrap3 .btn-primary.disabled:hover,
.xlbootstrap3 .btn-primary[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-primary:hover,
.xlbootstrap3 .btn-primary.disabled:focus,
.xlbootstrap3 .btn-primary[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary.disabled:active,
.xlbootstrap3 .btn-primary[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.disabled.active,
.xlbootstrap3 .btn-primary[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-primary.active {
  background-color: #047a9c;
  border-color: #006a8d;
}
.xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary.focus {
  color: #ffffff;
  background-color: #03536a;
  border-color: #000a0e;
}
.xlbootstrap3 .btn-primary:hover {
  color: #ffffff;
  background-color: #03536a;
  border-color: #003c50;
}
.xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary {
  color: #ffffff;
  background-color: #03536a;
  border-color: #003c50;
}
.xlbootstrap3 .btn-primary:active:hover,
.xlbootstrap3 .btn-primary.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary:hover,
.xlbootstrap3 .btn-primary:active:focus,
.xlbootstrap3 .btn-primary.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary:active.focus,
.xlbootstrap3 .btn-primary.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary.focus {
  color: #ffffff;
  background-color: #023847;
  border-color: #000a0e;
}
.xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary {
  background-image: none;
}
.xlbootstrap3 .btn-primary.disabled:hover,
.xlbootstrap3 .btn-primary[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-primary:hover,
.xlbootstrap3 .btn-primary.disabled:focus,
.xlbootstrap3 .btn-primary[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary.disabled.focus,
.xlbootstrap3 .btn-primary[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-primary.focus {
  background-color: #047a9c;
  border-color: #006a8d;
}
.xlbootstrap3 .btn-primary .badge {
  color: #047a9c;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.xlbootstrap3 .btn-success:hover,
.xlbootstrap3 .btn-success:focus,
.xlbootstrap3 .btn-success:active,
.xlbootstrap3 .btn-success.active,
.open .dropdown-toggle.xlbootstrap3 .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.xlbootstrap3 .btn-success:active,
.xlbootstrap3 .btn-success.active,
.open .dropdown-toggle.xlbootstrap3 .btn-success {
  background-image: none;
}
.xlbootstrap3 .btn-success.disabled,
.xlbootstrap3 .btn-success[disabled],
fieldset[disabled] .xlbootstrap3 .btn-success,
.xlbootstrap3 .btn-success.disabled:hover,
.xlbootstrap3 .btn-success[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-success:hover,
.xlbootstrap3 .btn-success.disabled:focus,
.xlbootstrap3 .btn-success[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-success:focus,
.xlbootstrap3 .btn-success.disabled:active,
.xlbootstrap3 .btn-success[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-success:active,
.xlbootstrap3 .btn-success.disabled.active,
.xlbootstrap3 .btn-success[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.xlbootstrap3 .btn-success:focus,
.xlbootstrap3 .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.xlbootstrap3 .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.xlbootstrap3 .btn-success:active,
.xlbootstrap3 .btn-success.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.xlbootstrap3 .btn-success:active:hover,
.xlbootstrap3 .btn-success.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-success:hover,
.xlbootstrap3 .btn-success:active:focus,
.xlbootstrap3 .btn-success.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-success:focus,
.xlbootstrap3 .btn-success:active.focus,
.xlbootstrap3 .btn-success.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.xlbootstrap3 .btn-success:active,
.xlbootstrap3 .btn-success.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-success {
  background-image: none;
}
.xlbootstrap3 .btn-success.disabled:hover,
.xlbootstrap3 .btn-success[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-success:hover,
.xlbootstrap3 .btn-success.disabled:focus,
.xlbootstrap3 .btn-success[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-success:focus,
.xlbootstrap3 .btn-success.disabled.focus,
.xlbootstrap3 .btn-success[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.xlbootstrap3 .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.xlbootstrap3 .btn-info:hover,
.xlbootstrap3 .btn-info:focus,
.xlbootstrap3 .btn-info:active,
.xlbootstrap3 .btn-info.active,
.open .dropdown-toggle.xlbootstrap3 .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.xlbootstrap3 .btn-info:active,
.xlbootstrap3 .btn-info.active,
.open .dropdown-toggle.xlbootstrap3 .btn-info {
  background-image: none;
}
.xlbootstrap3 .btn-info.disabled,
.xlbootstrap3 .btn-info[disabled],
fieldset[disabled] .xlbootstrap3 .btn-info,
.xlbootstrap3 .btn-info.disabled:hover,
.xlbootstrap3 .btn-info[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-info:hover,
.xlbootstrap3 .btn-info.disabled:focus,
.xlbootstrap3 .btn-info[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-info:focus,
.xlbootstrap3 .btn-info.disabled:active,
.xlbootstrap3 .btn-info[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-info:active,
.xlbootstrap3 .btn-info.disabled.active,
.xlbootstrap3 .btn-info[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.xlbootstrap3 .btn-info:focus,
.xlbootstrap3 .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.xlbootstrap3 .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.xlbootstrap3 .btn-info:active,
.xlbootstrap3 .btn-info.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.xlbootstrap3 .btn-info:active:hover,
.xlbootstrap3 .btn-info.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-info:hover,
.xlbootstrap3 .btn-info:active:focus,
.xlbootstrap3 .btn-info.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-info:focus,
.xlbootstrap3 .btn-info:active.focus,
.xlbootstrap3 .btn-info.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.xlbootstrap3 .btn-info:active,
.xlbootstrap3 .btn-info.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-info {
  background-image: none;
}
.xlbootstrap3 .btn-info.disabled:hover,
.xlbootstrap3 .btn-info[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-info:hover,
.xlbootstrap3 .btn-info.disabled:focus,
.xlbootstrap3 .btn-info[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-info:focus,
.xlbootstrap3 .btn-info.disabled.focus,
.xlbootstrap3 .btn-info[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.xlbootstrap3 .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.xlbootstrap3 .btn-warning:hover,
.xlbootstrap3 .btn-warning:focus,
.xlbootstrap3 .btn-warning:active,
.xlbootstrap3 .btn-warning.active,
.open .dropdown-toggle.xlbootstrap3 .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.xlbootstrap3 .btn-warning:active,
.xlbootstrap3 .btn-warning.active,
.open .dropdown-toggle.xlbootstrap3 .btn-warning {
  background-image: none;
}
.xlbootstrap3 .btn-warning.disabled,
.xlbootstrap3 .btn-warning[disabled],
fieldset[disabled] .xlbootstrap3 .btn-warning,
.xlbootstrap3 .btn-warning.disabled:hover,
.xlbootstrap3 .btn-warning[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-warning:hover,
.xlbootstrap3 .btn-warning.disabled:focus,
.xlbootstrap3 .btn-warning[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-warning:focus,
.xlbootstrap3 .btn-warning.disabled:active,
.xlbootstrap3 .btn-warning[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-warning:active,
.xlbootstrap3 .btn-warning.disabled.active,
.xlbootstrap3 .btn-warning[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.xlbootstrap3 .btn-warning:focus,
.xlbootstrap3 .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.xlbootstrap3 .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.xlbootstrap3 .btn-warning:active,
.xlbootstrap3 .btn-warning.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.xlbootstrap3 .btn-warning:active:hover,
.xlbootstrap3 .btn-warning.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-warning:hover,
.xlbootstrap3 .btn-warning:active:focus,
.xlbootstrap3 .btn-warning.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-warning:focus,
.xlbootstrap3 .btn-warning:active.focus,
.xlbootstrap3 .btn-warning.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.xlbootstrap3 .btn-warning:active,
.xlbootstrap3 .btn-warning.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-warning {
  background-image: none;
}
.xlbootstrap3 .btn-warning.disabled:hover,
.xlbootstrap3 .btn-warning[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-warning:hover,
.xlbootstrap3 .btn-warning.disabled:focus,
.xlbootstrap3 .btn-warning[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-warning:focus,
.xlbootstrap3 .btn-warning.disabled.focus,
.xlbootstrap3 .btn-warning[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.xlbootstrap3 .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.xlbootstrap3 .btn-danger:hover,
.xlbootstrap3 .btn-danger:focus,
.xlbootstrap3 .btn-danger:active,
.xlbootstrap3 .btn-danger.active,
.open .dropdown-toggle.xlbootstrap3 .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.xlbootstrap3 .btn-danger:active,
.xlbootstrap3 .btn-danger.active,
.open .dropdown-toggle.xlbootstrap3 .btn-danger {
  background-image: none;
}
.xlbootstrap3 .btn-danger.disabled,
.xlbootstrap3 .btn-danger[disabled],
fieldset[disabled] .xlbootstrap3 .btn-danger,
.xlbootstrap3 .btn-danger.disabled:hover,
.xlbootstrap3 .btn-danger[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-danger:hover,
.xlbootstrap3 .btn-danger.disabled:focus,
.xlbootstrap3 .btn-danger[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-danger:focus,
.xlbootstrap3 .btn-danger.disabled:active,
.xlbootstrap3 .btn-danger[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-danger:active,
.xlbootstrap3 .btn-danger.disabled.active,
.xlbootstrap3 .btn-danger[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.xlbootstrap3 .btn-danger:focus,
.xlbootstrap3 .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.xlbootstrap3 .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.xlbootstrap3 .btn-danger:active,
.xlbootstrap3 .btn-danger.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.xlbootstrap3 .btn-danger:active:hover,
.xlbootstrap3 .btn-danger.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-danger:hover,
.xlbootstrap3 .btn-danger:active:focus,
.xlbootstrap3 .btn-danger.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-danger:focus,
.xlbootstrap3 .btn-danger:active.focus,
.xlbootstrap3 .btn-danger.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.xlbootstrap3 .btn-danger:active,
.xlbootstrap3 .btn-danger.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-danger {
  background-image: none;
}
.xlbootstrap3 .btn-danger.disabled:hover,
.xlbootstrap3 .btn-danger[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-danger:hover,
.xlbootstrap3 .btn-danger.disabled:focus,
.xlbootstrap3 .btn-danger[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-danger:focus,
.xlbootstrap3 .btn-danger.disabled.focus,
.xlbootstrap3 .btn-danger[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.xlbootstrap3 .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-connectutor {
  color: #047a9c;
  background-color: #ffffff;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-connectutor:hover,
.xlbootstrap3 .btn-connectutor:focus,
.xlbootstrap3 .btn-connectutor:active,
.xlbootstrap3 .btn-connectutor.active,
.open .dropdown-toggle.xlbootstrap3 .btn-connectutor {
  color: #047a9c;
  background-color: #ebebeb;
  border-color: #024b60;
}
.xlbootstrap3 .btn-connectutor:active,
.xlbootstrap3 .btn-connectutor.active,
.open .dropdown-toggle.xlbootstrap3 .btn-connectutor {
  background-image: none;
}
.xlbootstrap3 .btn-connectutor.disabled,
.xlbootstrap3 .btn-connectutor[disabled],
fieldset[disabled] .xlbootstrap3 .btn-connectutor,
.xlbootstrap3 .btn-connectutor.disabled:hover,
.xlbootstrap3 .btn-connectutor[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-connectutor:hover,
.xlbootstrap3 .btn-connectutor.disabled:focus,
.xlbootstrap3 .btn-connectutor[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-connectutor:focus,
.xlbootstrap3 .btn-connectutor.disabled:active,
.xlbootstrap3 .btn-connectutor[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-connectutor:active,
.xlbootstrap3 .btn-connectutor.disabled.active,
.xlbootstrap3 .btn-connectutor[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-connectutor.active {
  background-color: #ffffff;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-connectutor:focus,
.xlbootstrap3 .btn-connectutor.focus {
  color: #047a9c;
  background-color: #e6e6e6;
  border-color: #011920;
}
.xlbootstrap3 .btn-connectutor:hover {
  color: #047a9c;
  background-color: #e6e6e6;
  border-color: #024b60;
}
.xlbootstrap3 .btn-connectutor:active,
.xlbootstrap3 .btn-connectutor.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-connectutor {
  color: #047a9c;
  background-color: #e6e6e6;
  border-color: #024b60;
}
.xlbootstrap3 .btn-connectutor:active:hover,
.xlbootstrap3 .btn-connectutor.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-connectutor:hover,
.xlbootstrap3 .btn-connectutor:active:focus,
.xlbootstrap3 .btn-connectutor.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-connectutor:focus,
.xlbootstrap3 .btn-connectutor:active.focus,
.xlbootstrap3 .btn-connectutor.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-connectutor.focus {
  color: #047a9c;
  background-color: #d4d4d4;
  border-color: #011920;
}
.xlbootstrap3 .btn-connectutor:active,
.xlbootstrap3 .btn-connectutor.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-connectutor {
  background-image: none;
}
.xlbootstrap3 .btn-connectutor.disabled:hover,
.xlbootstrap3 .btn-connectutor[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-connectutor:hover,
.xlbootstrap3 .btn-connectutor.disabled:focus,
.xlbootstrap3 .btn-connectutor[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-connectutor:focus,
.xlbootstrap3 .btn-connectutor.disabled.focus,
.xlbootstrap3 .btn-connectutor[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-connectutor.focus {
  background-color: #ffffff;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-connectutor .badge {
  color: #ffffff;
  background-color: #047a9c;
}
.xlbootstrap3 .btn-connectutor.active:focus,
.xlbootstrap3 .btn-connectutor.active.focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap3 .btn-connectutor:hover,
.xlbootstrap3 .btn-connectutor:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #047A9C;
}
.xlbootstrap3 .btn-link {
  color: #047a9c;
  font-weight: normal;
  border-radius: 0;
}
.xlbootstrap3 .btn-link,
.xlbootstrap3 .btn-link:active,
.xlbootstrap3 .btn-link.active,
.xlbootstrap3 .btn-link[disabled],
fieldset[disabled] .xlbootstrap3 .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn-link,
.xlbootstrap3 .btn-link:hover,
.xlbootstrap3 .btn-link:focus,
.xlbootstrap3 .btn-link:active {
  border-color: transparent;
}
.xlbootstrap3 .btn-link:hover,
.xlbootstrap3 .btn-link:focus {
  color: #047a9c;
  text-decoration: underline;
  background-color: transparent;
}
.xlbootstrap3 .btn-link[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-link:hover,
.xlbootstrap3 .btn-link[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.xlbootstrap3 .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.xlbootstrap3 .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.xlbootstrap3 .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.xlbootstrap3 .btn-block {
  display: block;
  width: 100%;
}
.xlbootstrap3 .btn-block + .btn-block {
  margin-top: 5px;
}
.xlbootstrap3 input[type="submit"].btn-block,
.xlbootstrap3 input[type="reset"].btn-block,
.xlbootstrap3 input[type="button"].btn-block {
  width: 100%;
}
.xlbootstrap3 .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.xlbootstrap3 .fade.in {
  opacity: 1;
}
.xlbootstrap3 .collapse {
  display: none;
}
.xlbootstrap3 .collapse.in {
  display: block;
}
tr.xlbootstrap3 .collapse.in {
  display: table-row;
}
tbody.xlbootstrap3 .collapse.in {
  display: table-row-group;
}
.xlbootstrap3 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.xlbootstrap3 .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.xlbootstrap3 .dropup,
.xlbootstrap3 .dropdown {
  position: relative;
}
.xlbootstrap3 .dropdown-toggle:focus {
  outline: 0;
}
.xlbootstrap3 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.xlbootstrap3 .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.xlbootstrap3 .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #c7c7c7;
}
.xlbootstrap3 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #252525;
  white-space: nowrap;
}
.xlbootstrap3 .dropdown-menu > li > a:hover,
.xlbootstrap3 .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #252525;
  background-color: #d9d9d9;
}
.xlbootstrap3 .dropdown-menu > .active > a,
.xlbootstrap3 .dropdown-menu > .active > a:hover,
.xlbootstrap3 .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #047a9c;
}
.xlbootstrap3 .dropdown-menu > .disabled > a,
.xlbootstrap3 .dropdown-menu > .disabled > a:hover,
.xlbootstrap3 .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.xlbootstrap3 .dropdown-menu > .disabled > a:hover,
.xlbootstrap3 .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.xlbootstrap3 .open > .dropdown-menu {
  display: block;
}
.xlbootstrap3 .open > a {
  outline: 0;
}
.xlbootstrap3 .dropdown-menu-right {
  left: auto;
  right: 0;
}
.xlbootstrap3 .dropdown-menu-left {
  left: 0;
  right: auto;
}
.xlbootstrap3 .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.xlbootstrap3 .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 991;
}
.xlbootstrap3 .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.xlbootstrap3 .dropup .caret,
.xlbootstrap3 .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.xlbootstrap3 .dropup .dropdown-menu,
.xlbootstrap3 .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .xlbootstrap3 .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.xlbootstrap3 .btn-group,
.xlbootstrap3 .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.xlbootstrap3 .btn-group > .btn,
.xlbootstrap3 .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.xlbootstrap3 .btn-group > .btn:hover,
.xlbootstrap3 .btn-group-vertical > .btn:hover,
.xlbootstrap3 .btn-group > .btn:focus,
.xlbootstrap3 .btn-group-vertical > .btn:focus,
.xlbootstrap3 .btn-group > .btn:active,
.xlbootstrap3 .btn-group-vertical > .btn:active,
.xlbootstrap3 .btn-group > .btn.active,
.xlbootstrap3 .btn-group-vertical > .btn.active {
  z-index: 2;
}
.xlbootstrap3 .btn-group .btn + .btn,
.xlbootstrap3 .btn-group .btn + .btn-group,
.xlbootstrap3 .btn-group .btn-group + .btn,
.xlbootstrap3 .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.xlbootstrap3 .btn-toolbar {
  margin-left: -5px;
}
.xlbootstrap3 .btn-toolbar .btn,
.xlbootstrap3 .btn-toolbar .btn-group,
.xlbootstrap3 .btn-toolbar .input-group {
  float: left;
}
.xlbootstrap3 .btn-toolbar > .btn,
.xlbootstrap3 .btn-toolbar > .btn-group,
.xlbootstrap3 .btn-toolbar > .input-group {
  margin-left: 5px;
}
.xlbootstrap3 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.xlbootstrap3 .btn-group > .btn:first-child {
  margin-left: 0;
}
.xlbootstrap3 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.xlbootstrap3 .btn-group > .btn:last-child:not(:first-child),
.xlbootstrap3 .btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .btn-group > .btn-group {
  float: left;
}
.xlbootstrap3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.xlbootstrap3 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.xlbootstrap3 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.xlbootstrap3 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .btn-group .dropdown-toggle:active,
.xlbootstrap3 .btn-group.open .dropdown-toggle {
  outline: 0;
}
.xlbootstrap3 .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.xlbootstrap3 .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.xlbootstrap3 .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.xlbootstrap3 .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn .caret {
  margin-left: 0;
}
.xlbootstrap3 .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.xlbootstrap3 .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.xlbootstrap3 .btn-group-vertical > .btn,
.xlbootstrap3 .btn-group-vertical > .btn-group,
.xlbootstrap3 .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.xlbootstrap3 .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.xlbootstrap3 .btn-group-vertical > .btn + .btn,
.xlbootstrap3 .btn-group-vertical > .btn + .btn-group,
.xlbootstrap3 .btn-group-vertical > .btn-group + .btn,
.xlbootstrap3 .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.xlbootstrap3 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.xlbootstrap3 .btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap3 .btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.xlbootstrap3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.xlbootstrap3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.xlbootstrap3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.xlbootstrap3 .btn-group-justified > .btn,
.xlbootstrap3 .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.xlbootstrap3 .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.xlbootstrap3 .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.xlbootstrap3 [data-toggle="buttons"] > .btn input[type="radio"],
.xlbootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.xlbootstrap3 [data-toggle="buttons"] > .btn input[type="checkbox"],
.xlbootstrap3 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.xlbootstrap3 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.xlbootstrap3 .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.xlbootstrap3 .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.xlbootstrap3 .input-group .form-control:focus {
  z-index: 3;
}
.xlbootstrap3 .input-group-lg > .form-control,
.xlbootstrap3 .input-group-lg > .input-group-addon,
.xlbootstrap3 .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.xlbootstrap3 .input-group-lg > .form-control,
select.xlbootstrap3 .input-group-lg > .input-group-addon,
select.xlbootstrap3 .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.xlbootstrap3 .input-group-lg > .form-control,
textarea.xlbootstrap3 .input-group-lg > .input-group-addon,
textarea.xlbootstrap3 .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.xlbootstrap3 .input-group-lg > .form-control,
select.xlbootstrap3 .input-group-lg > .input-group-addon,
select.xlbootstrap3 .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.xlbootstrap3 .input-group-lg > .form-control,
textarea.xlbootstrap3 .input-group-lg > .input-group-addon,
textarea.xlbootstrap3 .input-group-lg > .input-group-btn > .btn,
select[multiple].xlbootstrap3 .input-group-lg > .form-control,
select[multiple].xlbootstrap3 .input-group-lg > .input-group-addon,
select[multiple].xlbootstrap3 .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.xlbootstrap3 .input-group-sm > .form-control,
.xlbootstrap3 .input-group-sm > .input-group-addon,
.xlbootstrap3 .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.xlbootstrap3 .input-group-sm > .form-control,
select.xlbootstrap3 .input-group-sm > .input-group-addon,
select.xlbootstrap3 .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.xlbootstrap3 .input-group-sm > .form-control,
textarea.xlbootstrap3 .input-group-sm > .input-group-addon,
textarea.xlbootstrap3 .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.xlbootstrap3 .input-group-sm > .form-control,
select.xlbootstrap3 .input-group-sm > .input-group-addon,
select.xlbootstrap3 .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.xlbootstrap3 .input-group-sm > .form-control,
textarea.xlbootstrap3 .input-group-sm > .input-group-addon,
textarea.xlbootstrap3 .input-group-sm > .input-group-btn > .btn,
select[multiple].xlbootstrap3 .input-group-sm > .form-control,
select[multiple].xlbootstrap3 .input-group-sm > .input-group-addon,
select[multiple].xlbootstrap3 .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.xlbootstrap3 .input-group-addon,
.xlbootstrap3 .input-group-btn,
.xlbootstrap3 .input-group .form-control {
  display: table-cell;
}
.xlbootstrap3 .input-group-addon:not(:first-child):not(:last-child),
.xlbootstrap3 .input-group-btn:not(:first-child):not(:last-child),
.xlbootstrap3 .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.xlbootstrap3 .input-group-addon,
.xlbootstrap3 .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.xlbootstrap3 .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #252525;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.xlbootstrap3 .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.xlbootstrap3 .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.xlbootstrap3 .input-group-addon input[type="radio"],
.xlbootstrap3 .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.xlbootstrap3 .input-group .form-control:first-child,
.xlbootstrap3 .input-group-addon:first-child,
.xlbootstrap3 .input-group-btn:first-child > .btn,
.xlbootstrap3 .input-group-btn:first-child > .btn-group > .btn,
.xlbootstrap3 .input-group-btn:first-child > .dropdown-toggle,
.xlbootstrap3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.xlbootstrap3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.xlbootstrap3 .input-group-addon:first-child {
  border-right: 0;
}
.xlbootstrap3 .input-group .form-control:last-child,
.xlbootstrap3 .input-group-addon:last-child,
.xlbootstrap3 .input-group-btn:last-child > .btn,
.xlbootstrap3 .input-group-btn:last-child > .btn-group > .btn,
.xlbootstrap3 .input-group-btn:last-child > .dropdown-toggle,
.xlbootstrap3 .input-group-btn:first-child > .btn:not(:first-child),
.xlbootstrap3 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .input-group-addon:last-child {
  border-left: 0;
}
.xlbootstrap3 .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.xlbootstrap3 .input-group-btn > .btn {
  position: relative;
}
.xlbootstrap3 .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.xlbootstrap3 .input-group-btn > .btn:hover,
.xlbootstrap3 .input-group-btn > .btn:focus,
.xlbootstrap3 .input-group-btn > .btn:active {
  z-index: 2;
}
.xlbootstrap3 .input-group-btn:first-child > .btn,
.xlbootstrap3 .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.xlbootstrap3 .input-group-btn:last-child > .btn,
.xlbootstrap3 .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.xlbootstrap3 .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.xlbootstrap3 .nav > li {
  position: relative;
  display: block;
}
.xlbootstrap3 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.xlbootstrap3 .nav > li > a:hover,
.xlbootstrap3 .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.xlbootstrap3 .nav > li.disabled > a {
  color: #777777;
}
.xlbootstrap3 .nav > li.disabled > a:hover,
.xlbootstrap3 .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.xlbootstrap3 .nav .open > a,
.xlbootstrap3 .nav .open > a:hover,
.xlbootstrap3 .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #047a9c;
}
.xlbootstrap3 .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.xlbootstrap3 .nav > li > a > img {
  max-width: none;
}
.xlbootstrap3 .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.xlbootstrap3 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.xlbootstrap3 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.xlbootstrap3 .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.xlbootstrap3 .nav-tabs > li.active > a,
.xlbootstrap3 .nav-tabs > li.active > a:hover,
.xlbootstrap3 .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #a9dced;
  border-bottom-color: transparent;
  cursor: default;
}
.xlbootstrap3 .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.xlbootstrap3 .nav-tabs.nav-justified > li {
  float: none;
}
.xlbootstrap3 .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.xlbootstrap3 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .xlbootstrap3 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .xlbootstrap3 .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.xlbootstrap3 .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.xlbootstrap3 .nav-tabs.nav-justified > .active > a,
.xlbootstrap3 .nav-tabs.nav-justified > .active > a:hover,
.xlbootstrap3 .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .xlbootstrap3 .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .xlbootstrap3 .nav-tabs.nav-justified > .active > a,
  .xlbootstrap3 .nav-tabs.nav-justified > .active > a:hover,
  .xlbootstrap3 .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.xlbootstrap3 .nav-pills > li {
  float: left;
}
.xlbootstrap3 .nav-pills > li > a {
  border-radius: 4px;
}
.xlbootstrap3 .nav-pills > li + li {
  margin-left: 2px;
}
.xlbootstrap3 .nav-pills > li.active > a,
.xlbootstrap3 .nav-pills > li.active > a:hover,
.xlbootstrap3 .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.xlbootstrap3 .nav-stacked > li {
  float: none;
}
.xlbootstrap3 .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.xlbootstrap3 .nav-justified {
  width: 100%;
}
.xlbootstrap3 .nav-justified > li {
  float: none;
}
.xlbootstrap3 .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.xlbootstrap3 .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .xlbootstrap3 .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .xlbootstrap3 .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.xlbootstrap3 .nav-tabs-justified {
  border-bottom: 0;
}
.xlbootstrap3 .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.xlbootstrap3 .nav-tabs-justified > .active > a,
.xlbootstrap3 .nav-tabs-justified > .active > a:hover,
.xlbootstrap3 .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .xlbootstrap3 .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .xlbootstrap3 .nav-tabs-justified > .active > a,
  .xlbootstrap3 .nav-tabs-justified > .active > a:hover,
  .xlbootstrap3 .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.xlbootstrap3 .tab-content > .tab-pane {
  display: none;
}
.xlbootstrap3 .tab-content > .active {
  display: block;
}
.xlbootstrap3 .nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-header {
    float: left;
  }
}
.xlbootstrap3 .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.xlbootstrap3 .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .xlbootstrap3 .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .xlbootstrap3 .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .xlbootstrap3 .navbar-collapse,
  .navbar-static-top .xlbootstrap3 .navbar-collapse,
  .navbar-fixed-bottom .xlbootstrap3 .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.xlbootstrap3 .navbar-fixed-top .navbar-collapse,
.xlbootstrap3 .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .xlbootstrap3 .navbar-fixed-top .navbar-collapse,
  .xlbootstrap3 .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.xlbootstrap3 .container > .navbar-header,
.xlbootstrap3 .container-fluid > .navbar-header,
.xlbootstrap3 .container > .navbar-collapse,
.xlbootstrap3 .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .container > .navbar-header,
  .xlbootstrap3 .container-fluid > .navbar-header,
  .xlbootstrap3 .container > .navbar-collapse,
  .xlbootstrap3 .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.xlbootstrap3 .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-static-top {
    border-radius: 0;
  }
}
.xlbootstrap3 .navbar-fixed-top,
.xlbootstrap3 .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-fixed-top,
  .xlbootstrap3 .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.xlbootstrap3 .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.xlbootstrap3 .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.xlbootstrap3 .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.xlbootstrap3 .navbar-brand:hover,
.xlbootstrap3 .navbar-brand:focus {
  text-decoration: none;
}
.xlbootstrap3 .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .xlbootstrap3 .navbar-brand,
  .navbar > .container-fluid .xlbootstrap3 .navbar-brand {
    margin-left: -15px;
  }
}
.xlbootstrap3 .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.xlbootstrap3 .navbar-toggle:focus {
  outline: 0;
}
.xlbootstrap3 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.xlbootstrap3 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-toggle {
    display: none;
  }
}
.xlbootstrap3 .navbar-nav {
  margin: 7.5px -15px;
}
.xlbootstrap3 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .xlbootstrap3 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .xlbootstrap3 .navbar-nav .open .dropdown-menu > li > a,
  .xlbootstrap3 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .xlbootstrap3 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .xlbootstrap3 .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap3 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-nav {
    float: left;
    margin: 0;
  }
  .xlbootstrap3 .navbar-nav > li {
    float: left;
  }
  .xlbootstrap3 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.xlbootstrap3 .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .xlbootstrap3 .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .xlbootstrap3 .navbar-form .form-control-static {
    display: inline-block;
  }
  .xlbootstrap3 .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .xlbootstrap3 .navbar-form .input-group .input-group-addon,
  .xlbootstrap3 .navbar-form .input-group .input-group-btn,
  .xlbootstrap3 .navbar-form .input-group .form-control {
    width: auto;
  }
  .xlbootstrap3 .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .xlbootstrap3 .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .xlbootstrap3 .navbar-form .radio,
  .xlbootstrap3 .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .xlbootstrap3 .navbar-form .radio label,
  .xlbootstrap3 .navbar-form .checkbox label {
    padding-left: 0;
  }
  .xlbootstrap3 .navbar-form .radio input[type="radio"],
  .xlbootstrap3 .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .xlbootstrap3 .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .xlbootstrap3 .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .xlbootstrap3 .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.xlbootstrap3 .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap3 .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.xlbootstrap3 .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.xlbootstrap3 .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.xlbootstrap3 .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .navbar-left {
    float: left !important;
  }
  .xlbootstrap3 .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .xlbootstrap3 .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.xlbootstrap3 #mainTopNav > :first-child > a {
  font-weight: bold;
}
.xlbootstrap3 #mainTopNav > :last-child > span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .xlbootstrap3 #mainTopNav > li > a {
    padding: 0px;
    margin: 15px;
  }
  .xlbootstrap3 #mainTopNav > li > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
}
.xlbootstrap3 .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.xlbootstrap3 .navbar-default .navbar-brand {
  color: #777777;
}
.xlbootstrap3 .navbar-default .navbar-brand:hover,
.xlbootstrap3 .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.xlbootstrap3 .navbar-default .navbar-text {
  color: #777777;
}
.xlbootstrap3 .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.xlbootstrap3 .navbar-default .navbar-nav > li > a:hover,
.xlbootstrap3 .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.xlbootstrap3 .navbar-default .navbar-nav > .active > a,
.xlbootstrap3 .navbar-default .navbar-nav > .active > a:hover,
.xlbootstrap3 .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.xlbootstrap3 .navbar-default .navbar-nav > .disabled > a,
.xlbootstrap3 .navbar-default .navbar-nav > .disabled > a:hover,
.xlbootstrap3 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.xlbootstrap3 .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.xlbootstrap3 .navbar-default .navbar-toggle:hover,
.xlbootstrap3 .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.xlbootstrap3 .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.xlbootstrap3 .navbar-default .navbar-collapse,
.xlbootstrap3 .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.xlbootstrap3 .navbar-default .navbar-nav > .open > a,
.xlbootstrap3 .navbar-default .navbar-nav > .open > a:hover,
.xlbootstrap3 .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .xlbootstrap3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.xlbootstrap3 .navbar-default .navbar-link {
  color: #777777;
}
.xlbootstrap3 .navbar-default .navbar-link:hover {
  color: #333333;
}
.xlbootstrap3 .navbar-default .btn-link {
  color: #777777;
}
.xlbootstrap3 .navbar-default .btn-link:hover,
.xlbootstrap3 .navbar-default .btn-link:focus {
  color: #333333;
}
.xlbootstrap3 .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .navbar-default .btn-link:hover,
.xlbootstrap3 .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .navbar-default .btn-link:focus {
  color: #cccccc;
}
.xlbootstrap3 .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.xlbootstrap3 .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.xlbootstrap3 .navbar-inverse .navbar-brand:hover,
.xlbootstrap3 .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.xlbootstrap3 .navbar-inverse .navbar-text {
  color: #6a7070;
}
.xlbootstrap3 .navbar-inverse .navbar-nav > li > a {
  color: #6a7070;
}
.xlbootstrap3 .navbar-inverse .navbar-nav > li > a:hover,
.xlbootstrap3 .navbar-inverse .navbar-nav > li > a:focus {
  color: #252525;
  background-color: #ffffff;
}
.xlbootstrap3 .navbar-inverse .navbar-nav > .active > a,
.xlbootstrap3 .navbar-inverse .navbar-nav > .active > a:hover,
.xlbootstrap3 .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.xlbootstrap3 .navbar-inverse .navbar-nav > .disabled > a,
.xlbootstrap3 .navbar-inverse .navbar-nav > .disabled > a:hover,
.xlbootstrap3 .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.xlbootstrap3 .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.xlbootstrap3 .navbar-inverse .navbar-toggle:hover,
.xlbootstrap3 .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.xlbootstrap3 .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.xlbootstrap3 .navbar-inverse .navbar-collapse,
.xlbootstrap3 .navbar-inverse .navbar-form {
  border-color: #101010;
}
.xlbootstrap3 .navbar-inverse .navbar-nav > .open > a,
.xlbootstrap3 .navbar-inverse .navbar-nav > .open > a:hover,
.xlbootstrap3 .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #252525;
}
@media (max-width: 767px) {
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #252525;
    background-color: #ffffff;
  }
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .xlbootstrap3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.xlbootstrap3 .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.xlbootstrap3 .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.xlbootstrap3 .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.xlbootstrap3 .navbar-inverse .btn-link:hover,
.xlbootstrap3 .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.xlbootstrap3 .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .navbar-inverse .btn-link:hover,
.xlbootstrap3 .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .navbar-inverse .btn-link:focus {
  color: #444444;
}
.xlbootstrap3 .new-design-top-nav {
  display: inline-block;
}
.xlbootstrap3 .new-design-top-nav > div {
  position: relative;
  display: flex;
}
.xlbootstrap3 .new-design-top-nav > div.disabled > a {
  color: #777777;
}
.xlbootstrap3 .new-design-top-nav > div.disabled > a:hover,
.xlbootstrap3 .new-design-top-nav > div.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.xlbootstrap3 .new-design-top-nav > div > a {
  color: #6a7070;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.xlbootstrap3 .new-design-top-nav > div > a:hover,
.xlbootstrap3 .new-design-top-nav > div > a:focus {
  text-decoration: none;
  color: #252525;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .xlbootstrap3 .new-design-top-nav > div {
    float: left;
  }
  .xlbootstrap3 .new-design-top-nav > div > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.xlbootstrap3 .new-design-top-nav > div > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .xlbootstrap3 #mainTopNav > div > a {
    padding: 0px;
    margin: 15px;
  }
  .xlbootstrap3 #mainTopNav > div > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
}
.xlbootstrap3 .breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: inherit;
  border-radius: 4px;
}
.xlbootstrap3 .breadcrumb > li {
  display: inline-block;
}
.xlbootstrap3 .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.xlbootstrap3 .breadcrumb > .active {
  color: #777777;
}
.xlbootstrap3 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.xlbootstrap3 .pagination > li {
  display: inline;
}
.xlbootstrap3 .pagination > li > a,
.xlbootstrap3 .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #047a9c;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.xlbootstrap3 .pagination > li:first-child > a,
.xlbootstrap3 .pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.xlbootstrap3 .pagination > li:last-child > a,
.xlbootstrap3 .pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.xlbootstrap3 .pagination > li > a:hover,
.xlbootstrap3 .pagination > li > span:hover,
.xlbootstrap3 .pagination > li > a:focus,
.xlbootstrap3 .pagination > li > span:focus {
  z-index: 2;
  color: #047a9c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.xlbootstrap3 .pagination > .active > a,
.xlbootstrap3 .pagination > .active > span,
.xlbootstrap3 .pagination > .active > a:hover,
.xlbootstrap3 .pagination > .active > span:hover,
.xlbootstrap3 .pagination > .active > a:focus,
.xlbootstrap3 .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.xlbootstrap3 .pagination > .disabled > span,
.xlbootstrap3 .pagination > .disabled > span:hover,
.xlbootstrap3 .pagination > .disabled > span:focus,
.xlbootstrap3 .pagination > .disabled > a,
.xlbootstrap3 .pagination > .disabled > a:hover,
.xlbootstrap3 .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.xlbootstrap3 .pagination-lg > li > a,
.xlbootstrap3 .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.xlbootstrap3 .pagination-lg > li:first-child > a,
.xlbootstrap3 .pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.xlbootstrap3 .pagination-lg > li:last-child > a,
.xlbootstrap3 .pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.xlbootstrap3 .pagination-sm > li > a,
.xlbootstrap3 .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.xlbootstrap3 .pagination-sm > li:first-child > a,
.xlbootstrap3 .pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.xlbootstrap3 .pagination-sm > li:last-child > a,
.xlbootstrap3 .pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.xlbootstrap3 .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.xlbootstrap3 .pager li {
  display: inline;
}
.xlbootstrap3 .pager li > a,
.xlbootstrap3 .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.xlbootstrap3 .pager li > a:hover,
.xlbootstrap3 .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.xlbootstrap3 .pager .next > a,
.xlbootstrap3 .pager .next > span {
  float: right;
}
.xlbootstrap3 .pager .previous > a,
.xlbootstrap3 .pager .previous > span {
  float: left;
}
.xlbootstrap3 .pager .disabled > a,
.xlbootstrap3 .pager .disabled > a:hover,
.xlbootstrap3 .pager .disabled > a:focus,
.xlbootstrap3 .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.xlbootstrap3 .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.xlbootstrap3 .label:hover,
a.xlbootstrap3 .label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.xlbootstrap3 .label:empty {
  display: none;
}
.btn .xlbootstrap3 .label {
  position: relative;
  top: -1px;
}
.xlbootstrap3 .label-default {
  background-color: #777777;
}
.xlbootstrap3 .label-default[href]:hover,
.xlbootstrap3 .label-default[href]:focus {
  background-color: #5e5e5e;
}
.xlbootstrap3 .label-default[href]:hover,
.xlbootstrap3 .label-default[href]:focus {
  background-color: #5e5e5e;
}
.xlbootstrap3 .label-primary {
  background-color: #337ab7;
}
.xlbootstrap3 .label-primary[href]:hover,
.xlbootstrap3 .label-primary[href]:focus {
  background-color: #286090;
}
.xlbootstrap3 .label-primary[href]:hover,
.xlbootstrap3 .label-primary[href]:focus {
  background-color: #286090;
}
.xlbootstrap3 .label-success {
  background-color: #5cb85c;
}
.xlbootstrap3 .label-success[href]:hover,
.xlbootstrap3 .label-success[href]:focus {
  background-color: #449d44;
}
.xlbootstrap3 .label-success[href]:hover,
.xlbootstrap3 .label-success[href]:focus {
  background-color: #449d44;
}
.xlbootstrap3 .label-info {
  background-color: #5bc0de;
}
.xlbootstrap3 .label-info[href]:hover,
.xlbootstrap3 .label-info[href]:focus {
  background-color: #31b0d5;
}
.xlbootstrap3 .label-info[href]:hover,
.xlbootstrap3 .label-info[href]:focus {
  background-color: #31b0d5;
}
.xlbootstrap3 .label-warning {
  background-color: #f0ad4e;
}
.xlbootstrap3 .label-warning[href]:hover,
.xlbootstrap3 .label-warning[href]:focus {
  background-color: #ec971f;
}
.xlbootstrap3 .label-warning[href]:hover,
.xlbootstrap3 .label-warning[href]:focus {
  background-color: #ec971f;
}
.xlbootstrap3 .label-danger {
  background-color: #d9534f;
}
.xlbootstrap3 .label-danger[href]:hover,
.xlbootstrap3 .label-danger[href]:focus {
  background-color: #c9302c;
}
.xlbootstrap3 .label-danger[href]:hover,
.xlbootstrap3 .label-danger[href]:focus {
  background-color: #c9302c;
}
.xlbootstrap3 .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.xlbootstrap3 .badge:empty {
  display: none;
}
.btn .xlbootstrap3 .badge {
  position: relative;
  top: -1px;
}
.btn-xs .xlbootstrap3 .badge,
.btn-group-xs > .btn .xlbootstrap3 .badge {
  top: 0;
  padding: 1px 5px;
}
a.xlbootstrap3 .badge:hover,
a.xlbootstrap3 .badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .xlbootstrap3 .badge,
.nav-pills > .active > a > .xlbootstrap3 .badge {
  color: #047a9c;
  background-color: #ffffff;
}
.list-group-item > .xlbootstrap3 .badge {
  float: right;
}
.list-group-item > .xlbootstrap3 .badge + .xlbootstrap3 .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .xlbootstrap3 .badge {
  margin-left: 3px;
}
.xlbootstrap3 .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.xlbootstrap3 .jumbotron h1,
.xlbootstrap3 .jumbotron .h1 {
  color: inherit;
}
.xlbootstrap3 .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.xlbootstrap3 .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .xlbootstrap3 .jumbotron,
.container-fluid .xlbootstrap3 .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.xlbootstrap3 .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .xlbootstrap3 .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .xlbootstrap3 .jumbotron,
  .container-fluid .xlbootstrap3 .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xlbootstrap3 .jumbotron h1,
  .xlbootstrap3 .jumbotron .h1 {
    font-size: 63px;
  }
}
.xlbootstrap3 .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.xlbootstrap3 .thumbnail > img,
.xlbootstrap3 .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.xlbootstrap3 .thumbnail:hover,
a.xlbootstrap3 .thumbnail:focus,
a.xlbootstrap3 .thumbnail.active {
  border-color: #047a9c;
}
.xlbootstrap3 .thumbnail .caption {
  padding: 9px;
  color: #252525;
}
.xlbootstrap3 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.xlbootstrap3 .alert h4 {
  margin-top: 0;
  color: inherit;
}
.xlbootstrap3 .alert .alert-link {
  font-weight: bold;
}
.xlbootstrap3 .alert > p,
.xlbootstrap3 .alert > ul {
  margin-bottom: 0;
}
.xlbootstrap3 .alert > p + p {
  margin-top: 5px;
}
.xlbootstrap3 .alert-dismissable,
.xlbootstrap3 .alert-dismissible {
  padding-right: 35px;
}
.xlbootstrap3 .alert-dismissable .close,
.xlbootstrap3 .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.xlbootstrap3 .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.xlbootstrap3 .alert-success hr {
  border-top-color: #c9e2b3;
}
.xlbootstrap3 .alert-success .alert-link {
  color: #2b542c;
}
.xlbootstrap3 .alert-success hr {
  border-top-color: #c9e2b3;
}
.xlbootstrap3 .alert-success .alert-link {
  color: #2b542c;
}
.xlbootstrap3 .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.xlbootstrap3 .alert-info hr {
  border-top-color: #a6e1ec;
}
.xlbootstrap3 .alert-info .alert-link {
  color: #245269;
}
.xlbootstrap3 .alert-info hr {
  border-top-color: #a6e1ec;
}
.xlbootstrap3 .alert-info .alert-link {
  color: #245269;
}
.xlbootstrap3 .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.xlbootstrap3 .alert-warning hr {
  border-top-color: #f7e1b5;
}
.xlbootstrap3 .alert-warning .alert-link {
  color: #66512c;
}
.xlbootstrap3 .alert-warning hr {
  border-top-color: #f7e1b5;
}
.xlbootstrap3 .alert-warning .alert-link {
  color: #66512c;
}
.xlbootstrap3 .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.xlbootstrap3 .alert-danger hr {
  border-top-color: #e4b9c0;
}
.xlbootstrap3 .alert-danger .alert-link {
  color: #843534;
}
.xlbootstrap3 .alert-danger hr {
  border-top-color: #e4b9c0;
}
.xlbootstrap3 .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.xlbootstrap3 .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.xlbootstrap3 .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.xlbootstrap3 .progress-striped .progress-bar,
.xlbootstrap3 .progress-bar-striped {
  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: -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: -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: -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);
  background-size: 40px 40px;
}
.xlbootstrap3 .progress.active .progress-bar,
.xlbootstrap3 .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.xlbootstrap3 .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .xlbootstrap3 .progress-bar-success {
  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: 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: -webkit-linear-gradient(45deg, #5cb85c 25%, transparent 25%, transparent 50%, #5cb85c 50%, #5cb85c 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #5cb85c 25%, transparent 25%, transparent 50%, #5cb85c 50%, #5cb85c 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #5cb85c 25%, transparent 25%, transparent 50%, #5cb85c 50%, #5cb85c 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap3 .progress-bar-success {
  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: -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: -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: -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);
}
.xlbootstrap3 .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .xlbootstrap3 .progress-bar-info {
  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: 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: -webkit-linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #5bc0de 25%, transparent 25%, transparent 50%, #5bc0de 50%, #5bc0de 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap3 .progress-bar-info {
  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: -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: -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: -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);
}
.xlbootstrap3 .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .xlbootstrap3 .progress-bar-warning {
  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: 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: -webkit-linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #f0ad4e 25%, transparent 25%, transparent 50%, #f0ad4e 50%, #f0ad4e 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap3 .progress-bar-warning {
  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: -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: -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: -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);
}
.xlbootstrap3 .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .xlbootstrap3 .progress-bar-danger {
  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: 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: -webkit-linear-gradient(45deg, #d9534f 25%, transparent 25%, transparent 50%, #d9534f 50%, #d9534f 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, #d9534f 25%, transparent 25%, transparent 50%, #d9534f 50%, #d9534f 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, #d9534f 25%, transparent 25%, transparent 50%, #d9534f 50%, #d9534f 75%, transparent 75%, transparent);
}
.progress-striped .xlbootstrap3 .progress-bar-danger {
  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: -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: -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: -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);
}
.xlbootstrap3 .media {
  margin-top: 15px;
}
.xlbootstrap3 .media:first-child {
  margin-top: 0;
}
.xlbootstrap3 .media,
.xlbootstrap3 .media-body {
  zoom: 1;
  overflow: hidden;
}
.xlbootstrap3 .media-body {
  width: 10000px;
}
.xlbootstrap3 .media-object {
  display: block;
}
.xlbootstrap3 .media-object.img-thumbnail {
  max-width: none;
}
.xlbootstrap3 .media-right,
.xlbootstrap3 .media > .pull-right {
  padding-left: 10px;
}
.xlbootstrap3 .media-left,
.xlbootstrap3 .media > .pull-left {
  padding-right: 10px;
}
.xlbootstrap3 .media-left,
.xlbootstrap3 .media-right,
.xlbootstrap3 .media-body {
  display: table-cell;
  vertical-align: top;
}
.xlbootstrap3 .media-middle {
  vertical-align: middle;
}
.xlbootstrap3 .media-bottom {
  vertical-align: bottom;
}
.xlbootstrap3 .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.xlbootstrap3 .media-list {
  padding-left: 0;
  list-style: none;
}
.xlbootstrap3 .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.xlbootstrap3 .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.xlbootstrap3 .list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.xlbootstrap3 .list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.xlbootstrap3 a.list-group-item,
.xlbootstrap3 button.list-group-item {
  color: #555555;
}
.xlbootstrap3 a.list-group-item .list-group-item-heading,
.xlbootstrap3 button.list-group-item .list-group-item-heading {
  color: #333333;
}
.xlbootstrap3 a.list-group-item:hover,
.xlbootstrap3 button.list-group-item:hover,
.xlbootstrap3 a.list-group-item:focus,
.xlbootstrap3 button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.xlbootstrap3 button.list-group-item {
  width: 100%;
  text-align: left;
}
.xlbootstrap3 .list-group-item.disabled,
.xlbootstrap3 .list-group-item.disabled:hover,
.xlbootstrap3 .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.xlbootstrap3 .list-group-item.disabled .list-group-item-heading,
.xlbootstrap3 .list-group-item.disabled:hover .list-group-item-heading,
.xlbootstrap3 .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.xlbootstrap3 .list-group-item.disabled .list-group-item-text,
.xlbootstrap3 .list-group-item.disabled:hover .list-group-item-text,
.xlbootstrap3 .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.xlbootstrap3 .list-group-item.active,
.xlbootstrap3 .list-group-item.active:hover,
.xlbootstrap3 .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.xlbootstrap3 .list-group-item.active .list-group-item-heading,
.xlbootstrap3 .list-group-item.active:hover .list-group-item-heading,
.xlbootstrap3 .list-group-item.active:focus .list-group-item-heading,
.xlbootstrap3 .list-group-item.active .list-group-item-heading > small,
.xlbootstrap3 .list-group-item.active:hover .list-group-item-heading > small,
.xlbootstrap3 .list-group-item.active:focus .list-group-item-heading > small,
.xlbootstrap3 .list-group-item.active .list-group-item-heading > .small,
.xlbootstrap3 .list-group-item.active:hover .list-group-item-heading > .small,
.xlbootstrap3 .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.xlbootstrap3 .list-group-item.active .list-group-item-text,
.xlbootstrap3 .list-group-item.active:hover .list-group-item-text,
.xlbootstrap3 .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.xlbootstrap3 .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.xlbootstrap3 .list-group-item-success,
button.xlbootstrap3 .list-group-item-success {
  color: #3c763d;
}
a.xlbootstrap3 .list-group-item-success .list-group-item-heading,
button.xlbootstrap3 .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.xlbootstrap3 .list-group-item-success:hover,
button.xlbootstrap3 .list-group-item-success:hover,
a.xlbootstrap3 .list-group-item-success:focus,
button.xlbootstrap3 .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.xlbootstrap3 .list-group-item-success.active,
button.xlbootstrap3 .list-group-item-success.active,
a.xlbootstrap3 .list-group-item-success.active:hover,
button.xlbootstrap3 .list-group-item-success.active:hover,
a.xlbootstrap3 .list-group-item-success.active:focus,
button.xlbootstrap3 .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.xlbootstrap3 .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.xlbootstrap3 .list-group-item-info,
button.xlbootstrap3 .list-group-item-info {
  color: #31708f;
}
a.xlbootstrap3 .list-group-item-info .list-group-item-heading,
button.xlbootstrap3 .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.xlbootstrap3 .list-group-item-info:hover,
button.xlbootstrap3 .list-group-item-info:hover,
a.xlbootstrap3 .list-group-item-info:focus,
button.xlbootstrap3 .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.xlbootstrap3 .list-group-item-info.active,
button.xlbootstrap3 .list-group-item-info.active,
a.xlbootstrap3 .list-group-item-info.active:hover,
button.xlbootstrap3 .list-group-item-info.active:hover,
a.xlbootstrap3 .list-group-item-info.active:focus,
button.xlbootstrap3 .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.xlbootstrap3 .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.xlbootstrap3 .list-group-item-warning,
button.xlbootstrap3 .list-group-item-warning {
  color: #8a6d3b;
}
a.xlbootstrap3 .list-group-item-warning .list-group-item-heading,
button.xlbootstrap3 .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.xlbootstrap3 .list-group-item-warning:hover,
button.xlbootstrap3 .list-group-item-warning:hover,
a.xlbootstrap3 .list-group-item-warning:focus,
button.xlbootstrap3 .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.xlbootstrap3 .list-group-item-warning.active,
button.xlbootstrap3 .list-group-item-warning.active,
a.xlbootstrap3 .list-group-item-warning.active:hover,
button.xlbootstrap3 .list-group-item-warning.active:hover,
a.xlbootstrap3 .list-group-item-warning.active:focus,
button.xlbootstrap3 .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.xlbootstrap3 .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.xlbootstrap3 .list-group-item-danger,
button.xlbootstrap3 .list-group-item-danger {
  color: #a94442;
}
a.xlbootstrap3 .list-group-item-danger .list-group-item-heading,
button.xlbootstrap3 .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.xlbootstrap3 .list-group-item-danger:hover,
button.xlbootstrap3 .list-group-item-danger:hover,
a.xlbootstrap3 .list-group-item-danger:focus,
button.xlbootstrap3 .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.xlbootstrap3 .list-group-item-danger.active,
button.xlbootstrap3 .list-group-item-danger.active,
a.xlbootstrap3 .list-group-item-danger.active:hover,
button.xlbootstrap3 .list-group-item-danger.active:hover,
a.xlbootstrap3 .list-group-item-danger.active:focus,
button.xlbootstrap3 .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.xlbootstrap3 .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.xlbootstrap3 .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.xlbootstrap3 .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.xlbootstrap3 .panel-body {
  padding: 15px;
}
.xlbootstrap3 .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.xlbootstrap3 .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.xlbootstrap3 .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.xlbootstrap3 .panel-title > a,
.xlbootstrap3 .panel-title > small,
.xlbootstrap3 .panel-title > .small,
.xlbootstrap3 .panel-title > small > a,
.xlbootstrap3 .panel-title > .small > a {
  color: inherit;
}
.xlbootstrap3 .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.xlbootstrap3 .panel > .list-group,
.xlbootstrap3 .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.xlbootstrap3 .panel > .list-group .list-group-item,
.xlbootstrap3 .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.xlbootstrap3 .panel > .list-group:first-child .list-group-item:first-child,
.xlbootstrap3 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.xlbootstrap3 .panel > .list-group:last-child .list-group-item:last-child,
.xlbootstrap3 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.xlbootstrap3 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.xlbootstrap3 .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.xlbootstrap3 .list-group + .panel-footer {
  border-top-width: 0;
}
.xlbootstrap3 .panel > .table,
.xlbootstrap3 .panel > .table-responsive > .table,
.xlbootstrap3 .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.xlbootstrap3 .panel > .table caption,
.xlbootstrap3 .panel > .table-responsive > .table caption,
.xlbootstrap3 .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.xlbootstrap3 .panel > .table:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.xlbootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.xlbootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.xlbootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.xlbootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.xlbootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.xlbootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.xlbootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.xlbootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.xlbootstrap3 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.xlbootstrap3 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.xlbootstrap3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.xlbootstrap3 .panel > .table:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.xlbootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.xlbootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.xlbootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.xlbootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.xlbootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.xlbootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.xlbootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.xlbootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.xlbootstrap3 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.xlbootstrap3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.xlbootstrap3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.xlbootstrap3 .panel > .panel-body + .table,
.xlbootstrap3 .panel > .panel-body + .table-responsive,
.xlbootstrap3 .panel > .table + .panel-body,
.xlbootstrap3 .panel > .table-responsive + .panel-body {
  border-top: 1px solid #e8e8e8;
}
.xlbootstrap3 .panel > .table > tbody:first-child > tr:first-child th,
.xlbootstrap3 .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.xlbootstrap3 .panel > .table-bordered,
.xlbootstrap3 .panel > .table-responsive > .table-bordered {
  border: 0;
}
.xlbootstrap3 .panel > .table-bordered > thead > tr > th:first-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.xlbootstrap3 .panel > .table-bordered > tbody > tr > th:first-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.xlbootstrap3 .panel > .table-bordered > tfoot > tr > th:first-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.xlbootstrap3 .panel > .table-bordered > thead > tr > td:first-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.xlbootstrap3 .panel > .table-bordered > tbody > tr > td:first-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.xlbootstrap3 .panel > .table-bordered > tfoot > tr > td:first-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.xlbootstrap3 .panel > .table-bordered > thead > tr > th:last-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.xlbootstrap3 .panel > .table-bordered > tbody > tr > th:last-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.xlbootstrap3 .panel > .table-bordered > tfoot > tr > th:last-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.xlbootstrap3 .panel > .table-bordered > thead > tr > td:last-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.xlbootstrap3 .panel > .table-bordered > tbody > tr > td:last-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.xlbootstrap3 .panel > .table-bordered > tfoot > tr > td:last-child,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.xlbootstrap3 .panel > .table-bordered > thead > tr:first-child > td,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.xlbootstrap3 .panel > .table-bordered > tbody > tr:first-child > td,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.xlbootstrap3 .panel > .table-bordered > thead > tr:first-child > th,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.xlbootstrap3 .panel > .table-bordered > tbody > tr:first-child > th,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.xlbootstrap3 .panel > .table-bordered > tbody > tr:last-child > td,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.xlbootstrap3 .panel > .table-bordered > tfoot > tr:last-child > td,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.xlbootstrap3 .panel > .table-bordered > tbody > tr:last-child > th,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.xlbootstrap3 .panel > .table-bordered > tfoot > tr:last-child > th,
.xlbootstrap3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.xlbootstrap3 .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.xlbootstrap3 .panel-group {
  margin-bottom: 20px;
}
.xlbootstrap3 .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.xlbootstrap3 .panel-group .panel + .panel {
  margin-top: 5px;
}
.xlbootstrap3 .panel-group .panel-heading {
  border-bottom: 0;
}
.xlbootstrap3 .panel-group .panel-heading + .panel-collapse > .panel-body,
.xlbootstrap3 .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.xlbootstrap3 .panel-group .panel-footer {
  border-top: 0;
}
.xlbootstrap3 .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.xlbootstrap3 .panel-default {
  border-color: #dddddd;
}
.xlbootstrap3 .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.xlbootstrap3 .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.xlbootstrap3 .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.xlbootstrap3 .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.xlbootstrap3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.xlbootstrap3 .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.xlbootstrap3 .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.xlbootstrap3 .panel-primary {
  border-color: #337ab7;
}
.xlbootstrap3 .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.xlbootstrap3 .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #337ab7;
}
.xlbootstrap3 .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #337ab7;
}
.xlbootstrap3 .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.xlbootstrap3 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.xlbootstrap3 .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.xlbootstrap3 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.xlbootstrap3 .panel-success {
  border-color: #d6e9c6;
}
.xlbootstrap3 .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.xlbootstrap3 .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.xlbootstrap3 .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.xlbootstrap3 .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.xlbootstrap3 .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.xlbootstrap3 .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.xlbootstrap3 .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.xlbootstrap3 .panel-info {
  border-color: #bce8f1;
}
.xlbootstrap3 .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.xlbootstrap3 .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.xlbootstrap3 .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.xlbootstrap3 .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.xlbootstrap3 .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.xlbootstrap3 .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.xlbootstrap3 .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.xlbootstrap3 .panel-warning {
  border-color: #faebcc;
}
.xlbootstrap3 .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.xlbootstrap3 .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.xlbootstrap3 .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.xlbootstrap3 .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.xlbootstrap3 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.xlbootstrap3 .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.xlbootstrap3 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.xlbootstrap3 .panel-danger {
  border-color: #ebccd1;
}
.xlbootstrap3 .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.xlbootstrap3 .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.xlbootstrap3 .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.xlbootstrap3 .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.xlbootstrap3 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.xlbootstrap3 .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.xlbootstrap3 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.xlbootstrap3 .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.xlbootstrap3 .embed-responsive .embed-responsive-item,
.xlbootstrap3 .embed-responsive iframe,
.xlbootstrap3 .embed-responsive embed,
.xlbootstrap3 .embed-responsive object,
.xlbootstrap3 .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.xlbootstrap3 .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.xlbootstrap3 .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.xlbootstrap3 .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.xlbootstrap3 .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.xlbootstrap3 .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.xlbootstrap3 .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.xlbootstrap3 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.xlbootstrap3 .close:hover,
.xlbootstrap3 .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.xlbootstrap3 .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.xlbootstrap3 .modal-open {
  overflow: hidden;
}
.xlbootstrap3 .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.xlbootstrap3 .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.xlbootstrap3 .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.xlbootstrap3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.xlbootstrap3 .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.xlbootstrap3 .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.xlbootstrap3 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.xlbootstrap3 .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.xlbootstrap3 .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.xlbootstrap3 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.xlbootstrap3 .modal-header .close {
  margin-top: -2px;
}
.xlbootstrap3 .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.xlbootstrap3 .modal-body {
  position: relative;
  padding: 15px;
}
.xlbootstrap3 .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.xlbootstrap3 .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.xlbootstrap3 .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.xlbootstrap3 .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.xlbootstrap3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .xlbootstrap3 .modal-dialog {
    width: 630px;
    margin: 30px auto;
  }
  .xlbootstrap3 .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .xlbootstrap3 .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .modal-lg {
    width: 900px;
  }
}
.xlbootstrap3 .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.xlbootstrap3 .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.xlbootstrap3 .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.xlbootstrap3 .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.xlbootstrap3 .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.xlbootstrap3 .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.xlbootstrap3 .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.xlbootstrap3 .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.xlbootstrap3 .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.xlbootstrap3 .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.xlbootstrap3 .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.xlbootstrap3 .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.xlbootstrap3 .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.xlbootstrap3 .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.xlbootstrap3 .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.xlbootstrap3 .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.xlbootstrap3 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 350px;
  padding: 1px;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.xlbootstrap3 .popover.top {
  margin-top: -10px;
}
.xlbootstrap3 .popover.right {
  margin-left: 10px;
}
.xlbootstrap3 .popover.bottom {
  margin-top: 10px;
}
.xlbootstrap3 .popover.left {
  margin-left: -10px;
}
.xlbootstrap3 .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.xlbootstrap3 .popover-content {
  padding: 9px 14px;
}
.xlbootstrap3 .popover > .arrow,
.xlbootstrap3 .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.xlbootstrap3 .popover > .arrow {
  border-width: 11px;
}
.xlbootstrap3 .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.xlbootstrap3 .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #c0c0c0;
  bottom: -11px;
}
.xlbootstrap3 .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f8f8f8;
}
.xlbootstrap3 .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #c0c0c0;
}
.xlbootstrap3 .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f8f8f8;
}
.xlbootstrap3 .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #c0c0c0;
  top: -11px;
}
.xlbootstrap3 .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f8f8f8;
}
.xlbootstrap3 .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #c0c0c0;
}
.xlbootstrap3 .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f8f8f8;
  bottom: -10px;
}
.xlbootstrap3 .carousel {
  position: relative;
}
.xlbootstrap3 .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.xlbootstrap3 .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.xlbootstrap3 .carousel-inner > .item > img,
.xlbootstrap3 .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .xlbootstrap3 .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .xlbootstrap3 .carousel-inner > .item.next,
  .xlbootstrap3 .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .xlbootstrap3 .carousel-inner > .item.prev,
  .xlbootstrap3 .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .xlbootstrap3 .carousel-inner > .item.next.left,
  .xlbootstrap3 .carousel-inner > .item.prev.right,
  .xlbootstrap3 .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.xlbootstrap3 .carousel-inner > .active,
.xlbootstrap3 .carousel-inner > .next,
.xlbootstrap3 .carousel-inner > .prev {
  display: block;
}
.xlbootstrap3 .carousel-inner > .active {
  left: 0;
}
.xlbootstrap3 .carousel-inner > .next,
.xlbootstrap3 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.xlbootstrap3 .carousel-inner > .next {
  left: 100%;
}
.xlbootstrap3 .carousel-inner > .prev {
  left: -100%;
}
.xlbootstrap3 .carousel-inner > .next.left,
.xlbootstrap3 .carousel-inner > .prev.right {
  left: 0;
}
.xlbootstrap3 .carousel-inner > .active.left {
  left: -100%;
}
.xlbootstrap3 .carousel-inner > .active.right {
  left: 100%;
}
.xlbootstrap3 .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.xlbootstrap3 .carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.xlbootstrap3 .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.xlbootstrap3 .carousel-control:hover,
.xlbootstrap3 .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.xlbootstrap3 .carousel-control .icon-prev,
.xlbootstrap3 .carousel-control .icon-next,
.xlbootstrap3 .carousel-control .glyphicon-chevron-left,
.xlbootstrap3 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.xlbootstrap3 .carousel-control .icon-prev,
.xlbootstrap3 .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.xlbootstrap3 .carousel-control .icon-next,
.xlbootstrap3 .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.xlbootstrap3 .carousel-control .icon-prev,
.xlbootstrap3 .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.xlbootstrap3 .carousel-control .icon-prev:before {
  content: '\2039';
}
.xlbootstrap3 .carousel-control .icon-next:before {
  content: '\203a';
}
.xlbootstrap3 .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.xlbootstrap3 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.xlbootstrap3 .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.xlbootstrap3 .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.xlbootstrap3 .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .xlbootstrap3 .carousel-control .glyphicon-chevron-left,
  .xlbootstrap3 .carousel-control .glyphicon-chevron-right,
  .xlbootstrap3 .carousel-control .icon-prev,
  .xlbootstrap3 .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .xlbootstrap3 .carousel-control .glyphicon-chevron-left,
  .xlbootstrap3 .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .xlbootstrap3 .carousel-control .glyphicon-chevron-right,
  .xlbootstrap3 .carousel-control .icon-next {
    margin-right: -10px;
  }
  .xlbootstrap3 .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .xlbootstrap3 .carousel-indicators {
    bottom: 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
.xlbootstrap3 .visible-xs,
.xlbootstrap3 .visible-sm,
.xlbootstrap3 .visible-md,
.xlbootstrap3 .visible-lg {
  display: none !important;
}
tr.xlbootstrap3 .visible-xs,
tr.xlbootstrap3 .visible-sm,
tr.xlbootstrap3 .visible-md,
tr.xlbootstrap3 .visible-lg {
  display: none !important;
}
th.xlbootstrap3 .visible-xs,
th.xlbootstrap3 .visible-sm,
th.xlbootstrap3 .visible-md,
th.xlbootstrap3 .visible-lg,
td.xlbootstrap3 .visible-xs,
td.xlbootstrap3 .visible-sm,
td.xlbootstrap3 .visible-md,
td.xlbootstrap3 .visible-lg {
  display: none !important;
}
.xlbootstrap3 .visible-xs-block,
.xlbootstrap3 .visible-xs-inline,
.xlbootstrap3 .visible-xs-inline-block,
.xlbootstrap3 .visible-sm-block,
.xlbootstrap3 .visible-sm-inline,
.xlbootstrap3 .visible-sm-inline-block,
.xlbootstrap3 .visible-md-block,
.xlbootstrap3 .visible-md-inline,
.xlbootstrap3 .visible-md-inline-block,
.xlbootstrap3 .visible-lg-block,
.xlbootstrap3 .visible-lg-inline,
.xlbootstrap3 .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .xlbootstrap3 .visible-xs {
    display: block !important;
  }
  tr.xlbootstrap3 .visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-xs,
  td.xlbootstrap3 .visible-xs {
    display: table-cell !important;
  }
  table.xlbootstrap3 .visible-xs {
    display: table !important;
  }
  tr.xlbootstrap3 .visible-xs {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-xs,
  td.xlbootstrap3 .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .xlbootstrap3 .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .xlbootstrap3 .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .xlbootstrap3 .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap3 .visible-sm {
    display: block !important;
  }
  tr.xlbootstrap3 .visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-sm,
  td.xlbootstrap3 .visible-sm {
    display: table-cell !important;
  }
  table.xlbootstrap3 .visible-sm {
    display: table !important;
  }
  tr.xlbootstrap3 .visible-sm {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-sm,
  td.xlbootstrap3 .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap3 .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap3 .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap3 .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap3 .visible-md {
    display: block !important;
  }
  tr.xlbootstrap3 .visible-md {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-md,
  td.xlbootstrap3 .visible-md {
    display: table-cell !important;
  }
  table.xlbootstrap3 .visible-md {
    display: table !important;
  }
  tr.xlbootstrap3 .visible-md {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-md,
  td.xlbootstrap3 .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap3 .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap3 .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap3 .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .visible-lg {
    display: block !important;
  }
  tr.xlbootstrap3 .visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-lg,
  td.xlbootstrap3 .visible-lg {
    display: table-cell !important;
  }
  table.xlbootstrap3 .visible-lg {
    display: table !important;
  }
  tr.xlbootstrap3 .visible-lg {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-lg,
  td.xlbootstrap3 .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .xlbootstrap3 .hidden-xs {
    display: none !important;
  }
  tr.xlbootstrap3 .hidden-xs {
    display: none !important;
  }
  th.xlbootstrap3 .hidden-xs,
  td.xlbootstrap3 .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xlbootstrap3 .hidden-sm {
    display: none !important;
  }
  tr.xlbootstrap3 .hidden-sm {
    display: none !important;
  }
  th.xlbootstrap3 .hidden-sm,
  td.xlbootstrap3 .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .xlbootstrap3 .hidden-md {
    display: none !important;
  }
  tr.xlbootstrap3 .hidden-md {
    display: none !important;
  }
  th.xlbootstrap3 .hidden-md,
  td.xlbootstrap3 .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .hidden-lg {
    display: none !important;
  }
  tr.xlbootstrap3 .hidden-lg {
    display: none !important;
  }
  th.xlbootstrap3 .hidden-lg,
  td.xlbootstrap3 .hidden-lg {
    display: none !important;
  }
}
.xlbootstrap3 .visible-print {
  display: none !important;
}
tr.xlbootstrap3 .visible-print {
  display: none !important;
}
th.xlbootstrap3 .visible-print,
td.xlbootstrap3 .visible-print {
  display: none !important;
}
@media print {
  .xlbootstrap3 .visible-print {
    display: block !important;
  }
  tr.xlbootstrap3 .visible-print {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-print,
  td.xlbootstrap3 .visible-print {
    display: table-cell !important;
  }
  table.xlbootstrap3 .visible-print {
    display: table !important;
  }
  tr.xlbootstrap3 .visible-print {
    display: table-row !important;
  }
  th.xlbootstrap3 .visible-print,
  td.xlbootstrap3 .visible-print {
    display: table-cell !important;
  }
}
.xlbootstrap3 .visible-print-block {
  display: none !important;
}
@media print {
  .xlbootstrap3 .visible-print-block {
    display: block !important;
  }
}
.xlbootstrap3 .visible-print-inline {
  display: none !important;
}
@media print {
  .xlbootstrap3 .visible-print-inline {
    display: inline !important;
  }
}
.xlbootstrap3 .visible-print-inline-block {
  display: none !important;
}
@media print {
  .xlbootstrap3 .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .xlbootstrap3 .hidden-print {
    display: none !important;
  }
  tr.xlbootstrap3 .hidden-print {
    display: none !important;
  }
  th.xlbootstrap3 .hidden-print,
  td.xlbootstrap3 .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.xlbootstrap3 .dl-horizontal dd:before,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:before,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:before,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:before,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:before,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:before,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:before,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:before,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:before,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:before,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:before,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:before,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:before,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:before,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:before,
.xlbootstrap3 .modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.xlbootstrap3 .dl-horizontal dd:after,
.xlbootstrap3 .container:after,
.xlbootstrap3 .container-fluid:after,
.xlbootstrap3 .row:after,
.xlbootstrap3 .form-horizontal .form-group:after,
.xlbootstrap3 .btn-toolbar:after,
.xlbootstrap3 .btn-group-vertical > .btn-group:after,
.xlbootstrap3 .nav:after,
.xlbootstrap3 .navbar:after,
.xlbootstrap3 .navbar-header:after,
.xlbootstrap3 .navbar-collapse:after,
.xlbootstrap3 .pager:after,
.xlbootstrap3 .panel-body:after,
.xlbootstrap3 .modal-header:after,
.xlbootstrap3 .modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*
 * XL Font Awesome
 * Customized version of Font Awesome
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../FontAwesome/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../FontAwesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../FontAwesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../FontAwesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../FontAwesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../FontAwesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*
 * XL Styles
 *
 * Copyright 2016 Pearson plc
 */
/*
 * XL Mixins
 */
/*
   Alert mixin
   Named .notification-variant to avoid conflict with .alert-variant from core Bootstrap
   Note that this follows the UX Boilerplate style for alerts, rather than the original Bootstrap approach.
   <div class="alert alert-success alert-dismissable">
     <button type="button" class="close" data-dismiss="alert"><span class="sr-only">Close Alert</span></button>
     A success message to let users know everything is working.
   </div>
 */
/*
	Extended button style mixin
*/
.xlbootstrap3 {
  /*
 * XL Typography
 */
  /*
 * XL Tables
 */
  /*
 * XL Buttons
 */
  /*
 * XL Wells (a.k.a. "Pods")
 */
  /*
 * XL Alerts
 */
  /*
 * XL Nav Styles
 */
  /*
 * XL Components
 */
  /*
 * XL Page Assistance
 */
  /*
 * XL Wells (a.k.a. "Pods")
 */
  /*
 * XL Calendar Carousel
 */
  /*
 * XL Calendar without Carousel
 */
  /*
 * XL Overall Score
 * These styles apply to the Overall Score components
 * on both the home page (Dashboard) and Results pages
 */
  /*
 * XL Countdown Componenet
 */
  /*XL-24756*/
  /*
 * Question Details
 */
  /*
 * Containers
 */
  /*
 * Paginate
 * This is different than Bootstrap's built-in .pagination
 */
  /*XL-8098 : Instructor/SetScoringOptions.aspx*/
  /*XL-8098 : Instructor/SetScoringOptions.aspx*/
  /*
 * XL Tab Styles
 */
  /*
 * Lists
 */
  /*
 * Forms
 */
  /*
 * Coachmark
 */
  /*
 * Skip Link
 */
  /*
 * Toggle
 */
  /*button {
	text-overflow: unset!important;
	overflow: initial!important;
}
    */
  /*
 * Tooltip
 */
  /*
 * XL Pages
 */
  /* Student */
  /*
 * Instructor assign creation
 */
}
.xlbootstrap3 h1 {
  font-size: 21px;
  font-weight: normal;
}
.xlbootstrap3 h1.pilot-weight {
  font-weight: 300;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif !important;
}
.xlbootstrap3 h1:first-child,
.xlbootstrap3 h2:first-child {
  margin-top: 0;
}
.xlbootstrap3 .lead {
  font-size: 16px;
  font-weight: normal;
}
.xlbootstrap3 table > thead th {
  font-weight: normal;
}
.xlbootstrap3 .table > thead > tr > th {
  font-weight: normal;
  border-bottom-color: #d0d0d0;
}
.xlbootstrap3 .table > thead > tr > th.sortable {
  padding: 0;
}
.xlbootstrap3 .table > thead > tr > th.sortable:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.xlbootstrap3 .table > thead > tr > th.sortable a {
  position: relative;
  display: block;
  color: #252525;
  padding: 8px 19px;
}
.xlbootstrap3 .table > thead > tr > th.sortable a:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.xlbootstrap3 .table > thead > tr > th.sortable.ascending a:after {
  font-family: FontAwesome;
  content: "\f176";
  position: absolute;
  top: 8px;
  right: 12px;
  color: #707070;
}
.xlbootstrap3 .table > thead > tr > th.sortable.descending a:after {
  font-family: FontAwesome;
  content: "\f175";
  position: absolute;
  top: 8px;
  right: 12px;
  color: #707070;
}
.xlbootstrap3 .table > thead > tr > th,
.xlbootstrap3 .table > thead > tr > td {
  border-bottom: 1px solid #d0d0d0;
  background-color: #e8e8e8;
}
@media (max-width: 480px) {
  .xlbootstrap3 table {
    overflow-x: auto;
    /*display: block;*/
  }
}
.xlbootstrap3 .table-controls {
  margin-bottom: 20px;
}
.xlbootstrap3 .table-controls label {
  font-weight: normal;
}
.xlbootstrap3 .table-inner-bordered > thead > tr > td:first-chl,
.xlbootstrap3 .table-inner-bordered > tbody > tr > td:first-chl,
.xlbootstrap3 .table-inner-bordered > tfoot > tr > td:first-chl {
  border-right: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-inner-bordered > thead > tr > th,
.xlbootstrap3 .table-inner-bordered > thead > tr > td {
  border-bottom-width: 1px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .table-inner-bordered > tbody > tr:nth-of-type(even) {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-stripes > tbody > tr:nth-of-type(odd) {
  background-color: #FFF;
}
.xlbootstrap3 .table-stripes > tbody > tr:nth-of-type(even) {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-stripes-inverse > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-stripes-inverse > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.xlbootstrap3 .table-student-results > tbody > tr > td:nth-child(1n+3) {
  border-left: none;
}
.xlbootstrap3 .table-overall-score {
  margin-bottom: 0;
}
.xlbootstrap3 .table-overall-score > thead span {
  padding: 0 2em;
}
.xlbootstrap3 .table-overall-score > thead th,
.xlbootstrap3 .table-overall-score > thead td {
  border-bottom-width: 1px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .table-overall-score > thead th:last-child,
.xlbootstrap3 .table-overall-score > thead td:last-child {
  text-align: right;
}
.xlbootstrap3 .table-overall-score > tbody > tr:nth-of-type(even) td,
.xlbootstrap3 .table-overall-score > tfoot > tr:nth-of-type(even) td {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-overall-score > tbody > tr.disabled,
.xlbootstrap3 .table-overall-score > tfoot > tr.disabled {
  color: #D0D0D0;
}
.xlbootstrap3 .table-overall-score > tbody > tr.totals td:first-child,
.xlbootstrap3 .table-overall-score > tfoot > tr.totals td:first-child,
.xlbootstrap3 .table-overall-score > tbody > tr.totals:nth-of-type(even) td:first-child,
.xlbootstrap3 .table-overall-score > tfoot > tr.totals:nth-of-type(even) td:first-child {
  text-align: right;
  border-bottom: none;
  background-color: transparent;
}
.xlbootstrap3 .table-overall-score > tbody > tr > td,
.xlbootstrap3 .table-overall-score > tfoot > tr > td,
.xlbootstrap3 .table-overall-score > tbody > tr > th,
.xlbootstrap3 .table-overall-score > tfoot > tr > th {
  font-weight: normal;
}
.xlbootstrap3 .table-overall-score > tbody > tr > td:first-child,
.xlbootstrap3 .table-overall-score > tfoot > tr > td:first-child,
.xlbootstrap3 .table-overall-score > tbody > tr > th:first-child,
.xlbootstrap3 .table-overall-score > tfoot > tr > th:first-child {
  border-right: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-overall-score > tbody > tr > td:last-child,
.xlbootstrap3 .table-overall-score > tfoot > tr > td:last-child,
.xlbootstrap3 .table-overall-score > tbody > tr > th:last-child,
.xlbootstrap3 .table-overall-score > tfoot > tr > th:last-child {
  border-left: 1px solid #e8e8e8;
  text-align: right;
}
.xlbootstrap3 .table-overall-score > tbody > tr:last-child td,
.xlbootstrap3 .table-overall-score > tfoot > tr:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-homework-details {
  margin-bottom: 0;
}
.xlbootstrap3 .table-homework-details td {
  vertical-align: top;
  padding-right: 12px;
  padding-bottom: 10px;
}
.xlbootstrap3 .table-test-start {
  margin-bottom: 10px;
}
.xlbootstrap3 .table-test-start td {
  vertical-align: top;
  padding-right: 12px;
  padding-bottom: 10px;
}
.xlbootstrap3 .table-score-details,
.xlbootstrap3 .popup .table-score-details {
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
}
.xlbootstrap3 .table-score-details ul,
.xlbootstrap3 .popup .table-score-details ul {
  display: table-row;
  margin-bottom: 0;
}
.xlbootstrap3 .table-score-details ul li,
.xlbootstrap3 .popup .table-score-details ul li {
  display: table-cell;
  width: 20%;
  padding: 8px;
  border-left: 1px solid #e0e0e0;
  border-bottom: none;
  text-align: center;
}
.xlbootstrap3 .table-score-details ul li:first-child,
.xlbootstrap3 .popup .table-score-details ul li:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .xlbootstrap3 .table-score-details {
    display: block;
  }
  .xlbootstrap3 .table-score-details ul {
    display: block;
  }
  .xlbootstrap3 .table-score-details ul li {
    display: block;
    width: auto;
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
  }
  .xlbootstrap3 .table-score-details ul li:last-child {
    border-bottom: none;
  }
}
.xlbootstrap3 .assignement-list-table {
  margin-bottom: 0;
}
.xlbootstrap3 .assignement-list-table col.narrow {
  width: 8em;
}
.xlbootstrap3 .assignement-list-table thead tr > th,
.xlbootstrap3 .assignement-list-table thead tr > td {
  border-bottom-width: 1px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .assignement-list-table tbody tr {
  border: 1px solid #e0e0e0;
  border-top-color: #e8e8e8;
  border-bottom-color: #e8e8e8;
}
.xlbootstrap3 .assignement-list-table tbody td,
.xlbootstrap3 .assignement-list-table tbody th {
  border: 1px solid #e0e0e0;
  border-top-color: #e8e8e8;
  border-bottom-color: #e8e8e8;
}
.xlbootstrap3 .assignement-list-table thead tr td:last-child,
.xlbootstrap3 .assignement-list-table tbody tr td:last-child,
.xlbootstrap3 .assignement-list-table thead tr th:last-child,
.xlbootstrap3 .assignement-list-table tbody tr th:last-child {
  text-align: right;
}
.xlbootstrap3 .assignement-list-table tbody tr:nth-of-type(even) {
  background-color: #fcfcfc;
}
.xlbootstrap3 TABLE,
.xlbootstrap3 TD,
.xlbootstrap3 TH {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
}
.xlbootstrap3 table.study-plan-chapters-table {
  margin-bottom: 0;
  border-bottom: none;
  table-layout: fixed;
}
.xlbootstrap3 table.study-plan-chapters-table col.narrow {
  width: 9em;
}
.xlbootstrap3 table.study-plan-chapters-table thead tr > th,
.xlbootstrap3 table.study-plan-chapters-table thead tr > td {
  border-bottom: 1px solid #d0d0d0;
  background-color: #e8e8e8;
}
.xlbootstrap3 table.study-plan-chapters-table tbody tr td {
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.xlbootstrap3 table.study-plan-chapters-table tbody tr td:first-child {
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 table.study-plan-chapters-table tbody tr td:nth-child(1n+2) {
  border-left: 1px solid #e0e0e0;
  text-align: center;
}
.xlbootstrap3 table.study-plan-chapters-table tbody tr:first-child td {
  border-top: 0;
}
.xlbootstrap3 table.study-plan-chapters-table th:nth-child(1n+2),
.xlbootstrap3 table.study-plan-chapters-table td:nth-child(1n+2) {
  text-align: center;
}
.xlbootstrap3 table.study-plan-chapters-table th div.sp-icon,
.xlbootstrap3 table.study-plan-chapters-table td div.sp-icon {
  padding-right: 8px;
}
.xlbootstrap3 table.study-plan-chapters-table th div.sp-alert-text,
.xlbootstrap3 table.study-plan-chapters-table td div.sp-alert-text {
  color: #d90012;
}
.xlbootstrap3 table.study-plan-chapters-table table.children {
  margin-bottom: 0;
  border-bottom: none;
  table-layout: fixed;
}
.xlbootstrap3 table.study-plan-chapters-table table.grandchildren {
  margin-bottom: 0;
  border-bottom: none;
  table-layout: fixed;
}
.xlbootstrap3 table.study-plan-chapters-table > tbody > tr > td:first-child {
  padding-left: 33px;
}
.xlbootstrap3 table.study-plan-chapters-table > tbody > tr > td a[data-toggle="collapse"] {
  position: absolute;
  top: 10px;
  left: 8px;
}
.xlbootstrap3 table.study-plan-chapters-table > tbody > tr.collapse.in,
.xlbootstrap3 table.study-plan-chapters-table > tbody > tr.collapsing {
  display: table-row;
}
.xlbootstrap3 table.study-plan-chapters-table > tbody > tr.collapse.in > td,
.xlbootstrap3 table.study-plan-chapters-table > tbody > tr.collapsing > td {
  padding: 0;
}
.xlbootstrap3 table.study-plan-chapters-table table.children > tbody > tr > td:first-child {
  padding-left: 58px;
}
.xlbootstrap3 table.study-plan-chapters-table table.children > tbody > tr > td a[data-toggle="collapse"] {
  position: absolute;
  top: 10px;
  left: 33px;
}
.xlbootstrap3 table.study-plan-chapters-table table.children > tbody > tr.collapse.in,
.xlbootstrap3 table.study-plan-chapters-table table.children > tbody > tr.collapsing {
  display: table-row;
}
.xlbootstrap3 table.study-plan-chapters-table table.children > tbody > tr.collapse.in > td,
.xlbootstrap3 table.study-plan-chapters-table table.children > tbody > tr.collapsing > td {
  padding: 0;
}
.xlbootstrap3 table.study-plan-chapters-table table.grandchildren > tbody > tr > td:first-child {
  padding-left: 58px;
}
.xlbootstrap3 table.study-plan-chapters-table tr.total {
  border-bottom: none;
}
.xlbootstrap3 table.study-plan-chapters-table tr.total td {
  background-color: #fcfcfc;
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 table.study-plan-chapters-table tr.total td:first-child {
  background-color: transparent;
  text-align: right;
  border-left: none;
  border-bottom: none;
  padding-right: 8px;
}
.xlbootstrap3 .table-study-plan-details {
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
}
.xlbootstrap3 .table-study-plan-details ul {
  display: table-row;
  margin-bottom: 0;
}
.xlbootstrap3 .table-study-plan-details ul li {
  display: table-cell;
  width: 25%;
  padding: 8px;
  border-left: 1px solid #e0e0e0;
  border-bottom: none;
  text-align: center;
}
.xlbootstrap3 .table-study-plan-details ul li:first-child {
  border-left: none;
}
.xlbootstrap3 .table-student-overview > thead > tr:last-child {
  border-bottom: 2px solid #d0d0d0;
}
.xlbootstrap3 .table-student-overview > thead > tr > td {
  background-color: #FFF;
}
.xlbootstrap3 .table-student-overview > thead > tr > th.sortable,
.xlbootstrap3 .table-student-overview > thead > tr > td.sortable {
  padding-left: 0;
  padding-right: 0;
}
.xlbootstrap3 .table-student-overview > tbody > tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-student-overview > thead > tr > th,
.xlbootstrap3 .table-student-overview > tbody > tr > th,
.xlbootstrap3 .table-student-overview > thead > tr > td,
.xlbootstrap3 .table-student-overview > tbody > tr > td {
  text-align: center;
  padding-left: 19px;
  padding-right: 19px;
}
.xlbootstrap3 .table-student-overview > thead > tr > th.disabled,
.xlbootstrap3 .table-student-overview > tbody > tr > th.disabled,
.xlbootstrap3 .table-student-overview > thead > tr > td.disabled,
.xlbootstrap3 .table-student-overview > tbody > tr > td.disabled {
  color: #989898;
}
.xlbootstrap3 .table-student-overview > thead > tr > th:first-child,
.xlbootstrap3 .table-student-overview > tbody > tr > th:first-child,
.xlbootstrap3 .table-student-overview > thead > tr > td:first-child,
.xlbootstrap3 .table-student-overview > tbody > tr > td:first-child {
  text-align: left;
}
.xlbootstrap3 .table-class-roster > thead > tr > th {
  padding-left: 19px;
  padding-right: 19px;
}
.xlbootstrap3 .table-class-roster > thead > tr > th.sortable {
  padding-left: 0;
  padding-right: 0;
}
.xlbootstrap3 .table-class-roster > thead > tr > th:nth-of-type(even) {
  text-align: center;
  width: 10em;
}
.xlbootstrap3 .table-class-roster > thead > tr > th:nth-of-type(1n+3) {
  text-align: center;
  width: 12em;
}
.xlbootstrap3 .table-class-roster > tbody > tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-class-roster > tbody > tr > td {
  padding-left: 19px;
  padding-right: 19px;
}
.xlbootstrap3 .table-class-roster > tbody > tr > td:nth-of-type(1n+2) {
  text-align: center;
  border-left: 1px solid #e0e0e0;
}
.xlbootstrap3 .table-student-search-results > thead > tr > th,
.xlbootstrap3 .table-student-search-results > thead > tr > td {
  border-bottom-width: 2px;
}
.xlbootstrap3 .table-student-search-results > tbody > tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-student-search-results > thead > tr > th:nth-child(1n+4),
.xlbootstrap3 .table-student-search-results > tbody > tr > th:nth-child(1n+4),
.xlbootstrap3 .table-student-search-results > thead > tr > td:nth-child(1n+4),
.xlbootstrap3 .table-student-search-results > tbody > tr > td:nth-child(1n+4) {
  text-align: center;
}
.xlbootstrap3 .table-student-search-results label {
  font-weight: normal;
}
.xlbootstrap3 .table-offline-item-scores {
  margin-bottom: 20px;
}
.xlbootstrap3 .table-offline-item-scores > tbody > tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-offline-item-scores > thead > tr > th,
.xlbootstrap3 .table-offline-item-scores > tbody > tr > th,
.xlbootstrap3 .table-offline-item-scores > thead > tr > td,
.xlbootstrap3 .table-offline-item-scores > tbody > tr > td {
  padding-left: 15px;
  padding-right: 15px;
}
.xlbootstrap3 .table-change-scores label {
  font-weight: normal;
}
.xlbootstrap3 .table-change-scores > thead > tr > td:first-child,
.xlbootstrap3 .table-change-scores > tbody > tr > td:first-child {
  white-space: nowrap;
}
.xlbootstrap3 .table-change-scores > thead > tr > th,
.xlbootstrap3 .table-change-scores > tbody > tr > th,
.xlbootstrap3 .table-change-scores > thead > tr > td,
.xlbootstrap3 .table-change-scores > tbody > tr > td {
  text-align: center;
  padding-left: 19px;
  padding-right: 19px;
}
.xlbootstrap3 .table-change-scores > thead > tr > th:first-child,
.xlbootstrap3 .table-change-scores > tbody > tr > th:first-child,
.xlbootstrap3 .table-change-scores > thead > tr > td:first-child,
.xlbootstrap3 .table-change-scores > tbody > tr > td:first-child {
  text-align: left;
}
.xlbootstrap3 .table-change-scores > tfoot > tr {
  border-bottom: 1px solid #e8e8e8;
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-change-scores > tfoot > tr > td:first-child {
  padding: 15px 19px;
  border-right: none;
}
.xlbootstrap3 .table-change-scores .late {
  color: #B9204C;
}
.xlbootstrap3 .table-change-scores .changed-value {
  background-color: #ECFBFB;
}
.xlbootstrap3 .table-retrieve-exports > thead > tr > td:first-child,
.xlbootstrap3 .table-retrieve-exports > tbody > tr > td:first-child {
  white-space: nowrap;
}
.xlbootstrap3 .table-retrieve-exports > thead > tr > th,
.xlbootstrap3 .table-retrieve-exports > tbody > tr > th,
.xlbootstrap3 .table-retrieve-exports > thead > tr > td,
.xlbootstrap3 .table-retrieve-exports > tbody > tr > td {
  text-align: center;
  padding-left: 19px;
  padding-right: 19px;
}
.xlbootstrap3 .table-retrieve-exports > thead > tr > th:first-child,
.xlbootstrap3 .table-retrieve-exports > tbody > tr > th:first-child,
.xlbootstrap3 .table-retrieve-exports > thead > tr > td:first-child,
.xlbootstrap3 .table-retrieve-exports > tbody > tr > td:first-child {
  text-align: left;
}
.xlbootstrap3 .table-retrieve-exports > thead > tr:last-child,
.xlbootstrap3 .table-retrieve-exports > tbody > tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered {
  table-layout: fixed;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > thead > tr th:first-child {
  width: 30px;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > thead > tr th.category-column {
  width: 10%;
  text-align: center;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > thead > tr th.group-column {
  width: 5%;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > thead > tr th.due-column {
  width: 10%;
  text-align: center;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > thead > tr th.count-column {
  width: 10%;
  text-align: center;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr:first-child td {
  border-top: 0;
  background-color: #f8f8f8;
  border-bottom: #e0e0e0;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr > td {
  border-bottom-color: #e8e8e8;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr > td:first-child {
  width: 30px;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr > td:nth-child(1n+2) {
  border-left: 1px solid #e0e0e0;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr td.category-column {
  width: 10%;
  text-align: center;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr td.group-column {
  width: 5%;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr td.due-column {
  width: 10%;
  text-align: center;
}
.xlbootstrap3 .table-manage-incompletes-inner-bordered > tbody > tr td.count-column {
  width: 10%;
  text-align: center;
}
.xlbootstrap3 .table-manage-incompletes-stripes {
  table-layout: fixed;
}
.xlbootstrap3 .table-manage-incompletes-stripes > tbody > tr > td:first-child {
  width: 30px;
}
.xlbootstrap3 .table-manage-incompletes-stripes > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.xlbootstrap3 .table-manage-incompletes-stripes > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-manage-incompletes-stripes > tbody > tr:nth-last-child(-n+2) td {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-manage-incompletes-stripes-inner {
  table-layout: fixed;
}
.xlbootstrap3 .table-manage-incompletes-stripes-inner > tbody > tr > td:first-child {
  width: 30px;
}
.xlbootstrap3 .table-manage-incompletes-stripes-inner > tbody > tr:nth-of-type(even) td {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-manage-incompletes-stripes-inner > tbody > tr:nth-of-type(odd) td {
  background-color: #FFF;
}
.xlbootstrap3 .table-manage-incompletes-stripes-inner > tbody > tr:nth-last-child(-n+2) td {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .grid > thead > tr > th.noSortHeader {
  padding: 2px 9px 9px 7px;
}
.xlbootstrap3 .grid > thead > tr > th.noSortHeaderLeftAlign {
  padding: 2px 9px 2px 7px;
}
.xlbootstrap3 .grid > thead > tr > th.sortableColumnHeader:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.xlbootstrap3 .grid > thead > tr > th.sortableColumnHeader a {
  position: relative;
  display: block;
  color: #252525;
  padding: 8px 19px;
}
.xlbootstrap3 .grid > thead > tr > th.sortableColumnHeader a:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.xlbootstrap3 .grid > thead > tr > th.sortableColumnHeader.ascendingColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f176";
  position: absolute;
  top: 8px;
  right: 12px;
  color: #707070;
}
.xlbootstrap3 .grid > thead > tr > th.sortableColumnHeader.descendingColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f175";
  position: absolute;
  top: 8px;
  right: 12px;
  color: #707070;
}
.xlbootstrap3 button:focus {
  outline: 2px solid #047a9c;
}
.xlbootstrap3 .btn:focus,
.xlbootstrap3 .btn:active:focus,
.xlbootstrap3 .btn.active:focus,
.xlbootstrap3 .btn.focus,
.xlbootstrap3 .btn:active.focus,
.xlbootstrap3 .btn.active.focus {
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.xlbootstrap3 .btn:hover,
.xlbootstrap3 .btn:focus,
.xlbootstrap3 .btn.focus {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap3 .btn:active,
.xlbootstrap3 .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn.disabled,
.xlbootstrap3 .btn[disabled],
fieldset[disabled] .xlbootstrap3 .btn {
  cursor: not-allowed;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.xlbootstrap3 .btn.disabled,
fieldset[disabled] a.xlbootstrap3 .btn {
  pointer-events: none;
}
.xlbootstrap3 .btn .fa[class*="fa-"] {
  color: #707070;
}
.xlbootstrap3 .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default:visited,
.xlbootstrap3 .btn-default.focus {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default:hover {
  color: #252525;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
  -webkit-box-shadow: inset 0 2px 0 #c7c7c7;
  box-shadow: inset 0 2px 0 #c7c7c7;
}
.xlbootstrap3 .btn-default:active:hover,
.xlbootstrap3 .btn-default.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-default:hover,
.xlbootstrap3 .btn-default:active:focus,
.xlbootstrap3 .btn-default.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default:active:visited,
.xlbootstrap3 .btn-default.active:visited,
.open > .dropdown-toggle.xlbootstrap3 .btn-default:visited,
.xlbootstrap3 .btn-default:active.focus,
.xlbootstrap3 .btn-default.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-default.focus {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-default {
  background-image: none;
}
.xlbootstrap3 .btn-default:active,
.open > .dropdown-toggle.xlbootstrap3 .btn-default {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-default.disabled,
.xlbootstrap3 .btn-default[disabled],
fieldset[disabled] .xlbootstrap3 .btn-default {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.xlbootstrap3 .btn-default.disabled:hover,
.xlbootstrap3 .btn-default[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-default:hover,
.xlbootstrap3 .btn-default.disabled:focus,
.xlbootstrap3 .btn-default[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-default:focus,
.xlbootstrap3 .btn-default.disabled.focus,
.xlbootstrap3 .btn-default[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-default.focus,
.xlbootstrap3 .btn-default.disabled:active,
.xlbootstrap3 .btn-default[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-default:active,
.xlbootstrap3 .btn-default.disabled.active,
.xlbootstrap3 .btn-default[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-default.active {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn-default .badge {
  color: #e9e9e9;
  background-color: #252525;
}
.xlbootstrap3 .btn-default .fa[class*="fa-"] {
  color: #707070;
}
.xlbootstrap3 .btn-primary {
  color: #ffffff;
  background-color: #047a9c;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary:visited,
.xlbootstrap3 .btn-primary.focus {
  color: #ffffff;
  background-color: #047a9c;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-primary:hover {
  color: #ffffff;
  background-color: #005a70;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary {
  color: #ffffff;
  background-color: #047a9c;
  border-color: #047a9c;
  -webkit-box-shadow: inset 0 2px 0 #047a9c;
  box-shadow: inset 0 2px 0 #047a9c;
}
.xlbootstrap3 .btn-primary:active:hover,
.xlbootstrap3 .btn-primary.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary:hover,
.xlbootstrap3 .btn-primary:active:focus,
.xlbootstrap3 .btn-primary.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary:active:visited,
.xlbootstrap3 .btn-primary.active:visited,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary:visited,
.xlbootstrap3 .btn-primary:active.focus,
.xlbootstrap3 .btn-primary.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary.focus {
  color: #ffffff;
  background-color: #047a9c;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary {
  background-image: none;
}
.xlbootstrap3 .btn-primary:active,
.open > .dropdown-toggle.xlbootstrap3 .btn-primary {
  background-color: #005a70;
  border-color: #047a9c;
}
.xlbootstrap3 .btn-primary.disabled,
.xlbootstrap3 .btn-primary[disabled],
fieldset[disabled] .xlbootstrap3 .btn-primary {
  color: #eef8fc;
  background-color: #a0d1e1;
  border-color: #a0d1e1;
}
.xlbootstrap3 .btn-primary.disabled:hover,
.xlbootstrap3 .btn-primary[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-primary:hover,
.xlbootstrap3 .btn-primary.disabled:focus,
.xlbootstrap3 .btn-primary[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-primary:focus,
.xlbootstrap3 .btn-primary.disabled.focus,
.xlbootstrap3 .btn-primary[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-primary.focus,
.xlbootstrap3 .btn-primary.disabled:active,
.xlbootstrap3 .btn-primary[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-primary:active,
.xlbootstrap3 .btn-primary.disabled.active,
.xlbootstrap3 .btn-primary[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-primary.active {
  color: #eef8fc;
  background-color: #a0d1e1;
  border-color: #a0d1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn-primary .badge {
  color: #047a9c;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-primary .fa[class*="fa-"] {
  color: #ffffff;
}
.xlbootstrap3 .btn-quiz-ready {
  color: #ffffff;
  background-color: #288153;
  border-color: #278255;
}
.xlbootstrap3 .btn-quiz-ready:focus,
.xlbootstrap3 .btn-quiz-ready:visited,
.xlbootstrap3 .btn-quiz-ready.focus {
  color: #ffffff;
  background-color: #288153;
  border-color: #1a5a36;
}
.xlbootstrap3 .btn-quiz-ready:hover {
  color: #ffffff;
  background-color: #1c673d;
  border-color: #1a5a36;
}
.xlbootstrap3 .btn-quiz-ready:active,
.xlbootstrap3 .btn-quiz-ready.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready {
  color: #ffffff;
  background-color: #288153;
  border-color: #278255;
  -webkit-box-shadow: inset 0 2px 0 #278255;
  box-shadow: inset 0 2px 0 #278255;
}
.xlbootstrap3 .btn-quiz-ready:active:hover,
.xlbootstrap3 .btn-quiz-ready.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready:hover,
.xlbootstrap3 .btn-quiz-ready:active:focus,
.xlbootstrap3 .btn-quiz-ready.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready:focus,
.xlbootstrap3 .btn-quiz-ready:active:visited,
.xlbootstrap3 .btn-quiz-ready.active:visited,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready:visited,
.xlbootstrap3 .btn-quiz-ready:active.focus,
.xlbootstrap3 .btn-quiz-ready.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready.focus {
  color: #ffffff;
  background-color: #288153;
  border-color: #278255;
}
.xlbootstrap3 .btn-quiz-ready:active,
.xlbootstrap3 .btn-quiz-ready.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready {
  background-image: none;
}
.xlbootstrap3 .btn-quiz-ready:active,
.open > .dropdown-toggle.xlbootstrap3 .btn-quiz-ready {
  background-color: #1c673d;
  border-color: #1a5a36;
}
.xlbootstrap3 .btn-quiz-ready.disabled,
.xlbootstrap3 .btn-quiz-ready[disabled],
fieldset[disabled] .xlbootstrap3 .btn-quiz-ready {
  color: #eef8fc;
  background-color: #a0d1e1;
  border-color: #a0d1e1;
}
.xlbootstrap3 .btn-quiz-ready.disabled:hover,
.xlbootstrap3 .btn-quiz-ready[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-quiz-ready:hover,
.xlbootstrap3 .btn-quiz-ready.disabled:focus,
.xlbootstrap3 .btn-quiz-ready[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-quiz-ready:focus,
.xlbootstrap3 .btn-quiz-ready.disabled.focus,
.xlbootstrap3 .btn-quiz-ready[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-quiz-ready.focus,
.xlbootstrap3 .btn-quiz-ready.disabled:active,
.xlbootstrap3 .btn-quiz-ready[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-quiz-ready:active,
.xlbootstrap3 .btn-quiz-ready.disabled.active,
.xlbootstrap3 .btn-quiz-ready[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-quiz-ready.active {
  color: #eef8fc;
  background-color: #a0d1e1;
  border-color: #a0d1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn-quiz-ready .badge {
  color: #288153;
  background-color: #ffffff;
}
.xlbootstrap3 .btn-quiz-ready .fa[class*="fa-"] {
  color: #ffffff;
}
.xlbootstrap3 .btn-white {
  color: #252525;
  background-color: #ffffff;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-white:focus,
.xlbootstrap3 .btn-white:visited,
.xlbootstrap3 .btn-white.focus {
  color: #252525;
  background-color: #ffffff;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-white:hover {
  color: #252525;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-white:active,
.xlbootstrap3 .btn-white.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-white {
  color: #252525;
  background-color: #ffffff;
  border-color: #c7c7c7;
  -webkit-box-shadow: inset 0 2px 0 #c7c7c7;
  box-shadow: inset 0 2px 0 #c7c7c7;
}
.xlbootstrap3 .btn-white:active:hover,
.xlbootstrap3 .btn-white.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-white:hover,
.xlbootstrap3 .btn-white:active:focus,
.xlbootstrap3 .btn-white.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-white:focus,
.xlbootstrap3 .btn-white:active:visited,
.xlbootstrap3 .btn-white.active:visited,
.open > .dropdown-toggle.xlbootstrap3 .btn-white:visited,
.xlbootstrap3 .btn-white:active.focus,
.xlbootstrap3 .btn-white.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-white.focus {
  color: #252525;
  background-color: #ffffff;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-white:active,
.xlbootstrap3 .btn-white.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-white {
  background-image: none;
}
.xlbootstrap3 .btn-white:active,
.open > .dropdown-toggle.xlbootstrap3 .btn-white {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap3 .btn-white.disabled,
.xlbootstrap3 .btn-white[disabled],
fieldset[disabled] .xlbootstrap3 .btn-white {
  color: #eef8fc;
  background-color: #a0d1e1;
  border-color: #a0d1e1;
}
.xlbootstrap3 .btn-white.disabled:hover,
.xlbootstrap3 .btn-white[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-white:hover,
.xlbootstrap3 .btn-white.disabled:focus,
.xlbootstrap3 .btn-white[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-white:focus,
.xlbootstrap3 .btn-white.disabled.focus,
.xlbootstrap3 .btn-white[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-white.focus,
.xlbootstrap3 .btn-white.disabled:active,
.xlbootstrap3 .btn-white[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-white:active,
.xlbootstrap3 .btn-white.disabled.active,
.xlbootstrap3 .btn-white[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-white.active {
  color: #eef8fc;
  background-color: #a0d1e1;
  border-color: #a0d1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn-white .badge {
  color: #ffffff;
  background-color: #252525;
}
.xlbootstrap3 .btn-white .fa[class*="fa-"] {
  color: #ffffff;
}
.xlbootstrap3 .btn-group.open .dropdown-toggle {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 2px 0 #cccccc;
  box-shadow: inset 0 2px 0 #cccccc;
}
.xlbootstrap3 .close {
  font-weight: 100;
  font-size: 21px;
  opacity: 1;
  color: $txt;
  border: 1px solid transparent;
  -moz-transform: scaleX(1.3);
  -webkit-transform: scaleX(1.3);
  -ms-transform: scaleX(1.3);
  -o-transform: scaleX(1.3);
  transform: scaleX(1.3);
}
.xlbootstrap3 .close:hover {
  color: $txt;
  opacity: 1;
}
.xlbootstrap3 .close:active,
.xlbootstrap3 .close:focus {
  border: 1px solid #addcff;
  outline: none;
  color: $txt;
  opacity: 1;
}
.xlbootstrap3 button.close {
  color: inherit;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  -webkit-appearance: none;
}
.xlbootstrap3 button.close:hover {
  color: inherit;
}
.xlbootstrap3 button.close:active,
.xlbootstrap3 button.close:focus {
  color: inherit;
}
@media (max-width: 991px) {
  .xlbootstrap3 .btn.space-vertically {
    margin-bottom: 10px;
  }
}
.xlbootstrap3 .btn-primary:focus {
  outline: 1px solid #047a9c;
  outline-offset: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xlbootstrap3 .btn-primary:focus {
    box-shadow: 0px 0px 0px 3pt #107aca;
    outline: 1px solid white;
  }
}
.xlbootstrap3 _:-ms-lang(x),
.xlbootstrap3 _:-webkit-full-screen,
.xlbootstrap3 .btn-primary:focus {
  box-shadow: 0px 0px 0px 3pt #107aca;
  outline: 1px solid white;
}
.xlbootstrap3 .btn-check {
  background-color: transparent;
  color: #047a9c;
}
.xlbootstrap3 .btn-check:focus {
  color: #047a9c;
}
.xlbootstrap3 .btn-check:visited {
  color: #047a9c;
}
.xlbootstrap3 .btn-cta {
  color: #252525;
  background-color: #ffb81c;
  border-color: #ffb81c;
}
.xlbootstrap3 .btn-cta:focus,
.xlbootstrap3 .btn-cta:visited,
.xlbootstrap3 .btn-cta.focus {
  color: #252525;
  background-color: #ffb81c;
  border-color: #ff9a19;
}
.xlbootstrap3 .btn-cta:hover {
  color: #252525;
  background-color: #ff9a19;
  border-color: #ff9a19;
}
.xlbootstrap3 .btn-cta:active,
.xlbootstrap3 .btn-cta.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta {
  color: #252525;
  background-color: #ffb81c;
  border-color: #ffb81c;
  -webkit-box-shadow: inset 0 2px 0 #ffb81c;
  box-shadow: inset 0 2px 0 #ffb81c;
}
.xlbootstrap3 .btn-cta:active:hover,
.xlbootstrap3 .btn-cta.active:hover,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta:hover,
.xlbootstrap3 .btn-cta:active:focus,
.xlbootstrap3 .btn-cta.active:focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta:focus,
.xlbootstrap3 .btn-cta:active:visited,
.xlbootstrap3 .btn-cta.active:visited,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta:visited,
.xlbootstrap3 .btn-cta:active.focus,
.xlbootstrap3 .btn-cta.active.focus,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta.focus {
  color: #252525;
  background-color: #ffb81c;
  border-color: #ffb81c;
}
.xlbootstrap3 .btn-cta:active,
.xlbootstrap3 .btn-cta.active,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta {
  background-image: none;
}
.xlbootstrap3 .btn-cta:active,
.open > .dropdown-toggle.xlbootstrap3 .btn-cta {
  background-color: #ff9a19;
  border-color: #ff9a19;
}
.xlbootstrap3 .btn-cta.disabled,
.xlbootstrap3 .btn-cta[disabled],
fieldset[disabled] .xlbootstrap3 .btn-cta {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.xlbootstrap3 .btn-cta.disabled:hover,
.xlbootstrap3 .btn-cta[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .btn-cta:hover,
.xlbootstrap3 .btn-cta.disabled:focus,
.xlbootstrap3 .btn-cta[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .btn-cta:focus,
.xlbootstrap3 .btn-cta.disabled.focus,
.xlbootstrap3 .btn-cta[disabled].focus,
fieldset[disabled] .xlbootstrap3 .btn-cta.focus,
.xlbootstrap3 .btn-cta.disabled:active,
.xlbootstrap3 .btn-cta[disabled]:active,
fieldset[disabled] .xlbootstrap3 .btn-cta:active,
.xlbootstrap3 .btn-cta.disabled.active,
.xlbootstrap3 .btn-cta[disabled].active,
fieldset[disabled] .xlbootstrap3 .btn-cta.active {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap3 .btn-cta .badge {
  color: #ffb81c;
  background-color: #252525;
}
.xlbootstrap3 .btn-cta .fa[class*="fa-"] {
  color: #252525;
}
.xlbootstrap3 .btn-margin {
  margin-left: 10px;
}
.xlbootstrap3 .btn-start-review {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 37px;
  width: 115px;
  left: 0%;
  right: 0.79%;
  top: 0%;
  bottom: 0%;
  margin: 10px;
  border-radius: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  background-color: #047A9C;
  border: 1px solid #047A9C;
  color: #ffffff;
}
.xlbootstrap3 .btn-start-review:hover,
.xlbootstrap3 .btn-start-review:focus,
.xlbootstrap3 .btn-start-review.focus {
  color: #ffffff;
  background-color: #047A9C;
}
.xlbootstrap3 .btn-review-resume {
  color: #047A9C;
  margin-left: 10px;
  background-color: #ffffff;
  border: 1px solid #047A9C;
}
.xlbootstrap3 .btn-review-resume:hover,
.xlbootstrap3 .btn-review-resume:focus,
.xlbootstrap3 .btn-review-resume.focus {
  color: #047A9C;
  background-color: #ffffff;
}
.xlbootstrap3 .uxf-btn-cta {
  color: #252525;
  background-color: #FFB81C;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.xlbootstrap3 .uxf-btn-cta:hover,
.xlbootstrap3 .uxf-btn-cta:active {
  background-color: #FF9A19;
}
.xlbootstrap3 .caret,
.xlbootstrap3 .btn .caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707070;
  font-size: 12px;
  width: auto;
  height: auto;
  border: none;
  margin-left: 0.5em;
}
.xlbootstrap3 .caret:before,
.xlbootstrap3 .btn .caret:before {
  content: "\f107";
}
.xlbootstrap3 .dropdown-menu {
  border-radius: 0;
  padding: 2px;
}
.xlbootstrap3 .dropdown-menu > li > a {
  padding: 3px 20px 3px 36px;
  position: relative;
}
.xlbootstrap3 .dropdown-menu > .active > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  top: 5px;
  left: 12px;
}
.xlbootstrap3 select.gr-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
}
.xlbootstrap3 select.gr-select::-ms-expand {
  display: none;
}
.xlbootstrap3 .native-select {
  border-radius: 3px;
  border: solid 1px #c7c7c7;
  background-color: #ffffff;
  width: 120px;
  height: 35px;
  font-family: 'Open Sans';
  font-size: 14px;
  padding-left: 14px;
  padding-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Ctitle%3Edropdown-open-sm-24%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 288 0 288 864 0 864'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='18-&amp;-24-Pixel-Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Page-Content' transform='translate(-672.000000, -896.000000)'%3E%3Cg id='Group' transform='translate(0.000000, 94.000000)'%3E%3Crect id='Rectangle' stroke='%23F5F5F5' x='456.5' y='45.5' width='311' height='1012'%3E%3C/rect%3E%3Cg id='Group-5' transform='translate(0.000000, 622.000000)'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Grid' transform='translate(-528.000000, -720.000000)'%3E%3Cg id='24' transform='translate(336.000000, 0.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Duplicate-control'%3E%3C/g%3E%3Crect id='grid-24' mask='url(%23mask-2)' x='192' y='720' width='24' height='24'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg id='icons' transform='translate(-528.000000, -720.000000)'%3E%3Cg id='dropdown-open-sm-24' transform='translate(528.000000, 720.000000)'%3E%3Cg%3E%3Crect id='grid-24' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cpath d='M17.7060005,9.29473827 C17.3160005,8.90125345 16.6830005,8.90325592 16.2920005,9.29273581 L11.9990005,13.5840232 L7.70600048,9.29273581 C7.31500048,8.90225469 6.68300048,8.90225469 6.29200048,9.29373704 C5.90200048,9.68622063 5.90300048,10.3190003 6.29300048,10.7104826 L11.2920005,15.7076398 C11.4880005,15.9028803 11.7430005,16 11.9990005,16 C12.2550005,16 12.5100005,15.9028803 12.7060005,15.7076398 L17.7050005,10.7104826 C18.0960005,10.3190003 18.0960005,9.68622063 17.7060005,9.29473827' id='dropdown-open-sm-24' class='pe-icon--dropdown-open-sm-24' fill='%23707070'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Slice' transform='translate(-528.000000, -720.000000)'%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 88px 5px;
}
.xlbootstrap3 select.gr-select > option {
  padding-left: 14px;
}
.xlbootstrap3 .label-disabled {
  background-color: #c0c0c0;
}
.xlbootstrap3 .label-disabled[href]:hover,
.xlbootstrap3 .label-disabled[href]:focus {
  background-color: #a7a7a7;
}
.xlbootstrap3 .label-disabled[href]:hover,
.xlbootstrap3 .label-disabled[href]:focus {
  background-color: #a7a7a7;
}
.xlbootstrap3 .alert {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-size: 14px;
  position: relative;
}
.xlbootstrap3 .alert h4 {
  margin-top: 0;
  color: inherit;
}
.xlbootstrap3 .alert .alert-link {
  font-weight: bold;
}
.xlbootstrap3 .alert > p,
.xlbootstrap3 .alert > ul {
  margin-bottom: 0;
}
.xlbootstrap3 .alert > ul {
  padding-left: 20px;
}
.xlbootstrap3 .alert > p + p {
  margin-top: 5px;
}
.xlbootstrap3 .alert a {
  color: #006a8d;
}
.xlbootstrap3 .popup .alert {
  font-size: 12px;
}
.xlbootstrap3 .alert-dismissable,
.xlbootstrap3 .alert-dismissible {
  padding-right: 40px;
}
.xlbootstrap3 .alert-dismissable .close,
.xlbootstrap3 .alert-dismissible .close {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  border: 0;
}
.xlbootstrap3 .alert-success {
  background-color: #e2fbd0;
  border-bottom-color: #c5e3af;
  border-top: none;
  color: #252525;
}
.xlbootstrap3 .alert-success:before {
  content: '\f00c';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #00a431;
  font-size: 20px;
}
.xlbootstrap3 .alert-success.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-success.alert-dismissable .close:after,
.xlbootstrap3 .alert-success.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: #a5bf91;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-success.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-success.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-success .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-success i {
  color: #252525;
}
.xlbootstrap3 .alert-danger {
  background-color: #fff7f7;
  border-bottom-color: #fcd4d7;
  border-top: none;
  color: #252525;
}
.xlbootstrap3 .alert-danger:before {
  content: '\f071';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #d90012;
  font-size: 20px;
}
.xlbootstrap3 .alert-danger.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-danger.alert-dismissable .close:after,
.xlbootstrap3 .alert-danger.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: transparent;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-danger.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-danger.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-danger .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-danger i {
  color: #252525;
}
.xlbootstrap3 .alert-danger:before {
  top: 14px;
}
.xlbootstrap3 .alert-danger.clear-bg {
  background: inherit;
  border: none;
}
.xlbootstrap3 .alert-danger.clear-bg:before {
  font-size: 15px;
}
.xlbootstrap3 .alert-warning {
  background-color: #fdf6b6;
  border-bottom-color: #f2dc89;
  border-top: none;
  color: #252525;
}
.xlbootstrap3 .alert-warning:before {
  content: '\f071';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #ee802b;
  font-size: 20px;
}
.xlbootstrap3 .alert-warning.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-warning.alert-dismissable .close:after,
.xlbootstrap3 .alert-warning.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: transparent;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-warning.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-warning.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-warning .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-warning i {
  color: #252525;
}
.xlbootstrap3 .alert-info {
  background-color: #e8f8fc;
  border-bottom-color: #b8e4f0;
  border-top: none;
  color: #252525;
}
.xlbootstrap3 .alert-info:before {
  content: '\f05a';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #2480b3;
  font-size: 20px;
}
.xlbootstrap3 .alert-info.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-info.alert-dismissable .close:after,
.xlbootstrap3 .alert-info.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: #91b6bf;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-info.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-info.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-info .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-info i {
  color: #252525;
}
.xlbootstrap3 .alert-info.clear-bg {
  background: inherit;
  border: none;
}
.xlbootstrap3 .alert-info.clear-bg:before {
  font-size: 15px;
}
.xlbootstrap3 .alert-info.popup-heading {
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 25px;
}
.xlbootstrap3 .alert-info.popup-heading:before {
  margin-top: 10px;
  color: #777777;
  left: 0;
}
.xlbootstrap3 .alert-note {
  background-color: #f0f0f0;
  border-bottom-color: #d7d7d7;
  border-top: none;
  color: #252525;
  padding-left: 20px;
}
.xlbootstrap3 .alert-note:before {
  content: '';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: transparent;
  font-size: 20px;
}
.xlbootstrap3 .alert-note.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-note.alert-dismissable .close:after,
.xlbootstrap3 .alert-note.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: #b0b0b0;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-note.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-note.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-note .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-note i {
  color: #252525;
}
.xlbootstrap3 .alert-time-to-complete {
  background-color: #e8f8fc;
  border-bottom-color: #b8e4f0;
  border-top: none;
  color: #252525;
}
.xlbootstrap3 .alert-time-to-complete:before {
  content: '\f017';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #2480b3;
  font-size: 20px;
}
.xlbootstrap3 .alert-time-to-complete.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-time-to-complete.alert-dismissable .close:after,
.xlbootstrap3 .alert-time-to-complete.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: #91b6bf;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-time-to-complete.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-time-to-complete.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-time-to-complete .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-time-to-complete i {
  color: #252525;
}
.xlbootstrap3 .alert-answer-in-order {
  background-color: #e8f8fc;
  border-bottom-color: #b8e4f0;
  border-top: none;
  color: #252525;
}
.xlbootstrap3 .alert-answer-in-order:before {
  content: '\f1da';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #2480b3;
  font-size: 20px;
}
.xlbootstrap3 .alert-answer-in-order.bulleted-warning:before {
  top: 15px;
}
.xlbootstrap3 .alert-answer-in-order.alert-dismissable .close:after,
.xlbootstrap3 .alert-answer-in-order.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: #91b6bf;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.xlbootstrap3 .alert-answer-in-order.alert-dismissable .close:hover:after,
.xlbootstrap3 .alert-answer-in-order.alert-dismissible .close:hover:after {
  color: #252525;
}
.xlbootstrap3 .alert-answer-in-order .alert-link {
  color: #0c0c0c;
}
.xlbootstrap3 .alert-answer-in-order i {
  color: #252525;
}
.xlbootstrap3 #mainTopNavContainer {
  background-color: #000;
  text-align: center;
  border-bottom: 4px solid #007a9c;
  z-index: 10001;
}
.xlbootstrap3 #mainTopNavContainer .fa[class*="fa-"] {
  color: #6A7070;
}
.xlbootstrap3 #mainTopNavContainer a:hover .fa,
.xlbootstrap3 #mainTopNavContainer .btn:hover .fa {
  color: #252525;
}
.xlbootstrap3 #mainTopNavContainer.navbar-inverse {
  background-color: #ffffff;
}
.xlbootstrap3 #mainTopNavContainer .toggle-left-menu,
.xlbootstrap3 #mainTopNavContainer .toggle-right-menu {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 50px;
  padding: 0 15px;
  z-index: 200;
}
.xlbootstrap3 #mainTopNavContainer .toggle-right-menu {
  left: auto;
  right: 0;
  border: none;
}
@media (min-width: 768px) {
  .xlbootstrap3 #mainTopNavContainer .toggle-right-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .xlbootstrap3 #mainTopNavContainer .course-name {
    width: auto;
    margin: 15px 50px;
  }
}
.xlbootstrap3 #mainTopNavContainer .divider {
  margin: 15px 0;
}
.xlbootstrap3 #mainTopNavContainer .fa.fa-user {
  margin-left: 5px;
}
.xlbootstrap3 #mainTopNavContainer #rightMenu {
  position: absolute;
  top: 0;
  right: 15px;
}
.xlbootstrap3 #mainTopNavContainer #rightMenu.collapsing,
.xlbootstrap3 #mainTopNavContainer #rightMenu.in {
  position: static;
  top: auto;
  right: auto;
  text-align: right;
}
.xlbootstrap3 #mainTopNavContainer #rightMenu.collapsing .divider,
.xlbootstrap3 #mainTopNavContainer #rightMenu.in .divider {
  display: none;
}
.xlbootstrap3 #mainTopNavContainer button {
  display: inline-block;
  height: 30px;
  background-color: transparent;
  border: none;
}
.xlbootstrap3 #mainTopNavContainer button:hover,
.xlbootstrap3 #mainTopNavContainer button:focus {
  color: #FFF;
}
.xlbootstrap3 #mainTopNavContainer button:hover .fa,
.xlbootstrap3 #mainTopNavContainer button:focus .fa {
  color: #FFF;
}
.xlbootstrap3 #mainTopNavContainer .toggle-left-menu {
  float: left;
  margin-right: 8px;
}
.xlbootstrap3 #mainTopNavContainer .toggle-left-menu button {
  float: left;
  padding: 2px 10px;
}
.xlbootstrap3 #mainTopNavContainer .toggle-left-menu button .fa {
  font-size: 18px;
  vertical-align: middle;
}
.xlbootstrap3 #mainTopNavContainer .toggle-left-menu button .menu-text {
  display: none;
  margin-left: 10px;
  visibility: hidden;
  vertical-align: middle;
}
.xlbootstrap3 #mainTopNavContainer .course-name {
  margin: 15px auto;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xlbootstrap3 #mainTopNavContainer .course-name a {
  color: #FFF;
}
.xlbootstrap3 #mainTopNavContainer .course-name a:hover,
.xlbootstrap3 #mainTopNavContainer .course-name a:focus {
  color: #FFF;
}
.xlbootstrap3 #mainTopNavContainer .course-title {
  margin: 15px auto;
  color: #6A7070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: inherit;
  text-align: left;
  margin-left: 5px;
  font-weight: bold;
}
.xlbootstrap3 #mainTopNavContainer .course-title a {
  color: #6A7070;
  font-weight: bold;
  margin-left: 30px;
}
.xlbootstrap3 #mainTopNavContainer .course-title a:hover,
.xlbootstrap3 #mainTopNavContainer .course-title a:focus {
  color: #252525;
}
.xlbootstrap3 #mainTopNavContainer .right-menu {
  margin: 0 10px 0 0;
  float: right;
  line-height: 1;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul {
  margin-bottom: 0;
  padding: 0;
  display: inline-flex;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li {
  display: block;
  padding: 0;
  border-right: solid 1px #4D4D4D;
  color: #B0B0B0;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li:last-child {
  border-right: none;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li > a {
  color: #B0B0B0;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li > a .fa {
  padding-top: 8px;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li > a:hover,
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li > a:focus {
  color: #FFF;
  text-decoration: none;
}
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li > a:hover .fa,
.xlbootstrap3 #mainTopNavContainer .right-menu > ul > li > a:focus .fa {
  color: #FFF;
}
.xlbootstrap3 #mainTopNavContainer .right-menu button,
.xlbootstrap3 #mainTopNavContainer .right-menu .right-link {
  display: block;
  padding: 0 15px;
  min-width: 40px;
  line-height: 30px;
}
.xlbootstrap3 #mainTopNavContainer .right-menu button:focus,
.xlbootstrap3 #mainTopNavContainer .right-menu .right-link:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap3 #mainTopNavContainer .right-menu .student-name {
  display: none;
  padding-right: 5px;
}
.xlbootstrap3 #mainTopNavContainer .popover {
  color: #000;
  -webkit-box-shadow: 0 -3px 0 #d0d0d0;
  -moz-box-shadow: 0 -3px 0 #d0d0d0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}
.xlbootstrap3 #mainTopNavContainer .popover .popover-content {
  margin: 4px;
  padding: 9px 14px;
}
.xlbootstrap3 #mainTopNavContainer .popover ul {
  padding: 0;
}
.xlbootstrap3 #mainTopNavContainer .popover ul > li {
  list-style: none;
  margin: 0 0 6px 0;
}
.xlbootstrap3 #mainTopNavContainer .popover ul > li.divider {
  border-bottom: 1px solid #E8E8E8;
  height: 3px;
  margin: 0 0 15px 0;
  padding: 0 0 9px 0;
}
.xlbootstrap3 #mainTopNavContainer .popover ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .xlbootstrap3 #mainTopNavContainer .toggle-left-menu {
    margin: 0;
  }
  .xlbootstrap3 #mainTopNavContainer .toggle-left-menu button .fa {
    font-size: 24px;
  }
  .xlbootstrap3 #mainTopNavContainer .toggle-left-menu button .menu-text {
    display: inline-block;
  }
  .xlbootstrap3 #mainTopNavContainer .toggle-left-menu button:hover .menu-text,
  .xlbootstrap3 #mainTopNavContainer .toggle-left-menu button:focus .menu-text {
    visibility: visible;
  }
  .xlbootstrap3 #mainTopNavContainer .course-name {
    text-align: center;
  }
  .xlbootstrap3 #mainTopNavContainer .right-menu .student-name {
    display: inline;
  }
}
.xlbootstrap3 #mainLeftNavContainer {
  width: 255px;
  position: absolute;
}
.xlbootstrap3 #mainLeftNavContainer .logo-container {
  background-color: #F9F9F9;
  border-right: 1px solid #F0F0F0;
  margin-right: -1px;
  border-bottom: 1px solid #FFF;
  padding: 15px 20px 8px;
}
.xlbootstrap3 #mainLeftNavContainer #mainBandLogo {
  max-width: 215px;
}
.xlbootstrap3 #mainLeftNavContainer #mainBandLogo.missing {
  display: none;
}
.xlbootstrap3 #mainLeftNav .menu-item a,
.xlbootstrap3 #mainLeftNav .menu-item-selected a {
  color: #252525;
  display: block;
  border-top: 3px solid transparent;
  line-height: 33px;
  padding: 0 20px 0 30px;
  font-weight: normal;
}
.xlbootstrap3 #mainLeftNav .menu-item a:hover,
.xlbootstrap3 #mainLeftNav .menu-item-selected a:hover,
.xlbootstrap3 #mainLeftNav .menu-item a:focus,
.xlbootstrap3 #mainLeftNav .menu-item-selected a:focus {
  background-color: #E0E0E0;
  border-right: 1px solid #E0E0E0;
  margin-right: -1px;
  text-decoration: none;
}
.xlbootstrap3 #mainLeftNav .menu-item-selected a {
  color: #FFF;
  background-color: #047a9c;
  border-top: 3px solid #006a8d;
  margin-right: -1px;
  font-weight: normal;
}
.xlbootstrap3 #mainLeftNav .menu-item-selected a:hover,
.xlbootstrap3 #mainLeftNav .menu-item-selected a:focus {
  background-color: #047a9c;
  border-right: none;
}
.xlbootstrap3 #mainLeftNav .menu-subheader {
  color: #252525;
  line-height: 33px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.xlbootstrap3 #mainLeftNav .menu-subheader:first-child {
  border-top: none;
}
.xlbootstrap3 .subnavbar-instructor,
.xlbootstrap3 .navbar-instructor {
  background-color: #004c65;
  border: 0;
  border-radius: 0;
  min-height: 38px;
}
.xlbootstrap3 .subnavbar-instructor .container-fluid,
.xlbootstrap3 .navbar-instructor .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.xlbootstrap3 .subnavbar-instructor .navbar-collapse,
.xlbootstrap3 .navbar-instructor .navbar-collapse {
  padding-left: 19px;
  padding-right: 0;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav,
.xlbootstrap3 .navbar-instructor .navbar-nav {
  margin: 0px;
  padding-left: 19px;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > li > a,
.xlbootstrap3 .navbar-instructor .navbar-nav > li > a {
  color: #ffffff;
  padding: 0 19px 0 0;
  line-height: 38px;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > li > a:hover,
.xlbootstrap3 .navbar-instructor .navbar-nav > li > a:hover,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > li > a:focus,
.xlbootstrap3 .navbar-instructor .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #004c65;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > li:nth-of-type(1n+2) > a::before,
.xlbootstrap3 .navbar-instructor .navbar-nav > li:nth-of-type(1n+2) > a::before {
  content: "|";
  color: #3f9ebe;
  padding-right: 19px;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .active > a,
.xlbootstrap3 .navbar-instructor .navbar-nav > .active > a,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .active > a:hover,
.xlbootstrap3 .navbar-instructor .navbar-nav > .active > a:hover,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .active > a:focus,
.xlbootstrap3 .navbar-instructor .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .disabled > a,
.xlbootstrap3 .navbar-instructor .navbar-nav > .disabled > a,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .disabled > a:hover,
.xlbootstrap3 .navbar-instructor .navbar-nav > .disabled > a:hover,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .disabled > a:focus,
.xlbootstrap3 .navbar-instructor .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .open > a,
.xlbootstrap3 .navbar-instructor .navbar-nav > .open > a,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .open > a:hover,
.xlbootstrap3 .navbar-instructor .navbar-nav > .open > a:hover,
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .open > a:focus,
.xlbootstrap3 .navbar-instructor .navbar-nav > .open > a:focus {
  background-color: #004c65;
  color: #ffffff;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav > .open .caret,
.xlbootstrap3 .navbar-instructor .navbar-nav > .open .caret {
  color: #ffffff;
}
.xlbootstrap3 .subnavbar-instructor .navbar-nav .caret,
.xlbootstrap3 .navbar-instructor .navbar-nav .caret {
  color: #ffffff;
}
@media (max-width: 767px) {
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > li > a,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > li > a:hover,
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > li > a:focus,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > .active > a,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > .active > a,
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > .active > a:hover,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > .active > a:hover,
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > .active > a:focus,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > .disabled > a,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > .disabled > a,
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .xlbootstrap3 .subnavbar-instructor .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .xlbootstrap3 .navbar-instructor .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.xlbootstrap3 .subnavbar-instructor .navbar-link,
.xlbootstrap3 .navbar-instructor .navbar-link {
  color: #777777;
}
.xlbootstrap3 .subnavbar-instructor .navbar-link:hover,
.xlbootstrap3 .navbar-instructor .navbar-link:hover {
  color: #333333;
}
.xlbootstrap3 .subnavbar-instructor .btn-link,
.xlbootstrap3 .navbar-instructor .btn-link {
  color: #777777;
}
.xlbootstrap3 .subnavbar-instructor .btn-link:hover,
.xlbootstrap3 .navbar-instructor .btn-link:hover,
.xlbootstrap3 .subnavbar-instructor .btn-link:focus,
.xlbootstrap3 .navbar-instructor .btn-link:focus {
  color: #333333;
}
.xlbootstrap3 .subnavbar-instructor .btn-link[disabled]:hover,
.xlbootstrap3 .navbar-instructor .btn-link[disabled]:hover,
fieldset[disabled] .xlbootstrap3 .subnavbar-instructor .btn-link:hover,
fieldset[disabled] .xlbootstrap3 .navbar-instructor .btn-link:hover,
.xlbootstrap3 .subnavbar-instructor .btn-link[disabled]:focus,
.xlbootstrap3 .navbar-instructor .btn-link[disabled]:focus,
fieldset[disabled] .xlbootstrap3 .subnavbar-instructor .btn-link:focus,
fieldset[disabled] .xlbootstrap3 .navbar-instructor .btn-link:focus {
  color: #cccccc;
}
.xlbootstrap3 .subnav-instructor-links {
  padding-bottom: 20px;
}
.xlbootstrap3 .subnav-instructor-links h2 {
  font-size: 14px;
}
.xlbootstrap3 .subnav-instructor-links .group {
  display: inline-block;
}
.xlbootstrap3 .subnav-instructor-links .group + .group {
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}
.xlbootstrap3 .subnav-instructor-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xlbootstrap3 .subnav-instructor-links ul .caret {
  color: inherit;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:before,
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .subnav-instructor-links ul.columns:after {
  clear: both;
}
.xlbootstrap3 .subnav-instructor-links ul.columns > li {
  width: 50%;
  float: left;
}
.xlbootstrap3 .subnav-instructor-links .divider {
  border-left: 1px solid #e8e8e8;
}
.xlbootstrap3 .subnav-instructor-tabs {
  margin-top: -20px;
  background-color: #FCFCFC;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 19px;
}
.xlbootstrap3 .subnav-instructor-tabs > li {
  margin-top: -20px;
}
.xlbootstrap3 .sub-subnav-instructor-links {
  padding-bottom: 20px;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links:before,
.xlbootstrap3 .sub-subnav-instructor-links:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .sub-subnav-instructor-links:after {
  clear: both;
}
.xlbootstrap3 .sub-subnav-instructor-links h2 {
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap3 .sub-subnav-instructor-links .group {
  display: inline-block;
}
.xlbootstrap3 .sub-subnav-instructor-links .group + .group {
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}
.xlbootstrap3 .sub-subnav-instructor-links ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
  vertical-align: top;
}
.xlbootstrap3 .sub-subnav-instructor-links .caret {
  color: inherit;
}
.xlbootstrap3 .sub-subnav-instructor-tabs.nav-tabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 19px;
  margin-bottom: 20px;
  border-top: none;
}
.xlbootstrap3 .sub-subnav-instructor-tabs.nav-tabs > li > a > label {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.xlbootstrap3 .sub-subnav-instructor-tabs.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.xlbootstrap3 .sub-subnav-instructor-tabs.nav-tabs .open > a {
  background: transparent;
}
.xlbootstrap3 .sub-subnav-instructor-tabs.nav-tabs .open > a:hover,
.xlbootstrap3 .sub-subnav-instructor-tabs.nav-tabs .open > a:focus {
  background-color: transparent;
}
.xlbootstrap3 .subnav-export-tabs {
  background-color: #FCFCFC;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 19px;
  margin-bottom: 20px;
}
.xlbootstrap3 .subnavbar-item-analysis {
  border-radius: 0;
  min-height: 0;
  background-color: #e8e8e8;
  margin: 0;
  border: none;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: table;
  width: 100%;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container {
  display: table-row;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container a.pager,
.xlbootstrap3 .subnavbar-item-analysis .row-container div {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container a.pager {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background-color: #f0f0f0;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container a.pager i {
  padding: 0 10px;
  font-size: 20px;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container div {
  padding: 14px 19px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 5px #e8e8e8;
  width: 75%;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container div:nth-of-type(1n+2) {
  background-color: #e8e8e8;
  white-space: nowrap;
  width: auto;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container div:nth-of-type(1n+3) {
  padding-left: 0;
}
.xlbootstrap3 .subnavbar-item-analysis p {
  margin: 0;
}
.xlbootstrap3 .subnavbar-item-analysis span.span-left-div-border {
  display: inline-block;
  border-right: 1px solid #d0d0d0;
  padding-right: 18px;
}
.xlbootstrap3 .subnavbar-item-analysis span.span-right-div-border {
  display: inline-block;
  border-left: 1px solid #d0d0d0;
  padding-left: 18px;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container .student-navigation-student-info-container {
  box-shadow: none;
  width: 100%;
  text-align: center;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container .student-navigation-email-text-decoration-none {
  text-decoration: none;
  color: inherit;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container div.student-navigation-student-info-container.left-div-border {
  border-left: 1px solid #d0d0d0;
}
.xlbootstrap3 .subnavbar-item-analysis .row-container div.student-navigation-student-info-container.right-div-border {
  border-right: 1px solid #d0d0d0;
}
.xlbootstrap3 #calendar_new {
  width: 670px;
  float: left;
}
.xlbootstrap3 #calendar_newview tr.selected-week {
  border-top: 2px double #e8e8e8;
  border-left: 2px double #e8e8e8;
  border-right: 2px double #e8e8e8;
  border-bottom: 2px double #e8e8e8;
}
.xlbootstrap3 #calendar_newview thead tr {
  height: 40px;
  background-color: #e8e8e8;
  border: 1px solid #d4d4d4;
}
.xlbootstrap3 #calendar_newview tbody {
  border-collapse: collapse;
  border: 1px solid #d4d4d4;
}
.xlbootstrap3 #calendar_newview tbody tr.six-rows {
  height: 120px;
}
.xlbootstrap3 #calendar_newview tbody td.inactive {
  background-color: #fcfcfc;
  font-weight: normal;
}
.xlbootstrap3 #calendar_newview tbody tr.selected-week td.today {
  border: 1px double #f2c080;
}
.xlbootstrap3 #calendar_newview tbody td {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  width: 92px;
  height: 120px;
  vertical-align: top;
  padding: 2px;
  background-color: white;
}
.xlbootstrap3 #calendar_newview tbody td.today {
  background-color: #FFF;
  border: solid 1px #4d4d4d;
}
.xlbootstrap3 #calendar_newview tbody tr.five-rows {
  height: 120px;
}
.xlbootstrap3 #calendar_newview #toolTipBody {
  background-color: #FFF;
  border: 2px solid #e8e8e8;
  max-width: 600px;
  padding-left: 2px;
  padding-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.xlbootstrap3 #calendar_newview #toolTipBody .dayHeader {
  padding-bottom: 2px;
  float: left;
  padding-top: 3px;
  padding-left: 3px;
  height: 20px;
  padding-right: 3px;
}
.xlbootstrap3 #calendar_newview #toolTipBody div img {
  vertical-align: middle;
}
.xlbootstrap3 #calendar_newview #toolTipBody .itemRow {
  padding-bottom: 2px;
  float: right;
  padding-left: 3px;
  padding-top: 4px;
}
.xlbootstrap3 #calendar_newview .availableHeader {
  min-height: 16px;
}
.xlbootstrap3 #calendar_newview .dueHeader {
  min-height: 16px;
}
.xlbootstrap3 #calendar_newview div.day-label {
  text-align: center;
  font-size: 14px;
}
.xlbootstrap3 table#calendar_newview {
  width: 670px;
  vertical-align: top;
  height: 500px;
}
.xlbootstrap3 table#calendar_newview thead {
  height: 15px;
}
.xlbootstrap3 div.icon-six-rows {
  top: 15px;
  width: 90px;
}
.xlbootstrap3 div.icon-five-rows {
  top: 15px;
  width: 90px;
}
.xlbootstrap3 .page-assistance a + a {
  margin-left: 1em;
}
.xlbootstrap3 .page-assistance a.btn {
  margin-bottom: 10px;
}
.xlbootstrap3 .well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FCFCFC;
}
.xlbootstrap3 .well header h1,
.xlbootstrap3 .well header h2,
.xlbootstrap3 .well header h3,
.xlbootstrap3 .well header h4,
.xlbootstrap3 .well header h5,
.xlbootstrap3 .well header h6 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.xlbootstrap3 .well header h2 {
  padding-top: 0;
  padding-bottom: 0;
}
.xlbootstrap3 .well header .label {
  font-weight: normal;
}
.xlbootstrap3 .well header .well-assistance a {
  color: #047a9c;
}
.xlbootstrap3 .well > *:last-child {
  margin-bottom: 0;
}
.xlbootstrap3 .well ul {
  list-style-type: none;
  padding-left: 0;
}
.xlbootstrap3 .well.announcements {
  padding-bottom: 0;
}
.xlbootstrap3 .well.announcements header {
  margin: -20px -20px -1px;
}
.xlbootstrap3 .well.announcements header h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.xlbootstrap3 .well.announcements header a {
  color: #252525;
  line-height: 32px;
  text-decoration: none;
}
.xlbootstrap3 .well.announcements header a .fa {
  color: #989898;
  line-height: 32px;
}
.xlbootstrap3 .well.announcements header a .fa.fa-comment-o {
  color: #FFF;
  background-color: #047a9c;
  border: 1px solid #006a8d;
  padding: 0 8px;
  margin-right: 8px;
}
.xlbootstrap3 .well.announcements #announcementContainer {
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
}
.xlbootstrap3 .well.announcements #announcementContainer ol {
  padding-left: 25px;
  margin-bottom: 10px;
}
.xlbootstrap3 .well.announcements #announcementContainer #announcementList {
  padding-left: 0;
  list-style-type: none;
}
.xlbootstrap3 .well.announcements #announcementContainer #announcementList ul {
  padding-left: 25px;
  list-style-type: disc;
  margin-bottom: 10px;
}
.xlbootstrap3 .well.announcements #announcementContainer #announcementList div.content p {
  margin: 0px;
}
.xlbootstrap3 .well.announcements #announcementContainer .annoucement {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.xlbootstrap3 .well.announcements #announcementContainer .annoucement p {
  margin: 0 0 0 5em;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 .well.announcements #announcementContainer .annoucement time {
  position: absolute;
  top: 0;
  left: 0;
  color: #999999;
}
.xlbootstrap3 .well.announcements #announcementContainer .annoucement div {
  margin: 0 0 0 5em;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.xlbootstrap3 .well.announcements #announcementContainer .annoucement .truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
.xlbootstrap3 .well.announcements.announcementpage.backbuttontop {
  text-align: right;
  padding-right: 40px;
  border: none;
  margin: 0px;
  padding-bottom: 15px;
  background-color: white;
}
.xlbootstrap3 .well.announcements.announcementpage.backbuttonbottom {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 0px;
  border: none;
  background-color: white;
}
.xlbootstrap3 .well.announcements.announcementpage.section {
  border: none;
  background-color: white;
  margin-top: 0px;
}
.xlbootstrap3 .well.announcements.announcementpage #InstructorAnnouncements {
  border: none;
  background-color: white;
  margin-top: 0px;
}
.xlbootstrap3 .well.announcements.announcementpage.topheader {
  border: none;
  background-color: white;
  margin-top: 0px;
  padding-top: 0px;
}
.xlbootstrap3 .well.announcements.announcementpage.publisherannouncement.topcontainer {
  padding-bottom: 30px;
  border: none;
  background-color: white;
}
.xlbootstrap3 .well.announcements.announcementpage.publisherannouncement.titlecontainer {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 30px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .well.announcements.announcementpage.publisherannouncement #imagecontainer {
  float: left;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.xlbootstrap3 .well.announcements.announcementpage.publisherannouncement.image {
  padding-left: 10px;
  vertical-align: middle;
}
.xlbootstrap3 .well.announcements #announcementPageContainer {
  border: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.xlbootstrap3 .well.announcements #announcementPageContainer a {
  font-weight: normal;
  text-decoration: none;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li p {
  margin: 0 0 0 50px;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li p ul {
  margin-left: 50px;
  list-style-type: disc;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li h1,
.xlbootstrap3 .well.announcements #announcementPageContainer li h2,
.xlbootstrap3 .well.announcements #announcementPageContainer li h3,
.xlbootstrap3 .well.announcements #announcementPageContainer li h4,
.xlbootstrap3 .well.announcements #announcementPageContainer li h5,
.xlbootstrap3 .well.announcements #announcementPageContainer li h6 {
  margin: 0 0 0 50px;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li time {
  position: absolute;
  top: 0;
  left: 0;
  color: #6a7070;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li div {
  margin: 0 0 0 50px;
  text-overflow: ellipsis;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li #divContent ul {
  margin-left: 70px;
  list-style-type: disc;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li #divContent ol {
  margin-left: 30px;
  list-style-type: decimal;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li #divContent li {
  border-bottom: none;
  margin: 0;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li .truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
.xlbootstrap3 .well.announcements #announcementPageContainer li.no-border-bottom {
  border-bottom: none;
}
.xlbootstrap3 .well.announcementsheader {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .well.announcementstopheader {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  height: 30px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .well.next-work {
  border-color: #C7E8F3;
  border-top: 3px solid #3F9EBE;
  background-color: #FBFDFF;
}
.xlbootstrap3 .well.next-work li {
  color: #047a9c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*xl-7918*/
  /*xl-7918*/
  /*xl-7918*/
}
.xlbootstrap3 .well.next-work li .fa {
  font-size: 12px;
  color: #4999B2;
  padding-right: 6px;
}
.xlbootstrap3 .well.next-work li.list-common {
  margin-top: 5px;
}
.xlbootstrap3 .well.next-work li span.icon-common {
  padding-left: 1px;
  position: absolute;
}
.xlbootstrap3 .well.next-work li span.content-common {
  margin-left: 26px;
  color: #252525;
}
.xlbootstrap3 .well.next-work li a.content-common {
  margin-left: 26px;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages:before,
.xlbootstrap3 .well.publisher-messages:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .well.publisher-messages:after {
  clear: both;
}
.xlbootstrap3 .well.publisher-messages img {
  border: 1px solid #999;
  float: right;
  margin: 0 0 12px 12px;
}
.xlbootstrap3 .well.overall-score {
  padding-bottom: 0;
  background-color: #FFF;
}
.xlbootstrap3 .well.overall-score header {
  margin: -20px -20px -1px;
  padding: 0 19px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #e0e0e0;
}
.xlbootstrap3 .well.overall-score header h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.xlbootstrap3 .well.overall-score header a {
  color: #252525;
  line-height: 32px;
  text-decoration: none;
}
.xlbootstrap3 .well.homework {
  background-color: transparent;
}
.xlbootstrap3 .well.homework .homework-reminders h3 {
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
  text-shadow: none;
}
.xlbootstrap3 .well.homework .homework-reminders h3:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.xlbootstrap3 .well.homework .homework-reminders p {
  margin: 0;
}
@media (min-width: 768px) {
  .xlbootstrap3 .well.homework .homework-reminders {
    margin-top: -20px;
  }
}
.xlbootstrap3 .well.ready-to-start {
  background-color: transparent;
}
.xlbootstrap3 .well.ready-to-start .test-reminders h3 {
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
}
.xlbootstrap3 .well.ready-to-start .test-reminders h3:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.xlbootstrap3 .well.ready-to-start .test-reminders p {
  margin: 0;
}
.xlbootstrap3 .well.ready-to-start .check-your-browser h2 {
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap3 .well.ready-to-start .check-your-browser ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .well.ready-to-start .test-reminders {
    margin-top: -20px;
  }
}
.xlbootstrap3 .well.browser-check-popup h2 {
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap3 .well.browser-check-popup h2 + ul {
  margin-top: -10px;
  list-style-type: disc;
  padding-left: 20px;
}
.xlbootstrap3 .well.browser-check-popup object {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #707070;
  background: #a6a6a6 url("/images/plugin.png") center center no-repeat;
}
.xlbootstrap3 .well.browser-check-popup,
.xlbootstrap3 .well.error {
  background-color: transparent;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.xlbootstrap3 .well.browser-check-popup tr.missing-componenet,
.xlbootstrap3 .well.error tr.missing-componenet {
  color: #B9204C;
}
.xlbootstrap3 .well.browser-check-popup tr.collapse td,
.xlbootstrap3 .well.error tr.collapse td,
.xlbootstrap3 .well.browser-check-popup tr.collapsing td,
.xlbootstrap3 .well.error tr.collapsing td {
  padding-left: 23px;
}
.xlbootstrap3 .well.browser-check-popup tr.collapse.in,
.xlbootstrap3 .well.error tr.collapse.in {
  display: table-row;
}
.xlbootstrap3 .well.browser-check-popup td:nth-of-type(even),
.xlbootstrap3 .well.error td:nth-of-type(even) {
  text-align: center;
}
.xlbootstrap3 .well.browser-check-popup a .fa,
.xlbootstrap3 .well.error a .fa {
  color: #6F6F6F;
}
.xlbootstrap3 .well.browser-check-popup .fa-check,
.xlbootstrap3 .well.error .fa-check {
  color: #369B5C;
}
.xlbootstrap3 .well.browser-check-popup table h3,
.xlbootstrap3 .well.error table h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.xlbootstrap3 .well.browser-check-popup .help-links,
.xlbootstrap3 .well.error .help-links {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e0e0e0;
}
.xlbootstrap3 .well.browser-check-popup .help-links li,
.xlbootstrap3 .well.error .help-links li {
  display: inline;
}
.xlbootstrap3 .well.browser-check-popup .help-links li:nth-of-type(1n+2):before,
.xlbootstrap3 .well.error .help-links li:nth-of-type(1n+2):before {
  content: "|";
  color: #979797;
  padding: 0 1em;
}
.xlbootstrap3 .well.browser-check-popup .help-links-without-border,
.xlbootstrap3 .well.error .help-links-without-border {
  margin-bottom: 20px;
  padding-bottom: 19px;
}
.xlbootstrap3 .well.browser-check-popup .help-links-without-border li,
.xlbootstrap3 .well.error .help-links-without-border li {
  display: inline;
}
.xlbootstrap3 .well.browser-check-popup .help-links-without-border li:nth-of-type(1n+2):before,
.xlbootstrap3 .well.error .help-links-without-border li:nth-of-type(1n+2):before {
  content: "|";
  color: #979797;
  padding: 0 1em;
}
.xlbootstrap3 .well.proctored-test {
  background-color: transparent;
}
.xlbootstrap3 .well.proctored-test h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .well.proctored-test h2 .fa.fa-lock {
  margin-right: 0.25em;
  font-size: 20px;
  vertical-align: middle;
  color: #047a9c;
}
.xlbootstrap3 .well.objectives {
  background-color: #FFF;
}
.xlbootstrap3 .well.objectives header {
  position: relative;
  margin: -19px -19px 19px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f8f8;
}
.xlbootstrap3 .well.objectives header h4 {
  font-weight: normal;
  margin-bottom: 0;
}
.xlbootstrap3 .well.objectives header h4 span {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 10px;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
}
.xlbootstrap3 .well.objectives header h4 span i {
  font-size: 18px;
  height: 39;
  margin-right: 0;
}
.xlbootstrap3 .well.objectives header h4.study-first span {
  background-color: #EC6A29;
}
.xlbootstrap3 .well.objectives header h4.additonal-ojbectives span {
  background-color: #9265C7;
}
.xlbootstrap3 .well.objectives header .controls {
  position: absolute;
  display: block;
  top: 0;
  right: 10px;
  line-height: 36px;
}
.xlbootstrap3 .well.objectives h3 {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 0 20px 0;
}
.xlbootstrap3 .well.objectives.collapsable {
  padding-bottom: 0;
}
.xlbootstrap3 .well.objectives.collapsable header {
  margin-bottom: 0;
}
.xlbootstrap3 .well.objectives.collapsable .inner {
  padding: 19px 0;
}
.xlbootstrap3 .well.class-performance {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top-width: 2px;
}
.xlbootstrap3 .well.class-performance header h2 {
  margin-bottom: 0;
}
.xlbootstrap3 .well.class-performance header h2 a {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap3 .well.class-performance header p {
  margin: 0;
}
.xlbootstrap3 .well.change-score-tips {
  padding-bottom: 0;
  background-color: #FFF;
  border-left-width: 0;
  border-right-width: 0;
}
.xlbootstrap3 .well.change-score-tips header {
  margin: -20px -20px -1px;
  padding: 0 19px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #e0e0e0;
}
.xlbootstrap3 .well.change-score-tips header h1 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.xlbootstrap3 .well.change-score-tips header a {
  color: #252525;
  line-height: 32px;
  text-decoration: none;
}
.xlbootstrap3 .well.change-score-tips ul {
  list-style: disc;
  margin: 15px 0 15px 1em;
}
.xlbootstrap3 .well.problematic-questions {
  border: 1px solid #e0e0e0;
  margin-left: 15px;
  width: 900px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.xlbootstrap3 .well.problematic-questions.add-margin-top {
  margin-top: 20px;
}
.xlbootstrap3 .well.problematic-questions .question-id-div {
  width: 100px;
  float: left;
}
.xlbootstrap3 .well.problematic-questions .objective-text-div {
  float: left;
  white-space: normal;
  width: 500px;
}
.xlbootstrap3 .well.problematic-questions .sb-objective-text-div {
  float: left;
  white-space: normal;
  width: 600px;
}
.xlbootstrap3 .well.problematic-questions .student-count-div {
  width: 100px;
  float: left;
  text-align: center;
}
.xlbootstrap3 .well.problematic-questions .email-div {
  width: 200px;
  float: left;
  text-align: left;
}
.xlbootstrap3 .well.problematic-questions .header-text {
  font-weight: bold;
}
.xlbootstrap3 .well.problematic-questions .header-text1 {
  width: 600px;
  float: left;
}
.xlbootstrap3 .well.problematic-questions .header-text2 {
  width: 100px;
  float: left;
  text-align: center;
}
.xlbootstrap3 .well.problematic-questions .header-text3 {
  width: 200px;
  float: left;
  text-align: left;
}
.xlbootstrap3 .popup .well.homework {
  border: none;
  padding: 0;
  font-size: 12px;
}
.xlbootstrap3 .calendar-carousel {
  margin-bottom: 20px;
}
.xlbootstrap3 .calendar-carousel header h2 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.xlbootstrap3 .calendar-carousel header time {
  display: block;
  text-align: right;
  color: #252525;
  font-size: 12px;
  padding-top: 2px;
}
.xlbootstrap3 .calendar-carousel .fa {
  color: #686868;
}
.xlbootstrap3 .calendar-carousel .carousel {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row {
  display: table-row;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a {
  display: table-cell;
  color: #252525;
  text-decoration: none;
  padding: 12px;
  text-align: left;
  vertical-align: top;
  background-color: #FCFCFC;
  border: 1px solid #D0D0D0;
  border-right: none;
  width: 14.29%;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a:focus {
  outline: 2px solid #047a9c;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a:hover,
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a.current-date {
  border-color: #707070;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a:hover + a,
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a.current-date + a,
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a:hover + .calnav,
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a.current-date + .calnav {
  border-left: 1px solid #707070;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a.calnav {
  width: auto;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
  padding: 12px 6px;
  border: 1px solid #D0D0D0;
  border-right: none;
  background-color: #F0F0F0;
  color: #252525;
}
.xlbootstrap3 .calendar-carousel .carousel .carousel-row > a.calnav:last-child {
  border-right: 1px solid #D0D0D0;
}
.xlbootstrap3 .calendar-carousel .carousel ul {
  list-style-type: none;
  padding: 0;
}
.xlbootstrap3 .calendar-carousel .carousel ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.xlbootstrap3 .calendar-carousel .carousel time {
  display: block;
  text-align: right;
}
.xlbootstrap3 .calendar-carousel .carousel time em {
  float: left;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
}
.xlbootstrap3 .calendar-carousel .popover {
  border-radius: 0;
}
.xlbootstrap3 .calendar-carousel .popover-content {
  max-height: 350px;
  overflow-y: auto;
}
.xlbootstrap3 .calendar-carousel dl {
  margin-bottom: 0;
}
.xlbootstrap3 .calendar-carousel dt i {
  bottom: 3px;
}
.xlbootstrap3 .calendar-carousel dd i {
  top: 3px;
}
.xlbootstrap3 .calendar-carousel dt,
.xlbootstrap3 .calendar-carousel dd {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1.5em;
}
.xlbootstrap3 .calendar-carousel dt i,
.xlbootstrap3 .calendar-carousel dd i {
  position: absolute;
  left: 0;
  bottom: 3px;
}
.xlbootstrap3 .calendar-carousel dd + dt {
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
  padding-top: 12px;
}
.xlbootstrap3 .no-calendar-carousel {
  margin-bottom: 20px;
}
.xlbootstrap3 .no-calendar-carousel h2#month {
  font-size: 14px;
  font-weight: 600;
  border: none;
  margin-top: 2px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel h2#month {
    letter-spacing: 0.01em;
  }
}
.xlbootstrap3 .no-calendar-carousel h3#month {
  font-size: 14px;
  font-weight: 600;
  border: none;
  margin-top: 3px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel h3#month {
    letter-spacing: 0.01em;
  }
}
.xlbootstrap3 .no-calendar-carousel a#today {
  margin-top: 2px;
  margin-left: 10px;
}
.xlbootstrap3 .no-calendar-carousel .actions {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  justify-content: space-between;
  margin-bottom: 15px;
}
.xlbootstrap3 .no-calendar-carousel .actions .sp-right-12 {
  margin-right: 12px;
}
.xlbootstrap3 .no-calendar-carousel .actions .smallest {
  display: none;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .actions {
    padding-bottom: 15px;
  }
  .xlbootstrap3 .no-calendar-carousel .actions .largest {
    display: none;
  }
  .xlbootstrap3 .no-calendar-carousel .actions .smallest {
    display: block !important;
    margin-top: 3px;
  }
  .xlbootstrap3 .no-calendar-carousel .actions .calendarFilter {
    line-height: 16px;
  }
  .xlbootstrap3 .no-calendar-carousel .actions .native-select {
    width: 100px;
    background-position: 70px 5px;
  }
}
.xlbootstrap3 .no-calendar-carousel label.calendarFilter {
  font-weight: 400;
  margin-right: 8px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel label.calendarFilter {
    margin-top: 7px;
  }
}
.xlbootstrap3 .no-calendar-carousel .left-actions {
  display: flex;
  margin-right: 12px;
  margin-top: 6px;
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .no-calendar-carousel .left-actions {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .left-actions {
    margin-right: 0;
  }
}
.xlbootstrap3 .no-calendar-carousel .day-view-container {
  width: 100%;
  margin-bottom: 50px;
}
.xlbootstrap3 .no-calendar-carousel .day-view-container div.day-view-day {
  border-bottom: 2px solid #12b2a6;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 8px;
  position: relative;
}
.xlbootstrap3 .no-calendar-carousel .day-view-container div.day-view-day.gray-border {
  border-bottom: 2px solid #e9e9e9;
}
.xlbootstrap3 .no-calendar-carousel .day-view-container span.day-view-date {
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  top: 28px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .day-view-container {
    margin-top: -15px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 38px;
  margin-bottom: 23px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container a.calendar-time-tasks {
  font-size: 14px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container a.calendar-time-tasks img {
  margin-right: 8px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container a.calendar-time-tasks i {
  font-size: 16px;
  margin-right: 5px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container.no-assignments h4 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container {
    margin-top: 20px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-time {
  width: 6%;
  height: 50px;
  border-right: 1px solid#e9e9e9;
  padding: 5px 14px 20px 0;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-time {
    width: 10%;
    height: 105px;
  }
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-time {
    width: 20%;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-time {
    width: 30%;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-time .dupe-time,
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-time .hide-time {
  visibility: hidden;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .accMeta-data-container {
  width: 94%;
  margin-top: -10px;
  padding-top: 10px;
  padding-left: 15px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container {
  padding-left: 15px;
  margin-top: -26px;
  width: 94%;
  padding-top: 10px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-01 h3 {
  font-size: 14px;
  font-weight: 600;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-01 h3 .calendar-icon-quiz {
  padding-right: 3px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container h4 {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -6px;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 {
    flex-wrap: wrap;
    min-width: 180px;
    margin-top: 5px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 button.icon-btns {
  margin-right: 15px;
  margin-top: -5px;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 button.icon-btns {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 button.icon-btns {
    position: absolute;
    margin-left: 120px;
    margin-top: 34px;
  }
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 button.icon-btns.study-plan {
    margin-top: -5px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement {
  max-width: 99%;
  text-overflow: ellipses;
  width: 99%;
  display: inline-block;
  font-size: 12px;
  text-transform: normal;
  display: flex;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement .dv-meta-announcement-btn {
  margin-right: 2px;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement .dv-meta-announcement-btn {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement .dv-meta-announcement-btn {
    margin-left: 175px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement {
    flex-wrap: wrap;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement p.announcement-hed {
  max-width: 99%;
  text-overflow: ellipsis;
  width: 99%;
  display: inline-block;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement p.announcement-hed {
    width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-announcement p.announcement-hed {
    width: 170px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-01 {
  font-size: 12px;
  text-transform: uppercase;
  width: 50%;
  min-width: 50%;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-01 {
    width: 40%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-01 {
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container {
  display: flex;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container {
    margin-top: -20px;
    margin-left: 200px;
  }
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container {
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container .metadata-01 {
  display: inline-block;
  min-width: 68px;
  width: 68px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container .metadata-01 {
    display: normal;
    width: 220px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container .metadata-02 {
  display: inline-block;
  min-width: 113px;
  width: 113px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container .metadata-02 {
    display: normal;
    width: 220px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container .metadata-03 {
  display: inline-block;
  min-width: 113px;
  width: 113px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container .metadata-03 {
    display: normal;
    width: auto;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container p {
  display: inline-block;
  font-size: 12px;
  margin-right: 280px;
  white-space: nowrap;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container p {
    display: normal;
    width: 220px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -3px;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container ul {
    margin-top: -7px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container ul li {
  display: inline;
  font-size: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container ul li {
    display: block;
    padding: 3px;
    margin: 0;
    margin-left: -4px;
    margin-top: -3px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 .dv-meta-container ul li :last-child {
  margin-right: 0;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .dv-row-02 button#lc-session-progress-btn {
  width: 193px;
  height: 32px;
  border-radius: 2px;
  font-weight: 600;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .announcement-accordion-panel p.announcement-text {
  font-size: 12px;
  margin-top: -10px;
  display: inline-block;
  width: 95%;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel {
  margin: 0;
  padding: 0;
  display: none;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel a {
  font-size: 12px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel ul li {
  list-style: none;
  margin-top: -5px;
  line-height: 28px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel ul li svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel li {
  margin-left: -40px;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel h4 {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel {
    max-width: 170px;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel .improvement-well {
  display: flex;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel .improvement-well {
    flex-wrap: wrap;
  }
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel .improvement-well h5 {
  font-size: 12px;
  font-weight: 600;
}
.xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel .improvement-well .improvement-well-module {
  width: 50%;
  margin-right: 15px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .dv-container .dv-data-container .accordion-panel .improvement-well .improvement-well-module {
    width: 170px;
  }
}
.xlbootstrap3 .no-calendar-carousel .fa {
  color: #686868;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row {
  display: table-row;
  max-height: 106px;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > p {
  display: table-cell;
  color: #252525;
  text-decoration: none;
  padding: 0 10px 7px 10px;
  text-align: left;
  vertical-align: top;
  background-color: #FCFCFC;
  width: 14.29%;
  background-color: transparent;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a {
  display: table-cell;
  color: #252525;
  text-decoration: none;
  padding: 10px 10px 0 10px;
  text-align: left;
  vertical-align: top;
  background-color: #f9f9f9;
  border: 2px solid #D0D0D0;
  border-top: 1px #FCFCFC;
  border-right: 4px solid #fff;
  border-bottom: 1px solid #FCFCFC;
  border-left: 2px solid #fff;
  width: 14.29%;
  min-height: 70px;
  height: 90px;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a:focus {
  outline: 2px solid #047a9c;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a:hover,
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.current-date {
  background-color: #fff;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a:hover + a,
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.current-date + a {
  border-left: 1px solid #707070;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.inactive-date {
  background-color: rgba(249, 249, 249, 0.3);
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow :nth-child(n+5) span {
  display: none !important;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow ul.assignment-overflow {
  list-style-type: none;
  padding: 0;
  padding-bottom: 0 !important;
  overflow: hidden;
  max-height: 20px;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow ul.assignment-overflow li {
  display: inline-block;
  margin-right: 0.5em;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p {
  display: block;
  text-align: left;
  left: 0;
  top: 20px;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p[data-calc-xl]::after {
  content: attr(data-calc-xl);
}
@media only screen and (max-width: 994px) {
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow :nth-child(n+4) span {
    display: none !important;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p[data-calc-md]::after {
    content: attr(data-calc-md);
  }
}
@media only screen and (max-width: 820px) {
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow :nth-child(n+3) span {
    display: none !important;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow ul.assignment-overflow {
    max-height: 20px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p[data-calc-sm]::after {
    content: attr(data-calc-sm);
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p {
    line-height: 16px;
  }
}
@media only screen and (max-width: 562px) {
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow :nth-child(n+3) span {
    display: none !important;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow ul.assignment-overflow {
    max-height: 40px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p {
    line-height: 16px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p[data-calc-xs]::after {
    content: attr(data-calc-xs);
  }
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow :nth-child(n+3) span {
    display: none !important;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow ul.assignment-overflow {
    max-height: 40px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.assignment-overflow p[data-calc-xs]::after {
    content: attr(data-calc-xs);
  }
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a.current-date {
  border-top: 2px solid #12b2a6 !important;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row.add-week > a {
  border-top: 2px solid #D0D0D0;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row.last-week > a {
  border-bottom: 0;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel ul {
  list-style-type: none;
  padding: 0;
  padding-bottom: 0 !important;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel ul li {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: text-top;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel time {
  display: block;
  text-align: left;
  font-weight: 600;
  color: #252525;
  padding-bottom: 10px;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel time em {
  float: left;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #737373;
}
.xlbootstrap3 .no-calendar-carousel .no-carousel time.inactive-date {
  font-weight: 400;
}
.xlbootstrap3 .no-calendar-carousel .popover {
  border-radius: 0;
}
.xlbootstrap3 .no-calendar-carousel dl {
  margin-bottom: 0;
}
.xlbootstrap3 .no-calendar-carousel dt,
.xlbootstrap3 .no-calendar-carousel dd {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1.5em;
}
.xlbootstrap3 .no-calendar-carousel dt i,
.xlbootstrap3 .no-calendar-carousel dd i {
  position: absolute;
  left: 0;
  bottom: 3px;
}
.xlbootstrap3 .no-calendar-carousel dd + dt {
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
  padding-top: 12px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .no-calendar-carousel .calendar-container .actions {
    margin-bottom: 12px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > p {
    width: 10% !important;
    padding: 2px;
    line-height: 0;
    margin-top: 10px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > p em {
    font-size: 11px;
    font-weight: 400;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a {
    width: 5% !important;
    border: 2px solid #D0D0D0;
    border-top: 1px #FCFCFC;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #fff;
    padding: 2px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row > a .calendar-icon-check {
    width: 10px;
    height: 10px;
  }
  .xlbootstrap3 .no-calendar-carousel .no-carousel .no-carousel-row time {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 7px;
    letter-spacing: -1;
  }
}
.xlbootstrap3 .cal-lists {
  /*h4*/
}
.xlbootstrap3 .cal-lists:first-child {
  margin-top: -15px;
}
.xlbootstrap3 .cal-lists .zero-state-h3 {
  margin-top: 0;
}
.xlbootstrap3 .cal-lists .zero-state {
  display: inline-block;
  white-space: nowrap;
  margin-top: -30px;
}
.xlbootstrap3 .cal-lists .zero-state h3 {
  border: none;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-top: -3px;
}
.xlbootstrap3 .cal-lists .zero-state h3.last {
  margin-top: -30px;
}
.xlbootstrap3 .cal-lists .zero-state span {
  font-weight: 100;
  font-style: italic;
  padding: 20px;
  color: #6A7070;
}
@media only screen and (max-width: 400px) {
  .xlbootstrap3 .cal-lists .zero-state span {
    font-size: 10px;
  }
}
.xlbootstrap3 .cal-lists .zero-state span.calendar-icon-clock {
  padding: 0px 0px 0px 5px !important;
}
@media only screen and (max-width: 535px) {
  .xlbootstrap3 .cal-lists .zero-state .zero-state {
    display: block;
    padding-left: 0;
    white-space: wrap;
    line-height: 0.2;
  }
}
.xlbootstrap3 .cal-lists h4 {
  /*accordion-btn*/
}
.xlbootstrap3 .cal-lists h4.assignment-h4 {
  margin-top: -10px;
}
.xlbootstrap3 .cal-lists h4 .accordion-btn {
  display: flex;
  background: transparent;
  border: none;
  border-bottom: 1px solid#e9e9e9;
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  overflow: hidden !important;
}
.xlbootstrap3 .cal-lists h4 .accordion-btn button {
  display: flex;
}
.xlbootstrap3 .cal-lists h4 .accordion-btn > .open-state,
.xlbootstrap3 .cal-lists h4 .accordion-btn .close-state {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  fill: #707070;
  margin-top: -10px !important;
  margin-left: 8px !important;
  margin: 0;
  padding: 0;
}
.xlbootstrap3 .cal-lists h4 .accordion-btn > .open-state svg,
.xlbootstrap3 .cal-lists h4 .accordion-btn .close-state svg {
  border-bottom: none;
  overflow: hidden;
}
.xlbootstrap3 .cal-lists h4 .accordion-btn .calendar-icon-clock i.fa.fa-clock-o {
  color: black;
  font-size: 20px;
  margin-left: 5px;
}
.xlbootstrap3 .cal-lists h4 .accordion-btn span.calendar-icon-clock.zero-state {
  display: none;
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .cal-lists {
    margin-top: -20px;
  }
}
.xlbootstrap3 .cal-lists .accordion-panel {
  margin-top: -10px;
}
.xlbootstrap3 .cal-lists .accordion-panel .icon-btns {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  flex: none;
}
.xlbootstrap3 .cal-lists .accordion-panel .icon-btns-right {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  flex: none;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 400px) {
  .xlbootstrap3 .cal-lists .accordion-panel .icon-btns-right {
    margin-top: -7px !important;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accordion-panel .icon-btns-right {
    margin-top: -7px !important;
  }
}
.xlbootstrap3 .cal-lists .accMeta-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.xlbootstrap3 .cal-lists .accMeta-container span.assignment-title {
  margin-left: -3px;
  vertical-align: middle;
}
.xlbootstrap3 .cal-lists .accMeta-container span.assignment-title .quiz {
  padding-left: 1px;
}
.xlbootstrap3 .cal-lists .accMeta-container span.announcement-title {
  margin-left: -3px;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel {
  margin: 0;
  padding: 0;
  display: none;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel a {
  font-size: 12px;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel ul li {
  list-style: none;
  margin-top: -5px;
  line-height: 28px;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel ul li svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel li {
  margin-left: -40px;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel h4 {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-container .accordion-panel {
    max-width: 170px;
  }
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel .improvement-well {
  display: flex;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-container .accordion-panel .improvement-well {
    flex-wrap: wrap;
  }
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel .improvement-well h5 {
  font-size: 12px;
  font-weight: 600;
}
.xlbootstrap3 .cal-lists .accMeta-container .accordion-panel .improvement-well .improvement-well-module {
  width: 50%;
  margin-right: 15px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-container .accordion-panel .improvement-well .improvement-well-module {
    width: 170px;
  }
}
.xlbootstrap3 .cal-lists .accMeta-container .announcement-overflow {
  height: 20px;
  overflow: hidden;
}
.xlbootstrap3 .cal-lists .accMeta-container .button-announcement-accordion {
  margin-top: 7px !important;
}
.xlbootstrap3 .cal-lists .accMeta-container.announcement {
  height: 70px;
}
.xlbootstrap3 .cal-lists .accMeta-container.announcement .accMeta-row-01 {
  overflow: visible !important;
}
.xlbootstrap3 .cal-lists .accMeta-container.announcement .accMeta-meta-announcement {
  display: flex;
  flex-direction: row;
}
.xlbootstrap3 .cal-lists .accMeta-container.announcement .accMeta-data-container {
  display: flex;
  flex-direction: column !important;
  height: 70px;
}
.xlbootstrap3 .cal-lists .accMeta-container.announcement p.announcement-hed {
  min-width: calc(80%);
  font-size: 12px;
  margin-left: -12px;
  margin-top: 2px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.xlbootstrap3 .cal-lists .accMeta-container.announcement p.announcement-text {
  font-size: 12px;
  margin-left: -12px;
}
@media only screen and (max-width: 1327px) {
  .xlbootstrap3 .cal-lists .accMeta-container.announcement {
    height: 50px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1118px) {
  .xlbootstrap3 .cal-lists .accMeta-container.announcement p.announcement-hed {
    margin-left: 5px;
  }
  .xlbootstrap3 .cal-lists .accMeta-container.announcement p.announcement-text {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-container.announcement .accMeta-meta-announcement {
    display: flex;
    flex-direction: row;
    width: calc(96%);
  }
}
.xlbootstrap3 .cal-lists .accMeta-container li.accMetadata-00,
.xlbootstrap3 .cal-lists .accMeta-container li.accMetadata-05 {
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .xlbootstrap3 .cal-lists .accMeta-container {
    flex-wrap: nowrap;
    flex: 1 2 auto;
  }
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .cal-lists .accMeta-container {
    flex: 1 1 auto;
  }
}
.xlbootstrap3 .cal-lists .accMeta-container.new-date {
  border-top: 1px solid #e9e9e9;
}
.xlbootstrap3 .cal-lists .accMeta-container .zero-state {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  padding: 20px;
}
.xlbootstrap3 .cal-lists .accMeta-container img {
  margin-left: 0;
  margin-right: 8px;
}
.xlbootstrap3 .cal-lists .accMeta-date {
  width: 60px;
  min-height: 42px;
  border-right: 1px solid #e9e9e9;
  padding: 2px 4px 8px 2px;
  text-align: center;
  font-weight: 100;
  display: block;
  flex: none;
}
@media only screen and (max-width: 1120px) {
  .xlbootstrap3 .cal-lists .accMeta-date {
    width: 55px;
  }
}
.xlbootstrap3 .cal-lists .accMeta-date .accMeta-month {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.xlbootstrap3 .cal-lists .accMeta-date .accMeta-day {
  font-size: 15px;
  display: block;
}
.xlbootstrap3 .cal-lists .accMeta-date.longer-day-text {
  width: 100px;
}
.xlbootstrap3 .cal-lists .accMeta-accordion-container {
  display: flex;
  flex-direction: row;
  margin-right: -10px;
  flex: 2 1 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 760px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    flex: 1 1 auto;
    width: calc(520px);
  }
}
@media only screen and (max-width: 650px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(460px);
  }
}
@media only screen and (max-width: 590px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(400px);
  }
}
@media only screen and (max-width: 500px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(350px);
  }
}
@media only screen and (max-width: 468px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(300px);
  }
}
@media only screen and (max-width: 428px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(240px);
  }
}
@media only screen and (max-width: 360px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(205px);
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-accordion-container {
    width: calc(180px);
  }
}
.xlbootstrap3 .cal-lists .accMeta-data-container {
  display: flex;
  flex-direction: row !important;
  flex-basis: 100%;
  justify-content: space-between;
  padding-top: 12px;
  padding-left: 18px;
  /*@media only screen and (max-width: 760px) {
            flex: 1 1 auto;
            width: calc(620px - 100%);
        }

        @media only screen and (max-width: 650px) {
            width: calc(560px - 100%);
        }

        @media only screen and (max-width: 590px) {
            width: calc(500px - 100%);
        }

        @media only screen and (max-width: 500px) {
            width: calc(450px - 100%);
        }

        @media only screen and (max-width: 428px) {
            width: calc(340px - 100%);
        }

        @media only screen and (max-width: 360px) {
            width: calc(270px - 100%);
        }

        @media only screen and (max-width: 320px) {
            width: calc(220px - 100%);
        }

        .flex-acc-parent {
            display: flex;
            flex-direction: column;
            width: 100%;
        }*/
  width: 100%;
  max-width: calc(100% - 60px);
}
.xlbootstrap3 .cal-lists .accMeta-data-container .flex-acc-parent {
  display: flex;
  flex-direction: column;
  width: calc(100% - 24px - 12px);
}
@media only screen and (max-width: 768px) {
  .xlbootstrap3 .cal-lists .accMeta-data-container.longer-day-text {
    margin-top: 0;
    max-width: calc(80%);
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-data-container.longer-day-text {
    max-width: calc(68%);
  }
}
.xlbootstrap3 .cal-lists .accMeta-data-container-announcement {
  width: 94%;
  padding-top: 10px;
  padding-left: 15px;
  margin-top: -10px;
}
.xlbootstrap3 .cal-lists .accMeta-row-01 {
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 400px;
  width: calc(360px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1120px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    flex-wrap: wrap !important;
  }
}
@media only screen and (max-width: 760px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    flex: 1 1 auto;
    width: calc(520px);
  }
}
@media only screen and (max-width: 650px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    width: calc(460px);
  }
}
@media only screen and (max-width: 590px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    width: calc(400px);
  }
}
@media only screen and (max-width: 500px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    width: calc(350px);
  }
}
@media only screen and (max-width: 360px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    width: calc(170px);
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01 {
    width: calc(120px);
  }
}
.xlbootstrap3 .cal-lists .accMeta-row-01 h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 .cal-lists .accMeta-row-01 h4 > a.inactive-assignment:link,
.xlbootstrap3 .cal-lists .accMeta-row-01 h4 > a.inactive-assignment:visited,
.xlbootstrap3 .cal-lists .accMeta-row-01 h4 > a.inactive-assignment:hover,
.xlbootstrap3 .cal-lists .accMeta-row-01 h4 > a.inactive-assignment:active {
  text-decoration: none;
  color: #252525;
  cursor: default;
}
.xlbootstrap3 .cal-lists .accMeta-row-01-announcement h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accMeta-row-01-announcement h4 {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
  }
}
.xlbootstrap3 .cal-lists .accMeta-row-02 {
  flex-basis: 2;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex-basis: 600px;
  flex-shrink: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 1120px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02 {
    margin: 2px 0 0 -5px;
  }
}
@media only screen and (max-width: 760px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02 {
    flex: 1 1 auto;
    width: calc(520px);
  }
}
@media only screen and (max-width: 650px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02 {
    width: calc(460px);
  }
}
@media only screen and (max-width: 590px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02 {
    width: calc(400px);
  }
}
@media only screen and (max-width: 500px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02 {
    width: calc(350px);
  }
}
.xlbootstrap3 .cal-lists .accMeta-row-02 .accMeta-meta-divcontainer {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 860px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02 .accMeta-meta-divcontainer {
    flex-direction: column;
  }
}
.xlbootstrap3 .cal-lists .accMeta-row-02 .accMeta-meta-divcontainer .accMeta-meta-divcontainer_1 {
  font-size: 12px;
  margin: 0 8px 4px 8px;
  align-items: flex-start;
  width: 100%;
}
.xlbootstrap3 .cal-lists .accMeta-row-02-announcement {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -6px;
}
@media only screen and (max-width: 720px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02-announcement {
    flex-wrap: wrap;
  }
}
.xlbootstrap3 .cal-lists .accMeta-row-02-announcement ul {
  list-style: inside;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 860px) {
  .xlbootstrap3 .cal-lists .accMeta-row-02-announcement ul {
    flex-direction: column;
  }
}
.xlbootstrap3 .cal-lists .accMeta-row-02-announcement ul li {
  font-size: 12px;
  margin: 0 8px 4px 8px;
  align-items: flex-start;
}
.xlbootstrap3 .cal-lists .accordion-panel.announcement {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 12px;
}
.xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-row-01 {
  justify-content: initial;
  align-items: initial;
  white-space: nowrap;
  text-overflow: initial;
  overflow: auto;
}
.xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-row-02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -6px;
}
.xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-row-02 p.announcement-text {
  margin-top: -12px;
}
@media only screen and (max-width: 1120px) {
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-data-container {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-row-02 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-data-container {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 500px) {
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-data-container {
    width: calc(350px);
  }
}
@media only screen and (max-width: 400px) {
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-data-container {
    width: calc(220px);
  }
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-row-01 {
    width: calc(220px);
  }
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-row-02 {
    width: calc(220px);
  }
}
@media only screen and (max-width: 360px) {
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-data-container {
    width: calc(170px);
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .cal-lists .accordion-panel.announcement .accMeta-data-container {
    width: calc(120px);
  }
}
.xlbootstrap3 .cal-lists .accMeta-meta-container {
  /* xl-36336*/
}
.xlbootstrap3 .cal-lists .accMeta-meta-container .study-plan {
  display: flex;
  justify-content: space-between;
}
.xlbootstrap3 .cal-lists .accMeta-meta-container .flex {
  display: flex;
  flex-direction: row;
}
.xlbootstrap3 .cal-lists .accMeta-meta-container .flex .accMetadata-00 {
  flex: 1;
  text-transform: uppercase;
}
.xlbootstrap3 .cal-lists .accMeta-meta-container .flex .accMetadata-01 {
  flex: 1;
}
.xlbootstrap3 .cal-lists .accMeta-meta-container .flex .accMetadata-02 {
  flex: 1;
}
.xlbootstrap3 .cal-lists .accMeta-meta-container .flex .accMetadata-03 {
  flex: 1;
}
@media only screen and (max-width: 860px) {
  .xlbootstrap3 .cal-lists .accMeta-meta-container .flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 360px) {
  .xlbootstrap3 .display-flex {
    display: inline-flex;
  }
}
@media only screen and (max-width: 535px) {
  .xlbootstrap3 .display-flex {
    display: inline-flex;
  }
}
.xlbootstrap3 #overallScore-sm-zero-state {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  float: left;
  position: relative;
}
.xlbootstrap3 #overallScore-sm-zero-state img {
  margin-top: 3px;
  margin-left: -5px;
  fill: #C7C7C7;
  z-index: 5;
}
.xlbootstrap3 #overallScore-sm-zero-state svg {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.xlbootstrap3 #overallScore-sm-zero-state.large {
  width: 100px;
  height: 100px;
}
.xlbootstrap3 #overallScore-sm-zero-state.large svg {
  -ms-transform: rotate(-90deg) scale(1.25, 1.25);
  /* IE 9 */
  -webkit-transform: rotate(-90deg) scale(1.25, 1.25);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg) scale(1.25, 1.25);
  margin-top: -12px;
  margin-left: 12px;
}
.xlbootstrap3 #overallScore-sm-zero-state circle {
  stroke: #E8E8E8;
}
.xlbootstrap3 #overallScore-sm-zero-state circle.outline {
  stroke: #E8E8E8;
  stroke-width: 1px;
}
.xlbootstrap3 #overallScore-sm-zero-state .score-indicator {
  stroke: #8a8a8a;
  stroke-width: 5px;
}
.xlbootstrap3 #overallScore-sm-zero-state .score-indicator.hidden-by-instructor {
  stroke: #00ADA5;
}
.xlbootstrap3 #overallScore-sm-zero-state p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #252525;
  font-weight: 600;
}
.xlbootstrap3 #overallScore-sm-zero-state p .score-value {
  font-size: 13px;
  color: #252525;
  margin-left: -4px;
}
.xlbootstrap3 #overallScore-sm,
.xlbootstrap3 .overallScore-btn {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  float: left;
  position: relative;
}
.xlbootstrap3 #overallScore-sm svg,
.xlbootstrap3 .overallScore-btn svg {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.xlbootstrap3 #overallScore-sm.large,
.xlbootstrap3 .overallScore-btn.large {
  width: 100px;
  height: 100px;
}
.xlbootstrap3 #overallScore-sm.large svg,
.xlbootstrap3 .overallScore-btn.large svg {
  -ms-transform: rotate(-90deg) scale(1.25, 1.25);
  /* IE 9 */
  -webkit-transform: rotate(-90deg) scale(1.25, 1.25);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg) scale(1.25, 1.25);
  margin-top: -12px;
  margin-left: 12px;
}
.xlbootstrap3 #overallScore-sm circle,
.xlbootstrap3 .overallScore-btn circle {
  stroke: #E8E8E8;
}
.xlbootstrap3 #overallScore-sm circle.outline,
.xlbootstrap3 .overallScore-btn circle.outline {
  stroke: #E8E8E8;
  stroke-width: 1px;
}
.xlbootstrap3 #overallScore-sm .score-indicator,
.xlbootstrap3 .overallScore-btn .score-indicator {
  stroke: #00ADA5;
  stroke-width: 5px;
}
.xlbootstrap3 #overallScore-sm .score-indicator.hidden-by-instructor,
.xlbootstrap3 .overallScore-btn .score-indicator.hidden-by-instructor {
  stroke: #00ADA5;
  stroke-width: 5px;
}
.xlbootstrap3 #overallScore-sm p,
.xlbootstrap3 .overallScore-btn p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-32%);
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #252525;
  font-weight: 600;
}
.xlbootstrap3 #overallScore-sm p .score-value,
.xlbootstrap3 .overallScore-btn p .score-value {
  font-size: 13px;
  color: #252525;
  margin-left: -4px;
}
.xlbootstrap3 #overallScore-sm[disabled] .score-indicator,
.xlbootstrap3 .overallScore-btn[disabled] .score-indicator {
  stroke-opacity: .5;
}
.xlbootstrap3 #overallScore-sm[disabled] p,
.xlbootstrap3 .overallScore-btn[disabled] p {
  opacity: 0.52;
}
.xlbootstrap3 #overallScore-sm[disabled] pspan.score-value,
.xlbootstrap3 .overallScore-btn[disabled] pspan.score-value {
  opacity: 0.52;
  margin-left: -4px;
}
.xlbootstrap3 .well.overall-score .row {
  padding: 19px 0;
}
.xlbootstrap3 .well.overall-score .score-chart p {
  margin-bottom: 0;
}
.xlbootstrap3 .well.overall-score .score-meter {
  position: relative;
  -webkit-box-shadow: inset 0 0 1px 1px #000000;
  box-shadow: inset 0 0 1px 1px #000000;
  background-color: #ffffff;
  width: 100%;
  height: 10px;
  margin-bottom: 12px;
}
.xlbootstrap3 .well.overall-score .student-score {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
}
.xlbootstrap3 .well.overall-score #homeworkScore .student-score {
  border-color: #007599;
  background-color: #3ba3bf;
}
.xlbootstrap3 .well.overall-score #quizzesScore .student-score {
  border-color: #ae630c;
  background-color: #e39f00;
}
.xlbootstrap3 .well.overall-score #testsScore .student-score {
  border-color: #2a7a22;
  background-color: #59b351;
}
.xlbootstrap3 .well.overall-score #studyPlanScore .student-score {
  border-color: #7145a8;
  background-color: #a26fde;
}
.xlbootstrap3 .well.overall-score #offlineItemsScore .student-score {
  border-color: #804e25;
  background-color: #ad6a32;
}
.xlbootstrap3 .well.overall-score .average-marker {
  position: absolute;
  top: -3px;
  left: 0;
  height: 16px;
  width: 1px;
  background-color: #252525;
}
.xlbootstrap3 #overallScore {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  float: left;
  position: relative;
}
.xlbootstrap3 #overallScore svg {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.xlbootstrap3 #overallScore.large {
  width: 100px;
  height: 100px;
}
.xlbootstrap3 #overallScore.large svg {
  -ms-transform: rotate(-90deg) scale(1.25, 1.25);
  /* IE 9 */
  -webkit-transform: rotate(-90deg) scale(1.25, 1.25);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg) scale(1.25, 1.25);
  margin-top: -12px;
  margin-left: 12px;
}
.xlbootstrap3 #overallScore circle {
  stroke: #E8E8E8;
  stroke-width: 9px;
}
.xlbootstrap3 #overallScore circle.outline {
  stroke: #D0D0D0;
  stroke-width: 1px;
}
.xlbootstrap3 #overallScore .score-indicator {
  stroke: #00ADA5;
}
.xlbootstrap3 #overallScore p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #252525;
}
.xlbootstrap3 #overallScore p .score-value {
  font-size: 18px;
  font-weight: bold;
  color: #252525;
  margin-left: -4px;
}
.xlbootstrap3 .well.overall-score {
  border: 1px solid #e0e0e0;
}
.xlbootstrap3 .well.overall-score .row {
  padding: 19px 0;
}
.xlbootstrap3 .well.overall-score .score-chart p {
  margin-bottom: 0;
}
.xlbootstrap3 .well.overall-score .score-meter {
  position: relative;
  -webkit-box-shadow: inset 0 0 1px 1px #000000;
  box-shadow: inset 0 0 1px 1px #000000;
  background-color: #ffffff;
  width: 100%;
  height: 10px;
  margin-bottom: 12px;
}
.xlbootstrap3 .well.overall-score .student-score {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
}
.xlbootstrap3 .well.overall-score #homeworkScore .student-score {
  border-color: #007599;
  background-color: #3ba3bf;
}
.xlbootstrap3 .well.overall-score #quizzesScore .student-score {
  border-color: #ae630c;
  background-color: #e39f00;
}
.xlbootstrap3 .well.overall-score #testsScore .student-score {
  border-color: #2a7a22;
  background-color: #59b351;
}
.xlbootstrap3 .well.overall-score #studyPlanScore .student-score {
  border-color: #7145a8;
  background-color: #a26fde;
}
.xlbootstrap3 .well.overall-score #offlineItemsScore .student-score {
  border-color: #804e25;
  background-color: #ad6a32;
}
.xlbootstrap3 .well.overall-score .average-marker {
  position: absolute;
  top: -3px;
  left: 0;
  height: 16px;
  width: 1px;
  background-color: #252525;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  #overallScore-sm,
  .overallScore-btn {
    width: 92px;
    height: 80px;
    margin-right: 12px;
    float: left;
    position: relative;
  }
  #overallScore-sm-zero-state {
    width: 92px;
    height: 80px;
    margin-right: 12px;
    float: left;
    position: relative;
  }
}
.xlbootstrap3 .well.overall-score.grid tfoot {
  border-top: 1px solid #c4c4c4;
}
.xlbootstrap3 .well .overallscore-links {
  overflow: hidden;
}
.xlbootstrap3 .countdown dl {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #A9DCED;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 11px;
}
.xlbootstrap3 .countdown dt {
  display: inline-block;
  width: auto;
  font-weight: normal;
  line-height: 1;
}
.xlbootstrap3 .countdown dd {
  display: inline-block;
  border-left: 1px solid #A9DCED;
  margin-left: 12px;
  padding-left: 6px;
  color: #737373;
}
.xlbootstrap3 .countdown b {
  padding-left: 6px;
  line-height: 42px;
  font-size: 24px;
  color: #252525;
}
.xlbootstrap3 .page-assistance a {
  color: #707070;
}
.xlbootstrap3 .page-assistance a + a {
  margin-left: 1em;
}
.xlbootstrap3 .page-assistance h1:first-child {
  margin-top: 0px;
}
.xlbootstrap3 .page-assistance h1 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
  text-shadow: none;
}
.xlbootstrap3 .page-assistance i {
  font-size: 14px;
}
.xlbootstrap3 div.pageheadercoord {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 2px solid #59B55E;
  background-color: #E3FBE5;
}
.xlbootstrap3 .header-component-float-left {
  float: left;
}
.xlbootstrap3 .pageheadercoord {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.xlbootstrap3 .memberlist {
  float: left;
  padding-left: 10px;
  margin-top: 4px;
}
.xlbootstrap3 div.icons {
  padding-top: 5px;
  padding-right: 0px;
}
.xlbootstrap3 div.pageheadermember div.icons {
  background-repeat: repeat-x;
  background-image: url("../mobiledesign/images/pageheader_memberline.gif");
}
.xlbootstrap3 div.pageheadermember div.icons i {
  background-color: #ffffff;
}
.xlbootstrap3 .diamond {
  padding-top: 2px;
}
.xlbootstrap3 .ia-header h1 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
  text-shadow: none;
}
.xlbootstrap3 .filler {
  overflow: hidden;
}
.xlbootstrap3 .page-assistance h1.PageHeaderTitle {
  margin-bottom: 0;
}
.xlbootstrap3 .icon-box {
  height: 17px;
}
.xlbootstrap3 h2.integrationheaderstyle {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  line-height: 1.1;
  color: inherit;
}
.xlbootstrap3 h3.integrationheaderstyle {
  font-weight: lighter !important;
  padding-top: 2px;
  padding-bottom: 3px;
  margin: 0;
  line-height: 1.1;
  color: inherit;
}
.xlbootstrap3 .view-link-pilot {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif !important;
}
.xlbootstrap3 .view-link-pilot svg[class^='pe-icon--'] {
  fill: #047a9c;
  vertical-align: text-bottom;
}
.xlbootstrap3 .headerrow {
  display: flex;
  clear: both;
}
.xlbootstrap3 .headerrow > div {
  align-self: flex-end;
}
.xlbootstrap3 #PageHelp.icon-box {
  padding-top: 4px;
  height: 31px;
}
.xlbootstrap3 #PageHelp .help-text {
  margin-right: 13px;
}
.xlbootstrap3 #PageHelp .icons {
  height: 19px;
  margin-top: -43px;
  overflow: hidden;
  background-clip: content-box;
  padding-right: 9em;
  padding-left: 4px;
}
.xlbootstrap3 #PageHelp .btn-default {
  border: none;
  background: none;
  height: 46px;
  min-width: 96px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: inline-flex;
  border-radius: 22.9px;
  font-size: 15px;
  color: #5A5E5E;
}
.xlbootstrap3 #PageHelp .btn-default:hover,
.xlbootstrap3 #PageHelp .btn-default:focus {
  background-color: rgba(217, 217, 217, 0.65);
  background-clip: content-box;
}
.xlbootstrap3 #PageHelp .btn-default:focus {
  outline: 2px solid #047a9c;
}
.xlbootstrap3 #PageHelp .btn-default.active,
.xlbootstrap3 #PageHelp .btn-default:active,
.xlbootstrap3 #PageHelp .open .btn-default {
  color: #005d83;
  background-color: #bfe2ee;
  border: solid 2px #1977d4;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  background-clip: unset;
  padding: 1px;
}
.xlbootstrap3 #PageHelp .dropdown {
  display: inline-block;
}
.xlbootstrap3 #PageHelp .dropdown-menu {
  margin-top: 1px;
  border-radius: 3px;
  padding: 10px;
  min-width: 250px;
  max-width: 250px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #f5f5f5;
}
.xlbootstrap3 #PageHelp a.btn {
  margin-bottom: 0px;
  margin-top: -12px;
}
.xlbootstrap3 #PageHelp .dropdown-header {
  font-size: 13px;
  font-weight: 600;
  padding-left: 4px;
  padding-bottom: 8px;
  color: #6a7070;
}
.xlbootstrap3 #PageHelp .dropdown-item {
  padding-left: 4px;
  padding-right: 4px !important;
  color: #047a9c;
  font-size: 13px;
  white-space: initial;
}
.xlbootstrap3 #PageHelp .dropdown-item:hover {
  background-color: #F5F5F5;
}
.xlbootstrap3 #PageHelp .dropdown-item:focus {
  outline: 2px solid #047a9c;
}
.xlbootstrap3 #PageHelp .print-icon:focus {
  padding-top: 6px;
  padding-left: 3px;
  outline: 2px solid #047a9c;
}
.xlbootstrap3 #PageHelp .print-icon:hover {
  background-color: rgba(217, 217, 217, 0.65);
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 1px;
  border-radius: 16px;
}
.xlbootstrap3 #PageHelp .help-items {
  display: inline-block;
  white-space: nowrap;
}
.xlbootstrap3 #PageHelp .tryNewVersion {
  margin-right: 2em;
}
.xlbootstrap3 #FilterButtons .btn-default {
  background-color: #e9e9e9;
  border-color: #c7c7c7;
  max-width: 16em;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 20px;
}
.xlbootstrap3 #FilterButtons .btn-default:hover {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap3 #FilterButtons .btn-default:focus {
  border-color: #8c8c8c;
}
.xlbootstrap3 #FilterButtons .btn-default:active {
  background-image: none;
  color: #252525;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap3 #FilterButtons .btn-default.disabled,
.xlbootstrap3 #FilterButtons .btn-default[disabled],
fieldset[disabled] .xlbootstrap3 #FilterButtons .btn-default {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.xlbootstrap3 #FilterButtons .btn-default.disabled:hover,
.xlbootstrap3 #FilterButtons .btn-default[disabled]:hover,
fieldset[disabled] .xlbootstrap3 #FilterButtons .btn-default:hover,
.xlbootstrap3 #FilterButtons .btn-default.disabled:focus,
.xlbootstrap3 #FilterButtons .btn-default[disabled]:focus,
fieldset[disabled] .xlbootstrap3 #FilterButtons .btn-default:focus,
.xlbootstrap3 #FilterButtons .btn-default.disabled.focus,
.xlbootstrap3 #FilterButtons .btn-default[disabled].focus,
fieldset[disabled] .xlbootstrap3 #FilterButtons .btn-default.focus,
.xlbootstrap3 #FilterButtons .btn-default.disabled:active,
.xlbootstrap3 #FilterButtons .btn-default[disabled]:active,
fieldset[disabled] .xlbootstrap3 #FilterButtons .btn-default:active {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.xlbootstrap3 #FilterButtons .btn-default :first-child {
  margin-right: 12px;
}
.xlbootstrap3 #FilterButtons .btn-group > div:only-child > .btn-default {
  border-radius: 3px;
}
.xlbootstrap3 #FilterButtons .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: initial;
  background-image: none;
  box-shadow: none;
  box-shadow: inset 0 2px 0 #c7c7c7;
  border-color: #c7c7c7;
}
.xlbootstrap3 #FilterButtons li > a {
  padding: 3px 31px;
  text-decoration: none;
}
.xlbootstrap3 #FilterButtons .dropdown-menu > .active > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  left: 10px;
  text-rendering: auto;
  top: 6px;
}
.xlbootstrap3 #FilterButtons .caret {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: none;
  display: inline-block;
  font-size: 12px;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  height: auto;
  text-rendering: auto;
  width: auto;
  position: absolute;
  right: 6px;
  top: 9px;
}
.xlbootstrap3 #FilterButtons .caret:before {
  content: "\f078";
}
.xlbootstrap3 #FilterButtons .fa-caret {
  position: absolute;
  right: 6px;
  top: 9px;
}
.xlbootstrap3 .overall-score .score-meter {
  -webkit-box-shadow: inset 0 0 1px 1px #E0E0E0;
  background-color: #E8E8E8;
  box-shadow: inset 0 0 1px 1px #E0E0E0;
  height: 10px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.xlbootstrap3 .overall-score .student-score {
  border: 1px solid #000000;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.xlbootstrap3 overall-score #homeworkScore .student-score {
  background-color: #0289B7;
  border-color: #0081AC;
}
.xlbootstrap3 .overall-score #quizzesScore .student-score {
  background-color: #F59831;
  border-color: #D17622;
}
.xlbootstrap3 .overall-score #testsScore .student-score {
  background-color: #5FAC5A;
  border-color: #498244;
}
.xlbootstrap3 .overall-score .average-marker {
  background-color: #666666;
  height: 16px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 1px;
}
.xlbootstrap3 .progressTitle h3,
.xlbootstrap3 .progressTitle h4,
.xlbootstrap3 .progressTitle h5 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
  margin-top: 0px;
}
.xlbootstrap3 .question-details {
  list-style-type: none;
}
.xlbootstrap3 .question-details > li {
  position: relative;
  display: block;
  padding: 0 15px 0 20px;
  margin-bottom: 10px;
}
.xlbootstrap3 .question-details p {
  margin: 0;
}
.xlbootstrap3 .question-details img {
  margin-right: 5px;
}
.xlbootstrap3 .question-details.sectioned > li {
  display: block;
  width: auto;
  padding-right: 0;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:before,
.xlbootstrap3 .question-details.sectioned > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .question-details.sectioned > li:after {
  clear: both;
}
.xlbootstrap3 .question-details.sectioned > li:first-child {
  border-top: none;
  padding-top: 0;
}
.xlbootstrap3 .question-details.sectioned > li > ul.question-details {
  width: auto;
}
.xlbootstrap3 .question-details.sectioned > li > ul.question-details li {
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .xlbootstrap3 .question-details.sectioned > li > p {
    float: left !important;
    width: 64%;
  }
  .xlbootstrap3 .question-details.sectioned > li > ul.question-details {
    float: right !important;
    width: 33%;
  }
}
.xlbootstrap3 .question-details.sectioned > li .question-media {
  margin-bottom: 10px;
  height: 20px;
}
.xlbootstrap3 .question-details .question-status {
  position: absolute;
  left: 0;
  margin-top: 3px;
}
@media (min-width: 480px) {
  .xlbootstrap3 .popup .question-details li {
    display: inline-block;
  }
  .xlbootstrap3 .popup .question-details.sectioned > li {
    display: block;
  }
  .xlbootstrap3 .popup .question-details p {
    float: left !important;
    width: 64%;
  }
  .xlbootstrap3 .popup .question-details ul.question-details {
    float: right !important;
    width: 33%;
  }
}
.xlbootstrap3 .assignment-list {
  maring: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .assignment-list-controls {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls:before,
.xlbootstrap3 .assignment-list-controls:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .assignment-list-controls:after {
  clear: both;
}
.xlbootstrap3 .assignment-list-controls button {
  max-width: 16em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.xlbootstrap3 .assignment-list-controls .dropdown-menu {
  max-width: 40em;
}
.xlbootstrap3 .assignment-list-controls .dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 .study-plan-list {
  margin: 20px 0;
  border-top: 1px solid #e8e8e8;
}
.xlbootstrap3 .study-plan-list .list-filters {
  background-color: #FCFCFC;
  padding: 10px;
}
.xlbootstrap3 .study-plan-list .list-filters label {
  margin-right: 1em;
}
.xlbootstrap3 .assignment-list-filters-mobile.in,
.xlbootstrap3 .assignment-list-filters-mobile.collapsing {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.xlbootstrap3 .assignment-list-filters-mobile.in .filter-flex-container,
.xlbootstrap3 .assignment-list-filters-mobile.collapsing .filter-flex-container {
  border-left: 1px solid #e8e8e8;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.xlbootstrap3 .assignment-list-filters-mobile.in .filter-flex-container:first-child,
.xlbootstrap3 .assignment-list-filters-mobile.collapsing .filter-flex-container:first-child {
  border-left: none;
}
.xlbootstrap3 .assignment-list-filters-mobile.in .filter-flex-container:nth-of-type(even),
.xlbootstrap3 .assignment-list-filters-mobile.collapsing .filter-flex-container:nth-of-type(even) {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.xlbootstrap3 .assignment-list-filters-mobile.in ul,
.xlbootstrap3 .assignment-list-filters-mobile.collapsing ul {
  padding: 0 10px;
}
.xlbootstrap3 .achievements-awards,
.xlbootstrap3 .achievements-badges,
.xlbootstrap3 .milestone-medals {
  margin-bottom: 20px;
}
.xlbootstrap3 .achievements-awards header,
.xlbootstrap3 .achievements-badges header,
.xlbootstrap3 .milestone-medals header {
  background-color: #e8e8e8;
  padding: 8px;
}
.xlbootstrap3 .achievements-awards header h2,
.xlbootstrap3 .achievements-badges header h2,
.xlbootstrap3 .milestone-medals header h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.xlbootstrap3 .achievements-awards header p,
.xlbootstrap3 .achievements-badges header p,
.xlbootstrap3 .milestone-medals header p {
  font-weight: bold;
  margin: 0;
}
.xlbootstrap3 .achievements-awards ul,
.xlbootstrap3 .achievements-badges ul,
.xlbootstrap3 .milestone-medals ul {
  list-style-type: none;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  box-shadow: inset 0px -1px 0px 0px #e8e8e8;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.xlbootstrap3 .achievements-awards li,
.xlbootstrap3 .achievements-badges li {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  padding: 8px 8px 15px;
  flex-shrink: 1;
}
.xlbootstrap3 .achievements-awards li.off,
.xlbootstrap3 .achievements-badges li.off {
  color: #6C6C6C;
  background-color: #FAFAFA;
}
.xlbootstrap3 .achievements-awards img,
.xlbootstrap3 .achievements-badges img {
  display: block;
  margin: 0 auto;
}
.xlbootstrap3 .achievements-awards li {
  flex-basis: 20%;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 991px) {
  .xlbootstrap3 .achievements-awards li:nth-child(5n+0) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .xlbootstrap3 .achievements-awards li {
    flex-basis: 50%;
  }
  .xlbootstrap3 .achievements-awards li:nth-child(even) {
    border-right: none;
  }
}
.xlbootstrap3 .achievements-badges li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  position: relative;
  flex-basis: 50%;
  min-height: 8em;
}
.xlbootstrap3 .achievements-badges li:nth-child(even) {
  border-right: none;
}
.xlbootstrap3 .achievements-badges p {
  margin: 0;
}
.xlbootstrap3 .achievements-badges p:nth-child(1n+3) {
  margin-top: 10px;
}
.xlbootstrap3 .achievements-badges img {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -20px;
}
.xlbootstrap3 .milestone-medals ul {
  flex-direction: column;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.xlbootstrap3 .milestone-medals ul > li {
  box-shadow: inset 0px 1px 0px #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
}
.xlbootstrap3 .milestone-medals p {
  flex-basis: 25%;
  margin: 0;
  padding: 0 8px;
  align-self: center;
}
.xlbootstrap3 .milestone-medals ol {
  list-style-type: none;
  flex-basis: 75%;
  display: flex;
  flex-wrap: wrap;
}
.xlbootstrap3 .milestone-medals ol li {
  flex-basis: 16.5%;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: url('/images/icon_milestone_star_on.svg') center center no-repeat;
  background-size: 40px 40px;
}
.xlbootstrap3 .milestone-medals ol li .off {
  background: url('/images/icon_milestone_star_off.svg') center center no-repeat;
}
@media (max-width: 991px) {
  .xlbootstrap3 .milestone-medals ol li {
    flex-basis: 25%;
  }
}
.xlbootstrap3 .tab-pane .tab-intro-tray {
  margin: -20px 0 20px;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  clear: both;
}
.xlbootstrap3 .tab-pane .tab-intro-tray h2 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.xlbootstrap3 .tab-pane .tab-intro-tray h3 {
  font-size: 14px;
  margin-top: 0;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .dropdown-placeholder {
  margin-bottom: 10px;
  height: 24px;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .objective-selector {
  margin-bottom: 10px;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .objective-selector .btn {
  text-align: left;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .objective-selector .btn .caret {
  float: right;
  line-height: 20px;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .objective-selector .dropdown-menu li > a {
  max-width: 660px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .study-plan-selector.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .study-plan-selector.input-group .input-group-dopdown {
  position: relative;
  display: table;
  border-collapse: separate;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .mp-earned {
  display: inline-block;
  float: right;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .mp-earned p {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .mp-earned p em {
  float: left;
  font-style: normal;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .mp-earned .chart {
  position: relative;
  background-color: #FFFFFF;
  height: 7px;
  width: 100%;
  border: 1px solid #6a7070;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .mp-earned .score-indicator {
  background-color: #9165C6;
  width: 0;
  height: 5px;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .mp-earned .average-indicator {
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: #252525;
  top: -3px;
  left: 0;
}
.xlbootstrap3 .tab-pane .tab-intro-tray .study-plan-list-filters label {
  margin-right: 1em;
}
.xlbootstrap3 #studyPlanPrerequisites.tab-pane .tab-intro-tray .mp-earned {
  margin-top: -27px;
}
.xlbootstrap3 #studyPlanPrerequisites.tab-pane .lead + p {
  margin: -10px 0 20px;
}
.xlbootstrap3 #studyPlanPrerequisites.tab-pane .fa.mp-info {
  color: #9463C3;
}
.xlbootstrap3 #studyPlanAllChapters.tab-pane h3 {
  font-size: 14px;
  margin-top: 0;
}
.xlbootstrap3 #studyPlanAllChapters.tab-pane aside {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0 10px;
  margin-top: 20px;
}
.xlbootstrap3 .study-plan-results {
  padding: 0 20px;
}
.xlbootstrap3 .class-roster {
  background-color: #FCFCFC;
}
.xlbootstrap3 .class-roster .row {
  padding: 19px;
}
.xlbootstrap3 .class-roster input[type=search] {
  background: #ffffff url('/images/search-text-field.svg') center right no-repeat;
  background-size: 25px 13px;
}
.xlbootstrap3 .class-roster-filters {
  padding: 0 19px 19px 19px;
}
.xlbootstrap3 .course-selector {
  display: inline-block;
  position: relative;
}
.xlbootstrap3 .course-selector .dropdown-menu {
  max-height: 20em;
  overflow-y: scroll;
}
.xlbootstrap3 .course-selector .dropdown-menu .dropdown-header {
  position: relative;
  font-size: 14px;
  color: #252525;
  padding: 0;
}
.xlbootstrap3 .course-selector .dropdown-menu .dropdown-header span {
  display: block;
  padding: 3px 20px 3px 36px;
}
.xlbootstrap3 .course-selector .dropdown-menu .dropdown-header i {
  position: absolute;
  top: 5px;
  left: 12px;
}
.xlbootstrap3 .course-selector .dropdown-trigger {
  cursor: pointer;
  color: #252525;
}
.xlbootstrap3 .course-selector .dropdown-trigger:hover {
  color: #047a9c;
}
.xlbootstrap3 .course-selector .back {
  margin-left: 9px;
  padding-left: 12px;
  border-left: 1px solid #989898;
}
.xlbootstrap3 #manage-incompletes .loading {
  position: absolute;
  left: 100px;
  top: 250px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff url('../images/spinner.gif') no-repeat center;
}
.xlbootstrap3 .paginate {
  text-align: center;
  background-color: #FCFCFC;
}
.xlbootstrap3 .paginate .btn-link {
  color: #989898;
}
@media screen and (max-width: 900px) {
  .xlbootstrap3 .main-responsive {
    white-space: unset !important;
    padding: 0px !important;
  }
  .xlbootstrap3 .subcontainer-responsive {
    display: block !important;
  }
}
.xlbootstrap3 #NavStudentPager.main-container {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  background: #F7F8FC;
  min-height: 50px;
  margin-top: -13px;
  margin-bottom: -8px;
  padding: 3px 10px;
}
.xlbootstrap3 #NavStudentPager.main-container:before,
.xlbootstrap3 #NavStudentPager.main-container:after {
  content: none;
}
.xlbootstrap3 #NavStudentPager .sub-container {
  display: inline-flex;
  align-items: center;
  margin: 0px 3px;
}
.xlbootstrap3 #NavStudentPager .sub-container.left {
  width: 200px;
  justify-content: center;
}
.xlbootstrap3 #NavStudentPager .sub-container.center {
  width: 336px;
  justify-content: center;
}
.xlbootstrap3 #NavStudentPager .sub-container.right {
  width: 172px;
  justify-content: flex-end;
}
.xlbootstrap3 #NavStudentPager .btn-default {
  background: none;
  float: none;
  border: none;
  border-radius: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  color: #1F2933;
  outline: none;
  outline-offset: 6px;
  font-weight: normal !important;
  border: 2px solid #fafafa;
}
.xlbootstrap3 #NavStudentPager .btn-default:focus-visible {
  outline: 2px solid #1472FF;
}
.xlbootstrap3 #NavStudentPager .btn-default:active {
  box-shadow: none;
  outline: 2px solid #1472FF;
}
.xlbootstrap3 #NavStudentPager .btn-default.btnNext,
.xlbootstrap3 #NavStudentPager .btn-default.btnPrev {
  font-family: TT Commons;
  font-size: 18px;
  line-height: 23px;
  height: 24px;
}
.xlbootstrap3 #NavStudentPager .btn-default.btnEmail {
  font-family: Hind;
  font-size: 16px;
  line-height: 130%;
  height: 24px;
}
.xlbootstrap3 #NavStudentPager .btn-default.btnHelp {
  margin-left: 10px;
  outline-offset: 4px;
}
.xlbootstrap3 #NavStudentPager .btn-default.btnName {
  padding: 5px;
  border-radius: 18px;
  font-family: Hind;
  font-size: 18px;
  outline-offset: 0px;
  height: 36px;
}
.xlbootstrap3 #NavStudentPager .btn-default.btnName:hover {
  background: #E9EBED;
  outline: 1px solid #05112A;
  box-sizing: border-box;
}
.xlbootstrap3 #NavStudentPager .name-box {
  font-family: Hind;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  color: #1F2933;
  display: inline-flex;
  padding: 0px 15px;
  align-items: center;
  vertical-align: middle;
  margin-top: -1px;
}
.xlbootstrap3 #NavStudentPager .name-text {
  margin: 0px 2px;
  line-height: 133%;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 2px;
}
.xlbootstrap3 #NavStudentPager .xlicon-ellipsis {
  background-image: url("/images/xlicons/xlicon-ellipsis.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 24px;
  border: 1px solid #848C9A;
  box-sizing: border-box;
  border-radius: 4px;
  outline-offset: 1pt;
  margin: 3px;
}
.xlbootstrap3 #NavStudentPager .xlicon-ellipsis:hover {
  background-color: #BEBEBE;
}
.xlbootstrap3 #NavStudentPager .xlicon-ellipsis:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.xlbootstrap3 #NavStudentPager .xlicon-ellipsis:focus-visible {
  background-color: none;
  outline: 2px solid #1472FF;
}
.xlbootstrap3 #NavStudentPager .xlicon-ellipsis:focus-visible .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.xlbootstrap3 #NavStudentPager .tooltiptext {
  visibility: hidden;
  background-color: #1C222E;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 73px;
  font-family: Hind;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  transition: opacity 0.3s;
  opacity: 0;
}
.xlbootstrap3 #NavStudentPager .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.xlbootstrap3 #NavStudentPager .date-time {
  font-family: Hind;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #05112A;
  margin-top: 2px;
  text-align: right;
}
.xlbootstrap3 #NavStudentPager .open .btnName {
  background: #E9EBED;
  outline: 1px solid #05112A;
}
.xlbootstrap3 #NavStudentPager .attempt-menu {
  padding: 0px 5px;
  width: 92%;
  min-width: 252px;
  margin-top: 6px;
  border-radius: 0px 0px 8px 8px;
  font-size: 16px;
  line-height: 23px;
}
.xlbootstrap3 #NavStudentPager .attempt-list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 8px 8px;
  margin: 5px 0px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}
.xlbootstrap3 #NavStudentPager .attempt-list-item:hover,
.xlbootstrap3 #NavStudentPager .attempt-list-item.active {
  background: #05112A;
  border-radius: 4px;
  color: #FFFFFF;
}
.xlbootstrap3 #NavStudentPager .fa-caret-down {
  color: #05112A;
  font-size: 14px;
  line-height: 5px;
  margin-left: 5px;
}
.xlbootstrap3 #NavStudentPager medium {
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .xlbootstrap3 .main-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .xlbootstrap3 .sub-container {
    flex-direction: row;
  }
  .xlbootstrap3 .name-text {
    flex-direction: column;
  }
  .xlbootstrap3 .name-box {
    padding: 6px 21px 1px 0px !important;
  }
}
.xlbootstrap3 .column-separator {
  color: #ccc;
  padding: 0 10px;
}
.xlbootstrap3 .row-separator {
  margin-bottom: 10px;
}
.xlbootstrap3 .margin-left-10 {
  margin-left: 10px;
}
.xlbootstrap3 .label-content {
  padding-top: 5px;
  padding-bottom: 10px;
}
.xlbootstrap3 .filter-btn-separator {
  margin-left: 10px;
  height: 34px;
}
.xlbootstrap3 .restricted-access-main-div {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.xlbootstrap3 .restricted-access-main-div ul {
  list-style-type: disc;
  padding-left: 14px;
}
.xlbootstrap3 .restricted-access-main-div h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
.xlbootstrap3 .restricted-access-main-div h3:first-child {
  margin-top: 0;
}
.xlbootstrap3 .restricted-access-main-div li {
  padding-bottom: 5px;
}
.xlbootstrap3 .label-ask-my-instructor {
  font-weight: normal;
}
.xlbootstrap3 .topbar {
  background-color: #FFFFFF;
  padding: 15px;
  margin: 0;
}
.xlbootstrap3 .text-center {
  text-align: center;
}
.xlbootstrap3 .divTable {
  display: table;
}
.xlbootstrap3 .divRow {
  display: table-row;
  vertical-align: inherit;
}
.xlbootstrap3 .divCell-PlayerTest {
  padding-right: 12px;
  vertical-align: top;
}
.xlbootstrap3 .well.ready-to-start {
  border: 1px solid #e0e0e0;
}
.xlbootstrap3 .well.test-reminders {
  border: 1px solid #e0e0e0;
  background-color: #FCFCFC;
}
.xlbootstrap3 .h2header {
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap3 .noassignment-table {
  padding-bottom: 40px;
}
.xlbootstrap3 .noassignment-tableCell.divCell-PlayerTest {
  padding-bottom: 0px;
}
.xlbootstrap3 .noassignment-tableCell.divCell-PlayerTest ul {
  margin-bottom: 0px;
}
.xlbootstrap3 #button-space-right {
  padding-right: 10px;
}
.xlbootstrap3 .button-space-right {
  padding-right: 10px;
}
.xlbootstrap3 .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #252525;
  background-color: white;
}
.xlbootstrap3 .blockedAccess ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
}
.xlbootstrap3 .blockedAccess li.bulletspace {
  padding-bottom: 5px;
}
.xlbootstrap3 .media-type-list ul {
  display: flex;
  flex-wrap: wrap;
}
.xlbootstrap3 .media-type-list ul li {
  flex-basis: 30%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .xlbootstrap3 .media-type-list ul li {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .xlbootstrap3 .media-type-list ul li {
    flex-basis: 100%;
  }
}
.xlbootstrap3 .media-type-list label {
  font-weight: normal;
}
.xlbootstrap3 .searchOptions .label-col {
  max-width: 150px;
}
@media (min-width: 768px) {
  .xlbootstrap3 .searchOptions .input-col select {
    max-width: 500px;
  }
}
.xlbootstrap3 .multimedia {
  margin-top: 20px;
}
.xlbootstrap3 .multimedia .no-result {
  font-weight: bold;
}
.xlbootstrap3 .multimedia .chapter-name {
  margin-bottom: 20px;
  font-weight: bold;
}
.xlbootstrap3 .multimedia .content-block {
  margin-bottom: 10px;
}
.xlbootstrap3 .multimedia .content-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.xlbootstrap3 .multimedia .chapter-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.xlbootstrap3 .multimedia .content-block {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .xlbootstrap3 .multimedia .content-block {
    flex-basis: 100%;
  }
}
.xlbootstrap3 .multimedia .multimedia-items ul li {
  clear: both;
  float: left;
}
.xlbootstrap3 .multimedia .multimedia-items ul li div {
  float: left;
  margin-right: 5px;
}
.xlbootstrap3 .multimedia.well.no-border {
  border: none;
  background: none;
}
.xlbootstrap3 .multimedia-lib .title-container {
  position: relative;
  padding-bottom: 5px;
}
.xlbootstrap3 .multimedia-lib .book-title {
  position: absolute;
  top: 40%;
  font-weight: bold;
}
.xlbootstrap3 .multimedia-lib .well.top-container {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.xlbootstrap3 .multimedia-lib hr {
  margin-top: 5px;
  margin-left: 9px;
  margin-right: 9px;
}
.xlbootstrap3 .restrict-access-btn-pnl a {
  margin-right: 5px;
}
.xlbootstrap3 #pnlErrorMessage {
  margin-left: 20px;
  margin-right: 20px;
}
.xlbootstrap3 #pnlErrorMsgContent {
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.xlbootstrap3 .course-selector ul {
  max-height: 20em;
  overflow-y: scroll;
}
.xlbootstrap3 .course-selector ul .dropdown-header {
  position: relative;
  font-size: 14px;
  color: #252525;
  padding: 0;
}
.xlbootstrap3 .course-selector ul .dropdown-header span {
  display: block;
  padding: 3px 20px 3px 36px;
}
.xlbootstrap3 .course-selector ul .dropdown-header i {
  position: absolute;
  top: 5px;
  left: 12px;
}
.xlbootstrap3 .course-selector a {
  cursor: pointer;
  color: #252525;
}
.xlbootstrap3 .course-selector a:hover {
  color: #047a9c;
}
.xlbootstrap3 .course-selector .divider {
  margin: 0 0 3px;
}
.xlbootstrap3 #manageCourses {
  background-color: inherit;
}
.xlbootstrap3 #courseListDropdown {
  display: inline-block;
}
.xlbootstrap3 #courseListDropdown ul.dropdown-menu {
  z-index: 1100;
}
.xlbootstrap3 .breadcrumb .breadcrumb-separator {
  padding-left: 6px;
  padding-right: 8px;
  color: #252525;
}
.xlbootstrap3 #courseSelector .caret {
  color: #707070;
}
.xlbootstrap3 #courseSelector .caret:before {
  content: "\f107";
}
.xlbootstrap3 .pnl-bread-crumb {
  margin-bottom: 10px;
}
.xlbootstrap3 #chapterFilterDropdown .btn {
  border-radius: 3px;
}
.xlbootstrap3 #chapterFilterDropdown .btn-group.open .dropdown-toggle {
  color: #252525;
}
.xlbootstrap3 #chapterFilterDropdown .btn-group .btn-default:active {
  background-image: none;
  color: #252525;
}
.xlbootstrap3 .align-left {
  text-align: left;
}
.xlbootstrap3 .gradebookpagercontainer .gradebookpager {
  margin-bottom: 0px;
}
.xlbootstrap3 .gradebookpagercontainer .gradebookpager li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.xlbootstrap3 .gradebookpagercontainer .gradebookpager li a {
  background-color: inherit;
  border: none;
}
.xlbootstrap3 .gradebookpagercontainer .gradebookpager li a:active {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
.xlbootstrap3 .gradebookpagercontainer .gradebookpager li a:focus {
  background-image: none;
}
.xlbootstrap3 .gradebookpagercontainer .gradebookpager #gbpggoto {
  color: #047a9c;
}
.xlbootstrap3 div.gradebookpagercontainer {
  margin-left: 0px;
}
.xlbootstrap3 .table-pager > th {
  background-color: #fcfcfc;
  border-top: 1px solid #e8e8e8;
  border-bottom: 2px solid #ffffff;
}
.xlbootstrap3 .action-dropdown-controller #ActionList {
  color: #252525;
  text-overflow: ellipsis;
  width: 100px;
  overflow: hidden;
  text-align: left;
}
.xlbootstrap3 .action-dropdown-controller #ActionList .fa-caret {
  position: absolute;
  right: 6px;
  top: 9px;
}
.xlbootstrap3 .action-dropdown-controller ul > li > a {
  color: #252525;
}
.xlbootstrap3 .action-dropdown-controller.open .dropdown-toggle {
  background-color: #e9e9e9;
}
.xlbootstrap3 .action-dropdown-controller .dropdown-menu {
  right: 0;
  left: inherit;
}
.xlbootstrap3 .results-margin-bottom {
  margin-bottom: 20px;
}
.xlbootstrap3 div.results-margin-top {
  margin-top: 10px;
}
.xlbootstrap3 a.left-padding-5px {
  padding-left: 5px;
}
.xlbootstrap3 #IASelections div {
  border-bottom: 1px solid #e0e0e0;
}
.xlbootstrap3 #IASelections div ul {
  padding-left: 19px;
  margin-top: 10px;
}
.xlbootstrap3 #IASelections div ul li {
  display: inline-block;
  padding-right: 16px;
}
.xlbootstrap3 #IASelections div ul li input[type="radio"] {
  margin: 0px;
}
.xlbootstrap3 #IASelections div ul li label {
  margin-bottom: 0px;
  font-weight: normal;
}
.xlbootstrap3 #IASelections div ul li label > span {
  vertical-align: text-bottom;
  padding-left: 3px;
}
.xlbootstrap3 .results-and-item-analysis-div #InstructorTabControlDiv ul {
  margin-bottom: 0px;
}
.xlbootstrap3 #ItemAnalysisTabViewWrapper {
  margin-bottom: 18px;
}
.xlbootstrap3 #itemAnalysisExport {
  padding: 10px 25px 10px 25px;
}
.xlbootstrap3 #itemAnalysisExport .row-separator {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e0e0e0;
}
.xlbootstrap3 #itemAnalysisExport .info {
  padding: 5px 10px 10px 0px;
}
.xlbootstrap3 #itemAnalysisExport .info > table > tbody > tr > td:first-child {
  font-family: FontAwesome;
  padding: 5px;
}
.xlbootstrap3 #itemAnalysisExport .border {
  padding: 10px;
  border: 1px solid #e0e0e0;
}
.xlbootstrap3 #itemAnalysisExport .radio-button > table > tbody > tr > td:first-child {
  padding-left: 8px;
  font-weight: bold;
}
.xlbootstrap3 #itemAnalysisExport .radio-button > table > tbody > tr > td > table > tbody > tr > td {
  padding: 5px;
}
.xlbootstrap3 #itemAnalysisExport .radio-button > table > tbody > tr > td > table > tbody > tr > td > label {
  font-weight: normal;
}
.xlbootstrap3 #itemAnalysisExport .button > table > tbody > tr > td > input {
  margin: 8px;
}
.xlbootstrap3 #itemAnalysisExport #btnContainer {
  margin: 15px 0px 15px 0px;
}
.xlbootstrap3 .setScoringOptions input[type=radio] {
  float: left;
}
.xlbootstrap3 .setScoringOptions input[type=checkbox] {
  float: left;
}
.xlbootstrap3 .setScoringOptions label {
  margin-left: 20px;
  display: block;
}
.xlbootstrap3 .setScoringOptions .td_space td {
  height: 20px;
}
.xlbootstrap3 .setScoringOptions .scoringOptionsSectionHeader {
  vertical-align: top;
  text-align: left;
}
.xlbootstrap3 .hrsolid-autoimportsettings {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  font-size: 3px;
  margin-bottom: 10px;
}
.xlbootstrap3 TABLE.tabbar-autoimportsettings {
  border: none;
  width: 100%;
}
.xlbootstrap3 TABLE.tabbar-autoimportsettings TD.horizontalbar {
  height: 5px;
  background-color: #e8e8e8;
}
.xlbootstrap3 h3.overall-score-header {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 33px !important;
}
.xlbootstrap3 ul.nav-tab-border-top {
  border-top: 1px solid #e0e0e0;
}
.xlbootstrap3 .results-delete-table th {
  border-bottom: solid 1px #d0d0d0;
}
.xlbootstrap3 #DeleteConfirmModal .modal-header {
  padding-bottom: 0px;
  border-bottom: none;
}
.xlbootstrap3 #DeleteConfirmModal .modal-footer {
  text-align: left;
}
.xlbootstrap3 #gradebook tr.tr-pager-bottom th {
  border-top: 0px;
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 ol.ol-upload-student-ids {
  margin-top: 1em;
  padding-left: 18px;
}
.xlbootstrap3 ol.ol-upload-student-ids > li {
  padding-bottom: 8px;
}
.xlbootstrap3 div.template-download-wrapper {
  height: auto;
  padding: 20px;
  max-width: 450px;
  margin-top: 8px;
}
.xlbootstrap3 div.template-download-wrapper span:first-child {
  margin-right: 8px;
}
.xlbootstrap3 div.template-download-wrapper span {
  float: left;
}
.xlbootstrap3 #RBLDelimiter td:first-child {
  padding-right: 15px;
}
.xlbootstrap3 #RBLDelimiter input {
  height: 18px;
  width: 18px;
  margin: 0px;
}
.xlbootstrap3 #RBLDelimiter label {
  vertical-align: top;
}
.xlbootstrap3 .uploaded-file-name {
  display: inline-block;
  word-wrap: break-word;
  background-color: #ffffff;
  min-height: 34px;
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 364px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 8px;
}
.xlbootstrap3 .uploaded-file-name > span {
  margin-right: 20px;
}
.xlbootstrap3 .uploaded-file-name > i {
  color: #13698c;
}
.xlbootstrap3 .download-container-grey-border {
  border: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: #cccccc;
}
.xlbootstrap3 #showClassStatsContainer {
  display: flex;
  align-items: center;
}
.xlbootstrap3 #showClassStatsContainer #showClassStats {
  margin-right: 5px;
  margin-bottom: 3px;
}
.xlbootstrap3 #instructorToolbar .popover-content {
  display: inline;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  display: table !important;
}
.xlbootstrap3 #instructorToolbar .popover-content li {
  min-width: 150px;
  width: inherit;
}
.xlbootstrap3 #instructorToolbar .popover-content > ul {
  padding: 0 0px 0 0 !important;
}
.xlbootstrap3 #instructorToolbar .popover {
  display: table !important;
  min-width: 0px !important;
  width: auto !important;
}
.xlbootstrap3 label.numberCircleNotActive {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  font-size: 11px;
  color: #252525;
  line-height: 1.6;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  vertical-align: text-top;
  line-height: 1.8;
  padding-left: 0;
}
.xlbootstrap3 label.numberCircleActive {
  display: inline-block;
  background-color: #007fa9;
  border-color: #007fa9;
  border: 1px solid #b0b0b0;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.6;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  vertical-align: text-top;
  line-height: 1.8;
  padding-left: 0;
}
.xlbootstrap3 *.form-control-customized-dark {
  width: auto;
  background-color: #e9e9e9;
}
.xlbootstrap3 *.width-60px {
  width: 60px !important;
}
.xlbootstrap3 .well.browser-check-popup {
  background-color: transparent;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.xlbootstrap3 .well.browser-check-popup tr.missing-componenet {
  color: #b9204c;
}
.xlbootstrap3 .well.browser-check-popup tr.collapse.in {
  display: table-row;
}
.xlbootstrap3 .well.browser-check-popup td:nth-of-type(even) {
  text-align: center;
}
.xlbootstrap3 .well.browser-check-popup a .fa {
  color: #6f6f6f;
}
.xlbootstrap3 .well.browser-check-popup .fa-check {
  color: #369b5c;
}
.xlbootstrap3 .well.browser-check-popup table h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.xlbootstrap3 .well.browser-check-popup .help-links {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #E0E0E0;
}
.xlbootstrap3 .well.browser-check-popup .help-links li {
  display: inline;
}
.xlbootstrap3 .well.browser-check-popup .help-links li:nth-of-type(1n&+2):before {
  content: "|";
  color: #979797;
  padding: 0 1em;
}
.xlbootstrap3 .well.browser-check-popup .help-links-without-border {
  margin-bottom: 20px;
  padding-bottom: 19px;
}
.xlbootstrap3 .well.browser-check-popup .help-links-without-border li {
  display: inline;
}
.xlbootstrap3 .well.browser-check-popup .help-links-without-border li:nth-of-type(1n&+2):before {
  content: "|";
  color: #979797;
  padding: 0 1em;
}
.xlbootstrap3 .well.error {
  background-color: transparent;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.xlbootstrap3 .well.error tr.missing-componenet {
  color: #b9204c;
}
.xlbootstrap3 .well.error tr.collapse.in {
  display: table-row;
}
.xlbootstrap3 .well.error td:nth-of-type(even) {
  text-align: center;
}
.xlbootstrap3 .well.error a .fa {
  color: #6f6f6f;
}
.xlbootstrap3 .well.error .fa-check {
  color: #369b5c;
}
.xlbootstrap3 .well.error table h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.xlbootstrap3 .well.error .help-links {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #E0E0E0;
}
.xlbootstrap3 .well.error .help-links li {
  display: inline;
}
.xlbootstrap3 .well.error .help-links li:nth-of-type(1n&+2):before {
  content: "|";
  color: #979797;
  padding: 0 1em;
}
.xlbootstrap3 .well.error .help-links-without-border {
  margin-bottom: 20px;
  padding-bottom: 19px;
}
.xlbootstrap3 .well.error .help-links-without-border li {
  display: inline;
}
.xlbootstrap3 .well.error .help-links-without-border li:nth-of-type(1n&+2):before {
  content: "|";
  color: #979797;
  padding: 0 1em;
}
.xlbootstrap3 .table:not(.grid) th,
.xlbootstrap3 .table:not(.grid) td {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  font-size: 14px;
}
.xlbootstrap3 .table-inner-bordered [class*="xlicon-"] {
  margin-right: 0.25em;
}
.xlbootstrap3 .table-inner-bordered tbody > tr > td > span.alert,
.xlbootstrap3 .table-overall-score tbody > tr > td > span.alert,
.xlbootstrap3 .assignement-list-table tbody > tr > td > span.alert,
.xlbootstrap3 .grid tbody > tr > td > span.alert,
.xlbootstrap3 .table-inner-bordered tbody > tr > th > span.alert,
.xlbootstrap3 .table-overall-score tbody > tr > th > span.alert,
.xlbootstrap3 .assignement-list-table tbody > tr > th > span.alert,
.xlbootstrap3 .grid tbody > tr > th > span.alert {
  padding: 0px;
}
.xlbootstrap3 .table-inner-bordered tbody > tr > td > img,
.xlbootstrap3 .table-inner-bordered tbody > tr > th > img {
  vertical-align: middle;
}
.xlbootstrap3 .table-inner-bordered:not(.grid) tbody > tr.alt > td,
.xlbootstrap3 .table-inner-bordered:not(.grid) tbody > tr.alt > th {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table-overall-score [class*="xlicon-"] {
  margin-right: 0.25em;
}
.xlbootstrap3 .table-overall-score .omit [class*="xlicon-"] {
  color: #D0D0D0;
}
.xlbootstrap3 .assignement-list-table tbody tr.alt td,
.xlbootstrap3 .assignement-list-table tbody tr.alt th {
  background-color: #f9f9f9;
}
.xlbootstrap3 .assignement-list-table tbody td,
.xlbootstrap3 .assignement-list-table tbody th {
  height: 50px;
  vertical-align: middle;
}
.xlbootstrap3 .assignement-list-table tbody td a,
.xlbootstrap3 .assignement-list-table tbody th a {
  color: #047a9c;
}
.xlbootstrap3 .assignement-list-table tbody td a:visited,
.xlbootstrap3 .assignement-list-table tbody th a:visited {
  color: #047a9c;
}
.xlbootstrap3 .assignement-list-table tbody td.assignmentlink a.plainlink,
.xlbootstrap3 .assignement-list-table tbody th.assignmentlink a.plainlink {
  text-decoration: none;
  color: inherit;
}
.xlbootstrap3 .assignement-list-table tbody td div.review,
.xlbootstrap3 .assignement-list-table tbody th div.review {
  float: right;
}
.xlbootstrap3 .assignement-list-table tbody td div.attnum,
.xlbootstrap3 .assignement-list-table tbody th div.attnum {
  display: inline-block;
}
.xlbootstrap3 .assignement-list-table tbody td div.of,
.xlbootstrap3 .assignement-list-table tbody th div.of {
  display: inline-block;
}
.xlbootstrap3 .assignement-list-table tbody td div.infinity,
.xlbootstrap3 .assignement-list-table tbody th div.infinity {
  display: inline-block;
}
.xlbootstrap3 .assignement-list-table tbody td.timelimit,
.xlbootstrap3 .assignement-list-table tbody th.timelimit {
  white-space: nowrap;
}
.xlbootstrap3 .assignement-list-table tbody td.rightnone,
.xlbootstrap3 .assignement-list-table tbody th.rightnone {
  border-right: none ;
  padding-right: 0px;
}
.xlbootstrap3 .assignement-list-table tbody td.leftnone,
.xlbootstrap3 .assignement-list-table tbody th.leftnone {
  border-left: none ;
  padding-left: 0px;
}
.xlbootstrap3 .assignement-list-table tbody td.timelimit,
.xlbootstrap3 .assignement-list-table tbody th.timelimit {
  white-space: nowrap;
}
.xlbootstrap3 .assignement-list-table tbody td .assignmentNameColumn,
.xlbootstrap3 .assignement-list-table tbody th .assignmentNameColumn {
  display: inline;
}
.xlbootstrap3 .assignement-list-table tbody td .assignmentNameColumn a,
.xlbootstrap3 .assignement-list-table tbody th .assignmentNameColumn a {
  color: red;
}
.xlbootstrap3 .assignement-list-table > tbody > tr:nth-of-type(even) td,
.xlbootstrap3 .assignement-list-table > tfoot > tr:nth-of-type(even) td,
.xlbootstrap3 .assignement-list-table > tbody > tr:nth-of-type(even) th,
.xlbootstrap3 .assignement-list-table > tfoot > tr:nth-of-type(even) th {
  background-color: #fcfcfc;
}
.xlbootstrap3 .assignement-list-table > tbody > tr:nth-of-type(even) td:last-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr:nth-of-type(even) td:last-child,
.xlbootstrap3 .assignement-list-table > tbody > tr:nth-of-type(even) th:last-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr:nth-of-type(even) th:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .assignement-list-table > tbody > tr.totals td:first-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr.totals td:first-child,
.xlbootstrap3 .assignement-list-table > tbody > tr.totals:nth-of-type(even) td:first-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr.totals:nth-of-type(even) td:first-child {
  text-align: right;
  border-bottom: none;
  background-color: transparent;
}
.xlbootstrap3 .assignement-list-table > tbody > tr > td:first-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr > td:first-child,
.xlbootstrap3 .assignement-list-table > tbody > tr > th:first-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr > th:first-child {
  /*border-right: 1px solid @table-border-color;*/
}
.xlbootstrap3 .assignement-list-table > tbody > tr > td:last-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr > td:last-child,
.xlbootstrap3 .assignement-list-table > tbody > tr > th:last-child,
.xlbootstrap3 .assignement-list-table > tfoot > tr > th:last-child {
  border-left: 1px solid #e8e8e8;
  /*text-align: right;*/
}
.xlbootstrap3 .assignement-list-table > tbody > tr > td.sampleassignmentheader,
.xlbootstrap3 .assignement-list-table > tfoot > tr > td.sampleassignmentheader,
.xlbootstrap3 .assignement-list-table > tbody > tr > th.sampleassignmentheader,
.xlbootstrap3 .assignement-list-table > tfoot > tr > th.sampleassignmentheader {
  background-color: #e8e8e8;
  font-weight: normal;
}
.xlbootstrap3 .assignement-list-table > tbody > tr:last-child td,
.xlbootstrap3 .assignement-list-table > tfoot > tr:last-child td,
.xlbootstrap3 .assignement-list-table > tbody > tr th,
.xlbootstrap3 .assignement-list-table > tfoot > tr th {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-test-start {
  margin-bottom: 10px;
}
.xlbootstrap3 .table-test-start td {
  vertical-align: top;
  padding-right: 12px;
  padding-bottom: 10px;
}
.xlbootstrap3 .interactive-assignment-table {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .interactive-assignment-table > thead > tr > td,
.xlbootstrap3 .interactive-assignment-table > tbody > tr > td,
.xlbootstrap3 .interactive-assignment-table > tfoot > tr > td {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-top: none;
  border-bottom: none;
}
.xlbootstrap3 .interactive-assignment-table > thead > tr > th,
.xlbootstrap3 .interactive-assignment-table > thead > tr > td {
  border-bottom-width: 1px;
  background-color: #e8e8e8;
}
.xlbootstrap3 .interactive-assignment-table > thead > tr > th:nth-of-type(2),
.xlbootstrap3 .interactive-assignment-table > thead > tr > td:nth-of-type(2),
.xlbootstrap3 .interactive-assignment-table > thead > tr > th:nth-of-type(3),
.xlbootstrap3 .interactive-assignment-table > thead > tr > td:nth-of-type(3) {
  text-align: center;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr.even > td {
  background-color: #fcfcfc;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr.odd > td {
  background-color: #ffffff;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr.first > td {
  border-top: 1px solid #e8e8e8;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr:not(.first) > td:nth-of-type(1) {
  text-align: center;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr > td:nth-of-type(2),
.xlbootstrap3 .interactive-assignment-table > tbody > tr > td:nth-of-type(3) {
  text-align: center;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr > td:first-child {
  border-left: none;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr > td:last-child {
  border-right: none;
}
.xlbootstrap3 .interactive-assignment-table > tbody > tr > td .not_answered {
  padding-left: 0px;
}
.xlbootstrap3 #divAssignmentCountBottom {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  background-color: #fcfcfc;
  height: 40px;
  vertical-align: middle;
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  margin-top: 1px;
}
.xlbootstrap3 #divAssignmentCountBottom span.pagination-label {
  display: inline;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.xlbootstrap3 #divAssignmentCountOuter {
  text-align: center;
}
.xlbootstrap3 #arrowicon {
  color: #999;
}
.xlbootstrap3 #divAssignmentCountTop {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  background-color: #fcfcfc;
  height: 40px;
  vertical-align: middle;
  margin-top: 15px;
  padding-top: 10px;
  text-align: center;
  margin-left: 0px;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  /*border:solid;*/
}
.xlbootstrap3 .table-inner-bordered > thead > tr > th {
  border-bottom: 1px solid #d0d0d0;
}
.xlbootstrap3 .table-inner-bordered > tbody > tr > th {
  font-weight: normal;
}
.xlbootstrap3 .table-inner-bordered > tbody > tr > td,
.xlbootstrap3 .table-inner-bordered > tbody > tr > th {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.xlbootstrap3 .table-inner-bordered > tbody > tr > td:last-child,
.xlbootstrap3 .table-inner-bordered > tbody > tr > th:last-child {
  border-right: none;
}
.xlbootstrap3 .assignement-list-table > thead > tr > th {
  border-bottom: 1px solid #d0d0d0;
}
.xlbootstrap3 .assignement-list-table tbody > tr {
  border-left: none;
  border-right: none;
}
.xlbootstrap3 .assignement-list-table tbody > tr > td:last-child {
  border-right: none;
}
.xlbootstrap3 .assignement-list-table tbody > tr > td:first-child {
  border-left: none;
}
.xlbootstrap3 #change-score-popup-table {
  border-style: none;
  width: 460px;
}
.xlbootstrap3 #change-score-popup-table .fullwidth {
  width: 100%;
}
.xlbootstrap3 #change-score-popup-table .pad {
  padding: 5px;
  white-space: nowrap;
}
.xlbootstrap3 #change-score-popup-table .padright-xsm {
  padding-right: 5px;
}
.xlbootstrap3 #change-score-popup-table .padleft-xsm {
  padding-right: 5px;
}
.xlbootstrap3 #change-score-popup-table .padtop-sm {
  padding-top: 15px;
}
.xlbootstrap3 #change-score-popup-table .padbottom-sm {
  padding-bottom: 15px;
}
.xlbootstrap3 #change-score-popup-table .padtop-lg {
  padding-top: 20px;
}
.xlbootstrap3 #change-score-popup-table .padleft-lg {
  padding-left: 20px;
}
.xlbootstrap3 #change-score-popup-table .padbottom-lg {
  padding-bottom: 20px;
}
.xlbootstrap3 #change-score-popup-table .horizontal-rule {
  border-top: 1px solid #e0e0e0;
}
.xlbootstrap3 #change-score-popup-table .gray-background {
  background-color: #fcfcfc;
}
.xlbootstrap3 #change-score-popup-table .red {
  color: #d04437;
  font-family: "FontAwesome";
}
.xlbootstrap3 #change-score-popup-table .pad-exclamation {
  padding-right: 5px;
  padding-top: 18px;
}
.xlbootstrap3 th.sortableColumnHeader {
  border-bottom: 1px solid #d0d0d0;
}
.xlbootstrap3 th.sortableColumnHeader:hover {
  background-color: #d0d0d0;
  cursor: pointer;
}
.xlbootstrap3 th.sortableColumnHeader a {
  text-decoration: none;
}
.xlbootstrap3 .ascendingColumnHeader > span:after {
  font-family: FontAwesome;
  content: "\f176";
  padding-left: 6px;
  color: #707070;
}
.xlbootstrap3 .descendingColumnHeader > span:after {
  font-family: FontAwesome;
  content: "\f175";
  padding-left: 6px;
  color: #707070;
}
.xlbootstrap3 .companion-studyplan-table th {
  background-color: #e8e8e8;
}
.xlbootstrap3 .entire-course-table th {
  text-align: center;
  background-color: #e8e8e8;
}
.xlbootstrap3 .entire-course-table.th-border th {
  border-bottom: 1px solid #d0d0d0;
  background-color: #e8e8e8;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > thead > tr:first-child > th:first-child {
  border-right: 3px double #d0d0d0;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > thead > tr > th:first-child,
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody > tr > th:first-child,
.xlbootstrap3 .table.table-gradebook-all-assignments > thead > tr > td:first-child,
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody > tr > td:first-child {
  text-align: left;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > thead > tr:first-child > th {
  background-color: #fcfcfc;
  border-top: 1px solid #e8e8e8;
  border-bottom: 2px solid #ffffff;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody.class-stats > tr > td {
  border-top: none;
  border-right: 1px solid #e0e0e0;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > thead > tr > th,
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody > tr > th,
.xlbootstrap3 .table.table-gradebook-all-assignments > thead > tr > td,
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody > tr > td {
  text-align: center;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody.class-stats > tr > td:last-child {
  border-right: none;
}
.xlbootstrap3 .table.table-gradebook-all-assignments .assignment-pagination a:first-child {
  margin: 0;
}
.xlbootstrap3 .table.table-gradebook-all-assignments .assignment-pagination a {
  display: inline-block;
  padding: 0 6px;
  margin-left: 0.25em;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > thead.change-score > tr > th {
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 2px solid #d0d0d0;
  border-right: 1px solid #e0e0e0;
}
.xlbootstrap3 .table.table-gradebook-all-assignments .doubleborder-right,
.xlbootstrap3 .table.table-gradebook-all-assignments tbody.class-stats tr td.doubleborder-right {
  border-right: 3px double #d0d0d0;
}
.xlbootstrap3 .table.table-gradebook-all-assignments a i.fa {
  color: #007fa9;
  padding: 0 6px;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody.student-stats > tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > thead.change-score > tr > th:last-child {
  border-right: none;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody.student-stats > tr > td {
  border-right: 1px solid #e0e0e0;
}
.xlbootstrap3 .table.table-gradebook-all-assignments > tbody.student-stats > tr > td:last-child {
  border-right: none;
}
.xlbootstrap3 .table.table-gradebook-all-assignments tbody.student-stats tr td.doubleborder-right {
  border-right: 3px double #d0d0d0;
}
.xlbootstrap3 .table-student-overview > tbody.top-thick-border > tr:first-child {
  border-top: 2px solid #d0d0d0;
}
.xlbootstrap3 .table-student-overview > thead > tr.no-thick-border {
  border-bottom: none;
}
.xlbootstrap3 .table-student-overview > thead > tr > th.disabled > a,
.xlbootstrap3 .table-student-overview > tbody > tr > th.disabled > a,
.xlbootstrap3 .table-student-overview > thead > tr > td.disabled > a,
.xlbootstrap3 .table-student-overview > tbody > tr > td.disabled > a {
  color: #989898;
  text-decoration: none;
}
.xlbootstrap3 .table-student-overview > thead > tr > th.doubleborder-right,
.xlbootstrap3 .table-student-overview > tbody > tr > th.doubleborder-right,
.xlbootstrap3 .table-student-overview > thead > tr > td.doubleborder-right,
.xlbootstrap3 .table-student-overview > tbody > tr > td.doubleborder-right {
  border-right: 3px double #d0d0d0;
}
.xlbootstrap3 #RepeaterContainer .table-inner-bordered:not(.grid) tbody > tr > th.rightnone {
  border-right: none !important;
}
.xlbootstrap3 .study-plan h2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.xlbootstrap3 .study-plan .fa-disabled {
  color: #CBCBCB !important;
}
.xlbootstrap3 .study-plan .fa-available {
  color: #707070 !important;
}
.xlbootstrap3 .study-plan .fa-recommended {
  color: #288153 !important;
}
.xlbootstrap3 .study-plan .tab-inner-container {
  display: block;
  position: relative;
}
.xlbootstrap3 .study-plan .tab-inner-container .loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff url('../mobiledesign/images/spinner.gif') no-repeat center;
}
.xlbootstrap3 .study-plan .tab-inner-container .recommended-media-container .loading-media {
  background: #ffffff url('../mobiledesign/images/spinner.gif') no-repeat center;
}
.xlbootstrap3 .study-plan .tab-inner-container .chapter-container .loading-chapters {
  z-index: 10000;
  background: #ffffff url('../mobiledesign/images/spinner.gif') no-repeat center;
  min-height: 312px;
}
.xlbootstrap3 .study-plan .tab-inner-container .chapter-container .loading-chapters .result-link {
  margin-top: 200px;
}
.xlbootstrap3 .study-plan .tab-inner-container .chapter-container ul.result-link {
  padding-left: 25px;
}
.xlbootstrap3 .study-plan .tab-inner-container .exercise-container .loading-exercise {
  z-index: 10000;
  background: #ffffff url('../mobiledesign/images/spinner.gif') no-repeat center;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table .title-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table a.expand-collapse {
  text-decoration: none;
  color: #252525;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table a.disable-cursor {
  text-decoration: none;
  color: #252525;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table .no-pointer {
  pointer-events: none;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table .bullet-point {
  margin-left: 5px;
  margin-right: 9px;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table tbody tr td {
  padding-left: 9px !important;
}
.xlbootstrap3 .study-plan .study-plan-chapters-table tbody tr td a {
  position: static;
}
.xlbootstrap3 .study-plan .study-plan-list {
  margin: 0 !important;
}
.xlbootstrap3 .study-plan .well objectives .no-bullets li {
  content: "";
}
.xlbootstrap3 .study-plan .sections-list li .section {
  margin-bottom: 20px;
}
.xlbootstrap3 .study-plan .sections-list li .section .bold-title {
  font-weight: bold;
}
.xlbootstrap3 .study-plan .sections-list li:last-child {
  margin-bottom: 10px;
}
.xlbootstrap3 .study-plan .sp-congrats {
  color: #A77CCF;
  font-size: 2em;
  text-align: center;
}
.xlbootstrap3 .study-plan .text-center {
  text-align: center;
}
.xlbootstrap3 #InstructorTabControlDiv .dropdown-menu > li > a:focus {
  background-color: #d0d0d0;
}
.xlbootstrap3 #InstructorTabControlDiv .dropdown-menu > .active > a:focus {
  background-color: #007fa9;
}
.xlbootstrap3 .nav-tabs {
  border-bottom: 1px solid #e9e9e9;
  background-color: #f5f5f5;
  padding-left: 19px;
  border-top: none;
}
.xlbootstrap3 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.xlbootstrap3 .nav-tabs > li > a {
  color: #6a7070;
  margin-right: 35px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
}
.xlbootstrap3 .nav-tabs > li > a:hover {
  background-color: inherit;
  color: #252525;
  border-bottom-color: #c7c7c7;
}
.xlbootstrap3 .nav-tabs > li.active > a,
.xlbootstrap3 .nav-tabs > li.active > a:hover,
.xlbootstrap3 .nav-tabs > li.active > a:focus {
  color: #252525;
  background-color: inherit;
  border: none;
  border-bottom: 4px solid #19a5a3;
  cursor: pointer;
}
.xlbootstrap3 .tab-pane {
  padding: 20px 0;
}
.xlbootstrap3 .sub-subnav-tabs > li > a:focus {
  background-color: transparent !important;
  outline: 2px solid #047a9c;
  outline-offset: 5px;
}
.xlbootstrap3 .sub-subnav-tabs > li > a > label {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.xlbootstrap3 .sub-subnav-tabs > li.active > a,
.xlbootstrap3 .sub-subnav-tabs > li.active > a:hover,
.xlbootstrap3 .sub-subnav-tabs > li.active > a:focus {
  color: #252525;
  background-color: transparent !important;
}
.xlbootstrap3 .sub-subnav-tabs > li.active > a:focus {
  outline: 2px solid #047a9c;
  outline-offset: 5px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .sub-subnav-tabs {
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
}
.xlbootstrap3 .sub-subnav-tabs .dropdown-menu {
  margin-top: 0;
}
.xlbootstrap3 .sub-subnav-tabs .open > a {
  background: transparent;
}
.xlbootstrap3 .sub-subnav-tabs .open > a:hover,
.xlbootstrap3 .sub-subnav-tabs .open > a:focus {
  background-color: transparent;
}
.xlbootstrap3 .objective-list {
  margin-left: 1em;
}
.xlbootstrap3 .objective-list > li {
  position: relative;
  margin-bottom: 10px;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before,
.xlbootstrap3 .objective-list > li:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-list > li:after {
  clear: both;
}
.xlbootstrap3 .objective-list > li:before {
  content: "• ";
  color: #989898;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}
.xlbootstrap3 .objective-list > li:last-child {
  margin-bottom: 0;
}
.xlbootstrap3 .objective-list > li .entry-container p {
  margin-bottom: 5px;
}
.xlbootstrap3 .objective-list > li .entry-container h5 {
  margin-bottom: 5px;
}
.xlbootstrap3 .objective-list > li .entry-container .actions {
  white-space: nowrap;
  padding-left: 4em;
}
.xlbootstrap3 .objective-list > li .entry-container .actions .button-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 10px;
}
.xlbootstrap3 .objective-list > li .entry-container .actions .button-container button {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .xlbootstrap3 .objective-list > li .entry-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .xlbootstrap3 .objective-list > li .entry-container p {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xlbootstrap3 .objective-list > li .entry-container .actions {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}
.xlbootstrap3 .objective-list > li .btn {
  margin-left: 0.75em;
}
.xlbootstrap3 .objective-list > li .btn:first-child {
  margin-left: 0;
}
.xlbootstrap3 .objective-list > li span.mp,
.xlbootstrap3 .objective-list > li span.quizme {
  margin-left: 0.75em;
  display: inline-block;
}
.xlbootstrap3 .objective-list > li span.mp {
  width: 79px;
}
.xlbootstrap3 .objective-list > li .btn.practice i.fa {
  color: #288153;
}
.xlbootstrap3 .objective-list > li .btn.practice-complete i.fa {
  color: #CBCBCB;
}
.xlbootstrap3 .objective-list > li i.xlicon-media {
  margin-right: 0;
}
.xlbootstrap3 .objective-list > li .recommended-media {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.xlbootstrap3 .objective-list > li .recommended-media.active {
  border: 1px solid #cccccc;
  border-bottom-color: #FFF;
  background-color: #FFF;
  padding-bottom: 16px;
}
.xlbootstrap3 .objective-list > li .recommended-media-container {
  margin-left: -1em;
}
.xlbootstrap3 .objective-list > li .recommended-media-container div {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #cccccc;
}
.xlbootstrap3 .objective-list > li .recommended-media-container h4 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 14px;
}
.xlbootstrap3 .objective-list .mp {
  text-align: center;
  display: inline-block;
}
.xlbootstrap3 .recommended-media-list {
  list-style-type: none;
}
.xlbootstrap3 .recommended-media-list > li {
  position: relative;
  display: block;
  padding: 0 10px 0 0;
  margin-bottom: 10px;
  vertical-align: top;
}
.xlbootstrap3 .recommended-media-list p {
  margin: 0;
}
@media (min-width: 480px) {
  .xlbootstrap3 .recommended-media-list li {
    display: block;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .recommended-media-list li {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .recommended-media-list li {
    width: 32%;
  }
}
.xlbootstrap3 .mastery-points-legend {
  display: table;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.xlbootstrap3 .mastery-points-legend li {
  display: table-row;
}
.xlbootstrap3 .mastery-points-legend li > span {
  display: table-cell;
}
.xlbootstrap3 .mastery-points-legend li > span:last-child {
  padding: 0 1em;
}
.xlbootstrap3 .mastery-points-legend div[class*="indicator-"] {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: text-top;
}
.xlbootstrap3 .mastery-points-legend .indicator-mastery-points {
  background-color: #9165c6;
  border: 1px solid #6a7070;
}
.xlbootstrap3 .mastery-points-legend .indicator-practiced-points {
  background-image: linear-gradient(45deg, #bcd4f0 33.33%, #6a7070 33.33%, #6a7070 50%, #bcd4f0 50%, #bcd4f0 83.33%, #6a7070 83.33%, #6a7070 100%);
  background-size: 4.24px 4.24px;
  background-color: #bdd4f0;
  border: 1px solid #6a7070;
}
.xlbootstrap3 .mastery-points-legend .indicator-remaning-points {
  background-color: #ffffff;
  border: 1px solid #6a7070;
}
.xlbootstrap3 .practice-legend {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.xlbootstrap3 .objective-progress-list {
  list-style: none;
  padding-left: 0;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list:before,
.xlbootstrap3 .objective-progress-list:after {
  content: " ";
  display: table;
}
.xlbootstrap3 .objective-progress-list:after {
  clear: both;
}
.xlbootstrap3 .objective-progress-list > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #D0D0D0;
}
.xlbootstrap3 .objective-progress-list > li + li {
  margin-top: -1px;
}
.xlbootstrap3 .objective-progress-list > li > a {
  color: #252525;
  display: block;
  padding: 12px;
  text-align: center;
  border: 3px solid #FFF;
}
.xlbootstrap3 .objective-progress-list > li > a:hover,
.xlbootstrap3 .objective-progress-list > li > a:focus,
.xlbootstrap3 .objective-progress-list > li > a:visited,
.xlbootstrap3 .objective-progress-list > li > a:active {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap3 .objective-progress-list > li.complete {
  background-color: #F1ECF8;
}
.xlbootstrap3 .objective-progress-list > li ul.chart {
  list-style: none;
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  height: 7px;
  border: none;
  width: 97%;
  color: #FFF;
  padding: 0;
  border: 1px solid #6a7070;
}
.xlbootstrap3 .objective-progress-list > li ul.chart > li {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  border-right: 1px solid #6a7070;
}
.xlbootstrap3 .objective-progress-list > li ul.chart > li.mastered {
  background-color: #9165c6;
}
.xlbootstrap3 .objective-progress-list > li ul.chart > li.practiced {
  background-image: linear-gradient(45deg, #bcd4f0 33.33%, #6a7070 33.33%, #6a7070 50%, #bcd4f0 50%, #bcd4f0 83.33%, #6a7070 83.33%, #6a7070 100%);
  background-size: 4.24px 4.24px;
}
.xlbootstrap3 .objective-progress-list > li .objectives-mastered {
  background-color: #9165c6;
  border-color: #9165c6;
}
.xlbootstrap3 .objective-progress-list > li .objectives-practiced {
  background-color: #bdd4f0;
  border-color: #b3c9e3;
}
.xlbootstrap3 .objective-progress-list > li .objectives-remaining {
  background-color: #ffffff;
  border-color: #c0c0c0;
}
@media (min-width: 768px) {
  .xlbootstrap3 .objective-progress-list > li {
    width: 33.33%;
    border: 1px solid #D0D0D0;
  }
  .xlbootstrap3 .objective-progress-list > li + li {
    margin-top: 0;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+2) {
    border-left: none;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(3n+4) {
    border-left: 1px solid #D0D0D0;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+4) {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .objective-progress-list > li {
    width: 20%;
    border: 1px solid #D0D0D0;
    /* overcome @screen-sm-min changes */
    /* Style for @screen-md-min */
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(3n+4) {
    border-left: none;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+4) {
    border-top: 1px solid #D0D0D0;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+2) {
    border-left: none;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(5n+6) {
    border-left: 1px solid #D0D0D0;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+6) {
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .xlbootstrap3 .objective-progress-list > li {
    width: 12.5%;
    border: 1px solid #D0D0D0;
    /* overcome @screen-md-min changes */
    /* Style for @screen-lg-min */
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(5n+6) {
    border-left: none;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+6) {
    border-top: 1px solid #D0D0D0;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+2) {
    border-left: none;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(8n+9) {
    border-left: 1px solid #D0D0D0;
  }
  .xlbootstrap3 .objective-progress-list > li:nth-child(1n+9) {
    border-top: none;
  }
}
.xlbootstrap3 .objective-progress-list .popover {
  border-radius: 0;
  padding: 0;
  min-width: 250px;
}
.xlbootstrap3 .objective-progress-list .popover .popover-title {
  border-radius: 0;
  border-bottom-color: #c0c0c0;
  font-weight: bold;
}
.xlbootstrap3 .objective-progress-list ul.points-table {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.xlbootstrap3 .objective-progress-list ul.points-table li {
  display: table-row;
}
.xlbootstrap3 .objective-progress-list ul.points-table li > span {
  display: table-cell;
}
.xlbootstrap3 .objective-progress-list ul.points-table li > span + span {
  padding-left: 10px;
}
.xlbootstrap3 .study-plan-details-list {
  padding-left: 0;
  list-style-type: none;
}
.xlbootstrap3 .study-plan-details-list > li {
  position: relative;
  display: block;
  padding: 0 15px 0 20px;
  margin-bottom: 10px;
}
.xlbootstrap3 .study-plan-details-list p {
  margin: 0;
}
@media (min-width: 480px) {
  .xlbootstrap3 .study-plan-details-list li {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .study-plan-details-list li {
    width: 32%;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .study-plan-details-list li {
    width: 24%;
  }
}
.xlbootstrap3 .study-plan-details-list .objective-status {
  position: absolute;
  left: 0;
  top: 3px;
}
.xlbootstrap3 a[data-toggle='popover'] {
  cursor: pointer;
}
.xlbootstrap3 .popover-menu-wide + .popover-menu {
  min-width: 210px;
}
.xlbootstrap3 .popover-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
}
.xlbootstrap3 .popover-menu .popover-content {
  padding: 3px;
}
.xlbootstrap3 .popover-menu.bottom > .arrow:after {
  border-bottom-color: #FFF;
}
.xlbootstrap3 .popover-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.xlbootstrap3 .popover-menu ul > li {
  line-height: 1.65;
}
.xlbootstrap3 .popover-menu ul > li > a {
  display: block;
  color: #252525;
  text-decoration: none;
  padding: 0 17px;
}
.xlbootstrap3 .popover-menu ul > li > a .caret {
  color: #047a9c;
}
.xlbootstrap3 .popover-menu ul > li > a:hover,
.xlbootstrap3 .popover-menu ul > li > a:focus {
  color: #252525;
  background-color: #d9d9d9;
}
.xlbootstrap3 .popover-menu ul > li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #d0d0d0;
  margin: 15px 0;
}
.xlbootstrap3 .wizard {
  border-top: 1px solid #d0d0d0;
}
.xlbootstrap3 .wizard .wizard-steps {
  padding: 0;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d0d0d0;
  padding: 8px 15px;
}
.xlbootstrap3 .wizard .wizard-steps li {
  display: inline-block;
  counter-increment: index;
  white-space: nowrap;
  margin-right: 1em;
  line-height: 1.8;
}
.xlbootstrap3 .wizard .wizard-steps a:before {
  display: inline-block;
  content: counter(index);
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  font-size: 11px;
  color: #252525;
  line-height: 1.6;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  vertical-align: text-top;
}
.xlbootstrap3 .wizard .wizard-steps a.active:before {
  background-color: #007fa9;
  border-color: #007fa9;
  color: #ffffff;
}
.xlbootstrap3 .wizard .wizard-steps a.complete:before {
  background-color: #707070;
  border-color: #707070;
  color: #ffffff;
}
.xlbootstrap3 .wizard .wizard-content {
  padding: 0 15px;
}
.xlbootstrap3 .wizard .wizard-content.no-indent {
  padding: 0;
}
.xlbootstrap3 .wizard .wizard-footer {
  border-top: 1px solid #D0D0D0;
  padding: 20px 0;
}
.xlbootstrap3 .wizard .wizard-footer.no-border {
  border-top: none;
  padding-top: 0;
}
.xlbootstrap3 .wizard .form-horizontal label {
  text-align: left;
}
.xlbootstrap3 .wizard .fa.fa-info-circle {
  margin-left: 0.5em;
}
.xlbootstrap3 .enroll-wiz .wizard-rdo {
  font-weight: normal;
  padding-left: 3px;
}
.xlbootstrap3 .enroll-wiz .wizard-rdo label {
  font-weight: normal;
  padding-left: 3px;
}
.xlbootstrap3 .enroll-wiz .wizard-rdo input[type="radio"] {
  vertical-align: middle;
  margin-top: -1px;
}
.xlbootstrap3 .enroll-wiz .panel.noborder {
  border: none;
  box-shadow: none;
}
.xlbootstrap3 .enroll-wiz .wiz-search {
  float: left;
  margin-right: 3px;
}
.xlbootstrap3 .enroll-wiz .nopadding {
  padding: 0;
}
.xlbootstrap3 .enroll-wiz .nomargin {
  margin: 0;
}
.xlbootstrap3 .enroll-wiz .font-normal {
  font-weight: normal;
}
.xlbootstrap3 .enroll-wiz .form-row {
  margin-bottom: 5px;
}
.xlbootstrap3 .enroll-wiz .well {
  box-shadow: none;
  border: none;
  background-color: #f5f5f5;
}
.xlbootstrap3 .enroll-wiz .col-course {
  max-width: 350px;
  min-width: 300px;
}
.xlbootstrap3 .enroll-wiz .col-notice {
  max-width: 450px;
}
.xlbootstrap3 .enroll-wiz .col-school {
  max-width: 500px;
}
.xlbootstrap3 .change-scores-form {
  margin-bottom: 20px;
}
.xlbootstrap3 .change-scores-form .control-label {
  font-weight: normal;
  text-align: left;
}
.xlbootstrap3 .change-scores-form .form-group {
  margin-bottom: 0;
}
.xlbootstrap3 .change-scores-form .radio input[type='radio'] {
  top: 13px;
}
.xlbootstrap3 .change-scores-form .radio input[type='text'] {
  width: 3.5em;
}
.xlbootstrap3 .export-data-form .control-label {
  text-align: left;
}
.xlbootstrap3 .export-data-form .indent {
  margin-left: 20px;
}
.xlbootstrap3 .email_search_form input[type='text'],
.xlbootstrap3 .email_search_form input[type='email'],
.xlbootstrap3 .email_search_form textarea {
  width: 30em;
  height: auto;
}
.xlbootstrap3 .email_search_form .radio input[type='radio'] {
  top: 13px;
}
.xlbootstrap3 .modal-export-selected .radio {
  height: 25px;
}
.xlbootstrap3 table.table-gradebook-all-assignments tbody.student-stats td.omit-td > a {
  color: #a5a5a5;
}
.xlbootstrap3 table.table-gradebook-all-assignments tbody.student-stats tr:last-child > td {
  border-bottom: 1px solid #e8e8e8;
}
.xlbootstrap3 .export-options-width {
  width: inherit;
}
.xlbootstrap3 h3.accessibility-appearance {
  font-size: 16px ;
  font-weight: normal ;
  font-weight: bold;
  margin-top: 0 ;
}
.xlbootstrap3 h3.accessibility-appearance-announcement {
  font-size: 16px ;
  font-weight: normal ;
  margin-bottom: 0 ;
  margin-top: 0;
}
.xlbootstrap3 h3.accessibility-appearance-month {
  font-size: 16px ;
  font-weight: normal ;
  margin-top: 0 ;
}
.xlbootstrap3 .accessibility-appearance-multimedia {
  font-size: 14px;
  font-weight: bold;
}
.xlbootstrap3 .accessibility-appearance-multimedia h3 {
  margin-bottom: 20px;
}
.xlbootstrap3 .accessibility-appearance-multimedia h4 {
  margin-bottom: 5px;
}
.xlbootstrap3 a.disable-link {
  pointer-events: none;
  cursor: default;
  color: initial !important;
}
.xlbootstrap3 *.form-control-customized {
  width: auto;
}
.xlbootstrap3 *.display-inline {
  display: inline;
}
.xlbootstrap3 #RadStartDatePicker .riSingle .riTextBox[type="text"] {
  height: 24px;
  margin: -4px;
  border-radius: 3px;
  font-size: 14px;
  width: 85px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.xlbootstrap3 .span-link-hover {
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetics, Arial, sans-serif;
  font-size: 14px;
  color: #047a9c;
  font-weight: normal;
}
.xlbootstrap3 .span-link-hover:hover {
  text-decoration: underline;
}
.xlbootstrap3 *.form-control-customized-threedigit {
  width: 50px;
}
.xlbootstrap3 .pe-textInput--input_error {
  border: 1px solid #db0020;
}
.xlbootstrap3 p.pe-input--error_message {
  font-size: 12px;
  color: #db0020;
}
.xlbootstrap3 .search-input input {
  border: none;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #6A7070;
  display: block;
  padding: 4px 0 4px;
  font-size: 12px !important;
  line-height: 0;
  width: 100%;
  position: relative;
  width: 150px !important;
  height: 26px;
}
.xlbootstrap3 .floatingAlert {
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7 !important;
  border-left: 3px solid #19A5A3 !important;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.16);
  color: #484848;
  display: none;
  font-family: Arial;
  font-size: 14px !important;
  padding-left: 28px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  padding-right: 36px !important;
  position: fixed !important;
  top: 10%;
  z-index: 1000;
}
.xlbootstrap3 .floatingAlert .green-tick {
  color: #00A431;
  padding-right: 12px;
}
.xlbootstrap3 .floatingAlert .close {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid transparent;
  color: #000000;
  cursor: pointer;
  opacity: 0.5 !important;
  padding: 0;
  top: 8px;
  right: 8px;
  position: absolute;
}
.xlbootstrap3 .coachmark {
  z-index: 800;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  color: #4D4D4D;
  text-align: left;
  padding: 20px 15px 15px 15px;
  border-radius: 2px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
}
.xlbootstrap3 .coachmark.bottom:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e9e9e9;
}
.xlbootstrap3 .coachmark.bottom:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
}
.xlbootstrap3 .coachmark.left:after {
  content: "";
  position: absolute;
  right: 100%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent white transparent transparent;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
  z-index: 800;
}
.xlbootstrap3 .question-preview-url {
  position: relative;
}
.xlbootstrap3 .question-preview-url .coachmark {
  width: 400px;
  height: 320px;
  text-align: left;
  padding: 15px;
  border-radius: 2px;
  left: 60px;
  top: -15px;
}
.xlbootstrap3 .question-preview-url .coachmark.left:after {
  top: 8%;
  margin-top: -8px;
}
.xlbootstrap3 .question-preview-url .coachmark .coachmark-id {
  font-weight: 600;
}
.xlbootstrap3 .question-preview-url:hover .coachmark {
  visibility: visible;
}
.xlbootstrap3 .overallScore-coachmark-container {
  position: relative;
}
.xlbootstrap3 .overallScore-coachmark-container p {
  font-size: 13px;
}
.xlbootstrap3 .overallScore-coachmark-container .coachmark {
  width: 268px;
  height: 141px;
  text-align: left;
  right: 0;
  top: -9px;
}
.xlbootstrap3 .overallScore-coachmark-container .coachmark.hidden-by-instructor {
  height: 100px;
}
.xlbootstrap3 .overallScore-coachmark-container .coachmark.bottom:before {
  left: 234px;
  border: 10px solid transparent;
  border-bottom-color: #e9e9e9;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .overallScore-coachmark-container .coachmark.bottom:before {
    left: 15px;
  }
}
.xlbootstrap3 .overallScore-coachmark-container .coachmark.bottom:after {
  left: 235px;
  border: 9px solid transparent;
  border-bottom-color: white;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .overallScore-coachmark-container .coachmark.bottom:after {
    left: 16px;
  }
}
.xlbootstrap3 .overallScore-coachmark-container .coachmark {
  visibility: visible;
}
.xlbootstrap3 .lc-coachmark-container {
  position: relative;
}
.xlbootstrap3 .lc-coachmark-container .coachmark {
  width: 320px;
  height: 309px;
  right: -15px;
  top: 32px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .lc-coachmark-container .coachmark {
    right: -45px;
    width: 300px;
    height: 330px;
  }
}
.xlbootstrap3 .lc-coachmark-container .coachmark.bottom:before {
  left: 285px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .lc-coachmark-container .coachmark.bottom:before {
    left: 236px;
  }
}
.xlbootstrap3 .lc-coachmark-container .coachmark.bottom:after {
  left: 286px;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .lc-coachmark-container .coachmark.bottom:after {
    left: 237px;
  }
}
.xlbootstrap3 .lc-coachmark-container .coachmark {
  visibility: visible;
}
.xlbootstrap3 #skip-link {
  display: block;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.xlbootstrap3 #skip-link:focus {
  position: relative;
  clip: unset;
  background-color: #fff;
  margin-top: -51px;
  margin-left: 0;
  width: 204px;
  height: 32px;
  padding: 5px;
  text-align: center;
  border: 1px solid #047A9C;
  font-weight: 600;
  border-radius: 4px;
  z-index: 100001;
  text-decoration: none;
  margin-bottom: 0;
}
.xlbootstrap3 .toggle button:focus + label {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.xlbootstrap3 .toggle button.pe-toggle {
  background: #6A7070 !important;
  position: relative;
  vertical-align: middle;
  border-radius: 100px !important;
  display: inline-block;
  width: 55px !important;
  height: 26px !important;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  transition: background 0.3s !important;
  cursor: pointer;
  border: none !important;
  line-height: 1.4;
}
.xlbootstrap3 .toggle button.pe-toggle[aria-checked='true'] {
  background: #047A9C !important;
}
.xlbootstrap3 .toggle button.pe-toggle[aria-checked='true']::before {
  left: 31px;
}
.xlbootstrap3 .toggle button.pe-toggle::before {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  left: 2px;
  top: 4px  !important;
  margin-left: 2px !important;
  border-radius: 100%;
  width: 17.6px;
  height: 17.6px;
  transition: left 0.3s !important;
}
.xlbootstrap3 .toggle button.pe-toggle span {
  position: absolute;
  top: 5px !important;
  font-size: 12px;
  pointer-events: none;
}
.xlbootstrap3 .toggle button.pe-toggle :first-child {
  right: 27px;
}
.xlbootstrap3 .toggle button.pe-toggle :last-child {
  right: 8px;
}
.xlbootstrap3 .toggle button.pe-toggle[aria-checked='false'] :first-child,
.xlbootstrap3 .toggle button.pe-toggle[aria-checked='true'] :last-child {
  display: none;
}
.xlbootstrap3 .toggle button.pe-toggle[aria-checked='false'] :last-child,
.xlbootstrap3 .toggle button.pe-toggle[aria-checked='true'] :first-child {
  color: #fff;
}
.xlbootstrap3 .toggle button.pe-toggle + label.pe-toggle {
  vertical-align: middle;
}
.xlbootstrap3 .toggle .feedback {
  display: flex;
  align-items: center;
}
.xlbootstrap3 .toggle .feedback .form-control {
  padding-left: 25px;
}
@media (max-width: 600px) {
  .xlbootstrap3 .toggle .feedback .form-control {
    padding-left: 0;
  }
}
.xlbootstrap3 .toggle button.pe-toggle[aria-checked=true] {
  background: #047A9C;
}
.xlbootstrap3 .toggle button.pe-toggle {
  background: #6a7070;
  position: relative;
  vertical-align: middle;
  border-radius: 15px;
  display: inline-block;
  width: 60px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background .3s;
  transition: background .3s;
  cursor: pointer;
  border: 1px solid #c7c7c7;
  line-height: 1.4;
}
.xlbootstrap3 button {
  cursor: pointer;
}
.xlbootstrap3 .dtooltip {
  z-index: 800;
  position: absolute;
  visibility: hidden;
  background: #252525;
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  font-size: 12px;
}
.xlbootstrap3 .dtooltip.bottom:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #252525 transparent;
}
.xlbootstrap3 .dtooltip.top:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 6%;
  border-width: 5px;
  border-style: solid;
  border-color: #252525 transparent transparent transparent;
}
.xlbootstrap3 div#overallScore-info {
  border: 1px solid#e9e9e9;
  width: 268px;
  height: 141px;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  top: 48px;
  right: 0;
  padding: 15px;
  font-size: 13px;
}
.xlbootstrap3 div#overallScore-info.bottom:before {
  content: '';
  display: block;
  position: absolute;
  left: 234px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e9e9e9;
}
.xlbootstrap3 div#overallScore-info.bottom:after {
  content: '';
  display: block;
  position: absolute;
  left: 235px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
}
.xlbootstrap3 .student-home select:focus {
  outline: 2px solid #047a9c !important;
}
.xlbootstrap3 .student-home .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.xlbootstrap3 .student-home .header-container .student-home-help {
  padding-top: 12px;
  padding-left: 6px;
  margin-right: -13px;
}
.xlbootstrap3 .student-home .header-container .instructor-view-url {
  width: 100%;
  text-align: right;
  padding: 8px 0 8px 8px;
  margin-bottom: 1px;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 600;
}
.xlbootstrap3 .student-home .header-container .instructor-view-url a {
  font-weight: 600;
}
.xlbootstrap3 .student-home .header-container .instructor-view-url svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #047a9c;
}
@media only screen and (max-width: 400px) {
  .xlbootstrap3 .student-home .header-container .instructor-view-url {
    margin-top: -5px;
  }
}
.xlbootstrap3 .student-home .header-container #main-content {
  font-size: 24px;
  font-weight: 300;
  justify-content: flex-start;
  white-space: nowrap;
  padding-top: 5px;
}
.xlbootstrap3 .student-home .header-container #main-content.w-instructor-url {
  margin-top: -8px !important;
}
.xlbootstrap3 .student-home .header-container #main-content {
  font-size: 24px !important;
  font-weight: lighter !important;
  justify-content: flex-start;
  white-space: nowrap;
  padding-top: 5px;
}
.xlbootstrap3 .student-home .header-container #main-content.w-instructor-url {
  margin-top: -8px !important;
}
.xlbootstrap3 .student-home .header-container .page-tools {
  display: flex;
  justify-content: flex-end;
  right: auto;
  align-items: center;
  margin-top: -6px !important;
  flex: 1 1 50px;
}
.xlbootstrap3 .student-home .header-container .page-tools button.icon-btns.search-activated {
  display: none;
}
@media only screen and (max-width: 560px) {
  .xlbootstrap3 .student-home .header-container .page-tools.search {
    margin-right: -10px;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .student-home .header-container .page-tools {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .student-home .header-container .page-tools {
    margin-left: 120px;
  }
  .xlbootstrap3 .student-home .header-container .page-tools.search {
    margin-left: 100px;
    flex-wrap: wrap;
  }
}
.xlbootstrap3 .student-home .header-container .page-tools button.icon-btns {
  margin-left: 12px;
}
.xlbootstrap3 .student-home .header-container .page-tools .icon-btns.icon-placement {
  padding-top: 20px;
}
.xlbootstrap3 .student-home .header-container .page-tools .icon-btns.icon-placement svg {
  width: 18px;
  height: 18px;
}
.xlbootstrap3 .student-home .header-container .hidden {
  display: none;
}
.xlbootstrap3 .student-home div.search-result-info {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.xlbootstrap3 .student-home .tab-container {
  position: relative;
  margin-bottom: 20px;
}
.xlbootstrap3 .student-home .tab-container .entire-course-view {
  margin-bottom: 10px;
}
.xlbootstrap3 .student-home .tab-container ul.nav.nav-tabs.sub-subnav-tabs {
  padding-top: 15px;
  padding-left: 29px;
  background-color: #fff;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .student-home .tab-container ul.nav.nav-tabs.sub-subnav-tabs.lc-session {
    padding-top: 30px;
  }
}
.xlbootstrap3 .student-home .tab-container button#lc-session-btn {
  position: absolute;
  right: 75px;
  top: 0;
  width: 143px;
  height: 32px;
  border-radius: 2px;
  font-weight: 600;
}
@media only screen and (max-width: 412px) {
  .xlbootstrap3 .student-home .tab-container button#lc-session-btn {
    top: -24px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .student-home .tab-container button#lc-session-btn {
    right: auto;
    margin-left: 125px;
    margin-top: 22px;
  }
}
.xlbootstrap3 .student-home .tab-container button#overallScore-sm,
.xlbootstrap3 .student-home .tab-container button#overallScore-sm-zero-state,
.xlbootstrap3 .student-home .tab-container button.overallScore-btn {
  position: absolute;
  margin-top: -72px;
  right: -25px;
  background-color: transparent;
  border: none;
}
.xlbootstrap3 .student-home .tab-container button#overallScore-sm p,
.xlbootstrap3 .student-home .tab-container button#overallScore-sm-zero-state p,
.xlbootstrap3 .student-home .tab-container button.overallScore-btn p {
  top: 40%;
  margin-left: 18px;
  width: 50px;
  display: inline-block;
  overflow: hidden;
}
.xlbootstrap3 .student-home .tab-container button#overallScore-sm svg,
.xlbootstrap3 .student-home .tab-container button#overallScore-sm-zero-state svg,
.xlbootstrap3 .student-home .tab-container button.overallScore-btn svg {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .student-home .tab-container button#overallScore-sm,
  .xlbootstrap3 .student-home .tab-container button#overallScore-sm-zero-state,
  .xlbootstrap3 .student-home .tab-container button.overallScore-btn {
    right: auto;
    margin-left: -15px;
    margin-top: -114px;
  }
  .xlbootstrap3 .student-home .tab-container button#overallScore-sm.search,
  .xlbootstrap3 .student-home .tab-container button#overallScore-sm-zero-state.search,
  .xlbootstrap3 .student-home .tab-container button.overallScore-btn.search {
    margin-top: -145px;
  }
}
@media only screen and (max-width: 320px) {
  .xlbootstrap3 .student-home .tab-container .coachmark {
    margin-top: -20px;
  }
}
.xlbootstrap3 .student-home .tab-container #overallScore-sm .popover,
.xlbootstrap3 .student-home .tab-container #overallScore-sm-zero-state .popover {
  max-width: 268px;
}
.xlbootstrap3 .student-home .tab-container .overallScore-btn .popover {
  max-width: 268px;
}
.xlbootstrap3 .student-home .tab-container .toggle-container {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.xlbootstrap3 .student-home .tab-container .toggle-container .toggle {
  margin-right: 15px;
}
.xlbootstrap3 .student-home .tab-container .toggle-container label {
  padding-top: 4px;
}
.xlbootstrap3 .student-home .tab-container .toggle-container label#overallScore-toggle-label {
  font-weight: 400;
  font-size: 13px;
}
.xlbootstrap3 .student-home .tab-container .toggle-container label.pe-toggle {
  font-weight: 400;
  font-size: 13px;
}
.xlbootstrap3 .student-home div.dtooltip.announcement-tip {
  margin-top: -50px;
  margin-left: -5px;
}
.xlbootstrap3 .student-home div.dtooltip.homework-tip {
  margin-top: -50px;
  margin-left: -3px;
}
.xlbootstrap3 .student-home div.dtooltip.quiz-tip {
  margin-top: -50px;
  margin-left: -2px;
}
.xlbootstrap3 .student-home div.dtooltip.study-tip {
  margin-top: -49px;
  margin-left: -4px;
}
.xlbootstrap3 .student-home div.dtooltip.test-tip {
  margin-top: -50px;
}
.xlbootstrap3 .student-home div.dtooltip.lc-tip {
  margin-top: -51px;
  margin-left: -5px;
}
.xlbootstrap3 .student-home div.dtooltip.due-today-tip {
  margin-top: -50px;
  margin-left: -3px;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  button#overallScore-sm p,
  button#overallScore-sm-zero-state p,
  button.overallScore-btn p {
    position: absolute;
    right: -25px;
    background-color: transparent;
    border: none;
  }
  button#overallScore-sm p p,
  button#overallScore-sm-zero-state p p,
  button.overallScore-btn p p {
    top: 40px;
    left: 26px;
    width: 50px;
    display: inline-block;
    overflow: hidden;
  }
  button#overallScore-sm p svg,
  button#overallScore-sm-zero-state p svg,
  button.overallScore-btn p svg {
    display: block;
    overflow: hidden;
  }
  button#overallScore-sm p span.score-value,
  button#overallScore-sm-zero-state p span.score-value,
  button.overallScore-btn p span.score-value {
    margin-left: 10px;
  }
}
.pilot.xlbootstrap3 {
  /*
 * XL Instructor Pilot Scaffolding Styles
 */
  /*
 * XL Typography
 */
  /* UX Framework default link behavior */
  /* Over-ride as necessary in child elements */
  /*
 * XL Instructor Pilot Icons
 *
 * Pulled from Pearson Elements
 */
  /* Pearson Icons */
  /* Font Awesome Icons */
  /* Additional Section icons.
See /css/less/icons.less for base definitions */
  /*
 * XL Instructor Pilot Alerts
 */
  /* Alerts */
  /*
 * XL Instructor Pilot Header Styles
 */
  /*
 * XL Page Assistance
 */
  /*
 * XL Instructor Pilot Dropdowns
 */
  /* Course Selector dropdown */
  /*
 * XL Overall Score
 * These styles apply to the Overall Score components
 * on both the home page (Dashboard) and Results pages
 */
}
.pilot.xlbootstrap3 #mainBodyContainer {
  background-color: #F5F5F5;
  border-left: 1px solid #E9E9E;
  padding: 20px 30px 35px 30px;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.pilot.xlbootstrap3 #mainBodyContainer.no-top-nav {
  margin-top: -54px;
}
@media (min-width: 992px) {
  .pilot.xlbootstrap3 #mainBodyContainer {
    padding: 20px 30px 35px 30px;
  }
}
.pilot.xlbootstrap3 .iframe-container {
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.pilot.xlbootstrap3 .iframe-container iframe {
  margin: 0 -60px -35px 0;
  padding: 0;
  border: none;
  background-color: #FFF;
  flex: 1;
}
.pilot.xlbootstrap3 h1,
.pilot.xlbootstrap3 h2,
.pilot.xlbootstrap3 h3,
.pilot.xlbootstrap3 h4,
.pilot.xlbootstrap3 p,
.pilot.xlbootstrap3 li,
.pilot.xlbootstrap3 .alert {
  color: #252525;
}
.pilot.xlbootstrap3 a {
  color: #047a9c;
}
.pilot.xlbootstrap3 h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
}
.pilot.xlbootstrap3 h2.tool-headline {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.pilot.xlbootstrap3 hr {
  margin: 20px 0 40px;
  border-top: 3px solid #E2DEE2;
}
.pilot.xlbootstrap3 #pe-icons-sprite {
  display: none;
}
.pilot.xlbootstrap3 svg[class^='pe-icon--'] {
  display: inline-block;
  vertical-align: top;
  fill: #6a7070;
}
.pilot.xlbootstrap3 svg[class$='-18'] {
  width: 18px;
  height: 18px;
}
.pilot.xlbootstrap3 svg[class$='-24'] {
  width: 24px;
  height: 24px;
}
.pilot.xlbootstrap3 .fa[class*="fa-"] {
  color: #6a7070;
}
.pilot.xlbootstrap3 .xlicon-welcome-back {
  background-image: url("/images/xlicons/xlicon-wecome-back.svg");
  width: 17px;
  height: 23px;
}
.pilot.xlbootstrap3 .xlicon-gradebook {
  background-image: url("/images/xlicons/xlicon-gradebook.svg");
  width: 20px;
  height: 18px;
}
.pilot.xlbootstrap3 .xlicon-assignments {
  background-image: url("/images/xlicons/xlicon-assignments.svg");
  width: 20px;
  height: 20px;
}
.pilot.xlbootstrap3 .xlicon-enrich {
  background-image: url("/images/xlicons/xlicon-enrich.svg");
  width: 24px;
  height: 22px;
}
.pilot.xlbootstrap3 .xlicon-close {
  background-image: url("/images/xlicons/xlicon-close.svg");
  width: 12px;
  height: 12px;
}
.pilot.xlbootstrap3 .xlicon-lc {
  background-image: url("/images/learning-catalytics/learning-catalytics-active.svg");
  width: 22px;
  height: 22px;
}
.pilot.xlbootstrap3 .xlicon-lr {
  background-image: url("/images/live-response/live-response-active.svg");
  width: 32px;
  height: 32px;
}
.pilot.xlbootstrap3 .xlicon-lr-beta {
  background-image: url("/images/live-response/live-response-beta.svg");
  width: 45px;
  height: 24px;
  margin-left: 5px;
}
.pilot.xlbootstrap3 ul.columns-3 li {
  font-size: 16px;
  line-height: 1.25;
}
.pilot.xlbootstrap3 ul.columns-3 li:nth-child(3n+2) {
  text-align: center;
}
.pilot.xlbootstrap3 ul.columns-3 li:nth-child(3n+3) {
  text-align: right;
}
.pilot.xlbootstrap3 ul.columns-3 li a {
  text-decoration: none;
}
.pilot.xlbootstrap3 ul.columns-3 li a:hover {
  text-decoration: underline;
}
.pilot.xlbootstrap3 ul.columns-3 li .fa {
  color: #047a9c;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 5px;
}
.pilot.xlbootstrap3 ul.bullets {
  margin: 0;
}
.pilot.xlbootstrap3 ul.bullets li {
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  line-height: 1.57144;
}
.pilot.xlbootstrap3 ul.bullets li .fa {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 8px;
  color: #4D4D4D;
}
@media (min-width: 992px) {
  .pilot.xlbootstrap3 ul.bullets {
    column-count: 2;
    column-gap: 30px;
    column-width: 50%;
  }
  .pilot.xlbootstrap3 ul.bullets li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* non-FF */
  }
}
.pilot.xlbootstrap3 ul.chevrons {
  list-style: none;
  padding: 0;
  clear: both;
  font-size: 16px;
}
.pilot.xlbootstrap3 ul.chevrons a {
  text-decoration: none;
}
.pilot.xlbootstrap3 ul.chevrons a:hover {
  text-decoration: underline;
}
.pilot.xlbootstrap3 ul.chevrons li {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5;
}
.pilot.xlbootstrap3 ul.chevrons li .fa {
  color: #047a9c;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 5px;
}
.pilot.xlbootstrap3 ul.chevrons li .fa.fa-chevron-right {
  position: absolute;
  top: 6px;
  left: 0;
}
.pilot.xlbootstrap3 ul.chevrons li .new-content {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  background-color: #137c7a;
  color: #FFF;
}
.pilot.xlbootstrap3 ul.assignments-list {
  margin-bottom: 12px;
}
.pilot.xlbootstrap3 ul.assignments-list li {
  font-size: 14px;
  line-height: 1.2857143;
  padding: 0 0 18px;
}
.pilot.xlbootstrap3 ul.assignments-list strong {
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .pilot.xlbootstrap3 ul.assignments-list {
    column-count: 2;
    column-gap: 30px;
    column-width: 50%;
  }
  .pilot.xlbootstrap3 ul.assignments-list li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* non-FF */
  }
}
.pilot.xlbootstrap3 ul.tool-links {
  margin-bottom: 0;
}
.pilot.xlbootstrap3 ul.tool-links li {
  font-size: 16px;
  line-height: 1.5;
}
.pilot.xlbootstrap3 ul.tool-links li:nth-child(even) {
  text-align: right;
}
@media (min-width: 992px) {
  .pilot.xlbootstrap3 ul.tool-links:before,
  .pilot.xlbootstrap3 ul.tool-links:after {
    content: " ";
    display: table;
  }
  .pilot.xlbootstrap3 ul.tool-links:after {
    clear: both;
  }
  .pilot.xlbootstrap3 ul.tool-links li {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 1.5;
  }
  .pilot.xlbootstrap3 ul.tool-links li.pipe:before {
    content: "\00a0|";
    color: #047A9C;
  }
  .pilot.xlbootstrap3 ul.tool-links li.right {
    float: right;
  }
  .pilot.xlbootstrap3 ul.tool-links li.left {
    clear: both;
  }
}
.pilot.xlbootstrap3 .well {
  position: relative;
  margin: 0 0 30px 0;
  padding: 18px 20px 10px;
  border: none;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 #cccccc;
  /* Well-specific styles */
}
.pilot.xlbootstrap3 .well a {
  text-decoration: none;
}
.pilot.xlbootstrap3 .well a:hover,
.pilot.xlbootstrap3 .well a:focus {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well a.tile-title {
  color: #252525;
  text-decoration: none;
}
.pilot.xlbootstrap3 .well a.tile-title:hover,
.pilot.xlbootstrap3 .well a.tile-title:focus {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well a.inline-link {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well a.alert-link {
  color: #C73F00;
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #252525;
}
.pilot.xlbootstrap3 .well h3 a {
  color: #252525;
}
.pilot.xlbootstrap3 .well h3 a.tile-title {
  font-weight: 600;
}
.pilot.xlbootstrap3 .well h3.lr {
  align-items: center;
  display: flex;
}
.pilot.xlbootstrap3 .well .lead {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
}
.pilot.xlbootstrap3 .well.welcome-back {
  padding-bottom: 8px;
  border-left: 4px solid #9e007e;
}
.pilot.xlbootstrap3 .well.welcome-back .type-indicator,
.pilot.xlbootstrap3 .well.welcome-back .course-time {
  margin: 6px 0 20px;
  font-size: 12px;
  line-height: 1.333;
}
.pilot.xlbootstrap3 .well.welcome-back .type-indicator a,
.pilot.xlbootstrap3 .well.welcome-back .course-time a {
  text-decoration: none;
}
.pilot.xlbootstrap3 .well.welcome-back .type-indicator a:hover,
.pilot.xlbootstrap3 .well.welcome-back .course-time a:hover,
.pilot.xlbootstrap3 .well.welcome-back .type-indicator a:focus,
.pilot.xlbootstrap3 .well.welcome-back .course-time a:focus {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well.welcome-back .type-indicator {
  text-align: center;
}
.pilot.xlbootstrap3 .well.welcome-back .course-time {
  text-align: right;
}
.pilot.xlbootstrap3 .well.enrich-course {
  padding-bottom: 12px;
  border-left: 4px solid #ea7600;
}
.pilot.xlbootstrap3 .well.enrich-course p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.pilot.xlbootstrap3 .well.lc-pod {
  padding-bottom: 12px;
  border-left: 4px solid #0c1e7b;
}
.pilot.xlbootstrap3 .well.lc-pod p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.pilot.xlbootstrap3 .well.assignments {
  border-left: 4px solid #047a9c;
}
.pilot.xlbootstrap3 .well.assignments a.tile-title {
  font-weight: 600;
}
.pilot.xlbootstrap3 .well.gradebook {
  border-left: 4px solid #19a5a3;
}
.pilot.xlbootstrap3 .well.gradebook abbr[title] {
  border-bottom: none;
}
.pilot.xlbootstrap3 .well.gradebook a.tile-title {
  font-weight: 600;
}
.pilot.xlbootstrap3 .well.gradebook .export {
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
}
.pilot.xlbootstrap3 .well.gradebook .export a {
  text-decoration: none;
}
.pilot.xlbootstrap3 .well.gradebook .export a:hover {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well.gradebook .export .fa {
  color: #047A9C;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 5px;
}
.pilot.xlbootstrap3 .well.gradebook .class-average {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
.pilot.xlbootstrap3 .well.gradebook .class-average a {
  cursor: pointer;
  font-weight: bold;
}
.pilot.xlbootstrap3 .well.gradebook .class-average span {
  color: #047a9c;
  font-weight: bold;
}
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip ul,
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip li {
  font-size: 12px;
  line-height: 1.67;
  margin: 0;
}
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip ul strong,
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip li strong {
  margin-left: 1em;
}
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip-arrow {
  border-bottom-color: #000;
}
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip-arrow:after {
  border-width: 5px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 1px;
  margin-left: -5px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.pilot.xlbootstrap3 .well.gradebook .class-average .tooltip-inner {
  border: 1px solid #979797;
  background-color: #FFF;
  text-align: left;
  color: #252525;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment,
.pilot.xlbootstrap3 .well.gradebook .assignment-card {
  font-size: 14px;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment h4,
.pilot.xlbootstrap3 .well.gradebook .assignment-card h4 {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.2857143;
  font-weight: bold;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment h4 .name,
.pilot.xlbootstrap3 .well.gradebook .assignment-card h4 .name {
  flex: 0 1 content;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment h4 .state,
.pilot.xlbootstrap3 .well.gradebook .assignment-card h4 .state {
  padding-left: 0.4em;
  flex: 1 0 content;
  white-space: nowrap;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment {
  margin-bottom: 55px;
  text-align: center;
  padding-top: 5px;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment .inner {
  padding: 5px 20px 20px 20px;
  border: 1px solid #e9e9e9;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2857143;
  text-align: center;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment .due-date {
  margin: 0 0 14px;
  text-align: left;
}
.pilot.xlbootstrap3 .well.gradebook .latest-assignment .completed {
  margin: 0 0 12px;
  font-weight: 600;
}
.pilot.xlbootstrap3 .well.gradebook .other-assignments {
  padding-top: 5px;
  margin-bottom: 18px;
  column-count: 2;
  column-gap: 40px;
  column-width: 50%;
}
@media (min-width: 992px) {
  .pilot.xlbootstrap3 .well.gradebook .latest-assignment {
    margin-bottom: 30px;
  }
  .pilot.xlbootstrap3 .well.gradebook .other-assignments {
    margin-bottom: 0;
  }
}
.pilot.xlbootstrap3 .well.gradebook .assignment-card {
  padding-bottom: 20px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* non-FF */
}
.pilot.xlbootstrap3 .well.gradebook .assignment-card .inner {
  padding: 5px 10px 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.pilot.xlbootstrap3 .well.gradebook .score {
  margin: 0 20px 12px 0;
  padding: 3px 10px 13px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 600;
  background-color: #FFF;
}
.pilot.xlbootstrap3 .well.gradebook .score .score-value {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #047a9c;
}
.pilot.xlbootstrap3 .well.gradebook .info {
  margin: 0 0 13px;
  float: left;
}
.pilot.xlbootstrap3 .well.gradebook .info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2857143;
}
.pilot.xlbootstrap3 .well.gradebook .info .completed {
  margin: 0 0 7px;
  font-weight: 600;
}
.pilot.xlbootstrap3 .well.gradebook .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}
.pilot.xlbootstrap3 .well.gradebook .autocomplete-items {
  position: absolute;
  /*border: 1px solid #d4d4d4;*/
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.pilot.xlbootstrap3 .well.gradebook .autocomplete-items div {
  padding: 8px;
  cursor: pointer;
  background-color: #fff;
  border-top: none;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.pilot.xlbootstrap3 .well.gradebook .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.pilot.xlbootstrap3 .well.gradebook .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #e9e9e9 !important;
}
.pilot.xlbootstrap3 .well.tool {
  margin: 0 0 30px 0;
  padding: 13px 20px 18px;
  box-shadow: none;
}
.pilot.xlbootstrap3 .well.tool h3,
.pilot.xlbootstrap3 .well.tool p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.pilot.xlbootstrap3 .well.tool h3 {
  font-weight: bold;
}
.pilot.xlbootstrap3 .well.tool a {
  text-decoration: none;
}
.pilot.xlbootstrap3 .well.tool a:hover,
.pilot.xlbootstrap3 .well.tool a:focus {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .well .new-content {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  background-color: #137c7a;
  color: #FFF;
}
.pilot.xlbootstrap3 .alert {
  margin: 0 0 28px;
  padding: 12px 22px 18px;
  background-color: #FFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #E9E9E9;
  font-size: 16px;
  line-height: 1.5;
}
.pilot.xlbootstrap3 .alert strong {
  margin-right: 0.25em;
}
.pilot.xlbootstrap3 .alert h3 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 20px;
}
.pilot.xlbootstrap3 .alert a.inline-link {
  text-decoration: underline;
}
.pilot.xlbootstrap3 .alert.alert-info {
  background-color: #daf0ed;
}
.pilot.xlbootstrap3 .alert.alert-info:before {
  content: none;
  display: none;
}
.pilot.xlbootstrap3 .alert.respondus-alert-info {
  background-color: #E5F1F5;
  color: #252525;
  padding: 5px 8px;
  font-size: 14px;
}
.pilot.xlbootstrap3 .alert.respondus-alert-info:before {
  content: none;
  display: none;
}
.pilot.xlbootstrap3 .alert .close {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.pilot.xlbootstrap3 header {
  margin-bottom: 16px;
}
.pilot.xlbootstrap3 header .framed-container {
  margin: -20px -60px 40px;
  padding: 4px 60px;
  background-color: #E6E6E6;
}
.pilot.xlbootstrap3 header .row {
  display: flex;
  clear: both;
}
.pilot.xlbootstrap3 header .row > div {
  align-self: flex-end;
}
.pilot.xlbootstrap3 header .type-indicator {
  text-align: center;
}
.pilot.xlbootstrap3 header .view-link {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}
.pilot.xlbootstrap3 header .view-link:hover {
  text-decoration: underline;
}
.pilot.xlbootstrap3 header .view-link svg[class^='pe-icon--'] {
  fill: #047a9c;
  vertical-align: text-bottom;
}
.pilot.xlbootstrap3 header .view-link .fa {
  margin-left: 4px;
  font-size: 24px;
  color: inherit;
  vertical-align: middle;
}
.pilot.xlbootstrap3 header p {
  margin: 0;
}
.pilot.xlbootstrap3 .page-assistance-pilot {
  padding-top: 3px;
  padding-bottom: 0;
  display: inline-block;
  float: right;
}
.pilot.xlbootstrap3 .page-assistance-pilot.short {
  padding-bottom: 0;
}
.pilot.xlbootstrap3 .page-assistance-pilot a {
  text-decoration: none;
}
.pilot.xlbootstrap3 .page-assistance-pilot a + a {
  margin-left: 1em;
}
.pilot.xlbootstrap3 .page-assistance-pilot a.btn {
  margin-bottom: 10px;
}
.pilot.xlbootstrap3 .course-selector-pilot {
  font-size: 16px;
}
.pilot.xlbootstrap3 .course-selector-pilot.dropdown a {
  text-decoration: none;
  color: #252525;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu {
  padding: 16px 0;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu .divider {
  margin: 8px 24px;
  background-color: #D9D9D9;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu .dropdown-header span {
  padding: 0;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li {
  line-height: 1.2857;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li > a {
  padding: 4px 24px 4px 34px;
  text-decoration: none;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li > a:hover,
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li > a:focus {
  background-color: #E9E9E9;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li.active > a {
  background-color: #E9E9E9;
  color: inherit;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li.active > a svg[class^='pe-icon--'] {
  position: absolute;
  top: 5px;
  left: 11px;
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li.active > a:before {
  content: "";
}
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li.active > a:hover,
.pilot.xlbootstrap3 .course-selector-pilot .dropdown-menu > li.active > a:focus {
  background-color: #E9E9E9;
}
.pilot.xlbootstrap3 #overallScore {
  display: block;
  margin: 0 auto 6px;
  float: none;
  width: 120px;
  height: 120px;
  position: relative;
}
.pilot.xlbootstrap3 #overallScore svg {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.pilot.xlbootstrap3 #overallScore.large {
  width: 100px;
  height: 100px;
}
.pilot.xlbootstrap3 #overallScore.large svg {
  -ms-transform: rotate(-90deg) scale(1.25, 1.25);
  /* IE 9 */
  -webkit-transform: rotate(-90deg) scale(1.25, 1.25);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg) scale(1.25, 1.25);
  margin-top: -12px;
  margin-left: 12px;
}
.pilot.xlbootstrap3 #overallScore circle {
  stroke: #C7C7C7;
  stroke-width: 24px;
}
.pilot.xlbootstrap3 #overallScore .score-indicator {
  stroke: #19a5a3;
}
.pilot.xlbootstrap3 #overallScore p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-60%);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #252525;
}
.pilot.xlbootstrap3 #overallScore p .score-value {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #047a9c;
}
/*
 * XL Icons
 * Requires Font Awesome
 */
.fa[class*="fa-"] {
  color: #707070;
}
[class*="xlicon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
}
[class*="xlicon-"].disabled {
  color: #d0d0d0;
}
.xlicon-announcement {
  color: #666666;
}
.xlicon-announcement:before {
  content: "\f0e5";
}
.xlicon-skill-builder {
  color: #cb4d1b;
}
.xlicon-skill-builder:before {
  content: "\f1b3";
}
.xlicon-time {
  color: #33a963;
}
.xlicon-time:before {
  content: "\f017";
}
.lc-icon {
  vertical-align: text-top;
}
.xlicon-disclosure-close,
.xlicon-disclosure-open,
.xlicon-homework,
.xlicon-quiz,
.xlicon-test,
.xlicon-study-plan,
.xlicon-practice,
.xlicon-practice-next,
.xlicon-ready-for-retest,
.xlicon-objectives,
.xlicon-offline-assignment,
.xlicon-mastered,
.xlicon-media,
.xlicon-recommended-media,
.xlicon-media-share,
.xlicon-member-course,
.xlicon-ia,
.xlicon-arrow-last-page,
.xlicon-arrow-next-page,
.xlicon-arrow-next,
.xlicon-arrow-previous,
.xlicon-arrow-previous-page,
.xlicon-arrow-first-page,
.xlicon-proctoru-incident,
.xlicon-credly {
  width: 1em;
  height: 1em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.xlicon-disclosure-close {
  background-image: url("/images/xlicons/xlicon-disclosure-close.svg") !important;
  width: 15px;
  height: 15px;
}
.xlicon-disclosure-open {
  background-image: url("/images/xlicons/xlicon-disclosure-open.svg") !important;
  width: 15px;
  height: 15px;
}
.xlicon-homework {
  background-image: url("/images/xlicons/xlicon-homework.svg") !important;
}
.xlicon-homework.disabled {
  background-image: url("/images/xlicons/xlicon-homework-disabled.svg") !important;
}
/*XL-24756*/
.xlicon-pageheader-print {
  background-image: url("/images/xlicons/xlicon-pageheader-print.svg");
  background-size: cover;
  display: inline-block;
  height: 18px;
  width: 18px;
}
/*XL-24756*/
.xlicon-pageheader-help:before {
  display: none;
  content: url("/images/xlicons/xlicon-pageheader-help-active.svg");
}
.xlicon-pageheader-help {
  background-image: url("/images/xlicons/xlicon-pageheader-help.svg");
  background-size: 100% 100%;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 12px;
  margin-right: 5px;
}
.btn-default:active .xlicon-pageheader-help,
.open .xlicon-pageheader-help {
  background-image: url("/images/xlicons/xlicon-pageheader-help-active.svg");
}
.xlicon-help {
  background-image: url(/images/xlicons/xlicon-pageheader-help.svg);
  background-size: 100% 100%;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0px;
}
.xlicon-emailstudent {
  background-image: url(/images/xlicons/xlicon-email-student.svg);
  display: inline-block;
  background-size: 21px;
  background-position: center;
  height: 16px;
  width: 20px;
}
.xlicon-arrow-right-circle {
  background-image: url(/images/xlicons/xlicon-arrow-right-circle.svg);
  background-size: 100% 100%;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-left: 5px;
  margin-right: 0px;
}
.xlicon-arrow-left-circle {
  background-image: url(/images/xlicons/xlicon-arrow-left-circle.svg);
  background-size: 100% 100%;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-left: 0px;
  margin-right: 5px;
}
.xlicon-quiz {
  background-image: url("/images/xlicons/xlicon-quiz.svg") !important;
}
.xlicon-quiz.disabled {
  background-image: url("/images/xlicons/xlicon-quiz-disabled.svg") !important;
}
.xlicon-test {
  background-image: url("/images/xlicons/xlicon-test.svg") !important;
}
.xlicon-test.disabled {
  background-image: url("/images/xlicons/xlicon-test-disabled.svg") !important;
}
.xlicon-study-plan {
  background-image: url("/images/xlicons/xlicon-study-plan.svg") !important;
}
.xlicon-study-plan.disabled {
  background-image: url("/images/xlicons/xlicon-study-plan-disabled.svg") !important;
}
.xlicon-practice {
  background-image: url("/images/xlicons/xlicon-practice.svg") !important;
}
.xlicon-practice.disabled {
  background-image: url("/images/xlicons/xlicon-practice-disabled.svg") !important;
}
.xlicon-practice-next {
  background-image: url("/images/xlicons/xlicon-practice-next.svg") !important;
}
.xlicon-practice-next.disabled {
  background-image: url("/images/xlicons/xlicon-practice-next-disabled.svg") !important;
}
.xlicon-objectives {
  background-image: url("/images/xlicons/xlicon-objectives.svg") !important;
}
.xlicon-proctoru-incident {
  background-image: url("/images/xlicons/proctoru-incident.png") !important;
}
.xlicon-study {
  width: 1em;
  height: 1em;
  background-image: url("/images/general/icons/xlicon-study-FC9700.svg") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.xlicon-media-share {
  background-image: url("/images/xlicons/xlicon-media-share-new.png") !important;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.xlicon-media-share.disabled {
  background-image: url("/images/xlicons/xlicon-media-share-new-inactive.png") !important;
}
.xlicon-offline-assignment {
  background-image: url("/images/xlicons/xlicon-offline-assignment.svg") !important;
  width: 14px;
  height: 14px;
}
.xlicon-offline-assignment.disabled {
  background-image: url("/images/xlicons/xlicon-offline-assignment-disabled.svg") !important;
}
.xlicon-mastered {
  background-image: url("/images/xlicons/xlicon-mastered.svg") !important;
  width: 19px;
  height: 13px;
  vertical-align: middle;
}
.xlicon-mastered.disabled {
  background-image: url("/images/xlicons/xlicon-mastered-disabled.svg") !important;
}
.xlicon-media {
  background-image: url("/images/xlicons/xlicon-media.svg") !important;
  width: 26px;
  height: 19px;
  vertical-align: middle;
}
.xlicon-media.disabled {
  background-image: url("/images/xlicons/xlicon-media-disabled.svg") !important;
}
.xlicon-media-share {
  background-image: url("/images/xlicons/xlicon-media-share.svg") !important;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.xlicon-media-share.disabled {
  background-image: url("/images/xlicons/xlicon-media-share-disabled.svg") !important;
}
.xlicon-member-course {
  background-image: url("/images/xlicons/xlicon-member-course.svg");
}
.xlicon-member-course.disabled {
  background-image: url("/images/xlicons/xlicon-member-course-disabled.svg") !important;
}
.xlicon-practice-set {
  background-image: url("/images/xlicons/xlicon-practice-set.svg") !important;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.xlicon-practice-set.disabled {
  background-image: url("/images/xlicons/xlicon-practice-set-disabled.svg") !important;
}
#pop-captcha button.btn.btn-default.close {
  transform: scaleX(1);
  margin-left: 20px;
}
.icon-btns-right,
.icon-btns,
.icon-btns:active,
.icon-btns:hover,
.icon-btns:focus {
  background-color: transparent;
  border: 0;
  width: 18px;
  height: 20px;
  padding: 0;
  margin: 0;
}
.icon-btns-right svg,
.icon-btns svg,
.icon-btns:active svg,
.icon-btns:hover svg,
.icon-btns:focus svg {
  overflow: hidden;
}
.icon-btns-right .pe-icon--search-18,
.icon-btns .pe-icon--search-18,
.icon-btns:active .pe-icon--search-18,
.icon-btns:hover .pe-icon--search-18,
.icon-btns:focus .pe-icon--search-18,
.icon-btns-right .pe-icon--help-fill-18,
.icon-btns .pe-icon--help-fill-18,
.icon-btns:active .pe-icon--help-fill-18,
.icon-btns:hover .pe-icon--help-fill-18,
.icon-btns:focus .pe-icon--help-fill-18,
.icon-btns-right .pe-icon--settings-fill-18,
.icon-btns .pe-icon--settings-fill-18,
.icon-btns:active .pe-icon--settings-fill-18,
.icon-btns:hover .pe-icon--settings-fill-18,
.icon-btns:focus .pe-icon--settings-fill-18,
.icon-btns-right .pe-icon--ellipsis-18,
.icon-btns .pe-icon--ellipsis-18,
.icon-btns:active .pe-icon--ellipsis-18,
.icon-btns:hover .pe-icon--ellipsis-18,
.icon-btns:focus .pe-icon--ellipsis-18,
.icon-btns-right .pe-icon--chevron-back-sm-18,
.icon-btns .pe-icon--chevron-back-sm-18,
.icon-btns:active .pe-icon--chevron-back-sm-18,
.icon-btns:hover .pe-icon--chevron-back-sm-18,
.icon-btns:focus .pe-icon--chevron-back-sm-18,
.icon-btns-right .pe-icon--chevron-next-sm-18,
.icon-btns .pe-icon--chevron-next-sm-18,
.icon-btns:active .pe-icon--chevron-next-sm-18,
.icon-btns:hover .pe-icon--chevron-next-sm-18,
.icon-btns:focus .pe-icon--chevron-next-sm-18,
.icon-btns-right .pe-icon--calendar-fill-18,
.icon-btns .pe-icon--calendar-fill-18,
.icon-btns:active .pe-icon--calendar-fill-18,
.icon-btns:hover .pe-icon--calendar-fill-18,
.icon-btns:focus .pe-icon--calendar-fill-18,
.icon-btns-right .pe-icon--dropdown-close-18,
.icon-btns .pe-icon--dropdown-close-18,
.icon-btns:active .pe-icon--dropdown-close-18,
.icon-btns:hover .pe-icon--dropdown-close-18,
.icon-btns:focus .pe-icon--dropdown-close-18,
.icon-btns-right .pe-icon--dropdown-open-18,
.icon-btns .pe-icon--dropdown-open-18,
.icon-btns:active .pe-icon--dropdown-open-18,
.icon-btns:hover .pe-icon--dropdown-open-18,
.icon-btns:focus .pe-icon--dropdown-open-18,
.icon-btns-right .pe-icon--file-18,
.icon-btns .pe-icon--file-18,
.icon-btns:active .pe-icon--file-18,
.icon-btns:hover .pe-icon--file-18,
.icon-btns:focus .pe-icon--file-18 {
  fill: #6A7070;
  width: 18px;
  height: 18px;
  padding: 3px 0 0 0;
}
@media only screen and (max-width: 320px) {
  .icon-btns-right .pe-icon--calendar-fill-18,
  .icon-btns .pe-icon--calendar-fill-18,
  .icon-btns:active .pe-icon--calendar-fill-18,
  .icon-btns:hover .pe-icon--calendar-fill-18,
  .icon-btns:focus .pe-icon--calendar-fill-18 {
    fill: #047a9c;
    margin-top: -10px;
  }
}
.icon-btns-right .pe-icon--ellipsis-18,
.icon-btns .pe-icon--ellipsis-18,
.icon-btns:active .pe-icon--ellipsis-18,
.icon-btns:hover .pe-icon--ellipsis-18,
.icon-btns:focus .pe-icon--ellipsis-18 {
  transform: rotate(90deg);
  height: 24px !important;
  margin-top: 3px;
}
.icon-btns-right .pe-icon--ellipsis-18 svg.pe-icon--ellipsis-18,
.icon-btns .pe-icon--ellipsis-18 svg.pe-icon--ellipsis-18,
.icon-btns:active .pe-icon--ellipsis-18 svg.pe-icon--ellipsis-18,
.icon-btns:hover .pe-icon--ellipsis-18 svg.pe-icon--ellipsis-18,
.icon-btns:focus .pe-icon--ellipsis-18 svg.pe-icon--ellipsis-18 {
  overflow: hidden;
}
.icon-btns-right .pe-icon--search-24,
.icon-btns .pe-icon--search-24,
.icon-btns:active .pe-icon--search-24,
.icon-btns:hover .pe-icon--search-24,
.icon-btns:focus .pe-icon--search-24,
.icon-btns-right .pe-icon--help-fill-24,
.icon-btns .pe-icon--help-fill-24,
.icon-btns:active .pe-icon--help-fill-24,
.icon-btns:hover .pe-icon--help-fill-24,
.icon-btns:focus .pe-icon--help-fill-24,
.icon-btns-right .pe-icon--settings-fill-24,
.icon-btns .pe-icon--settings-fill-24,
.icon-btns:active .pe-icon--settings-fill-24,
.icon-btns:hover .pe-icon--settings-fill-24,
.icon-btns:focus .pe-icon--settings-fill-24 {
  fill: #6A7070;
  width: 24px;
  height: 24px;
  padding: 10px 0 0 0;
}
.icon-btns-right .pe-icon--dropdown-close-24,
.icon-btns .pe-icon--dropdown-close-24,
.icon-btns:active .pe-icon--dropdown-close-24,
.icon-btns:hover .pe-icon--dropdown-close-24,
.icon-btns:focus .pe-icon--dropdown-close-24,
.icon-btns-right .pe-icon--dropdown-open-24,
.icon-btns .pe-icon--dropdown-open-24,
.icon-btns:active .pe-icon--dropdown-open-24,
.icon-btns:hover .pe-icon--dropdown-open-24,
.icon-btns:focus .pe-icon--dropdown-open-24,
.icon-btns-right .pe-icon--dropdown-open-sm-24,
.icon-btns .pe-icon--dropdown-open-sm-24,
.icon-btns:active .pe-icon--dropdown-open-sm-24,
.icon-btns:hover .pe-icon--dropdown-open-sm-24,
.icon-btns:focus .pe-icon--dropdown-open-sm-24,
.icon-btns-right .pe-icon--dropdown-close-sm-24,
.icon-btns .pe-icon--dropdown-close-sm-24,
.icon-btns:active .pe-icon--dropdown-close-sm-24,
.icon-btns:hover .pe-icon--dropdown-close-sm-24,
.icon-btns:focus .pe-icon--dropdown-close-sm-24 {
  fill: #6A7070;
  width: 24px;
  height: 24px;
  padding: 3px 0 0 0;
}
.icon-btns-right .pe-icon--dropdown-close-24 svg,
.icon-btns .pe-icon--dropdown-close-24 svg,
.icon-btns:active .pe-icon--dropdown-close-24 svg,
.icon-btns:hover .pe-icon--dropdown-close-24 svg,
.icon-btns:focus .pe-icon--dropdown-close-24 svg,
.icon-btns-right .pe-icon--dropdown-open-24 svg,
.icon-btns .pe-icon--dropdown-open-24 svg,
.icon-btns:active .pe-icon--dropdown-open-24 svg,
.icon-btns:hover .pe-icon--dropdown-open-24 svg,
.icon-btns:focus .pe-icon--dropdown-open-24 svg,
.icon-btns-right .pe-icon--dropdown-open-sm-24 svg,
.icon-btns .pe-icon--dropdown-open-sm-24 svg,
.icon-btns:active .pe-icon--dropdown-open-sm-24 svg,
.icon-btns:hover .pe-icon--dropdown-open-sm-24 svg,
.icon-btns:focus .pe-icon--dropdown-open-sm-24 svg,
.icon-btns-right .pe-icon--dropdown-close-sm-24 svg,
.icon-btns .pe-icon--dropdown-close-sm-24 svg,
.icon-btns:active .pe-icon--dropdown-close-sm-24 svg,
.icon-btns:hover .pe-icon--dropdown-close-sm-24 svg,
.icon-btns:focus .pe-icon--dropdown-close-sm-24 svg {
  overflow: hidden;
}
.calendar-icon-check svg.pe-icon--check-sm-18 {
  width: 18px;
  height: 18px;
  vertical-align: -5px;
}
@media only screen and (max-width: 320px) {
  .calendar-icon-check svg.pe-icon--check-sm-18 {
    width: 16px;
    height: 16px;
  }
}
.calendar-icon-clock i.fa.fa-clock-o {
  color: #252525;
  font-size: 18px;
  vertical-align: -2px;
}
@media only screen and (max-width: 320px) {
  .calendar-icon-clock i.fa.fa-clock-o {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .calendar-icon-quiz img {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .calendar-icon-test img {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .calendar-icon-lc img {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .calendar-icon-announcements img {
    width: 13px;
    height: 13px;
  }
}
.calendar-icon-lc {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 320px) {
  .calendar-icon-homework img {
    width: 13px;
    height: 13px;
  }
}
.pe-icon--book-18,
.pe-icon--camera-video-18 {
  fill: #6A7070;
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.pe-icon--book-18 svg,
.pe-icon--camera-video-18 svg {
  overflow: hidden;
}
.pe-icon--warning-sm-18 {
  fill: #db0020;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.pe-icon--warning-sm-18.input-warning-img {
  width: 16px;
  height: 16px;
}
.pe-icon--warning-sm-18 svg {
  overflow: hidden;
}
.xlicon-learning-catalytics {
  background-image: url("/images/LearningCatalytics/lc_gray_15.png") !important;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.xlicon-live-response {
  background-image: url("/images/live-response/live-response-16.png") !important;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.xlicon-ready-for-retest {
  background-image: url("/App_Themes/Math/images/readyforretest.png") !important;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.xlicon-reminder-flag {
  background-image: url("/App_Themes/Math/images/icon_tb_prereq.png") !important;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.xlicon-ia {
  background-image: url("/images/xlicons/xlicon-ia.svg") !important;
  vertical-align: middle;
}
/* NOTE: All .xlicon-arrow-* styles use em as a base for size, to make them scalable */
.xlicon-arrow-last-page {
  background-image: url("/images/xlicons/xlicon-arrow-last-page.svg") !important;
  width: 0.66666666666667em;
  height: 1em;
}
.xlicon-arrow-last-page.disabled {
  background-image: url("/images/xlicons/xlicon-arrow-last-page-disabled.svg") !important;
}
.xlicon-arrow-next-page {
  background-image: url("/images/xlicons/xlicon-arrow-next-page.svg") !important;
  width: 1.0083333333333em;
  height: 1em;
}
.xlicon-arrow-next-page.disabled {
  background-image: url("/images/xlicons/xlicon-arrow-next-page-disabled.svg") !important;
}
.xlicon-arrow-next {
  background-image: url("/images/xlicons/xlicon-arrow-next.svg") !important;
  width: 0.50833333333333em;
  height: 1em;
}
.xlicon-arrow-next.disabled {
  background-image: url("/images/xlicons/xlicon-arrow-next-disabled.svg") !important;
}
.xlicon-arrow-previous {
  background-image: url("/images/xlicons/xlicon-arrow-previous.svg") !important;
  width: 0.50833333333333em;
  height: 1em;
}
.xlicon-arrow-previous.disabled {
  background-image: url("/images/xlicons/xlicon-arrow-previous-disabled.svg") !important;
}
.xlicon-arrow-previous-page {
  background-image: url("/images/xlicons/xlicon-arrow-previous-page.svg") !important;
  width: 1.0083333333333em;
  height: 1em;
}
.xlicon-arrow-previous-page.disabled {
  background-image: url("/images/xlicons/xlicon-arrow-previous-page-disabled.svg") !important;
}
.xlicon-arrow-first-page {
  background-image: url("/images/xlicons/xlicon-arrow-first-page.svg") !important;
  width: 0.66666666666667em;
  height: 1em;
}
.xlicon-arrow-first-page.disabled {
  background-image: url("/images/xlicons/xlicon-arrow-first-page-disabled.svg") !important;
}
.disable-cursor {
  cursor: no-drop;
}
@media print {
  .xlicon-disclosure-close::before {
    content: url("/images/xlicons/xlicon-disclosure-close.svg") !important;
  }
  .xlicon-disclosure-open::before {
    content: url("/images/xlicons/xlicon-disclosure-open.svg") !important;
  }
  .xlicon-homework::before {
    content: url("/images/xlicons/xlicon-homework.svg") !important;
  }
  .xlicon-homework::before.disabled {
    content: url("/images/xlicons/xlicon-homework-disabled.svg") !important;
  }
  .xlicon-quiz::before {
    content: url("/images/xlicons/xlicon-quiz.svg") !important;
  }
  .xlicon-quiz::before.disabled {
    content: url("/images/xlicons/xlicon-quiz-disabled.svg") !important;
  }
  .xlicon-test::before {
    content: url("/images/xlicons/xlicon-test.svg") !important;
  }
  .xlicon-test::before.disabled {
    content: url("/images/xlicons/xlicon-test-disabled.svg") !important;
  }
  .xlicon-study-plan::before {
    content: url("/images/xlicons/xlicon-study-plan.svg") !important;
  }
  .xlicon-study-plan::before.disabled {
    content: url("/images/xlicons/xlicon-study-plan-disabled.svg") !important;
  }
  .xlicon-practice::before {
    content: url("/images/xlicons/xlicon-practice.svg") !important;
  }
  .xlicon-practice::before.disabled {
    content: url("/images/xlicons/xlicon-practice-disabled.svg") !important;
  }
  .xlicon-practice-next::before {
    content: url("/images/xlicons/xlicon-practice-next.svg") !important;
  }
  .xlicon-practice-next::before.disabled {
    content: url("/images/xlicons/xlicon-practice-next-disabled.svg") !important;
  }
  .xlicon-objectives::before {
    content: url("/images/xlicons/xlicon-objectives.svg") !important;
  }
  .xlicon-proctoru-incident::before {
    content: url("/images/xlicons/proctoru-incident.png") !important;
  }
  .xlicon-study::before {
    content: url("/images/general/icons/xlicon-study-FC9700.svg") !important;
  }
  .xlicon-media-share::before {
    content: url("/images/xlicons/xlicon-media-share-new.png") !important;
  }
  .xlicon-media-share::before.disabled {
    content: url("/images/xlicons/xlicon-media-share-new-inactive.png") !important;
  }
  .xlicon-offline-assignment::before {
    content: url("/images/xlicons/xlicon-offline-assignment.svg") !important;
  }
  .xlicon-offline-assignment::before.disabled {
    content: url("/images/xlicons/xlicon-offline-assignment-disabled.svg") !important;
  }
  .xlicon-mastered::before {
    content: url("/images/xlicons/xlicon-mastered.svg") !important;
  }
  .xlicon-mastered::before.disabled {
    content: url("/images/xlicons/xlicon-mastered-disabled.svg") !important;
  }
  .xlicon-media::before {
    content: url("/images/xlicons/xlicon-media.svg") !important;
  }
  .xlicon-media::before.disabled {
    content: url("/images/xlicons/xlicon-media-disabled.svg") !important;
  }
  .xlicon-media-share::before {
    content: url("/images/xlicons/xlicon-media-share.svg") !important;
  }
  .xlicon-media-share::before.disabled {
    content: url("/images/xlicons/xlicon-media-share-disabled.svg") !important;
  }
  .xlicon-member-course::before {
    content: url("/images/xlicons/xlicon-member-course.svg");
  }
  .xlicon-member-course::before.disabled {
    content: url("/images/xlicons/xlicon-member-course-disabled.svg") !important;
  }
  .xlicon-practice-set::before {
    content: url("/images/xlicons/xlicon-practice-set.svg") !important;
  }
  .xlicon-practice-set::before.disabled {
    content: url("/images/xlicons/xlicon-practice-set-disabled.svg") !important;
  }
  .xlicon-learning-catalytics::before {
    content: url("/images/LearningCatalytics/lc_gray_15.png") !important;
  }
  .xlicon-live-response::before {
    content: url("/images/live-response/lr_gray_15.png") !important;
  }
  .xlicon-ready-for-retest::before {
    content: url("/App_Themes/Math/images/readyforretest.png") !important;
  }
  .xlicon-reminder-flag::before {
    content: url("/App_Themes/Math/images/icon_tb_prereq.png") !important;
  }
  .xlicon-ia::before {
    content: url("/images/xlicons/xlicon-ia.svg") !important;
  }
  /* NOTE: All .xlicon-arrow-* styles use em as a base for size, to make them scalable */
  .xlicon-arrow-last-page::before {
    content: url("/images/xlicons/xlicon-arrow-last-page.svg") !important;
  }
  .xlicon-arrow-last-page::before.disabled {
    content: url("/images/xlicons/xlicon-arrow-last-page-disabled.svg") !important;
  }
  .xlicon-arrow-next-page::before {
    content: url("/images/xlicons/xlicon-arrow-next-page.svg") !important;
  }
  .xlicon-arrow-next-page::before.disabled {
    content: url("/images/xlicons/xlicon-arrow-next-page-disabled.svg") !important;
  }
  .xlicon-arrow-next::before {
    content: url("/images/xlicons/xlicon-arrow-next.svg") !important;
  }
  .xlicon-arrow-next::before.disabled {
    content: url("/images/xlicons/xlicon-arrow-next-disabled.svg") !important;
  }
  .xlicon-arrow-previous::before {
    content: url("/images/xlicons/xlicon-arrow-previous.svg") !important;
  }
  .xlicon-arrow-previous::before.disabled {
    content: url("/images/xlicons/xlicon-arrow-previous-disabled.svg") !important;
  }
  .xlicon-arrow-previous-page::before {
    content: url("/images/xlicons/xlicon-arrow-previous-page.svg") !important;
  }
  .xlicon-arrow-previous-page::before.disabled {
    content: url("/images/xlicons/xlicon-arrow-previous-page-disabled.svg") !important;
  }
  .xlicon-arrow-first-page::before {
    content: url("/images/xlicons/xlicon-arrow-first-page.svg") !important;
  }
  .xlicon-arrow-first-page::before.disabled {
    content: url("/images/xlicons/xlicon-arrow-first-page-disabled.svg") !important;
  }
}
#pe-icons-sprite {
  display: none;
}
img.node-plus-minus-svg-image {
  padding-right: 5px;
  height: 17px;
}
.xlicon-credly {
  background-image: url("/images/xlicons/xlicon-credly-badge.svg") !important;
  height: 16px;
  width: 16px;
}
.modal-header,
.modal-body,
.modal-footer {
  margin: 0 35px;
}
.modal-header {
  padding: 18px 0 10px;
}
.modal-header .tool {
  float: right;
  line-height: 31px;
}
.modal-header .modal-title {
  font-size: 22px;
  font-weight: normal;
}
.modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal-email-selected label {
  font-weight: normal;
  text-align: left;
}
.modal-email-selected .inline-value {
  display: inline-block;
  padding-top: 7px;
}
.modal-email-selected .unstyled-link {
  color: #252525;
  text-decoration: none;
}
.modal-email-selected textarea {
  height: auto;
  resize: none;
}
.modal-email-selected .well {
  margin-top: 20px;
}
.modal-email-selected .well ul {
  list-style: disc;
  margin-left: 1em;
}
.modal-email-selected #addAttachmentHidden {
  display: none;
}
.modal-email-selected ul.files {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.modal-email-selected ul.files li {
  position: relative;
  width: 60%;
  margin-bottom: 6px;
  padding: 0 36px 0 12px;
  background-color: #D0ECF5;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-email-selected ul.files li .delete {
  padding: 0 6px;
  position: absolute;
  top: 0;
  right: 6px;
}
.modal-email-selected ul.files li .delete i {
  color: #00698C;
}
.modal-email-selected .select-students-drawer .form-control {
  margin-top: 10px;
  height: auto;
  max-height: 11.5em;
  overflow: scroll;
}
.modal-email-selected .select-students-drawer label {
  display: block;
}
.modal-email-selected .select-students-drawer .columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}
.modal-export-selected .filename {
  font-weight: bold;
  margin-bottom: 0;
}
.modal-export-selected .well {
  margin-top: 20px;
}
.modal-export-selected .well ul {
  list-style: disc;
  margin-left: 1em;
}
.modal-select-chapters .modal-body {
  padding-top: 30px;
}
.modal-select-chapters header {
  background-color: #e8e8e8;
  border-bottom: 1px solid #d0d0d0;
  padding: 4px 12px;
  margin-bottom: 5px;
}
.modal-select-chapters header label {
  margin: 0;
}
.modal-select-chapters ol.scrollable {
  list-style: none;
  padding: 0 0 0 12px;
  margin: 0;
  max-height: 15em;
  overflow-x: scroll;
}
.modal-select-chapters ol.scrollable li label {
  font-weight: normal;
}
.modal-select-chapters ol.scrollable + hr {
  margin-top: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.schoolID-modal .modal-header,
.schoolID-modal .modal-body,
.schoolID-modal .modal-footer {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0;
}
.schoolID-modal .modal-header {
  padding-bottom: 9px;
  border-bottom: none;
}
.schoolID-modal .modal-header h1 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.schoolID-modal .modal-body {
  padding-top: 1px;
  padding-bottom: 1px;
}
.schoolID-modal .modal-footer {
  border-top: none;
}
.gradesyncwarning-modal .modal-header,
.gradesyncwarning-modal .modal-body,
.gradesyncwarning-modal .modal-footer {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0;
}
.gradesyncwarning-modal .modal-header {
  padding-bottom: 9px;
  border-bottom: none;
}
.gradesyncwarning-modal .modal-header h1 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.gradesyncwarning-modal .modal-body {
  padding-top: 1px;
  padding-bottom: 1px;
}
.gradesyncwarning-modal .modal-footer {
  border-top: none;
}
.gradesyncwarning-modal .modal-sm {
  width: 550px;
}
.mediapopupwarning-modal .modal-header,
.mediapopupwarning-modal .modal-body,
.mediapopupwarning-modal .modal-footer {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0;
}
.mediapopupwarning-modal .modal-header {
  padding-bottom: 9px;
  border-bottom: none;
  padding: 0px;
  margin: 0px;
}
.mediapopupwarning-modal .modal-header h1 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.mediapopupwarning-modal .modal-body {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
.mediapopupwarning-modal .modal-body #timerDisplay {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18pt;
  text-align: center;
}
.mediapopupwarning-modal .modal-body #timeoutwarningmodal {
  padding: 0px;
  margin: 0px;
}
.mediapopupwarning-modal .modal-footer {
  border-top: none;
  margin-left: 125px;
}
.mediapopupwarning-modal .modal-footer #btnContinue {
  float: left;
}
.mediapopupwarning-modal .modal-sm {
  width: 400px;
}
.please-wait-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
.modalBackground {
  background-color: #000000;
  filter: alpha(opacity=65);
  opacity: 0.5;
}
.modalPopupCentered {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: White;
  padding: 12px;
  width: 555px;
  margin-left: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.placeStudentModalWidth {
  width: 700px;
}
.modalPopupFramedCentered {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: White;
  padding: 0px;
  width: 530px;
  height: 550px;
  margin-left: 0px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
div.custom-modal-positioning {
  left: auto !important;
  right: auto !important;
  width: auto !important;
}
/*Styles which are not required to wrapped inside xlbootstrap3. 
 Will be affected to both MFL and XL sides. For MFL related overides use "../MobileDesign/components/foundations/overrides.less" */
/*XL-8229-- Sort indicator related CSS */
.div-sort-table th:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.div-sort-table th a:first-child {
  position: relative;
  display: block;
  color: #252525;
  padding: 8px 19px;
  text-decoration: none;
}
.div-sort-table th a:first-child:hover {
  background-color: #d0d0d0;
}
.div-sort-table th.ascendingColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f176";
  position: absolute;
  top: 8px;
  right: 1px;
  color: #707070;
}
.div-sort-table th.descendingColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f175";
  position: absolute;
  top: 8px;
  right: 1px;
  color: #707070;
}
.div-sort-table th.no-th-hover:hover {
  background-color: #e8e8e8;
}
/*XL-10417*/
.formlabelnormal {
  font-weight: normal;
}
ul.inputformcustomisedborder {
  border-top: none;
}
.warning-icon-amber {
  padding-top: 2px !important;
  padding-right: 2px !important;
}
.warning-icon-amber:before {
  content: "\f071";
  font-family: "FontAwesome";
  color: #ee802b;
  font-size: inherit;
}
#CourseDetailsTable a {
  text-decoration: none;
}
#CourseSettingsDashboard {
  border: 1px solid #d7d7d7;
}
#CourseSettingsDashboard .dashboardHeaderTD {
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#CourseSettingsDashboard .browsercheckbox > li {
  margin-bottom: 10px;
}
#CourseSettingsDashboard .browsercheckbox > li:last-child {
  margin-bottom: 0px;
}
#CourseSettingsDashboard .browsercheckbox > li a {
  text-decoration: none;
}
.table-common-styles > thead > tr > th.doubleborder-right,
.table-common-styles > tbody > tr > th.doubleborder-right,
.table-common-styles > thead > tr > td.doubleborder-right,
.table-common-styles > tbody > tr > td.doubleborder-right {
  border-right: 3px double #d0d0d0;
}
.table-common-styles > thead > tr > th,
.table-common-styles > tbody > tr > th {
  border-bottom: 1px solid #d0d0d0;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
#DivModeRadios {
  padding: 10px;
  padding-left: 7px;
  background-color: #fcfcfc;
  border-top: 1px solid #e8e8e8;
}
.mode-radios-spacing {
  padding-left: 25px;
}
#preqTable .form-control {
  display: inline-block;
}
#preqTable.grid th.darkright,
#preqTable.grid td.darkright {
  border-right: 3px double #d0d0d0;
}
#DateTypeRadios {
  padding-left: 7px;
  background-color: #fcfcfc;
  overflow: auto;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  display: block;
}
#DateTypeRadios .left {
  float: left;
  height: 100%;
  padding: 12px;
  padding-left: 5px;
}
#DateTypeRadios .right {
  float: right;
  height: 100%;
  padding: 5px;
}
.changedates-multisep td {
  border-bottom: 3px double #d0d0d0 !important;
}
.study-plan-setting-tab-control ul {
  border-top: 1px solid #e0e0e0;
}
*.margin-bottom-5px {
  margin-bottom: 10px;
}
.panel-row input[type="radio"] {
  margin-left: 10px;
}
*.dark-row-container {
  background-color: #fcfcfc;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
*.iss-per-assignment-add-remove {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 7px !important;
}
*.doubleborder-bottom {
  border-bottom: 3px double #d0d0d0;
}
TABLE.iss-table-customised-css TD INPUT {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #252525;
  font-size: 14px;
}
TABLE.iss-table-customised-css TD select {
  height: 26px;
  color: #252525;
  font-size: 14px;
}
TABLE.iss-table-customised-css *.iss-grid-no-stack {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}
a.disabled-link,
a.disabled-link:hover,
a.disabled-link:focus {
  color: #cccccc !important;
}
ul.student-name-container {
  border: 1px solid #d0d0d0;
  list-style-type: none;
  padding: 0px;
}
ul.student-name-container > li {
  margin-left: 7px;
  padding: 0;
}
.table-student-settings-select tr > th {
  padding-left: 0px;
}
.table-student-settings-select tr > th input[type="checkbox"] {
  margin-left: 7px;
}
.taglist {
  border: 1px solid #e0e0e0;
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  padding-left: 7px;
  border-width: 1px;
}
.font-size-12 {
  font-size: 12px;
}
*.list-container-customized {
  width: 230px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: scroll;
  height: 250px;
}
#divMultipleAssignmentsSettingsChangePage .spacing {
  padding-bottom: 10px;
}
#divMultipleAssignmentsSettingsChangePage .sectionnomargin {
  background: #e8e8e8;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding-left: 10px;
  font-weight: bold;
}
#divMultipleAssignmentsSettingsChangePage .horizontal-line {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
#divMultipleAssignmentsSettingsChangePage .vertical-line {
  border-right: 1px solid #e8e8e8;
}
#divMultipleAssignmentsSettingsChangePage .inputform {
  margin-bottom: 0px;
}
#divMultipleAssignmentsSettingsChangePage .settingspacing {
  padding-top: 15px;
  padding-bottom: 15px;
}
#divMultipleAssignmentsSettingsChangePage a.disabled {
  pointer-events: none;
  cursor: default;
}
#divMultipleAssignmentsSettingsChangePage .tr-header > td {
  padding-top: 0px;
  padding-bottom: 0px;
}
#divMultipleAssignmentsSettingsChangePage tr.tr-header + tr > td {
  padding-top: 15px;
}
#divMultipleAssignmentsSettingsChangePage .tr-header-previous > td {
  padding-bottom: 15px;
}
.resources-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.resources-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*.table-border-black {
  border: solid 1px black;
}
*.font-red-color {
  color: #cc0000 !important;
}
.red_alert {
  color: #cc0000;
}
TABLE.grid TH.alert,
TABLE.grid TD.alert {
  color: #cc0000 !important;
}
TABLE.grid TH.alert > a,
TABLE.grid TD.alert > a {
  color: #cc0000 !important;
}
.past-due {
  color: #cc0000;
}
.alert {
  color: #cc0000;
}
.redAndBold {
  color: #cc0000;
  font-weight: bold;
}
#showHideCalculationLink {
  color: #047a9c;
  text-decoration: none;
}
#showHideCalculationLink:hover,
#showHideCalculationLink:focus {
  color: #047a9c;
  text-decoration: underline;
}
#ViewQuestionDetailsTable tr.multisep td {
  border-bottom: solid 2px #d0d0d0;
}
div.loading {
  position: absolute;
  background: url(/images/spinner.gif) no-repeat center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.loadingTop {
  position: fixed;
  background: url(/images/spinner.gif) no-repeat center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.TagTableStyle {
  width: 100%;
}
.TagTableStyleCustom {
  display: table;
  border-collapse: separate;
  width: 100%;
}
.TagTableCellStyle {
  background-color: #d9d9d9;
  font-size: 10px;
  color: #252525;
  border-radius: 2px;
  padding: 2px;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.EmailStudentCriteriaTagCell {
  background-color: #d9d9d9;
  font-size: 10px;
  color: #252525;
  border-radius: 2px;
  padding: 2px;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px !important;
}
.EmailStudentCriteriaTagCell:first-child {
  margin-left: 0px;
}
.change-weights-calculated-overall-score-by-options span {
  display: inline-flex;
}
*.disable-css {
  opacity: 0.5;
  pointer-events: none;
}
*.custom-category-modal {
  width: 450px !important;
}
*.custom-category-modal-header {
  margin-top: 15px;
  padding-left: 0px;
  border-bottom: none !important;
}
.modal-header.custom-category-modal-header {
  padding-left: 0px;
}
.modal-footer.custom-category-modal-footer {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
}
*.custom-category-modal-body {
  padding-left: 0px !important;
}
.modal-body.custom-category-modal-body {
  padding-right: 0px;
}
label.small.text-muted.custom-category-modal-label {
  float: left;
  padding-left: 0px;
}
*.custom-category-modal-txtCategoryName {
  width: 256px !important;
  height: 36px !important;
  margin-top: 5px !important;
}
*.custom-category-modal-txtCategoryWeight {
  width: 98px !important;
  height: 36px !important;
  margin-top: 5px !important;
}
#CustomCategoryModal div.modal-content {
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
}
#CustomCategoryModal .text-danger {
  color: #d0021b !important;
}
#CustomCategoryModal *.danger-border-color {
  border-color: #d0021b;
}
#CustomCategoryModal .small {
  font-size: 12px;
}
#CustomCategoryModal div#CategoryNameAlert {
  width: 232px;
}
table#tblAssignmentSettings {
  margin-bottom: 30px;
}
table#tblAssignmentSettings tr {
  line-height: 30px;
}
table#tblCustomCategory {
  margin-bottom: 20px;
}
p.text-muted.small {
  margin-bottom: 0px;
  padding-top: 3px;
}
button#btnCustomCategorySave {
  margin-left: 0px;
}
button#btnCustomCategoryCancel {
  margin-right: 5px;
}
.tblOfflineCategoriesList {
  width: 100%;
}
i.fa.fa-pencil.custom-category-edit {
  font-size: 20px;
  color: #047a9c;
  margin-left: 5px;
}
i.fa.fa-trash.custom-category-delete {
  font-size: 20px;
  color: #047a9c;
  margin-left: 5px;
}
tr.custom-category-table-title {
  font-weight: 600;
  color: #252525;
}
i.fa.fa-plus.fa-2.add-cutom-category-link-icon {
  font-size: 16px;
  color: #047a9c;
  margin-right: 5px;
}
table#TableWeights {
  white-space: nowrap;
}
td.category-weighting-table-title-col {
  padding-left: 20px !important;
}
table.tblHomeworkCategoriesList {
  margin-bottom: 8px;
}
table.tblQuizCategoriesList {
  margin-bottom: 8px;
}
table.tblTestCategoriesList {
  margin-bottom: 8px;
}
table.tblOfflineCategoriesList {
  margin-bottom: 8px;
}
td.tbl-homework-categories-list-ctegory-name-col {
  width: 150px;
  border: 0;
}
.cc-ok-btn {
  border-top: none !important;
}
.cc-modal-footer {
  padding-top: 1px !important;
}
.cc-modal-warning-text {
  color: #ff0000 !important;
}
img.custom-category-member-diamond {
  padding-left: 4px;
  padding-bottom: 5px;
}
td.custom-category-modal-assignment-type {
  padding-right: 38px;
  display: initial;
}
p.text-muted.custom-category-modal-assignment-type-description {
  margin-bottom: 0px;
}
span#AssignmentWeightingSubheader {
  font-weight: normal;
  font-size: 13px;
  margin-left: 20px;
  color: #6a7070;
}
@media (-ms-high-contrast: active) {
  a.ie-high-contrast-mode-anchor-text-decoration-none {
    text-decoration: none;
  }
  span.xlicon-pageheader-print-high-contrast-mode {
    visibility: visible !important;
    position: relative !important;
    top: -5px;
    color: white;
    font-size: 15px;
    font-family: inherit;
    text-decoration: underline;
  }
  i.ie-high-contrast-mode-visibility {
    visibility: hidden;
  }
}
.searchOptions legend {
  border-bottom: 0px;
  padding-left: 15px;
  font-size: 14px;
}
.media-type-list .media-outer-div {
  display: flex;
  flex-wrap: wrap;
}
.media-type-list .media-outer-div .media-inner-div {
  flex-basis: 30%;
  margin-bottom: 5px;
}
h3.studyPlan-chapterTitle {
  font-size: 14px !important;
}
label.SBChapter-list {
  font-weight: bold !important;
  padding-left: 0px !important;
}
label.SBSection-list {
  font-weight: bold !important;
  padding-left: 0px !important;
}
h1.h1-font {
  font-size: 24px !important;
  font-weight: lighter !important;
  padding-top: 2px !important;
}
h2.reminder-h2 {
  font-size: 14px !important;
  font-weight: bold !important;
  border-top: none;
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 7px !important;
}
@media screen and (min-device-width: 700px) and (max-device-width: 1024px) {
  #zdocs_widget_container {
    position: fixed;
    top: 105px;
    right: 28px;
    left: unset !important;
  }
}
/*Coreq Tagging Styles which are not required to wrapped inside xlbootstrap3. 
 Will be affected to both MFL and XL sides. For MFL related overides use "../MobileDesign/components/foundations/overrides.less" */
.coreqAddEdit-modal .modal-header,
.coreqAddEdit-modal .modal-body,
.coreqAddEdit-modal .modal-footer {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0;
}
.coreqAddEdit-modal .modal-header {
  padding-bottom: 9px;
  border-bottom: none;
}
.coreqAddEdit-modal .modal-header h1 {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}
.coreqAddEdit-modal .modal-body {
  padding-top: 1px;
  padding-bottom: 1px;
}
.coreqAddEdit-modal .modal-footer {
  border-top: none;
}
*.coreq-warning-text-position {
  padding-left: 5.5%;
}
#coreq-modal-submit-btn {
  margin-left: 0px;
}
*.coreq-warning-text {
  color: #cc0000;
}
*.table.coreqStudetTable > thead > tr > th.delete {
  min-width: 8%;
  text-align: center;
}
*.table.coreqStudetTable > thead > tr > th.equalHeading {
  width: 46%;
}
*.table.coreqStudetTable > thead > tr > th.equalHeading span {
  float: right;
  padding-right: 5px;
}
*.table.coreqStudetTable > tbody > tr > td.delete {
  text-align: center;
}
*.table.coreqStudetTable > tbody > tr > td {
  border-right: 1px solid #e0e0e0;
}
*.table.coreqStudetTable > tbody > tr > td:last-child {
  border-right: none;
}
*.table.coreqStudetTable > tbody > tr:last-child {
  border-bottom: 1px solid #e8e8e8;
}
*.table.coreqStudetTable .fa.fa-pencil {
  padding-left: 8px;
  color: #047a9c;
}
*.table.coreqStudetTable .fa.fa-pencil:hover,
*.table.coreqStudetTable .fa.fa-pencil:focus {
  color: #047a9c;
  text-decoration: none;
}
*.table.coreqStudetTable .fa.fa-trash:hover,
*.table.coreqStudetTable .fa.fa-trash:focus {
  color: #707070;
  text-decoration: none;
}
*.table.coreqStudetTable > tbody > tr > td > div > div.tagBoxStyle {
  background-color: #d9d9d9;
  font-size: 14px;
  color: #252525;
  border-radius: 2px;
  padding: 2px;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*.table.coreqStudetTable > tbody > tr > td > div > a.alignWithTag {
  margin-left: 5px;
}
*.table.coreqStudetTable > tbody > tr > td > a.disabled {
  color: #252525;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}
*.table.coreqStudetTable > tbody > tr > td.useGridStyle div {
  display: table-row;
}
*.table.coreqStudetTable > thead > tr > th.studentNameHeading {
  width: 40%;
}
*.table.coreqStudetTable > thead > tr > th.studentNameHeading span {
  float: right;
  padding-right: 5px;
}
*.table.coreqStudetTable > tbody > tr > td.grayStyle {
  color: #a5a5a5;
}
*.table.coreqStudetTable > thead > tr.coordinatorHeading > th:first-child {
  width: 75%;
}
*.table.coreqStudetTable > tbody > tr > td.wordWrap {
  word-wrap: break-word;
}
*.manage-student-tag-table > hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
*.remove-margine-bottom {
  margin-bottom: 0px !important;
}
*.AssignmentTxtAlignCenter {
  text-align: center !important;
}
*.AssignmentTxtAlignLeft {
  text-align: left !important;
}
*.fixLayOut {
  table-layout: fixed;
}
*.AssignedImage {
  content: url(/App_Themes/Math/images/checkmark.gif);
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination {
  padding-left: inherit;
  margin-bottom: 0px;
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li > a {
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li > a:hover,
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li > a:focus {
  color: #707070;
  text-decoration: none;
  background-color: #E6E6E6 !important;
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li.current {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  background-color: #707070 !important;
  color: #ffffff !important;
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li.pagination-previous.disabled,
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li.pagination-next.disabled {
  display: none;
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li.pagination-next > a::after {
  margin-left: 0px;
  content: ">";
}
div.ngxPagination > pagination-controls > pagination-template > ul.ngx-pagination li.pagination-previous > a::before {
  margin-right: 0px;
  content: "<";
}
div.paginationInfo {
  text-align: right;
  float: right;
}
div.coreq-pagination {
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
}
.coreq-save-tag-btn {
  margin-left: 0px !important;
}
.coreq-custom-modal-content.modal-content label {
  font-weight: inherit;
}
.coreq-custom-modal-header.modal-header {
  display: grid;
  padding-left: 0px;
  padding-bottom: 10px;
}
.coreq-custom-modal-header.modal-header .subheading {
  font-size: 16px;
}
.coreq-custom-modal-body.modal-body {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.coreq-custom-modal-body.modal-body .student-name-container.list-container-customized > li {
  margin-bottom: 2px;
  white-space: nowrap;
}
.coreq-custom-modal-footer.modal-footer {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.coreq-custom-modal-footer.modal-footer .btn-primary {
  margin-left: 0px !important;
}
.coreq-custom-modal-dialog {
  margin-top: 4% !important;
}
div.coreq-between-lists-button-group {
  margin-top: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
div.coreq-between-lists-button-group .btn-primary:focus {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
body.stop-background-scrolling.modal-open {
  overflow: hidden;
}
*.coreq-searchbar.form-control {
  background: #ffffff url(../_Shared/images/search-text-field.svg) center right no-repeat;
  background-size: 25px 25px;
}
*.coreq-searchbar.form-control::-ms-clear {
  display: none;
}
*.coreq-searchbar-div {
  padding-left: 9px;
}
*.coreq-light-grey-row {
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fcfcfc;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-top: 1px solid #e8e8e8;
}
.coreq-untagged-student-selected-filter,
.coreq-untagged-student-selected-filter:link,
.coreq-untagged-student-selected-filter:hover,
.coreq-untagged-student-selected-filter:visited,
.coreq-untagged-student-selected-filter:active {
  font-weight: normal !important;
  color: black !important;
  text-decoration: none !important;
}
div.coreq-member-diamond-alignment {
  margin-left: 19.5px;
}
div.coreq-coord-tag {
  display: table-row;
}
div.coreq-coord-tag > span {
  display: table-cell;
}
th.coreq-member-diamond-alignment {
  padding-left: 27px !important;
}
td.coreq-member-diamond-alignment {
  padding-left: 27px !important;
}
.tagged-untagged-students-container {
  width: 230px;
  overflow: auto;
  overflow-y: scroll;
  height: 250px;
}
.tagged-untagged-students-table-margin {
  margin-left: 12px;
  margin-top: 10px;
}
.readonly-students-container {
  width: 370px;
  overflow: auto;
  overflow-y: scroll;
  height: 250px;
}
.read-only-modal-alignment {
  width: 75%;
}
.coreq-help-icon-alignment {
  float: right;
  margin: 5px -15px 5px 5px;
}
.upload-tags-modal-alignment {
  width: 90%;
}
.coreq-assignment-filter-div {
  padding-top: 9px;
  padding-bottom: 5px;
  padding-left: 9px;
}
.assign-unassign-assignment-tags-table-alignment {
  margin-left: 30px;
}
*.word-break {
  word-break: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *.word-break {
    word-wrap: break-word;
  }
}
@-moz-document url-prefix() {
  *.word-break {
    word-wrap: break-word;
    min-width: 0;
  }
}
@supports (-ms-ime-align:auto) {
  *.word-break {
    word-wrap: break-word;
  }
}
*.word-break-all {
  word-break: break-all;
}
*.table-auto-layout {
  table-layout: auto;
}
*.coreq-confirmation-alert {
  color: #ee802b !important;
  font-size: 20px;
}
*.coreq-confirmation-alert-modal-custom {
  width: 500px !important;
}
*.coreq-confirmation-alert-modal-custom div.modal-body,
*.coreq-confirmation-alert-modal-custom div.modal-footer {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 8px;
}
*.coreq-ascending-columnHeader {
  display: block;
  padding-right: 8px;
  position: relative;
}
*.coreq-ascending-columnHeader:after {
  font-family: FontAwesome;
  content: "\f176";
  padding-left: 6px;
  color: #707070;
  right: 0;
  position: absolute;
}
*.coreq-descending-columnHeader {
  display: block;
  padding-right: 8px;
  position: relative;
}
*.coreq-descending-columnHeader:after {
  font-family: FontAwesome;
  content: "\f175";
  padding-left: 6px;
  color: #707070;
  right: 0;
  position: absolute;
}
div.coreq-tag-modal-customized {
  border: 2px solid #000 !important;
  padding: 12px;
  width: 500px;
  margin-left: 4px;
  border-radius: 0px !important;
  box-shadow: unset !important;
}
ul.coreq-tag-ul-list {
  list-style: none;
  padding-left: 15px;
  max-height: 300px;
  width: auto;
}
ul.coreq-tag-ul-list > li {
  margin-bottom: 2px;
  white-space: nowrap;
}
div.coreq-tag-modal-body {
  min-height: 300px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: auto;
}
div.coreq-tag-modal-footer {
  text-align: center;
}
*.coreq-tag-modal-title {
  font-weight: bold;
}
*.coreq-tag-Box {
  background-color: #d9d9d9;
  font-size: 14px;
  color: #252525;
  border-radius: 2px;
  padding: 2px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * XL Scaffolding Styles
 */
body {
  margin: 0;
}
body.no-top-nav {
  padding-top: 0;
  margin: 10px;
}
@media (min-width: 768px) {
  body {
    padding-top: 54px;
  }
}
#mainBodyContainer {
  background-color: #FFF;
  margin-left: 255px;
  border-left: 1px solid #E8E8E8;
  padding: 10px 20px 10px 20px;
}
#mainBodyContainer.no-left-nav {
  margin-left: 0;
  border-left: 0px;
}
#mainBodyContainer.no-left-top-nav {
  margin: 10px;
  border-left: 0px;
}
header:before,
header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
.dropdown + header {
  margin-top: 10px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bread_crumb {
  height: 29px;
}
#knewtonlogo {
  float: right;
}
.xlbootstrap3 a {
  color: #047a9c;
  text-decoration: none;
  font-weight: normal;
}
.xlbootstrap3 a:hover,
.xlbootstrap3 a:focus {
  color: #047a9c;
  text-decoration: underline;
}
.xlbootstrap3 a:visited {
  color: #047a9c;
  text-decoration: none;
}
.xlbootstrap3 a:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xlbootstrap3 .btn-default:hover {
  background-image: none;
}
.xlbootstrap3 .modal {
  padding: 0!important;
  text-align: center;
}
.xlbootstrap3 .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}
.xlbootstrap3 .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.xlbootstrap3 .gradesyncwarning-modal .modal {
  text-align: start;
}
.xlbootstrap3 .gradesyncwarning-modal .alert-danger {
  background-color: white;
  border-color: #D7D7D7;
}
.xlbootstrap3 .gradesyncwarning-modal .modal-dialog {
  left: 35%;
}
.xlbootstrap3 .gradesyncwarning-modal .modal-footer {
  padding-top: 0px;
}
.xlbootstrap3 .mediapopupwarning-modal .modal {
  text-align: start;
}
.xlbootstrap3 .mediapopupwarning-modal .modal-dialog {
  left: 20%;
}
.xlbootstrap3 .mediapopupwarning-modal .modal-footer {
  padding-top: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xlbootstrap3 .gradesyncwarning-modal .modal-dialog {
    left: 10%;
  }
}
.xlbootstrap3 .close {
  border: 0;
}
.xlbootstrap3 .clear-background {
  background-color: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.xlbootstrap3 .announcements-display-none {
  display: none;
}
.xlbootstrap3 .announcements-welcome {
  float: left;
  padding-left: 10px;
}
.xlbootstrap3 .publisherAnnouncements {
  width: 100%;
  padding-top: 19px;
}
.xlbootstrap3 .well.announcements.grayHeader {
  border: 1px solid #d4d4d4;
  background-color: #e8e8e8;
  vertical-align: text-top;
  padding-top: 5px;
}
.xlbootstrap3 .well .passwordpanel {
  border-color: 1px solid #E8E8E8;
}
.xlbootstrap3 .publisherAnnouncementsPanel {
  margin-top: -19px;
}
.xlbootstrap3 .announcement-assignmentdashboard {
  padding-right: 0px;
}
.xlbootstrap3 .announcement-assignmentdashboardpanel {
  width: 100%;
}
.xlbootstrap3 .announcement-seeAllAssignments {
  margin-top: 5px;
  margin-bottom: 5px;
}
.xlbootstrap3 .announcement-duetoday {
  margin-top: -7px;
}
.xlbootstrap3 .announcement-dueTodayItem {
  padding-left: 20px;
  padding-right: 0px;
  position: relative;
  list-style: none;
  background-image: none;
}
.xlbootstrap3 .instructorAnnouncementBody {
  padding-bottom: 0px;
  padding-top: 0px;
}
.xlbootstrap3 .publisherAnnouncementBody {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.xlbootstrap3 .announcements-header {
  min-height: 0 !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 0 !important;
}
.xlbootstrap3 .announcement-bottomBackButton {
  padding-left: 0px !important;
  padding-top: 0px !important;
}
.xlbootstrap3 .lockdown-browser-warning-playertest {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.xlbootstrap3 .lockdown-browser-warning-playertest.remove-space {
  padding-top: 0px;
  margin-bottom: 0px;
}
.xlbootstrap3 .list-items-playertest {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
}
.xlbootstrap3 .alert-danger-playerTest::before {
  top: -4px;
  left: 0px;
}
.xlbootstrap3 .alert-danger-playerTest {
  padding-left: 8px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  float: left;
  margin-bottom: 0px;
}
.xlbootstrap3 .test-name-playerTest {
  padding-left: 37px;
}
.xlbootstrap3 .attempt-playerTest {
  padding-left: 8px;
}
.xlbootstrap3 .required-playerTest {
  padding-left: 6px;
}
.xlbootstrap3 .due-playerTest {
  padding-left: 38px;
}
.xlbootstrap3 .column-margin-top {
  margin-top: 10px;
}
.xlbootstrap3 .layout-padding-left {
  padding-left: 10px;
}
.xlbootstrap3 .clear-visited-color {
  color: #000 !important;
}
.xlbootstrap3 .modal-success-text-align {
  text-align: initial;
}
.xlbootstrap3 .modal-dialog-position {
  position: absolute;
  width: 30% !important;
  left: 35%;
  top: 20%;
}
.xlbootstrap3 .modal-header-position {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.xlbootstrap3 .browser-check-popup-position {
  margin-bottom: 0px;
}
.xlbootstrap3 .modal-footer-position {
  border-top: none;
}
.xlbootstrap3 .cell-min-width {
  min-width: 70px;
}
.white-background {
  background-color: #fff;
}
#filtercontainer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
DIV.resultstop {
  width: 100%;
  padding-bottom: 9px;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
h2.gridheader {
  font-family: "HelveticaNeue", "Verdana", "Arial";
  font-weight: bold;
  line-height: 1.1;
  font-size: 12px;
}
#gridtitle {
  font-size: 9.75pt;
  margin-top: 13px;
}
#passwordsbmtpnl {
  float: left;
  margin-top: 25px;
  margin-bottom: 34px;
}
#passwdsubmittd {
  text-align: left;
}
#passwordpanel {
  border: 1px solid #E8E8E8;
  padding: 20px 10px 10px 10px;
  margin-left: 20px;
  margin-right: 50px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#passwordpanel .row {
  margin-left: 3px;
  padding-bottom: 10px;
}
#passwordpanel .row #divTestName {
  padding-right: 30px;
}
#passwordpanel .row #divEnterPassword {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
}
#passwordpanel .row.testname {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
  margin-right: 10px;
}
#passwordpanel .row.submitpwd {
  padding-bottom: 0px;
}
#passwordpanel .row.password {
  padding-bottom: 5px;
  margin-left: 0px;
}
#passwordpanel a {
  width: 80px;
  margin-right: 5px;
}
#pnlplayertestheader {
  padding-left: 20px;
  padding-top: 10px;
}
.icons {
  padding-right: 20px;
}
#ClearStudyPlanModalPopup {
  width: 480px;
}
#ClearStudyPlanModalPopup .modal-header {
  border-bottom: 0px;
}
#ClearStudyPlanModalPopup .modal-body {
  min-height: 100px;
  padding-top: 0px;
}
#ClearStudyPlanModalPopup .modal-footer {
  margin-left: 50px;
  margin-right: 50px;
}
#ClearStudyPlanModalPopup .modal-footer .btnAlign {
  margin-left: -15px;
}
#lo {
  background-color: inherit;
}
.testoverview-details div {
  padding-bottom: 6px;
}
.testoverview-details div.pull-left {
  min-width: 115px;
  margin-right: 9px;
}
.testoverview-details .table {
  display: table;
}
.testoverview-details .row {
  display: table-row;
}
.testoverview-details .column {
  display: table-cell;
  vertical-align: top;
}
.helpfultxt-msg {
  margin-bottom: 10px;
}
.studentView-pull-left {
  float: left !important;
  margin-left: 15px;
}
.studentView-pull-right {
  float: right !important;
  margin-right: 15px;
}
.custom-alert-warning {
  background-color: '#fff';
  border-bottom-color: '#fff';
  border-top: none;
  color: #252525;
  padding-left: 30px;
  padding-top: 0;
}
.custom-alert-warning:before {
  content: '\f071';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 10px;
  color: #ee802b;
  font-size: 20px;
}
.custom-alert-warning.bulleted-warning:before {
  top: 15px;
}
.custom-alert-warning.alert-dismissable .close:after,
.custom-alert-warning.alert-dismissible .close:after {
  content: '\f00d';
  font-family: "FontAwesome";
  display: inline-block;
  color: transparent;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
.custom-alert-warning.alert-dismissable .close:hover:after,
.custom-alert-warning.alert-dismissible .close:hover:after {
  color: #252525;
}
.custom-alert-warning .alert-link {
  color: #0c0c0c;
}
.custom-alert-warning i {
  color: #252525;
}
.custom-alert-warning:before {
  top: 15px;
}
#divLoginError {
  padding-top: 20px;
  padding-bottom: 20px;
}
#divloginerrorheader {
  padding-bottom: 0px;
}
#divloginerrorheader .short {
  padding-bottom: 0px;
  border-bottom: 1px solid #E8E8E8;
  margin-left: 0px;
  margin-right: 20px;
}
#divexpireduserheader {
  padding-bottom: 0px;
}
#divexpireduserheader .short {
  padding-bottom: 0px;
  border-bottom: 1px solid #E8E8E8;
  margin-left: 0px;
  margin-right: 20px;
}
.list-items-testgencheck {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
}
.alert-danger-testgencheck {
  padding-left: 8px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  float: left!important;
  margin-bottom: 0px!important;
}
.alert-danger-testgencheck::before {
  top: -4px !important;
  left: 0px!important;
}
/* active links    */
Table.grid TD.custom_button A.btn:link {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
/* unvisited links */
Table.grid TD.custom_button A.btn:visited {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
/* visited links   */
Table.grid TD.custom_button A.btn:hover {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
/* user hovers     */
Table.grid TD.custom_button A.btn:active {
  color: #252525;
  font-weight: normal;
  text-decoration: none;
}
.calendar_view ul {
  list-style-type: none;
  padding: 0;
}
.calendar_view ul li {
  display: inline-block;
  margin-left: 0.5em;
}
#calendar_newview .popover {
  border-radius: 0;
  max-width: 400px;
  min-width: 275px;
}
#calendar_newview .popover-content {
  max-height: 350px;
  min-width: 250px;
  max-width: 400px;
  overflow-y: auto;
}
#calendar_newview dl {
  margin-bottom: 0;
}
#calendar_newview dt i {
  bottom: 3px;
}
#calendar_newview dd i {
  top: 3px;
}
#calendar_newview dt,
#calendar_newview dd {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1.5em;
}
#calendar_newview dt i,
#calendar_newview dd i {
  position: absolute;
  left: 0;
}
#calendar_newview dd + dt {
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
  padding-top: 12px;
}
#masterfooter {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  margin-top: 25px;
  font-size: 12px;
}
#masterfooter TABLE,
#masterfooter TH,
#masterfooter TD {
  font-size: 12px;
}
.score-percentage {
  font-size: 8.5px;
}
.xlbootstrap .btn-group .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap .btn-group .btn-default:focus,
.xlbootstrap .btn-group .btn-default:visited,
.xlbootstrap .btn-group .btn-default.focus {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-group .btn-default:hover {
  color: #252525;
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-group .btn-default:active,
.xlbootstrap .btn-group .btn-default.active,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
  -webkit-box-shadow: inset 0 2px 0 #c7c7c7;
  box-shadow: inset 0 2px 0 #c7c7c7;
}
.xlbootstrap .btn-group .btn-default:active:hover,
.xlbootstrap .btn-group .btn-default.active:hover,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default:hover,
.xlbootstrap .btn-group .btn-default:active:focus,
.xlbootstrap .btn-group .btn-default.active:focus,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default:focus,
.xlbootstrap .btn-group .btn-default:active:visited,
.xlbootstrap .btn-group .btn-default.active:visited,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default:visited,
.xlbootstrap .btn-group .btn-default:active.focus,
.xlbootstrap .btn-group .btn-default.active.focus,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default.focus {
  color: #252525;
  background-color: #e9e9e9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-group .btn-default:active,
.xlbootstrap .btn-group .btn-default.active,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default {
  background-image: none;
}
.xlbootstrap .btn-group .btn-default:active,
.open > .dropdown-toggle.xlbootstrap .btn-group .btn-default {
  background-color: #d9d9d9;
  border-color: #c7c7c7;
}
.xlbootstrap .btn-group .btn-default.disabled,
.xlbootstrap .btn-group .btn-default[disabled],
fieldset[disabled] .xlbootstrap .btn-group .btn-default {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.xlbootstrap .btn-group .btn-default.disabled:hover,
.xlbootstrap .btn-group .btn-default[disabled]:hover,
fieldset[disabled] .xlbootstrap .btn-group .btn-default:hover,
.xlbootstrap .btn-group .btn-default.disabled:focus,
.xlbootstrap .btn-group .btn-default[disabled]:focus,
fieldset[disabled] .xlbootstrap .btn-group .btn-default:focus,
.xlbootstrap .btn-group .btn-default.disabled.focus,
.xlbootstrap .btn-group .btn-default[disabled].focus,
fieldset[disabled] .xlbootstrap .btn-group .btn-default.focus,
.xlbootstrap .btn-group .btn-default.disabled:active,
.xlbootstrap .btn-group .btn-default[disabled]:active,
fieldset[disabled] .xlbootstrap .btn-group .btn-default:active,
.xlbootstrap .btn-group .btn-default.disabled.active,
.xlbootstrap .btn-group .btn-default[disabled].active,
fieldset[disabled] .xlbootstrap .btn-group .btn-default.active {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xlbootstrap .btn-group .btn-default .badge {
  color: #e9e9e9;
  background-color: #252525;
}
.xlbootstrap .btn-group .btn-default .fa[class*="fa-"] {
  color: #707070;
}
.xlbootstrap .btn-group .btn-default.active {
  color: #ffffff;
}
.xlbootstrap .nav {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
}
#wizard.wizard-steps {
  background-color: #f0f0f0;
  font-family: inherit;
  font-size: inherit;
}
#wizard.wizard-steps a {
  color: #252525;
}
#wizard.wizard-steps li {
  margin-right: 1em;
  padding-right: 0px;
}
#wizard.wizard-steps,
.numberedList {
  padding: 8px 15px;
}
#wizard.wizard-steps li,
.numberedList li {
  padding-left: 0px;
}
DIV.WizardButtons {
  padding: 20px 2px 2px 2px;
  margin-top: 25px;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
DIV.assignmentSeparator {
  padding: 20px 2px 2px 2px;
  margin-top: 25px;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
#studyPlanRecommendations .lead {
  font-size: 16px;
  font-weight: normal;
}
#studyPlanRecommendations HEADER H2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#studyPlanRecommendations li .entry-container .actions,
#studyPlanProgress li .entry-container .actions,
#studyPlanPrerequisites li .entry-container .actions {
  min-width: 295px;
}
.study-plan button.btn.btn-default.practice i.fa.fa-circle.fa-available {
  color: #cbcbcb !important;
}
.study-plan button.quizme:disabled {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  font-weight: 600;
}
.study-plan button.quizme[disabled]:hover {
  color: #c7c7c7;
}
#wizard.wizard-steps {
  background-color: #f0f0f0;
  font-family: inherit;
  font-size: inherit;
}
#wizard.wizard-steps a {
  color: #252525;
}
#wizard.wizard-steps li {
  margin-right: 1em;
  padding-right: 0px;
}
#wizard.wizard-steps li a > span {
  font-weight: normal;
}
#wizard.wizard-steps,
.numberedList {
  padding: 8px 15px;
  margin-bottom: 10px;
}
#wizard.wizard-steps li,
.numberedList li {
  padding-left: 0px;
}
DIV.WizardButtons {
  padding: 20px 2px 2px 2px;
  margin-top: 25px;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
#wizard-buttons {
  margin-top: 0px;
  border-top: none;
}
#wizardBtnContainer {
  border: none;
  margin-top: 10px;
  display: block;
  padding: 2px;
  height: 38px;
}
#divSettingsContainer {
  margin-left: 1em;
}
.left-padding-3px {
  padding-left: 3px;
}
#preReqDropdown {
  margin-left: 153px;
}
.xlbootstrap3 a.red {
  color: #cc0000;
  text-decoration: none;
  font-weight: normal;
}
.xlbootstrap3 a.red:hover,
.xlbootstrap3 a.red:focus {
  color: #cc0000;
  text-decoration: underline;
}
.xlbootstrap3 a.red:visited {
  color: #cc0000;
  text-decoration: none;
}
.xlbootstrap3 a.red:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sectionMediaRow {
  display: table-cell;
}
.sectionMediaRow .sectionMediaIcon {
  padding-right: 5px;
}
.sectionMediaRow .sectionMediaLink {
  float: left;
  text-align: start;
}
.study-plan-details-list {
  margin-left: 9px;
}
.study-plan-details-list > li {
  vertical-align: top;
}
.study-plan-exercise-list,
.study-plan-exercise-media-list {
  display: inline;
  padding-right: 4px;
}
ul.ulTabBar {
  list-style-type: none;
  margin: 10px 10px 8px 0px;
  padding-top: 10px;
  padding: 0 0 0 0px;
}
ul.ulTabBar li {
  background: #ffffff;
  border-color: #e8e8e8 !important;
  border-radius: 5px 5px 0px 0px;
  border: solid 1px;
  display: inline;
  font-weight: bold;
  margin-right: 10px;
  padding: 8px 8px 10px 8px;
}
ul.ulTabBar li.selectedTab {
  background: #e8e8e8;
  padding: 8px 8px 10px 8px;
}
ul.ulTabBar li a,
ul.ulTabBar li a:link,
ul.ulTabBar li a:visited,
ul.ulTabBar li a:hover,
ul.ulTabBar li a:active {
  color: #252525;
  text-decoration: none;
}
ul.ulTabBar li.selectedTab a,
ul.ulTabBar li.selectedTab a:link,
ul.ulTabBar li.selectedTab a:visited,
ul.ulTabBar li.selectedTab a:hover,
ul.ulTabBar li.selectedTab a:active {
  color: #252525;
}
.treeview-row table tbody > tr > td > a > img {
  padding-right: 10px;
}
.treeview-row table tbody > tr > td > a {
  text-decoration: none;
}
table.tree.treeview-row tr.NodeExpanded td {
  background-color: #f5f5f5;
}
table.tree.treeview-row thead > tr > th {
  border-bottom: 1px solid #d0d0d0;
}
.treeview-row-height table tbody > tr > td {
  line-height: 32px;
}
.treeview-row-height > td {
  border-top: solid 1px #e8e8e8 !important;
  border-left: solid 1px #e8e8e8 !important;
}
.treeview-row-height > td:first-child {
  border-left: none !important;
}
table.treeview-row tr.Header th {
  font-weight: normal;
}
.popup-center {
  padding-top: 200px;
}
#popup-hr-top,
hr.popup-hr-top {
  width: 550px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#popup-hr-bottom,
hr.popup-hr-bottom {
  width: 550px;
  margin-top: 0px;
  margin-bottom: 5px;
}
#popup-red-font {
  color: #d04437;
  font-family: "FontAwesome";
}
.para-margine-bottom > p {
  margin-bottom: 20px;
}
.default-filter-margin-bottom {
  margin-bottom: 20px;
}
.grayed-icon {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.study-plan-exercise-list-ok-btn {
  margin-top: 20px;
}
.study-plan-exercise-list-objective-title {
  margin-bottom: 10px;
}
.study-plan-inline-element {
  margin-bottom: 10px;
}
TABLE.overviewtotals TD {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
#overviewstudyplan {
  background-color: #ffffff;
}
.knewton-diabled-text {
  margin-bottom: 24px;
}
.knewton-diabled-text span {
  color: #ff0000;
}
#gbaToolbarDiv nav.navbar {
  margin-bottom: 1px;
}
#overviewstudyplan .question-details li {
  width: auto;
}
.objective-selector .selected-item {
  float: left;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
TABLE.tabbar TD.horizontalbar {
  height: 5px;
  background-color: #e8e8e8;
}
a.normal_link {
  color: #252525;
  text-decoration: none;
  font-weight: normal;
}
a.normal_link:hover,
a.normal_link:focus {
  color: #252525;
  text-decoration: underline;
}
a.normal_link:visited {
  color: #252525;
  text-decoration: none;
}
a.normal_link:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#quizmeBtnPanel {
  text-align: start;
}
.xlbootstrap3 label {
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 5px;
}
html > body ul.inputform li.radio INPUT {
  margin-top: 3px;
}
#divCompanionTable .grid > thead > tr > th.sortableColumnHeader a {
  display: inline;
}
#divCompanionTable .grid > thead > tr > th.sortableColumnHeader a:hover {
  background-color: transparent;
}
#divCompanionTable .grid > thead > tr > th.sortableColumnHeader.ascendingColumnHeader a:after {
  content: none;
}
#divCompanionTable .grid > thead > tr > th.sortableColumnHeader.descendingColumnHeader a:after {
  content: none;
}
.mxcell {
  border-width: 1px 0px 1px 0px !important;
  vertical-align: middle !important;
}
.mxgrid > thead > tr > th.sortableColumnHeader:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.mxgrid > thead > tr > th.sortableColumnHeader a {
  position: relative;
  display: block;
  color: #252525;
  padding: 0px;
  text-decoration: none;
}
.mxgrid > thead > tr > th.sortableColumnHeader a:hover {
  background-color: #d0d0d0;
  text-decoration: none;
}
.mxgrid > thead > tr > th.sortableColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f0dc";
  top: 8px;
  right: 1px;
  color: #707070;
  padding-left: 3px;
  font-size: 13px;
}
.mxgrid > thead > tr > th.sortableColumnHeader.ascendingColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f176";
  top: 8px;
  right: 12px;
  color: #707070;
}
.mxgrid > thead > tr > th.sortableColumnHeader.descendingColumnHeader a:after {
  font-family: FontAwesome;
  content: "\f175";
  top: 8px;
  right: 12px;
  color: #707070;
}
.mxNotSupportedRow {
  background-color: #FFF8EB !important;
}
ul.ul-padding-left-20px {
  padding-left: 20px;
}
#wizardButtonsIA {
  border-top: 0px;
  margin-top: 0px;
  padding-left: 0px;
}
#wizardButtonsIAWritingSpaceStudent {
  margin-top: 12px;
  padding-left: 0px;
}
.table-header-bottom-border tr > th {
  border-bottom: solid 1px #d0d0d0;
}
#exhead .label {
  color: #252525;
  font-size: 14px;
}
.bottom-para-font-size {
  font-size: 12px;
}
.header-bar {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
TABLE.grid TD a:hover {
  text-decoration: underline;
}
div.left-align-radion-button {
  float: left;
}
table.paging-row > thead > tr:first-child > th {
  background-color: #fcfcfc;
  border-top: 1px solid #e8e8e8;
  border-bottom: 2px solid #ffffff;
  height: 0px !important;
  padding: 4PX;
}
table.paging-row > thead > tr:first-child > th > div > ul > li > a.paging-link-text-size {
  font-size: 14px;
}
table.paging-row > thead > tr:first-child > th > div > ul > li > a.paging-link-text-size:hover,
table.paging-row > thead > tr:first-child > th > div > ul > li > a.paging-link-text-size:focus {
  color: #047a9c;
  text-decoration: underline;
}
table.paging-row > thead > tr:first-child > th:first-child {
  border-right: double 3px #d0d0d0;
}
table.paging-row > thead > tr.header > th.dbl-border {
  border-right: double 3px #d0d0d0 !important;
}
table.paging-row tr.table-readiness-right-border td:nth-child(1),
table.paging-row tr.table-readiness-right-border td:nth-child(4),
table.paging-row tr.table-readiness-right-border td:nth-child(5),
table.paging-row tr.table-readiness-right-border td:nth-child(6),
table.paging-row tr.table-readiness-right-border td:nth-child(7) {
  border-right: solid 1px #e8e8e8;
}
table.paging-row > thead > tr.table-border-bottom > th {
  border-bottom: 1px solid #d0d0d0;
}
div.hr-top-padding {
  padding-top: 10px;
}
.xlbootstrap3 #divSpecificDates .RadPicker {
  width: 130px !important;
  height: 100% !important;
}
.xlbootstrap3 #divSpecificDates .rcTable {
  width: 130px !important;
}
.xlbootstrap3 #divSpecificDates .riTextBox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.xlbootstrap3 #divSpecificDates .riTextBox.riDisabled {
  color: #989898;
}
.xlbootstrap3 a.lightLink {
  text-decoration: none;
}
.xlbootstrap3 a.lightLink:hover {
  text-decoration: underline;
}
div.gridStyles > div > table.grid > tbody > tr.groupheaderOpen td,
div.gridStyles > div > table.grid > tbody > tr.groupheaderClosed td {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}
div.gridStyles > div > table.grid > tbody > tr > th {
  border-bottom: 1px solid #d0d0d0 !important;
}
div.gridStyles > div > table.grid > tbody > tr > th:first-child {
  padding-left: 7px;
  padding-right: 7px;
}
div.gridStyles > div > table.grid > tbody > tr > td > a {
  text-decoration: none;
  font-weight: normal;
  color: #252525;
}
div.gridStyles > div > table.grid > tbody > tr > td > a:link,
div.gridStyles > div > table.grid > tbody > tr > td > a:visited,
div.gridStyles > div > table.grid > tbody > tr > td > a:hover,
div.gridStyles > div > table.grid > tbody > tr > td > a:focus {
  text-decoration: none;
  font-weight: normal;
}
div.gridStyles > div > table.grid > tbody > tr > td > a > i {
  padding-left: 5px;
  padding-right: 5px;
}
div.gridStyles > div > table.grid > tbody > tr > td > img {
  padding-left: 5px;
  padding-right: 5px;
}
div.gridStyles > div > table.grid > tbody > tr td:nth-child(2) {
  border-left: solid 1px #e8e8e8;
}
div.gridStyles > div > table.grid > tbody > tr td:nth-child(4) {
  border-left: none;
}
div.gridStyles > div > table.grid > tbody > tr td.alert {
  border-left: solid 1px #e8e8e8;
  border-right: none;
}
div.gridStyles > div > table.grid > tbody > tr td.alert:nth-child(4) {
  border-left: none;
}
.gb-export-advanced-retrieve tr > th {
  border-bottom: 1px solid #d0d0d0;
}
.gb-export-advanced-retrieve tr > th a {
  text-decoration: underline;
}
.gb-export-advanced-retrieve th.center {
  text-align: center;
}
.xlbootstrap3 a.nolinkheader {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap3 a.nolinkheader:link,
.xlbootstrap3 a.nolinkheader:visited,
.xlbootstrap3 a.nolinkheader:hover,
.xlbootstrap3 a.nolinkheader:focus {
  color: #252525;
  text-decoration: none;
}
.xlbootstrap3 a.nolinkheader:focus {
  outline: thin dotted #333;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.quick-export-table > div > table > tbody > tr > th {
  border-bottom: 1px solid #d0d0d0 !important;
}
table.grid tr.results-table-border th {
  border-bottom: 1px solid #d0d0d0;
}
#studyPlanPrerequisites .tab-intro-tray button:focus {
  outline: dotted 1px;
}
#studyPlanPrerequisites .tab-intro-tray li:focus {
  outline: dotted 1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #studyPlanPrerequisites .tab-intro-tray button:focus {
    outline: auto;
    outline-color: #75a7f9;
  }
}
textarea.prevent-resize {
  resize: none;
}
table.paging-row thead tr th.table-header-border-bottom-remove {
  border-bottom: 0px;
}
table.paging-row thead tr th.table-header-border-left {
  border-left: solid 1px #c0c0c0;
}
table.paging-row thead tr.table-header-border-bottom-bold {
  border-bottom: 2px solid #d0d0d0;
}
table.paging-row tbody tr td.padding-top-increase {
  padding-top: 20px;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
}
div.float-left-div-content {
  float: left !important;
}
#tblCustomIds tr > td > label {
  display: inline;
}
.center-table-header-content tr > th {
  text-align: center;
}
.label-display-inline label {
  display: inline;
}
#selectAllPastDueLink {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
div.div-button-space {
  margin-bottom: 16px;
}
.div-button-space div {
  padding-right: 5px;
}
div.adaptive-message {
  margin-top: 15px;
  margin-bottom: 20px;
}
div.adaptive-message i {
  padding-right: 5px;
}
#GridPlacementOptions th.OutsideNoPad {
  border-bottom-color: #d0d0d0;
}
#GridPlacementOptions th.Outside {
  border-bottom-color: #d0d0d0;
}
#GridPlacementOptions tr.groupheaderClosed {
  background-color: #f8f8f8;
  border-top: 0px;
  border-bottom: solid 1px #e0e0e0;
}
#GridPlacementOptions tr.groupheaderClosed > td {
  border-top: 0px;
  border-bottom: solid 1px #e0e0e0;
}
#GridPlacementOptions tr.groupheaderClosed td:nth-child(2) {
  border-left: 0px;
}
#GridPlacementOptions tr.groupheaderClosed td:nth-child(2) > a {
  text-decoration: none;
  color: inherit;
}
#GridPlacementOptions tr.groupheaderClosed i {
  padding-top: 8px;
}
#GridPlacementOptions tr.groupheaderClosed td:last-child a:last-child {
  padding-left: 20px;
}
#GridPlacementOptions tr.groupheaderOpen {
  background-color: #f8f8f8;
  border-top: 0px;
  border-bottom: solid 1px #e0e0e0;
}
#GridPlacementOptions tr.groupheaderOpen > td {
  border-top: 0px;
  border-bottom: solid 1px #e0e0e0;
}
#GridPlacementOptions tr.groupheaderOpen td:nth-child(2) {
  border-left: 0px;
}
#GridPlacementOptions tr.groupheaderOpen td:nth-child(2) > a {
  text-decoration: none;
  color: inherit;
}
#GridPlacementOptions tr.groupheaderOpen i {
  padding-top: 8px;
}
#GridPlacementOptions tr.groupheaderOpen td:last-child a:last-child {
  padding-left: 20px;
}
div.list-box-div {
  overflow: auto;
  height: 190px;
  width: 425px;
}
table.select-all-table-header {
  background-color: #e8e8e8;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}
.selection-td-padding td {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  li.mmt-email-message {
    margin-left: 12px;
  }
  li.mmt-email-message > span {
    margin-left: 0px !important;
  }
}
@-moz-document url-prefix() {
  li.mmt-email-message {
    margin-left: 12px;
  }
  li.mmt-email-message > span {
    margin-left: 0px !important;
  }
  #rgAssignmentStatusFilter {
    display: -moz-box;
  }
}
.fa-trash-padding {
  margin-left: 20px;
}
ul.inputform li.courserecommendation-sectionnomargin {
  color: #252525;
  padding: 3px 3px 3px 0px;
  margin-top: 0px;
  font-weight: bold;
}
.removeRow {
  margin-bottom: -18px;
  padding-right: 5px;
  text-align: right;
  position: relative;
}
.removeRow a {
  color: #047a9c;
  text-decoration: none;
}
.removeRow a:hover {
  text-decoration: underline;
}
#addAltRequirements a,
#divSendEmail a {
  color: #047a9c;
  text-decoration: none;
}
#addAltRequirements a:hover,
#divSendEmail a:hover {
  text-decoration: underline;
}
#hwAndTestManagerToolbarDiv {
  width: 100%;
}
#hwAndTestManagerToolbarDiv .popover {
  max-width: none!important;
}
#UpdatePanelRoster TABLE.grid TR.groupheaderOpenNoHeight td {
  background-color: #f8f8f8 !important;
  border-bottom-color: #e0e0e0 !important;
}
#UpdatePanelRoster TABLE.grid TR.groupheaderClosedNoHeight td {
  background-color: #f8f8f8 !important;
  border-bottom-color: #e0e0e0 !important;
}
#sampletoolbar,
ul.titletoolbar {
  background-color: #F8F8F8;
  border-bottom: 1px solid #E0E0E0;
}
#sampletoolbar #btnAvailability,
ul.titletoolbar #btnAvailability {
  color: #047a9c;
  text-decoration: none;
}
#sampletoolbar #btnAvailability:hover,
ul.titletoolbar #btnAvailability:hover {
  text-decoration: underline;
}
#sampletoolbar li,
ul.titletoolbar li {
  font-weight: normal;
}
.sampleAssignment {
  border: 1px solid #E0E0E0;
}
.sampleAssignment #divGridSampleAssignments {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.sampleAssignmentMargin {
  margin-top: 35px;
}
a.override-ImageGenerator {
  background-image: none;
  background-color: inherit;
  border: none;
  color: #047a9c;
  text-decoration: none;
}
a.override-ImageGenerator:hover {
  text-decoration: underline;
}
.strikethroughText {
  text-decoration: line-through;
}
.hwtestmanager-grid-assignments-header td.grid-Assignment-Action-Dropdown {
  padding-top: 7px;
}
#ActionList:active {
  background-image: none;
}
#ActionList.disabled,
#ActionList[disabled],
fieldset[disabled] #ActionList {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
#ActionList.disabled:hover,
#ActionList[disabled]:hover,
fieldset[disabled] #ActionList:hover,
#ActionList.disabled:focus,
#ActionList[disabled]:focus,
fieldset[disabled] #ActionList:focus,
#ActionList.disabled.focus,
#ActionList[disabled].focus,
fieldset[disabled] #ActionList.focus,
#ActionList.disabled:active,
#ActionList[disabled]:active,
fieldset[disabled] #ActionList:active {
  color: #c7c7c7;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
td.sample-assignment-action-dropdown {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.table-header-bottom-border-color > tbody > tr > th {
  border-bottom: 1px solid #d0d0d0 !important;
}
hr.rule-dashed {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed #eeeeee;
}
#AnnouncementActionDropdown .dropdown-menu {
  min-width: 100px;
}
#AnnouncementActionDropdown .dropdown-menu > li > a {
  padding-left: 20px;
}
#exContainer {
  background-color: #fcfcfc;
  min-width: 730px;
}
#exContainer div.summary {
  text-align: center;
  vertical-align: middle;
  background-color: #e8e8e8;
  border-bottom: solid 1px #d0d0d0;
  width: 100%;
  height: 100%;
}
ul.exSummary {
  display: inline;
  white-space: nowrap;
}
ul.exSummary li {
  display: inline;
  vertical-align: middle;
}
ul.exSummary li div {
  line-height: 1.75em;
  vertical-align: middle;
  padding: 7px 7px 7px 15px;
  display: block;
  float: left;
}
ul.exSummary li div b {
  padding-top: 5px;
  padding-right: 5px;
}
ul.exSummary li.exSummaryStats div {
  padding-top: 12px;
  text-align: right;
  float: right;
  padding-right: 30px;
}
.spmHeader {
  padding-bottom: 10px;
}
.spmFloatLeft {
  float: left;
}
.spmFloatRight {
  float: right;
  padding-right: 150px;
}
.spmSettingsCols {
  min-width: 500px;
}
.grayText {
  color: gray;
}
.study-plan-settings-content-text a,
.study-plan-settings-leaf a {
  text-decoration: none !important;
}
.study-plan-settings-content-text a:hover,
.study-plan-settings-leaf a:hover {
  text-decoration: underline !important;
}
.study-plan-settings-content-text table tbody > tr > td > a > img,
.study-plan-settings-leaf table tbody > tr > td > a > img {
  padding-right: 10px;
}
.study-plan-settings-header-border th.datacol {
  border-left: 1px solid #CACBCE !important;
  border-right: 1px solid #CACBCE !important;
  border-bottom: none !important;
}
.study-plan-settings-header-border th.imagecol {
  border-right: none !important;
}
.study-plan-settings-header-border th.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}
.study-plan-settings-header-border th.header-border-bottom {
  border-bottom: 1px solid #d0d0d0 !important;
}
.study-plan-settings-header-border th.noborder {
  border: none !important;
}
.study-plan-settings-header-border th.no-bottom-border {
  border-bottom: none !important;
}
.study-plan-settings-header-border th.no-left-border {
  border-left: none !important;
}
.study-plan-settings-header-border th.no-right-border {
  border-right: none !important;
}
.study-plan-settings-header-border.left th.no-left-border {
  border-left: none !important;
}
.study-plan-settings-header-border.left th.no-right-border {
  border-right: none !important;
}
.review-due-date-link a {
  color: #047a9c;
  text-decoration: none;
}
.review-due-date-link a:hover {
  text-decoration: underline;
}
.telerik-date-wrapper .riSingle .riTextBox[type="text"] {
  width: 84px;
  height: 24px;
}
.margin-left-10 {
  margin-left: 10px;
}
@-moz-document url-prefix() {
  .moz-margin-top-4 {
    margin-top: 4px;
  }
}
.input-style-override input[type="text"] {
  color: #252525;
}
@media (min-width: 480px) {
  .xlbootstrap3 .question-details li {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 768px) {
  .xlbootstrap3 .question-details li {
    width: 32%;
  }
}
@media (min-width: 992px) {
  .xlbootstrap3 .question-details li {
    width: 24%;
  }
}
#divMultipleAssignmentsSettingsChangePage .xlbootstrap3 .riTextBox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#divMultipleAssignmentsSettingsChangePage .xlbootstrap3 .riTextBox.riDisabled {
  color: #989898;
}
#divMultipleAssignmentsSettingsChangePage .checkbox-padding {
  padding-left: 8px;
  padding-right: 8px;
}
#tdChangeOverallScoreName .top-padding {
  padding-top: 7px;
}
.reorder-mmt-header {
  background-color: #e8e8e8 !important;
}
.reorder-mmt-header a {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
.reorder-mmt-header a:hover,
.reorder-mmt-header a:focus {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
.reorder-mmt-header div {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.reorder-mmt-header li DIV.view DIV.nohandle {
  background-color: #e8e8e8 !important;
}
.reorder-mmt-list li {
  margin-top: 0px !important;
  border-top: 0px !important;
}
.display-element-inline-flex {
  display: inline-flex;
}
.display-element-inline-flex label,
.display-element-inline-flex span {
  margin-right: 5px;
}
.display-element-inline-flex input[type="text"] {
  height: 24px;
}
.display-element-inline-flex input[type="password"] {
  height: 24px;
}
.display-element-inline-flex select.form-control {
  height: 24px;
  padding: 0px;
}
.move-penaltyto-left {
  margin-left: 18px;
}
ul#toolbar {
  color: #047a9c;
}
h2.header-font-size {
  font-size: 24px !important;
  font-weight: lighter !important;
}
.btn-default {
  background-image: none !important;
  font-weight: 600 !important;
}
.btn-default.dropdown-toggle {
  font-weight: normal !important;
}
.btn-primary {
  font-weight: 600 !important;
  background-color: #047a9c !important;
  border-color: #047a9c !important;
}
.btn-primary:active,
.btn-primary:hover {
  background-color: #005a70 !important;
  border-color: #005a70 !important;
  box-shadow: none !important;
}
.btn-primary:focus {
  margin-right: 0.3px !important;
  margin-left: 0.3px !important;
  outline: 1px solid #047a9c !important;
  outline-offset: 3px !important;
}
.btn-group .btn-default.active {
  background-color: #047a9c !important;
  border-color: #047a9c !important;
  box-shadow: none !important;
  color: #ffffff !important;
}
.btn-group .btn-default.active:active,
.btn-group .btn-default.active:hover {
  background-color: #005a70 !important;
  border-color: #005a70 !important;
}
#assignmentOverview {
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif !important;
}
select {
  color: #252525;
}
.breadcrumb {
  color: #252525;
}
.AnnTitle {
  color: #252525;
}
.AnnText {
  color: #252525;
}
#TableWeights TD,
#TableWeights TH {
  color: #252525;
}
.learning-aids-popup-border {
  border: 1px solid #c0c0c0 !important;
}
.learning-aids-popup-border > tbody > tr > td {
  border-bottom: initial;
}
.gridTags {
  background-color: #d9d9d9;
  padding: 2px;
  border-radius: 2px;
  text-decoration-color: #252525;
  vertical-align: middle;
  align-content: center;
  margin-bottom: 5px;
}
div.export-omit-results-checkbox-div {
  margin-left: 38px;
  margin-top: 4px;
}
div.quick-export-assignment-tag-option {
  display: inline-flex;
}
div.coreq-export-assignment-tag-div-wrapper {
  margin-left: 4px;
}
#exportByAssignmentTagContainer {
  margin-top: 5px;
}
#assignmentTagSectionDiv {
  max-width: 450px;
  margin-top: 2px;
}
#studentTagSectionDiv {
  max-width: 450px;
  margin-top: 2px;
}
.rdo-display-inline-flex {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rdo-display-inline-flex {
    display: inline-block;
  }
}
@-moz-document url-prefix() {
  .rdo-display-inline-flex {
    display: initial;
    min-width: 180px;
  }
}
@supports (-ms-ime-align:auto) {
  .rdo-display-inline-flex {
    display: inline-block;
    min-width: 180px;
  }
}
.gray-bar {
  background-color: #e8e8e8;
  border-top: none;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.div-table {
  display: table;
  width: 100%;
}
.div-table-row {
  display: table-row;
}
.div-table-cell {
  display: table-cell;
  padding: 3px 10px;
}
.div-table-body {
  display: table-row-group;
}
.assignment-date-info {
  width: 100px;
}
*.student-name-gray-bar {
  margin-bottom: 8px;
}
div.review-iss-summary {
  float: left;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 7px !important;
}
*.iss-info-cell {
  width: 100px;
  padding-left: 6px;
}
*.element-pull-left {
  float: left;
}
*.element-pull-right {
  float: right;
}
*.left-padding-0px {
  padding-left: 0px;
}
div.scoring-options {
  float: right;
  padding-left: 6px;
  width: 360px;
}
div.no-iss-message {
  padding-left: 10px;
  padding-right: 10px;
}
*.show-hide-link {
  float: right;
  margin-right: 9px;
  margin-left: 40px;
}
*.iss-info-cell-tests {
  width: 140px !important;
  padding-left: 39px !important;
}
*.iss-info-cell-padding-left-0px {
  padding-left: 0px !important;
}
span.iss-view-by {
  float: left;
  padding-top: 8px;
  font-weight: normal;
  margin-right: 8px;
  margin-left: 20px;
}
.boxy-padding-bottom {
  padding-bottom: 20px !important;
}
#CustomFilterDiv .dropdown-menu > li > a:focus {
  background-color: #047a9c !important;
  color: #FFFFFF !important;
  outline: 0px;
}
#CustomFilterDiv .dropdown-menu > li,
#CustomFilterDiv li.active > a {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  outline: 0px;
}
.dropDownToggleMenu {
  border: 1px inset #ccc;
  width: 470px;
  background: #FFFFFF;
}
.dropDownToggleMenu div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropDownToggleMenu div ul {
  width: 470px;
  left: -1px;
}
.dropDownToggleMenu div ul li a {
  padding: 1px 10px 1px 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
.dropDownToggleMenu div ul li a:visited {
  padding: 1px 10px 1px 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
.dropDownToggleMenu div ul li a:hover {
  padding: 1px 10px 1px 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
.dropDownToggleMenu div ul li a:focus {
  padding: 1px 10px 1px 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
.dropDownToggleMenu div ul li a:active {
  padding: 1px 10px 1px 1px;
  font-family: Arial,Verdana;
  font-size: 12px;
}
.dropDownToggleMenu div ul li a img {
  border: none;
  vertical-align: middle;
  height: 16px;
  padding: 0 0 1px 1px;
}
.dropDownToggleMenu div a img {
  border: none;
  vertical-align: middle;
  height: 16px;
  padding: 0 0 1px 1px;
}
.dropDownToggleMenu div a span {
  padding-left: 2px;
}
table.inFrame .dropDownToggleMenu {
  width: 100%;
}
table.inFrame .dropDownToggleMenu div ul {
  width: 100%;
}
@media (max-width: 767px) {
  .responsive-table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
    overflow-x: auto;
    display: block;
  }
  .responsive-table table tbody tr td,
  .responsive-table table thead tr th {
    border-top: 1px solid #ddd;
    padding: 4px 8px;
  }
  [role="region"][aria-labelledby][tabindex] {
    overflow: auto;
  }
  [role="region"][aria-labelledby][tabindex]:focus {
    outline: 0.1em solid rgba(0, 0, 0, 0.1);
  }
}
