@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
.nav-tabs {
  border-top-width: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 0px !important; }

.headers {
  font-family: Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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 Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #029cae;
  text-decoration: none; }
  a:hover, a:focus {
    color: #015862;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #029cae; }

a.text-primary:hover,
a.text-primary:focus {
  color: #016f7c; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #029cae; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #016f7c; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  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: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@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%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: 1.42857143;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.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: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.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: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.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: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.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: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #5387bd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 135, 189, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 135, 189, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    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: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .smaller-input input[type="date"][type=text],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .smaller-input input[type="time"][type=text],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .smaller-input input[type="datetime-local"][type=text],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .smaller-input input[type="month"][type=text],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .smaller-input input.form-control-static[type=text], .smaller-input select.form-control-static, .smaller-input button.form-control-static {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .smaller-input input[type=text], .smaller-input select, .smaller-input button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .smaller-input select {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.smaller-input select[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .smaller-input input[type=text] + .form-control-feedback, .smaller-input select + .form-control-feedback, .smaller-input button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.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: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.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: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.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: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@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: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #029cae;
  border-color: #028595; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #016f7c;
    border-color: #001417; }
  .btn-primary:hover {
    color: #fff;
    background-color: #016f7c;
    border-color: #014f58; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #016f7c;
    border-color: #014f58; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014f58;
      border-color: #001417; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #029cae;
    border-color: #028595; }
  .btn-primary .badge {
    color: #029cae;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #00954e;
  border-color: #007c41; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #006233;
    border-color: black; }
  .btn-success:hover {
    color: #fff;
    background-color: #006233;
    border-color: #003e21; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006233;
    border-color: #003e21; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #003e21;
      border-color: black; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #00954e;
    border-color: #007c41; }
  .btn-success .badge {
    color: #00954e;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5387bd;
  border-color: #447ab2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #3d6ea0;
    border-color: #213b56; }
  .btn-info:hover {
    color: #fff;
    background-color: #3d6ea0;
    border-color: #335c86; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3d6ea0;
    border-color: #335c86; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #335c86;
      border-color: #213b56; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5387bd;
    border-color: #447ab2; }
  .btn-info .badge {
    color: #5387bd;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #e37a2b;
  border-color: #d86d1d; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c1621a;
    border-color: #67340e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c1621a;
    border-color: #a25215; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c1621a;
    border-color: #a25215; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a25215;
      border-color: #67340e; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #e37a2b;
    border-color: #d86d1d; }
  .btn-warning .badge {
    color: #e37a2b;
    background-color: #fff; }

.btn-danger {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-danger:focus, .btn-danger.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-danger:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-danger .badge {
    color: #fff;
    background-color: #333; }

.btn-link {
  color: #029cae;
  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; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #015862;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.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; }
  .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: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px 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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5387bd; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.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: 12px;
  line-height: 1.42857143;
  color: #777777;
  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: 4px dashed;
  border-bottom: 4px 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 {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px; }

.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .smaller-input input.input-group-addon[type=text], .smaller-input select.input-group-addon, .smaller-input button.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .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:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .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: #eeeeee;
    border-color: #029cae; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #fff;
    background-color: #5387bd; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.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: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @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: 20px; }
        .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: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .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; } }
  @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; } }

.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #5C5C5C; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #434242;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #5C5C5C; }
  .navbar-default .navbar-nav > li > a {
    color: #5C5C5C; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #FFFFFF;
      background-color: #029cae; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #029cae; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #666666; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #000000; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #333333; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #029cae;
    color: #FFFFFF; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #5C5C5C; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFFFFF;
        background-color: #029cae; }
    .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: #FFFFFF;
      background-color: #029cae; }
    .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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #5C5C5C; }
    .navbar-default .navbar-link:hover {
      color: #FFFFFF; }
  .navbar-default .btn-link {
    color: #5C5C5C; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #FFFFFF; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .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: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .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: #090909; }
    .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: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857143;
      text-decoration: none;
      color: #029cae;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #015862;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #5387bd;
    border-color: #5387bd;
    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: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .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: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #029cae; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #016f7c; }

.label-success {
  background-color: #00954e; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #006233; }

.label-info {
  background-color: #5387bd; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #3d6ea0; }

.label-warning {
  background-color: #e37a2b; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #c1621a; }

.label-danger {
  background-color: #cc0b31; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #9c0825; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #029cae;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.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: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .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: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #029cae; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #029cae;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.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; }

.progress-bar-success {
  background-color: #00954e; }
  .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: #5387bd; }
  .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: #e37a2b; }
  .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: #cc0b31; }
  .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: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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: #fff;
  background-color: #5387bd;
  border-color: #5387bd; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: #e6eef6; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  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, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.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: 3px;
    border-top-left-radius: 3px; }
  .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: 3px;
    border-bottom-left-radius: 3px; }

.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: 3px;
  border-top-left-radius: 3px; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 3px; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .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: #029cae; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #029cae;
    border-color: #029cae; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #029cae; }
    .panel-primary > .panel-heading .badge {
      color: #029cae;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #029cae; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.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: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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.2);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.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.2); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.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.2); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    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; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      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;
        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%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  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;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .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 {
  content: " ";
  display: table; }

.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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; } }

/*! angularjs-slider - v6.1.1 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2017-03-29 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rzslider.with-legend {
  margin-bottom: 40px; }

.rzslider[disabled] {
  cursor: not-allowed; }

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3; }

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed; }

.rzslider[disabled] .rz-selection {
  background: #8b91a2; }

.rzslider[disabled] .rz-tick {
  cursor: not-allowed; }

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2; }

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box; }

.rzslider .rz-draggable {
  cursor: move; }

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px; }

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px; }

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px; }

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: ''; }

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff; }

.rzslider .rz-pointer.rz-active {
  z-index: 4; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff; }

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default; }

.rzslider .rz-bubble.rz-limit {
  color: #55637d; }

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box; }

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -32px; }

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%; }

.rzslider .rz-tick.rz-selected {
  background: #0db9f0; }

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline; }

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px; }

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%; }

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important; }

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px; }

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%; }

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle; }

.rzslider.rz-vertical .rz-tick-value {
  top: initial;
  left: 24px;
  -webkit-transform: translate(0, -28%);
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-tick-legend {
  top: initial;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  -webkit-transform: translate(0, -28%);
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: initial;
  left: initial; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJ6c2xpZGVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O2NBR2M7QUFDZDtFQUNFLG1CQUFtQjtFQUNuQixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFlBQVk7RUFDWixzQkFBc0I7RUFDdEIsdUJBQXVCO0VBQ3ZCLDBCQUFrQjtLQUFsQix1QkFBa0I7TUFBbEIsc0JBQWtCO1VBQWxCLGtCQUFrQjtDQUNuQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtFQUNwQiwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsc0JBQXNCO0VBQ3RCLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixrQkFBa0I7RUFDbEIsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0UsYUFBYTtDQUNkOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osWUFBWTtFQUNaLG9CQUFvQjtFQUdaLG1CQUFtQjtDQUM1Qjs7QUFFRDtFQUNFLFdBQVc7RUFDWCxvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixhQUFhO0VBQ2IsZ0JBQWdCO0VBQ2hCLDBCQUEwQjtFQUdsQixvQkFBb0I7Q0FDN0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLFdBQVc7RUFDWCxXQUFXO0VBQ1gsWUFBWTtFQUNaLG9CQUFvQjtFQUdaLG1CQUFtQjtFQUMzQixZQUFZO0NBQ2I7O0FBRUQ7RUFDRSwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxXQUFXO0NBQ1o7O0FBRUQ7RUFDRSwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxhQUFhO0VBQ2IsaUJBQWlCO0VBQ2pCLGVBQWU7RUFDZixnQkFBZ0I7Q0FDakI7O0FBRUQ7RUFDRSxlQUFlO0NBQ2hCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixRQUFRO0VBQ1IsV0FBVztFQUNYLFlBQVk7RUFDWixVQUFVO0VBQ1YsVUFBVTtFQUNWLGlCQUFpQjtFQUNqQix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxhQUFhO0VBQ2IsY0FBYztDQUNmOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLE9BQU87RUFDUCxRQUFRO0VBQ1IsWUFBWTtFQUNaLGFBQWE7RUFDYixrQkFBa0I7RUFDbEIsbUJBQW1CO0VBQ25CLGdCQUFnQjtFQUNoQixvQkFBb0I7RUFDcEIsbUJBQW1CO0NBQ3BCOztBQUVEO0VBQ0Usb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCxzQ0FBOEI7VUFBOUIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLHNDQUE4QjtVQUE5Qiw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsV0FBVztFQUNYLGFBQWE7RUFDYixXQUFXO0VBQ1gsZUFBZTtFQUNmLHlCQUF5QjtDQUMxQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFFBQVE7RUFDUixZQUFZO0VBQ1osYUFBYTtFQUNiLG9CQUFvQjtFQUNwQixvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsV0FBVztFQUNYLFdBQVc7RUFDWCxhQUFhO0NBQ2Q7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsVUFBVTtFQUNWLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixzQkFBc0I7RUFDdEIsaUJBQWlCO0NBQ2xCOztBQUVEO0VBQ0UsT0FBTztFQUNQLFdBQVc7RUFDWCxXQUFXO0VBQ1gsU0FBUztFQUNULGFBQWE7Q0FDZDs7QUFFRDtFQUNFLGlCQUFpQjtFQUNqQixrQkFBa0I7RUFDbEIsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0UsYUFBYTtFQUNiLFdBQVc7RUFDWCxzQ0FBOEI7VUFBOUIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsYUFBYTtFQUNiLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLHNDQUE4QjtVQUE5Qiw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osZ0JBQWdCO0VBQ2hCLGNBQWM7Q0FDZiIsImZpbGUiOiJyenNsaWRlci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIvKiEgYW5ndWxhcmpzLXNsaWRlciAtIHY2LjEuMSAtIFxuIChjKSBSYWZhbCBaYWphYyA8cnphamFjQGdtYWlsLmNvbT4sIFZhbGVudGluIEhlcnZpZXUgPHZhbGVudGluQGhlcnZpZXUubWU+LCBKdXNzaSBTYWFyaXZpcnRhIDxqdXNhc2lAZ21haWwuY29tPiwgQW5nZWxpbiBTaXJidSA8YW5nZWxpbi5zaXJidUBnbWFpbC5jb20+IC0gXG4gaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXItc2xpZGVyL2FuZ3VsYXJqcy1zbGlkZXIgLSBcbiAyMDE3LTAzLTI5ICovXG4ucnpzbGlkZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBtYXJnaW46IDM1cHggMCAxNXB4IDA7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHVzZXItc2VsZWN0OiBub25lO1xufVxuXG4ucnpzbGlkZXIud2l0aC1sZWdlbmQge1xuICBtYXJnaW4tYm90dG9tOiA0MHB4O1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotcG9pbnRlciB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNkOGUwZjM7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LWRyYWdnYWJsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXNlbGVjdGlvbiB7XG4gIGJhY2tncm91bmQ6ICM4YjkxYTI7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXRpY2sge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei10aWNrLnJ6LXNlbGVjdGVkIHtcbiAgYmFja2dyb3VuZDogIzhiOTFhMjtcbn1cblxuLnJ6c2xpZGVyIHNwYW4ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXNlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDMycHg7XG4gIHBhZGRpbmctdG9wOiAxNnB4O1xuICBtYXJnaW4tdG9wOiAtMTZweDtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbn1cblxuLnJ6c2xpZGVyIC5yei1kcmFnZ2FibGUge1xuICBjdXJzb3I6IG1vdmU7XG59XG5cbi5yenNsaWRlciAucnotYmFyIHtcbiAgbGVmdDogMDtcbiAgei1pbmRleDogMTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDJweDtcbiAgICAgLW1vei1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXNlbGVjdGlvbiB7XG4gIHotaW5kZXg6IDI7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDJweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAycHg7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlciB7XG4gIHRvcDogLTE0cHg7XG4gIHotaW5kZXg6IDM7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAxNnB4O1xuICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMTZweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyOmFmdGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDEycHg7XG4gIGxlZnQ6IDEycHg7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBiYWNrZ3JvdW5kOiAjZmZmZmZmO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgLW1vei1ib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogNHB4O1xuICBjb250ZW50OiAnJztcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyOmhvdmVyOmFmdGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyLnJ6LWFjdGl2ZSB7XG4gIHotaW5kZXg6IDQ7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlci5yei1hY3RpdmU6YWZ0ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNDUxYWZmO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMTZweDtcbiAgcGFkZGluZzogMXB4IDNweDtcbiAgY29sb3I6ICM1NTYzN2Q7XG4gIGN1cnNvcjogZGVmYXVsdDtcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUucnotbGltaXQge1xuICBjb2xvcjogIzU1NjM3ZDtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtM3B4O1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAwO1xuICBtYXJnaW46IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBpbml0aWFsO1xuICBib3R0b206IC0zMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2sge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwcHg7XG4gIGhlaWdodDogMTBweDtcbiAgbWFyZ2luLWxlZnQ6IDExcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG59XG5cbi5yenNsaWRlciAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG59XG5cbi5yenNsaWRlciAucnotdGljay12YWx1ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMzBweDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMCk7XG59XG5cbi5yenNsaWRlciAucnotdGljay1sZWdlbmQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMjRweDtcbiAgbWF4LXdpZHRoOiA1MHB4O1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMCAyMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyLXdyYXBwZXIge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDAgMCAwIDE2cHg7XG4gIG1hcmdpbjogMCAwIDAgLTE2cHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiBhdXRvO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotcG9pbnRlciB7XG4gIHRvcDogYXV0bztcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAtMTRweCAhaW1wb3J0YW50O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMTZweCAhaW1wb3J0YW50O1xuICBtYXJnaW4tbGVmdDogM3B4O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2tzIHtcbiAgdG9wOiAwO1xuICBsZWZ0OiAtM3B4O1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2sge1xuICBtYXJnaW4tdG9wOiAxMXB4O1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBpbml0aWFsO1xuICBsZWZ0OiAyNHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLWxlZ2VuZCB7XG4gIHRvcDogaW5pdGlhbDtcbiAgcmlnaHQ6IDI0cHg7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTI4JSk7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcmlnaHQ6IDI0cHg7XG4gIGJvdHRvbTogaW5pdGlhbDtcbiAgbGVmdDogaW5pdGlhbDtcbn0iXX0= */
/* START COMMON PORTAL LAYOUT STYLES */
a {
  cursor: pointer; }

/*START HEADLINE STYLES*/
h1, h2, h3, h4, h5 {
  font-family: Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

/*START FONT-SIZE ADJUSTMENTS FOR TAHOMA FONT*/
h1, .h1 {
  font-size: 44px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

.h4-pdf-24-icon {
  margin-top: -10px; }

.modal-title {
  font-size: 23px; }

/*END FONT-SIZE ADJUSTMENTS FOR TAHOMA FONT*/
/*END HEADLINE STYLES*/
body {
  /*background-color:#272727;*/
  /*FIXED HEADER OFFSET*/
  /*padding-top:75px;*/ }

.text-left-important {
  text-align: left !important; }

.white-bg {
  background: #ffffff; }

.transaction-status {
  font-size: 14px;
  font-weight: normal; }

.progress-loader {
  background: #FFFFFF;
  background-image: url("../images/progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 120px;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  z-index: 999; }

input[type=text]::-ms-clear {
  display: none; }

input[type=decimal]::-ms-clear {
  display: none; }

/*START STYLE MULTISELECT COMPONENT*/
.multiselect {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.multiselect-container label {
  color: #555555; }

.multiselect-container li.active label {
  color: #FFFFFF !important; }

/*START STYLE MULTISELECT COMPONENT*/
.clear {
  clear: both; }

.navbar {
  margin-bottom: 0px; }

.main-content {
  background-color: #FFFFFF;
  padding-bottom: 50px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.header-offset {
  /*height:74px;*/ }

.page-title h2, .page-title h3 {
  margin-bottom: 0px; }

.page-title h3 {
  margin-bottom: 5px; }

.login-title h2 {
  margin-bottom: 10px; }

.well-wrap {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3; }

.wrap-border {
  border-bottom: 1px solid #e3e3e3; }

.row-5-gutter {
  margin-left: -5px;
  margin-right: -5px; }

.col-5-gutter {
  padding-left: 5px;
  padding-right: 5px; }

.row-10-gutter {
  margin-left: -10px;
  margin-right: -10px; }

.col-10-gutter {
  padding-left: 10px;
  padding-right: 10px; }

.well {
  /*background: rgba(255, 255, 255, 1.0);*/
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 10px; }

.panel-heading {
  padding: 10px; }

.panel-body {
  padding: 10px; }

.panel-footer {
  padding: 10px; }

/*WE SHOULD COME UP WITH A BETTER SCOPING CLASS FOR SEARCH SCREENS INSTEAD OF USING THE GENERIC #ACCORDIONSET1 ID*/
#accordionSet1 .panel-body {
  padding: 10px; }

/*WE SHOULD COME UP WITH A BETTER SCOPING CLASS FOR SEARCH SCREENS INSTEAD OF USING THE GENERIC #ACCORDIONSET1 ID*/
label {
  margin-bottom: 3px; }

label > small {
  color: #999999; }

label.search-warning small, .search-warning, .search-warning small {
  color: #cc0b31 !important; }

img {
  border: 0 none !important; }

/*FIX ALIGNMENT OF FORM SECTION HEADERS*/
h4, h5 {
  margin-top: 15px;
  margin-bottom: 5px; }

/*FIX ALIGNMENT OF FORM SECTION HEADERS*/
#party-row-1 button, #party-row-2 button, #additional-parties button, .lookup_button, .enlarge_btn {
  margin-bottom: 3px; }

.btn-enlarge {
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 0px; }

.infin-well {
  margin-bottom: -1000px;
  padding-bottom: 1000px; }

/* START Remove Default Bold from Twitter Bootstrap */
legend {
  font-size: 14px;
  font-weight: 700; }

label {
  font-size: 14px;
  font-weight: 400; }

/* END Remove Default Bold from Twitter Bootstrap */
label.section-help {
  margin-top: 17px; }

.text-black {
  color: #000000; }

.text-static {
  color: #999999; }

.text-top {
  vertical-align: top; }

.text-bottom {
  vertical-align: bottom; }

.break-words > tbody > tr > td {
  word-break: break-word; }

.addPartySectBorder {
  border-radius: 0px;
  border: 0px; }

.panel-clickable {
  border: 1px solid #e3e3e3;
  cursor: pointer; }

/*START REDUCE FORM-GROUP BOTTOM MARGIN*/
.form-group {
  margin-bottom: 0px; }

/*END REDUCE FORM-GROUP BOTTOM MARGIN*/
/*START HOVER STATE GLOW EFFECT FOR FORM FIELDS*/
.hoverHighlight {
  border-color: #5387bd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 135, 189, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(83, 135, 189, 0.6); }

/*GRAY HOVER COLOR WORKS WITH ALL SITES - INCLUDING WHITE LABEL SITES*/
.form-control:not(:focus):hover:enabled {
  border-color: #bbbbbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1); }

/*FORM FIELD VALIDATION HOVER STATES - MUST UPDATE FOR WHITE LABEL SITES IF VALIDATION STATES ARE CUSTOMIZED*/
/*copy styles from 'bootstrap.css' > '.has-error .form-control:focus' class*/
.has-error .form-control:not(:focus):hover:enabled {
  border-color: #843534; }

/*copy styles from 'bootstrap.css' > '.has-success .form-control:focus' class*/
.has-success .form-control:not(:focus):hover:enabled {
  border-color: #2b542c; }

/*copy styles from 'bootstrap.css' > '.has-warning .form-control:focus' class*/
.has-warning .form-control:not(:focus):hover:enabled {
  border-color: #66512c; }

/*END HOVER STATE GLOW EFFECT FOR FORM FIELDS*/
/* START INTTRA BTN-COMPLETE */
.btn-complete {
  color: #FFFFFF;
  background-color: #79b54e;
  border-color: #5d8f45; }

.btn-complete:hover, .btn-complete:focus, .btn-complete:active, .btn-complete.active, .open .dropdown-toggle.btn-complete {
  color: #FFFFFF;
  /*background-color: #669a40;*/
  background-color: #42a62a;
  border-color: #41693d; }

.btn-complete:active, .btn-complete.active, .open .dropdown-toggle.btn-complete {
  background-image: none; }

.btn-complete.disabled, .btn-complete[disabled], fieldset[disabled] .btn-complete, .btn-complete.disabled:hover, .btn-complete[disabled]:hover, fieldset[disabled] .btn-complete:hover, .btn-complete.disabled:focus, .btn-complete[disabled]:focus, fieldset[disabled] .btn-complete:focus, .btn-complete.disabled:active, .btn-complete[disabled]:active, fieldset[disabled] .btn-complete:active, .btn-complete.disabled.active, .btn-complete[disabled].active, fieldset[disabled] .btn-complete.active {
  background-color: #79b54e;
  border-color: #5d8f45; }

.btn-complete .badge {
  color: #79b54e;
  background-color: #FFFFFF; }

/* END INTTRA BTN-COMPLETE */
/* START INTTRA BTN-ERROR */
.btn-error {
  color: #FFFFFF;
  background-color: #cc0b31;
  border-color: #7a071d; }

.btn-error:hover, .btn-error:focus, .btn-error:active, .btn-error.active, .open .dropdown-toggle.btn-error {
  color: #FFFFFF;
  background-color: #a70928;
  border-color: #5f0617; }

.btn-error:active, .btn-error.active, .open .dropdown-toggle.btn-error {
  background-image: none; }

.btn-error.disabled, .btn-error[disabled], fieldset[disabled] .btn-error, .btn-error.disabled:hover, .btn-error[disabled]:hover, fieldset[disabled] .btn-error:hover, .btn-error.disabled:focus, .btn-error[disabled]:focus, fieldset[disabled] .btn-error:focus, .btn-error.disabled:active, .btn-error[disabled]:active, fieldset[disabled] .btn-error:active, .btn-error.disabled.active, .btn-error[disabled].active, fieldset[disabled] .btn-error.active {
  background-color: #cc0b31;
  border-color: #7a071d; }

.btn-error .badge {
  color: #cc0b31;
  background-color: #FFFFFF; }

/* END INTTRA BTN-ERROR */
/*START GLOW TRANSITION EFFECT BUTTONS*/
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #cc0b31;
  border-color: #7a071d; }

.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover i,
.btn-danger[disabled]:hover i,
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  color: #333333; }

.btn-danger:hover i, .btn-danger:focus i, .btn-danger:active i, .btn-danger.active i, .open .dropdown-toggle.btn-danger i {
  color: #FFFFFF; }

.btn-default, .btn-primary, .btn-info, .btn-success, .btn-warning, .btn-danger, .btn-complete, .btn-error {
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  -moz-transition: background-color .3s ease, border-color .3s ease;
  -o-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease; }

/*END GLOW TRANSITION EFFECT BUTTONS*/
.party-block {
  height: 250px; }

.required .glyphicon-asterisk {
  color: #e37a2b;
  vertical-align: text-top;
  display: inline;
  font-size: 7px; }

.form-title {
  padding-left: 0px; }

.form-title h4 {
  margin-top: 15px;
  margin-bottom: 5px; }

.formcolor {
  background-color: #f5f5f5;
  border: 2px solid #cccccc; }

.custom-combobox-toggle {
  -moz-box-sizing: border-box;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  bottom: 0;
  height: 30px;
  margin-left: -1px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 0;
  width: 30px; }

.list-arrow {
  background-image: url("../images/list-arrow.png");
  background-position: center center;
  background-repeat: no-repeat; }

.ta-partyName {
  resize: none;
  min-height: 48px;
  max-height: 48px; }

.ta-partyAddress {
  resize: none;
  min-height: 85px; }

.ta-partyStreet {
  resize: none;
  min-height: 85px; }

.ta-cargoDesc {
  resize: none;
  min-height: 68px; }

.ta-ncm-codes {
  resize: none;
  min-height: 68px; }

.ta-marks-nums {
  resize: none;
  min-height: 68px; }

.ta-enlarge {
  resize: none;
  min-height: 200px; }

.addl-parties {
  background-color: #dddddd;
  border: 2px solid #cccccc; }

.alert {
  margin-bottom: 10px;
  padding: 10px; }

.alerts-panel {
  margin-bottom: 0px; }

.alert-container {
  padding: 10px;
  padding-top: 8px;
  min-height: 0%;
  /*IE9 Fix*/
  max-height: 191px;
  overflow: auto; }

.alert-container .alert {
  margin-bottom: 8px;
  padding: 8px; }

.server-msg {
  padding-right: 5px;
  font-weight: normal; }

.error-count {
  padding-right: 10px; }

.mainform-buttons {
  padding-top: 0px;
  padding-left: 0px; }

/* START BOOTBOX Z-INDEX */
div.bootbox.modal.fade.in {
  z-index: 1090; }

div.bootbox.modal.fade.in + .modal-backdrop.fade.in {
  z-index: 1089; }

/* END BOOTBOX Z-INDEX */
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* START INTTRA BRAND COLORS */
.inttra-gray {
  background-color: #e4e0de; }

.inttra-orange {
  background-color: #e37a2b; }

.inttra-purple {
  background-color: #682b73; }

.inttra-blue {
  background-color: #5387bd; }

.inttra-teal {
  background-color: #029cae; }

.inttra-green {
  background-color: #84bc48; }

.inttra-darkgreen {
  background-color: #00954e; }

.inttra-yellow {
  background-color: #f4b23f; }

.inttra-red {
  background-color: #cc0b31; }

.inttra-darkpurple {
  background-color: #2b286b; }

.inttra-gray-txt {
  color: #e4e0de; }

.inttra-orange-txt {
  color: #e37a2b; }

.inttra-purple-txt {
  color: #682b73; }

.inttra-blue-txt {
  color: #5387bd; }

.inttra-teal-txt {
  color: #029cae; }

.inttra-green-txt {
  color: #84bc48; }

.inttra-darkgreen-txt {
  color: #00954e; }

.inttra-yellow-txt {
  color: #f4b23f; }

.inttra-red-txt {
  color: #cc0b31; }

.inttra-darkpurple-txt {
  color: #2b286b; }

.dark-gray-txt {
  color: #888888; }

/* END INTTRA BRAND COLORS */
/* START SCOPED INTTRA HEADER STYLES */
/* START STYLES FOR RESPONSIVE NAVBAR TOGGLE */
#inttra-header .navbar-default .navbar-toggle {
  border-color: #666666; }

#inttra-header .navbar {
  min-height: 70px !important; }

.navbar-collapse {
  /*max-height: 400px;*/ }

#inttra-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #666666; }

#inttra-header .navbar-default .navbar-toggle:hover {
  border-color: #000000;
  background-color: #ddd; }

#inttra-header .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #333333; }

/* END STYLES FOR RESPONSIVE NAVBAR TOGGLE */
#inttra-header .navbar {
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
  /*-moz-box-shadow: 0 0 9x #666666;
	 -webkit-box-shadow: 0 0 9px #666666;
	 box-shadow: 0 0 9px #666666;*/ }

#inttra-header .navbar-default {
  background: #FFFFFF; }

#inttra-header .navbar-nav > li > a {
  margin-top: 11px !important;
  padding-top: 9px !important;
  padding-bottom: 3px !important; }

.glyphicon.glyphicon-home {
  top: 0px; }

.img-rounded {
  border-radius: 4px; }

/* STYLE ACTIVE NAVBAR LINKS */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #029cae;
  color: #FFFFFF; }

/* STYLE ACTIVE NAVBAR LINKS */
/*STYLE HOVER NAVBAR LINKS*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
  background-color: #029cae;
  color: #FFFFFF; }

/*STYLE HOVER NAVBAR LINKS BOLD*/
/*STYLE OPEN NAVBAR LINKS*/
/*STYLE OPEN NAVBAR LINKS*/
/*STYLE DROPDOWN HEADERS*/
.dropdown-header {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 0px;
  white-space: nowrap; }

/*STYLE DROPDOWN HEADERS*/
.cobrand-sm {
  padding-right: 15px; }

#inttra-header .navbar .navbar-brand {
  position: relative;
  left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 41px !important; }

/*MAIN NAV MENU PADDING*/
#inttra-header .nav > li > a {
  padding: 10px 13px; }

/*MAIN NAV MENU PADDING*/
/* END SCOPED INTTRA HEADER STYLES */
.dropdown .caret {
  margin-left: 5px;
  margin-top: -2px;
  border-style: solid solid dotted;
  border-width: 6px 4px 0; }

.make-inline {
  display: inline; }

.make-inline-block {
  display: inline-block; }

.utility-menu {
  min-height: 26px; }

.utility-menu .dropdown a {
  font-size: 12px !important; }

#inttra-header .utility-menu .navbar-nav > li > a {
  margin-top: 0px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.user-company {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  font-weight: bold; }

.user-location {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -5px;
  margin-bottom: 5px;
  white-space: nowrap; }

.logo-norm {
  padding-top: 0px;
  padding-right: 0px; }

.logo-xs {
  padding-top: 0px;
  padding-right: 0px; }

.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.favMsg {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in; }

.copy-icon {
  background-image: url(../images/copy_icon.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 15px; }

.glyphicon-group-black {
  background-image: url(../images/glyphicon-group-black.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 14px; }

.glyphicon-group-white {
  background-image: url(../images/glyphicon-group-white.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 14px; }

footer {
  background-color: #272727;
  min-height: 180px; }

.copyright {
  color: #959595;
  margin-top: 8px; }

.footer-links, .footer-links a:link, .footer-links a:visited, .footer-links a:active {
  color: #959595; }

.footer-links a:hover {
  color: #029EAD; }

/* START DATATABLES CSS */
.dataTables_filter {
  white-space: nowrap; }

.dataTables_filter input {
  /*width: 200px;*/
  white-space: nowrap; }

.datatable_mypartners {
  background-color: #FFFFFF; }

.datatable_mypartners tbody td {
  cursor: pointer !important; }

.datatable_medium {
  min-width: 1170px;
  white-space: nowrap; }

.datatable_small {
  min-width: 400px;
  white-space: nowrap; }

div.dataTables_scrollBody {
  min-height: 0%; }

.datatable tbody td {
  cursor: default; }

.dttable_wrapper {
  height: 100%; }

/*COMMENT OUT DUE TO ISSUES WITH COLUMN HEADER ALIGNMENT
 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
 padding-right: 20px;
 }*/
/* END DATATABLES CSS */
/* START VALIDATION CSS */
.has-error .help-block {
  background: url("../images/error_icon.png") no-repeat 0px 2px;
  padding-left: 17px; }

.error-quantity {
  width: 97px; }

/* END VALIDATION CSS */
.submission-progress {
  margin-top: 14px; }

.submission-progress ul.nav-pills li a {
  padding-left: 0px;
  padding-right: 20px;
  background-color: transparent;
  cursor: default; }

.submission-progress .nav-pills a:hover {
  background-color: transparent;
  cursor: default; }

.submission-progress ul.nav-pills li {
  padding: 5px 20px 5px 0;
  background-color: transparent;
  color: #333333; }

.submission-progress ul.nav-pills li.active {
  color: #555555;
  font-weight: bold; }

.submission-progress ul.nav-pills li.disabled {
  color: #999999; }

.yes-icon {
  background: url("../../common/images/yes_icon.png") no-repeat scroll right top;
  display: inline-block;
  height: 30px;
  width: 30px; }

.no-icon {
  background: url("../../common/images/no_icon.png") no-repeat scroll right top;
  display: inline-block;
  height: 30px;
  width: 30px; }

/*CREATE UL/LI BULLET LISTS USING GLYPHICONS*/
.icon-list li {
  padding: 0 0 0px 19px;
  display: block;
  position: relative; }

.icon-list li:before {
  font-family: 'Glyphicons Halflings';
  color: #31708f;
  position: absolute;
  left: 0px;
  top: -1px; }

.icon-list-sm li {
  padding: 0 0 0px 15px;
  display: block;
  position: relative; }

.icon-list-sm li:before {
  font-family: 'Glyphicons Halflings';
  color: #31708f;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 80%; }

.chevron-right li:before {
  content: '\e080'; }

.checkmark li:before {
  content: '\e067'; }

.info-sign li:before {
  content: "\e086"; }

.arrow-right li:before {
  content: '\e092'; }

/*CREATE UL/LI BULLET LISTS USING GLYPHICONS*/
.submission-progress .label.label-norm {
  border-radius: 0 0 0 0;
  font-size: 120%;
  margin-right: 7px;
  padding: 0.2em 0.4em 0.3em; }

/* END COMMON PORTAL LAYOUT STYLES */
/* START UNIVERSAL LAYOUT HELPER CLASSES*/
.center-image {
  float: none;
  margin: 0 auto; }

.clr-margin {
  margin: 0px; }

.clr-marg-top {
  margin-top: 0px; }

.clr-marg-rt {
  margin-right: 0px; }

.clr-marg-bot {
  margin-bottom: 0px; }

table.table.clr-marg-bot {
  margin-bottom: 0px !important; }

.table-nonfluid {
  width: auto !important; }

.clr-marg-lt {
  margin-left: 0px; }

.clr-padding {
  padding: 0px; }

.clr-pad-top {
  padding-top: 0px; }

.clr-pad-rt {
  padding-right: 0px; }

.clr-pad-bot {
  padding-bottom: 0px; }

.clr-pad-lt {
  padding-left: 0px; }

.clr-pad-ltrt {
  padding-left: 0px;
  padding-right: 0px; }

.clr-bord-lt {
  border-left-color: transparent; }

.clr-bord-rt {
  border-right-color: transparent; }

.clr-bord-ltrt {
  border-left-color: transparent;
  border-right-color: transparent; }

.field-stretch {
  width: 100% !important; }

.float-left {
  float: left; }

/* OVERRIDE JQUERY VALIDATION DEFAULT MARGIN */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #a94442; }

/* OVERRIDE JQUERY VALIDATION DEFAULT MARGIN */
.ht40 {
  height: 40px; }

.ht50 {
  height: 50px; }

.ht75 {
  height: 75px; }

.ht80 {
  height: 100px; }

.ht100 {
  height: 100px; }

.ht125 {
  height: 125px; }

.ht200 {
  height: 200px; }

.ht260 {
  height: 260px; }

.ht280 {
  height: 280px; }

.ht300 {
  height: 300px; }

.icon-link-pad {
  margin-right: 2px; }

.icon-link-pad-left {
  margin-left: 2px; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-not-allowed {
  cursor: not-allowed !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

/*START STYLING SEARCH PANEL BAR*/
.searchPanel {
  cursor: pointer;
  -webkit-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.searchPanel:hover, .searchPanel:focus, .searchPanel:active {
  border-color: #cccccc;
  background-color: #eeeeee; }

/*END STYLING SEARCH PANEL BAR*/
.normal-cobrand-logo {
  margin-right: -15px; }

.pushdown1 {
  margin-top: 1px; }

.pushdown2 {
  margin-top: 2px; }

.pushdown3 {
  margin-top: 3px; }

.pushdown4 {
  margin-top: 4px; }

.pushdown5 {
  margin-top: 5px; }

.pushdown6 {
  margin-top: 6px; }

.pushdown7 {
  margin-top: 7px; }

.pushdown8 {
  margin-top: 8px; }

.pushdown9 {
  margin-top: 9px; }

.pushdown10 {
  margin-top: 10px; }

.pushdown15 {
  margin-top: 15px; }

.pushdown19 {
  margin-top: 19px; }

.pushdown20 {
  margin-top: 20px; }

.pushdown25 {
  margin-top: 25px; }

.pushdown26 {
  margin-top: 26px; }

.pushdown28 {
  margin-top: 28px; }

.pushdown30 {
  margin-top: 30px; }

.pushdown35 {
  margin-top: 35px; }

.pushdown40 {
  margin-top: 40px; }

.pushdown45 {
  margin-top: 45px; }

.pushdown50 {
  margin-top: 50px; }

.pushdown60 {
  margin-top: 60px; }

.pushbottom15 {
  margin-bottom: 15px; }

.pushbottom20 {
  margin-bottom: 20px; }

.td-nowrap {
  white-space: nowrap; }

.remove-border-radius {
  border-radius: 0px; }

.remove-border {
  border: 0px; }

.center-image {
  float: none;
  margin: 0 auto; }

.table-align-rt {
  text-align: right; }

.tableOverflow {
  overflow-x: auto;
  overflow-y: visible; }

/*
 .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 none;
 }
 .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;
 }*/
.datatable_history tr:hover, .dropdown-menu tr:focus {
  background-color: #f5f5f5; }

.datatable_history tbody td, .dropdown-menu tbody td {
  cursor: pointer; }

.datatable_history thead tr:hover, .dropdown-menu thead tr:focus {
  background-color: #FFFFFF; }

#favoriteSearchTable > tbody > tr:hover > td, #favoriteCargoSearchTable > tbody > tr:hover > td, #favoriteMarksSearchTable > tbody > tr:hover > td, #partySearchTable_wrapper > tbody > tr:hover > td {
  background-color: #f5f5f5; }

.datatable > tbody > tr:hover > td {
  background-color: #f5f5f5; }

.highlightRow {
  background-color: #FFD9B4; }

.icon-delete {
  color: #CC0B31; }

.width-100pc {
  width: 100%; }

.width-70pc {
  width: 70%; }

.width-50pc {
  width: 50%; }

.width-250 {
  width: 250px; }

.modal-open-cust {
  overflow: hidden;
  /*position: fixed;*/ }

.modal-open-cust .modal {
  overflow-x: hidden;
  overflow-y: auto; }

body.modal-open {
  overflow: hidden;
  /*position: fixed;*/ }

/* END UNIVERSAL LAYOUT HELPER CLASSES*/
/*STARTS DATATABLE ROW-COL HIGHLIGHTING*/
.sorting_1 {
  /*Column sorting*/
  /*background: transparent !important;
	 opacity:0.8;
	 filter: alpha(opacity=80);*/ }

tr.active td.sorting_1 {
  /*Column sorting*/
  background: #5387bd !important; }

tr.active td a {
  color: #FFFFFF; }

.highlight {
  /*Mouse hover*/
  background: #f5f5f5 !important; }

.highlighted {
  /*Checkbox or Radio button activated*/
  background: #5387bd !important;
  color: #FFFFFF !important; }

.highlighted a {
  color: #FFFFFF !important; }

.highlighted td {
  background: none repeat scroll 0 0 #5387bd !important;
  color: #FFFFFF !important; }

/*END DATATABLE ROW-COL HIGHLIGHTING*/
/*START CALENDAR*/
.uib-datepicker .btn-default .text-info {
  font-weight: bold;
  color: #029cae; }

.uib-datepicker .btn-info.active .text-info, .uib-datepicker .btn-info .text-muted {
  font-weight: bold;
  color: #ffffff; }

.uib-datepicker .active .text-info {
  font-weight: bold; }

/*END CALENDAR*/
/* START PRINT UTILITIES  CLASSES*/
.visible-print {
  display: none !important; }

.table-fixed-print {
  table-layout: fixed;
  margin-top: 1px; }

.table-fixed-print th, .table-fixed-print td {
  word-wrap: break-word; }

.filter-nav {
  float: right;
  margin-bottom: 12px; }

.filter-nav input {
  margin-top: 10px; }

.slectR {
  margin: 10px 0 10px -5px; }

.slectR select {
  margin: 0px 7px; }

.page-max-w {
  overflow-x: scroll;
  width: 100%; }

.page-max-w table thead th, td {
  white-space: nowrap; }

.showcountpage span.pagination-info {
  line-height: 74px; }

/* END PRINT UTILITIES CLASSES*/
/* START TOP BORDER HIGHLIGHT & BOLD FOR ACTIVE TABS*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus {
  border-top-width: 0 !important;
  box-shadow: 0 -2px 0 #029cae;
  margin-top: 2px !important;
  margin-bottom: 0px !important;
  color: #333333;
  font-weight: bold; }

.nav-tabs > li > a {
  border-top-width: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 0px !important; }

.nav-tabs.nav-justified > li > a {
  border-top-width: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 0px !important; }

/* END TOP BORDER HIGHLIGHT AND BOLD FOR ACTIVE TABS*/
#reuseTrack-sect1 .btn, #reuseTrack-sect2 .btn {
  margin-top: 2px;
  margin-bottom: 2px; }

.submission-table {
  max-height: 223px;
  overflow: auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.submission-table th {
  border-top: 1px solid #FFFFFF !important; }

/*ATTACHMENTS BROWSE FILE*/
.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

/* Search Filter Text Box*/
.searchFilter {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.table-wrapper {
  width: 100%;
  overflow: auto; }

.table-wrapper table.table thead, .table-wrapper table.table tbody {
  white-space: nowrap; }

.table-wrapper table.table tbody tr:hover {
  background-color: #f5f5f5; }

.table-wrapper-table-row-selected, .table-wrapper table.table tbody tr.table-wrapper-table-row-selected:hover {
  background-color: #5387bd; }

.table-wrapper table.table tbody tr.table-wrapper-table-row-selected td, .table-wrapper table.table tbody tr.table-wrapper-table-row-selected td > a {
  color: #FFFFFF; }

.table-td-selected, #TlbFilter table.table tbody tr td.table-td-selected:hover {
  background-color: #5387bd; }

#TlbFilter table.table tbody tr td.table-td-selected a {
  color: #FFFFFF; }

.table-wrapper table.table tbody tr.table-wrapper-table-row-selected:hover, .table-wrapper-table-row-selected {
  background: #5387BD;
  color: #FFFFFF; }

.table-wrapper table.table tbody tr.table-wrapper-table-row-selected a {
  color: #FFFFFF; }

table.table thead tr th[st-sort].st-sort-ascent {
  background: url("../images/sort_asc.png") no-repeat center right;
  padding-right: 20px; }

table.table thead tr th[st-sort].st-sort-descent {
  background: url("../images/sort_desc.png") no-repeat center right;
  padding-right: 20px; }

table.table thead tr th[st-sort] {
  background: url("../images/sort_both.png") no-repeat center right;
  padding-right: 20px; }

table.table thead:hover {
  cursor: pointer; }

ul.col-vis-collection {
  list-style: none;
  padding: 8px 8px 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  margin: 0;
  border-radius: 0px; }

button.col-vis, ul.col-vis-collection li {
  padding: 0.1em 0.5em;
  float: none;
  margin-bottom: 4px;
  background: #ffffff;
  border: 1px solid #999;
  cursor: pointer;
  font-size: 0.88em;
  color: black !important;
  white-space: nowrap; }

.col-vis-special {
  background: linear-gradient(to bottom, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%) !important; }

button.col-vis {
  height: 30px;
  padding: 3px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%); }

.tooltip.restoreDef .tooltip-inner {
  max-width: 220px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  white-space: normal; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 180px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 180px; }

/* START MEDIA QUERY CLASSES */
@media (max-width: 767px) {
  /*ADD SOME MARGINS TO INLINE BUTTONS AT X-SMALL*/
  .btn {
    margin-top: 2px;
    margin-bottom: 2px; }
  /*EXCLUDE FROM MODAL FOOTER*/
  .modal-footer .btn {
    margin-top: 0px;
    margin-bottom: 0px; }
  /*EXCLUDE FROM MODAL FOOTER*/
  .input-group-btn .btn {
    margin-top: 0px;
    margin-bottom: 0px; }
  /*ADD SOME MARGINS TO INLINE BUTTONS AT X-SMALL*/
  #inttra-header .navbar {
    min-height: 50px !important; }
  .navbar-nav > li > a {
    margin-top: 0px !important; }
  #inttra-header .navbar-nav > li > a {
    margin-top: 0px !important; }
  .clr-pad-at-xs {
    padding-left: 0px;
    padding-right: 0px; }
  .fieldpad-lt-5-xs-sm {
    padding-left: 5px; }
  .footer-padding {
    padding-left: 15px;
    padding-right: 15px; }
  .nav-pills > li + li {
    margin-left: 0px; }
  label.section-help {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .clr-pad-at-sm {
    padding-left: 0px;
    padding-right: 0px; }
  .fieldpad-lt-5-xs-sm {
    padding-left: 5px; }
  /* START DEFINITION OF MODAL-XL CLASS */
  .modal-xl {
    width: 725px; }
  /* END DEFINITION OF MODAL-XL CLASS */ }

@media (min-width: 992px) {
  .clr-pad-at-xs {
    padding-left: 15px;
    padding-right: 15px; }
  .clr-pad-at-sm {
    padding-left: 15px;
    padding-right: 15px; }
  .fieldpad-lt-5-xs-sm {
    padding-left: 0px; }
  /* START DEFINITION OF MODAL-XL CLASS */
  .modal-xl {
    width: 950px; }
  /* END DEFINITION OF MODAL-XL CLASS */ }

@media (min-width: 1200px) {
  .clr-pad-at-xs {
    padding-left: 15px;
    padding-right: 15px; }
  .clr-pad-at-sm {
    padding-left: 15px;
    padding-right: 15px; }
  /* START DEFINITION OF MODAL-XL CLASS */
  .modal-xl {
    width: 1100px; }
  /* END DEFINITION OF MODAL-XL CLASS */ }

/*ADDED FOR PRINTER FRIENDLY PAGES WHERE PRINT.CSS NOT GETTING ADDED*/
@media print {
  .printView {
    display: none; }
  .submission-table {
    max-height: none;
    overflow: auto; } }

/*ADDED FOR PRINTER FRIENDLY PAGES WHERE PRINT.CSS NOT GETTING ADDED*/
/*FIX IE11 DISAPPEARING SCROLLBAR*/
@-ms-viewport {
  width: auto !important; }

/* END MEDIA QUERY CLASSES */
.tooltip-inner {
  white-space: nowrap; }

tr [colspan] {
  text-align: center; }

.trans-submit-progress {
  background: #FFFFFF;
  background-image: url("../images/progress.gif");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px; }

.trans-submit-message {
  width: 500px;
  padding-top: 10px;
  padding-left: 10px; }

.submission-warning {
  font-family: Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; }

/*
 * EVGM-945: "Acting as" tooltip is showing the link/hand cursor. It should be an arrow cursor, same as other tooltips.
 */
#eVGMForm .glyphicon-question-sign.usecase-tip {
  cursor: default; }

/**
 * EVGM-939: The 'Today' button should use 'btn-primary' instead of 'btn-info' class.
 */
.datetime-picker-dropdown li.ng-scope .btn-info {
  /*Can't change the class, but can change how current class is rendered.*/
  background-color: #029cae;
  border-color: #028595; }

.datetime-picker-dropdown li.ng-scope .btn-info:hover {
  /*Can't change the class, but can change how current class is rendered.*/
  background-color: #016f7c;
  border-color: #014f58; }

/**
 * EVGM-939: The 'Close' button should use 'btn-complete' instead of 'btn-success' class.
 */
.datetime-picker-dropdown li.ng-scope .btn-success {
  color: #FFFFFF;
  background-color: #79b54e;
  border-color: #5d8f45; }

.datetime-picker-dropdown li.ng-scope .btn-success:hover {
  color: #FFFFFF;
  background-color: #42a62a;
  border-color: #41693d; }

.vgm-grid {
  width: 100%;
  height: 510px;
  border-right: 1px solid #CCCCCC;
  overflow: hidden; }

/* CSS Document */
/* table */
.handsontable .table th, .handsontable .table td {
  border-top: none; }

.handsontable tr {
  background: #fff; }

.handsontable td {
  background-color: inherit !important; }

/* table-bordered */
.handsontable .table-bordered {
  border: 0;
  border-collapse: separate; }

.handsontable .table-bordered th,
.handsontable .table-bordered td {
  border-left: none; }

.handsontable .table-bordered th:first-child,
.handsontable .table-bordered td:first-child {
  border-left: 1px solid #CCCCCC; }

.col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
.col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
.col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
.col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
.col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
.col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
  padding-left: 0;
  padding-right: 0; }

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF; }

.handsontableGridHack label {
  margin-bottom: 0 !important; }

#importPreviewTable .cornerHeader::after {
  content: "#"; }

.can-split-line {
  white-space: normal; }

.glyphicon-refresh-animate {
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes rotateThis {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.tooltip-inner {
  white-space: normal; }

#evgm-search-results td {
  white-space: nowrap; }

.blueHeaderBarEnabled {
  background-color: aquamarine; }

.icon-yes {
  font-size: 18px;
  color: #3c763d; }

.icon-no {
  font-size: 18px;
  color: #cc0b31; }

.table-layout-fixed {
  table-layout: fixed; }

.table-layout-fixed td {
  word-wrap: break-word; }

.breadcrumb-margin {
  padding: 0;
  margin-left: 0px; }

.padding-top-10 {
  padding-top: 10px; }

#inttra-header {
  /* bootstrap 3 over writing bootstrap 4 style, causing misalignment */
  /* bootstrap 3 over writing bootstrap 4 style, causing misalignment */
  /*inline overrides to fix menu styles - will clean up later*/ }
  #inttra-header #administration:before {
    font-family: "Glyphicons Halflings";
    content: '\e019';
    padding-right: 4px; }
  #inttra-header #support:before {
    font-family: "Glyphicons Halflings";
    content: '\e085';
    padding-right: 4px; }
  #inttra-header #profile:before {
    font-family: "Glyphicons Halflings";
    content: '\e008';
    padding-right: 4px; }
  #inttra-header #myAccount:before {
    font-family: "Glyphicons Halflings";
    content: '\e008';
    padding-right: 4px; }
  #inttra-header #profileSwitched {
    background-color: #029cae;
    color: #FFFFFF !important; }
  #inttra-header #profileSwitched:before {
    font-family: "Glyphicons Halflings";
    content: '\e150';
    margin-right: 4px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #inttra-header #switchCompanyLink:before {
    font-family: "Glyphicons Halflings";
    content: '\e150';
    margin-right: 4px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #inttra-header #liveChat:before {
    font-family: "Glyphicons Halflings";
    content: '\e035';
    padding-right: 4px; }
  #inttra-header #customerService:before {
    font-family: "Glyphicons Halflings";
    content: '\e135';
    padding-right: 4px; }
  #inttra-header #search:before {
    font-family: "Glyphicons Halflings";
    content: '\e003';
    padding-right: 4px; }
  #inttra-header #tools:before {
    font-family: "Glyphicons Halflings";
    content: '\e136';
    padding-right: 4px; }
  #inttra-header #logout {
    border-top: 1px solid #e5e5e5; }
  #inttra-header #logout:before {
    font-family: "Glyphicons Halflings";
    content: '\e163';
    padding-right: 4px; }
  #inttra-header .dropdown-header {
    padding: 0.5rem 1.5rem; }
  #inttra-header .navbar-brand {
    padding-left: 15px;
    padding-right: 15px; }
  #inttra-header .navbar {
    min-height: 44px !important; }
  #inttra-header .navbar:first-child {
    border-bottom: 0px;
    min-height: 26px !important; }
  #inttra-header .main-menu > li > a {
    margin-top: 13px !important; }
  #inttra-header .dropdown-menu > li > a {
    padding: 3px 15px; }
  #inttra-header .dropdown-header {
    margin-top: 0px; }
  #inttra-header .nav-item.open.dropdown > a.nav-link {
    background-color: #e7e7e7;
    color: #555 !important; }
  #inttra-header .dropdown-item:hover, #inttra-header .dropdown-item:focus {
    background-color: #f5f5f5; }
  #inttra-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px !important;
    padding-left: 13px !important; }
  #inttra-header .navbar-default .navbar-nav .nav-link {
    color: #5C5C5C; }
  #inttra-header .container > .navbar-header, #inttra-header .container > .navbar-collapse, #inttra-header .container-fluid > .navbar-header, #inttra-header .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
  #inttra-header .dropdown-item:active {
    color: #fff;
    background-color: #f8f9fa; }
  #inttra-header .navbar-default .navbar-nav > li > a:hover,
  #inttra-header .navbar-default .navbar-nav > li > a:active {
    background-color: #029cae;
    color: #FFFFFF !important; }
  @media (min-width: 768px) {
    #inttra-header .utility-menu .nav-item:last-child {
      margin-right: -15px; } }

/* START UNIVERSAL LAYOUT HELPER CLASSES*/
.center-image {
  float: none;
  margin: 0 auto; }

.clr-margin {
  margin: 0px; }

.clr-marg-top {
  margin-top: 0px; }

.clr-marg-rt {
  margin-right: 0px; }

.clr-marg-bot {
  margin-bottom: 0px; }

table.table.clr-marg-bot {
  margin-bottom: 0px !important; }

.table-nonfluid {
  width: auto !important; }

.clr-marg-lt {
  margin-left: 0px; }

.clr-padding {
  padding: 0px; }

.clr-pad-top {
  padding-top: 0px; }

.clr-pad-rt {
  padding-right: 0px; }

.clr-pad-bot {
  padding-bottom: 0px; }

.clr-pad-lt {
  padding-left: 0px; }

.clr-pad-ltrt {
  padding-left: 0px;
  padding-right: 0px; }

.clr-bord-lt {
  border-left-color: transparent; }

.clr-bord-rt {
  border-right-color: transparent; }

.clr-bord-ltrt {
  border-left-color: transparent;
  border-right-color: transparent; }

.field-stretch {
  width: 100% !important; }

.float-left {
  float: left; }

/* OVERRIDE JQUERY VALIDATION DEFAULT MARGIN */
.help-block {
  margin-bottom: 0px; }

/* OVERRIDE JQUERY VALIDATION DEFAULT MARGIN */
.ht40 {
  height: 40px; }

.ht50 {
  height: 50px; }

.ht75 {
  height: 75px; }

.ht80 {
  height: 100px; }

.ht100 {
  height: 100px; }

.ht125 {
  height: 125px; }

.ht200 {
  height: 200px; }

.ht260 {
  height: 260px; }

.ht280 {
  height: 280px; }

.ht300 {
  height: 300px; }

.icon-link-pad {
  margin-right: 2px; }

.icon-link-pad-left {
  margin-left: 2px; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-not-allowed {
  cursor: not-allowed !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

/*START STYLING SEARCH PANEL BAR*/
.searchPanel {
  cursor: pointer;
  -webkit-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.searchPanel:hover, .searchPanel:focus, .searchPanel:active {
  border-color: #cccccc;
  background-color: #eeeeee; }

/*END STYLING SEARCH PANEL BAR*/
.normal-cobrand-logo {
  margin-right: -15px; }

.pushdown1 {
  margin-top: 1px; }

.pushdown2 {
  margin-top: 2px; }

.pushdown3 {
  margin-top: 3px; }

.pushdown4 {
  margin-top: 4px; }

.pushdown5 {
  margin-top: 5px; }

.pushdown6 {
  margin-top: 6px; }

.pushdown7 {
  margin-top: 7px; }

.pushdown8 {
  margin-top: 8px; }

.pushdown9 {
  margin-top: 9px; }

.pushdown10 {
  margin-top: 10px; }

.pushdown15 {
  margin-top: 15px; }

.pushdown19 {
  margin-top: 19px; }

.pushdown20 {
  margin-top: 20px; }

.pushdown25 {
  margin-top: 25px; }

.pushdown26 {
  margin-top: 26px; }

.pushdown28 {
  margin-top: 28px; }

.pushdown30 {
  margin-top: 30px; }

.pushdown35 {
  margin-top: 35px; }

.pushdown40 {
  margin-top: 40px; }

.pushdown45 {
  margin-top: 45px; }

.pushdown50 {
  margin-top: 50px; }

.pushdown60 {
  margin-top: 60px; }

.pushbottom15 {
  margin-bottom: 15px; }

.pushbottom20 {
  margin-bottom: 20px; }

.td-nowrap {
  white-space: nowrap; }

.remove-border-radius {
  border-radius: 0px; }

.remove-border {
  border: 0px; }

.center-image {
  float: none;
  margin: 0 auto; }

.table-align-rt {
  text-align: right; }

.tableOverflow {
  overflow-x: auto;
  overflow-y: visible; }

/*
 .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 none;
 }
 .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;
 }*/
.ui-datepicker {
  z-index: 2000 !important; }

.ui-slider {
  z-index: 1; }

.datatable_history tr:hover, .dropdown-menu tr:focus {
  background-color: #F5F5F5; }

.datatable_history tbody td, .dropdown-menu tbody td {
  cursor: pointer; }

.datatable_history thead tr:hover, .dropdown-menu thead tr:focus {
  background-color: #FFFFFF; }

#favoriteSearchTable > tbody > tr:hover > td, #favoriteCargoSearchTable > tbody > tr:hover > td, #favoriteMarksSearchTable > tbody > tr:hover > td, #partySearchTable_wrapper > tbody > tr:hover > td {
  background-color: #F5F5F5; }

.datatable > tbody > tr:hover > td {
  background-color: #F5F5F5; }

.highlightRow {
  background-color: #FFD9B4; }

.icon-delete {
  color: #CC0B31; }

.width-100pc {
  width: 100%; }

.width-70pc {
  width: 70%; }

.width-50pc {
  width: 50%; }

.width-250 {
  width: 250px; }

.modal-open-cust {
  overflow: hidden;
  /*position: fixed;*/ }

.modal-open-cust .modal {
  overflow-x: hidden;
  overflow-y: auto; }

body.modal-open {
  overflow: hidden;
  /*position: fixed;*/ }

/* END UNIVERSAL LAYOUT HELPER CLASSES*/
/* START Remove Default Bold from Twitter Bootstrap */
legend {
  font-size: 14px;
  font-weight: 700; }

label {
  font-size: 14px;
  font-weight: 400; }

/* END Remove Default Bold from Twitter Bootstrap */
.comboboxtext1 input {
  display: inline-block; }

.custom-combobox-toggle {
  -moz-box-sizing: border-box;
  border: 1px solid #CCCCCC;
  bottom: 0;
  height: 30px;
  margin-left: -1px;
  margin-top: -6px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }
  .custom-combobox-toggle.dropdown-toggle::after {
    vertical-align: middle;
    margin: 11px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

@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"); }

footer-component .footer-left {
  width: inherit;
  color: #959595; }

footer-component .footer-right {
  width: 175px;
  float: right;
  margin-right: -17px; }

footer-component .footlink :hover {
  color: #029EAD;
  text-decoration: underline;
  text-decoration-underline-color: #029EAD; }

footer-component a {
  color: #959595; }

/*BEGIN PORTAL STYLES*/
.login-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.login-divider {
  border-left: 1px solid #FFFFFF;
  padding-left: 20px; }

.carrier-logo {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-bottom: 8px; }

.sso-legalize {
  background-color: #FFFFFF;
  padding: 15px; }

.right.carousel-control, .left.carousel-control {
  opacity: .1;
  filter: alpha(opacity=10);
  /* IE support */ }

.carousel-control {
  -webkit-transition: opacity .5s ease-in;
  -moz-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in; }

.carousel-control:focus {
  outline: none;
  color: #FFFFFF;
  text-decoration: none;
  opacity: .1;
  filter: alpha(opacity=10); }

.carousel-control:hover {
  outline: none;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.50;
  filter: alpha(opacity=50); }

.carousel-indicators {
  bottom: 10px; }

.carousel-indicators li {
  border: 1px solid #029cae;
  background-color: #029cae; }

.carousel-indicators .active {
  border: 1px solid #e67b1e;
  background-color: #e67b1e; }

.dashboard-nav {
  margin-top: 0px;
  margin-bottom: 0px; }

.dashboard-ad {
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 10px; }

.announcements {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

#additionalAnnouncements .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

#additionalAnnouncements .list-group-item:last-child {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

#quickAccessWrapper .panel-body {
  background-color: #f5f5f5;
  -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); }

.more-announcements {
  /*border-top:0px;*/ }

.ad-border {
  border: 1px solid #e3e3e3; }

.dashboard-date {
  margin-top: 15px; }

.bk-status, .si-status, .evgm-status, .bl-status, .ccr-status, .cc-status {
  background-color: #f5f5f5;
  color: #555555;
  border: 1px solid #cccccc;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  opacity: 100;
  cursor: pointer;
  overflow: hidden;
  height: 120px;
  min-height: 120px;
  max-height: 120px; }

.main-widget {
  margin-bottom: 15px; }

.module-placeholder {
  border: 1px solid #cccccc;
  background-color: white;
  -moz-box-shadow: inset 0 0 10px #999999;
  -webkit-box-shadow: inset 0 0 10px #999999;
  box-shadow: inset 0 0 10px #999999;
  /*height:42px;*/
  margin-bottom: 15px; }

.panel-placeholder {
  border: 1px solid #cccccc;
  background-color: white;
  -moz-box-shadow: inset 0 0 10px #999999;
  -webkit-box-shadow: inset 0 0 10px #999999;
  box-shadow: inset 0 0 10px #999999;
  /*height:120px;*/ }

.dash-icon {
  font-size: 40px;
  padding-right: 10px; }

.my-transactions-icon {
  padding-left: 4px;
  padding-right: 4px; }

.inttra-blue-highlight, .inttra-teal-highlight, .inttra-orange-highlight, .inttra-green-highlight, .inttra-darkgreen-highlight, .inttra-red-highlight, .inttra-purple-highlight, .inttra-yellow-highlight, .dark-gray-highlight {
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s; }

.inttra-blue-highlight:hover {
  background-color: #5387bd;
  color: #FFFFFF; }

.inttra-blue-highlight:hover i {
  color: #FFFFFF; }

.inttra-teal-highlight:hover {
  background-color: #029cae;
  color: #FFFFFF; }

.inttra-teal-highlight:hover i {
  color: #FFFFFF; }

.inttra-orange-highlight:hover {
  background-color: #e67b1e;
  color: #FFFFFF; }

.inttra-orange-highlight:hover i {
  color: #FFFFFF; }

.inttra-green-highlight:hover {
  background-color: #84bc48;
  color: #FFFFFF; }

.inttra-green-highlight:hover i {
  color: #FFFFFF; }

.inttra-darkgreen-highlight:hover {
  background-color: #00954e;
  color: #FFFFFF; }

.inttra-darkgreen-highlight:hover i {
  color: #FFFFFF; }

.inttra-red-highlight:hover {
  background-color: #cc0b31;
  color: #FFFFFF; }

.inttra-red-highlight:hover i {
  color: #FFFFFF; }

.inttra-purple-highlight:hover {
  background-color: #682b73;
  color: #FFFFFF; }

.inttra-purple-highlight:hover i {
  color: #FFFFFF; }

.inttra-yellow-highlight:hover {
  background-color: #f4b23f;
  color: #FFFFFF; }

.inttra-yellow-highlight:hover i {
  color: #FFFFFF; }

.dark-gray-highlight:hover {
  background-color: #888888;
  color: #FFFFFF; }

.dark-gray-highlight:hover i {
  color: #FFFFFF; }

.dash-status-text {
  text-align: left;
  padding-top: 10px; }

.dash-status-count {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 36px; }

/* START WIDGET DROPDOWN STYLES*/
ul.dropdown-menu-form {
  /*padding: 5px 10px 0;*/
  min-width: 150px;
  /*max-height: 225px;
  overflow-y: scroll;*/ }

ul.dropdown-menu-form li {
  padding: 3px 10px; }

ul.dropdown-menu-form li.checkbox {
  margin: 0px; }

ul.dropdown-menu-form li label {
  width: 100%; }

ul.dropdown-menu-form li:hover {
  background-color: #f5f5f5; }

#widgetCheckboxList {
  min-width: 350px; }

/* END WIDGET DROPDOWN STYLES*/
/* show the move cursor as the user moves the mouse over the panel header.*/
#draggableModuleList .panel-heading {
  cursor: move; }

/*START STYLING OF PANEL BARS*/
.moreAnnouncementsBar {
  border: 1px solid #e3e3e3; }

.moreAnnouncementsBar, .osModuleBar, .bkModuleBar, .siModuleBar, .evgmModuleBar, .blModuleBar, .visionModuleBar, .containerTrackingModuleBar {
  cursor: pointer;
  -webkit-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.moreAnnouncementsBar:hover, .moreAnnouncementsBar:focus, .moreAnnouncementsBar:active,
.osModuleBar:hover, .osModuleBar:focus, .osModuleBar:active,
.bkModuleBar:hover, .bkModuleBar:focus, .bkModuleBar:active,
.siModuleBar:hover, .siModuleBar:focus, .siModuleBar:active,
.evgmModuleBar:hover, .evgmModuleBar:focus, .evgmModuleBar:active,
.blModuleBar:hover, .blModuleBar:focus, .blModuleBar:active,
.visionModuleBar:hover, .visionModuleBar:focus, .visionModuleBar:active,
.containerTrackingModuleBar:hover, .containerTrackingModuleBar:focus, .containerTrackingModuleBar:active {
  border-color: #cccccc;
  background-color: #eeeeee; }

/*END STYLING OF PANEL BARS*/
/*Custom MyBookings Starts*/
.TlbFilter table td, .TlbFilter table th {
  text-align: center;
  border: 1px solid #DDDDDD; }

.TlbFilter td a {
  width: 100%;
  display: block; }

.TlbFilter tr:last-child td:hover {
  background-color: #f5f5f5; }

/*START STYLING LEFT NAVIGATION BAR*/
/*END STYLING LEFT NAVIGATION BAR*/
.iframe-wrapper {
  line-height: 0; }

#terms-iframe-wrap {
  background-color: #FFFFFF; }

.terms-iframe {
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 250px;
  border: 1px solid #cccccc;
  overflow: auto; }

.banner-iframe {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 150px;
  border: 0px solid #e3e3e3;
  overflow: hidden; }

.login-ad-iframe {
  padding: 0px;
  margin: 0px;
  border: 1px solid #FFFFFF;
  overflow: hidden; }

.myinttra-ad-iframe {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 102px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden; }

.tracking-tabs {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; }

.tracking-tabs li a {
  text-align: center; }

.tracking-tabs .nav-tabs > li > a {
  border-radius: 0; }

.tracking-tabs .nav-tabs > li.no-left-border > a, .tracking-tabs .nav-tabs > li.no-left-border > a:hover, .tracking-tabs .nav-tabs > li.no-left-border > a:focus {
  border-left: 0 solid #FFFFFF; }

.tracking-tabs .nav-tabs > li.no-right-border > a, .tracking-tabs .nav-tabs > li.no-right-border > a:hover, .tracking-tabs .nav-tabs > li.no-right-border > a:focus {
  border-right: 0 solid #FFFFFF;
  margin-right: 0px; }

.vision-tabs {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; }

.vision-tabs li a {
  text-align: center; }

.vision-tabs .nav-tabs > li > a {
  border-radius: 0; }

.vision-tabs .nav-tabs > li.no-left-border > a, .vision-tabs .nav-tabs > li.no-left-border > a:hover, .vision-tabs .nav-tabs > li.no-left-border > a:focus {
  border-left: 0 solid #FFFFFF; }

.vision-tabs .nav-tabs > li.no-right-border > a, .vision-tabs .nav-tabs > li.no-right-border > a:hover, .vision-tabs .nav-tabs > li.no-right-border > a:focus {
  border-right: 0 solid #FFFFFF;
  margin-right: 0px; }

#announcements .list-group-item:link {
  z-index: 10; }

#announcements .list-group-item:visited,
#announcements .list-group-item:hover,
#announcements .list-group-item:active,
#announcements .list-group-item:focus {
  z-index: 11; }

.dataTables_wrapper {
  width: 100%;
  overflow-x: auto; }

.dataTables_wrapper table.table thead,
.dataTables_wrapper table.table tbody {
  white-space: nowrap; }

.dataTables_wrapper table.table thead th {
  padding-right: 20px; }

#watchListGrid_wrapper div.row, #watchListGrid_wrapper div.col-sm-12, #partySearchTable_wrapper div.row, #partySearchTable_wrapper div.col-sm-12 {
  margin: 0px;
  padding: 0px; }

div[id^="sysNotification"] {
  word-wrap: break-word; }

#visionWatchlistTab .dataTables_info {
  padding-top: 10px; }

#visionWatchlistTab .pagination {
  margin-top: 10px;
  margin-bottom: 0px; }

.sub-nav-menu .list-group-item {
  padding-left: 30px;
  background-color: #fcfcfc; }

.sub-nav-menu .list-group-item {
  border-radius: 0px; }

.sub-nav-menu .list-group-item:last-child {
  border-bottom: 0px; }

.upgrade_browser_page {
  background-image: url(../assets/images/cargo_ins_bg_gr.jpg);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0; }

#upgrade_browser_layout {
  background-color: #f5f5f5;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #000000;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 14px;
  text-align: center;
  width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto; }

.browser-box-padding {
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  margin: 0px auto; }

#browserlogos {
  margin-left: auto;
  margin-right: auto;
  width: 650px; }

#browserlogos th .logo {
  width: 125px;
  height: 125px;
  margin: 0 auto 0px;
  margin-top: -20px;
  margin-bottom: -15px;
  cursor: pointer;
  background: url(../images/browsers-sprite.png) no-repeat; }

#browserlogos th#chrome .logo {
  background-position: 0 0; }

#browserlogos th#firefox .logo {
  background-position: -125px 0; }

#browserlogos th#ie .logo {
  background-position: -250px 0; }

#browserlogos th#safari .logo {
  background-position: -375px 0; }

.browser-table {
  width: 100%; }

.browser-table th, .browser-table td {
  text-align: center;
  font-size: 14px; }

.norton-seal {
  margin-top: 13px; }

.truste-seal {
  margin-top: 13px; }

.truste-seal img {
  width: 126px !important;
  height: 40px !important; }

.login-seal {
  margin-left: 15px; }

#recentContainersTab .list-group-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

#quickAccessWrapper .panel {
  cursor: pointer; }

@media (max-width: 767px) {
  .login-divider {
    border-left: 0px;
    padding-left: 15px; }
  .login-content {
    padding-top: 15px;
    padding-bottom: 15px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    margin-top: -9px; }
  /*STICKY FOOTER FIX FOR SECURITY ICONS*/
  .login-body {
    margin-bottom: 330px; }
  .login-footer {
    height: 250px; }
  /*STICKY FOOTER FIX FOR SECURITY ICONS*/
  #mainDashButtons, #mainDashButtons ul, #mainDashButtons .btn-group, #mainDashButtons .btn-group button {
    width: 100%; } }

@media (min-width: 768px) {
  .banner-iframe {
    height: 95px; }
  .myinttra-ad-iframe {
    height: 58px; }
  .login-ad-iframe {
    width: 334px;
    height: 155px; }
  /*FIX FOR WIDGET PANEL DRAG & DROP AT BOOTSTRAP-SM SCREEN SIZE*/
  .panel-placeholder {
    max-width: 232px; } }

@media (min-width: 992px) {
  .banner-iframe {
    height: 124px; }
  .myinttra-ad-iframe {
    height: 81px; }
  .login-ad-iframe {
    width: 523px;
    height: 243px; } }

@media (min-width: 1200px) {
  .dash-status-text {
    padding-top: 0px; }
  .banner-iframe {
    height: 150px; }
  .myinttra-ad-iframe {
    height: 102px; }
  .login-ad-iframe {
    width: 639px;
    height: 296px; } }

/*END PORTAL STYLES*/
/* stylelint-disable */
/* START EVGM SPECIFIC LAYOUT STYLES */
.transaction-count {
  font-weight: bold; }

.sender, .receiver {
  min-height: 93px; }

.receiver95px {
  min-height: 95px; }

.container-controls {
  margin-top: -5px;
  margin-bottom: -5px; }

.addReferenceSectBorder {
  border-radius: 0px;
  border: 0px; }

.htCore {
  margin-bottom: 100px; }

.grid-iframe {
  display: block;
  border: 1px solid #cccccc;
  margin: 0 auto;
  min-height: 50px;
  height: 600px;
  overflow: auto;
  padding: 0;
  width: 100%; }

/*START STYLING OF PANEL BARS*/
.addPartyBar {
  border: 1px solid #e3e3e3;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.addPartyBar:hover, .addPartyBar:focus, .addPartyBar:active {
  border-color: #cccccc;
  background-color: #eeeeee; }

.instructions-wrapper .panel-heading {
  cursor: pointer;
  -webkit-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.instructions-wrapper .panel-heading:hover, .instructions-wrapper .panel-heading:focus, .instructions-wrapper .panel-heading:active {
  background-color: #eeeeee; }

/*END STYLING OF PANEL BARS*/
.ta-evgmComments {
  resize: none;
  min-height: 90px; }

.ta-single-line {
  resize: none;
  max-height: 30px; }

#carrierLogo, #carrierLogoDisplay {
  padding-top: 2px;
  padding-bottom: 5px; }

.add-remove-buttons {
  margin-right: -20px; }

.float-right {
  float: right; }

.ta-companyName {
  resize: none; }

#partyLookupModal {
  z-index: 1055; }

.clearl {
  clear: left; }

.pushbottom10 {
  margin-bottom: 10px; }

.authorization-sig {
  text-transform: uppercase; }

.authorization-sig::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none; }

.authorization-sig:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none; }

.authorization-sig::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none; }

.authorization-sig:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none; }

.pkg-type .pkg-type-label {
  min-height: 22px; }

.help_text_rtbt {
  height: 28px; }

.userName h5 {
  margin-top: 20px; }

.panel-pad5 .panel-body {
  padding: 5px; }

.panel-pad10 .panel-body {
  padding: 10px; }

.fieldpad-lt-50 {
  padding-left: 50px; }

.carrier-section {
  background-color: #FFFFFF; }

.evgm-tabs {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px; }

.evgm-tabs .nav-tabs > li > a {
  border-radius: 0px; }

.evgm-tabs .nav-tabs > li.no-left-border > a, .evgm-tabs .nav-tabs > li.no-left-border > a:hover, .evgm-tabs .nav-tabs > li.no-left-border > a:focus {
  border-left: 0px solid #FFFFFF; }

.evgm-tabs .nav-tabs > li.no-right-border > a, .evgm-tabs .nav-tabs > li.active.no-right-border > a:hover, .evgm-tabs .nav-tabs > li.active.no-right-border > a:focus {
  border-right: 0px solid #FFFFFF; }

/*Custom MyEVGM Starts*/
#TlbFilter table td, #TlbFilter table th {
  text-align: center;
  border: 1px solid #dddddd; }

#c_filterby table th, #c_filterby table td {
  vertical-align: middle !important; }

#templateGrid_info {
  float: left; }

#TlbFilter td a {
  width: 100%;
  display: block; }

#TlbFilter tr:last-child td:hover {
  background-color: #f5f5f5; }

/*Custom MyEVGM Ends*/
table {
  border-collapse: collapse;
  width: 100%; }

.nowrap {
  white-space: nowrap; }

.wd-30p {
  width: 30px !important; }

.dttable_wrapper table.table thead th.pad-r-8p {
  padding-right: 8px !important; }

.text-normalWt {
  font-weight: normal; }

#partySearchTable tr th, #partySearchTable tr td {
  display: table-cell !important; }

#inttra-si-form table tbody tr.has-error span.help-block.clr-marg-top {
  text-align: left; }

.submission-table table thead th, td {
  white-space: normal; }

/* END EVGM SPECIFIC LAYOUT STYLES */
.dttable_wrapper {
  width: 100%;
  overflow: auto; }

.dttable_wrapper table.table thead,
.dttable_wrapper table.table tbody {
  white-space: nowrap; }

.dttable_wrapper table.table thead th, .dataTables_wrapper table.table thead th {
  padding-right: 20px; }

.make-block {
  display: block; }

.transaction-details {
  margin-bottom: 15px; }

.transaction-details-last-item .transaction-details {
  margin-bottom: 0px; }

#actingAsTooltip {
  width: 25em;
  white-space: normal; }

.add-parties-panel {
  margin-top: -1px; }

.instructions-wrapper .panel-heading {
  padding: 0px; }

.instructions-wrapper .panel-title {
  display: block; }

.instructions-wrapper .instruction-padding {
  padding: 10px; }

.editable-grid-wrapper .panel-group {
  margin-bottom: 0px; }

.submit-error-msg {
  white-space: normal; }

.spreadsheet-table-wrap {
  max-height: 350px; }

/*START CSS FOR ADVANCED SEARCH*/
.adv-search-criteria .panel-default > .panel-heading {
  padding: 0px; }

.adv-search-criteria .searchPanel {
  padding-bottom: 13px !important; }

.adv-search-criteria .panel-group {
  margin-bottom: -2px; }

.adv-search-criteria .panel-group .panel {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0); }

.adv-search-footer {
  border: 1px solid #ddd !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.adv-search-criteria a.accordion-toggle:hover, .adv-search-criteria a.accordion-toggle:focus {
  text-decoration: none; }

.adv-search-criteria a #panel-heading:hover, .adv-search-criteria a #panel-heading:focus {
  text-decoration: underline; }

/*END CSS FOR ADVANCED SEARCH*/
/* START MEDIA QUERY CLASSES */
@media (max-width: 767px) {
  .receiver, .receiver95px {
    min-height: 0px; } }

@media (min-width: 768px) {
  .trans-actions-input {
    min-width: 75px;
    max-width: 75px; } }

/* END MEDIA QUERY CLASSES */
.email-list {
  white-space: normal; }

#editSubscriptionForm textarea {
  resize: vertical; }

#editSubscriptionForm .modifiedBy {
  padding-top: 10px; }

#indiaVGMWarning {
  margin-bottom: 0px; }
  #indiaVGMWarning .panel-body {
    background: url("../images/stacked_containers_ship.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
    cursor: pointer; }
    #indiaVGMWarning .panel-body .overlay {
      background: rgba(0, 0, 0, 0.65);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0; }
    #indiaVGMWarning .panel-body .bnrContent {
      position: relative;
      z-index: 100;
      height: 100%; }
      #indiaVGMWarning .panel-body .bnrContent h4 {
        margin-top: 5px;
        color: #f6c04a;
        font-weight: bold; }
      #indiaVGMWarning .panel-body .bnrContent button.btn {
        background-color: #f6c04a;
        font-weight: bold; }
      #indiaVGMWarning .panel-body .bnrContent p {
        color: white; }

form#eVGMAdminForm .form-group {
  margin-bottom: 10px; }
  form#eVGMAdminForm .form-group .clr-marg-bottom {
    margin-bottom: 0px; }

form#eVGMAdminForm a[disabled=disabled] {
  color: #777777;
  border-color: #ddd;
  cursor: not-allowed;
  text-decoration: none; }

.has-warning-important {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  border-color: #8a6d3b !important; }
  .has-warning-important .form-control-feedback {
    color: #8a6d3b !important; }

.has-success-important {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  border-color: #2b542c !important; }
  .has-success-important .form-control-feedback {
    color: #2b542c !important; }

.has-nothing-important {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  border-color: inherit !important; }
  .has-nothing-important .form-control-feedback {
    color: #333333 !important; }

/***** rates table styles starts from here******/
#ocean-schedule-rates-tab .nav-tabs {
  background-color: #FFFFFF;
  border: 1px solid #D8DDDF; }
  #ocean-schedule-rates-tab .nav-tabs > li.active {
    border-top: 6px solid #029cae; }
    #ocean-schedule-rates-tab .nav-tabs > li.active > a {
      background: transparent;
      border-radius: 0;
      box-shadow: none;
      border: 0; }
  #ocean-schedule-rates-tab .nav-tabs > li {
    float: left;
    width: 50%;
    margin-bottom: 0;
    height: 78px;
    text-align: center;
    border-top: 6px solid #FFFFFF; }
    #ocean-schedule-rates-tab .nav-tabs > li:not(:last-child) {
      border-right: 1px solid #D8DDDF; }
    #ocean-schedule-rates-tab .nav-tabs > li:hover > a {
      text-decoration: underline; }
    #ocean-schedule-rates-tab .nav-tabs > li > a {
      margin: 0 auto;
      height: 47px;
      background: transparent;
      margin-top: 20px;
      border: none; }

#ocean-schedule-rates-tab .nav-title {
  background-color: #FFFFFF;
  border-top: 1px solid #D8DDDF; }
  #ocean-schedule-rates-tab .nav-title > li.active > a {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    color: #444;
    font-weight: 700; }
  #ocean-schedule-rates-tab .nav-title > li {
    float: left;
    margin-bottom: 0;
    height: 78px;
    text-align: center; }
    #ocean-schedule-rates-tab .nav-title > li > a {
      margin: 0 auto;
      height: 47px;
      background: transparent;
      margin-top: 20px;
      border: none; }

#ocean-schedule-rates-component {
  float: left;
  width: 100%;
  border-top: 1px solid #D8DDDF;
  border-bottom: 3px solid #D8DDDF; }
  #ocean-schedule-rates-component table.rate-table {
    font-size: 12px;
    text-align: left;
    background-color: #FFFFFF;
    margin-bottom: 0; }
    #ocean-schedule-rates-component table.rate-table thead th {
      text-align: left; }
    #ocean-schedule-rates-component table.rate-table td {
      border: 1px solid #D8DDDF; }
    #ocean-schedule-rates-component table.rate-table th {
      border: 1px solid #D8DDDF; }
  #ocean-schedule-rates-component .tab-content {
    padding: 10px; }
  #ocean-schedule-rates-component .top-panel {
    display: flex;
    border-radius: 4px;
    color: #277AB5;
    font-size: 14px;
    line-height: 1.5;
    background-color: #FFFFFF;
    padding: 11px 0; }
  #ocean-schedule-rates-component .rate-info {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
    color: #277AB5; }
  #ocean-schedule-rates-component .rate-details {
    display: block;
    width: 100px;
    float: left;
    color: #277AB5; }
  #ocean-schedule-rates-component .rate-values {
    color: #277AB5;
    display: inline-block; }
  #ocean-schedule-rates-component .color-black-text {
    color: #000000; }
  #ocean-schedule-rates-component .rates-book-now-button {
    margin: 0 10px;
    float: right; }
  #ocean-schedule-rates-component .rate-book-now {
    width: 15%;
    float: left; }
  #ocean-schedule-rates-component .width-35pc {
    width: 35%; }

/**************** on off style starts**********/
.on-off-wrapper {
  margin-top: 26px; }
  .on-off-wrapper .switch {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 41px; }
    .on-off-wrapper .switch input {
      display: none; }
  .on-off-wrapper .label-text {
    display: inline-block;
    padding-left: 30px;
    white-space: nowrap; }
  .on-off-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 16px;
    transition: .4s;
    background-color: #B8C0C2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%); }
    .on-off-wrapper .slider:before {
      position: absolute;
      content: "";
      height: 12px;
      width: 12px;
      left: -3px;
      bottom: 4px;
      background-color: #E5E8EB;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
      transition: .4s; }
    .on-off-wrapper .slider.round {
      border-radius: 34px; }
      .on-off-wrapper .slider.round:before {
        border-radius: 50%;
        left: 1px;
        top: 2px; }

input:checked + .slider {
  background-color: #65B485; }
  input:checked + .slider:before {
    transform: translateX(26px); }
  input:checked + .slider .on {
    display: block; }
  input:checked + .slider .off {
    display: none; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

.on {
  display: none; }

.on,
.off {
  color: #FFFFFF;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 33%;
  font-size: 12px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 24px;
  text-align: center; }

.off {
  color: #4A4E50;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 65%;
  font-size: 12px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 24px; }

.on-off-helper {
  margin-top: 15px; }

.on-of-align-horizontal-helper {
  margin-left: 30px; }

.ocean-schedule-word-wrap {
  word-wrap: break-word; }

.transResultVal-text-left {
  font-weight: bold;
  font-size: 14px; }
  .transResultVal-text-left :nth-child(1n) {
    width: 25%; }
  .transResultVal-text-left :nth-child(2n) {
    width: 75%; }
  .transResultVal-text-left .os-trans-total-charge {
    float: left;
    text-align: left; }

#ratesFields {
  padding-left: 0px;
  height: 86px; }
  #ratesFields .on-off-dropdown-helper {
    margin-top: 23px;
    height: 31px;
    width: 231px; }
  #ratesFields .label-helper {
    white-space: nowrap;
    display: inline-block; }
  #ratesFields .quantity-helper {
    margin-left: 30px;
    height: 31px;
    width: 99px; }

.schedule-tab-panel {
  margin-bottom: 5px;
  padding: 0 5px;
  border-top: 1px solid #B8C0C2;
  background: #FFFFFF; }
  .schedule-tab-panel .schedule-tab-panel-row {
    display: flex; }
  .schedule-tab-panel .col-5-gutter {
    border-right: 1px solid #B8C0C2;
    padding: 10px; }
  .schedule-tab-panel .no-border {
    border-right: none; }
  .schedule-tab-panel .row-5-gutter {
    border-bottom: 1px solid #B8C0C2; }

header-component ul > li > ul > li :hover {
  cursor: pointer !important; }

.dropdown-child-menu {
  float: left;
  min-width: 195px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff; }
  .dropdown-child-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-child-menu > li > a {
    text-decoration: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap; }

.dropdown-child-menu > .active > a, .dropdown-child-menu > .active > a:hover, .dropdown-child-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5387bd; }

.dropdown-child-menu > .disabled > a, .dropdown-child-menu > .disabled > a:hover, .dropdown-child-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-child-menu > .disabled > a:hover, .dropdown-child-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.dropdown-child-menu > li > a:hover,
.dropdown-child-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8; }

.dropdown-child-menu > .active > a, .dropdown-child-menu > .active > a:hover, .dropdown-child-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #5387bd 0%, #447ab2 100%);
  background-image: -o-linear-gradient(top, #5387bd 0%, #447ab2 100%);
  background-image: linear-gradient(to bottom, #5387bd 0%, #447ab2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5387BD', endColorstr='#FF447AB2', GradientType=0);
  background-color: #447ab2; }

.agree-btn {
  width: 450px;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  border: none; }

.manage {
  width: 23%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center; }

.header {
  height: 35px;
  width: 512px;
  padding: 12px 24px;
  background: #e8f0f4;
  border-radius: 4px 4px 0 0;
  left: -25px;
  top: -25px;
  position: relative; }

.radio-section {
  width: 160px;
  margin-left: 15px; }

.text-section {
  width: 800px; }

.eto-switch--integrated {
  width: 6rem; }

.text-bold {
  font-weight: 550;
  color: #395053; }

.eto-switch {
  display: flex;
  padding: 0.125rem 0;
  position: relative;
  cursor: pointer; }

.eto-switch__field {
  position: absolute;
  opacity: 0;
  z-index: 0; }

.eto-switch__field:checked ~ .eto-switch__box {
  background-color: #277AB5;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24)); }

.eto-switch--integrated .eto-switch__box {
  width: 100%;
  height: 2.2rem; }

.eto-switch__box {
  background-color: #FFFFFF;
  background-image: linear-gradient(to top, rgba(70, 129, 147, 0), rgba(70, 129, 147, 0.24)), linear-gradient(rgba(70, 129, 147, 0.24), rgba(70, 129, 147, 0.24));
  border-radius: 2rem;
  display: block;
  height: 3.75rem;
  position: relative;
  transition-duration: 200ms;
  transition-property: background-color, background-image;
  width: 7rem; }

.eto-switch__field:checked ~ .eto-switch__box::before {
  left: calc(100% - 2.2rem);
  background-color: #FFFFFF; }

.eto-switch__box::before {
  background-color: #FFFFFF;
  border-radius: 100%;
  content: "";
  display: block;
  height: 2rem;
  left: calc(0.5rem - 1px);
  position: absolute;
  top: calc(0.3rem - 2px);
  transition-duration: 100ms;
  transition-property: left;
  width: 2rem;
  z-index: 1; }

::-webkit-scrollbar {
  width: auto; }

::-webkit-scrollbar-thumb {
  background: #c1c1c1; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

.eto-switch--integrated .eto-switch__label--on {
  color: #FFFFFF;
  padding-right: 4.5rem; }

.radio-btn-container .eto-switch--integrated span.eto-switch__label--on {
  margin-left: 0.65rem; }

.eto-switch--integrated .eto-switch__label--on, .eto-switch--integrated .eto-switch__label--off {
  left: 0;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 100%; }

.eto-switch__label--on {
  display: none; }

.eto-switch--integrated .eto-switch__label--off {
  padding-left: 3.3rem;
  color: #4A4E50; }

.eto-switch--integrated .eto-switch__label--on, .eto-switch--integrated .eto-switch__label--off {
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 100%; }

.eto-switch__label, .eto-switch__label--on, .eto-switch__label--off {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2.2rem;
  margin-left: 1rem;
  display: block; }

.radio-btn-container span.eto-switch__box.greyedOut {
  background-color: #F6F6F6;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.16)); }

.modal-ccm {
  width: 546px;
  transform: translateY(0);
  margin: 4rem auto;
  max-height: 100%;
  overflow: auto;
  transition: transform .1s ease-out;
  outline: none;
  background-color: #fff;
  padding: 0 !important;
  box-shadow: 0 0.25rem 0.5rem #0000003d;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 0; }

.modal-cc {
  width: 664px;
  transform: translateY(0);
  margin: 4rem auto;
  max-height: 100%;
  overflow: auto;
  transition: transform .1s ease-out;
  outline: none;
  background-color: #fff;
  padding: 0 !important;
  box-shadow: 0 0.25rem 0.5rem #0000003d;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 0; }

.CCMModal {
  opacity: 1;
  transition-delay: 0ms;
  visibility: visible;
  height: 100%;
  align-items: center;
  display: flex !important;
  flex-direction: row;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  transition-duration: .1s,0ms;
  transition-property: opacity,visibility;
  z-index: 100;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  background-color: #ffffff8a; }
  .CCMModal .modal-content {
    transform: translateY(0);
    max-height: 100%;
    overflow: auto;
    transition: transform .1s ease-out;
    outline: none;
    background-color: #fff;
    padding: 0 !important;
    box-shadow: 0 0.25rem 0.5rem #0000003d;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 0; }
  .CCMModal .header-content {
    background-color: #e2ebee;
    padding: 1rem;
    flex: 0 0 auto;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 600;
    display: flex;
    font-size: 12px; }
    .CCMModal .header-content .close {
      font-weight: 600 !important;
      opacity: 1 !important; }
  .CCMModal .header-h3 {
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    flex: 1 1 auto; }
  .CCMModal .header-h2 {
    font-family: Open Sans,Arial,sans-serif;
    font-style: normal;
    margin: 0 0 15px 0;
    font-weight: 600;
    background-color: #fff;
    font-size: 2.1rem;
    line-height: 3.5rem;
    padding: 0;
    border: 0; }
  .CCMModal .content {
    line-height: 2rem;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 300;
    font-size: 12px; }
  .CCMModal .content-padding {
    padding-bottom: 20px !important; }
  .CCMModal .content-margin {
    margin-bottom: 15px; }
  .CCMModal .ccm-agree-button {
    width: 464px;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color: #417f90;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0003;
    cursor: pointer;
    display: inline-block;
    line-height: 3.5rem;
    transition-duration: .1s;
    transition-property: background-color,background-image,box-shadow,border-color,color;
    vertical-align: top;
    border: none; }

ccm-save-button {
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #417f90;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px #0003;
  cursor: pointer;
  display: inline-block;
  transition-duration: .1s;
  transition-property: background-color,background-image,box-shadow,border-color,color;
  vertical-align: top;
  float: right;
  margin-top: -0.5rem;
  padding: 6px 6px;
  line-height: 1;
  border: none; }

#additional-parties .panel {
  border-top-width: 0px; }

#additional-parties .panel-group {
  margin: 0; }

#additional-parties .panel-heading {
  padding: 0; }

#additional-parties .panel-body {
  padding: 0; }

.accordion-header {
  cursor: pointer; }

.party-details-dialog .modal-dialog {
  max-width: 898px;
  width: 95%;
  height: 459px; }

#party-carrier-name-pane #party-carrier-name {
  /*padding: 0 4px 0 0;*/ }

#party-carrier-name-pane #party-carrier-scac {
  /*padding: 0 0 0 4px;*/ }
  #party-carrier-name-pane #party-carrier-scac input {
    text-transform: uppercase; }
  #party-carrier-name-pane #party-carrier-scac ::-webkit-input-placeholder {
    /* WebKit browsers */
    text-transform: none; }
  #party-carrier-name-pane #party-carrier-scac :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-transform: none; }
  #party-carrier-name-pane #party-carrier-scac ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: none; }
  #party-carrier-name-pane #party-carrier-scac :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: none; }

#Transaction-Review td {
  max-width: 230px;
  white-space: normal; }

#Transaction-Review .hard-wrap {
  overflow-wrap: break-word; }

#container-details .well-wrap {
  overflow: visible; }

#container-details .location-popup {
  height: 275px;
  overflow: scroll; }

#container-details .details-tooltip {
  width: 25em;
  white-space: normal; }

.search-content {
  min-height: 310px;
  padding-top: 50px;
  padding-bottom: 50px; }

.search-bg-img {
  background-size: cover !important;
  background-position: center !important;
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -moz-animation: fadein 2s;
  /* Firefox */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera */
  animation: fadein 2s; }

.bgimg1 {
  background: #002629 url("../images/dramatic_containers.jpg");
  background-position: top !important; }

.bgimg2 {
  background: #43c9d5 url("../images/stacked_containers_ship.jpg"); }

.bgimg3 {
  background: #0672b8 url("../images/stacked_containers.jpg"); }

.bgimg4 {
  background: #b0c1d1 url("../images/ship_in_water.jpg"); }

.bgimg5 {
  background: #b0c1d1 url("../images/ship_in_water3.jpg"); }

.get-schedules-txt i {
  margin-right: 3px; }

.recent-saved-searches {
  margin-left: 15px; }

.tranship-details {
  margin-top: 5px; }

.tranship-details table, .tranship-details th {
  text-align: center; }

.tranship-details .table tbody tr td {
  vertical-align: middle; }

.common-checkbox-label-grey {
  color: #CCCCCC; }

#moreSearchFields .multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 30px; }

#recentSearchesGrid table tbody td {
  cursor: pointer; }

.wd-33pct {
  width: 33%; }

.wd-50pct {
  width: 50%; }

.search-content h3 {
  color: #FFFFFF; }

.search-title a {
  color: #FFFFFF;
  font-weight: bold; }

.panel-overflow {
  overflow: visible !important;
  margin-bottom: 15px !important; }

.dayofweek {
  padding-right: 15px; }

input.dayofweekck {
  margin-right: 12px; }

.carrier-logo {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-bottom: 8px; }

.carrier-logo-pos {
  margin-top: 0px; }

.top-banner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: whitesmoke;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(245, 245, 245, 0.5);
  margin-bottom: 15px; }

.green-vessel {
  padding-left: 2px;
  padding-top: 0px; }

.vessel-voyage {
  font-size: 14px;
  color: #FFFFFF; }

.service-name {
  font-size: 12px;
  color: #FFFFFF; }

.schedule-analysis {
  color: #FFFFFF; }

.slot-availability, .slot-availability:hover, .sched-reliability, .sched-reliability:hover, .event-coverage, .event-coverage:hover {
  font-size: 14px;
  color: #FFFFFF !important; }

.schedules-mgr-left {
  /*background: rgb(245, 245, 245);*/
  /* Fall-back for browsers that don't support rgba */
  /*background: rgba(245, 245, 245, .50);*/
  /*height:600px;*/ }

.schedules-mgr-left .panel-group collapsible-panel .panel {
  margin-top: 10px; }

.schedules-mgr-top {
  /*background: rgb(204, 204, 204);*/
  /* Fall-back for browsers that don't support rgba */
  /*background: rgba(204, 204, 204, .50);*/
  padding-top: 15px;
  padding-bottom: 15px; }

.schedules-mgr-top .well {
  margin-bottom: 0px; }

.os-results {
  /*background: rgb(245, 245, 245);*/
  /* Fall-back for browsers that don't support rgba */
  /*background: rgba(245, 245, 245, .50);
        padding-left:0px;*/ }

.result-links {
  padding-bottom: 0px;
  font-size: 12px; }

.result-links > a {
  display: inline-block;
  margin-top: 4px; }

.booknow {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #e67b1e;
  background-color: #e67b1e; }

.instant-booknow {
  border-color: #81BC41;
  background-color: #81BC41; }

.carrier-booknow {
  border-color: #999999;
  background-color: #999999; }

.carbon {
  padding-top: 0px;
  font-size: 9px;
  line-height: 9px; }

.carbon i {
  font-size: 18px;
  line-height: 1; }

.contracted-rate {
  font-size: 9px;
  font-weight: 400;
  line-height: 9px; }

.carrier-rate {
  color: #333333 !important; }

.rate-block {
  padding-top: 3px; }

.result-more {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px; }

.more-details-link {
  color: #369;
  font-size: 13px;
  font-weight: bold; }

.cut-off-link {
  color: #369; }

.search-more {
  text-align: right;
  padding-top: 2px;
  padding-bottom: 0px; }

.sch-result {
  border-top: 6px solid #029cae; }

.result-footer {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: transparent; }

.os-rate {
  font-size: 18px;
  line-height: 1; }

.os-rate .popover-title {
  font-weight: 600; }

.os-rate .popover-content {
  font-weight: 400; }

.os-rate .popover {
  display: block !important; }

.get-schedules-but {
  width: 100%; }

.webservice-message {
  padding-top: 10px;
  padding-bottom: 5px;
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #428bca; }

.ocean-wave {
  display: none;
  height: 50px;
  /*background-image:url(../../common/images/ocean_wave.gif);
        -webkit-transition: background-position 25s;
        -moz-transition: background-position 25s;
        -o-transition: background-position 25s;
        transition: background-position 25s;
        */ }

#osResultSet {
  clear: both; }

.animated-dots {
  padding-top: 7px; }

.field-stretch {
  width: 100% !important; }

.recent-os-block {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  color: #369;
  font-size: 16px;
  cursor: pointer;
  min-height: 140px; }

#recentSearchesNoResult .no-recent-os-block {
  min-height: 55px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  color: #444444;
  font-size: 16px; }

.recent-os-block:hover {
  color: #ffffff; }

.recent-date-info {
  margin-top: 5px !important; }

.recent-loc-info {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4; }

.recent-details-info {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4; }

.vessel-details-table, .fee-table, .schedule-details-table {
  margin: 0px;
  font-size: 11px;
  width: 100% !important; }

.fee-total {
  font-size: 14px; }

.rate-unavail {
  font-size: 14px;
  line-height: 14px; }

.os-filters-left {
  height: 200px; }

#filterSet1 .panel-heading {
  padding: 8px; }

.os-filters-top {
  height: 150px; }

.result-summary .btn {
  margin-top: 4px;
  margin-bottom: 0px; }

.filterDatesBar:hover, .filterDatesBar:focus, .filterDatesBar:active,
.filterPortsBar:hover, .filterPortsBar:focus, .filterPortsBar:active,
.filterTerminalsBar:hover, .filterTerminalsBar:focus, .filterTerminalsBar:active,
.filterServicesBar:hover, .filterServicesBar:focus, .filterServicesBar:active,
.filterCarriersBar:hover, .filterCarriersBar:focus, .filterCarriersBar:active,
.filterMoreBar:hover, .filterMoreBar:focus, .filterMoreBar:active {
  border-color: #cccccc;
  background-color: #eeeeee; }

.os-sort a {
  padding-left: 15px; }

.os-sort-border {
  border-radius: 0px;
  border: 0px; }

#schedulesSort {
  margin-bottom: 15px; }

.sliderWidth {
  width: 180px; }

.fromSlide {
  padding: 0px;
  padding-bottom: 10px; }

.toSlide {
  padding: 0px;
  padding-bottom: 10px;
  text-align: right; }

.depResultVal {
  font-weight: bold;
  font-size: 16px; }

.transResultVal {
  font-weight: bold;
  font-size: 18px;
  text-align: center; }

.transit-details-val {
  text-align: center; }

.direct-trans-flag {
  font-weight: bold;
  font-size: 12px;
  margin-top: -2px;
  text-align: center; }

.arrResultVal, .arrDeptDate, .location {
  font-weight: bold;
  font-size: 16px; }

.origin-port-val, .dest-port-val {
  font-weight: bold;
  font-size: 12px; }

.term-cutoff-val {
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap; }

.term-cutoff-date {
  color: #029cae; }

.origin-term-val, .dest-term-val {
  font-weight: normal;
  font-size: 12px; }

.dep-details-val {
  font-weight: bold;
  font-size: 14px; }

.port-details-val {
  font-weight: bold;
  font-size: 12px; }

.term-details-val {
  font-weight: normal;
  font-size: 12px; }

.cutoff-details-val {
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap; }

.transit-details-val {
  font-weight: bold;
  font-size: 14px; }

.arr-details-val {
  font-weight: bold;
  font-size: 14px; }

.sort-link {
  font-weight: bold;
  font-size: 13px;
  color: #369; }

#schedulesSort .panel-heading {
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px; }

.detail-title {
  background-color: #029cae;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px; }

.detail-row {
  background-color: rgba(245, 245, 245, 0.85);
  padding-top: 10px;
  padding-bottom: 10px; }

.detail-row.odd {
  background-color: rgba(253, 253, 253, 0.85);
  padding-top: 10px;
  padding-bottom: 10px; }

.panel.vessel-result-group {
  margin-bottom: 15px; }

#osResultSet .panel.vessel-result-group .panel-title {
  font-weight: normal; }

/*.result-highlight:hover{
        /*light orange background-color:#fef9f0;*/
/*light green*/
/*background-color:#f1fcfe;
  }*/
.result-highlight {
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s; }

.result-highlight:hover {
  /*background-color:#ffffad; yellow*/
  background-color: #daf1f3; }

.os-highlight-row,
.os-highlight-row1,
.os-highlight-row2,
.os-highlight-row3 {
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s; }

.os-highlight-row1:hover {
  background-color: #e37a2b; }

.os-highlight-row:hover,
.os-highlight-row2:hover {
  background-color: #029cae; }

.os-highlight-row3:hover {
  background-color: #5387bd; }

.res-cont.panel-body {
  margin-left: 10px;
  margin-right: 10px; }

.res-cont.panel-body, .details-cont.panel-body {
  padding: 5px;
  padding-bottom: 0px; }

.details-cont.panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px dashed #ccc;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px; }

.cutoff-table {
  margin: 0px;
  font-size: 12px; }

.cutoff-table th {
  background-color: #029cae;
  font-weight: bold;
  color: #fff; }

.ostable {
  margin: 0px;
  font-size: 12px;
  background: white;
  /* Fall-back for browsers that don't support rgba */
  background: white; }

.select-mb10 select,
.select-mb10 input {
  margin-bottom: 10px; }

.input100 {
  width: 100px; }

.popover tr:first-child td {
  border-top: none; }

.date-helptext {
  font-weight: normal;
  font-size: 12px; }

#filterSet1 .panel-heading {
  cursor: pointer; }

#filterSet1 .result-summary .panel-heading {
  cursor: auto; }

#osResultSet .panel-title {
  font-size: 15px;
  font-weight: 600;
  font-family: Arial,​ ​Helvetica,​ sans-serif; }

#preferredCarriers {
  height: 365px;
  overflow: auto; }

.pushright10 {
  margin-right: 10px; }

.os-carriers-list {
  border: 1px solid #DDDDDD;
  border-left: 0px;
  border-right: 0px;
  border-image: none;
  overflow: auto;
  margin-bottom: 0px !important; }

.os-carriers-list li {
  padding: 0; }

.os-carriers-list label {
  margin: 0;
  padding: 5px 10px;
  width: 100%; }

.os-carriers-list .list-group-item:first-child {
  border-radius: 0;
  border-top: 0 none; }

.os-carriers-list .list-group-item:last-child {
  border-bottom: 0 none;
  border-radius: 0; }

.os-carriers-list li.list-group-item:hover, .os-carriers-list li.list-group-item:focus, li.si-clause-highlighted {
  background-color: #DDEEFF;
  text-decoration: none; }

.os-search-wrap {
  background-color: #FFFFFF; }

.os-tab-wrap {
  background-color: transparent;
  border: 0px;
  padding-top: 0px;
  margin-bottom: 35px; }

.os-tab-wrap .tab-content {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px; }

.os-tab-wrap.result-page {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0px; }

.os-tab-wrap.result-page .tab-content {
  padding: 0px; }

.result-page .nav > li > a {
  padding: 5px 15px; }

.os-tab-wrap .nav-tabs > li.active > a, .os-tab-wrap .nav-tabs > li.active > a:hover, .os-tab-wrap .nav-tabs > li.active > a:focus {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.os-tab-wrap .nav-tabs > li > a, .os-tab-wrap .nav-tabs > li > a:hover, .os-tab-wrap .nav-tabs > li > a:focus {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #FFFFFF; }

.os-tabs {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; }

.os-tabs li a {
  text-align: center; }

.os-tabs .nav-tabs > li > a {
  border-radius: 0; }

.os-tabs .nav-tabs > li.no-left-border > a, .os-tabs .nav-tabs > li.no-left-border > a:hover, .os-tabs .nav-tabs > li.no-left-border > a:focus {
  border-left: 0 solid #FFFFFF; }

.os-tabs .nav-tabs > li.no-right-border > a, .os-tabs .nav-tabs > li.no-right-border > a:hover, .os-tabs .nav-tabs > li.no-right-border > a:focus {
  border-right: 0 solid #FFFFFF;
  margin-right: 0px; }

input[type="radio"].radioSpacer {
  margin-right: 5px; }

.schedules-head-sort {
  padding: 0px; }

.schedules-head-sort .os-sort {
  padding-left: 10px; }

.schedules-head-sort .os-sort a {
  padding: 10px;
  display: inline-block;
  transition: background-color 1s ease 0s; }

.schedules-head-sort .os-sort a:hover {
  background-color: #eeeeee;
  color: #333333; }

.schedules-head-sort .os-sort a.active {
  /*border-bottom:1px solid #cccccc;*/
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.275) inset; }

#portlistContainer {
  max-height: 350px;
  overflow: auto; }

.placeholder {
  color: #999999; }

.ta-contactNotes {
  min-height: 85px;
  resize: none; }

.ta-recipients-message {
  resize: none; }

.getSchedules-but {
  width: 100%;
  position: relative;
  overflow: hidden; }

.text-align-r-smplus {
  text-align: right; }

.vessel-res-cont {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  padding-top: 10px; }

#filterPortsPanel .form-group,
#filterTerminalsPanel .form-group,
#filterCarriersPanel .form-group {
  max-height: 400px;
  overflow-y: auto; }

#vesselFilterPortsPanel .form-group,
#vesselFilterCarriersPanel .form-group {
  max-height: 200px;
  overflow-y: auto; }

.dttable_wrapper {
  overflow: auto;
  width: 100%; }

.dttable_wrapper table.table thead,
.dttable_wrapper table.table tbody {
  white-space: nowrap; }

.dttable_wrapper table.table thead th {
  padding-right: 20px; }

#sceduleResLocationGrid.datatable tbody td {
  cursor: default;
  /*word-break: break-all;*/ }

.dttable_wrapper table#sceduleResVesselGrid thead th,
.dttable_wrapper table#sceduleResLocationGrid thead th.info-col {
  padding-right: 8px; }

#schedulesSort {
  display: none;
  margin-bottom: 10px; }

table#sceduleResVesselGrid tbody td {
  cursor: auto;
  /* word-break: break-all;*/ }

table#sceduleResVesselGrid tbody tr.group td {
  cursor: pointer; }

tr.group,
tr.group:hover {
  background-color: #F5F5F5; }

div.dataTables_info {
  float: left; }

#makeNewSearch, #newSearch {
  margin-right: 15px; }

.date_arrive,
.date_depart,
.date_cutoff {
  white-space: nowrap; }

.schedule-grid-results i {
  font-size: 14px; }

.schedule-grid-results th {
  text-align: left; }

.select-schedule {
  padding-left: 15px !important; }

.select-schedule-checkbox {
  margin-left: -15px !important; }

td .select-schedule-checkbox {
  position: absolute !important; }

#searchByLocation .dropdown-menu {
  padding: 3.5px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap; }

.searchByLocation-IE .dropdown-menu {
  overflow-y: unset !important;
  max-height: none !important; }

#searchByLocation .uib-datepicker-popup.dropdown-menu {
  overflow-y: hidden; }

.compare-logo {
  margin: 0 auto; }

.compare-label {
  background-color: rgba(253, 253, 253, 0.85); }

.compare-highlight .col2, .compare-highlight .col3, .compare-highlight .col4, .compare-highlight .col5 {
  font-weight: bold;
  background-color: #daf1f3; }

.col1 {
  background-color: #029cae;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  width: 1%;
  min-width: 140px;
  text-align: right; }

.col2 {
  background-color: rgba(245, 245, 245, 0.85);
  width: 20%;
  text-align: center; }

.col3 {
  background-color: rgba(253, 253, 253, 0.85);
  width: 20%;
  text-align: center; }

.col4 {
  background-color: rgba(245, 245, 245, 0.85);
  width: 20%;
  text-align: center; }

.col5 {
  background-color: rgba(253, 253, 253, 0.85);
  width: 20%;
  text-align: center; }

.book-now, .connect-carrier {
  position: absolute;
  bottom: 10px;
  right: 15px; }

.tooltip-inner {
  /*text-align: left !important;*/ }

.dttable_wrapper {
  overflow: auto;
  width: 100%; }

.dttable_wrapper table.table thead,
.dttable_wrapper table.table tbody {
  white-space: normal; }

@media (max-width: 767px) {
  .text-align-r-smplus {
    /*text-align:left;*/ }
  .margin-left-xs-15 {
    margin-left: 15px; }
  #makeNewSearch.pull-right {
    float: left !important; }
  .schedule-grid-results {
    font-size: 12px; }
  .book-now, .connect-carrier {
    position: relative;
    bottom: 0px;
    right: 0px; }
  .col1 {
    min-width: 0; }
  .recent-os-block {
    min-height: 125px; }
  .transResultVal {
    text-align: left; }
  .direct-trans-flag {
    text-align: left; }
  .transit-details-val {
    text-align: left; } }

@media (min-width: 768px) {
  div.popover {
    min-width: 300px;
    width: auto; }
  .schedules-criteria, .schedules-criteria input, .schedules-criteria select, .get-schedules-txt {
    font-size: 11px !important; }
  .schedule-grid-results {
    font-size: 12px; }
  .col1 {
    min-width: 0; }
  .recent-os-block {
    min-height: 125px; }
  .date_arrive,
  .date_depart,
  .date_cutoff {
    white-space: normal; } }

@media (min-width: 768px) and (max-width: 991px) {
  .clr-pad-sm {
    padding-left: 0;
    padding-right: 0; }
  .clr-pad-lt-sm {
    padding-left: 0; }
  .clr-pad-rt-sm {
    padding-right: 0; }
  .margin-left-sm-15 {
    margin-left: 15px; } }

@media (min-width: 992px) {
  .clr-pad-lt-md {
    padding-left: 0; }
  .schedules-criteria, .schedules-criteria input, .schedules-criteria select, .schedules-criteria .form-control, .get-schedules-txt {
    font-size: 12px !important; }
  .btn-sm .get-schedules-txt, .btn-group-sm > .btn .get-schedules-txt {
    font-size: 12px !important; }
  .filter-section {
    width: 20%; }
  .result-section {
    width: 80%; }
  .schedules-mgr-left, .schedules-mgr-left label {
    font-size: 12px; }
  .schedule-grid-results {
    font-size: 12px; }
  .col1 {
    min-width: 140px; }
  .recent-os-block {
    min-height: 125px; }
  .date_arrive,
  .date_depart,
  .date_cutoff {
    white-space: nowrap; } }

@media (min-width: 1200px) {
  .filter-section {
    width: 20%; }
  .result-section {
    width: 80%; }
  .schedules-mgr-left, .schedules-mgr-left label {
    font-size: 14px; }
  .schedule-grid-results {
    font-size: 12px; }
  .col1 {
    min-width: 140px; }
  .recent-os-block {
    min-height: 140px; }
  .date_arrive,
  .date_depart,
  .date_cutoff {
    white-space: nowrap; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.moretoggle {
  cursor: pointer; }

ocean-schedules-transship-details {
  cursor: pointer; }

div span[st-sort].st-sort-ascent {
  background: url("../images/sort_asc.png") no-repeat center right;
  padding-right: 20px; }

div span[st-sort].st-sort-descent {
  background: url("../images/sort_desc.png") no-repeat center right;
  padding-right: 20px; }

div span[st-sort] {
  background: url("../images/sort_both.png") no-repeat center right;
  padding-right: 20px; }

.vesVoyVal span {
  color: #369;
  text-decoration: none;
  cursor: pointer; }

.vesVoyVal span:hover, span:focus {
  color: #204060;
  text-decoration: underline; }

#searchByLocation .pointable {
  cursor: pointer; }

#searchByLocation .spana {
  color: #369;
  text-decoration: none;
  background-color: transparent; }

.well.os-tab-wrap {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }

.nearby-checkbox {
  margin: 0px;
  margin-top: 5px; }

.include-nearby-checkbox {
  margin-left: -15px !important;
  margin-top: 1px !important; }

.schedule-features {
  min-height: 10px; }

@media (max-width: 767px) {
  .schedule-features {
    position: relative;
    margin-top: 40px; } }

.schedule-features-wrapper {
  position: absolute;
  bottom: 5px; }

.select-schedule-link {
  padding-right: 10px; }

div.dataTables_length select {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.blue-color-settings {
  color: #369 !important;
  font-weight: normal !important; }

.direct-transship {
  margin-top: 6px; }

.smaller-input input[type=text], .smaller-input select, .smaller-input button {
  font-size: 12px !important; }

.smaller-input .direct-transship {
  margin-top: 2px; }

.include-nearby-label {
  font-size: 12px; }

.change-rzslider-label-color.rzslider .rz-bubble {
  color: #333; }

.change-rzslider-label-color.rzslider .rz-bubble.rz-limit {
  color: #999; }

.rzslider {
  margin: 25px 0 20px 0; }
  .rzslider .rz-pointer {
    top: -7px;
    z-index: 3;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #029cae;
    border-radius: 4px;
    border: 1px solid #029cae; }
  .rzslider .rz-pointer.rz-active:after {
    background-color: #333; }
  .rzslider .rz-pointer:after {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #e6e6e6;
    border-radius: 1px;
    content: ''; }
  .rzslider .rz-pointer:hover:after {
    background-color: #ffffff; }
  .rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
    background: #e6e6e6; }
  .rzslider .rz-selection {
    z-index: 2;
    background: #029cae;
    border-radius: 2px; }

.rzslider .rz-bubble {
  bottom: 11px;
  padding: 1px 0px;
  color: #55637d;
  cursor: default; }

.search-loader {
  z-index: 1000;
  left: 50%;
  top: 50%; }
  .search-loader .progress-loader {
    position: fixed;
    opacity: 0.5;
    top: 0;
    height: 100%; }

.vessel-details1 {
  color: #369; }

.no-carrier-logo {
  font-weight: bold; }

ocean-schedules-compare-results-modal-component .img-responsive {
  display: inline; }

.align_pagination {
  margin-top: 21px; }

form#locSearchForm .form-group {
  margin-bottom: 10px; }

form#locSearchForm .form-group.clr-marg-bottom {
  margin-bottom: 0px; }

.vessel-details-table span,
.vessel-details-table span:hover,
.vessel-details-table span:active,
.vessel-details-table tr td:first-child {
  text-align: left; }

.vessel-details-table td {
  cursor: default;
  text-decoration: none; }
  .vessel-details-table td span {
    color: inherit; }

.transit-header {
  text-align: center; }

.form-group {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .transit-header {
    text-align: left; }
  .schedules-criteria, .schedules-criteria input, .schedules-criteria select, .get-schedules-txt {
    font-size: 12px !important; } }

/**
 * Slider is adding own margin bottom, need to overwrite form-group margin bottom to compensate
 */
.transit-time {
  margin-bottom: 5px; }

.result-section .progress {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }

.result-section .progress-bar {
  width: 0%;
  height: 4px;
  background-color: #79b54e; }

.result-section .progress-grid {
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 4px;
  background-color: #dddddd;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }

#schResHS .red-icon, .oceanScheduleCutOffDates .red-icon {
  color: red; }

#schResHS .estimated-popover, .oceanScheduleCutOffDates .estimated-popover {
  white-space: nowrap;
  padding: 0; }

.custom-tooltip-width {
  max-width: 200px; }

/**
 * Fixes ordering of pagination elements on ocean schedules result page when width is super tiny.
 *
 * Review below JIRA bug to get an understanding of exactly what this is fixing:
 *  - https://inttra.atlassian.net/browse/OSNG-862
 */
@media (max-width: 450px) {
  .handle-small-width-for-filter-nav .filter-nav {
    padding-top: 50px;
    float: left; }
  .align_pagination {
    position: absolute; } }

.disabled-sort-header-panel-view {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none !important; }
  .disabled-sort-header-panel-view:hover {
    color: #369; }
  .disabled-sort-header-panel-view span {
    background: url("../images/sort_both.png") no-repeat center right;
    padding-right: 20px; }

.disabled-sort-header-grid-view {
  cursor: not-allowed;
  opacity: 0.5;
  background: url("../images/sort_both.png") no-repeat center right;
  padding-right: 20px; }

.deselect-all-results-icon-panel {
  cursor: pointer;
  margin-left: -5px;
  vertical-align: baseline; }

.deselect-all-results-icon-grid {
  padding-right: 0 !important;
  min-width: 31px; }

.welcome-screen-carousel-indicators {
  bottom: -40px; }
  .welcome-screen-carousel-indicators li {
    background-color: transparent;
    margin: 0 3px; }
  .welcome-screen-carousel-indicators .active {
    margin: 0 3px;
    height: 10px;
    width: 10px;
    border: inherit;
    background-color: #029cae; }

.welcome-screen-carousel-next-button {
  position: absolute;
  bottom: -49px;
  right: 15px; }

@media (max-width: 767px) {
  .welcome-screen-carousel-next-button {
    bottom: -51px; } }

.welcome-screen-skip {
  float: left; }

.welcome-screen-get-started {
  float: right;
  position: relative; }

.welcome-screen-footer {
  border-top: none; }

.welcome-screen-body {
  padding: 0px; }

.welcome-screen-slide-text {
  padding-left: 80px;
  padding-right: 80px;
  min-height: 80px; }

.welcome-screen-background-image {
  height: 351px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0px; }

.welcome-screen-image-0 {
  background: url("../images/welcome.gif"); }

.welcome-screen-image-1 {
  background: url("../images/settings.gif"); }

.welcome-screen-image-2 {
  background: url("../images/recent-searches.gif"); }

.welcome-screen-image-3 {
  background: url("../images/filter-transshipments.gif"); }

.welcome-screen-image-4 {
  background: url("../images/compare.gif"); }

.welcome-screen-content .modal-content {
  border: 0px !important; }

.compare-screen-btn {
  position: relative;
  overflow: hidden; }
