/* ========================================================== */
/* === LATEST CORE 2.O CUSTOM STYLES ======================== */
/* ========================================================== */
/* ========================================================== */
/* === 1.0 OVERALL HTML ELEMENTS ============================ */
body {
  background-color: #333; }

/* WebFont Stack 1 - Normal Weight */
@font-face {
  font-family: "futurapro-normal";
  src: url("fonts/futurapro/futurapro-normal.eot");
  src: url("fonts/futurapro/futurapro-normal.eot?#iefix") format("embedded-opentype"), url("fonts/futurapro/futurapro-normal.woff") format("woff"), url("fonts/futurapro/futurapro-normal.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* WebFont Stack 2 - Bold, Black, or Heavy */
@font-face {
  font-family: "futurapro-bold";
  src: url("fonts/futurapro/futurapro-bold.eot");
  src: url("fonts/futurapro/futurapro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/futurapro/futurapro-bold.woff") format("woff"), url("fonts/futurapro/futurapro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }
/* Links */
a {
  color: #25B39D;
  text-decoration: none; }

a:hover,
a:focus {
  color: #25B39D;
  text-decoration: underline; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "futurapro-normal", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Text Selection */
::-moz-selection {
  color: #fff;
  background: #300CD2; }

::selection {
  color: #fff;
  background: #300CD2; }

/* ========================================================== */
/* === 2.0 BOOTSTRAP COMPONENTS ============================= */
/* === PAGE NAVIGATOR (pager) =============================== */
.pager li > a,
.pager li > span {
  color: #758E63;
  background-color: transparent;
  border: 2px solid #758E63; }

.pager li > a:hover,
.pager li > a:focus {
  background-color: #758E63;
  color: #fff; }

/* === DROPDOWN MENUS ======================================= */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #758E63; }

/* === PILLS ================================================ */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #535353; }

/* === PRIMARY BUTTON ========================================
.btn-primary {
  background-color: $module-color1;
  background-image: -webkit-linear-gradient(top, $module-color1 0%, $module-color4 100%);
  background-image: -o-linear-gradient(top, $module-color1 0%, $module-color4 100%);
  background-image: linear-gradient(to bottom, $module-color1 0%, $module-color4 100%);
  background-repeat: repeat-x;
  border-color: $module-color1;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: $module-color4;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: $module-color4;
  border-color: $module-color3;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #B9B287;
  background-image: none;
  border-color: $module-color4;
} */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #25B39D;
  color: #fff; }

/* ========================================================== */
/* === 3.0 LATEST CORE 2 COMPONENTS ========================= */
/* === MODULE HEADER ======================================== */
#module-title {
  color: #fff;
  font-family: "futurapro-normal";
  font-size: 27px;
  line-height: 27px;
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  padding-top: 25px; }

#module-title small, .module-title small {
  color: #535353;
  font-weight: normal !important; }

#splash-page .module-title {
  font-size: 46px;
  line-height: 46px; }

/* Module Title Media Queries */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #module-title {
    font-size: 33px;
    line-height: 33px; }

  #splash-page .module-title {
    font-size: 35.2px;
    line-height: 35.2px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #module-title {
    font-size: 35px;
    line-height: 35px; }

  #splash-page .module-title {
    font-size: 45.8px;
    line-height: 45.8px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #module-title {
    font-size: 39px;
    line-height: 39px;
    /* text-align:left;
    padding-left:16px; */ }

  #splash-page .module-title {
    font-size: 49px;
    line-height: 49px; } }
#module-credit {
  color: #fff;
  font-family: "futurapro-normal";
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #000;
  font-size: 12px; }

/* === MODULE NAVIGATION MENU =============================== */
.module-nav li.active a,
.module-nav li.active a:focus,
.module-nav li.active a:hover {
  background-color: #758E63; }

/* === MODULE UNIT/CHAPTER DROPDOWN MENU ==================== */
.unit-header {
  background: #758E63;
  color: #fff; }

#collapsible-toc .panel-default .panel-heading {
  background: #758E63;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important; }

#collapsible-toc .panel-default .panel-heading a,
#collapsible-toc .panel-default .panel-heading a:hover,
#collapsible-toc .panel-default .panel-heading a:active {
  color: #fff !important; }

#splash-page .launch-module {
  font-family: "futurapro-normal"; }

/* === BACK TO TOP BUTTON =================================== */
.back-top a {
  color: #ccc;
  text-decoration: none; }

.back-top a:hover {
  color: #25B39D;
  text-decoration: none; }

/* === IMAGE AND TEXT CAPTIONS ============================== */
.image-caption, .text-caption {
  background: #d7d7d7; }

/* ========================================================== */
/* === 4.0 MODULE-SPECIFIC COMPONENTS ======================= */
body#splash-page {
  background-color: #333; }

#splash-page .footer-text a {
  color: #25B39D; }

#module-topbanner {
  background-image: url("../assets/module-banner.jpg");
  background-repeat: no-repeat;
  background-size: 1168px 170px;
  background-position: top center; }

.tabs-container ol, .tabs-container ul {
  margin-left: 0px;
  margin-right: 0px; }

.sm-time1 {
  width: 45px;
  height: auto;
  position: absolute;
  right: 45px;
  top: 185px; }

.sm-time2 {
  width: 45px;
  height: auto;
  position: absolute;
  right: 62px;
  top: 90px; }

.sm-line-enclosure-t1,
.sm-line-enclosure-t2 {
  font-size: 4px; }

#time1-line1 {
  margin-bottom: 10px; }

#time1-line2 {
  margin-bottom: 12px; }

#time1-line3 {
  margin-bottom: 2px; }

#time1-line4 {
  margin-bottom: 2px; }

#time1-line5 {
  margin-bottom: 10px; }

#time1-line6 {
  margin-bottom: 11px; }

#time2-line1 {
  margin-bottom: 10px; }

#time2-line2 {
  margin-bottom: 28px; }

#time2-line3 {
  margin-bottom: 10px; }

#time2-line4 {
  margin-bottom: 10px; }

#time2-line5 {
  margin-bottom: 26px; }

#time2-line6 {
  margin-bottom: 28px; }

#sortable-time1 li {
  margin: 0 0;
  padding: 0px 10px;
  font-size: 1em;
  cursor: all-scroll;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  height: 12px;
  min-height: 0px;
  min-width: 65px;
  line-height: 0.6em;
  display: block; }

#sortable-time2 li {
  margin: 0 0;
  padding: 0px 10px;
  font-size: 1em;
  cursor: all-scroll;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  height: 12px;
  min-height: 0px;
  min-width: 65px;
  line-height: 0.6em;
  display: block; }

#sortable-time1 {
  padding-top: 30px; }

#sortable-time2 {
  padding-top: 24px; }

.boxplot-sort .ui-state-disabled {
  opacity: 0; }

/*#sortable-time1 .ui-state-default:nth-child(1) {
	margin-top: 32px;
}
#sortable-time1 .ui-state-default:nth-child(2) {
	margin-top: 22px;
}
#sortable-time1 .ui-state-default:nth-child(3) {
	margin-top: 20px;
}
#sortable-time1 .ui-state-default:nth-child(4) {
	margin-top: 2px;
}
#sortable-time1 .ui-state-default:nth-child(5) {
	margin-top: 2px;
}
#sortable-time1 .ui-state-default:nth-child(6) {
	margin-top: 21px;
}
#sortable-time1 .ui-state-default:nth-child(7) {
	margin-top: 22px;
}




#sortable-time1 li:nth-child(1).ui-state-highlight {
	margin-top: 32px;
}
#sortable-time1 li:nth-child(2).ui-state-highlight {
	margin-top: 22px;
}
#sortable-time1 li:nth-child(3).ui-state-highlight {
	margin-top: 20px;
}
#sortable-time1 li:nth-child(4).ui-state-highlight {
	margin-top: 2px;
}
#sortable-time1 li:nth-child(5).ui-state-highlight {
	margin-top: 2px;
}
#sortable-time1 li:nth-child(6).ui-state-highlight {
	margin-top: 21px;
}
#sortable-time1 li:nth-child(7).ui-state-highlight {
	margin-top: 22px;
}


#sortable-time1 li:nth-child(1).ui-sortable-highlight {
	margin-top: 32px;
}
#sortable-time1 li:nth-child(2).ui-sortable-highlight {
	margin-top: 22px;
}
#sortable-time1 li:nth-child(3).ui-sortable-highlight {
	margin-top: 20px;
}
#sortable-time1 li:nth-child(4).ui-sortable-highlight {
	margin-top: 2px;
}
#sortable-time1 li:nth-child(5).ui-sortable-highlight {
	margin-top: 2px;
}
#sortable-time1 li:nth-child(6).ui-sortable-highlight {
	margin-top: 21px;
}
#sortable-time1 li:nth-child(7).ui-sortable-highlight {
	margin-top: 22px;
}*/

/*# sourceMappingURL=module-custom.css.map */
