/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');
@import "../fonts/gibson/font-gibson.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #404041;
  background-color: #FFFFFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0066B3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0B507F;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 9px;
  line-height: 1em;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  -ms-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 16px;
  color: #404041;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 16px;
}
h2,
.h2 {
  font-size: 14px;
}
h3,
.h3 {
  font-size: 13px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 11px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 8px;
}
.lead {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 62%;
}
mark,
.mark {
  background-color: #FCDEBE;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #404040;
}
.text-primary {
  color: #0066B3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004980;
}
.text-success {
  color: #404041;
}
a.text-success:hover,
a.text-success:focus {
  color: #272727;
}
.text-info {
  color: #404041;
}
a.text-info:hover,
a.text-info:focus {
  color: #272727;
}
.text-warning {
  color: #404041;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #272727;
}
.text-danger {
  color: #404041;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #272727;
}
.bg-primary {
  color: #fff;
  background-color: #0066B3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004980;
}
.bg-success {
  background-color: #CFE4C2;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #b3d49f;
}
.bg-info {
  background-color: #CAE9F3;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #a0d8ea;
}
.bg-warning {
  background-color: #FCDEBE;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fac58d;
}
.bg-danger {
  background-color: #ECC9C6;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #dfa5a0;
}
.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
dt,
dd {
  line-height: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 16px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1em;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1em;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1em;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 948px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1148px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
.row {
  margin-left: -4px;
  margin-right: -4px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #404040;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px;
  line-height: 1em;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #FFFFFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #CFE4C2;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #c1dcb0;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #CAE9F3;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #b5e0ee;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FCDEBE;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fbd2a6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ECC9C6;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e6b7b3;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #A1ABB2;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1em;
  color: #404041;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 1em;
  color: #404041;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DBDCDE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
}
.form-control:focus {
  border-color: #DBDCDE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 220, 222, 0.6) 3 0 5px rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder {
  color: #6D6E70;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6D6E70;
}
.form-control::-webkit-input-placeholder {
  color: #6D6E70;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F1F1F2;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 24px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 32px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 16px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 32px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 24px;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 24px;
  line-height: 24px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  min-height: 26px;
  padding: 6px 15px;
  font-size: 10px;
  line-height: 12px;
}
.input-lg {
  height: 32px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 4px;
}
select.input-lg {
  height: 32px;
  line-height: 32px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 32px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 32px;
  min-height: 28px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1em;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #404041;
}
.has-success .form-control {
  border-color: #404041;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
}
.has-success .form-control:focus {
  border-color: #272727;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
}
.has-success .input-group-addon {
  color: #404041;
  border-color: #404041;
  background-color: #CFE4C2;
}
.has-success .form-control-feedback {
  color: #404041;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #404041;
}
.has-warning .form-control {
  border-color: #404041;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
}
.has-warning .form-control:focus {
  border-color: #272727;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
}
.has-warning .input-group-addon {
  color: #404041;
  border-color: #404041;
  background-color: #FCDEBE;
}
.has-warning .form-control-feedback {
  color: #404041;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #404041;
}
.has-error .form-control {
  border-color: #404041;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 3 0 5px rgba(0, 0, 0, 0.5);
}
.has-error .form-control:focus {
  border-color: #272727;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #737374 3 0 5px rgba(0, 0, 0, 0.5);
}
.has-error .input-group-addon {
  color: #404041;
  border-color: #404041;
  background-color: #ECC9C6;
}
.has-error .form-control-feedback {
  color: #404041;
}
.has-feedback label ~ .form-control-feedback {
  top: 21px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7f7f81;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -4px;
  margin-right: -4px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 4px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 10px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 1em;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #FFFFFF;
  background-color: #0066B3;
  border-color: #0066B3;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFFFFF;
  background-color: #004980;
  border-color: #001d33;
}
.btn-default:hover {
  color: #FFFFFF;
  background-color: #004980;
  border-color: #004376;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFFFFF;
  background-color: #004980;
  border-color: #004376;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFFFFF;
  background-color: #00355c;
  border-color: #001d33;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #0066B3;
  border-color: #0066B3;
}
.btn-default .badge {
  color: #0066B3;
  background-color: #FFFFFF;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #0066B3;
  border-color: #00579a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFFFFF;
  background-color: #004980;
  border-color: #000f1a;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #004980;
  border-color: #00355c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #004980;
  border-color: #00355c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFFFFF;
  background-color: #00355c;
  border-color: #000f1a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0066B3;
  border-color: #00579a;
}
.btn-primary .badge {
  color: #0066B3;
  background-color: #FFFFFF;
}
.btn-success {
  color: #FFFFFF;
  background-color: #96BB3C;
  border-color: #87a836;
}
.btn-success:focus,
.btn-success.focus {
  color: #FFFFFF;
  background-color: #779430;
  border-color: #394717;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #779430;
  border-color: #617927;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #779430;
  border-color: #617927;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFFFFF;
  background-color: #617927;
  border-color: #394717;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #96BB3C;
  border-color: #87a836;
}
.btn-success .badge {
  color: #96BB3C;
  background-color: #FFFFFF;
}
.btn-info {
  color: #FFFFFF;
  background-color: #A7D6F3;
  border-color: #91ccf0;
}
.btn-info:focus,
.btn-info.focus {
  color: #FFFFFF;
  background-color: #7ac1ed;
  border-color: #2097e1;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #7ac1ed;
  border-color: #5bb2e9;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #7ac1ed;
  border-color: #5bb2e9;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #FFFFFF;
  background-color: #5bb2e9;
  border-color: #2097e1;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #A7D6F3;
  border-color: #91ccf0;
}
.btn-info .badge {
  color: #A7D6F3;
  background-color: #FFFFFF;
}
.btn-warning {
  color: #FFFFFF;
  background-color: #C6411E;
  border-color: #b03a1b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #FFFFFF;
  background-color: #9a3217;
  border-color: #41150a;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: #9a3217;
  border-color: #7b2813;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #9a3217;
  border-color: #7b2813;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FFFFFF;
  background-color: #7b2813;
  border-color: #41150a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #C6411E;
  border-color: #b03a1b;
}
.btn-warning .badge {
  color: #C6411E;
  background-color: #FFFFFF;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #ED2B23;
  border-color: #e41b13;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFFFFF;
  background-color: #cc1811;
  border-color: #6e0d09;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #cc1811;
  border-color: #ab140e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #cc1811;
  border-color: #ab140e;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFFFFF;
  background-color: #ab140e;
  border-color: #6e0d09;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ED2B23;
  border-color: #e41b13;
}
.btn-danger .badge {
  color: #ED2B23;
  background-color: #FFFFFF;
}
.btn-link {
  color: #0066B3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0B507F;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #DBDCDE;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 7px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  -ms-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 0.0625em dashed;
  border-top: 0.0625em solid \9;
  border-right: 0.0625em solid transparent;
  border-left: 0.0625em solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 16px;
  text-align: left;
  background-color: #0066B3;
  border: 1px solid #A1ABB2;
  border: 1px solid #DBDCDE;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 3 0 5px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #A1ABB2;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1em;
  color: #FFFFFF;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0B507F;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #0066B3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #F1F1F2;
}
.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: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 1em;
  color: #FFFFFF;
  white-space: nowrap;
}
.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: 0.0625em dashed;
  border-bottom: 0.0625em solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 3 0 5px rgba(0, 0, 0, 0.5);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 1em 1em 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 1em 1em;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 32px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 32px;
  line-height: 32px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 5px 15px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 9px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #404041;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 15px;
  font-size: 10px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 1em;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #A1ABB2;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #A1ABB2;
  border-color: #0066B3;
}
.nav .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1em;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: none none none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #6D6E70;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #DBDCDE;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #DBDCDE;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #DBDCDE;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #0066B3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #DBDCDE;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #DBDCDE;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #DBDCDE;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -4px;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 17px 4px;
  font-size: 12px;
  line-height: 16px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -4px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 4px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.5px -4px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.navbar-form {
  margin-left: -4px;
  margin-right: -4px;
  padding: 10px 4px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  border: 0px solid red;
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group {
  border: 0px solid blue;
}
.navbar-form .required:after {
  content: "*";
  color: red;
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.navbar-form .input-group {
  position: relative;
}
.navbar-form .input-group > .required:after {
  right: 38px;
  position: absolute;
  z-index: 100;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3 0 5px rgba(0, 0, 0, 0.5);
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -4px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #0B507F;
  border-color: 0;
}
.navbar-default .navbar-brand {
  color: #F1F1F2;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #d7d7d9;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
  color: #F1F1F2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F1F1F2;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1B8FC9;
  background-color: #F1F1F2;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #F1F1F2;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #F1F1F2;
  color: #1B8FC9;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #F1F1F2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F1F1F2;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #1B8FC9;
    background-color: #F1F1F2;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #F1F1F2;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #F1F1F2;
}
.navbar-default .navbar-link:hover {
  color: #F1F1F2;
}
.navbar-default .btn-link {
  color: #F1F1F2;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #F1F1F2;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #F1F1F2;
}
.navbar-inverse {
  background-color: #0B507F;
  border-color: #073250;
}
.navbar-inverse .navbar-brand {
  color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0066B3;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0B507F;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #083b5e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0B507F;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #073250;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #073250;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0066B3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #0B507F;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #FFFFFF;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #FFFFFF;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 9px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #404041;
}
.breadcrumb > .active {
  color: #A7D6F3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 15px;
  line-height: 1em;
  text-decoration: none;
  color: #404041;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #DBDCDE;
  border-color: #DBDCDE;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #FFFFFF;
  background-color: #0066B3;
  border-color: #0066B3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #FFFFFF;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 9px 15px;
  font-size: 12px;
  line-height: 1em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 15px;
  font-size: 10px;
  line-height: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  border-radius: 2px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #DBDCDE;
}
.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: #777777;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #F1F1F2;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0066B3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004980;
}
.label-success {
  background-color: #96BB3C;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #779430;
}
.label-info {
  background-color: #A7D6F3;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #7ac1ed;
}
.label-warning {
  background-color: #C6411E;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #9a3217;
}
.label-danger {
  background-color: #ED2B23;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #cc1811;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #1B8FC9;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0066B3;
  background-color: #1B8FC9;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 9px;
  margin-bottom: 16px;
  line-height: 1em;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out 1s linear;
  -moz-transition: border 0.2s ease-in-out 1s linear;
  -o-transition: border 0.2s ease-in-out 1s linear;
  -ms-transition: border 0.2s ease-in-out 1s linear;
  transition: border 0.2s ease-in-out 1s linear;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0066B3;
}
.thumbnail .caption {
  padding: 9px;
  color: #404041;
}
.alert {
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 32px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #CFE4C2;
  border-color: #c8dcb0;
  color: #404041;
}
.alert-success hr {
  border-top-color: #bcd49f;
}
.alert-success .alert-link {
  color: #272727;
}
.alert-info {
  background-color: #CAE9F3;
  border-color: #ade8ec;
  color: #404041;
}
.alert-info hr {
  border-top-color: #98e2e8;
}
.alert-info .alert-link {
  color: #272727;
}
.alert-warning {
  background-color: #FCDEBE;
  border-color: #fbc3a6;
  color: #404041;
}
.alert-warning hr {
  border-top-color: #fab38d;
}
.alert-warning .alert-link {
  color: #272727;
}
.alert-danger {
  background-color: #ECC9C6;
  border-color: #e6b3b7;
  color: #404041;
}
.alert-danger hr {
  border-top-color: #dfa0a5;
}
.alert-danger .alert-link {
  color: #272727;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 3 0 5px rgba(0, 0, 0, 0.5);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #0066B3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 3 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease 1s linear;
  -moz-transition: width 0.6s ease 1s linear;
  -o-transition: width 0.6s ease 1s linear;
  -ms-transition: width 0.6s ease 1s linear;
  transition: width 0.6s ease 1s linear;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.progress-bar-success {
  background-color: #96BB3C;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #A7D6F3;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #C6411E;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ED2B23;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid #A1ABB2;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #404041;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #404041;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066B3;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #0066B3;
  border-color: #0066B3;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #F1F1F2;
}
.list-group-item-success {
  color: #404041;
  background-color: #CFE4C2;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #404041;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #404041;
  background-color: #c1dcb0;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #404041;
  border-color: #404041;
}
.list-group-item-info {
  color: #404041;
  background-color: #CAE9F3;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #404041;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #404041;
  background-color: #b5e0ee;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #404041;
  border-color: #404041;
}
.list-group-item-warning {
  color: #404041;
  background-color: #FCDEBE;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #404041;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #404041;
  background-color: #fbd2a6;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #404041;
  border-color: #404041;
}
.list-group-item-danger {
  color: #404041;
  background-color: #ECC9C6;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #404041;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #404041;
  background-color: #e6b7b3;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #404041;
  border-color: #404041;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 9px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 9px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.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:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 16px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0066B3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0066B3;
  border-color: #0066B3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0066B3;
}
.panel-primary > .panel-heading .badge {
  color: #0066B3;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0066B3;
}
.panel-success {
  border-color: #c8dcb0;
}
.panel-success > .panel-heading {
  color: #404041;
  background-color: #CFE4C2;
  border-color: #c8dcb0;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c8dcb0;
}
.panel-success > .panel-heading .badge {
  color: #CFE4C2;
  background-color: #404041;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c8dcb0;
}
.panel-info {
  border-color: #ade8ec;
}
.panel-info > .panel-heading {
  color: #404041;
  background-color: #CAE9F3;
  border-color: #ade8ec;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ade8ec;
}
.panel-info > .panel-heading .badge {
  color: #CAE9F3;
  background-color: #404041;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ade8ec;
}
.panel-warning {
  border-color: #fbc3a6;
}
.panel-warning > .panel-heading {
  color: #404041;
  background-color: #FCDEBE;
  border-color: #fbc3a6;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbc3a6;
}
.panel-warning > .panel-heading .badge {
  color: #FCDEBE;
  background-color: #404041;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbc3a6;
}
.panel-danger {
  border-color: #e6b3b7;
}
.panel-danger > .panel-heading {
  color: #404041;
  background-color: #ECC9C6;
  border-color: #e6b3b7;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6b3b7;
}
.panel-danger > .panel-heading .badge {
  color: #ECC9C6;
  background-color: #404041;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6b3b7;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F1F1F2;
  border: 1px solid #dedee1;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) 3 0 5px rgba(0, 0, 0, 0.5);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #404041;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.modal-header {
  padding: 7px;
  border-bottom: 1px solid #0066B3;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1em;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #0066B3;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 464px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 3 0 5px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 575px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1em;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 10px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 7px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 7px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 7px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 7px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #404041;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #FFFFFF;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #FFFFFF;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #FFFFFF;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #FFFFFF;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #FFFFFF;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #FFFFFF;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #FFFFFF;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #FFFFFF;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1em;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
}
.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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  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: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  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: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left 1s linear;
  -moz-transition: 0.6s ease-in-out left 1s linear;
  -o-transition: 0.6s ease-in-out left 1s linear;
  -ms-transition: 0.6s ease-in-out left 1s linear;
  transition: 0.6s ease-in-out left 1s linear;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*  NOT USED  ARCHIVE - ORIGINAL COLORS AND NAMING FOR EWB /////////////////
@IHS-Color-T4: #99CCCC;
@IHS-Color-T5: #FF9966;
@color-A1: #0087ca;
@color-A2: #126ea0;
@color-A4: #a7d6f3;
@color-A5: #1b8fc9;
@color-B0: #000000;  
@color-B1: #404041;
@color-B2: #6D6E70;
@color-B3: #bbbdc0;
@color-B4: #dbdcde;
@color-B5: #f1f1f2;
@color-B6: #ffffff;
@color-C1: #e55625;
@color-C2: #bf2525;
@color-D1: #bfd258;
@color-D2: #BFD358;
@color-H1: #a7d6f3;
@color-L1: #0087ca;
@color-L2: #a7d6f3;
@color-O1: #dbdcde;
@color-O2: #bbbdc0;
@IHS-Color-N1: #F1F1F2;
@IHS-Color-D1: #bdcf56;
@IHS-Color-D2: #A3AF4A;
@IHS-Color-BN3: #A1ABB2;
@IHS-Color-BN4: #FFFFFF;
@IHS-Color-BE3: #A1ABB2;
@IHS-Color-BE4: #FFFFFF;
@IHS-Color-T1: #404041;
@IHS-Color-T2: #FFFFFF;
@IHS-Color-T3: #DBDCDE;
@IHS-Color-L1: #0066B3;
@IHS-Color-L4: #A7D6F3; 
/////////////////////////////////////////
*/
/*
.border-radius-custom ( @top-left: @border-radius-small
                       ,@top-right: @border-radius-small
                       ,@bottom-left: @border-radius-small
                       ,@bottom-right: @border-radius-small
                      ) {
    -webkit-border-radius: @top-left @top-right @bottom-right @bottom-left;
    -moz-border-radius: @top-left @top-right @bottom-right @bottom-left;
    border-radius: @top-left @top-right @bottom-right @bottom-left;
}
*/
/* Mixin */
/*
@base: #663333;
@complement1: spin(@base, 180);
@complement2: darken(spin(@base, 180), 5%);
@lighten1: lighten(@base, 15%);
@lighten2: lighten(@base, 30%);

@lighter1: lighten(spin(@base, 5), 10%);
@lighter2: lighten(spin(@base, 10), 20%);
@darker1: darken(spin(@base, -5), 10%);
@darker2: darken(spin(@base, -10), 20%);
*/
/*
.icon-set(@icon-size:@font-size-base, @icon-color:@IHS-Color-G6, @margin, @padding: 0px){
  font-size: @icon-size;
  margin: @margin;
  display: inline-block;
  color: @icon-color;
  padding: @padding;
}
*/
.icon-font {
  font-family: 'IHS-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  pointer-events: none;
}
svg * {
  pointer-events: none;
}
svg:hover {
  color: inherit;
}
/* Default mixins */
/*Utility classes*/
.clearFloat {
  float: none !important;
}
.auto-width {
  width: auto !important;
}
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.iconPL {
  border: 1px solid red;
}
.iconPL path {
  fill: currentColor;
}
.sass {
  width: 150px;
  height: 150px;
  color: #000;
  padding: .5em;
  transition: 150ms ease transform;
  border: 1px solid red;
}
.masonrow {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: 5em;
  -webkit-column-gap: 1em;
}
.item {
  display: inline-block;
  padding: .25rem;
  width: 100%;
}
.portfolio-item {
  margin-bottom: 35px;
}
.huge {
  font-size: 50px;
  line-height: normal;
}
.dont-show {
  display: none;
}
code,
code.strong {
  font-weight: normal;
  margin: 2px 0px;
  padding: 8px 8px 8px 0px;
  font-size: 1em;
  border: 0px solid red;
  display: block;
  background-color: #fff;
  text-transform: lowercase;
  white-space: nowrap;
  color: #f5008b;
}
.pl-admin-container {
  padding: 20px;
  background-color: inherit;
  color: white;
  max-width: 300px;
  padding-left: 40px;
}
.container-fluid .list-unstyled {
  margin-bottom: 15px;
  margin-left: 10px;
}
.custom-class {
  color: maroon;
  font-weight: bold;
}
/* for use in PL admin interface not PL components for dev, etc */
.top-nav {
  padding: 0 15px;
}
.top-nav li {
  display: inline-block;
  float: left;
}
.top-nav li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.top-nav li > a:hover,
.top-nav li > a:focus,
.top-nav .open > a,
.top-nav .open > a:hover,
.top-nav .open > a:focus {
  color: #F1F1F2;
  background-color: #0066B3;
}
.top-nav .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.top-nav .open > .dropdown-menu li > a {
  white-space: normal;
}
ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
li.message-preview a {
  padding-top: 15px;
  padding-bottom: 15px;
}
li.message-footer {
  margin: 5px 0;
}
ul.alert-dropdown {
  width: 200px;
}
.navbar-brand {
  padding-top: 10px;
}
.admin .navbar-header {
  border: 0px solid red;
  width: 100%;
  height: auto;
  background-color: #0066B3;
  padding-bottom: 5px;
}
.admin h2 {
  color: white;
  margin-top: 12px;
  margin-left: 50px;
}
.admin small {
  color: white;
  padding-left: 5px;
}
.admin .navbar-nav {
  float: left;
}
.pl {
  border-width: 2px;
  border-color: #00A8CA;
  margin: 50px 5px 30px 3px;
  border-style: dashed;
}
.dashed {
  border-top: dotted 1px #00A8CA;
}
#pattern-selector {
  margin: 15px 0px 0px 0px;
}
.page-wrapper {
  position: relative;
  top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 51px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow-y: auto;
    background-color: #0B507F;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  .side-nav .atomic {
    padding: 5px 10px;
    border-bottom: 1px solid #A1ABB2;
    border-top: 1px solid #404041;
    width: inherit;
    color: #C8E7F5;
    background-color: #6D6E70;
  }
  .side-nav li > a {
    width: 225px;
    padding: 8px 20px;
    font-size: 13.2px;
    border: 0px solid red;
  }
  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
  }
  .side-nav li > ul {
    padding: 0;
  }
  .side-nav li > ul li > a {
    display: block;
    padding: 0px 15px 0px 38px;
    text-decoration: none;
    color: #999;
  }
  .side-nav li > ul li > a:hover {
    color: #fff;
  }
}
.pattern {
  float: left;
  margin: 0;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  width: 100%;
}
.pattern .pattern-details {
  color: #004b6a;
  background-color: #fbf9f9;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  padding: .5em 1%;
  width: 96%;
  margin-left: 2%;
  overflow: hidden;
  display: block;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.pattern .pattern-details .pattern-name {
  font-family: "Gotham A", "Gotham B", "Open Sans Regular", Verdana, Helvetica, Arial;
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
.pattern .pattern-preview {
  padding: .1px 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  width: 96%;
  margin-left: 2%;
  float: left;
}
.swatches-list li {
  width: 10%;
  height: auto;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.swatch-color {
  width: 100%;
  height: 20px;
  display: block;
  margin: 0 auto 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0px solid #000;
}
.icons li {
  background-color: #ffffff;
  min-height: 120px;
  vertical-align: top;
  border: 1px solid #A1ABB2;
  margin: 10px;
}
.icons li img {
  margin-bottom: 7px;
}
#wrapper {
  padding-left: 0;
}
#page-wrapper {
  width: 100%;
  padding: 0;
  margin-top: 30px;
  background-color: #FFFFFF;
}
.container {
  margin: 0 auto;
  width: 960px;
  position: relative;
  padding: 0px;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (min-width: 768px) {
  #wrapper {
    padding-left: 225px;
  }
  #page-wrapper {
    padding: 10px;
  }
}
#spec-wrapper {
  margin: 20px;
}
p,
blockquote,
li,
ul,
ol,
dl,
dt,
b,
i,
strong,
emphasis,
address,
span,
input,
select,
label,
option,
.form-control,
.btn,
.list-group,
abbr,
table,
.alert,
div {
  font-size: 12px;
}
h1,
h2,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  padding: 2px 0px;
}
pre {
  white-space: pre-wrap;
  font-size: 9.6px;
  line-height: 16px;
}
small,
.small {
  line-height: 12px;
  display: inline-block;
  font-size: 10px;
}
small li,
.small li {
  font-size: 10px;
}
small li span,
.small li span {
  font-size: inherit;
}
.fa {
  font-size: 13.2px;
}
.huge {
  font-size: 40px;
}
.type-return-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.strong {
  font-weight: bold;
}
a:focus,
li:focus,
button:focus,
summary:focus,
.btn:focus {
  outline: 0;
}
a:visited {
  color: #0066B3;
}
.visited {
  color: #B54F9D;
}
a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}
.IHS-Color-H1 {
  background-color: #0066B3;
}
.IHS-Color-H2 {
  background-color: #0B507F;
}
.IHS-Color-H3 {
  background-color: #D2E3E9;
}
.IHS-Color-H4 {
  background-color: #A7D6F3;
}
.IHS-Color-H5 {
  background-color: #1B8FC9;
}
.IHS-Color-H6 {
  background-color: #6D6E70;
}
.IHS-Color-H7 {
  background-color: #F1F1F2;
}
.IHS-Color-H8 {
  background-color: #FFFFFF;
}
.IHS-Color-O1 {
  background-color: #DBDCDE;
}
.IHS-Color-O2 {
  background-color: #A1ABB2;
}
.IHS-Color-O3 {
  background-color: #FFFFFF;
}
.IHS-Color-O4 {
  background-color: #F1F1F2;
}
.IHS-Color-BN1 {
  background-color: #0066B3;
}
.IHS-Color-BN2 {
  background-color: #0B507F;
}
.IHS-Color-BN3 {
  background-color: #A7D6F3;
}
.IHS-Color-BE1 {
  background-color: #F04E23;
}
.IHS-Color-BE2 {
  background-color: #C6411E;
}
.IHS-Color-BG1 {
  background-color: #BDCF56;
}
.IHS-Color-BG2 {
  background-color: #A3AF4A;
}
.IHS-Color-D1 {
  background-color: #D6E6F6;
}
.IHS-Color-D2 {
  background-color: #FADDBD;
}
.IHS-Color-D3 {
  background-color: #CFE3C2;
}
.IHS-Color-D4 {
  background-color: #EBC9C6;
}
.IHS-Color-D5 {
  background-color: #EEEBBE;
}
.IHS-Color-D6 {
  background-color: #F1F1F2;
}
.IHS-Color-D7 {
  background-color: #E1CFE5;
}
.IHS-Color-D1A {
  background-color: #F5EB1E;
}
.IHS-Color-D2A {
  background-color: #65BC45;
}
.IHS-Color-D3A {
  background-color: #008180;
}
.IHS-Color-D4A {
  background-color: #54CAF5;
}
.IHS-Color-D5A {
  background-color: #374dA0;
}
.IHS-Color-D6A {
  background-color: #7E287F;
}
.IHS-Color-D7A {
  background-color: #ED2B23;
}
.IHS-Color-D8A {
  background-color: #F58538;
}
.IHS-Color-D9A {
  background-color: #CFC0C0;
}
.IHS-Color-D10A {
  background-color: #5E3508;
}
.IHS-Color-D1B {
  background-color: #F7F2A2;
}
.IHS-Color-D2B {
  background-color: #CFE3C2;
}
.IHS-Color-D4B {
  background-color: #D6E6F6;
}
.IHS-Color-D6B {
  background-color: #E1CFE5;
}
.IHS-Color-D7B {
  background-color: #EBC9C6;
}
.IHS-Color-D8B {
  background-color: #FADDBD;
}
.IHS-Color-D9B {
  background-color: #F1F1F2;
}
.IHS-Color-D10B {
  background-color: #B58D6D;
}
.IHS-Color-D1-Add {
  color: #D6E6F6;
}
.IHS-Color-D2-Add {
  color: #FADDBD;
}
.IHS-Color-D3-Add {
  color: #CFE3C2;
}
.IHS-Color-D4-Add {
  color: #EBC9C6;
}
.IHS-Color-D5-Add {
  color: #EEEBBE;
}
.IHS-Color-D6-Add {
  color: #F1F1F2;
}
.IHS-Color-D7-Add {
  color: #E1CFE5;
}
.IHS-Color-D7A-Add {
  color: #ED2B23;
}
.IHS-Color-G1 {
  background-color: #0066B3;
}
.IHS-Color-G2 {
  background-color: #0B507F;
}
.IHS-Color-G3 {
  background-color: #A7D6F3;
}
.IHS-Color-G4 {
  background-color: #1B8FC9;
}
.IHS-Color-G5 {
  background-color: #404041;
}
.IHS-Color-G6 {
  background-color: #6D6E70;
}
.IHS-Color-G7 {
  background-color: #DBDCDE;
}
.IHS-Color-G8 {
  background-color: #F1F1F2;
}
.IHS-Color-G9 {
  background-color: #FFFFFF;
}
.IHS-Color-G10 {
  background-color: #C8E7F5;
}
.IHS-Color-G11 {
  background-color: #F1F3BC;
}
.IHS-Color-G12 {
  background-color: #B54F9D;
}
.IHS-Color-G13 {
  background-color: #D2E3E9;
}
.IHS-Color-G14 {
  background-color: #490882;
}
.IHS-Color-G15 {
  background-color: #000000;
}
.IHS-Color-G16 {
  background-color: #ED2B23;
}
.IHS-Color-G17 {
  background-color: #65BC45;
}
.IHS-Color-G1-Add {
  color: #0066B3;
}
.IHS-Color-G2-Add {
  color: #0B507F;
}
.IHS-Color-G3-Add {
  color: #A7D6F3;
}
.IHS-Color-G4-Add {
  color: #1B8FC9;
}
.IHS-Color-G5-Add {
  color: #404041;
}
.IHS-Color-G6-Add {
  color: #6D6E70;
}
.IHS-Color-G7-Add {
  color: #DBDCDE;
}
.IHS-Color-G8-Add {
  color: #F1F1F2;
}
.IHS-Color-G9-Add {
  color: #FFFFFF;
}
.IHS-Color-G10-Add {
  color: #C8E7F5;
}
.IHS-Color-G11-Add {
  color: #F1F3BC;
}
.IHS-Color-G12-Add {
  color: #B54F9D;
}
.IHS-Color-G13-Add {
  color: #D2E3E9;
}
.IHS-Color-G14-Add {
  color: #490882;
}
.IHS-Color-G15-Add {
  color: #000000;
}
.IHS-Color-G16-Add {
  color: #000000;
}
.IHS-Color-T1 {
  background-color: #96BB3C;
}
.IHS-Color-T2 {
  background-color: #CC6666;
}
.IHS-Color-T3 {
  background-color: #999999;
}
.IHS-Color-T4 {
  background-color: #72B7B5;
}
.IHS-Color-T5 {
  background-color: #D87755;
}
.IHS-Color-T6 {
  background-color: #00A8CA;
}
.IHS-Color-T7 {
  background-color: #666666;
}
.IHS-Color-T8 {
  background-color: #009999;
}
.IHS-Color-L1 {
  background-color: #FBFF00;
}
.IHS-Color-L2 {
  background-color: #E4F1D1;
}
.IHS-Color-L3 {
  background-color: #D5E8FF;
}
.IHS-Color-N1 {
  background-color: #CAE9F3;
}
.IHS-Color-N2 {
  background-color: #FCDEBE;
}
.IHS-Color-N3 {
  background-color: #CFE4C2;
}
.IHS-Color-N4 {
  background-color: #ECC9C6;
}
.IHS-Color-HB-H1 {
  background-color: #6D6E70;
}
.IHS-Color-HB-H2 {
  background-color: #404041;
}
.IHS-Color-HB-H4 {
  background-color: #DBDCDE;
}
.IHS-Color-HB-H5 {
  background-color: #A1ABB2;
}
.IHS-Color-HB-H6 {
  background-color: #6D6E70;
}
.IHS-Color-HB-H7 {
  background-color: #F1F1F2;
}
.IHS-Color-HB-H8 {
  background-color: #FFFFFF;
}
/* NOT USED - ARCHIVE 
.IHS-Color-BN4 {background-color: @IHS-Color-BN4;}
.IHS-Color-BE3 {background-color: @IHS-Color-BE3;}
.IHS-Color-BE4 {background-color: @IHS-Color-BE4;}
*/
.dropdown-menu {
  padding: 8px 16px;
  background-color: #FFFFFF;
  min-width: 210px;
  color: #404041;
  left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #DBDCDE;
  margin-top: 0px;
}
.dropdown-menu:hover {
  display: visible;
}
.dropdown-menu.left {
  left: -1px;
  min-width: 200px;
}
.dropdown-menu.right {
  left: auto;
  min-width: 205px;
  right: -1px;
}
.dropdown-menu.middle {
  left: auto;
  right: -55px;
  min-width: 180px;
}
.dropdown-menu hr {
  color: #DBDCDE;
  height: 1px;
  noshade: noshade;
  padding: 0;
  margin: 0;
  margin: 8px -16px 8px -16px;
}
.dropdown-menu ul hr {
  margin: 8px 0px 8px 0px;
}
.dropdown-menu strong {
  display: block;
  margin: 8px 0px 0px 0px;
}
.dropdown-menu small {
  font-weight: bold;
}
.dropdown-menu .small,
.dropdown-menu small {
  display: block;
}
.dropdown-menu .email {
  display: inline-block;
}
.dropdown-menu p {
  white-space: nowrap;
}
.dropdown-menu .menu-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 0px solid #000000;
  margin-left: -16px;
  margin-right: -16px;
}
.dropdown-menu .menu-links > li {
  transform: translate3d(0, 0, 0);
  border: 0px solid red;
  padding: 4px 0px;
}
.dropdown-menu .menu-links > li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
.dropdown-menu .menu-links > li:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.dropdown-menu .menu-links > li:hover a {
  color: inherit;
}
.dropdown-menu > li > a {
  padding: 3px 16px;
}
.ihs-header {
  color: #4c4b4c;
  background-color: #FFFFFF;
  min-width: 1024px;
  border: 0px solid red;
}
.ihs-header.navbar-static-top {
  z-index: auto;
  border-width: 0;
}
.ihs-header.navbar-fixed-top {
  border-width: 0;
}
.ihs-header a.brand {
  color: #4c4b4c;
}
.ihs-header a:visited.brand {
  color: #4c4b4c;
}
.ihs-header a:hover.brand {
  color: #4c4b4c;
}
.ihs-header h2 {
  color: inherit;
  margin: 0px;
  margin-top: 13px;
  font-weight: normal;
}
.ihs-header h1 {
  color: inherit;
  margin: 0px;
  margin-top: 12px;
  padding-bottom: 0px;
  font-weight: bold;
}
.ihs-header h1 a {
  text-decoration: none;
  color: inherit;
}
.ihs-header small {
  padding: 0;
  margin: 0;
}
.ihs-header span {
  font-size: 12px;
}
.ihs-header .ihs-logo {
  width: 40px;
  height: 40px;
  margin: 8px;
  background: url("../img/accuris-logo.png") no-repeat left center;
  fill: #4c4b4c;
  float: left;
  cursor: pointer;
}
.ihs-header .brand-menu {
  width: 220px;
  position: relative;
  margin-bottom: 0px;
}
.ihs-header .brand-menu:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.ihs-header .brand {
  font-family: Gibson-Medium, Arial, Helvetica, sans-serif;
  margin-left: 20px;
  padding-bottom: 12px;
  height: 66px;
  border: 0px solid #000000;
  border-bottom: 0px;
  display: inline;
  width: 250px;
  position: relative;
}
.ihs-header .brand h1,
.ihs-header .brand h2,
.ihs-header .brand small {
  cursor: pointer;
}
.ihs-header .brand > .ihs-logo {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 16px 9px 16px 16px;
  float: left;
}
.ihs-header .brand > h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  color: #4c4b4c;
  font-weight: normal;
  font-size: 22px;
  white-space: nowrap;
}

.ihs-header .brand > h2 {
  padding-top: 6px;
  color: #4c4b4c;
}

.ihs-header .brand span,
.ihs-header .brand small {
  font-size: 12px;
  color: #999;
  font-weight: 300;
}
.ihs-header .brand small {
  margin-top: 4px;
  display: block;
  font-weight: 800;
  color: #4c4b4c;
}
.ihs-header .ihs-menu > .disabled,
.ihs-header .ihs-menu > .disabled:hover {
  background-color: inherit;
}
.ihs-header .ihs-menu > .disabled a,
.ihs-header .ihs-menu > .disabled:hover a {
  color: #F1F1F2;
  opacity: 0.4;
}
.ihs-header .icon-set {
  border: 0px solid #000000;
  float: right;
}
.ihs-header .icon-set .icon-area {
  padding: 0px 23px;
  margin: 0px;
  height: 66px;
  border: 1px solid #FFFFFF;
  border-bottom: 0px solid transparent;
  /*
            &:before {
                content:"";
                .vertItemSeparator;
                .absVertAlign();
                .border(1px, @IHS-Color-O1);
                margin-left: -25px;
            }
            */
}
.ihs-header .icon-set .icon-area:hover {
  border: 1px solid #CCC;
  border-bottom: 0px solid transparent;
  background-color: #FFFFFF;
  height: 66px;
}
.ihs-header .icon-set .icon-area:hover > .icon-menu {
  color: #4c4b4c;
}
.ihs-header .icon-set .icon-area .icon-menu {
  color: #4c4b4c;
  font-size: 18px;
  text-align: center;
  padding-top: 0px;
  pointer-events: none;
  cursor: default;
  line-height: 66px;
}
.ihs-header .icon-set .icon-area .icon-menu span {
  font-size: inherit;
}
.ihs-header .icon-set .icon-area .icon-menu > .greeting {
  padding-left: 8px;
  border: 0px solid #000000;
  font-size: 12px;
  color: inherit;
  vertical-align: middle;
}
.ihs-header .icon-set .icon-area .icon-menu > [class^=ihs-icon-] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  fill: currentColor;
  color: currentColor;
  stroke: currentColor;
  outline: currentColor;
  stroke-width: 0px;
  vertical-align: middle;
}
.ihs-header .icon-set > .icon-area.active {
  border: 1px solid #ccc !important;
}
.ihs-header .icon-set > .icon-area:last-child,
.ihs-header .icon-set > .icon-area:last-child:hover {
  margin-right: 6px;
  padding-right: 12px;
}
.ihs-header .icon-set .icon-area:hover > .icon-menu:after,
.ihs-header .icon-set .icon-area.active > .icon-menu:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5000;
}
.ihs-header .icon-set .search-area {
  width: 300px;
  top: 23px;
  right: 24px;
}
.ihs-header .nav-tools .nav-tool {
  width: 66px;
  height: 66px;
  position: relative;
  display: inline-block;
  float: right !important;
  /*

            .nav-greeting {
                padding: @font-size-small (@padding-large-horizontal);
            }
            .icon-gear {
                background: url("@{pathToimg}ihs-icon-settings.svg") no-repeat center center;
            }
            .icon-user {
                background: url("@{pathToimg}ihs-icon-admin.svg") no-repeat center center;
            }
            .icon-question {
                background: url("@{pathToimg}ihs-icon-help.svg") no-repeat center center;
            }
            
            */
}
.ihs-header .nav-tools .nav-tool .nav-tool-item {
  margin: 9px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.ihs-header .nav-tools .nav-tool .nav-tool-item:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #A7D6F3;
}
.ihs-header .nav-tools .nav-tool .nav-tool-item:hover a {
  background-color: #A7D6F3;
}
.ihs-header .nav-tools .nav-tool:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ihs-header .ihs-menu {
  width: 100%;
  height: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ihs-header .ihs-menu a {
  font-size: 12px;
  outline: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 5px 16px;
  display: block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ihs-header .ihs-menu li {
  height: 23px;
  padding: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: #0B507F 300ms linear;
  -moz-transition: #0B507F 300ms linear;
  -o-transition: #0B507F 300ms linear;
  -ms-transition: #0B507F 300ms linear;
  transition: #0B507F 300ms linear;
}
.ihs-header .ihs-menu li.active,
.ihs-header .ihs-menu li.active:hover {
  background-color: #F1F1F2;
}
.ihs-header .ihs-menu li.active a,
.ihs-header .ihs-menu li.active:hover a {
  color: #6D6E70;
  background-color: #F1F1F2;
  padding-bottom: 0px;
}
.ihs-header .ihs-menu li:hover {
  cursor: pointer;
  background: #0B507F;
}
.ihs-header .ihs-menu li:hover a {
  color: #F1F1F2;
}
.ihs-header .search-group .btn-icon {
  background: -webkit-linear-gradient(-75deg, #08AC4B, #328F8A);
}
.ihs-header .search-group .ihs-icon-arrow {
  font-size: 9px;
  margin: 0;
}
.ihs-header .search-group .form-control.short {
  padding: 12px 8px 10px 8px;
}
.ihs-header .search-group ul li:hover,
.ihs-header .search-group .dropdown-menu > li > a:focus,
.ihs-header .search-group .dropdown-menu > li > a:hover {
  background-color: #999;
}
.ihs-header > .clearfix,
.ihs-header > .dl-horizontal dd,
.ihs-header > .container,
.ihs-header > .container-fluid,
.ihs-header > .row,
.ihs-header > .form-horizontal .form-group,
.ihs-header > .btn-toolbar,
.ihs-header > .btn-group-vertical > .btn-group,
.ihs-header > .nav,
.ihs-header > .navbar,
.ihs-header > .navbar-header,
.ihs-header > .navbar-collapse,
.ihs-header > .pager,
.ihs-header > .panel-body,
.ihs-header > .modal-header,
.ihs-header > .modal-footer {
  height: 66px;
}
/*
.ihs-menu {
    .navbar-nav {
        height: 24px;
        border: 0px;

        li {
            border-radius: 0px;
        }
    }

    &.navbar-blue {
        background-color: #0066B3;
        color: white;

        li, li a {
            height: 24px;
        }
        &:hover {
            background-color: #0B507F;
        }
        li.active, li.active a {
            background-color: #0B507F;
            color: white;
            border-top: solid 2px #ff8f1c;
            top: -2px;
            height: 26px;
        }
        &:hover {
            background-color: #0B507F;
            color: white;
        }
    }
    &.navbar-turquoise {
        background-color: #00719d;
        color: white;

        li, li a {
            height: 24px;
        }
        &:hover {
            background-color: #0097d1;
        }
        li.active, li.active a {
            background-color: #0097d1;
            color: white;
            border-top: solid 2px #ff8f1c;
            top: -2px;
            height: 26px;
        }
        &:hover {
            background-color: #0097d1;
            color: white;
        }
    }
    &.navbar-grey {
        background-color: #999999;
        color: white;

        li, li a {
            height: 24px;
        }
        &:hover {
            background-color: #4c4b4c;
        }
        li.active, li.active a {
            background-color: #4c4b4c;
            color: white;
            border-top: solid 2px #ff8f1c;
            top: -2px;
            height: 26px;
        }
        &:hover {
            background-color: #4c4b4c;
            color: white;
        }
    }
    &.navbar-black {
        background-color: #000000;
        color: white;

        li, li a {
            height: 24px;
            padding: 5px 12px;
        }
        &:hover {
            background-color: #E5E5E5;
            color: black;
        }
        li.active, li.active a {
            background-color: #E5E5E5;
            color: black;
            border-top: solid 2px #ff8f1c;
            top: -2px;
            height: 26px;
        }
        &:hover {
            background-color: #E5E5E5;
            color: black;
        }
    }
}
*/
/*
.ihs-header-2 {

    @header-text-color:         @IHS-Color-G15;
    @header-background-color:   @IHS-Color-H8;
    @product-name-width:        200px;
    @icon-hover-color:          @IHS-Color-G1;
    @icon-color:                @IHS-Color-O2;
    @icon-font-size:            18px;
    @hover-border-color:        @IHS-Color-O1;
    @menu-background-color:     @IHS-Color-G8;
    @debug-border-color:        yellow;
    @header-min-width:          400px;

    .ihs-header-class;

}
*/
.ihs-header-2 {
  color: #000000;
  background-color: #FFFFFF;
  border: 0px solid #F1F1F2;
}
.ihs-header-2 .ihs-logo {
  float: left;
}
.ihs-header-2 h1 {
  color: #404041;
}
.ihs-header-2 .brand-menu {
  position: relative;
}
.ihs-header-2 small {
  padding: 0;
  margin: 0;
}
.ihs-header-2 .ihs-menu {
  background-color: #0066B3;
  height: 25px;
  border-top: 1px solid rgba(0, 102, 179, 0.2);
}
.ihs-header-2 .icon-set {
  border: 0px solid red;
  float: right;
}
.ihs-header-2 .icon-set .icon-area {
  margin: 0px;
  height: 66px;
  border: 1px solid white;
  border-bottom: 0px;
  position: relative;
}
.ihs-header-2 .icon-set .icon-area:hover {
  border: 1px solid #DBDCDE;
  border-bottom: 0px;
  color: #404041;
  background-color: #FFFFFF;
}
.ihs-header-2 .icon-set .icon-area .icon-menu {
  color: #A1ABB2;
  font-size: 18px;
  text-align: center;
  padding-top: 14px;
}
.ihs-header-2 .icon-set .icon-area .icon-menu span {
  font-size: inherit;
}
.ihs-header-2 .icon-set .icon-area .icon-menu > .greeting {
  padding-left: 16px;
  border: 0px solid red;
  font-size: 12px;
}
.ihs-header-3,
.ihs-header-4 {
  color: #404041;
  background-color: #FFFFFF;
  border: 0px solid #F1F1F2;
}
.ihs-header-3 .input-group-addon,
.ihs-header-4 .input-group-addon {
  background-color: #6D6E70;
  color: #FFFFFF;
  padding: 5px 7px;
}
.ihs-header-3 .input-group-addon.end,
.ihs-header-4 .input-group-addon.end {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.ihs-header-3 .input-group-addon.reversed,
.ihs-header-4 .input-group-addon.reversed {
  background-color: #FFFFFF;
  color: #6D6E70;
}
.ihs-header-3 .input-group-addon span,
.ihs-header-4 .input-group-addon span {
  font-size: 11px;
  display: block;
}
.ihs-header-3 .ihs-logo,
.ihs-header-4 .ihs-logo {
  float: left;
}
.ihs-header-3 .brand-menu,
.ihs-header-4 .brand-menu {
  position: relative;
}
.ihs-header-3 .brand-menu:hover,
.ihs-header-4 .brand-menu:hover {
  background-color: #FFFFFF;
}
.ihs-header-3 small,
.ihs-header-4 small {
  padding: 0;
  margin: 0;
}
.ihs-header-3 .menu-links > li a,
.ihs-header-4 .menu-links > li a {
  color: inherit;
  text-decoration: none;
}
.ihs-header-3 .menu-links > li:hover,
.ihs-header-4 .menu-links > li:hover {
  background-color: #0B507F;
  color: #FFFFFF;
}
.ihs-header-3 .menu-links > li:hover a,
.ihs-header-4 .menu-links > li:hover a {
  color: inherit;
}
.ihs-header-3 .ihs-menu,
.ihs-header-4 .ihs-menu {
  background-color: #6D6E70;
  width: 100%;
  height: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ihs-header-3 .ihs-menu .navbar-nav,
.ihs-header-4 .ihs-menu .navbar-nav {
  width: 100%;
}
.ihs-header-3 .ihs-menu a,
.ihs-header-4 .ihs-menu a {
  font-size: 12px;
  outline: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 5px 16px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ihs-header-3 .ihs-menu li,
.ihs-header-4 .ihs-menu li {
  height: 24px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: #0B507F 300ms linear;
  -moz-transition: #0B507F 300ms linear;
  -o-transition: #0B507F 300ms linear;
  -ms-transition: #0B507F 300ms linear;
  transition: #0B507F 300ms linear;
  padding: 0px;
}
.ihs-header-3 .ihs-menu li a:focus,
.ihs-header-4 .ihs-menu li a:focus,
.ihs-header-3 .ihs-menu li a:hover,
.ihs-header-4 .ihs-menu li a:hover {
  color: #F1F1F2;
}
.ihs-header-3 .ihs-menu li.active,
.ihs-header-4 .ihs-menu li.active,
.ihs-header-3 .ihs-menu li.active:hover,
.ihs-header-4 .ihs-menu li.active:hover {
  background-color: #FFFFFF;
}
.ihs-header-3 .ihs-menu li.active a,
.ihs-header-4 .ihs-menu li.active a,
.ihs-header-3 .ihs-menu li.active:hover a,
.ihs-header-4 .ihs-menu li.active:hover a {
  color: #404041;
  background-color: #FFFFFF;
  padding-bottom: 0px;
}
.ihs-header-3 .ihs-menu li:hover,
.ihs-header-4 .ihs-menu li:hover,
.ihs-header-3 .ihs-menu li:focus,
.ihs-header-4 .ihs-menu li:focus {
  cursor: pointer;
  background: #404041;
}
.ihs-header-3 .ihs-menu li:hover a,
.ihs-header-4 .ihs-menu li:hover a,
.ihs-header-3 .ihs-menu li:focus a,
.ihs-header-4 .ihs-menu li:focus a {
  color: #FFFFFF;
}
.ihs-header-3 .icon-set,
.ihs-header-4 .icon-set {
  border: 0px solid #000000;
  float: right;
  position: relative;
}
.ihs-header-3 .icon-set .search-area,
.ihs-header-4 .icon-set .search-area {
  width: 300px;
  top: 15px;
  right: 20px;
}
.ihs-header-3 .icon-set .icon-area,
.ihs-header-4 .icon-set .icon-area {
  margin: 0px;
  height: 66px;
  border: 1px solid transparent;
  border-bottom: 0px solid transparent;
  position: relative;
}
.ihs-header-3 .icon-set .icon-area:hover,
.ihs-header-4 .icon-set .icon-area:hover {
  border: 1px solid #DBDCDE;
  border-bottom: 0px;
  color: #404041;
  background-color: #FFFFFF;
}
.ihs-header-3 .icon-set .icon-area .icon-menu,
.ihs-header-4 .icon-set .icon-area .icon-menu {
  color: #6D6E70;
  font-size: 18px;
  text-align: center;
  padding-top: 14px;
}
.ihs-header-3 .icon-set .icon-area .icon-menu span,
.ihs-header-4 .icon-set .icon-area .icon-menu span {
  font-size: inherit;
}
.ihs-header-3 .icon-set .icon-area .icon-menu > .greeting,
.ihs-header-4 .icon-set .icon-area .icon-menu > .greeting {
  padding-left: 16px;
  border: 0px solid #000000;
  font-size: 12px;
}
.ihs-header-3 .tt-suggestion:hover,
.ihs-header-4 .tt-suggestion:hover {
  background-color: #404041;
  color: #fff;
}
.ihs-header-4 .ihs-menu {
  background-color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 25px;
}
.ihs-header-4 .ihs-menu .navbar-nav {
  width: 100%;
}
.ihs-header-4 .ihs-menu a {
  font-size: 12px;
  outline: none;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding: 5px 16px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ihs-header-4 .ihs-menu li {
  height: 24px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: #0B507F 300ms linear;
  -moz-transition: #0B507F 300ms linear;
  -o-transition: #0B507F 300ms linear;
  -ms-transition: #0B507F 300ms linear;
  transition: #0B507F 300ms linear;
  padding: 0px;
}
.ihs-header-4 .ihs-menu li a:focus,
.ihs-header-4 .ihs-menu li a:hover {
  color: #F1F1F2;
}
.ihs-header-4 .ihs-menu li.active,
.ihs-header-4 .ihs-menu li.active:hover {
  background-color: #FFFFFF;
}
.ihs-header-4 .ihs-menu li.active a,
.ihs-header-4 .ihs-menu li.active:hover a {
  color: #6D6E70;
  background-color: #FFFFFF;
  padding-bottom: 0px;
}
.ihs-header-4 .ihs-menu li:hover,
.ihs-header-4 .ihs-menu li:focus {
  cursor: pointer;
  background: #404041;
}
.ihs-header-4 .ihs-menu li:hover a,
.ihs-header-4 .ihs-menu li:focus a {
  color: #FFFFFF;
}
.icon-area:hover > .dropdown-menu,
.brand-menu:hover > .dropdown-menu {
  display: block;
}
/*
 .icon-area:hover > .dropdown-menu:active,
 .brand-menu:hover > .dropdown-menu:active {
    display: none;
}*/
.icon-area.open > .dropdown-menu {
  display: none;
}
.full-click-tabs > li {
  padding: 0 !important;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.full-click-tabs > li > a {
  display: block;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.full-click-tabs > li > a div {
  padding: 5px 15px;
}
@media (min-width: 468px) {
  .ihs-header-3 {
    min-width: 320px;
  }
}
@media (max-width: 768px) {
  .icon-set {
    border: 1px solid red;
  }
  .icon-set .search-area {
    display: none;
  }
}
/*
//Fix for Ipad//
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .ihs-header .nav-tool .nav-tool-item:not(.open):hover {
        background-color: @IHS-Color-H4;
        .border-radius-bottom(@border-radius-small);
    }
}


@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
        border: 1px solid yellow;
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

@media (min-width:768px) {
    .navbar {
        border-radius: 2px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 16px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

*/
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ihs-menu > li,
  .icon-set > .icon-area {
    float: left;
  }
  .navbar-nav,
  .icon-set {
    margin: 0px;
  }
  .icon-set .search-area {
    display: none;
  }
}
footer,
.footer {
  background-color: #4c4b4c;
  height: 64px;
  padding: 17px 14px;
  color: #FFFFFF;
  min-width: 1024px;
}
footer small,
.footer small {
  display: inline-block;
}
footer ul,
.footer ul {
  float: none;
  margin: 0px;
  padding: 0px;
}
footer li,
.footer li {
  display: inline-block;
  margin: 0px .25em;
  font-size: 10px;
}
footer a,
.footer a {
  color: #FFFFFF;
}
footer a:visited,
.footer a:visited {
  color: #F1F1F2;
}
footer .footer-small,
.footer .footer-small {
  height: 24px;
  padding: 4px 16px;
}
footer .footer-expanded,
.footer .footer-expanded {
  height: 96px;
  padding: 8px 16px;
}
footer .footer-expanded .copyright-links ul,
.footer .footer-expanded .copyright-links ul {
  margin-top: 34px;
}
footer .footer-expanded small,
.footer .footer-expanded small {
  display: block;
}
footer .footer-expanded .logo,
.footer .footer-expanded .logo,
footer .footer-small .logo,
.footer .footer-small .logo {
  margin-top: 34px;
}
footer h1,
.footer h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 100;
  float: right;
  margin: 8px 0px 0px 5px;
}
footer .social-icons,
.footer .social-icons {
  padding: 3px 0px;
  border-right: 1px solid #fff;
  display: inline-block;
  padding-right: 28px;
  margin-right: 32px;
  vertical-align: middle;
}
footer .social-icons i,
.footer .social-icons i {
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  vertical-align: center;
  margin-right: 4px;
  padding-top: 5px;
  display: inline-block;
}
footer .social-icons i svg,
.footer .social-icons i svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  padding: 0px;
  fill: currentColor;
  color: currentColor;
  stroke: currentColor;
  outline: currentColor;
  stroke-width: 0px;
}
footer .copyright-links,
.footer .copyright-links {
  display: inline-block;
  vertical-align: middle;
}
footer .logo,
.footer .logo {
  display: inline-block;
  vertical-align: middle;
}
.footerTextColor {
  color: #FFFFFF;
}
.footerBGColor {
  background-color: #4c4b4c;
}
.ihs-footer-3 {
  background-color: #6D6E70;
}
.ew-accordion {
  border: 0px solid #000000;
}
.ew-accordion .panel-default {
  border: 0px solid #000000;
  background-color: inherit;
}
.ew-accordion .panel-heading {
  border: 0px solid #000000;
  background-color: inherit;
  padding-left: 0px;
}
.ew-accordion .panel-title {
  font-size: 12px;
  color: #FFFFFF;
}
.ew-accordion .panel-body {
  border: 0px solid #000000;
  background-color: #FFFFFF;
}
.ihs-accordion {
  border: 0px solid red;
}
.ihs-accordion .panel-default {
  border: 0px solid #000000;
  background-color: inherit;
}
.ihs-accordion .panel + .panel {
  margin-top: 0px;
}
.ihs-accordion .panel-heading {
  border: 1px solid #DBDCDE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #F1F1F2;
  padding: 7px 7px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.ihs-accordion .panel-heading[aria-expanded="true"] {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ihs-accordion .panel-title {
  font-size: 12px;
  font-weight: bold;
  color: #404041;
  display: block;
  padding: 0;
  margin: 0;
}
.ihs-accordion .panel-title:after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 4px 4px 0px 0px;
  padding: 0px;
  fill: #404041;
  color: #404041;
  stroke: #404041;
  outline: #404041;
  stroke-width: 0px;
  float: right;
}
.ihs-accordion .chevron-open:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.ihs-accordion .panel-heading + .panel-collapse > .panel-body {
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  border-top: 0px;
  padding: 15px 7px;
}
.alert {
  border: 0px solid #000000;
  padding: 8px 8px;
}
.alert svg[class*="ihs-icon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  fill: #6D6E70;
  color: #6D6E70;
  stroke: #6D6E70;
  outline: #6D6E70;
  stroke-width: 0px;
  vertical-align: top;
}
.alert-dismissable .close,
.alert-dismissible .close {
  top: -3px;
  right: 0px;
}
.btn {
  margin: 0px;
}
.btn:hover {
  background-color: #0B507F;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 2px;
}
.btn-sm span {
  font-size: 10px;
}
.btn-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0px;
  background-color: #6D6E70;
}
.btn-icon span,
.btn-icon svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  padding: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  stroke: #FFFFFF;
  outline: #FFFFFF;
  stroke-width: 0px;
}
.btn-icon.btn-lg {
  width: 48px;
  height: 48px;
}
.btn-icon.btn-lg svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  stroke: #FFFFFF;
  outline: #FFFFFF;
  stroke-width: 0px;
}
.btn-toggle {
  text-align: center;
  padding: 0px;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
}
.btn-toggle svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 5px 8px;
  padding: 0px;
  fill: #DBDCDE;
  color: #DBDCDE;
  stroke: #DBDCDE;
  outline: #DBDCDE;
  stroke-width: 0px;
}
.btn-toggle:hover,
.btn-toggle.selected,
.btn-toggle.active {
  background-color: #FFFFFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-toggle:hover svg,
.btn-toggle.selected svg,
.btn-toggle.active svg {
  stroke: #0066B3;
  fill: #0066B3;
}
.btn.btn-link[disabled],
.btn.btn-link[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
  color: #DBDCDE;
}
.btn-link:hover {
  background-color: transparent !important;
}
.btn-emphasis,
.btn-warning {
  background-color: #F04E23;
  color: #FFFFFF;
  border-color: #F04E23;
}
.btn-emphasis:hover,
.btn-warning:hover {
  background-color: #C6411E;
  border-color: #C6411E;
}
.btn-deemphasized {
  background-color: #FFFFFF;
  border-color: #0066B3;
  color: #0066B3;
}
.btn-deemphasized:hover,
.btn-deemphasized:focus {
  background-color: #0B507F;
  color: #FFFFFF;
  border-color: #0B507F;
}
.btn-inactive,
.btn.disabled,
.btn[disabled],
.btn.deselected[disabled] {
  background-color: #FFFFFF;
  border-color: #DBDCDE;
  color: #DBDCDE;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-inactive:hover,
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.deselected[disabled]:hover,
.btn-inactive:focus,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.deselected[disabled]:focus {
  cursor: auto;
  background-color: #FFFFFF;
  color: #DBDCDE;
  border-color: #DBDCDE;
}
.btn-success {
  background-color: #0066B3;
  border: 1px;
}
.btn-success:hover {
  background-color: #0B507F;
}
.btn-go {
  background-color: #BDCF56;
  border-color: #BDCF56;
  color: #FFFFFF;
}
.btn-go:hover {
  background-color: #A3AF4A;
  border-color: #A3AF4A;
  color: #FFFFFF;
}
.btn-go[disabled] {
  background-color: #BDCF56;
  border-color: #BDCF56;
}
.btn-go:hover[disabled] {
  background-color: #BDCF56;
  border-color: #BDCF56;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #ED2B23;
  border-color: #e41b13;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #FFFFFF;
  background-color: #cc1811;
  border-color: #6e0d09;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #cc1811;
  border-color: #ab140e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #cc1811;
  border-color: #ab140e;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFFFFF;
  background-color: #ab140e;
  border-color: #6e0d09;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ED2B23;
  border-color: #e41b13;
}
.btn-danger .badge {
  color: #ED2B23;
  background-color: #FFFFFF;
}
.btn-danger[disabled] {
  background-color: #ED2B23;
  border-color: #e41b13;
}
.hamburger-menu {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0066B3;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}
.btn-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0px;
  background-color: #6D6E70;
}
.btn-icon svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  padding: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  stroke: #FFFFFF;
  outline: #FFFFFF;
  stroke-width: 0px;
  vertical-align: middle;
}
.btn-go {
  background-color: #BDCF56;
  border-color: #BDCF56;
  color: #FFFFFF;
}
.btn-go:hover {
  background-color: #A3AF4A;
  border-color: #A3AF4A;
  color: #FFFFFF;
}
.btn-go[disabled] {
  background-color: #BDCF56;
  border-color: #BDCF56;
}
.btn-go:hover[disabled] {
  background-color: #BDCF56;
  border-color: #BDCF56;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker: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: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.dropdown-menu {
  background-color: #FFFFFF;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day.disabled {
  color: #404041;
}
.datepicker td.day:hover {
  background: #0B507F;
  cursor: pointer;
  color: #FFFFFF;
}
.datepicker td.old,
.datepicker td.new {
  color: #6D6E70;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #FFFFFF;
  background-color: #0066B3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #0B507F;
  color: #FFFFFF;
}
.datepicker td span.active {
  background-color: #0066B3;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: #6D6E70;
}
.datepicker td span.old:hover {
  background: #0066B3;
  color: #FFFFFF;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 24px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #0B507F;
  color: #FFFFFF;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ew-card {
  min-height: 128px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-top: 4px solid #A7D6F3;
  margin: 1px;
  padding: 9px;
}
.ew-card.version-home {
  width: 240px;
}
.ew-card.version-workspace {
  width: 336px;
}
.ew-card h1 {
  padding: 0;
  margin: 0;
  color: #0066B3;
  display: inline-block;
}
.ew-card hr {
  border-color: #6D6E70;
  border-width: 1px;
}
.ew-card .panel-heading,
.ew-card .panel-body,
.ew-card .panel-footer {
  background-color: inherit;
  color: inherit;
  width: auto;
  padding: 0;
  margin: 0;
}
.ew-card .panel-body {
  padding: 8px 0px 32px 0px;
}
.ew-card .panel-heading {
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid #6D6E70;
  height: 32px;
}
.ew-card .panel-footer {
  border: 0px;
}
.ew-card .panel {
  border: 0px solid green;
  padding: 0;
  margin: 0;
  background-color: inherit;
  color: inherit;
}
#myCarousel,
#HeroCarousel {
  width: 960px;
  border: 0px solid #000000;
}
#myCarousel .carousel-inner,
#HeroCarousel .carousel-inner {
  padding: 0px;
}
#myCarousel .carousel-indicators,
#HeroCarousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  border: 0px solid #000000;
}
#myCarousel .carousel-indicators li,
#HeroCarousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #7c7c7c;
}
#myCarousel .carousel-indicators li.active,
#HeroCarousel .carousel-indicators li.active {
  background-color: #f69f2c;
  width: 12px;
  height: 12px;
  margin: 0px;
}
#myCarousel .carousel-content-left,
#HeroCarousel .carousel-content-left,
#myCarousel .tout,
#HeroCarousel .tout {
  display: table-cell;
  width: 592px;
  height: 400px;
  border: 0px solid #000000;
  padding: 16px 16px 16px 0px;
  vertical-align: middle;
}
#myCarousel .carousel-content-left h2,
#HeroCarousel .carousel-content-left h2,
#myCarousel .tout h2,
#HeroCarousel .tout h2 {
  margin-bottom: 14px;
  font-size: 32px;
  color: #404041;
}
#myCarousel .carousel-content-right,
#HeroCarousel .carousel-content-right {
  width: 368px;
  height: 400px;
  border: 0px solid #000000;
  display: table-cell;
  vertical-align: middle;
}
#myCarousel a,
#HeroCarousel a {
  color: white;
}
/*
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}
*/
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
  vertical-align: text-bottom;
  margin-top: 2px;
  margin-top: 1px \9;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  vertical-align: text-bottom;
}
.form-group > .radio-inline,
.form-group > .checkbox-inline {
  padding-left: 0px;
}
.form-group > .radio-inline label,
.form-group > .checkbox-inline label {
  margin-left: 18px;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.folder {
  width: 208px;
  word-wrap: break-word;
}
.folder-top {
  background-color: #CBC7BF;
  padding: 8px 4px 0px 8px;
  max-width: 178px;
  height: auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  margin-right: 26px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.folder-top > label {
  cursor: pointer;
  margin: 0px;
  color: #DBDCDE;
}
.folder-top > input[type="checkbox"] + label:before {
  background-color: #FFFFFF;
  margin-right: 5px;
}
.folder-top > input[type="checkbox"]:checked + label:before {
  color: #0066B3;
}
.folder-top p {
  color: #FFFFFF;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: inline;
}
.folder-top .badge {
  position: absolute;
  z-index: 100;
  top: -7px;
  right: -10px;
  background: #F04E23;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 10px;
}
.folder-top:after {
  background-image: url('../img/ihs-folder-corner.svg');
  background-size: 26px 25px;
  content: "";
  width: 26px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: -25px;
}
.folder-container {
  background-color: #CBC7BF;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-box-shadow: 2px 2px 4px 1px #ccc;
  -webkit-box-shadow: 2px 2px 4px 1px #ccc;
  box-shadow: 2px 2px 4px 1px #ccc;
  border-bottom-right-radius: 0px;
  padding: 8px 0px 0px 0px;
  margin-bottom: 10px;
}
.folder-container .folder-body {
  height: 105px;
}
.folder-container .folder-body-open {
  height: 140px;
}
.folder-container .folder-body,
.folder-container .folder-body-open {
  background-color: #EEEAD2;
  padding: 8px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
}
.folder-container .folder-body .date,
.folder-container .folder-body-open .date {
  color: #6D6E70;
  width: 100%;
  text-align: right;
  margin-bottom: 4px;
}
.folder-container .folder-body .date.small,
.folder-container .folder-body-open .date.small {
  display: block;
}
.folder-container .folder-body .title,
.folder-container .folder-body-open .title {
  line-height: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder-container .folder-body .summary,
.folder-container .folder-body-open .summary {
  color: #6D6E70;
  line-height: 14px;
  margin-bottom: 16px;
}
.folder-container .folder-footer {
  background-color: #EEEAD2;
  padding: 7px 8px;
}
.folder-container .folder-body-open {
  background-color: #CBC7BF;
}
.folder-container .icon-bar svg[class*="ihs-icon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 2px 0px 2px;
  padding: 0px;
  fill: #0066B3;
  color: #0066B3;
  stroke: #0066B3;
  outline: #0066B3;
  stroke-width: 0px;
}
.folder-container .icon-bar svg[class*="ihs-icon"]:first-child {
  margin-left: 0px;
}
.folder-container .icon-bar svg[class*="ihs-icon"]:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.folder-chunk {
  width: 92px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('../img/ihs-folder-chunk.svg');
  background-size: cover;
}
.folder-corner {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.folder:hover,
.selected {
  cursor: pointer;
}
.folder:hover > .folder-top,
.selected > .folder-top {
  background-color: #919189;
}
.folder:hover > .folder-top:after,
.selected > .folder-top:after {
  background-image: url('../img/ihs-folder-corner-hover.svg');
}
.folder:hover > .folder-container,
.selected > .folder-container {
  background-color: #919189;
}
.folder:hover > .folder-container .folder-chunk,
.selected > .folder-container .folder-chunk {
  background-image: url('../img/ihs-folder-chunk-hover.svg');
}
.folder:hover .folder-body-open,
.selected .folder-body-open {
  background-color: #919189;
}
.list-group-item-heading {
  font-size: 16px;
}
.input-group-addon {
  font-size: 14px;
  color: #A1ABB2;
  padding: 0px 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.input-group-addon.btn {
  font-weight: normal;
}
.input-group-addon:hover {
  background-color: inherit;
  color: #6D6E70;
  cursor: pointer;
}
.input-group-addon span {
  display: inline-block;
  font-size: 10px;
  padding-left: 4px;
}
.input-group-addon svg {
  width: 14px;
  height: 14px;
}
.list-group {
  border: 1px solid #DBDCDE;
}
.list-group .list-group-item {
  padding: .5em 1em;
  border: 0px solid #000000;
}
.list-group .list-group-item:hover {
  background-color: #0B507F;
  color: white;
}
.list-group .list-group-item:hover a {
  text-decoration: none;
  color: inherit;
}
.form-control {
  padding: 9px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-control.short {
  height: 24px;
  padding: 5px 8px;
}
.form-control:focus {
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(219, 220, 222, 0.8);
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(219, 220, 222, 0.8);
  box-shadow: inset 0px 0px 0px 0px rgba(219, 220, 222, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  color: #404041;
}
.form-control:-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A1ABB2;
}
.form-control:-moz-placeholder {
  /* Firefox 19+ */
  color: #A1ABB2;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #A1ABB2;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #A1ABB2;
}
.form-group {
  position: relative;
}
.form-group label {
  font-weight: normal;
  margin: 0px;
  vertical-align: middle;
}
.form-group .form-control-feedback {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  fill: #A1ABB2;
  color: #A1ABB2;
  stroke: #A1ABB2;
  outline: #A1ABB2;
  stroke-width: 0px;
  top: 8px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  pointer-events: auto;
  z-index: top;
}
.form-group .form-control-feedback:hover {
  color: #6D6E70;
}
.form-group .form-control:focus + .form-control-feedback {
  color: #6D6E70;
}
.required:after {
  content: "*";
  color: red;
  font-size: 18px;
  position: relative;
  float: right;
  top: -18px;
  right: 25px;
}
.required-add:after {
  content: "*";
  color: red;
  font-size: 18px;
  position: relative;
  left: 4px;
  top: 4px;
  margin-right: 4px;
}
.form-horizontal,
.form-inline {
  border: 0px solid red;
}
.form-horizontal .form-group,
.form-inline .form-group {
  border: 0px solid blue;
}
.form-horizontal .required:after,
.form-inline .required:after {
  content: "*";
  color: red;
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.form-horizontal .input-group,
.form-inline .input-group {
  position: relative;
}
.form-horizontal .input-group > .required:after,
.form-inline .input-group > .required:after {
  right: 38px;
  position: absolute;
  z-index: 100;
}
.help-block {
  color: #A1ABB2;
}
.has-feedback label ~ .form-control-feedback {
  top: 33px;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control,
    input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 32px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local], .input-group-sm input[type=month],
    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 24px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local], .input-group-lg input[type=month],
    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 32px
    }
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 10px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10px;
        font-size: 12px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 10px
    }
}
*/
.icons span,
.icons svg {
  font-size: 24px;
  display: inline-block;
  margin: 10px;
}
.icons span span,
.icons svg span {
  margin: 0px;
}
.icons svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.mega-menu {
  background-color: #404041;
  color: #FFFFFF;
  padding: 32px 16px;
  width: 100%;
  position: absolute;
  top: 82px;
  z-index: 1000;
}
.mega-menu .container {
  padding-left: 16px;
}
.mega-menu:hover {
  display: block;
  z-index: 1000;
}
.mega-menu h2 {
  color: #FFFFFF;
  margin-top: -3px;
}
.mega-menu h2 a {
  color: inherit;
  text-decoration: none;
}
.mega-menu h2 a:hover {
  text-decoration: underline;
}
.mega-menu li > a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
.mega-menu li > a:hover {
  text-decoration: underline;
}
.mega-menu .row {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
.mega-menu .row > ul {
  padding: 0;
  margin: 0;
}
.mega-menu .row > ul > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 295px;
  margin-bottom: 16px;
  vertical-align: top;
  margin-right: 16px;
  padding: 0px;
}
.mega-menu .row > ul > li:last-child {
  margin-right: 0px;
}
.mega-menu li {
  list-style-type: none;
}
.mega-menu img {
  padding: 0px 16px 0px 0px;
  margin: 0px;
  float: left;
  border: 0px solid white;
  margin-bottom: 20px;
}
.mega-menu .list-group {
  display: table-cell;
  border: 0px solid yellow;
  padding: 0px;
  padding-top: 4px;
}
.bootstrap-select input[type="text"] {
  display: inline;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
  min-width: 0;
  overflow-y: auto;
  outline: none;
  background-color: #FFFFFF;
}
.bootstrap-select .dropdown-menu li a {
  color: #404041;
}
.bootstrap-select .dropdown-menu a {
  overflow: hidden;
}
.bootstrap-select .dropdown-menu .disabled a {
  outline: none;
}
.bootstrap-select .dropdown-menu.primary {
  width: auto;
  min-width: 100%;
  border: 1px solid #DBDCDE;
  border-radius: 2px;
  margin-top: 4px;
}
.bootstrap-select .input-group-btn {
  position: static;
}
.bootstrap-select .input-group-btn ul {
  padding: 0;
  margin: 0;
}
.bootstrap-select .input-group-btn > .dropdown-menu li a {
  height: 32px;
  line-height: 1em;
  padding: 9px 0px 0px 15px;
}
.bootstrap-select .input-group-btn button {
  background-color: #FFFFFF;
  border-color: #DBDCDE;
  color: #DBDCDE;
  overflow-x: hidden;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  padding-top: 2px;
}
.bootstrap-select .input-group-btn button span {
  display: inline-block;
  font-size: 14px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  color: #DBDCDE;
  margin-right: 1px;
}
.bootstrap-select .input-group-btn button:hover {
  background-color: #DBDCDE;
  border-color: #DBDCDE;
  box-shadow: none;
}
.bootstrap-select .input-group-btn button:hover span {
  color: #FFFFFF;
}
.bootstrap-select .input-group-btn button.active {
  cursor: auto;
  background-color: #DBDCDE;
  border-color: #DBDCDE;
  box-shadow: none;
}
.bootstrap-select .input-group-btn button.active span {
  color: #FFFFFF;
}
.bootstrap-select .input-group-btn button.active:hover,
.bootstrap-select .input-group-btn button.active:focus {
  background-color: #DBDCDE;
  border-color: #DBDCDE;
}
.bootstrap-select.bootstrap-lg .input-group-btn button {
  height: 32px;
  line-height: 1em;
}
.bootstrap-select.bootstrap-lg .input-group-btn .dropdown-menu li a {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.bootstrap-select.bootstrap-sm .input-group-btn button {
  width: 24px;
  height: 24px;
  line-height: 12px;
  padding-top: 2px;
}
.bootstrap-select.bootstrap-sm .input-group-btn .dropdown-menu li a {
  font-size: 12px;
  height: 24px;
  line-height: 1em;
  padding: 6px 0px 0px 10px;
}
.bootstrap-select .input-sm {
  padding-top: 0px;
  padding-bottom: 0px;
}
.bootstrap-select .primary.dropdown-menu > li > a:hover,
.bootstrap-select .primary.dropdown-menu > li > a:focus,
.bootstrap-select .primary.dropdown-menu > li.active > a:hover {
  background-color: #0B507F;
  color: #FFFFFF;
}
.bootstrap-select .primary.dropdown-menu > li.active > a,
.bootstrap-select .primary.dropdown-menu > li.active > a:focus {
  background-color: #0066B3;
  color: #FFFFFF;
}
/* Not sure if we are using this anymore //
.modal:before {
  content: '';
  display: inline-block;
  height: 30%;
  //vertical-align: middle;
  margin-right: -4px;
  .border(1px,red);
}
*/
.modal-dialog {
  margin-top: 15px;
}
.modal-dialog.modal-1 {
  width: 240px;
  min-height: 160px;
}
.modal-dialog.modal-2 {
  width: 464px;
  min-height: 160px;
}
.modal-dialog.modal-3 {
  width: 575px;
  min-height: 320px;
}
.modal-dialog.modal-4 {
  width: 688px;
  min-height: 320px;
}
.modal-dialog.modal-5 {
  width: 800px;
  min-height: 320px;
}
.modal-dialog.modal-6 {
  width: 912px;
  min-height: 320px;
}
.modal-dialog.modal-7 {
  width: 1024px;
  min-height: 320px;
}
.modal-dialog .modal-header {
  background-color: #0066B3;
  padding: 13px 16px;
  height: 40px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  border: 0px solid #0066B3;
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.modal-dialog .modal-header svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px 0px 0px 0px;
  padding: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  stroke: #FFFFFF;
  outline: #FFFFFF;
  stroke-width: 0px;
  float: right;
}
.modal-dialog .modal-header svg:hover {
  cursor: pointer;
  border: 0px solid red;
}
.modal-dialog .modal-header.alert {
  background-color: #C6411E;
}
.modal-dialog .modal-title {
  color: #FFFFFF;
  font-size: 14px;
}
.modal-dialog .modal-title:hover {
  cursor: default;
}
.modal-dialog .modal-body {
  border: 0px;
}
.modal-dialog .modal-footer {
  border: 0px solid #000000;
  padding: 16px 8px;
  position: relative;
  bottom: 0px;
}
.modal-dialog .modal-footer .btn {
  margin-bottom: 0px;
}
.modal-content {
  min-height: inherit;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 0px solid #0066B3;
  -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
/* 
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
*/
.pagination {
  height: 32px;
}
.pagination li a {
  line-height: inherit;
  padding: 10px 15px 8px 15px;
  vertical-align: middle;
}
.pagination li a:hover span {
  color: #F1F1F2;
  border: 0px solid #000000;
}
.pagination li a:hover svg {
  fill: #F1F1F2;
  border: 0px solid #000000;
}
.pagination.short {
  height: 24px;
}
.pagination.short li a {
  line-height: inherit;
  padding: 6px 11px 4px 11px;
  vertical-align: middle;
}
.pagination.short span {
  font-size: 12px;
}
.pagination.short svg {
  width: 9px;
  height: 9px;
}
.pagination svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 0px;
  fill: #DBDCDE;
  color: #DBDCDE;
  stroke: #DBDCDE;
  outline: #DBDCDE;
  stroke-width: 0px;
}
.ew-messaging-inline {
  color: #404041;
}
.control-panel {
  background-color: #F1F1F2;
  padding: 8px;
}
.control-panel.well-sm {
  padding: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #DBDCDE;
}
.control-panel.well-lg {
  padding: 1.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #DBDCDE;
  background: rgba(255, 255, 255, 0.8);
}
.control-panel .btn {
  margin-right: 4px;
  margin-left: 0px;
}
.control-panel .btn.pull-right {
  margin-right: 0px;
}
.control-panel li.pull-right {
  margin-right: 0px;
  padding-right: 0px;
}
.control-panel li.pull-right .btn {
  margin-right: 0px;
}
.control-panel span {
  font-size: 16px;
}
.control-panel svg {
  width: 16px;
  height: 16px;
}
.control-panel-2 {
  border: 0px solid #DBDCDE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  background-color: #F1F1F2;
  width: 100%;
  height: 40px;
  min-width: 1024px;
}
.control-panel-2 .btn {
  margin-right: 8px;
  margin-left: 0px;
}
.control-panel-2 .btn.pull-right {
  margin-right: 0px;
}
.control-panel-2 .seperator {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #DBDCDE;
  padding: 0px;
  margin: 0px 16px 0px 0px;
}
.control-panel-2 svg[class*="ihs-icon"] {
  display: inline-block;
  margin: 4px;
  padding: 0px;
  fill: #0066B3;
  color: #0066B3;
  stroke: #0066B3;
  outline: #0066B3;
  stroke-width: 0px;
  width: 16px;
  height: 16px;
}
.control-panel-2 svg[class*="ihs-icon"].first-element {
  margin-left: 0px;
}
.control-panel-2 svg[class*="chevron"] {
  margin-top: 2px;
}
.control-panel-2 .disabled:not(.btn) {
  color: #A1ABB2;
  pointer-events: none;
  padding: 11px 16px;
}
.control-panel-2 .disabled:not(.btn) svg,
.control-panel-2 .disabled:not(.btn) span {
  color: inherit;
}
.control-panel-2 .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 4px;
}
.control-panel-2 .dropdown-menu li a {
  color: #404041;
  padding: 6px 16px;
}
.control-panel-2 .dropdown-menu li a:hover {
  background-color: #0B507F;
  color: #FFFFFF;
}
.control-panel-2 .dropdown-menu .divider {
  background-color: #DBDCDE;
  height: 1px;
  margin: 0px;
}
.control-panel-2 .dropdown-menu .inactive,
.control-panel-2 .dropdown-menu .inactive > a {
  color: #A1ABB2;
}
.control-panel-2 > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 1020px;
}
.control-panel-2 > ul > li {
  float: left;
  vertical-align: middle;
  padding: 8px 0px 0px;
}
.control-panel-2 > ul > li.select-menu-container {
  width: 300px;
  background-color: transparent;
}
.control-panel-2 > ul > li.dropdown {
  position: relative;
  min-width: 85px;
}
.control-panel-2 > ul > li.dropdown:first-child {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.control-panel-2 > ul > li.dropdown > a {
  margin-top: -9px;
  color: #0066B3;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 16px;
  display: block;
}
.control-panel-2 > ul > li.dropdown svg[class*="arrow"] {
  width: 11px;
  height: 11px;
  margin: 0px 0px 0px 6px;
  line-height: 6px;
}
.control-panel-2 > ul > li.dropdown .disabled {
  padding: 0px 0px;
}
.control-panel-2 > ul > li.dropdown:hover {
  background-color: #0B507F;
  cursor: pointer;
}
.control-panel-2 > ul > li.dropdown:hover > a {
  color: #FFFFFF;
}
.control-panel-2 > ul > li.dropdown:hover > a span {
  color: #FFFFFF;
}
.control-panel > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.control-panel > ul > li {
  float: left;
  margin-bottom: -4px;
  padding: 0px 2px;
  height: 100%;
}
.control-panel > ul > li a {
  display: block;
  text-decoration: none;
}
.control-panel > ul > li.hide-it {
  display: none;
}
.control-panel > ul > li.form-control {
  width: 300px;
}
.control-panel > ul > li > ul.menu-hidden {
  position: absolute;
  top: 100%;
  right: 0;
  list-style-type: none;
  visibility: hidden;
  -moz-transition-property: visibility;
  -moz-transition-duration: 0.2s;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 0.2s;
  transition-property: visibility;
  transition-duration: 0.2s;
  padding: 0;
  margin: 0;
  background-color: #efefef;
  margin-top: 16px;
  padding: 0px 8px;
  z-index: 100;
}
.control-panel > ul > li > ul.menu-hidden li {
  margin: 5px 0px;
  text-align: left;
}
.control-panel > ul > li > ul.menu-hidden li a {
  text-align: left;
  white-space: nowrap;
}
.control-panel > ul > li > ul.menu-hidden li a:hover {
  background: #ccc;
}
.control-panel > ul > li:hover > a {
  background: #ccc;
  display: block;
}
.control-panel > ul > li:hover ul.menu-hidden {
  visibility: visible;
}
.info-panel {
  background-color: #FFFFFF;
  padding: 16px;
  position: relative;
  border: 1px solid #DBDCDE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.info-panel h1,
.info-panel h2 {
  color: #0066B3;
}
.info-panel svg {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0px;
  padding: 0px 16px 0px 0px;
  fill: #A1ABB2;
  color: #A1ABB2;
  stroke: #A1ABB2;
  outline: #A1ABB2;
  stroke-width: 0px;
}
.info-panel ul {
  position: absolute;
  top: 16px;
  right: 16px;
}
.info-panel ul li {
  display: inline-block;
}
.info-panel p {
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}
.panel-green a {
  color: #5cb85c;
}
.panel-green a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}
.panel-red a {
  color: #d9534f;
}
.panel-red a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}
.panel-yellow a {
  color: #f0ad4e;
}
.panel-yellow a:hover {
  color: #df8a13;
}
.ew-tile-color-picker {
  display: table;
  padding: 8px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  width: 168px;
  height: 152px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DBDCDE;
  z-index: 999999;
  left: 24px;
  bottom: 8px;
  border-collapse: separate;
  border-spacing: 8px;
}
.ew-tile-color-picker .tile-color-patch {
  display: table-cell;
  width: 64px;
  height: 24px;
  padding-left: 8px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.ew-tile-color-picker .seleceted-color {
  border: 2px solid #0066B3;
}
.ew-tile-color-picker .tile-color-row {
  display: table-row;
}
.ew-tile-color-picker .tile-color-1 {
  background-color: #96BB3C;
}
.ew-tile-color-picker .tile-color-2 {
  background-color: #CC6666;
}
.ew-tile-color-picker .tile-color-3 {
  background-color: #999999;
}
.ew-tile-color-picker .tile-color-4 {
  background-color: #72B7B5;
}
.ew-tile-color-picker .tile-color-5 {
  background-color: #D87755;
}
.ew-tile-color-picker .tile-color-6 {
  background-color: #00A8CA;
}
.ew-tile-color-picker .tile-color-7 {
  background-color: #666666;
}
.ew-tile-color-picker .tile-color-8 {
  background-color: #009999;
}
.sample-content {
  width: 800px;
  height: 200px;
  border: 0px solid #000000;
  margin: 20px;
}
.sample-content .filler {
  width: 1000px;
}
CSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0px 0;
}
mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 0px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #dbdcde;
}
/*Dragger dark hover*/
.mCS-light-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #6d6e70;
}
/*Dragger grey hover*/
.search-group {
  /*
    &:hover {

        span {
            color: @component-hover-color;
        }

        > button, > span {
            background-color: @IHS-Color-O1;
            color: white;
        }
    }
    */
}
.search-group .filter-selector {
  margin-right: 4px;
  background: inherit;
}
.search-group .btn-icon {
  background: -webkit-linear-gradient(-75deg, #08AC4B, #328F8A);
}
.search-group ul {
  padding: 0;
  margin: 0;
}
.search-group ul li {
  transform: translate3d(0, 0, 0);
  border: 0px solid #000000;
  padding: 3px 0px;
  list-style-type: none;
  line-height: 24px;
  display: block;
}
.search-group ul li a {
  color: inherit;
  text-decoration: none;
}
.search-group ul li:hover {
  background-color: #999;
  color: #FFFFFF;
}
.search-group ul li:hover a {
  color: inherit;
  background-color: inherit;
}
.search-group .ihs-icon-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0px 0px 0px 4px;
  padding: 0px;
  fill: inherit;
  color: inherit;
  stroke: inherit;
  outline: inherit;
  stroke-width: 0px;
}
.search-filter {
  background-color: #FFFFFF;
  color: #404041;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
}
.dual-list {
  border: 0px solid #000000;
  display: block;
}
.dual-list .list-group {
  margin-top: 0px;
  border: 0px solid #000000;
}
.dual-list .form-group {
  margin: 0px;
}
.dual-list .list-left li,
.dual-list .list-right li {
  cursor: pointer;
}
.dual-list p {
  border: 0px solid #000000;
}
.dual-list button {
  margin-bottom: 8px;
  display: block;
  padding: 0px;
  width: 32px;
}
.dual-list button.btn-deemphasized {
  color: #A1ABB2;
  border: 1px solid #A1ABB2;
}
.dual-list button.btn-deemphasized:hover,
.dual-list button.btn-deemphasized.active {
  background-color: #0B507F;
  color: #FFFFFF;
}
.dual-list button svg {
  border: 0px solid #000000;
}
.dual-list button svg[class*="ihs-icon-arrow"] {
  padding: 6px 6px;
}
.dual-list .button-container {
  width: 64px;
  border: 0px solid #000000;
  float: left;
  padding-left: 16px;
}
.dual-list .container {
  width: 224px;
  border: 1px solid #DBDCDE;
  float: left;
  padding: 0;
  margin: 0;
  height: 150px;
  overflow: auto;
}
.nav.nav-tabs,
.nav.nav-tabs-2 {
  background-color: #DBDCDE;
  -webkit-border-radius: 2px 0;
  -moz-border-radius: 2px 0;
  border-radius: 2px 0;
  border-bottom-right-radius: 0px;
  border: 0px solid red;
  padding: 0px;
}
.nav.nav-tabs .badge,
.nav.nav-tabs-2 .badge {
  position: absolute;
  top: -8px;
  right: 4px;
  background: #F04E23;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 10px;
}
.nav.nav-tabs > li,
.nav.nav-tabs-2 > li {
  border: 0px solid #000000;
  float: left;
  margin: 0px;
  height: 32px;
  vertical-align: middle;
  padding: 0px;
  cursor: pointer;
}
.nav.nav-tabs > li:hover,
.nav.nav-tabs-2 > li:hover {
  background-color: #A1ABB2;
}
.nav.nav-tabs > li.active,
.nav.nav-tabs-2 > li.active {
  background-color: #fff;
  cursor: default;
}
.nav.nav-tabs > li.active > :hover,
.nav.nav-tabs-2 > li.active > :hover {
  background-color: #fff;
}
.nav.nav-tabs > li.active a:hover,
.nav.nav-tabs-2 > li.active a:hover,
.nav.nav-tabs > li.active a:focus,
.nav.nav-tabs-2 > li.active a:focus {
  color: inherit;
  border: 0px solid #000000;
}
.nav.nav-tabs > li a,
.nav.nav-tabs-2 > li a {
  border: 0px solid #000000;
  color: #404041;
  line-height: inherit;
  padding: 0;
  margin: 0;
  padding: 8px 16px;
}
.nav.nav-tabs > li a:hover,
.nav.nav-tabs-2 > li a:hover {
  border: 0px solid #000000;
  background: none;
}
.nav.nav-tabs > li:first-child,
.nav.nav-tabs-2 > li:first-child {
  border-top-left-radius: 2px;
  border: 1px solid transparent;
}
.nav.nav-tabs-2 {
  background: none;
  border: 0px solid #000000;
  padding: 0px;
}
.nav.nav-tabs-2 > li {
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  border: 1px solid #DBDCDE;
  border-bottom: 1px solid transparent;
  background-color: #DBDCDE;
  margin-right: 4px;
  margin-bottom: -1px;
}
.nav.nav-tabs-2 > li.active {
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  border-bottom: 1px solid transparent;
}
.nav.nav-tabs-2 > li.active a {
  color: #404041;
  background: none;
  cursor: default;
}
.nav-tabs-2.tab-content {
  border: 1px solid #DBDCDE;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  border-radius: 0px 2px 2px 2px;
}
.panel .tab-content {
  margin: 0px;
  padding: 0px;
}
.panel .tab-content .tab-pane {
  padding: 13px 16px 16px 16px;
  border: 0px solid #000000;
}
.panel .tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}
.color-white {
  color: #FFFFFF;
}
.color-black {
  color: #404041;
}
.ew-tile {
  width: 224px;
  min-height: 176px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-bottom: 24px;
  border: 0px solid #000000;
  padding: 9px;
}
.ew-tile.color-black .panel-heading {
  border-bottom: 1px solid black;
}
.ew-tile h2 {
  padding: 0;
  margin: 0;
  color: inherit;
}
.ew-tile .panel-heading,
.ew-tile .panel-body,
.ew-tile .panel-footer {
  background-color: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
.ew-tile .panel-body {
  padding: 8px 0px 0px 0px;
}
.ew-tile .panel-body hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ew-tile .panel-heading {
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid white;
}
.ew-tile .panel {
  border: 0px solid #000000;
  padding: 0;
  margin: 0;
  background-color: inherit;
  color: inherit;
}
.tile-center {
  width: 224px;
  min-height: 265px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  margin: 1px;
  text-align: center;
  padding: 32px 16px;
}
.tile-center .panel-heading {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  border: 0px solid #000000;
}
.tile-center .panel-heading .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  margin: 0px;
}
.tile-center .panel-heading .img-container svg {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0px;
  padding: 0px;
  fill: white;
  color: white;
  stroke: white;
  outline: white;
  stroke-width: 0px;
}
.tile-center .panel-body {
  padding: 0;
  margin: 0;
}
.tile-center .panel-body h1,
.tile-center .panel-body h2 {
  padding: 0;
  margin: 0;
  color: #6D6E70;
}
.tile-center .panel-body ul {
  padding: 0;
  margin: 0;
  margin-top: 8px;
}
.tile-center .panel-body ul li {
  font-size: 12px;
  list-style-type: none;
}
.tile-center .panel-body input[type="checkbox"] + label:before {
  padding: 6px 6px 0px 0px;
}
.toggle-switch-bubble input[type="checkbox"] + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #0066B3;
  color: #0066B3;
  stroke: #0066B3;
  outline: #0066B3;
  stroke-width: 0px;
}
.toggle-switch-bubble input[type="checkbox"]:checked + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #0066B3;
  color: #0066B3;
  stroke: #0066B3;
  outline: #0066B3;
  stroke-width: 0px;
}
.toggle-switch-list input[type="checkbox"] + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #0066B3;
  color: #0066B3;
  stroke: #0066B3;
  outline: #0066B3;
  stroke-width: 0px;
}
.toggle-switch-list input[type="checkbox"]:checked + label:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  fill: #0066B3;
  color: #0066B3;
  stroke: #0066B3;
  outline: #0066B3;
  stroke-width: 0px;
}
.tooltip.in {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tooltip-inner {
  background: #FFFFFF;
  color: #404041;
  margin: 0;
  padding: 9px 15px;
  font-size: 12px;
  text-align: left;
  line-height: 1.25em;
}
.tooltip-inner:empty {
  display: none;
}
.tooltip {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) 3 0 5px rgba(0, 0, 0, 0.5);
  white-space: normal;
}
.tooltip .arrow {
  border-width: 8px;
}
.tooltip .tooltip-arrow {
  border-width: 8px;
}
.tooltip .tooltip-arrow:after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  content: "";
}
.tooltip.top,
.tooltip.bottom,
.tooltip.left,
.tooltip.right {
  padding: 0px;
}
.tooltip.top {
  margin-top: -6px;
}
.tooltip.top .tooltip-arrow {
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.tooltip.top .tooltip-arrow:after {
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #FFFFFF;
}
.tooltip.right {
  margin-left: 6px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: -8px;
  margin-top: -7px;
  border-right-color: rgba(0, 0, 0, 0.2);
}
.tooltip.right .tooltip-arrow:after {
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-color: #FFFFFF;
}
.tooltip.bottom {
  margin-top: 6px;
}
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  top: -8px;
  margin-left: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.tooltip.bottom .tooltip-arrow:after {
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.tooltip.left {
  margin-left: -6px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: -8px;
  margin-top: -7px;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.tooltip.left .tooltip-arrow:after {
  right: 1px;
  bottom: -7px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  margin: 0px;
}
span.twitter-typeahead {
  display: block !important;
}
.tt-input {
  margin: 0px;
}
div.tt-menu.tt-open {
  left: -22px !important;
  min-width: 275px;
  margin-top: 23px;
  padding: 0px;
  background-color: #FFFFFF;
  border: 1px solid #DBDCDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 2px 12px;
  background-color: #fff;
  line-height: 24px;
  color: #404041;
}
.tt-suggestion:hover {
  background-color: #0066B3;
  color: #fff;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.object-test-1 {
  width: auto;
  height: 32px;
  border: 1px solid #c8dcb0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #404041;
  margin: 10px auto;
  padding: 8px 8px;
  background-color: #CFE4C2;
}
.object-test-1 svg[class*="ihs-icon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  fill: #6D6E70;
  color: #6D6E70;
  stroke: #6D6E70;
  outline: #6D6E70;
  stroke-width: 0px;
  vertical-align: top;
}
.object-test-1 .close {
  top: -5px;
  right: 0px;
  line-height: inherit;
}
.preloader {
  width: 94px;
  height: 94px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url('../img/accuris-preloader.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  -webkit-box-shadow: 0px 0px 76px -20px #404041;
  -moz-box-shadow: 0px 0px 76px -20px #404041;
  box-shadow: 0px 0px 76px -20px rgba(64, 64, 65, 0.3);
}
.preloader-small {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url('../img/accuris-preloader.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  -webkit-box-shadow: 0px 0px 76px -17px #404041;
  -moz-box-shadow: 0px 0px 76px -17px #404041;
  box-shadow: 0px 0px 76px -17px #404041;
}
.preloader-size {
  height: 80px;
  width: 80px;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 0px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../img/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(219, 220, 222, 0.1);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #dbdcde;
  /*bg light*/
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: red;
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #6d6e70;
}
/*Light scroll handle*/
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dbdcde;
}
/*Dragger dark*/
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #1b8fc9;
}
/*Dragger dark hover*/
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #dbdcde;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #0b507f;
}
/*Dragger rail*/
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
.hover:hover {
  background-color: #cccccc;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.rotate-360 {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.shim-top {
  margin-top: 16px;
}
.shim-top-short {
  margin-top: 8px;
}
.shim-top-mini {
  margin-top: 4px;
}
.shim-top-zero {
  margin-top: 0px;
}
.shim-bottom {
  margin-bottom: 16px;
}
.shim-bottom-short {
  margin-bottom: 8px;
}
.shim-bottom-mini {
  margin-bottom: 4px;
}
.shim-bottom-zero {
  margin-bottom: 0px;
}
.shim-left {
  margin-left: 16px;
}
.shim-left-short {
  margin-left: 8px;
}
.shim-left-mini {
  margin-left: 4px;
}
.shim-left-zero {
  margin-left: 0px;
}
.shim-right {
  margin-right: 16px;
}
.shim-right-short {
  margin-right: 8px;
}
.shim-right-mini {
  margin-right: 4px;
}
.shim-right-zero {
  margin-right: 0px;
}
.shim-zero {
  margin: 0px;
}
svg.icon-xs {
  width: 8px;
  height: 8px;
}
svg.icon-sm {
  width: 10px;
  height: 10px;
}
svg.icon-md {
  width: 16px;
  height: 16px;
}
svg.icon-lg {
  width: 24px;
  height: 24px;
}
.container-test {
  max-width: 1024px;
  margin: 0px auto;
}
.container-width-x {
  width: 1024px;
  margin: 0 auto;
}
.demo-site-links li {
  margin: 10px 5px 10px 25px;
  padding: 15px 10px 15px 15px;
  border: 1px solid #ccc;
  width: 300px;
  background-color: #f4f4f4;
  font-size: 14px;
}
.screenshot {
  margin: 0px auto;
  border: 1px solid #efefef;
  height: 500px;
  background-color: #f2f2f2;
}
.ihs-menu.navbar-nav {
  height: 24px;
  border: 0px;
}
.ihs-menu.navbar-nav li {
  border-radius: 0px;
}
.ihs-menu.navbar-blue {
  background-color: #0066B3;
  color: white;
}
.ihs-menu.navbar-blue li,
.ihs-menu.navbar-blue li a {
  height: 24px;
}
.ihs-menu.navbar-blue li:hover,
.ihs-menu.navbar-blue li a:hover {
  background-color: #0B507F;
}
.ihs-menu.navbar-blue li.active,
.ihs-menu.navbar-blue li.active a {
  background-color: #0B507F;
  color: white;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.ihs-menu.navbar-blue li.active a:hover,
.ihs-menu.navbar-blue li.active a:focus {
  background-color: #0B507F;
  color: white;
}
.ihs-menu.navbar-turquoise {
  background-color: #00719d;
}
.ihs-menu.navbar-turquoise li,
.ihs-menu.navbar-turquoise li a {
  height: 24px;
}
.ihs-menu.navbar-turquoise li:hover,
.ihs-menu.navbar-turquoise li a:hover {
  background-color: #0097d1;
}
.ihs-menu.navbar-turquoise li.active,
.ihs-menu.navbar-turquoise li.active a {
  background-color: #0097d1;
  color: white;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.ihs-menu.navbar-turquoise li.active a:hover,
.ihs-menu.navbar-turquoise li.active a:focus {
  background-color: #0097d1;
  color: white;
}
.ihs-menu.navbar-grey {
  background-color: #999999;
}
.ihs-menu.navbar-grey li,
.ihs-menu.navbar-grey li a {
  height: 24px;
}
.ihs-menu.navbar-grey li:hover,
.ihs-menu.navbar-grey li a:hover {
  background-color: #4c4b4c;
}
.ihs-menu.navbar-grey li.active,
.ihs-menu.navbar-grey li.active a {
  background-color: #4c4b4c;
  color: white;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.ihs-menu.navbar-grey li.active a:hover,
.ihs-menu.navbar-grey li.active a:focus {
  background-color: #4c4b4c;
  color: white;
}
.ihs-menu.navbar-black {
  background-color: #000000;
}
.ihs-menu.navbar-black li,
.ihs-menu.navbar-black li a {
  height: 24px;
}
.ihs-menu.navbar-black li a {
  padding: 5px 12px;
}
.ihs-menu.navbar-black li:hover,
.ihs-menu.navbar-black li a:hover {
  background-color: #E5E5E5;
  color: black;
}
.ihs-menu.navbar-black li.active,
.ihs-menu.navbar-black li.active a {
  background-color: #E5E5E5;
  color: black;
  border-top: solid 2px #ff8f1c;
  top: -2px;
  height: 26px;
}
.ihs-menu.navbar-black li.active a:hover,
.ihs-menu.navbar-black li.active a:focus {
  background-color: #E5E5E5;
  color: black;
}
.footer {
  background-color: #4c4b4c;
  height: 64px;
  padding: 14px 16px;
  color: white;
}
.footer.footer-small {
  height: 24px;
  padding: 4px 16px;
}
.footer.footer-expanded {
  height: 96px;
  padding: 8px 16px;
}
.footer h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 100;
  float: right;
  margin: 8px 0px 0px 5px;
}
/*.footer > div, .footer ul {
    border: 1px solid red;
}*/
.footer .copyright-links {
  font-family: Gibson-Medium, Arial, Helvetica, sans-serif;
  margin: 1px;
  display: inline-block;
  vertical-align: middle;
}
.footer .logo {
  display: inline-block;
  vertical-align: middle;
}
.footer .ihs-logo {
  background: url("../img/accuris_primary_logo_horizontal.svg") no-repeat;
  width: 130px;
  height: 40px;
}
.footer ul {
  float: none;
  margin: 0px;
  padding: 0px;
}
.footer-expanded .copyright-links ul {
  margin-top: 34px;
}
.footer-expanded small {
  display: block;
}
.footer-expanded .logo,
.footer-small .logo {
  margin-top: 25px;
}
/*
.footer-expanded svg[class*="ihs-icon-"],
.footer-small svg[class*="ihs-icon-"]{
        //font-size: 14px;
        position: absolute;
        right: 16px;
        top: 6px;
        //padding: 4px 4px 4px 4px;
        cursor: pointer;
}
*/
.footer-small > .footer-control {
  position: absolute;
  right: 16px;
  top: 4px;
  cursor: pointer;
}
.footer-small > .footer-control svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px;
  padding: 0px;
  fill: #DBDCDE;
  color: #DBDCDE;
  stroke: #DBDCDE;
  outline: #DBDCDE;
  stroke-width: 0px;
}
.footer-small > .footer-control:hover {
  fill: white;
}
.icons-holder {
  padding: 16px 16px 16px 30px;
}
.icons-sized {
  font-size: 16px;
}
@media (max-width: 768px) {
  .icon-set,
  .navbar-nav {
    margin: 0;
    float: right;
  }
}
/* Header //////////////////////
34px to baseline of text

/* Widths
margin 16px per side
Full format - 100% responsive?
Web format - 1024 max width
*/
/* Logo 35px X 35px
header - green default logo
footer - white logo
vertically centered
*/
/* Product Name 
22px Source Sans Pro Regular Dark Gray (HEX #4c4b4c) Centered in vertical space
*/
/* Version Number
12px Source Sans Pro Light Light Gray (HEX 999999) 
1px after product name, same line
*/
/* Historical Branding "By IHS Markit"
12px Source Sans Pro italic Light Gray (HEX 999999)
6px below main product name
*/
/* Active Navigation
bar 2px tall, width of button Orange (HEX #ff8f1c)
On click the active indicator pops on
*/
/* Navigation text/bar
12px ALL CAPS Arial Regular White (HEX #fff)
Centered in vertical space
Left and right margins of 16px 
Words 32px apart
Bar 24px tall
*/
/* Search button/bar
gradient background. 
Linear-gradient(75deg,#08ac4b,#328f8a)
search bar stays the same

width: 325px;
vertical-align: middle;
padding-top: 23px;
padding-right: 24px;
*/
/* Header Icons
18px X 18px Dark Gray (HEX 4c4b4c) Hover ihs-color-h1
48px apart
User Icon to name 16px apart
Last icon is 12px from Right Side
Icon Area has margin of 6px from left hand browser edge
*/
/* Navbar Colors
Blue/Default - Navbar #0066B3, Hover #0B507F
Black -   Navbar #000000, Hover #E5E5E5
Turquoise Navbar #00719d, Hover #0097d1
Grey -    Navbar #999999, Hover #4c4b4c
*/
/* States
Not logged in - user icon is outlined
*/
/* Footer
16px horiz padding 
background color - Dark Gray (HEX #4c4b4c)
ihs-type-body White (HEX #fff )

standard - 64px height

social - 64px height
icons - 24x24 gray (HEX #999999)
social divider line - 1x32 #fff

small - 24px height .. expandable 
arrow ihs-icon-chevron White (HEX #FFF) 
Centered in vertical space 16px X 10px

expanded - 96px height
14px bottom margin between (links below copyright)
ihs-icon-x White (HEX #fff) 
Centered in vertical space 12px X 12px
*/
