/* Preload images */
.image-enlarge,
.image-enlarge-link:hover {
  display: block;
  /* This is the most cross-browser we're going to get... */
  cursor: zoom-in;
  /* MODERN */
  cursor: zoom-in, pointer;
  /* IE - Supports the pointer fallback. Chrome rejects this rule as invalid.. */
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  display: none;
  opacity: 0.90;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  background-color: white;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-image,
.lb-dataContainer {
  position: relative;
  z-index: 10;
}
.lb-thumbContainer {
  height: inherit;
  max-width: 300px;
}
.lb-thumbColumn {
  float: left;
  width: 60px;
}
.lb-thumb {
  max-width: 50px;
  max-height: 50px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  opacity: 0.5;
}
.lb-thumbContainer .active,
.lb-thumb:hover {
  border: 2px solid black;
  opacity: 1;
}
.lb-outerContainer,
.lb-dataContainer {
  background-color: white;
  min-height: 200px;
  min-width: 200px;
}
.lb-image {
  margin: 0 auto;
}
.lb-caption {
  display: none !important;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 80%;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-closeContainer {
  margin-bottom: 5px;
  height: 30px;
}
.lb-headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 10px auto;
  text-align: left;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-nav {
  position: absolute;
  top: 40px;
  left: 0;
  height: 100%;
  width: 100%;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev,
.lb-next {
  height: 45px;
  width: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";*/
}
.lb-prev,
.lb-next {
  cursor: pointer;
}
.lb-next {
  background: url(base-addons/img/next.png) center no-repeat;
  right: -60px;
}
.lb-prev {
  background: url(base-addons/img/prev.png) center no-repeat;
  left: -60px;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #000;
}
.lb-data .lb-details {
  text-align: justify;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  line-height: 18px;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
}
.lb-close {
  display: block;
  float: right;
  /*background: url(base-addons/css/addons/img/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 50px;
  line-height: 40px;
  color: #333;
}
.lb-close:link {
  color: #333;
}
.lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media (max-width: 768px) {
  #lightbox {
    overflow: hidden;
  }
  .lb-image {
    width: 100% !important;
    height: auto !important;
  }
  .lb-dataContainer {
    max-width: 80%;
  }
  .lb-thumbContainer {
    display: none;
  }
}

.textimage {
  margin-bottom: 20px;
}
.textimage .text {
  overflow: visible;
  zoom: 1;
}
div.textimage div.image {
  float: left;
  margin: 0 10px 10px 0;
}
div.textimage div.image img {
  max-width: 100%;
}
div.textimage div.image .image-fit-wrap {
  display: none;
}
.textimage.textimage-right .image {
  float: right;
  margin: 0 0 10px 10px;
}
.textimage.textimage-left .text ul {
  list-style-position: inside;
}
.textimage.textimage-top .image {
  float: none;
}
.well div.textimage {
  margin-bottom: 0;
}
.well div.textimage div.image {
  margin-bottom: 0;
}
.textimage-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.textimage-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .textimage .text {
    overflow: visible;
    zoom: 1;
    float: left;
  }
  div.textimage div.image,
  .textimage.textimage-right .image {
    float: none;
    margin: 10px auto;
  }
  div.textimage div.image img,
  .textimage.textimage-right .image img {
    margin: auto;
  }
}

.image-contain {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.image-cover {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.image-fit-wrap {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  -ms-background-position-y: center;
  -ms-background-position-x: center;
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.clearfix,
.group,
.result,
.clear {
  *zoom: 1;
}
.clearfix:before,
.group:before,
.result:before,
.clear:before,
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 36px;
}
/* 
Added by Joseph Serpa
Custom mixin to get around the compliation error with the deafult navbar less file.
http://www.tagwith.com/question_477890_less-v2-does-not-compile-twitters-bootstrap-2-x
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /*
  Responsive images (ensure images don't scale beyond their parents)
  max-width: 100%; /* Part 1: Set a maxium relative to the parent
  width: auto\9; /* IE7-8 need help adjusting responsive images
  height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching
  */
  vertical-align: middle;
  border: 0;
  /* -ms-interpolation-mode: bicubic; */
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin-left: 0;
  margin-right: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  background-color: #ffffff;
  -ms-overflow-style: scrollbar;
}
a,
a:link,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a:link {
  color: #1e8ae7;
}
a:hover,
a:focus {
  color: #27245f;
}
a:visited {
  color: #7b26c9;
}
a.visited-color:link {
  color: #7b26c9;
}
a.visited-color:hover {
  color: #1e8ae7;
}
a.visited-color:visited {
  color: #7b26c9;
}
.main a:visited,
.aside a:visited {
  color: #7b26c9;
}
a.link-action:visited,
a:visited .link-action {
  color: #1e8ae7;
}
a.link-action:hover,
a:hover .link-action {
  color: #27245f;
}
a.secondary,
a.secondary:link,
a.secondary:visited,
a .secondary,
a:link .secondary,
a:visited .secondary {
  color: #737373;
}
a.secondary:hover,
a.secondary:focus,
a:hover .secondary,
a:focus .secondary {
  color: #333333;
}
.img-rounded {
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  border-radius: 500px;
}
iframe {
  margin-bottom: 22px;
}
.row {
  margin-left: -10px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 950px;
}
.span12 {
  width: 950px;
}
.span11 {
  width: 870px;
}
.span10 {
  width: 790px;
}
.span9 {
  width: 710px;
}
.span8 {
  width: 630px;
}
.span7 {
  width: 550px;
}
.span6 {
  width: 470px;
}
.span5 {
  width: 390px;
}
.span4 {
  width: 310px;
}
.span3 {
  width: 230px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 70px;
}
.offset12 {
  margin-left: 970px;
}
.offset11 {
  margin-left: 890px;
}
.offset10 {
  margin-left: 810px;
}
.offset9 {
  margin-left: 730px;
}
.offset8 {
  margin-left: 650px;
}
.offset7 {
  margin-left: 570px;
}
.offset6 {
  margin-left: 490px;
}
.offset5 {
  margin-left: 410px;
}
.offset4 {
  margin-left: 330px;
}
.offset3 {
  margin-left: 250px;
}
.offset2 {
  margin-left: 170px;
}
.offset1 {
  margin-left: 90px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 36px;
  float: left;
  margin-left: 1.05263158%;
  *margin-left: 1%;
}
.row-fluid > [class*="span"]:first-child,
.row-fluid [class*="span"].span-child-1 {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.05263158%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94736842%;
}
.row-fluid .span11 {
  width: 91.57894737%;
  *width: 91.52631579%;
}
.row-fluid .span10 {
  width: 83.15789474%;
  *width: 83.10526316%;
}
.row-fluid .span9 {
  width: 74.73684211%;
  *width: 74.68421053%;
}
.row-fluid .span8 {
  width: 66.31578947%;
  *width: 66.26315789%;
}
.row-fluid .span7 {
  width: 57.89473684%;
  *width: 57.84210526%;
}
.row-fluid .span6 {
  width: 49.47368421%;
  *width: 49.42105263%;
}
.row-fluid .span5 {
  width: 41.05263158%;
  *width: 41%;
}
.row-fluid .span4 {
  width: 32.63157895%;
  *width: 32.57894737%;
}
.row-fluid .span3 {
  width: 24.21052632%;
  *width: 24.15789474%;
}
.row-fluid .span2 {
  width: 15.78947368%;
  *width: 15.73684211%;
}
.row-fluid .span1 {
  width: 7.36842105%;
  *width: 7.31578947%;
}
.row-fluid .offset12 {
  margin-left: 102.10526316%;
  *margin-left: 102%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.05263158%;
  *margin-left: 100.94736842%;
}
.row-fluid .offset11 {
  margin-left: 93.68421053%;
  *margin-left: 93.57894737%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.63157895%;
  *margin-left: 92.52631579%;
}
.row-fluid .offset10 {
  margin-left: 85.26315789%;
  *margin-left: 85.15789474%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.21052632%;
  *margin-left: 84.10526316%;
}
.row-fluid .offset9 {
  margin-left: 76.84210526%;
  *margin-left: 76.73684211%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.78947368%;
  *margin-left: 75.68421053%;
}
.row-fluid .offset8 {
  margin-left: 68.42105263%;
  *margin-left: 68.31578947%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.36842105%;
  *margin-left: 67.26315789%;
}
.row-fluid .offset7 {
  margin-left: 60%;
  *margin-left: 59.89473684%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.94736842%;
  *margin-left: 58.84210526%;
}
.row-fluid .offset6 {
  margin-left: 51.57894737%;
  *margin-left: 51.47368421%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.52631579%;
  *margin-left: 50.42105263%;
}
.row-fluid .offset5 {
  margin-left: 43.15789474%;
  *margin-left: 43.05263158%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.10526316%;
  *margin-left: 42%;
}
.row-fluid .offset4 {
  margin-left: 34.73684211%;
  *margin-left: 34.63157895%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.68421053%;
  *margin-left: 33.57894737%;
}
.row-fluid .offset3 {
  margin-left: 26.31578947%;
  *margin-left: 26.21052632%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.26315789%;
  *margin-left: 25.15789474%;
}
.row-fluid .offset2 {
  margin-left: 17.89473684%;
  *margin-left: 17.78947368%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.84210526%;
  *margin-left: 16.73684211%;
}
.row-fluid .offset1 {
  margin-left: 9.47368421%;
  *margin-left: 9.36842105%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.42105263%;
  *margin-left: 8.31578947%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-wrap {
  margin: 0 auto 60px auto;
}
.grid-preset {
  display: block;
}
.grid-preset:after {
  display: block;
  content: '';
  clear: both;
  margin-bottom: 5px;
}
.grid-preset .grid-preset-child {
  width: 100%;
  float: left;
}
.grid-preset .grid-preset-child {
  margin-left: 2%;
}
.grid-preset .grid-preset-child:first-child {
  margin-left: 0%;
}
.grid-preset-2-children .grid-preset-child {
  width: 49%;
}
.grid-preset-3-children .grid-preset-child {
  width: 32%;
}
.grid-preset-4-children .grid-preset-child {
  width: 23.5%;
}
.grid-preset-5-children .grid-preset-child {
  width: 18.4%;
}
.grid-preset-6-children .grid-preset-child {
  width: 15%;
}
p {
  margin: 0 0 20px;
}
.lead {
  margin-bottom: 22px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 33px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted,
a .muted {
  color: #8a8a8a;
}
a.muted:hover,
a.muted:focus,
a:hover .muted,
a:focus .muted {
  color: #c3c3c3;
}
.text-warning {
  color: #ed7700;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba5d00;
}
.text-error {
  color: #ee3134;
}
a.text-error:hover,
a.text-error:focus {
  color: #da1215;
}
.text-info {
  color: #1e8ae7;
}
a.text-info:hover,
a.text-info:focus {
  color: #146fbe;
}
.text-success {
  color: #7fba00;
}
a.text-success:hover,
a.text-success:focus {
  color: #5c8700;
}
.text-left,
.table th.text-left,
.table td.text-left {
  text-align: left;
}
.text-right,
.table th.text-right,
.table td.text-right {
  text-align: right;
}
.text-center,
.table th.text-center,
.table td.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 11px 0 11px 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-weight: inherit;
  font-style: normal;
  line-height: 22px;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #555759;
}
h1,
h2,
.h1,
.h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  line-height: 39.6px;
  font-weight: 100;
  letter-spacing: 1px;
}
h2,
.h2 {
  line-height: 23.1px;
  letter-spacing: 0.5px;
}
h3,
.h3 {
  font-weight: bold;
  line-height: 19.14px;
  letter-spacing: 0.5px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 17.6px;
  letter-spacing: 0.5px;
}
h1,
.h1 {
  font-size: 28.08px;
}
h2,
.h2 {
  font-size: 22.1px;
}
h3,
.h3 {
  font-size: 15.99px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 13px;
}
h1 small {
  font-size: 22.75px;
}
h2 small {
  font-size: 16.25px;
}
h3 small {
  font-size: 13px;
}
h4 small {
  font-size: 13px;
}
span.h3,
div.h3 {
  font-weight: normal;
  line-height: 24px;
}
.well h2:first-child,
.well h3:first-child,
.main h2:first-child,
.well .h2:first-child,
.well .h3:first-child,
.main .h2:first-child {
  margin-top: 5px;
}
.page-header {
  padding-bottom: 2.14285714px;
  margin: 0;
  border-bottom: 0px solid #dcdcdc;
}
.page-header-hidden {
  display: none;
}
ul,
ol {
  padding: 0;
  margin: 0 0 11px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 22px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 11px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8a8a8a;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #f3f3f3;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 22px;
  color: #c8c8c8;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dcdcdc;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 22px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333333;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 12px;
  line-height: 22px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 22px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 19.5px;
  line-height: 44px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 16.5px;
  color: #8a8a8a;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  display: inline-block;
  height: 26px;
  padding: 4px 6px;
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  vertical-align: middle;
}
select.input-block-level,
textarea.input-block-level,
input[type="text"].input-block-level,
input[type="password"].input-block-level,
input[type="datetime"].input-block-level,
input[type="datetime-local"].input-block-level,
input[type="date"].input-block-level,
input[type="month"].input-block-level,
input[type="time"].input-block-level,
input[type="week"].input-block-level,
input[type="number"].input-block-level,
input[type="email"].input-block-level,
input[type="url"].input-block-level,
input[type="search"].input-block-level,
input[type="tel"].input-block-level,
input[type="color"].input-block-level,
.uneditable-input.input-block-level {
  min-height: 36px;
  height: 36px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 36px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 36px;
}
select {
  width: 220px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #c8c8c8;
  background-color: #fcfcfc;
  border-color: #d8d8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
body.cq-wcm-edit .hidden.section {
  display: block;
  visibility: visible;
}
.hidden.section {
  padding-bottom: 0px;
}
.hidden .cq-form-hidden-placeholder {
  padding: 0px;
  margin: 0px;
  line-height: 15px;
}
.hidden .cq-form-hidden-placeholder .form_leftcol {
  display: none;
}
.hidden .cq-form-hidden-placeholder .form_rightcol {
  padding: 5px 0px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c8c8c8;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c8c8c8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c8c8c8;
}
.radio,
.checkbox {
  min-height: 22px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-xmini {
  width: 30px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 10px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 936px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 856px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 776px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 696px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 616px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 536px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 456px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 376px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 296px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 216px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 56px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  color: #c8c8c8;
  background-color: #f3f3f3;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning {
  /*.control-label,*/
}
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ed7700;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ed7700;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ed7700;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #ba5d00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa54;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ed7700;
  background-color: #fffacd;
  border-color: #ed7700;
}
.control-group.error {
  /*.control-label,*/
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ee3134;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ee3134;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ee3134;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #da1215;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f68f91;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ee3134;
  background-color: #fdddde;
  border-color: #ee3134;
}
.control-group.success {
  /*.control-label,*/
}
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #7fba00;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #7fba00;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #7fba00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #5c8700;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b9ff21;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #7fba00;
  background-color: #e8fcbc;
  border-color: #7fba00;
}
.control-group.info {
  /*.control-label,*/
}
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #1e8ae7;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #1e8ae7;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #1e8ae7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #146fbe;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7abaf1;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #1e8ae7;
  background-color: #ebf2fa;
  border-color: #1e8ae7;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f3f3f3;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 11px;
  margin-top: 4.4px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 13px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 22px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #c9ff54;
  border-color: #7fba00;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select,
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 11px;
}
legend + .control-group {
  margin-top: 22px;
  -webkit-margin-top-collapse: separate;
}
form label,
.control-label {
  font-weight: bold;
}
label.checkbox,
label.checkbox-group {
  font-weight: normal;
}
.form-horizontal .control-group {
  margin-bottom: 22px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.control-group-noinput {
  margin-bottom: 10px;
}
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 22px;
  background-color: transparent;
}
.table th,
.table td {
  padding: 8px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th,
.table tbody tr:first-child th {
  vertical-align: bottom;
}
.table thead + tbody tr:first-child th {
  vertical-align: top;
}
.table tbody tr th:first-child {
  background-color: #f3f3f3;
}
.table tfoot td {
  background-color: #f3f3f3;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table input {
  margin-bottom: 0;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  /* border-collapse: separate; // Done so we can round those corners!
     *border-collapse: collapse; // IE7 can't round corners anyway
  */
  border-left: 0;
  /*

  // no longer using border-radius on tables

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

  // Clear border-radius for first and last td in the last row in the last tbody for table with tfoot
  tfoot + tbody:last-child tr:last-child td:first-child {
    .border-bottom-left-radius(0);
  }
  tfoot + tbody:last-child tr:last-child td:last-child {
    .border-bottom-right-radius(0);
  }
  // Special fixes to round the left border on the first td/th
  caption + thead tr:first-child th:first-child,
  caption + tbody tr:first-child td:first-child,
  colgroup + thead tr:first-child th:first-child,
  colgroup + tbody tr:first-child td:first-child {
    .border-top-left-radius(@baseBorderRadius);
  }
  caption + thead tr:first-child th:last-child,
  caption + tbody tr:first-child td:last-child,
  colgroup + thead tr:first-child th:last-child,
  colgroup + tbody tr:first-child td:last-child {
    .border-top-right-radius(@baseBorderRadius);
  }
  */
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead tr th {
  background-color: #ffffff;
  vertical-align: bottom;
}
.table-list th,
.table-list td {
  border-left: 0;
  vertical-align: middle;
}
.table-list th:first-child,
.table-list td:first-child {
  border-left: 1px solid #dddddd;
}
.table-sectioned thead + tbody tr:first-child th,
.table-sectioned tbody + tbody tr:first-child th {
  background-image: none;
  background: #fff;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #f3f3f3;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f3f3f3;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 54px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 134px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 214px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 294px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 374px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 454px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 534px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 614px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 694px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 774px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 854px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 934px;
  margin-left: 0;
}
table thead tr th.sortable {
  cursor: pointer;
  word-wrap: nowrap;
}
table thead tr th.sortable .sorter {
  float: right;
  margin: 2px 4px;
  display: block;
  height: 16px;
  width: 12px;
  background: center center url("base/img/sortable.png") no-repeat;
}
table thead tr th.sortable.sorting-default .sorter table thead tr th.sortable.sorting-next-default:hover .sorter {
  background-image: url("base/img/sortable.png");
}
table thead tr th.sortable.sorting-up .sorter,
table thead tr th.sortable.sorting-next-up:hover .sorter {
  background-image: url("base/img/sortable-up.png");
}
table thead tr th.sortable.sorting-down .sorter,
table thead tr th.sortable.sorting-next-down:hover .sorter {
  background-image: url("base/img/sortable-down.png");
}
table thead tr th.sortable.sorting-both .sorter,
table thead tr th.sortable.sorting-next-both:hover .sorter {
  background-image: url("base/img/sortable-both.png");
}
.table tbody tr.success > td {
  background-color: #e8fcbc;
}
.table tbody tr.error > td {
  background-color: #fdddde;
}
.table tbody tr.warning > td {
  background-color: #fffacd;
}
.table tbody tr.info > td {
  background-color: #ebf2fa;
}
.table tbody tr.editable > td {
  background-color: #ffffff;
}
.table tbody tr.editing > td {
  background-color: #ebf2fa;
}
.table tbody tr.editable:hover > td {
  background-color: #f3f3f3;
}
.table-hover tbody tr.success:hover > td {
  background-color: #e0fba4;
}
.table-hover tbody tr.error:hover > td {
  background-color: #fcc5c7;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fff7b3;
}
.table-hover tbody tr.info:hover > td {
  background-color: #d7e5f5;
}
.table-hover tbody tr.editable:hover > td {
  background-color: #f3f3f3;
}
.table-hover tbody tr.editing:hover > td {
  background-color: #d7e5f5;
}
.table-cvc {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-collapse: separate;
  table-layout: fixed;
}
.table-cvc th,
.table-cvc td {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 0;
  line-height: 1.35em;
  text-align: center;
}
.table-cvc thead th {
  vertical-align: middle;
}
.table-cvc thead th,
.table-cvc thead td,
.table-cvc tfoot th,
.table-cvc tfoot td,
.table-cvc tbody tr:first-child th,
.table-cvc tbody tr:first-child td {
  text-align: center;
}
.table-cvc tbody tr:first-child th:first-child {
  text-align: left;
}
.table-cvc tbody tr th:first-child {
  text-align: left;
}
.table-cvc thead th,
.table-cvc tbody tr:first-child td,
.table-cvc tbody tr:first-child th,
.table-cvc tbody tr:first-child th:first-child {
  border-top: 0;
  background: #f3f3f3;
  color: #333333;
  font-weight: normal;
}
.table-cvc tfoot th,
.table-cvc tfoot td {
  border-bottom: 0;
  background: #ffffff;
  border-top: none;
}
.table-cvc tbody th,
.table-cvc tbody td,
.table-cvc tbody tr th:first-child {
  background: #ffffff;
}
.table-cvc tbody tr:first-child td {
  font-weight: bold;
}
.table-cvc tr th:first-child {
  /*border-right:10px solid #fff;*/
}
.table-cvc th.hover-cvc,
.table-cvc td.hover-cvc {
  background: #ebf2fa !important;
  border-right: 1px solid #b5d2ef;
  /* #bedaef */
  border-left: 1px solid #b5d2ef;
  /* #bedaef */
}
.table-cvc .check-cvc {
  text-align: center;
  vertical-align: middle;
}
.table-cvc .icon-check {
  background: url("base/img/icon-check.png") no-repeat 0 0;
  text-indent: -9999px;
  height: 25px;
  width: 25px;
}
.table-specifications {
  width: 100%;
}
.table-specifications .header-left {
  padding: 15px 0;
}
.table-specifications .header-right {
  padding: 15px;
}
.table-specifications th,
.table-specifications td {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 50%;
}
.table-specifications td {
  padding: 15px;
}
.table-specifications td p {
  margin: 0;
}
.table-specifications th,
.table-specifications .cell-left,
.table-specifications .cell-right {
  color: #333333;
}
.table-specifications th,
.table-specifications .cell-left {
  font: bold 14px Arial, sans-serif;
}
.table-specifications .cell-left {
  background-color: #dcdcdc;
}
.table-specifications .cell-right {
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  font: normal 14px Arial, sans-serif;
}
.table-specifications a:link {
  color: #1e8ae7;
}
.table-specifications-disclaimer {
  font: normal 11px Arial, sans-serif;
  color: #333333;
  width: 100%;
  line-height: 1.35em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("base/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("base/img/glyphicons-halflings-white.png");
}
/* Color icons with optional class */
.icon-green {
  background-image: url("base/img/glyphicons-halflings-green.png");
}
.icon-blue {
  background-image: url("base/img/glyphicons-halflings-blue.png");
}
.icon-red {
  background-image: url("base/img/glyphicons-halflings-red.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
[class^="icon-lt-"],
[class*=" icon-lt-"],
[class^="icon-lt-"],
[class*=" icon-lt-"] {
  background-image: url("base/img/icons-lt.png");
}
[class^="icon-lt-large-"],
[class*=" icon-lt-large-"],
[class^="icon-lt-large-"],
[class*=" icon-lt-large-"] {
  background-image: url("base/img/icons-lt-large.png");
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.icon-lt-black {
  background-image: url("base/img/icons-lt-black.png");
}
.icon-lt-blue {
  background-image: url("base/img/icons-lt-blue.png");
}
.icon-lt-gray,
.icon-lt-grey {
  background-image: url("base/img/icons-lt-gray.png");
}
.icon-lt-green {
  background-image: url("base/img/icons-lt-green.png");
}
.icon-lt-red {
  background-image: url("base/img/icons-lt-red.png");
}
.icon-lt-white {
  background-image: url("base/img/icons-lt-white.png");
}
[class^="icon-lt-large-"].icon-lt-black,
[class*=" icon-lt-large-"].icon-lt-black,
[class^="icon-lt-large-"].icon-lt-black,
[class*=" icon-lt-large-"].icon-lt-black {
  background-image: url("base/img/icons-lt-large-black.png");
}
[class^="icon-lt-large-"].icon-lt-blue,
[class*=" icon-lt-large-"].icon-lt-blue,
[class^="icon-lt-large-"].icon-lt-blue,
[class*=" icon-lt-large-"].icon-lt-blue {
  background-image: url("base/img/icons-lt-large-blue.png");
}
[class^="icon-lt-large-"].icon-lt-gray,
[class*=" icon-lt-large-"].icon-lt-gray,
[class^="icon-lt-large-"].icon-lt-gray,
[class*=" icon-lt-large-"].icon-lt-gray {
  background-image: url("base/img/icons-lt-large-gray.png");
}
[class^="icon-lt-large-"].icon-lt-green,
[class*=" icon-lt-large-"].icon-lt-green,
[class^="icon-lt-large-"].icon-lt-green,
[class*=" icon-lt-large-"].icon-lt-green {
  background-image: url("base/img/icons-lt-large-green.png");
}
[class^="icon-lt-large-"].icon-lt-red,
[class*=" icon-lt-large-"].icon-lt-red,
[class^="icon-lt-large-"].icon-lt-red,
[class*=" icon-lt-large-"].icon-lt-red {
  background-image: url("base/img/icons-lt-large-red.png");
}
[class^="icon-lt-large-"].icon-lt-white,
[class*=" icon-lt-large-"].icon-lt-white,
[class^="icon-lt-large-"].icon-lt-white,
[class*=" icon-lt-large-"].icon-lt-white {
  background-image: url("base/img/icons-lt-large-white.png");
}
a:hover [class^="icon-lt-"],
a:hover [class*=" icon-lt-"],
a:hover [class^="icon-lt-"],
a:hover [class*=" icon-lt-"] {
  background-image: url("base/img/icons-lt-blue.png");
}
a:hover [class^="icon-lt-large-"],
a:hover [class*=" icon-lt-large-"],
a:hover [class^="icon-lt-large-"],
a:hover [class*=" icon-lt-large-"] {
  background-image: url("base/img/icons-lt-large-blue.png");
}
a[class^="icon-lt-"]:hover,
a[class*=" icon-lt-"]:hover,
a[class^="icon-lt-"]:hover,
a[class*=" icon-lt-"]:hover {
  background-image: url("base/img/icons-lt-blue.png");
}
a[class^="icon-lt-large-"]:hover,
a[class*=" icon-lt-large-"]:hover,
a[class^="icon-lt-large-"]:hover,
a[class*=" icon-lt-large-"]:hover {
  background-image: url("base/img/icons-lt-large-blue.png");
}
a[class^="icon-lt-"].action-negative:hover,
a[class*=" icon-lt-"].action-negative:hover,
a[class^="icon-lt-"].action-negative:hover,
a[class*=" icon-lt-"].action-negative:hover {
  background-image: url("base/img/icons-lt-red.png");
}
a[class^="icon-lt-large-"].action-negative:hover,
a[class*=" icon-lt-large-"].action-negative:hover,
a[class^="icon-lt-large-"].action-negative:hover,
a[class*=" icon-lt-large-"].action-negative:hover {
  background-image: url("base/img/icons-lt-large-red.png");
}
.action-negative:hover [class^="icon-lt-"],
.action-negative:hover [class*=" icon-lt-"],
.action-negative:hover [class^="icon-lt-"],
.action-negative:hover [class*=" icon-lt-"] {
  background-image: url("base/img/icons-lt-red.png");
}
.action-negative:hover [class^="icon-lt-large-"],
.action-negative:hover [class*=" icon-lt-large-"],
.action-negative:hover [class^="icon-lt-large-"],
.action-negative:hover [class*=" icon-lt-large-"] {
  background-image: url("base/img/icons-lt-large-red.png");
}
.icon-lt-analyze {
  background-position: -5px -5px;
}
.icon-lt-avatar {
  background-position: -29px -5px;
}
.icon-lt-bulkorder {
  background-position: -53px -5px;
}
.icon-lt-bulleted {
  background-position: -77px -5px;
}
.icon-lt-cart {
  background-position: -101px -5px;
}
.icon-lt-contact-us {
  background-position: -5px -29px;
}
.icon-lt-delete {
  background-position: -29px -29px;
}
.icon-lt-document {
  background-position: -53px -29px;
}
.icon-lt-edit {
  background-position: -77px -29px;
}
.icon-lt-excel {
  background-position: -101px -29px;
}
.icon-lt-help {
  background-position: -5px -53px;
}
.icon-lt-help-outline {
  background-position: -29px -53px;
}
.icon-lt-instruments {
  background-position: -53px -53px;
}
.icon-lt-msds {
  background-position: -77px -53px;
}
.icon-lt-new-window {
  background-position: -101px -53px;
}
.icon-lt-pdf {
  background-position: -5px -77px;
}
.icon-lt-profile {
  background-position: -29px -77px;
}
.icon-lt-profile-outline {
  background-position: -53px -77px;
}
.icon-lt-promotions {
  background-position: -77px -77px;
}
.icon-lt-reminder {
  background-position: -101px -77px;
}
.icon-lt-resources {
  background-position: -5px -101px;
}
.icon-lt-star-empty {
  background-position: -29px -101px;
}
.icon-lt-star-active {
  background-position: -53px -101px;
}
.icon-lt-supply-center {
  background-position: -77px -101px;
}
.icon-lt-support-file {
  background-position: -101px -101px;
}
.icon-lt-technical-documentation {
  background-position: -125px -5px;
}
.icon-lt-view {
  background-position: -125px -29px;
}
.icon-lt-word {
  background-position: -125px -53px;
}
.icon-lt-large-analyze {
  background-position: -5px -5px;
}
.icon-lt-large-avatar {
  background-position: -55px -5px;
}
.icon-lt-large-bulkorder {
  background-position: -105px -5px;
}
.icon-lt-large-bulleted {
  background-position: -155px -5px;
}
.icon-lt-large-cart {
  background-position: -205px -5px;
}
.icon-lt-large-contact-us {
  background-position: -5px -55px;
}
.icon-lt-large-delete {
  background-position: -55px -55px;
}
.icon-lt-large-document {
  background-position: -105px -55px;
}
.icon-lt-large-edit {
  background-position: -155px -55px;
}
.icon-lt-large-excel {
  background-position: -205px -55px;
}
.icon-lt-large-help {
  background-position: -5px -105px;
}
.icon-lt-large-help-outline {
  background-position: -55px -105px;
}
.icon-lt-large-instruments {
  background-position: -105px -105px;
}
.icon-lt-large-msds {
  background-position: -155px -105px;
}
.icon-lt-large-new-window {
  background-position: -205px -105px;
}
.icon-lt-large-pdf {
  background-position: -5px -155px;
}
.icon-lt-large-profile {
  background-position: -55px -155px;
}
.icon-lt-large-profile-outline {
  background-position: -105px -155px;
}
.icon-lt-large-promotions {
  background-position: -155px -155px;
}
.icon-lt-large-reminder {
  background-position: -205px -155px;
}
.icon-lt-large-resources {
  background-position: -5px -205px;
}
.icon-lt-large-star-empty {
  background-position: -55px -205px;
}
.icon-lt-large-star-active {
  background-position: -105px -205px;
}
.icon-lt-large-supply-center {
  background-position: -155px -205px;
}
.icon-lt-large-support-file {
  background-position: -205px -205px;
}
.icon-lt-large-technical-documentation {
  background-position: -255px -5px;
}
.icon-lt-large-view {
  background-position: -255px -55px;
}
.icon-lt-large-word {
  background-position: -255px -105px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #d8d8d8;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 22px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #000000;
  background-color: #ebf2fa;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1e8ae7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c8c8c8;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333333;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}
.well-cmp.well-default {
  padding: 0px;
}
.well {
  padding: 10px;
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
}
.well blockquote {
  border-color: #d8d8d8;
}
.well-large {
  padding: 19px;
}
.well-small {
  padding: 4px;
}
.well-mini {
  padding: 0;
}
.well-default {
  padding: 10px;
}
.well-white {
  background-color: #ffffff;
  padding: 9px;
}
.well-white.well-mini {
  padding: 0;
}
.well-gray-lighter {
  background-color: #f3f3f3;
}
.well-gray-light {
  background-color: #dcdcdc;
}
.well-gray {
  background-color: #c8c8c8;
}
.well-gray-dark {
  background-color: #333333;
}
.well-green-light {
  background-color: #d6f7ce;
}
.well-green {
  background-color: #7fba00;
}
.well-blue-light {
  background-color: #ebf2fa;
}
.well-blue {
  background-color: #1e8ae7;
}
.well-blue-dark {
  background-color: #27245f;
}
.well-red {
  background-color: #ee3134;
}
.well-black {
  background-color: #000000;
}
.well-note {
  background-color: #fff8ca;
}
.well-gray,
.well-gray-dark,
.well-green,
.well-blue,
.well-red,
.well-blue-dark,
.well-black,
.well-gray a,
.well-gray-dark a,
.well-green a,
.well-blue a,
.well-red a,
.well-gray a:visited,
.well-gray-dark a:visited,
.well-green a:visited,
.well-blue a:visited,
.well-red a:visited {
  color: #ffffff;
}
.content .well-wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.well-wrapper .span12 {
  width: 100%;
}
.well-container {
  background-size: cover;
  position: relative;
  -ms-behavior: url(../htc/backgroundsize.min.htc);
}
.well-wrapper .wellPageHeading .parsys .well-container .parsys {
  padding: 0;
  margin: 0;
}
.wide-template .container.well-wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.wide-template .well-wrapper .span12 {
  width: 100%;
}
.wide-template.well-wrapper .wellPageHeading .parsys {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.well-wrapper .wellPageHeading .parsys {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .well-wrapper .wellPageHeading .parsys {
    margin: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content.well-wrapper,
  .content.well-wrapper .well-wrapper .span12 {
    padding: 0 !important;
  }
  .content.well-wrapper .container-wrap {
    padding: 0 12px 0 12px;
  }
  .well-wrapper .wellPageHeading .parsys {
    max-width: 950px;
    margin: 0 22px;
  }
  .wide-template.well-wrapper .container-breadcrumb,
  .wide-template.well-wrapper .pageheading {
    padding-left: 12px;
  }
  .well-wrapper [class*="span"],
  .well-wrapper .row {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .content.well-wrapper {
    margin: 0 -10px !important;
  }
  .content.well-wrapper .container-wrap {
    margin: 0 10px;
  }
  .well-wrapper .wellPageHeading .parsys {
    padding: 0 10px;
  }
  .content.well-wrapper .pageheading {
    margin: 0 10px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn,
.button {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  color: #555759;
  border-color: #c8c8c8;
  border-radius: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-weight: 700;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
  text-decoration: none;
  color: #555759;
  background-color: #f3f3f3;
  border-color: #333333;
}
.btn:focus,
.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.button.active,
.btn:active,
.button:active {
  background-color: #f3f3f3;
  outline: 0;
}
.btn.disabled,
.button.disabled,
.btn[disabled],
.button[disabled],
.btn.disabled-button,
.button.disabled-button {
  border-width: 1px;
  color: #c8c8c8 !important;
  cursor: default;
  background: #f3f3f3 !important;
  box-shadow: none;
  filter: none !important;
  border-color: #c8c8c8;
}
.btn.btn-block,
.button.btn-block {
  min-height: 36px;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.94px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 3px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 11.96px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 3px 6px;
  font-size: 10.92px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary,
.primary-button {
  color: #ffffff;
  text-shadow: none;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #d9d9d9;
  color: #1e8ae7;
  border-color: #c8c8c8;
}
.btn-primary:hover,
.primary-button:hover,
.btn-primary:focus,
.primary-button:focus,
.btn-primary:active,
.primary-button:active,
.btn-primary.active,
.primary-button.active,
.btn-primary.disabled,
.primary-button.disabled,
.btn-primary[disabled],
.primary-button[disabled] {
  color: #ffffff;
  background: #ffffff;
  filter: none;
}
.btn-primary:active,
.primary-button:active,
.btn-primary.active,
.primary-button.active {
  background: #f7f7f7;
}
.btn-primary:hover,
.primary-button:hover,
.btn-primary:focus,
.primary-button:focus,
.btn-primary:active,
.primary-button:active {
  color: #1e8ae7;
  background-color: #f3f3f3;
}
.btn-primary.disabled,
.primary-button.disabled,
.btn-primary[disabled],
.primary-button[disabled],
.btn-primary.disabled-button,
.primary-button.disabled-button {
  color: #555759;
  border-color: #c8c8c8;
}
.btn-success,
.btn-commerce,
.commerce-button {
  color: #ffffff;
  text-shadow: none;
  background-color: #ee3134;
  background-image: -moz-linear-gradient(top, #ee3134, #ee3134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee3134), to(#ee3134));
  background-image: -webkit-linear-gradient(top, #ee3134, #ee3134);
  background-image: -o-linear-gradient(top, #ee3134, #ee3134);
  background-image: linear-gradient(to bottom, #ee3134, #ee3134);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee3134', endColorstr='#ffee3134', GradientType=0);
  border-color: #c21013;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #c21013;
  border-color: #ee3134;
}
.btn-success:hover,
.btn-commerce:hover,
.commerce-button:hover,
.btn-success:focus,
.btn-commerce:focus,
.commerce-button:focus,
.btn-success:active,
.btn-commerce:active,
.commerce-button:active,
.btn-success.active,
.btn-commerce.active,
.commerce-button.active,
.btn-success.disabled,
.btn-commerce.disabled,
.commerce-button.disabled,
.btn-success[disabled],
.btn-commerce[disabled],
.commerce-button[disabled] {
  color: #ffffff;
  background: #ee3134;
  filter: none;
}
.btn-success:active,
.btn-commerce:active,
.commerce-button:active,
.btn-success.active,
.btn-commerce.active,
.commerce-button.active {
  background: #ed2326;
}
.btn-success:hover,
.btn-commerce:hover,
.commerce-button:hover,
.btn-success:focus,
.btn-commerce:focus,
.commerce-button:focus,
.btn-success.active,
.btn-commerce.active,
.commerce-button.active {
  color: #ffffff;
  background-color: #dd1f25;
  border-color: #dd1f25;
}
.btn-success.disabled,
.btn-commerce.disabled,
.commerce-button.disabled,
.btn-success[disabled],
.btn-commerce[disabled],
.commerce-button[disabled],
.btn-success.disabled-button,
.btn-commerce.disabled-button,
.commerce-button.disabled-button {
  color: #555759;
  border-color: #c8c8c8;
}
.btn-info {
  color: #ffffff;
  text-shadow: none;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #d9d9d9;
  color: #333333;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #ffffff;
  filter: none;
}
.btn-info:active,
.btn-info.active {
  background: #f7f7f7;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: #000000;
  background-color: #f3f3f3;
  border-color: #333333;
}
.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled-button {
  color: #555759;
  border-color: #c8c8c8;
}
.btn-featured,
.btn-danger {
  text-shadow: none;
  background-color: #ee3134;
  background-image: -moz-linear-gradient(top, #ee3134, #ee3134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee3134), to(#ee3134));
  background-image: -webkit-linear-gradient(top, #ee3134, #ee3134);
  background-image: -o-linear-gradient(top, #ee3134, #ee3134);
  background-image: linear-gradient(to bottom, #ee3134, #ee3134);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee3134', endColorstr='#ffee3134', GradientType=0);
  border-color: #c21013;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #c21013;
  color: #ffffff;
  border-color: #dd1f25;
  border-style: solid;
  border-width: 1px;
}
.btn-featured:hover,
.btn-danger:hover,
.btn-featured:focus,
.btn-danger:focus,
.btn-featured:active,
.btn-danger:active,
.btn-featured.active,
.btn-danger.active,
.btn-featured.disabled,
.btn-danger.disabled,
.btn-featured[disabled],
.btn-danger[disabled] {
  color: #ffffff;
  background: #ee3134;
  filter: none;
}
.btn-featured:active,
.btn-danger:active,
.btn-featured.active,
.btn-danger.active {
  background: #ed2326;
}
.btn-featured:link,
.btn-danger:link {
  color: #ffffff;
}
.btn-featured:hover,
.btn-danger:hover,
.btn-featured:focus,
.btn-danger:focus,
.btn-featured.active,
.btn-danger.active {
  color: #ffffff;
  background-color: #dd1f25;
  border-color: #dd1f25;
}
.btn-featured.disabled,
.btn-danger.disabled,
.btn-featured[disabled],
.btn-danger[disabled],
.btn-featured.disabled-button,
.btn-danger.disabled-button {
  color: #555759;
  border-color: #c8c8c8;
}
.btn-link {
  color: #1e8ae7;
  cursor: pointer;
  background: none transparent;
  border-width: 1px;
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.active {
  color: #27245f;
  background: none transparent;
  border-width: 1px;
  border-color: transparent;
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link[disabled],
.btn-link.disabled-button {
  color: #555759;
  border-color: #c8c8c8;
}
a.btn-success,
a.btn-commerce,
a.btn-featured,
a.btn-danger,
a.commerce-button {
  color: #ffffff;
}
a.btn-success:active,
a.btn-commerce:active,
a.btn-featured:active,
a.btn-danger:active,
a.commerce-button:active,
a.btn-success:focus,
a.btn-commerce:focus,
a.btn-featured:focus,
a.btn-danger:focus,
a.commerce-button:focus,
a.btn-success:hover,
a.btn-commerce:hover,
a.btn-featured:hover,
a.btn-danger:hover,
a.commerce-button:hover,
a.btn-success:visited,
a.btn-commerce:visited,
a.btn-featured:visited,
a.btn-danger:visited,
a.commerce-button:visited {
  color: #ffffff;
}
a.btn-info {
  color: #000000;
}
a.btn-info:active,
a.btn-info:focus,
a.btn-info:hover,
a.btn-info:visited {
  color: #000000;
}
a.btn-primary,
a.primary-button {
  color: #1e8ae7;
}
a.btn-primary:active,
a.primary-button:active,
a.btn-primary:focus,
a.primary-button:focus,
a.btn-primary:hover,
a.primary-button:hover,
a.btn-primary:visited,
a.primary-button:visited {
  color: #1e8ae7;
}
a.btn-link {
  color: #1e8ae7;
}
a.btn-link:active,
a.btn-link:focus,
a.btn-link:hover {
  color: #27245f;
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 11px;
  margin-bottom: 11px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 10.92px;
}
.btn-group > .btn-small {
  font-size: 11.96px;
}
.btn-group > .btn-large {
  font-size: 17.94px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ffffff;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ed7700;
}
.btn-group.open .btn-featured.dropdown-toggle {
  background-color: #ee3134;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #7fba00;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #ffffff;
}
.btn-group.open .btn-secondary.dropdown-toggle {
  background-color: #dcdcdc;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn .caret {
  border-top-color: #c8c8c8;
  border-bottom-color: #c8c8c8;
}
.btn-featured .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-info .caret,
.btn-primary .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.alert {
  padding: 8px 35px 8px 40px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f3f3f3;
  border: 1px solid #ed7700;
  background-position: 6px 6px;
  background-repeat: no-repeat;
  background-image: url("base/img/alert-warning.png");
  color: #333333;
}
.alert h4,
.alert .close {
  color: #ed7700;
}
.alert h4 {
  margin: 0;
}
.alert p:last-child,
.alert ol:last-child,
.alert ul:last-child {
  margin-bottom: 0;
}
.alert .close {
  position: relative;
  top: 1px;
  right: -21px;
  line-height: 22px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-success {
  background-image: url("base/img/alert-success.png");
  border-color: #7fba00;
}
.alert-success h4,
.alert-success .close {
  color: #7fba00;
}
.alert-danger,
.alert-error {
  background-image: url("base/img/alert-error.png");
  border-color: #ee3134;
}
.alert-danger h4,
.alert-error h4,
.alert-error .close {
  color: #ee3134;
}
.alert-info {
  background-image: url("base/img/alert-info.png");
  border-color: #1e8ae7;
}
.alert-info h4,
.alert-info .close {
  color: #1e8ae7;
}
.alert-basic,
.alert-inline {
  background-image: none;
  padding: 8px 35px 8px 8px;
}
.alert-note {
  background-image: url("base/img/alert-note.png");
  background-color: #fff8ca;
  border-top: 1px dashed #ed7700;
  border-bottom: 1px dashed #ed7700;
  border-left: 0px;
  border-right: 0px;
  color: #333333;
}
.alert-block {
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
#CQ .alert {
  padding: 8px 35px 8px 40px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-position: 6px 6px;
  background-repeat: no-repeat;
  background-image: url("base/img/alert-warning.png");
  color: #333333;
}
.nav {
  margin-left: 0;
  margin-bottom: 22px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  background-color: #ffffff;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list-header {
  border: 0px solid #d8d8d8;
  margin-bottom: 11px;
  background-color: #ffffff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px 5px 0px 0px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  color: #333333;
}
.nav-list-header-icon {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 5px;
  line-height: 16px;
}
.nav-list-header-text {
  display: block;
  overflow: hidden;
}
.nav-list-header > a,
.nav-list .nav-header {
  border: 0px solid #f3f3f3;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}
.nav-list-header > a {
  font-weight: normal;
  overflow: hidden;
  padding-bottom: 4px;
  padding-top: 4px;
  color: #1e8ae7;
}
.nav-list .nav-header {
  color: #555759;
  text-shadow: none;
  text-transform: none;
  font-size: 12px !important;
  padding: 0;
  font-weight: 600;
}
.nav-list {
  /* border:1px solid @borderColor; */
  border-bottom: 0;
  background-color: #ffffff;
}
.nav-list > li {
  /* border-bottom: 1px solid @borderColor; */
  padding-bottom: 10px;
}
.nav-list > li,
.leftnav li,
.autopopulatingleftnav li {
  list-style-type: none;
}
.nav-list-header > a,
.sidebar .nav-list > li,
.sidebar .nav-list > li.active > ul > li {
  font-size: 13px;
  line-height: 22px;
}
.nav-list a:link,
.nav-list a:visited {
  color: #737373;
  font-size: 12px;
}
.nav-list a:hover,
.nav-list a:focus,
.nav-list > li > ul > li:hover {
  color: #1e8ae7;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}
.nav-list > li > ul {
  margin-left: 0;
}
.nav-list > .active > ul {
  color: #888;
  margin-left: 20px;
}
.nav-list > li > ul > li > a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.nav-list > .active > ul > li > a {
  margin-left: -30px;
  padding: 3px 10px 3px 30px;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #d8d8d8;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
  list-style-type: none;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
}
.nav-tabs > li {
  background: #f3f3f3;
  margin-bottom: -1px;
  margin-right: 5px;
}
.nav-tabs > li > a {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px 8px 15px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px 5px 0px 0px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  color: #1e8ae7;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #1e8ae7;
}
.nav-tabs > li > a:hover {
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #333333;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-bottom-color: #ffffff;
  cursor: default;
}
.tab-pane-accordion {
  display: none;
}
.tab-header .footer-icon {
  display: none;
}
.nav-pills > li > a {
  padding: 8px 15px 8px 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
  color: #1e8ae7;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #1e8ae7;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #d8d8d8;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #d8d8d8;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #27245f;
  border-bottom-color: #27245f;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #c8c8c8;
  border-bottom-color: #c8c8c8;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #c8c8c8;
  border-bottom-color: #c8c8c8;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #dcdcdc;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  margin-bottom: 22px;
  border: 0px;
  border-bottom: 1px solid #d8d8d8;
  overflow: auto;
}
.tab-content .tab-content {
  margin-bottom: 0;
  border: 0;
}
.tab-content > .tab-pane {
  padding: 9px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #d8d8d8;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 5px 5px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #d8d8d8;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #d8d8d8 #d8d8d8 #d8d8d8;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 0px solid #d8d8d8;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #d8d8d8;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #d8d8d8 transparent #d8d8d8 #d8d8d8;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #d8d8d8;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f3f3f3 #f3f3f3 #f3f3f3 #d8d8d8;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #d8d8d8 #d8d8d8 #d8d8d8 transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #c8c8c8;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
  color: #c8c8c8;
}
.tabs-workflow .tab-content {
  border: 0;
}
.tabs-workflow {
  border: 1px solid #d8d8d8;
  padding: 9px;
  width: inherit;
}
.tab-content .tabs-workflow {
  border: 0;
  padding: 0;
}
.tabs-workflow .tab-content > .tab-pane {
  padding: 0;
}
.nav-workflow {
  *zoom: 1;
  margin-bottom: 10px;
}
.nav-workflow:before,
.nav-workflow:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-workflow:after {
  clear: both;
}
.nav-workflow a:link,
.nav-workflow a:visited {
  border-bottom: 3px solid #d8d8d8;
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.nav-workflow a:hover,
.nav-workflow a:hover strong,
.nav-workflow a:hover b {
  text-decoration: none !important;
  color: #27245f;
}
.nav-workflow b,
.nav-workflow span {
  background: url(base/img/nav-workflow.png) no-repeat scroll 0 0 transparent;
}
.nav-workflow b {
  background-color: #ffffff;
  background-repeat: repeat-x;
  color: #1e8ae7;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}
.nav-workflow .active b,
.nav-workflow .active a:hover b {
  background-color: #495056;
  background-position: 0 -36px;
  color: #ffffff;
}
.nav-workflow strong,
.nav-workflow b,
.nav-workflow span {
  display: block;
}
.nav-workflow strong {
  font-weight: normal;
  line-height: 18px;
  padding: 10px;
}
.nav-workflow .active strong,
.nav-workflow .active a:hover strong {
  color: #495056;
  font-weight: bold;
}
.nav-workflow span,
.nav-workflow .first-tab span {
  background-position: 0 -72px;
}
.nav-workflow span span,
.nav-workflow .first-tab span span,
.nav-workflow .next-tab span span {
  background-position: 100% -180px;
}
.nav-workflow .prev-tab span span {
  background-position: 100% -216px;
}
.nav-workflow .active span {
  background-position: 0 -108px;
}
.nav-workflow .active span span {
  background-position: 100% -252px;
}
.nav-workflow .next-tab span {
  background-position: 0 -144px;
}
.nav-workflow .first-tab span {
  background-position: -8px 0;
}
.nav-workflow .last-tab span span {
  background-position: -8px 0;
}
.nav-workflow .first-tab span span {
  border-left: 1px solid #d8d8d8;
}
.nav-workflow .first-tab.active span span {
  border-color: #495056;
}
.nav-workflow .last-tab span span {
  border-right: 1px solid #d8d8d8;
}
.nav-workflow .last-tab.active span span {
  border-color: #495056;
}
.nav-workflow li {
  float: left;
  list-style-type: none;
  text-align: center;
}
.workflow-1steps .nav-workflow li {
  width: 100%;
}
.workflow-2steps .nav-workflow li {
  width: 50%;
}
.workflow-3steps .nav-workflow li {
  width: 33.3333%;
}
.workflow-4steps .nav-workflow li {
  width: 25%;
}
.workflow-5steps .nav-workflow li {
  width: 20%;
}
.workflow-6steps .nav-workflow li {
  width: 16.6667%;
}
.workflow-7steps .nav-workflow li {
  width: 14.2857%;
}
.workflow-8steps .nav-workflow li {
  width: 12.5%;
}
.workflow-9steps .nav-workflow li {
  width: 11.1111%;
}
.workflow-10steps .nav-workflow li {
  width: 10%;
}
.nav-workflow .active a:link,
.nav-workflow .active a:visited,
.nav-workflow .active a:active,
.nav-workflow .active a:hover {
  background: #fff;
  border-bottom-color: #495056;
  color: #495056;
  text-decoration: none !important;
}
.tab-header .footer-icon {
  display: none;
}
.nav-tabs > li .caret {
  display: none;
}
@media only screen and (max-width: 480px) {
  .tab-content {
    display: none;
  }
  .tabworkflowcontainer .tab-content {
    display: block;
  }
  .nav-tabs > li,
  .nav-pills > li {
    padding: 10px -1px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
  }
  .nav-tabs > li .collapse,
  .nav-pills > li .collapse {
    height: 0;
    overflow: hidden;
    padding-left: 35px;
    position: absolute;
    top: 0;
  }
  .nav-tabs > li .in,
  .nav-pills > li .in {
    height: auto;
    position: relative;
    background: #fff;
    display: block;
  }
  .nav-tabs > li .tab-header.in,
  .nav-pills > li .tab-header.in {
    color: #000;
    background: #f3f3f3;
  }
  .tab-header,
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover,
  .nav-tabs > .active > a:focus,
  .nav-tabs > li a {
    margin: 0;
    padding: 11px 10px 11px 24px;
    color: #000;
    cursor: pointer;
    background: #f3f3f3;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    line-height: 1.3em;
    display: block;
    color: #1e8ae7;
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    margin-bottom: 2px;
  }
  .tab-header .footer-icon,
  .nav-tabs > .active > a .footer-icon,
  .nav-tabs > .active > a:hover .footer-icon,
  .nav-tabs > .active > a:focus .footer-icon,
  .nav-tabs > li a .footer-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    display: inherit;
  }
  .nav-tabs > li,
  .nav-tabs > li:hover,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a,
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover,
  .nav-tabs > .active > a:focus {
    background: #f3f3f3;
  }
  .nav-tabs > li .caret {
    display: block;
    position: absolute;
    left: .75em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #1e8ae7;
  }
  .nav-tabs > li :hover .caret {
    border-left-color: #1262a7;
  }
  .nav-tabs > li .in .caret {
    border-left-color: transparent;
    border-top: 5px solid #1e8ae7;
    left: .5em;
    margin-top: -3px;
  }
  .nav-tabs > li .in :hover .caret {
    border-top-color: #1262a7;
  }
  .nav-tabs > li a.tab-header.in {
    color: #000;
    background: #f3f3f3;
  }
}
.workflow-accordion {
  display: none;
}
.tabs-workflow {
  display: block;
}
.plain-tab {
  display: block;
}
@media (max-width: 767px) {
  .workflow-accordion {
    display: block;
  }
  .tabs-workflow {
    display: none;
  }
  .plain-tab {
    display: none;
  }
}
.navbar {
  overflow: visible;
  margin-bottom: 22px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #c8c8c8;
  background-color: #f3f3f3;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 14px 20px 14px;
  margin-left: -20px;
  font-size: 20px;
  color: #333333;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 50px;
  color: #333333;
}
.navbar-link {
  color: #1e8ae7;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #1e8ae7;
}
.navbar .divider-vertical {
  height: 50px;
  margin: 0 9px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #f3f3f3;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 6.5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 6.5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6.5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 6px 14px;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 950px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 14px 15px 14px;
  color: #1e8ae7;
  text-decoration: none;
  text-shadow: 0 1px 0 #f3f3f3;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 10px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #1e8ae7;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: none;
  background-color: #e1e1e1;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: -o-linear-gradient(top, #e6e6e6, #d9d9d9);
  background-image: linear-gradient(to bottom, #e6e6e6, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffd9d9d9', GradientType=0);
  border-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #b3b3b3;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background: #d9d9d9;
  filter: none;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background: #d2d2d2;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d8d8d8;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #d8d8d8;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #1e8ae7;
  border-bottom-color: #1e8ae7;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ffffff;
  color: #333333;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #1e8ae7;
  border-bottom-color: #1e8ae7;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 0;
}
.navbar-inverse .navbar-inner {
  background-color: #333333;
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #dcdcdc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #dcdcdc;
}
.navbar-inverse .navbar-text {
  color: #dcdcdc;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #333333;
}
.navbar-inverse .navbar-link {
  color: #dcdcdc;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #333333;
  border-right-color: #333333;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #333333;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #737373;
  border-color: #333333;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #8a8a8a;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #8a8a8a;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #8a8a8a;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: none;
  background-color: #262626;
  background-image: -moz-linear-gradient(top, #262626, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#262626));
  background-image: -webkit-linear-gradient(top, #262626, #262626);
  background-image: -o-linear-gradient(top, #262626, #262626);
  background-image: linear-gradient(to bottom, #262626, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff262626', GradientType=0);
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
  *border-color: #000000;
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background: #262626;
  filter: none;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background: #1f1f1f;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 12px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #888;
}
.breadcrumb > .active {
  color: #888;
}
.pagination {
  margin: 22px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 22px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-left-width: 0;
  color: #333333;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  border-color: #1e8ae7;
  border-left: 1px solid #1e8ae7;
  margin-left: -1px;
  color: #1e8ae7;
}
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover {
  background-color: #dcdcdc;
  border-color: #333333;
  color: #333333;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #c8c8c8;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* fixes issues with negative margin left on first element */
.pagination ul > li:first-child > a:hover,
.pagination ul > li:first-child > span:hover {
  margin-left: 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.94px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 5px 10px;
  font-size: 11.96px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 3px 6px;
  font-size: 10.92px;
}
.pager {
  margin: 22px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  color: #1e8ae7;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  border: 1px solid #333333;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dcdcdc;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid #dcdcdc;
}
.modal-dialog {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1205;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-dialog .modal-body {
  max-height: none;
  height: auto;
  padding: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffffff;
  height: 100%;
  width: 98%;
}
body.dialog-in {
  height: 100%;
  overflow: hidden;
}
.modal-dialog.in {
  display: block;
}
.modal {
  position: relative;
  margin: 40px auto;
  z-index: 1205;
  width: 640px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.modal.modal-wide {
  width: 750px;
}
.modal.modal-narrow {
  width: 450px;
}
.modal.modal-video {
  width: 840px;
  margin: 40px auto;
}
.modal.modal-video .modal-body {
  padding: 0px;
}
.modal.modal-video .modal-header {
  border-bottom: none;
  padding: 0;
}
.modal.modal-video .modal-header .close {
  margin-top: -35px;
}
.modal.modal-preload {
  margin-top: -20000px;
}
.modal-header {
  background-color: #ffffff;
  padding: 9px 15px;
  border-bottom: 1px solid #dcdcdc;
}
.modal-header .close {
  background: transparent;
  margin-top: 2px;
  padding: 2px 5px;
}
.modal-header .close:hover {
  border: 0 solid #ffffff;
  color: #dd1f25;
  opacity: 1;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #ffffff;
  border-top: 1px solid #d8d8d8;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -8px;
}
.tooltip.right {
  margin-left: 8px;
}
.tooltip.bottom {
  margin-top: 8px;
}
.tooltip.left {
  margin-left: -8px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.tooltip .tooltip-arrow,
.tooltip .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip .tooltip-arrow {
  border-width: 5px;
}
.tooltip .tooltip-arrow:after {
  border-width: 5px;
  content: "";
}
.tooltip.right .tooltip-inner {
  text-align: left;
}
.tooltip.left .tooltip-inner {
  text-align: right;
}
.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -5px;
}
.tooltip.top .tooltip-arrow:after {
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.tooltip.right .tooltip-arrow:after {
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -5px;
}
.tooltip.bottom .tooltip-arrow:after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.tooltip.left .tooltip-arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 18px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -10px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 22px;
  margin-left: 10px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #1e8ae7;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 5px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #c8c8c8;
}
.badge {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #ee3134;
}
.label-important[href],
.badge-important[href] {
  background-color: #da1215;
}
.label-warning,
.badge-warning {
  background-color: #ed7700;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #ba5d00;
}
.label-success,
.badge-success {
  background-color: #7fba00;
}
.label-success[href],
.badge-success[href] {
  background-color: #5c8700;
}
.label-info,
.badge-info {
  background-color: #1e8ae7;
}
.label-info[href],
.badge-info[href] {
  background-color: #146fbe;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.label-brand-lifetechnologies,
.badge-brand-lifetechnologies,
.label-brand-LifeTechnologies,
.badge-brand-LifeTechnologies {
  background-color: #1a2155;
}
.label-brand-lifetechnologies[href],
.badge-brand-lifetechnologies[href],
.label-brand-LifeTechnologies[href],
.badge-brand-LifeTechnologies[href] {
  background-color: #0e122e;
}
.label-brand-gibco,
.badge-brand-gibco,
.label-brand-Gibco,
.badge-brand-Gibco {
  background-color: #1f419b;
}
.label-brand-gibco[href],
.badge-brand-gibco[href],
.label-brand-Gibco[href],
.badge-brand-Gibco[href] {
  background-color: #172f70;
}
.label-brand-invitrogen,
.badge-brand-invitrogen,
.label-brand-Invitrogen,
.badge-brand-Invitrogen {
  background-color: #ee3134;
}
.label-brand-invitrogen[href],
.badge-brand-invitrogen[href],
.label-brand-Invitrogen[href],
.badge-brand-Invitrogen[href] {
  background-color: #da1215;
}
.label-brand-taqman,
.badge-brand-taqman,
.label-brand-Taqman,
.badge-brand-Taqman {
  background-color: #8339af;
}
.label-brand-taqman[href],
.badge-brand-taqman[href],
.label-brand-Taqman[href],
.badge-brand-Taqman[href] {
  background-color: #662c89;
}
.label-brand-novex,
.badge-brand-novex,
.label-brand-Novex,
.badge-brand-Novex {
  background-color: #f7941e;
}
.label-brand-novex[href],
.badge-brand-novex[href],
.label-brand-Novex[href],
.badge-brand-Novex[href] {
  background-color: #da7a08;
}
.label-brand-molecularprobes,
.badge-brand-molecularprobes,
.label-brand-MolecularProbes,
.badge-brand-MolecularProbes {
  background-color: #5e3896;
}
.label-brand-molecularprobes[href],
.badge-brand-molecularprobes[href],
.label-brand-MolecularProbes[href],
.badge-brand-MolecularProbes[href] {
  background-color: #472a71;
}
.label-brand-ambion,
.badge-brand-ambion,
.label-brand-Ambion,
.badge-brand-Ambion {
  background-color: #0d7b63;
}
.label-brand-ambion[href],
.badge-brand-ambion[href],
.label-brand-Ambion[href],
.badge-brand-Ambion[href] {
  background-color: #084d3e;
}
.label-brand-iontorrent,
.badge-brand-iontorrent,
.label-brand-IonTorrent,
.badge-brand-IonTorrent {
  background-color: #818285;
}
.label-brand-iontorrent[href],
.badge-brand-iontorrent[href],
.label-brand-IonTorrent[href],
.badge-brand-IonTorrent[href] {
  background-color: #68696b;
}
.label-brand-appliedbiosystems,
.badge-brand-appliedbiosystems,
.label-brand-AppliedBiosystems,
.badge-brand-AppliedBiosystems {
  background-color: #0f1958;
}
.label-brand-appliedbiosystems[href],
.badge-brand-appliedbiosystems[href],
.label-brand-AppliedBiosystems[href],
.badge-brand-AppliedBiosystems[href] {
  background-color: #080d2c;
}
.label-brand-thermoscientific,
.badge-brand-thermoscientific,
.label-brand-ThermoScientific,
.badge-brand-ThermoScientific {
  background-color: #ee3134;
}
.label-brand-thermoscientific[href],
.badge-brand-thermoscientific[href],
.label-brand-ThermoScientific[href],
.badge-brand-ThermoScientific[href] {
  background-color: #da1215;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #555759;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ee3134;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #f7989a;
  background-image: -moz-linear-gradient(top, #fdddde, #ee3134);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdddde), to(#ee3134));
  background-image: -webkit-linear-gradient(top, #fdddde, #ee3134);
  background-image: -o-linear-gradient(top, #fdddde, #ee3134);
  background-image: linear-gradient(to bottom, #fdddde, #ee3134);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdddde', endColorstr='#ffee3134', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #fdddde;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #bee271;
  background-image: -moz-linear-gradient(top, #e8fcbc, #7fba00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8fcbc), to(#7fba00));
  background-image: -webkit-linear-gradient(top, #e8fcbc, #7fba00);
  background-image: -o-linear-gradient(top, #e8fcbc, #7fba00);
  background-image: linear-gradient(to bottom, #e8fcbc, #7fba00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8fcbc', endColorstr='#ff7fba00', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #e8fcbc;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #99c8f2;
  background-image: -moz-linear-gradient(top, #ebf2fa, #1e8ae7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebf2fa), to(#1e8ae7));
  background-image: -webkit-linear-gradient(top, #ebf2fa, #1e8ae7);
  background-image: -o-linear-gradient(top, #ebf2fa, #1e8ae7);
  background-image: linear-gradient(to bottom, #ebf2fa, #1e8ae7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebf2fa', endColorstr='#ff1e8ae7', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #ebf2fa;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #f5b877;
  background-image: -moz-linear-gradient(top, #fbe4c6, #ed7700);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbe4c6), to(#ed7700));
  background-image: -webkit-linear-gradient(top, #fbe4c6, #ed7700);
  background-image: -o-linear-gradient(top, #fbe4c6, #ed7700);
  background-image: linear-gradient(to bottom, #fbe4c6, #ed7700);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe4c6', endColorstr='#ffed7700', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbe4c6;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.loading-wheel,
.loading-wheel-sm {
  display: inline-block;
  background-image: url(base/img/loading-wheel-sm.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
.loading-wheel-md {
  background-image: url(base/img/loading-wheel-md.gif);
  height: 24px;
  width: 24px;
}
.loading-wheel-lg {
  background-image: url(base/img/loading-wheel-lg.gif);
  height: 48px;
  width: 48px;
}
.loading-wheel-block {
  text-align: center;
}
.loading-wheel-text {
  color: #8a8a8a;
  margin-left: 3px;
  vertical-align: middle;
}
.loading-wheel-text-md {
  font-size: 18px;
}
.loading-wheel-text-lg {
  font-size: 42px;
}
.accordion {
  margin-bottom: 22px;
}
.accordion-group,
.accordion-items {
  margin-bottom: 2px;
}
.accordion-heading a,
.accordion-heading a:visited {
  background: #f3f3f3;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  line-height: 1.3em;
  display: block;
  color: #1e8ae7;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
.accordion-heading a:hover {
  color: #1e8ae7;
  background: #eeeeee;
}
.accordion-heading a:active,
.accordion-heading.active a {
  color: #000000;
  background: #c8c8c8;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 11px 10px 11px 24px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 10px;
}
.accordion-heading .caret {
  position: absolute;
  left: .75em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #1e8ae7;
}
.accordion-heading :hover .caret {
  border-left-color: #1262a7;
}
.accordion-heading.active .caret {
  border-left-color: transparent;
  border-top: 5px solid #1e8ae7;
  left: .5em;
  margin-top: -3px;
}
.accordion-heading.active :hover .caret {
  border-top-color: #1262a7;
}
.carousel {
  position: relative;
  margin-bottom: 22px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #333333;
  border: 3px solid #ffffff;
  border-radius: 23px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 22px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.slider-carousel {
  padding: 10px;
  background: #e6e6e6;
  margin-bottom: 10px;
  /* Nav Right */
  /* End Nav Right */
  /* Nav Bottom */
  /* End Nav Bottom */
}
.slider-carousel .slider-carousel-header {
  font-size: 34px;
}
.slider-carousel .thumbs-container {
  width: 140px;
  float: left;
}
.slider-carousel .thumbs-container .thumb {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 12px;
  color: #1e8ae7;
  line-height: 18px;
}
.slider-carousel .thumbs-container .thumb .thumb-image {
  height: 55px;
  overflow: hidden;
  display: block;
  border: 2px solid #FFF;
}
.slider-carousel .thumbs-container .thumb .thumb-image img {
  width: 100% !important;
  height: auto !important;
}
.slider-carousel .thumbs-container .thumb:hover {
  color: #27245f;
}
.slider-carousel .thumbs-container .thumb:hover .thumb-image {
  border-color: #27245f;
}
.slider-carousel .thumbs-container .thumb.active .thumb-image {
  border-color: #74a3fd;
}
.slider-carousel .slides-container {
  padding-left: 150px;
}
.slider-carousel .slides-container .slides-content {
  height: 420px;
  position: relative;
}
.slider-carousel .slides-container .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity ease 1s;
}
.slider-carousel .slides-container .slide .slide-image img {
  height: 420px !important;
  width: auto !important;
}
.slider-carousel .slides-container .slide.carousel-image-taller .slide-image img {
  height: auto !important;
  width: 100% !important;
}
.slider-carousel .slides-container .slide .slide-content {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  color: #FFF;
  font-size: 18px;
}
.slider-carousel .slides-container .slide .slide-content .carousel-dark {
  color: #000;
}
.slider-carousel .slides-container .slide.active {
  opacity: 1;
  z-index: 10;
}
.slider-carousel.slider-carousel-nav-right .thumbs-container {
  float: right;
}
.slider-carousel.slider-carousel-nav-right .slides-container {
  padding-left: 0;
  padding-right: 150px;
}
.slider-carousel.slider-carousel-nav-bottom .slides-container {
  padding: 0;
}
.slider-carousel.slider-carousel-nav-bottom .thumbs-container {
  float: left;
  width: 100%;
  padding-top: 440px;
}
.slider-carousel.slider-carousel-nav-bottom .slides-content {
  *width: 100%;
  *margin-top: -440px;
}
.slider-carousel.slider-carousel-nav-bottom .slides-container {
  margin: 0;
}
.slider-carousel.slider-carousel-nav-bottom .thumbs-content {
  display: table;
  width: 100%;
}
.slider-carousel.slider-carousel-nav-bottom .thumbs-container .thumb {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  padding: 0 5px;
  *width: 20%;
  *float: left;
  *padding: 0;
  display: table-cell;
}
.slider-carousel.slider-carousel-nav-bottom .slides-container .slide .slide-image img {
  height: auto !important;
  width: 100% !important;
}
@media screen and (max-width: 979px) {
  .slider-carousel.slider-carousel-nav-right .slides-container,
  .slider-carousel.slider-carousel-nav-left .slides-container {
    padding: 0;
  }
  .slider-carousel.slider-carousel-nav-right .thumbs-container,
  .slider-carousel.slider-carousel-nav-left .thumbs-container {
    float: left;
    width: 100%;
    padding-top: 440px;
  }
  .slider-carousel.slider-carousel-nav-right .slides-content,
  .slider-carousel.slider-carousel-nav-left .slides-content {
    *width: 100%;
    *margin-top: -440px;
  }
  .slider-carousel.slider-carousel-nav-right .slides-container,
  .slider-carousel.slider-carousel-nav-left .slides-container {
    margin: 0;
  }
  .slider-carousel.slider-carousel-nav-right .thumbs-content,
  .slider-carousel.slider-carousel-nav-left .thumbs-content {
    display: table;
    width: 100%;
  }
  .slider-carousel.slider-carousel-nav-right .thumbs-container .thumb,
  .slider-carousel.slider-carousel-nav-left .thumbs-container .thumb {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    padding: 0 5px;
    *width: 20%;
    *float: left;
    *padding: 0;
    display: table-cell;
  }
  .slider-carousel.slider-carousel-nav-right .slides-container .slide .slide-image img,
  .slider-carousel.slider-carousel-nav-left .slides-container .slide .slide-image img {
    height: auto !important;
    width: 100% !important;
  }
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
  color: inherit;
  background-color: #f3f3f3;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: 1.5px;
}
.hero-unit li {
  line-height: 33px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #c8c8c8;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f3f3f3;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #1e8ae7;
  border-color: #1e8ae7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d6eafb;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.panel.card {
  transition: all 0.5s;
}
.panel.card:hover {
  box-shadow: 0px 0px 5px #AAA;
  border-color: #AAA;
}
.panel-body {
  padding: 15px;
  *zoom: 1;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #d8d8d8;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f3f3f3;
  border-top: 1px solid #d8d8d8;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #d8d8d8;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d8d8d8;
}
.panel-default {
  border-color: #d8d8d8;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f3f3f3;
  border-color: #d8d8d8;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d8d8d8;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d8d8d8;
}
.panel-primary {
  border-color: #1e8ae7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1e8ae7;
  border-color: #1e8ae7;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1e8ae7;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1e8ae7;
}
.panel-success {
  border-color: #7fba00;
}
.panel-success > .panel-heading {
  color: #7fba00;
  background-color: #e8fcbc;
  border-color: #7fba00;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #7fba00;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #7fba00;
}
.panel-warning {
  border-color: #ed7700;
}
.panel-warning > .panel-heading {
  color: #ed7700;
  background-color: #fffacd;
  border-color: #ed7700;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ed7700;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ed7700;
}
.panel-danger {
  border-color: #ee3134;
}
.panel-danger > .panel-heading {
  color: #ee3134;
  background-color: #fdddde;
  border-color: #ee3134;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ee3134;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ee3134;
}
.panel-info {
  border-color: #1e8ae7;
}
.panel-info > .panel-heading {
  color: #1e8ae7;
  background-color: #ebf2fa;
  border-color: #1e8ae7;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #1e8ae7;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #1e8ae7;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #dcdcdc;
  border-color: #333333;
  color: #333333;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #dcdcdc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #dcdcdc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #dcdcdc;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* Overrides */
.datepicker {
  font-size: 11px;
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.datepicker th,
.datepicker td {
  padding: 0px;
  width: 14px;
  height: 14px;
}
.datepicker thead .datepicker-header-prompt {
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #d8d8d8;
  display: none;
}
.datepicker .datepicker-switch {
  color: #555;
  padding-bottom: 4px;
}
.datepicker thead .datepicker-header-prompt th {
  text-align: left;
  padding: 4px;
  font-size: 13px;
  color: #666;
}
.datepicker tr .dow {
  background: #f8f8f8;
  color: #555;
}
.datepicker tr .dow0,
.datepicker tr .dow6 {
  font-weight: normal;
}
.datepicker tr .day {
  font-weight: bold;
}
.datepicker table tr td.range {
  background: #cee1f4;
}
.datepicker tr .dow,
.datepicker tr .day {
  border: 1px solid #e8e8e8;
}
.datepicker tr .day.old,
.datepicker tr .day.new {
  font-weight: normal;
  background: #f8f8f8;
}
.datepicker table tr td.active.active {
  background: none;
  filter: none;
  background-color: #dcdcdc;
  border-color: #333333;
  color: #333333;
}
.datepicker-dropdown:after,
.datepicker-dropdown:before {
  display: none;
}
.datepicker .datepicker-header-date {
  color: #CCC;
}
.datepicker tfoot tr th:hover,
.datepicker thead tr th:hover {
  background: none;
  cursor: inherit;
}
.datepicker tfoot .today {
  padding-top: 4px;
}
.datepicker .next:hover,
.datepicker .prev:hover {
  color: #000;
  cursor: pointer;
}
.datepicker tfoot .today a {
  font-weight: normal;
}
@media only screen and (min-width: 980px) {
  .dim-background {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    opacity: .5;
    display: none;
    transition: opacity 1s ease;
  }
  .dim-background.active {
    display: block;
    z-index: 20;
    top: 129px;
  }
  .sticky-header .dim-background.active {
    top: 70px !important;
  }
  .has-messaging-bar .dim-background.active {
    top: 165px;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.editable-controls {
  float: right;
}
td.editable-controls {
  text-align: right;
  float: none;
}
.content-positioner {
  position: relative;
}
.content-positioned-bottom-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 300px;
}
.content-positioned-bottom-left {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 300px;
}
.content-positioned-top-left {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 300px;
}
.content-positioned-top-right {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 300px;
}
.content-positioned-large {
  max-width: 500px;
}
ul.the-icons {
  margin-left: 0;
  list-style: none;
}
ul.the-icons li {
  padding: 0 0 8px 30px;
  padding-left: 26px;
  line-height: 20px;
}
ul.the-icons li [class^="icon-"],
ul.the-icons li [class*=" icon-"] {
  position: absolute;
  margin-left: -22px;
}
.link-overlay-play {
  position: relative;
  display: block;
}
.link-overlay-play:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("base/img/video-play-thumbnail-lg.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
}
.icon-position-input {
  position: absolute;
  margin: 8px 0 0 -22px;
}

