/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: "Helvetica Neue", Helvetica, Arial, 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: #523c7b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #302348;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 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 > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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.3333333;
}
.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-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-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;
}
@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,
.imt-new-layout .pickerCalendar table .btn-default {
  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:active:focus,
.btn.active:focus,
.btn.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: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.imt-new-layout .pickerCalendar table .btn.btn-default.active {
  color: #fff;
  background-color: #523c7b;
  border-color: #47346a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3b2b59;
  border-color: #0d0a14;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3b2b59;
  border-color: #2b2041;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3b2b59;
  border-color: #2b2041;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2b2041;
  border-color: #0d0a14;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #523c7b;
  border-color: #47346a;
}
.btn-primary .badge {
  color: #523c7b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link,
.imt-new-layout .pickerCalendar .buttonRow .bpBtnClose,
.imt-new-layout imt-time-rule-form .btn.select-all-weekdays-btn,
.imt-new-layout imt-time-rule-form .btn.deselect-all-weekdays-btn {
  color: #523c7b;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.imt-new-layout .pickerCalendar .buttonRow .bpBtnClose,
.imt-new-layout imt-time-rule-form .btn.select-all-weekdays-btn,
.imt-new-layout imt-time-rule-form .btn.deselect-all-weekdays-btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.imt-new-layout .pickerCalendar .buttonRow .bpBtnClose,
.imt-new-layout imt-time-rule-form .btn.select-all-weekdays-btn,
.imt-new-layout imt-time-rule-form .btn.deselect-all-weekdays-btn {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #302348;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: #337ab7;
}
.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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 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 {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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 > 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: #523c7b;
}
.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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  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: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .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: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #080808;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  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: #523c7b;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #302348;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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.3333333;
}
.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 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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.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 {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #523c7b;
  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;
}
.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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #523c7b;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.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: #5cb85c;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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-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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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 .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 .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: "Helvetica Neue", Helvetica, Arial, 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: 200px;
  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: "Helvetica Neue", Helvetica, Arial, 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.25);
  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.25);
}
.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.25);
  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.25);
}
.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 {
  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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.imt-new-layout .pickerCalendar table .btn.btn-default.active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary,
.imt-new-layout .pickerCalendar table .btn.btn-default.active {
  background-image: -webkit-linear-gradient(top, #523c7b 0%, #372852 100%);
  background-image: -o-linear-gradient(top, #523c7b 0%, #372852 100%);
  background-image: linear-gradient(to bottom, #523c7b 0%, #372852 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff523c7b', endColorstr='#ff372852', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #32254b;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #372852;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #372852;
  border-color: #32254b;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #372852;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
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.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 {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-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-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.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);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  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);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/**
 * This is our main variables file. It in turn imports the `variables` file from
 * Twitter Bootstrap. We must include it last so we can overwrite any variable
 * definitions in our imported stylesheets.
 */
/**
 * These are the variables used throughout the application. This is where
 * overwrites that are not specific to components should be maintained.
 */
/**
 * Own colors
 */
/**
 * Typography
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(Roboto-Regular.woff) format('woff');
}
html {
  height: 100%;
}
body {
  height: 100%;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
code,
pre,
.pre {
  padding: 5px;
  margin: 10px 0;
  background-color: #efefef;
  border: 1px solid #dadada;
  border-radius: 3px;
}
code {
  padding: 0 3px;
}
pre {
  margin: 10px 0;
  padding: 5px;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.row {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.input-group .btn {
  border-bottom: 1px solid rgba(134, 134, 134, 0.2);
}
.has-feedback .form-control {
  padding-right: 0;
}
.has-feedback .form-control input[type='number'],
.has-feedback .form-control input[type='text'] {
  padding-right: 12px;
}
ul.dropdown-menu li a {
  cursor: pointer;
}
tr.even td {
  background-color: #f9f9f9;
}
button.clear-styles {
  background: none;
  border: none;
}
.pointer {
  cursor: pointer;
}
.noanimations * {
  -webkit-animation-duration: 0.01s !important;
  -moz-animation-duration: 0.01s !important;
  -o-animation-duration: 0.01s !important;
  -ms-animation-duration: 0.01s !important;
  animation-duration: 0.01s !important;
}
.top-separated {
  border-top: solid 2px #d3dee3;
}
/* Remove spinners, since they look ugly in almost any cases/browsers in our case. */
input[type='number'].hide-number-spinner {
  -moz-appearance: textfield;
}
input[type='number'].hide-number-spinner::-webkit-inner-spin-button,
input[type='number'].hide-number-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/**
 * Now that all app-wide styles have been applied, we can load the styles for
 * all the submodules and components we are using. 
 *
 * TODO: In a later version of this boilerplate, I'd like to automate this.
 */
div.layout-container {
  height: 100%;
}
div.layout {
  height: 100%;
}
div.layout div.container-content:before {
  content: '';
  height: 100%;
  float: left;
}
div.layout div.container-content {
  height: 100%;
}
div.layout div.container-content div.content-nav {
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.15);
  z-index: 100;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
div.layout div.container-content div.content-nav .col-md-12[ui-view] {
  padding: 15px;
}
div.layout div.container-content #content-main-size-reference {
  position: relative;
}
div.layout div.container-content #content-main-size-reference:after {
  content: '';
  clear: left;
  display: block;
}
div.layout div.container-content div.content-nav {
  display: inline-block;
  width: 100%;
}
div.layout div.container-content #content-main-scroll-wrapper {
  height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
}
div.layout div.container-content div.content-main .col-md-12[ui-view] {
  padding: 15px;
}
imt-layout-left-nav.imt-layout-left-nav {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #423063;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  /* What has science done. */
}
imt-layout-left-nav.imt-layout-left-nav img.left-nav-logo {
  height: 50px;
  width: 50px;
  margin-right: 8px;
}
imt-layout-left-nav.imt-layout-left-nav h2.left-nav-header {
  color: #ffffff;
  font-size: 0.85em;
  height: 70px;
  padding: 0 20px 0 20px;
}
imt-layout-left-nav.imt-layout-left-nav a {
  border-radius: 0;
}
imt-layout-left-nav.imt-layout-left-nav .nav-pills > li > a:hover,
imt-layout-left-nav.imt-layout-left-nav .nav-pills > li > a:focus,
imt-layout-left-nav.imt-layout-left-nav .nav-pills > li.active > a,
imt-layout-left-nav.imt-layout-left-nav .nav-pills > li.active > a:hover,
imt-layout-left-nav.imt-layout-left-nav .nav-pills > li.active > a:focus {
  background-color: #523c7b;
}
imt-layout-left-nav.imt-layout-left-nav li.active > a {
  background-color: #523c7b;
}
imt-layout-left-nav.imt-layout-left-nav h5.link {
  color: #ffffff;
}
imt-layout-left-nav.imt-layout-left-nav li.left-nav-subheader {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 8px 0 2px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
imt-layout-left-nav.imt-layout-left-nav .left-nav-subheader-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-transform: inherit;
}
imt-layout-left-nav.imt-layout-left-nav span.fa-stack {
  width: 100%;
}
imt-layout-left-nav.imt-layout-left-nav span.fa-custom {
  font-size: 3.5em;
}
imt-layout-left-nav.imt-layout-left-nav span.fa-custom span.fa-top {
  color: #ffffff;
}
imt-layout-left-nav.imt-layout-left-nav span.fa-custom span.fa-bottom {
  transition: text-shadow 0.5s ease;
  color: #fdbabe;
}
imt-layout-left-nav.imt-layout-left-nav span.fa-custom:hover span.fa-bottom {
  text-shadow: 0 0 25px #1d3b49;
}
imt-layout-top-nav.imt-layout-top-nav {
  display: block;
  padding-left: 20px;
  background-color: #fdbabe;
  height: 100px;
}
imt-layout-top-nav.imt-layout-top-nav div.external-seller-portal-title-container,
imt-layout-top-nav.imt-layout-top-nav div.partner-portal-title-container {
  display: inline-block;
  padding-right: 15px;
  margin: 5px 10px 0 0;
  border-right: 1px solid #000;
}
imt-layout-top-nav.imt-layout-top-nav div.external-seller-portal-title-container h3.title,
imt-layout-top-nav.imt-layout-top-nav div.partner-portal-title-container h3.title {
  margin: 0;
  font-weight: 300;
  color: #03597d;
}
imt-layout-top-nav.imt-layout-top-nav div.external-seller-portal-title-container h4.subtitle,
imt-layout-top-nav.imt-layout-top-nav div.partner-portal-title-container h4.subtitle {
  margin: 5px 0 0 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #03597d;
}
imt-layout-top-nav.imt-layout-top-nav div.per-state-content-container {
  display: inline-block;
  vertical-align: top;
}
imt-layout-top-nav.imt-layout-top-nav div.per-state-content-container h2.top-nav-header {
  border: 0;
  color: #523c7b;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 33px 0 0 0;
  display: block;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 8px 10px;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login p.greetings,
imt-layout-top-nav.imt-layout-top-nav div.content-login span.date {
  color: #523c7b;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login div.welcome-container {
  display: inline-block;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login p.greetings {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
  clear: both;
  padding-bottom: 4px;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login span.date {
  font-size: 0.7em;
  letter-spacing: 0.1em;
  float: right;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login .dropdown {
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-left: 8px;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login .dropdown .dropdown-toggle {
  text-decoration: none;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login .dropdown .dropdown-toggle:hover,
imt-layout-top-nav.imt-layout-top-nav div.content-login .dropdown .dropdown-toggle:visited {
  text-decoration: none;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login .dropdown .user {
  line-height: 60px;
  font-size: 2.5em;
}
imt-layout-top-nav.imt-layout-top-nav div.content-login .dropdown-menu {
  right: 0;
  left: initial;
}
.product-management-main .show-archived {
  float: right;
  font-weight: normal;
}
.product-management-main div.root-menu {
  margin: 15px;
}
.product-management-nav {
  padding: 15px;
}
.product-management-nav-create {
  padding: 15px;
}
.product-management-nav-create h4 {
  display: inline-block;
}
.product-management-nav-create .btn-titlegroup {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 5px 0 0;
}
.product-management-nav-create .btn-titlegroup button {
  width: 150px;
}
.product-management-nav-create .btn-titlegroup span.title {
  font-size: 13px;
  display: block;
  color: #747474;
  text-align: center;
  margin-top: 3px;
}
.product-management-nav-create-travel-step {
  padding: 15px;
}
.product-management-nav-create-travel-step h4 {
  display: inline-block;
}
.product-management-nav-create-resource {
  padding: 15px;
}
.product-management-nav-create-resource h4 {
  display: inline-block;
}
.product-management-nav-create-product {
  padding: 15px;
}
.product-management-nav-create-product h4 {
  display: inline-block;
}
div.lists-to-send-nav {
  padding: 15px;
}
div.lists-to-send-nav .lists-to-send-header {
  font-size: 1.1em;
  margin-bottom: 10px;
}
div.lists-to-send-nav .lists-to-send-filters > button {
  text-transform: uppercase;
}
div.lists-to-send-nav .lists-to-send-filters {
  display: inline-block;
  padding-right: 8px;
}
div.lists-to-send-nav .lists-to-send-filters betterpicker .pickerCalendar {
  position: fixed;
}
div.lists-to-send {
  padding: 15px;
}
div.lists-to-send button.no-style {
  background: none;
  border: none;
}
div.lists-to-send .lists-to-send-table thead > tr > th {
  text-transform: uppercase;
}
div.lists-to-send .lists-to-send-table td {
  vertical-align: middle;
}
div.lists-to-send .lists-to-send-table tbody {
  border: none;
}
div.lists-to-send .lists-to-send-table tbody .list-header-row th {
  background-color: #458dab;
  color: #ffffff;
  padding: 10px 4px;
  text-shadow: 1px 1px 0 #0B729D;
}
div.lists-to-send .lists-to-send-table tbody .list-header-column {
  text-transform: uppercase;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column {
  text-align: center;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .travel-step-type {
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 0.8em;
  padding: 4px;
  font-weight: bold;
  background-color: #1a76a5;
  color: #ffffff;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .type-bus {
  background-color: #a5863b;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .type-train {
  background-color: #ad0102;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .type-ship {
  background-color: #1a76a5;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .type-hotel {
  background-color: #a55a6b;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .type-during-stay {
  background-color: #75a563;
}
div.lists-to-send .lists-to-send-table tbody .list-type-column .type-flight {
  background-color: #8585ad;
}
div.lists-to-send .lists-to-send-table tbody .list-send-column a {
  color: inherit;
}
div.lists-to-send .lists-to-send-table tbody .send-list-button {
  text-transform: uppercase;
}
div.lists-to-send .lists-to-send-table tbody .list-footer-row td {
  background-color: #ffffff;
}
div.lists-to-send .no-lists-for-timespan {
  margin: 15px;
  font-size: 1.2em;
}
div.lists-to-send .no-lists-for-timespan .timespan {
  text-transform: uppercase;
  font-weight: bold;
}
div.lists-to-send .load-previous-lists-button,
div.lists-to-send .load-next-lists-button {
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
}
/**
 * Common passenger list sending styles
 */
.send-passenger-list-nav {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.send-passenger-list-nav .nav-title {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1em;
  opacity: 0.8;
  /* emulate some gray */
}
.send-passenger-list-nav .nav-item-name {
  font-size: 1.5em;
  opacity: 0.65;
}
.send-passenger-list-nav .departure-time,
.send-passenger-list-nav .list-route {
  text-transform: capitalize;
  opacity: 0.65;
}
.send-passenger-list-nav .list-action-buttons {
  margin-top: 1em;
}
.send-passenger-list-nav .list-action-buttons .escort-report-export-button,
.send-passenger-list-nav .list-action-buttons .dss-report-export-button {
  text-transform: uppercase;
  border: 1px solid #1a76a5;
}
.send-passenger-list-nav .list-action-buttons .toggle .btn {
  border: 1px solid #1a76a5;
  color: #1a76a5;
}
.send-passenger-list-nav .list-action-buttons .toggle .btn-primary {
  color: #ffffff;
}
.send-passenger-list-nav .list-action-buttons .list-state {
  text-transform: uppercase;
  font-size: 0.7em;
  opacity: 0.45;
}
.send-passenger-list {
  margin-top: 1em;
  padding: 15px;
}
@media screen {
  .send-passenger-list {
    font-size: 1em;
  }
}
@media print {
  .send-passenger-list {
    font-size: 0.7em;
  }
  .send-passenger-list table {
    margin-bottom: 10px;
  }
  .send-passenger-list table thead {
    display: table-row-group;
  }
  .send-passenger-list table th,
  .send-passenger-list table td {
    background: none !important;
    padding: 3px !important;
  }
  .send-passenger-list .group-footer-row,
  .send-passenger-list .group-footer-row td {
    height: 20px;
  }
}
.send-passenger-list .passenger-list-contents {
  border-bottom: 1px solid #bbbbbb;
}
@media print {
  .send-passenger-list .passenger-list-contents {
    padding: 0;
  }
}
.send-passenger-list .passenger-list-contents .passenger-list-header {
  border-bottom-width: 0px;
  border-top-width: 0px;
  font-size: 1.4em;
  opacity: 0.7;
  text-transform: none;
  font-weight: normal;
}
.send-passenger-list .passenger-list-contents .passenger-list-header .legend {
  font-size: 0.8em;
}
.send-passenger-list .passenger-list-contents .passenger-list-header .new-legend {
  color: forestgreen !important;
}
.send-passenger-list .passenger-list-contents .passenger-list-header .removed-legend {
  color: #f00 !important;
}
.send-passenger-list .passenger-list-contents .passenger-list-header .old-legend {
  color: black !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table,
.send-passenger-list .passenger-list-contents table.passenger-summary-table,
.send-passenger-list .passenger-list-contents table.reservation-summary-table {
  width: 100%;
}
.send-passenger-list .passenger-list-contents table.passenger-table .separator-col,
.send-passenger-list .passenger-list-contents table.passenger-summary-table .separator-col,
.send-passenger-list .passenger-list-contents table.reservation-summary-table .separator-col {
  background-color: initial;
  border: none;
  width: 6px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead th,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead th,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead th {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 0.85em;
  border-bottom-width: 1px;
  border-top-width: 0px;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.info-header-title-row th,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.info-header-title-row th,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.info-header-title-row th,
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.summary-title-row th,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.summary-title-row th,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.summary-title-row th {
  border-bottom-width: 0px;
  border-top-width: 0px;
  font-size: 1.4em;
  opacity: 0.7;
  text-transform: none;
  font-weight: normal;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.info-header-title-row th .legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.info-header-title-row th .legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.info-header-title-row th .legend,
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.summary-title-row th .legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.summary-title-row th .legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.summary-title-row th .legend {
  font-size: 0.8em;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.info-header-title-row th .new-legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.info-header-title-row th .new-legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.info-header-title-row th .new-legend,
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.summary-title-row th .new-legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.summary-title-row th .new-legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.summary-title-row th .new-legend {
  color: forestgreen !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.info-header-title-row th .removed-legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.info-header-title-row th .removed-legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.info-header-title-row th .removed-legend,
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.summary-title-row th .removed-legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.summary-title-row th .removed-legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.summary-title-row th .removed-legend {
  color: #f00 !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.info-header-title-row th .old-legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.info-header-title-row th .old-legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.info-header-title-row th .old-legend,
.send-passenger-list .passenger-list-contents table.passenger-table thead tr.summary-title-row th .old-legend,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead tr.summary-title-row th .old-legend,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead tr.summary-title-row th .old-legend {
  color: black !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead .group-header-row,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead .group-header-row,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead .group-header-row,
.send-passenger-list .passenger-list-contents table.passenger-table tbody .group-header-row,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .group-header-row,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .group-header-row {
  background-color: #fff;
  border-top: 0px solid white;
  border-bottom: 2px solid #777;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead .group-header-row th,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead .group-header-row th,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead .group-header-row th,
.send-passenger-list .passenger-list-contents table.passenger-table tbody .group-header-row th,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .group-header-row th,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .group-header-row th {
  background-color: #fff;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead .group-header-row .group-header,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead .group-header-row .group-header,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead .group-header-row .group-header,
.send-passenger-list .passenger-list-contents table.passenger-table tbody .group-header-row .group-header,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .group-header-row .group-header,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .group-header-row .group-header {
  text-transform: uppercase;
}
.send-passenger-list .passenger-list-contents table.passenger-table thead .group-header-row .group-header small,
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead .group-header-row .group-header small,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead .group-header-row .group-header small,
.send-passenger-list .passenger-list-contents table.passenger-table tbody .group-header-row .group-header small,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .group-header-row .group-header small,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .group-header-row .group-header small {
  text-transform: none;
  font-weight: normal;
  opacity: 0.8;
  font-size: 95%;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody {
  border-top: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody button.fake-checkbox,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody button.fake-checkbox,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody button.fake-checkbox {
  width: 30px;
  height: 30px;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .passenger-row,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .passenger-row,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .passenger-row {
  border-top: 1px solid #dddddd;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .passenger-row > td,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .passenger-row > td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .passenger-row > td {
  border-top: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .passenger-row.divider-before,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .passenger-row.divider-before,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .passenger-row.divider-before {
  /* used to have border, now removed */
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .passenger-row.divider-after,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .passenger-row.divider-after,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .passenger-row.divider-after,
.send-passenger-list .passenger-list-contents table.passenger-table tbody .extra-services-row.divider-after,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .extra-services-row.divider-after,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .extra-services-row.divider-after {
  border-bottom: 2px solid #777;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .passenger-row.removed,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .passenger-row.removed,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .passenger-row.removed {
  text-decoration: line-through;
  color: #dc5149 !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .group-footer-row,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .group-footer-row,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .group-footer-row,
.send-passenger-list .passenger-list-contents table.passenger-table tbody .group-footer-row td,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .group-footer-row td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .group-footer-row td {
  background-color: #ffffff;
  height: 30px;
  border-top: 1px solid #777;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .reservation-details,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .reservation-details,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .reservation-details {
  cursor: pointer;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .truncated-text-clickable,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .truncated-text-clickable,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .truncated-text-clickable {
  cursor: pointer;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .reservation-note-column,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .reservation-note-column,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .reservation-note-column {
  max-width: 200px;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .payment-status-column span,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .payment-status-column span,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .payment-status-column span {
  padding: 5px;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .payment-status-column .green,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .payment-status-column .green,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .payment-status-column .green {
  color: #179735 !important;
  border: solid 2px #179735;
}
.send-passenger-list .passenger-list-contents table.passenger-table tbody .payment-status-column .red,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody .payment-status-column .red,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody .payment-status-column .red {
  color: #f0645a !important;
  border: solid 2px #f0645a;
}
.send-passenger-list .passenger-list-contents table.passenger-table .no-ui,
.send-passenger-list .passenger-list-contents table.passenger-summary-table .no-ui,
.send-passenger-list .passenger-list-contents table.reservation-summary-table .no-ui {
  display: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-old td,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-old td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-old td {
  opacity: 0.7;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-add,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-add,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-add,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-add *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-add *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-add * {
  color: forestgreen !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-add.skip-from-email,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-add.skip-from-email,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-add.skip-from-email,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-add *.skip-from-email,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-add *.skip-from-email,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-add *.skip-from-email {
  opacity: 0.7;
  display: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-add.is-ui,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-add.is-ui,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-add.is-ui,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-add *.is-ui,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-add *.is-ui,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-add *.is-ui {
  display: table-row;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove td,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove td,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove td *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove td *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove td * {
  color: #f00 !important;
  text-decoration: line-through;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove.skip-from-email td,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove.skip-from-email td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove.skip-from-email td,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove.skip-from-email td *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove.skip-from-email td *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove.skip-from-email td * {
  opacity: 0.7;
  color: black !important;
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove.is-ui td,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove.is-ui td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove.is-ui td,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove.is-ui td *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove.is-ui td *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove.is-ui td * {
  color: #f00 !important;
  text-decoration: line-through;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove td.note-column,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove td.note-column,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove td.note-column {
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-remove td.note-column .note-override,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-remove td.note-column .note-override,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-remove td.note-column .note-override {
  font-weight: bold;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change {
  opacity: 1;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change .old,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change .old,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change .old {
  display: block;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change .old,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change .old,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change .old,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change .old *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change .old *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change .old * {
  color: #ff0000 !important;
  text-decoration: line-through;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change .old + .new,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change .old + .new,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change .old + .new {
  display: block;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change .old + .new,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change .old + .new,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change .old + .new,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change .old + .new *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change .old + .new *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change .old + .new * {
  color: forestgreen !important;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change.skip-from-email,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change.skip-from-email,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change.skip-from-email {
  opacity: 0.7;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change.skip-from-email:not(.is-ui) .old,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change.skip-from-email:not(.is-ui) .old,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change.skip-from-email:not(.is-ui) .old,
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change.skip-from-email:not(.is-ui) .old *,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change.skip-from-email:not(.is-ui) .old *,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change.skip-from-email:not(.is-ui) .old * {
  display: block;
  color: black !important;
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents table.passenger-table tr.row-style-change.skip-from-email:not(.is-ui) .old + .new,
.send-passenger-list .passenger-list-contents table.passenger-summary-table tr.row-style-change.skip-from-email:not(.is-ui) .old + .new,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tr.row-style-change.skip-from-email:not(.is-ui) .old + .new {
  display: none;
}
.send-passenger-list .passenger-list-contents table.passenger-summary-table thead th,
.send-passenger-list .passenger-list-contents table.reservation-summary-table thead th {
  border-top-width: 1px;
}
.send-passenger-list .passenger-list-contents table.passenger-summary-table tbody tr.footer-row td,
.send-passenger-list .passenger-list-contents table.reservation-summary-table tbody tr.footer-row td {
  height: 25px;
  border-top-width: 0px;
  background-color: #ffffff;
}
.send-passenger-list .passenger-list-contents table.passenger-table:not(:first-of-type) .info-header-title-row,
.send-passenger-list .passenger-list-contents table.passenger-table:not(:first-of-type) .mail-contents-info {
  display: none;
}
.send-passenger-list .passenger-list-contents .total-purchase-price-title {
  width: 180px;
}
.send-passenger-list .passenger-list-contents .extra-information label {
  text-transform: uppercase;
}
.send-passenger-list .passenger-list-contents .mail-extra-information {
  white-space: pre-wrap;
  margin-bottom: 10px;
}
.send-passenger-list .passenger-list-contents extra-services .extra-service-row.added,
.send-passenger-list .passenger-list-contents .extra-services-row .extra-service-row.added,
.send-passenger-list .passenger-list-contents extra-services .extra-service-row.added *,
.send-passenger-list .passenger-list-contents .extra-services-row .extra-service-row.added * {
  color: forestgreen !important;
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents extra-services .extra-service-row.removed,
.send-passenger-list .passenger-list-contents .extra-services-row .extra-service-row.removed,
.send-passenger-list .passenger-list-contents extra-services .extra-service-row.removed *,
.send-passenger-list .passenger-list-contents .extra-services-row .extra-service-row.removed * {
  color: #ff0000 !important;
  text-decoration: line-through;
}
.send-passenger-list .passenger-list-contents extra-services .extra-service-row.unchanged,
.send-passenger-list .passenger-list-contents .extra-services-row .extra-service-row.unchanged,
.send-passenger-list .passenger-list-contents extra-services .extra-service-row.unchanged *,
.send-passenger-list .passenger-list-contents .extra-services-row .extra-service-row.unchanged * {
  color: black !important;
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents .skip-from-email:not(.is-ui) extra-services .extra-service-row.removed,
.send-passenger-list .passenger-list-contents .skip-from-email:not(.is-ui) extra-services .extra-service-row.removed * {
  color: black !important;
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents .extra-services-row.skip-from-email:not(.is-ui) .extra-service-row.removed,
.send-passenger-list .passenger-list-contents .extra-services-row.skip-from-email:not(.is-ui) .extra-service-row.removed * {
  color: black !important;
  text-decoration: none;
}
.send-passenger-list .passenger-list-contents tr.extra-services-row td,
.send-passenger-list .passenger-list-contents tr.flight-extra-services-row td {
  border-top: none;
  padding-top: 0px;
}
.send-passenger-list .passenger-list-contents .flight-extra-services-row.removed,
.send-passenger-list .passenger-list-contents .flight-extra-services-row.removed * {
  text-decoration: line-through;
  color: #dc5149 !important;
}
.send-passenger-list .send-lists-container {
  margin-top: 15px;
  text-align: center;
}
.send-passenger-list .send-lists-container .send-passenger-list-button {
  text-transform: uppercase;
}
.send-passenger-list .send-lists-container .mark-list-final {
  padding-top: 10px;
  padding-bottom: 4px;
}
.send-passenger-list .send-lists-container .passenger-list-emails {
  padding-top: 10px;
  padding-bottom: 10px;
}
.send-passenger-list .send-lists-container .passenger-list-emails .input-group {
  width: 300px;
  margin: 0 auto;
}
.send-passenger-list .send-lists-container .passenger-list-emails button {
  background: none;
  border: none;
  margin: 0;
}
.send-passenger-list .send-lists-container .passenger-list-emails span.add-email {
  cursor: pointer;
}
.send-passenger-list .send-lists-container .passenger-list-emails span.add-email:hover {
  text-decoration: underline;
}
.send-passenger-list .send-lists-container .passenger-list-emails ul {
  list-style-type: none;
  padding: 0;
}
.send-passenger-list .send-lists-container .passenger-list-emails ul li span {
  cursor: pointer;
}
.send-passenger-list.one-time-list .passenger-row.skipped-from-email {
  opacity: 0.7;
}
/* Ship passenger list specialties - style the table with display: block and inline-block */
/* ERP ui magic - need these selectors for UI, but they won't work for email... */
#passenger_list > table.ship-passenger-table > tbody > tr.is-ui.passenger-row,
#passenger_list > table.ship-passenger-table > tbody > tr.is-ui.extra-services-row {
  display: block;
}
/* FGW Ship passenger list specialty: show extra service rows with larger font */
table.ship-passenger-table.is-fgw tr.extra-services-row {
  font-size: 1.4em;
}
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table {
  display: block;
}
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table tbody {
  display: block;
}
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table tbody > tr {
  display: block;
}
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr > th,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table tbody > tr > th,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr td,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table tbody > tr td {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
/* display: inline-block causes extra margins - this gets rid of them for ERP ui
 * Unfortunately doesn't work in emails (gmail ignores negative margins), so we need
 * to counter it by having less than 100% total width for content cells.
 */
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr.is-ui > th,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table tbody > tr.is-ui > th,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr.is-ui td,
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table tbody > tr.is-ui td {
  margin-right: -3px;
}
/* For email styling, for the same reason as above (we need to have narrower th:s, and
 * with this we get the bottom border to the tr element instead -> full width border)
 */
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr.list-column-headers {
  border-bottom: 1px solid #ddd;
}
div.send-passenger-list > div.passenger-list-contents table.ship-passenger-table > thead > tr.list-column-headers > th {
  border-bottom: 0px;
}
/* column widths, specified both for .is-ui (shown in ERP) and not(.is-ui) (shown in email) */
.ship-passenger-table {
  /* common header columns (rows that have 3 cells, email-columns, separator-col and no-email-columns) */
  /* actual content columns, for ui */
  /* actual content columns when ship is FGW ship, for ui */
  /* actual content columns, for emails and partner portal */
  /* actual content columns when ship is FGW ship, for emails and partner portal */
}
.ship-passenger-table thead > tr.info-header-row,
.ship-passenger-table thead > tr.info-header-title-row,
.ship-passenger-table thead > tr.returns-on-row,
.ship-passenger-table tbody > tr.group-header-row,
.ship-passenger-table tbody > tr.group-footer-row,
.ship-passenger-table tbody > tr.extra-services-row {
  /* for ui */
  /* for emails and partner portal */
}
.ship-passenger-table thead > tr.info-header-row.is-ui,
.ship-passenger-table thead > tr.info-header-title-row.is-ui,
.ship-passenger-table thead > tr.returns-on-row.is-ui,
.ship-passenger-table tbody > tr.group-header-row.is-ui,
.ship-passenger-table tbody > tr.group-footer-row.is-ui,
.ship-passenger-table tbody > tr.extra-services-row.is-ui {
  width: 100%;
  min-width: 1000px;
  /* sum of passenger-row column widths up to note-column */
  /* sum of passenger-row column widths starting from reservation-comment-column */
}
.ship-passenger-table thead > tr.info-header-row.is-ui .email-columns,
.ship-passenger-table thead > tr.info-header-title-row.is-ui .email-columns,
.ship-passenger-table thead > tr.returns-on-row.is-ui .email-columns,
.ship-passenger-table tbody > tr.group-header-row.is-ui .email-columns,
.ship-passenger-table tbody > tr.group-footer-row.is-ui .email-columns,
.ship-passenger-table tbody > tr.extra-services-row.is-ui .email-columns {
  width: 72%;
  min-width: 720px;
}
.ship-passenger-table thead > tr.info-header-row.is-ui .separator-col,
.ship-passenger-table thead > tr.info-header-title-row.is-ui .separator-col,
.ship-passenger-table thead > tr.returns-on-row.is-ui .separator-col,
.ship-passenger-table tbody > tr.group-header-row.is-ui .separator-col,
.ship-passenger-table tbody > tr.group-footer-row.is-ui .separator-col,
.ship-passenger-table tbody > tr.extra-services-row.is-ui .separator-col {
  width: 6px;
}
.ship-passenger-table thead > tr.info-header-row.is-ui .no-email-columns,
.ship-passenger-table thead > tr.info-header-title-row.is-ui .no-email-columns,
.ship-passenger-table thead > tr.returns-on-row.is-ui .no-email-columns,
.ship-passenger-table tbody > tr.group-header-row.is-ui .no-email-columns,
.ship-passenger-table tbody > tr.group-footer-row.is-ui .no-email-columns,
.ship-passenger-table tbody > tr.extra-services-row.is-ui .no-email-columns {
  width: 26.5%;
  min-width: 265px;
}
.ship-passenger-table thead > tr.info-header-row:not(.is-ui) .email-columns,
.ship-passenger-table thead > tr.info-header-title-row:not(.is-ui) .email-columns,
.ship-passenger-table thead > tr.returns-on-row:not(.is-ui) .email-columns,
.ship-passenger-table tbody > tr.group-header-row:not(.is-ui) .email-columns,
.ship-passenger-table tbody > tr.group-footer-row:not(.is-ui) .email-columns,
.ship-passenger-table tbody > tr.extra-services-row:not(.is-ui) .email-columns,
.ship-passenger-table thead > tr.info-header-row.is-partner .email-columns,
.ship-passenger-table thead > tr.info-header-title-row.is-partner .email-columns,
.ship-passenger-table thead > tr.returns-on-row.is-partner .email-columns,
.ship-passenger-table tbody > tr.group-header-row.is-partner .email-columns,
.ship-passenger-table tbody > tr.group-footer-row.is-partner .email-columns,
.ship-passenger-table tbody > tr.extra-services-row.is-partner .email-columns {
  width: 100%;
}
.ship-passenger-table thead tr.list-column-headers.is-ui,
.ship-passenger-table tbody tr.passenger-row.is-ui {
  width: 100%;
  min-width: 1000px;
  /* gender-and-name-column width should be sum of name-column and gender-column widths */
}
.ship-passenger-table thead tr.list-column-headers.is-ui .gender-and-name-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .gender-and-name-column {
  width: 16%;
  min-width: 160px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .gender-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .gender-column {
  width: 3%;
  min-width: 30px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .name-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .name-column {
  width: 13%;
  min-width: 130px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .date-of-birth-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .date-of-birth-column {
  width: 8%;
  min-width: 80px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .age-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .age-column {
  width: 5%;
  min-width: 50px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .nationality-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .nationality-column {
  width: 8%;
  min-width: 80px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .campaign-code-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .campaign-code-column {
  width: 8%;
  min-width: 80px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .reservation-number-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .reservation-number-column {
  width: 8%;
  min-width: 80px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .clubone-number-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .clubone-number-column {
  width: 8%;
  min-width: 80px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .note-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .note-column {
  width: 11%;
  min-width: 110px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .separator-col,
.ship-passenger-table tbody tr.passenger-row.is-ui .separator-col {
  width: 6px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .reservation-comment-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .reservation-comment-column {
  width: 11%;
  min-width: 110px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .payment-status-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .payment-status-column {
  width: 6%;
  min-width: 60px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .include-in-list-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .include-in-list-column {
  width: 5%;
  min-width: 50px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui .reservation-editor-open-column,
.ship-passenger-table tbody tr.passenger-row.is-ui .reservation-editor-open-column {
  width: 4.5%;
  min-width: 45px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw {
  width: 100%;
  min-width: 1000px;
  /* gender-and-name-column width should be sum of name-column and gender-column widths */
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .gender-and-name-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .gender-and-name-column {
  width: 15%;
  min-width: 150px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .gender-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .gender-column {
  width: 3%;
  min-width: 30px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .name-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .name-column {
  width: 12%;
  min-width: 120px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .date-of-birth-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .date-of-birth-column {
  width: 7%;
  min-width: 70px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .age-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .age-column {
  width: 5%;
  min-width: 50px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .nationality-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .nationality-column {
  width: 7%;
  min-width: 70px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .campaign-code-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .campaign-code-column {
  width: 7%;
  min-width: 70px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .reservation-number-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .reservation-number-column {
  width: 7%;
  min-width: 70px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .clubone-number-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .clubone-number-column {
  width: 7%;
  min-width: 70px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .fgw-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .fgw-column {
  width: 7%;
  min-width: 70px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .note-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .note-column {
  width: 10%;
  min-width: 100px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .separator-col,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .separator-col {
  width: 6px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .reservation-comment-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .reservation-comment-column {
  width: 10%;
  min-width: 100px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .payment-status-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .payment-status-column {
  width: 6%;
  min-width: 60px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .include-in-list-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .include-in-list-column {
  width: 5%;
  min-width: 50px;
}
.ship-passenger-table thead tr.list-column-headers.is-ui.is-fgw .reservation-editor-open-column,
.ship-passenger-table tbody tr.passenger-row.is-ui.is-fgw .reservation-editor-open-column {
  width: 4.5%;
  min-width: 45px;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui),
.ship-passenger-table tbody tr.passenger-row:not(.is-ui),
.ship-passenger-table thead tr.list-column-headers.is-partner,
.ship-passenger-table tbody tr.passenger-row.is-partner {
  /* gender-and-name-column width should be sum of name-column and gender-column widths */
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .gender-and-name-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .gender-and-name-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .gender-and-name-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .gender-and-name-column {
  width: 21%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .gender-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .gender-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .gender-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .gender-column {
  width: 4%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .name-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .name-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .name-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .name-column {
  width: 17%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .date-of-birth-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .date-of-birth-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .date-of-birth-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .date-of-birth-column {
  width: 10%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .age-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .age-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .age-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .age-column {
  width: 4%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .nationality-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .nationality-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .nationality-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .nationality-column {
  width: 10%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .campaign-code-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .campaign-code-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .campaign-code-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .campaign-code-column {
  width: 10%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .reservation-number-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .reservation-number-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .reservation-number-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .reservation-number-column {
  width: 10%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .clubone-number-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .clubone-number-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .clubone-number-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .clubone-number-column {
  width: 10%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui) .note-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui) .note-column,
.ship-passenger-table thead tr.list-column-headers.is-partner .note-column,
.ship-passenger-table tbody tr.passenger-row.is-partner .note-column {
  width: 17%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw {
  /* gender-and-name-column width should be sum of name-column and gender-column widths */
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .gender-and-name-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .gender-and-name-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .gender-and-name-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .gender-and-name-column {
  width: 19%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .gender-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .gender-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .gender-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .gender-column {
  width: 4%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .name-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .name-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .name-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .name-column {
  width: 15%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .date-of-birth-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .date-of-birth-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .date-of-birth-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .date-of-birth-column {
  width: 9%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .age-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .age-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .age-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .age-column {
  width: 4%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .nationality-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .nationality-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .nationality-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .nationality-column {
  width: 9%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .campaign-code-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .campaign-code-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .campaign-code-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .campaign-code-column {
  width: 9%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .reservation-number-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .reservation-number-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .reservation-number-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .reservation-number-column {
  width: 9%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .clubone-number-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .clubone-number-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .clubone-number-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .clubone-number-column {
  width: 9%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .fgw-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .fgw-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .fgw-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .fgw-column {
  width: 9%;
}
.ship-passenger-table thead tr.list-column-headers:not(.is-ui).is-fgw .note-column,
.ship-passenger-table tbody tr.passenger-row:not(.is-ui).is-fgw .note-column,
.ship-passenger-table thead tr.list-column-headers.is-partner.is-fgw .note-column,
.ship-passenger-table tbody tr.passenger-row.is-partner.is-fgw .note-column {
  width: 15%;
}
.ship-passenger-table tr.passenger-row td.note-column input {
  width: 100%;
}
/*
 * Striping doesn't work correctly with display: block/inline-block with Bootstrap 3.1:
 * https://github.com/twbs/bootstrap/pull/13920
 *
 * This fix would be included in Bootstrap 3.3.0 - would we dare to update Bootstrap?
 */
.ship-passenger-table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
/* ship passenger list works a bit differently - we don't want/need the extra border-top for group-footer-row there */
#passenger_list > table.ship-passenger-table > tbody > tr.group-footer-row,
#passenger_list > table.ship-passenger-table > tbody > tr.group-footer-row > td {
  border-top: none;
}
.ocd .header {
  padding-left: 10px;
  background-color: #555;
  height: 100px;
  margin-right: -30px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ocd .header .header-container {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.ocd .header .header-container h4 {
  color: white;
  margin: 0px;
  display: block;
  width: 100%;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ocd .header h4 {
  color: white;
  margin: 0px;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.ocd .header .header-buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 1%;
}
.ocd .scrolling-content {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 100px;
  right: 30px;
  left: 0;
  bottom: 0;
}
.ocd .form-group {
  padding: 10px 10px 0 10px;
}
.ocd .form-group .disabled-input-text {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  color: #CB8527;
  font-size: 18px;
}
.ocd .form-group input:disabled,
.ocd .form-group input[readonly] {
  padding: 0;
  margin: 0;
  color: #CB8527;
  font-size: 18px;
  background-color: transparent;
  cursor: default;
  border: none;
  box-shadow: none;
}
.ocd .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.ocd .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.ocd .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.ocd .form-control:-ms-input-placeholder {
  font-style: italic;
}
.ocd label {
  text-transform: uppercase;
}
.ocd .sub-label {
  font-size: 10px;
  font-weight: normal;
}
.ocd .cb-label-left {
  padding-right: 15px;
  text-transform: none;
  font-weight: normal;
}
.ocd .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.ocd .no-right-padding {
  padding-right: 0px;
}
.ocd .action-buttons {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.ocd .form-control.col-md-8 {
  width: 66.67%;
}
.ocd .form-control.col-md-4 {
  width: 33.33%;
}
.ocd .pickerCalendar {
  position: absolute;
  z-index: 500;
}
.ocd.imt-new-layout .header {
  background-color: #aadefe;
  color: #03597d;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  align-items: center;
}
.ocd.imt-new-layout .header h1 {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.ocd.imt-new-layout .header .header-buttons button {
  float: right;
  margin-left: 15px;
}
.ocd.imt-new-layout .header .header-buttons button.btn-link {
  padding-left: 0px;
  padding-right: 0px;
}
.ocd.imt-new-layout .scrolling-content {
  background-color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
}
.ocd.imt-new-layout .scrolling-content label {
  vertical-align: middle;
}
.ocd.imt-new-layout .scrolling-content input {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ocd.imt-new-layout .scrolling-content label:not(.btn) input[type="radio"] {
  margin: 0px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.ocd.imt-new-layout .scrolling-content .form-group {
  padding: 0px;
  margin-bottom: 6px;
  width: 100%;
}
.ocd.imt-new-layout .scrolling-content .form-group > input,
.ocd.imt-new-layout .scrolling-content .form-group p,
.ocd.imt-new-layout .scrolling-content .form-group select {
  display: inline-block;
  margin-bottom: 0px;
}
.ocd.imt-new-layout .scrolling-content .form-group input:disabled,
.ocd.imt-new-layout .scrolling-content .form-group input[readonly] {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #4f4f4f;
  background-color: transparent;
  cursor: default;
  border: none;
  box-shadow: none;
}
.ocd.imt-new-layout .scrolling-content .form-group input:disabled.ng-empty::placeholder,
.ocd.imt-new-layout .scrolling-content .form-group input[readonly].ng-empty::placeholder {
  color: #b4b4b4;
}
.ocd.imt-new-layout .scrolling-content .btn-group label {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.22;
  padding: 10px;
  text-transform: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ocd.imt-new-layout .scrolling-content .btn-group label:not(.btn-primary) {
  color: #523c7b;
}
.ocd.imt-new-layout .scrolling-content .btn-group label.btn-primary:hover {
  background-color: #523c7b;
}
.ocd.imt-new-layout .scrolling-content .btn-group.disabled label {
  cursor: default;
  text-shadow: none;
}
.ocd.imt-new-layout .scrolling-content .btn-group.disabled label.btn-primary {
  color: #ffffff;
  background-color: #e6e6e6;
}
.ocd.imt-new-layout .scrolling-content .btn-group.disabled label:not(.btn-primary) {
  color: #e6e6e6;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.ocd.imt-new-layout .underlined-header {
  padding-bottom: 5px;
  border-bottom: solid 2px #d3dee3;
}
form input.form-control.ng-invalid:not(.ng-pristine) {
  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);
}
form input.form-control.ng-invalid:not(.ng-pristine):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;
}
form .imt-validation-error ng-message,
form .imt-validation-error [ng-message],
form .imt-validation-error .custom-error-message {
  color: #a94442;
  padding-top: 5px;
}
.discount-code-nav {
  padding: 15px;
}
.discount-code-management-main .discount-codes-table .edit-column a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.discount-code-editor .discount-amount input,
.discount-code-editor .discount-usable-times input#usableTimes {
  display: inline-block;
  margin-right: 5px;
  width: 100px;
}
.discount-code-editor .type .btn-group,
.discount-code-editor .discount-usable-times .btn-group {
  width: 250px;
}
.discount-code-editor .btn.remove-btn,
.discount-code-editor .btn.edit-btn {
  float: right;
  padding: 0px 5px;
  margin-left: 5px;
}
.discount-code-editor .edit-icon {
  background-image: url('icons/edit.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.discount-code-editor .remove-icon {
  background-image: url('icons/cross.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.discount-code-editor .add-icon {
  background-image: url('icons/add-icon.svg');
  background-repeat: no-repeat;
  background-size: 12px 17px;
  background-position: center;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.discount-code-editor button.btn.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.resource-editor .form-group.form-successor {
  padding-left: 10px;
  padding-top: 0px;
}
.resource-editor .transport-type {
  margin-top: 10px;
  margin-left: 10px;
  width: 250px;
}
.resource-editor .operating-company #customBusOperatingLine {
  margin-top: 5px;
}
.resource-editor .gds-room-type-ids .gds-room-type-id-container input {
  width: 80px;
  display: inline-block;
}
.resource-editor .gds-room-type-ids button.remove-room-type-id {
  margin-right: 15px;
}
.resource-editor .gds-room-type-ids button.add-room-type-id {
  margin: 10px auto;
}
.resource-editor div.followers-add {
  margin: 3px 0 5px 0;
}
.resource-editor div.followers-add button {
  float: right;
  width: 39%;
}
.resource-editor div.followers button {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
}
.resource-editor .checkbox-container {
  margin: 10px 10px 5px 10px;
}
.resource-editor .checkbox-container label {
  font-weight: bold;
}
.opening-hours-ocd .scrolling-content {
  padding-left: 10px;
  padding-right: 10px;
}
.opening-hours-ocd .opening-hours-table tbody .modify-col,
.opening-hours-ocd .opening-hours-table tbody .delete-col,
.opening-hours-ocd .opening-hours-table tbody .reorder-col {
  text-align: left;
}
.travel-step-editor .form-group .new-travel-step-button {
  display: block;
}
.travel-step-editor .form-group input[type="email"] {
  width: 80%;
  display: inline-block;
}
.travel-step-editor .form-group button.add-preliminary-email,
.travel-step-editor .form-group button.add-final-email {
  width: 18%;
  display: inline-block;
  float: right;
}
.travel-step-editor .form-group div.followers-add {
  margin: 3px 0 5px 0;
}
.travel-step-editor .form-group div.followers-add button {
  float: right;
  width: 39%;
}
.travel-step-editor .form-group div.followers button {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
}
.travel-step-editor .form-group label.subtitle {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.travel-step-editor .form-group .route-table .location-column {
  width: 70%;
  padding-right: 10px;
}
.travel-step-editor .form-group .route-table .duration-column {
  width: 30%;
}
.travel-step-editor .form-group .gds-toggle {
  max-width: 150px;
}
.travel-step-editor .form-group .gds-stop-over-radio-buttons input:disabled {
  margin-left: -20px;
}
.travel-step-editor .form-group .gds-max-duration {
  width: 100px;
}
.travel-step-editor h4 {
  margin: 10px 10px 5px 10px;
}
.travel-step-editor .checkbox-container {
  clear: both;
  margin: 10px 10px 5px 10px;
}
.travel-step-editor .checkbox-container label {
  font-weight: bold;
}
.travel-step-editor .notices-section .show-in-webshop {
  float: right;
  margin-bottom: 0;
}
.travel-step-editor .notices-section .is-always-on {
  margin-top: 10px;
  margin-left: 10px;
  width: 250px;
}
.travel-step-editor .notices-section .is-always-on .always-on-toggle label {
  font-size: 10px;
}
.travel-step-editor .notices-section .obsolete-location-warning,
.travel-step-editor .notices-section .obsolete-route-warning {
  color: #a94442;
}
.travel-step-editor .notices-section .passenger-location-id-selections .passenger-location-target {
  margin-top: 5px;
}
.travel-step-editor .notices-section .passenger-location-id-selections .passenger-start-id {
  margin-right: 10px;
}
.travel-step-editor .notices-section input.disabled-time-input:disabled,
.travel-step-editor .notices-section input.disabled-time-input[readonly] {
  font-size: 14px;
  color: #ccc;
  border-width: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-style: solid;
}
.travel-step-editor .notices-section input.disabled-time-input:disabled.ng-empty::placeholder,
.travel-step-editor .notices-section input.disabled-time-input[readonly].ng-empty::placeholder {
  color: #999;
}
.travel-step-editor .notices-section table {
  margin-top: 15px;
  margin-left: 10px;
}
.travel-step-editor .notices-section table td.whole-day-col {
  text-align: center;
}
.travel-step-editor .notices-section table td.whole-day-col label {
  margin-bottom: 0;
}
.travel-step-editor .notices-section table td {
  padding-top: 4px;
}
.travel-step-editor .notices-section table td.start-date,
.travel-step-editor .notices-section table td.end-date {
  min-width: 140px;
}
.travel-step-editor .notices-section table td.start-date input,
.travel-step-editor .notices-section table td.end-date input {
  display: inline;
  float: left;
  width: 100px;
}
.travel-step-editor .notices-section table td.end-date input::placeholder {
  color: #4f4f4f;
  font-style: normal;
}
.travel-step-editor .notices-section hr {
  height: 1px;
  margin: 0px;
  background-color: #bcbcbc;
}
.travel-step-editor .notices-section .form-group {
  margin-bottom: 5px;
}
.travel-step-editor .notices-section .date-selection,
.travel-step-editor .notices-section .time-selection {
  display: inline-block;
  width: 100%;
}
.travel-step-editor .notices-section .remove-time-range .remove-time-range-btn {
  padding-top: 2px;
  display: inline-block;
  background: none;
  border: none;
}
.travel-step-editor .notices-section .notices {
  margin-bottom: 3rem;
}
.travel-step-editor .notices-section .no-padding-left {
  padding-left: 0px;
}
.product-editor .form-group .new-resource-button {
  margin-top: 10px;
}
.product-editor .actions a {
  cursor: pointer;
}
.product-editor .extra-beds .small-text {
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
}
.product-editor .extra-beds div.title {
  border-top: 1px #D0D0D0 solid;
  margin: 10px 0;
  padding-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-editor .extra-beds div.title div.no-beds {
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
}
.product-editor .extra-beds div.extra-bed-combination {
  margin-bottom: 30px;
}
.product-editor .extra-beds div.extra-bed-combination .extra-bed-combo-error {
  color: #a94442;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed-combination-title {
  text-transform: uppercase;
  border-bottom: 1px #D0D0D0 solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed div.type button {
  width: 100%;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed div.container-icon {
  position: relative;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed div.container-icon .fa {
  position: absolute;
  right: 14px;
  top: 30%;
  pointer-events: none;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed div.remove {
  text-align: center;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed div.remove button {
  padding-top: 6px;
  background: none;
  border: 0;
  outline: 0;
}
.product-editor .extra-beds div.extra-bed-combination div.extra-bed div.remove button:hover {
  color: #5d5d5d;
}
.product-editor .extra-beds div.extra-bed-combination button.extra-bed {
  background: none;
  border: 0;
  text-transform: lowercase;
  outline: 0;
}
.product-editor .extra-beds div.extra-bed-combination button.extra-bed:hover {
  color: #5d5d5d;
}
.location-map {
  display: block;
}
.location-map .map {
  width: 100%;
  height: 100%;
}
.location-map .controls {
  margin-top: 6px;
  margin-left: 45px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.location-map .controls.search {
  opacity: 0.7;
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 200px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}
.location-map .controls.search:focus {
  opacity: 1;
  border-color: #4d90fe;
  margin-left: 44px;
  padding-left: 14px;
  width: 201px;
}
.location-editor .form-group .new-city-button {
  display: block;
}
.location-editor .map-error-message {
  color: #a94442;
  display: none;
}
.location-editor location-map {
  height: 400px;
  border: 1px solid #bababa;
  border-radius: 3px;
}
.location-editor .has-error location-map {
  margin-left: -1px;
  margin-top: -1px;
  border: 2px solid #a94442;
}
.location-editor .has-error .map-error-message {
  display: block;
}
.location-editor .iata-code-toggle,
.location-editor .use-address-toggle {
  max-width: 150px;
}
.location-picker location-map {
  height: 400px;
  border: 1px solid #bababa;
  border-radius: 3px;
}
.location-picker .new-location-button {
  margin-top: 10px;
  display: block;
}
div.payments-nav {
  padding: 15px;
}
div.payments-nav .payments-buttons button {
  text-transform: uppercase;
}
div.payments-nav .payments-buttons button.selected {
  background-color: #F7B75C;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(218, 129, 12, 0.58);
}
div.payments-nav .payments-buttons,
div.payments-nav .payments-payment-date {
  display: inline-block;
  padding-right: 10px;
}
div.payments-nav span.payments-nav-label {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 12px;
}
div.payments-nav betterpicker {
  display: inline-block;
  vertical-align: middle;
}
div.payments-nav betterpicker input {
  width: 150px;
}
div.payments-nav betterpicker div.pickerCalendar {
  position: fixed;
  z-index: 500;
}
div.assigned-payments,
div.unassigned-payments {
  padding: 15px;
}
div.assigned-payments .departure-date-column .green,
div.unassigned-payments .departure-date-column .green,
div.assigned-payments .departure-date-column .yellow,
div.unassigned-payments .departure-date-column .yellow {
  display: none;
}
div.assigned-payments .departure-date-column .red,
div.unassigned-payments .departure-date-column .red {
  padding: 5px;
  display: table-cell;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  background: #ea121a;
}
div.assigned-payments .tax-classes-summary,
div.unassigned-payments .tax-classes-summary {
  padding-right: 10px;
}
div.assigned-payments .payment-methods-summary,
div.unassigned-payments .payment-methods-summary {
  padding-left: 10px;
}
@media print {
  div.layout-container div.layout.payments-assigned imt-layout-left-nav.imt-layout-left-nav,
  div.layout-container div.layout.payments-unassigned imt-layout-left-nav.imt-layout-left-nav,
  div.layout-container div.layout.payments-assigned imt-layout-top-nav.imt-layout-top-nav,
  div.layout-container div.layout.payments-unassigned imt-layout-top-nav.imt-layout-top-nav,
  div.layout-container div.layout.payments-assigned .content-nav,
  div.layout-container div.layout.payments-unassigned .content-nav {
    display: none;
  }
  div.layout-container div.layout.payments-assigned .container-content,
  div.layout-container div.layout.payments-unassigned .container-content {
    margin-left: 0%;
    width: 100%;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments,
  div.layout-container div.layout.payments-unassigned div.assigned-payments,
  div.layout-container div.layout.payments-assigned div.unassigned-payments,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments {
    display: block;
  }
  div.layout-container div.layout.payments-assigned div.container-content div#content-main-size-reference #content-main-scroll-wrapper,
  div.layout-container div.layout.payments-unassigned div.container-content div#content-main-size-reference #content-main-scroll-wrapper {
    overflow: visible;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table,
  div.layout-container div.layout.payments-assigned div.assigned-payments div.summary-tables div,
  div.layout-container div.layout.payments-unassigned div.assigned-payments div.summary-tables div {
    page-break-inside: avoid;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments table.payments-table .departure-date-column span,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.payments-table .departure-date-column span {
    display: none;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments table.payments-table .trip-cost-center-column,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.payments-table .trip-cost-center-column,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.payments-table .invoice-number-column,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.payments-table .invoice-number-column,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.payments-table .reference-number-column,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.payments-table .reference-number-column {
    font-size: 0;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments div.summary-tables div.payment-methods-summary,
  div.layout-container div.layout.payments-unassigned div.assigned-payments div.summary-tables div.payment-methods-summary {
    padding-left: 0;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments,
  div.layout-container div.layout.payments-unassigned div.assigned-payments,
  div.layout-container div.layout.payments-assigned div.unassigned-payments,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments {
    margin-bottom: 10pt;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments h3,
  div.layout-container div.layout.payments-unassigned div.assigned-payments h3,
  div.layout-container div.layout.payments-assigned div.unassigned-payments h3,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments h3 {
    font-size: 8pt;
  }
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > thead > tr > th,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > thead > tr > th,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > thead > tr > th,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > thead > tr > th,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > tbody > tr > th,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > tbody > tr > th,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > tbody > tr > th,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > tbody > tr > th,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > tfoot > tr > th,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > tfoot > tr > th,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > tfoot > tr > th,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > tfoot > tr > th,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > thead > tr > th.strong-header,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > thead > tr > th.strong-header,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > thead > tr > th.strong-header,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > thead > tr > th.strong-header,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > tbody > tr > th.strong-header,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > tbody > tr > th.strong-header,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > tbody > tr > th.strong-header,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > tbody > tr > th.strong-header,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > tfoot > tr > th.strong-header,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > tfoot > tr > th.strong-header,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > tfoot > tr > th.strong-header,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > tfoot > tr > th.strong-header,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > thead > tr > td,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > thead > tr > td,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > thead > tr > td,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > thead > tr > td,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > tbody > tr > td,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > tbody > tr > td,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > tbody > tr > td,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > tbody > tr > td,
  div.layout-container div.layout.payments-assigned div.assigned-payments table.imt-table > tfoot > tr > td,
  div.layout-container div.layout.payments-unassigned div.assigned-payments table.imt-table > tfoot > tr > td,
  div.layout-container div.layout.payments-assigned div.unassigned-payments table.imt-table > tfoot > tr > td,
  div.layout-container div.layout.payments-unassigned div.unassigned-payments table.imt-table > tfoot > tr > td {
    font-size: 6pt;
    padding: 2pt;
  }
}
.person-statistic-list-nav {
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.person-list-nav table.imt-table-new {
  margin-top: 15px;
  margin-bottom: 15px;
}
.person-list-nav table.imt-table-new th,
.person-list-nav table.imt-table-new input {
  padding-left: 12px;
  padding-right: 12px;
}
.person-list-nav .full-info button {
  text-transform: none;
  color: #523c7b;
}
.person-list-nav td.full-info {
  background-color: #ffffff !important;
}
.person-list-nav td.company-name {
  border-color: #e6e6e6 #e6e6e6 #e6e6e6 #d3dee3;
  background-color: #f5f5f5 !important;
}
.person-list-nav .person-merging {
  margin: 0px;
  margin-top: 15px;
}
.person-list-nav .person-merging .person-to-merge {
  color: #4f4f4f;
  border: solid 1px #523c7b;
  border-radius: 2px;
  display: inline-block;
}
.person-list-nav .person-merging .person-to-merge .person-name-merge {
  padding: 0px 8px;
  margin: 0px;
  display: inline-block;
}
.person-list-nav .person-merging .person-to-merge button.remove-from-merge {
  background-image: url('icons/cross.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  border-left: solid 1px #523c7b;
  height: 32px;
  padding: 0px 12px;
  color: #523c7b;
}
.person-list-nav .person-merging button.merge {
  height: 32px;
}
.person-list-nav .person-merging .dashed-outline {
  border: dashed 1px #523c7b;
  border-radius: 2px;
  padding: 8px;
  display: inline-block;
}
.person-list-nav .person-merging .person-to-merge,
.person-list-nav .person-merging .dashed-outline {
  height: 34px;
  margin-right: 15px;
  float: left;
}
.persons-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.persons-list .select-for-merge {
  width: 20px;
}
.persons-list .select-for-merge input {
  margin-top: 0px;
  vertical-align: middle;
}
.persons-list button.load-items {
  text-transform: uppercase;
  width: 50%;
  height: 40px;
}
.persons-list button.load-items span.load-items {
  margin-left: 30px;
}
.persons-list td.full-info {
  padding: 0px;
  text-align: right;
}
.persons-list td.full-info a {
  display: inline-block;
  height: 35px;
  width: 20px;
  padding: 0px;
  vertical-align: middle;
  border: none;
  background-image: url('icons/chevron-ocean-blue.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.persons-list td.full-info a:hover {
  background-image: url('icons/chevron.svg');
  background-color: #523c7b;
}
.person-list-nav .person-list-top-controls,
.persons-list .person-list-top-controls {
  max-width: 850px;
  min-height: 23px;
}
.person-list-nav .person-list-top-controls h3,
.persons-list .person-list-top-controls h3 {
  display: inline;
}
.person-list-nav .person-list-top-controls label,
.persons-list .person-list-top-controls label {
  text-transform: none;
  float: right;
  margin-bottom: 6px;
}
.person-list-nav table,
.persons-list table,
.person-list-nav .show-more-row,
.persons-list .show-more-row,
.person-list-nav .persons-list-placeholder,
.persons-list .persons-list-placeholder {
  max-width: 850px;
}
.person-list-nav .person-name,
.persons-list .person-name {
  width: 20%;
  min-width: 200px;
}
.person-list-nav .person-dob,
.persons-list .person-dob {
  width: 130px;
  padding-left: 12px;
}
.person-list-nav .reservation-id,
.persons-list .reservation-id,
.person-list-nav .reservation-count,
.persons-list .reservation-count {
  width: 110px;
}
.person-list-nav .company-name,
.persons-list .company-name {
  padding-left: 12px;
}
.person-list-nav .full-info,
.persons-list .full-info {
  width: 120px;
}
.person-list-nav .persons-list-placeholder,
.persons-list .persons-list-placeholder {
  min-height: 620px;
  border: solid 1px #d3dee3;
  text-align: center;
}
.person-list-nav .persons-list-placeholder .primary-placeholder-text,
.persons-list .persons-list-placeholder .primary-placeholder-text {
  margin-top: 50px;
}
.persons-list .persons-table td {
  height: 36px;
}
.persons-list .persons-table .person-name {
  width: 20%;
  min-width: 168px;
}
.persons-list .persons-table .person-name .customer-account-icon {
  background-image: url('icons/customer-account.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
.person-editor .form-group {
  display: table;
}
.person-editor .form-group > label {
  width: 30%;
  display: table-cell;
}
.person-editor .form-group > input,
.person-editor .form-group p,
.person-editor .form-group select {
  display: table-cell;
}
.person-editor .gender .btn-group {
  width: 110px;
}
.person-editor .bonus label {
  vertical-align: baseline !important;
}
.person-editor .bonus .bonus-analysis {
  font-size: 10px;
  text-transform: lowercase;
  color: #4f4f4f;
  margin-right: 12px;
}
.person-editor .bonus .bonus-analysis a {
  font-size: 10px;
}
.person-editor .bonus .bonus-analysis .disabled-text {
  color: #8d8d8d;
}
.person-editor .customer-account-created label {
  vertical-align: baseline !important;
}
.person-editor .promotional-mail .btn-group {
  width: 130px;
}
.person-editor .business-customer .btn-group {
  width: 88px;
}
.person-editor .disabled-table-text {
  font-style: italic;
  color: #b4b4b4;
}
.person-editor .label-descriptions {
  display: inline;
  margin-left: 16px;
}
.person-editor .label-descriptions .description {
  font-size: 10px;
  text-transform: lowercase;
  color: #4f4f4f;
  margin-right: 12px;
}
.person-editor .label-descriptions .right-description {
  float: right;
}
.person-editor .label-descriptions .right-description label {
  text-transform: none;
  color: #4f4f4f;
}
.person-editor .label-descriptions .right-description input {
  margin: 0;
  vertical-align: middle;
}
.person-editor .role-label {
  min-width: 34px;
  padding-left: 2px;
  padding-right: 2px;
}
.person-editor .navigation-disabled-explanation {
  margin-top: 2px;
}
.person-editor p.internal-note-last-edited {
  width: 100%;
}
.person-editor .travel-companions-column {
  overflow-x: auto;
  overflow-y: hidden;
}
.person-editor .reservations-list .reservation-number,
.person-editor .travel-companions-list .reservation-number,
.person-editor .reservations-list .reservation-header,
.person-editor .travel-companions-list .reservation-header {
  min-width: 85px;
  width: 85px;
}
.person-editor .reservations-list .visible-in-customer-account .btn-group,
.person-editor .travel-companions-list .visible-in-customer-account .btn-group {
  width: 110px;
}
.person-editor .reservations-list .visible-in-customer-account .btn-group .btn,
.person-editor .travel-companions-list .visible-in-customer-account .btn-group .btn {
  padding: 7px;
}
.person-editor .travel-companions-list td .companion-name,
.person-editor .travel-companions-list tr .companion-name,
.person-editor .travel-companions-list td .main-person-name,
.person-editor .travel-companions-list tr .main-person-name {
  text-transform: none;
  font-size: 11px;
  min-width: 100px;
  white-space: nowrap;
}
.person-editor .travel-companions-list td .companion-name a,
.person-editor .travel-companions-list tr .companion-name a,
.person-editor .travel-companions-list td .main-person-name a,
.person-editor .travel-companions-list tr .main-person-name a {
  line-height: 12px;
}
.person-editor .travel-companions-list td:last-child,
.person-editor .travel-companions-list tr:last-child {
  min-width: 0;
  width: 99%;
}
.ocd.person-merge-editor .scrolling-content tbody label {
  text-transform: none;
}
.ocd.person-merge-editor .scrolling-content td {
  position: relative;
}
.ocd.person-merge-editor .scrolling-content td.cell-selected:not(.invalid) {
  border: 1px double #aadefe;
  box-shadow: 0.5px 0.5px 4px 2px #aadefe;
  -moz-box-shadow: 0.5px 0.5px 4px 2px #aadefe;
  -webkit-box-shadow: 0.5px 0.5px 4px 2px #aadefe;
  z-index: 1;
}
.ocd.person-merge-editor .scrolling-content th.label-column {
  width: 120px;
  padding-left: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
  vertical-align: middle;
}
.ocd.person-merge-editor .scrolling-content td.person1-column,
.ocd.person-merge-editor .scrolling-content td.person2-column {
  width: 210px;
}
.ocd.person-merge-editor .scrolling-content td.input-cell {
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}
.ocd.person-merge-editor .scrolling-content td.input-cell label {
  width: 5%;
}
.ocd.person-merge-editor .scrolling-content td.input-cell input.transparent-input,
.ocd.person-merge-editor .scrolling-content td.input-cell select.transparent-input,
.ocd.person-merge-editor .scrolling-content td.input-cell textarea.transparent-input {
  width: 95%;
  display: inline-block;
  padding-left: 5px;
}
.ocd.person-merge-editor .scrolling-content td.input-cell select.transparent-input {
  padding-left: 0px;
}
.ocd.person-merge-editor .scrolling-content td.input-cell label.custom-radio-button-input {
  width: auto;
  margin-right: 5px;
}
.ocd.person-merge-editor .scrolling-content td.input-cell label.custom-radio-button-input input {
  width: auto;
}
.ocd.person-merge-editor .scrolling-content td.person1-column > label,
.ocd.person-merge-editor .scrolling-content td.person2-column > label,
.ocd.person-merge-editor .scrolling-content td.input-cell > label {
  display: inline-table;
}
.ocd.person-merge-editor .scrolling-content td.person1-column > label > .label-content,
.ocd.person-merge-editor .scrolling-content td.person2-column > label > .label-content,
.ocd.person-merge-editor .scrolling-content td.input-cell > label > .label-content {
  display: table-cell;
}
.ocd.person-merge-editor .scrolling-content td.person1-column > label > input[type="radio"],
.ocd.person-merge-editor .scrolling-content td.person2-column > label > input[type="radio"],
.ocd.person-merge-editor .scrolling-content td.input-cell > label > input[type="radio"] {
  margin-right: 5px;
}
.ocd.person-merge-editor .scrolling-content input.form-control.transparent-input,
.ocd.person-merge-editor .scrolling-content select.form-control.transparent-input,
.ocd.person-merge-editor .scrolling-content textarea.form-control.transparent-input {
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: auto;
}
.ocd.person-merge-editor .scrolling-content input.form-control.transparent-input.ng-invalid,
.ocd.person-merge-editor .scrolling-content select.form-control.transparent-input.ng-invalid,
.ocd.person-merge-editor .scrolling-content textarea.form-control.transparent-input.ng-invalid,
.ocd.person-merge-editor .scrolling-content input.form-control.transparent-input.ng-invalid:not(.ng-pristine):focus,
.ocd.person-merge-editor .scrolling-content select.form-control.transparent-input.ng-invalid:not(.ng-pristine):focus,
.ocd.person-merge-editor .scrolling-content textarea.form-control.transparent-input.ng-invalid:not(.ng-pristine):focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.ocd.person-merge-editor .scrolling-content select.nationality-select {
  padding-left: 8px;
}
.ocd.person-merge-editor .scrolling-content select.nationality-select[disabled] {
  font-style: italic;
  color: #e6e6e6;
}
.ocd.person-merge-editor .scrolling-content select.nationality-select option[disabled] {
  display: none;
}
.ocd.person-merge-editor .scrolling-content .customer-account-row .is-created {
  margin-right: 5px;
}
.ocd.person-merge-editor .scrolling-content table.internal-note-table td {
  vertical-align: top;
}
.ocd.person-merge-editor .scrolling-content table.internal-note-table .custom-input-column label {
  vertical-align: top;
  margin-top: 6px;
}
.ocd.person-merge-editor .scrolling-content .is-business-customer-row .person1-column .person-additional-text,
.ocd.person-merge-editor .scrolling-content .is-business-customer-row .person2-column .person-additional-text {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
imt-browse-tree div.tree {
  margin: 15px;
}
imt-browse-tree div.tree div.tree-level {
  border-top: 1px solid lightgrey;
}
imt-browse-tree div.tree div.tree-level h2.section-header {
  font-style: italic;
  color: #4f4f4f;
  font-size: 22px;
}
imt-browse-tree div.tree div.tree-level h2.section-header a.add-item {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
}
imt-browse-tree div.tree div.tree-level span.close-level {
  width: 34px;
  padding: 3px 2px;
  cursor: pointer;
  color: #4f4f4f;
}
imt-browse-tree div.tree div.tree-level span.close-level:before {
  content: "\f115";
  position: absolute;
}
imt-browse-tree div.tree div.tree-level span.close-level:hover {
  color: #7f7f7f;
}
imt-browse-tree div.tree div.tree-level span.close-level:hover:before {
  content: "\f114";
  position: absolute;
}
imt-browse-tree div.tree div.tree-level div.section-item {
  display: inline-block;
  margin: 0 14px 10px 0px;
}
imt-browse-tree div.tree div.tree-level div.section-item button.btn-item {
  min-width: 170px;
  text-transform: uppercase;
}
imt-browse-tree div.tree div.tree-level div.section-item div.selected button,
imt-browse-tree div.tree div.tree-level div.section-item div.selected.archived button {
  color: #ffffff;
  background-color: #F7B75C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(218, 129, 12, 0.58);
}
imt-browse-tree div.tree div.tree-level div.section-item div.selected button:hover,
imt-browse-tree div.tree div.tree-level div.section-item div.selected.archived button:hover {
  background-color: #f7c76d;
}
imt-browse-tree div.tree div.tree-level div.section-item div.archived .archived-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
imt-browse-tree div.tree div.tree-level div.section-item div.archived button {
  background: repeating-linear-gradient(45deg, #ffffff, #f0f0e6 2px, #ffffff 1px, #e6e6e6 2px, #ffffff 5px);
  color: #8d8d8d;
  background-blend-mode: multiply;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: #e6e6e6;
}
imt-browse-tree div.tree div.tree-level div.section-item div.archived button.btn-item {
  padding-left: 30px;
}
imt-browse-tree div.tree div.tree-level div.section-item div.archived button:hover {
  background-color: #e6e6e6;
}
imt-calendar.imt-calendar-quotas-prices div.button-container {
  width: 100%;
  height: 40px;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.month-button {
  background: none;
  border: 0;
  padding: 0;
  height: 30px;
  position: relative;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.month-button:hover {
  color: #7f7f7f;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.month-button:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.prev-month-button {
  width: 40%;
  padding-right: 1%;
  float: left;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.prev-month-button span {
  float: right;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.next-month-button {
  width: 40%;
  padding-left: 1%;
  float: right;
}
imt-calendar.imt-calendar-quotas-prices div.button-container button.next-month-button span {
  float: left;
}
imt-calendar.imt-calendar-quotas-prices div.button-container div.month-year-text {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: 20%;
  text-align: center;
}
imt-calendar.imt-calendar-quotas-prices div.header-container div.header-padding {
  width: 3%;
}
imt-calendar.imt-calendar-quotas-prices div.header-container div.header {
  width: calc((100% - 3% - 1%) / 7);
  padding-left: 4px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container {
  line-height: 1;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.week-number {
  width: 3%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  height: 100%;
  padding-top: 4px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container {
  width: calc((100% - 3% - 1%) / 7);
  line-height: 1.42857143;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day {
  position: relative;
  /* Set the placeholder font color for different browsers */
  /* Remove default error messages, perhaps not needed when the autovalidate library is gone? */
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day form {
  position: relative;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-bottom {
  background-color: #3e95b8;
  color: #ffffff;
  border-left: 1px #7e7e7e solid;
  border-right: 1px #7e7e7e solid;
  margin-right: 4px;
  margin-left: 4px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day.has-blockout div.day-top,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day.has-blockout div.day-middle,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day.has-blockout div.day-bottom {
  background-color: #b4b4b4;
  border-left-color: #b4b4b4;
  border-right-color: #b4b4b4;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day.has-blockout div.day-top {
  border-top-color: #b4b4b4;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day.has-blockout div.day-bottom {
  border-bottom-color: #b4b4b4;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-bottom {
  border-top: 1px #ffffff solid;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top {
  position: relative;
  border-top: 1px #7e7e7e solid;
  min-height: 100px;
  margin-top: 4px;
  -webkit-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top .top-left-action {
  position: absolute;
  top: 0px;
  left: 4px;
  z-index: 2;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top .top-left-action .bus-allocation-link,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top .top-left-action .comment-icon {
  cursor: pointer;
  padding: 1px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.1s linear;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top .top-left-action .bus-allocation-link:hover,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top .top-left-action .comment-icon:hover {
  font-size: 22px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top span.date {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 11px;
  text-align: right;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top div.quota {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  font-size: 24px;
  text-align: center;
  /* Error highlight */
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top div.quota input.quota {
  width: 70%;
  text-align: center;
  background: none;
  border: none;
  outline-style: none;
  box-shadow: none;
  cursor: pointer;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top div.quota input.quota-edit {
  background-color: #41b1d4;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top div.quota input[type='number'].ng-invalid-maxlength {
  background-color: #ff625f;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top div.quota input[type='number'] {
  -moz-appearance: textfield;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top div.quota .next-liner {
  margin-top: -3px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top span.reserved,
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top span.sum {
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top span.reserved {
  left: 2px;
  bottom: 2px;
  width: 41%;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top span.sum {
  right: 2px;
  bottom: 2px;
  width: 41%;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-top span.next-liner {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle {
  height: 31px;
  overflow: hidden;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle div.partner-code-text {
  text-align: center;
  font-size: 11px;
  width: 100%;
  height: 100%;
  display: table;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle div.partner-code-text span.partner-code {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle div.partner-code {
  padding-top: 6px;
  text-align: center;
  font-size: 11px;
  /* Error highlight */
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle div.partner-code input.partner-code {
  outline-style: none;
  box-shadow: none;
  color: #ffffff;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  width: 90%;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle div.partner-code input.partner-code-edit {
  background-color: #41b1d4;
  color: #ffffff;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-middle div.partner-code input[type='text'].ng-invalid-maxlength {
  background-color: #ff625f;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-bottom {
  border-bottom: 1px #7e7e7e solid;
  min-height: 31px;
  margin-bottom: 4px;
  overflow: hidden;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-bottom.blockout-section {
  padding: 4px 5px;
  text-align: center;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-bottom.blockout-section label {
  text-transform: uppercase;
  padding: 0px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.day-bottom.blockout-section label input {
  margin-left: 0px;
  margin-right: 3px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day span.has-error {
  display: none;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.form-submit-hidden {
  display: none;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.message {
  padding: 5px;
  font-size: 11px;
  position: absolute;
  z-index: 500;
  background-color: #9CE8FF;
  color: #4A4A4A;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.message.ng-hide-remove {
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  -ms-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container div.day div.message.ng-hide {
  -webkit-animation: fadeOutUp 0.5s;
  -moz-animation: fadeOutUp 0.5s;
  -ms-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container .quota-comment-popover {
  width: 250px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container .quota-comment-popover .popover-container {
  padding: 2px;
}
imt-calendar.imt-calendar-quotas-prices div.week-container div.day-container .quota-comment-popover input {
  margin-bottom: 1rem;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor {
  padding: 15px 1.8%;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav betterpicker,
.mass-partnercode-editor .editor-nav betterpicker {
  display: inline-block;
  vertical-align: middle;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav betterpicker input,
.mass-partnercode-editor .editor-nav betterpicker input {
  width: 150px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav betterpicker div.pickerCalendar,
.mass-partnercode-editor .editor-nav betterpicker div.pickerCalendar {
  position: fixed;
  z-index: 500;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav .btn-container,
.mass-partnercode-editor .editor-nav .btn-container {
  display: inline-block;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav .departure-time-selector-group,
.mass-partnercode-editor .editor-nav .departure-time-selector-group {
  margin-left: 8px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav .departure-time-selector-group .departure-time-btn,
.mass-partnercode-editor .editor-nav .departure-time-selector-group .departure-time-btn {
  width: 45px;
  height: 30px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .editor-nav .nav-label,
.mass-partnercode-editor .editor-nav .nav-label {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #4f4f4f;
  margin-bottom: 4px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new,
.mass-partnercode-editor table.imt-table-new {
  margin-top: 12px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new th,
.mass-partnercode-editor table.imt-table-new th {
  vertical-align: middle;
  white-space: nowrap;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new th a,
.mass-partnercode-editor table.imt-table-new th a {
  font-weight: normal;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new th.has-blockout-quotas-column .open-close-links,
.mass-partnercode-editor table.imt-table-new th.has-blockout-quotas-column .open-close-links {
  margin-left: 14px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new td.hidden-column,
.mass-partnercode-editor table.imt-table-new td.hidden-column,
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new th.hidden-column,
.mass-partnercode-editor table.imt-table-new th.hidden-column {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
  padding: 0px !important;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody.resource-quota-group.hotel-resources:after,
.mass-partnercode-editor table.imt-table-new tbody.resource-quota-group.hotel-resources:after {
  content: '';
  display: block;
  height: 1.2em;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody .resource-name-row,
.mass-partnercode-editor table.imt-table-new tbody .resource-name-row {
  background-color: #f6fbfe;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody .resource-name-column,
.mass-partnercode-editor table.imt-table-new tbody .resource-name-column {
  font-weight: 600;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody.hotel-resources .quota-name-column,
.mass-partnercode-editor table.imt-table-new tbody.hotel-resources .quota-name-column {
  padding-left: 20px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody.separator tr td,
.mass-partnercode-editor table.imt-table-new tbody.separator tr td {
  border: none;
  padding: 0;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody.separator tr td div,
.mass-partnercode-editor table.imt-table-new tbody.separator tr td div {
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #d3dee3;
  margin-left: -1.8%;
  margin-right: -1.8%;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr:nth-child(odd) td,
.mass-partnercode-editor table.imt-table-new tbody tr:nth-child(odd) td,
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr:nth-child(even) td,
.mass-partnercode-editor table.imt-table-new tbody tr:nth-child(even) td {
  background-color: transparent;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.input-cell,
.mass-partnercode-editor table.imt-table-new tbody tr td.input-cell {
  padding: 3px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.reservation-code-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.reservation-code-column {
  width: 15%;
  min-width: 200px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.campaign-code-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.campaign-code-column {
  width: 10%;
  min-width: 150px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.price-history-toggle-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.price-history-toggle-column {
  width: 5%;
  min-width: 85px;
  padding-right: 20px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.price-history-toggle-column .open-price-history,
.mass-partnercode-editor table.imt-table-new tbody tr td.price-history-toggle-column .open-price-history,
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.price-history-toggle-column .close-price-history,
.mass-partnercode-editor table.imt-table-new tbody tr td.price-history-toggle-column .close-price-history {
  white-space: nowrap;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.price-history-toggle-column .open-price-history img,
.mass-partnercode-editor table.imt-table-new tbody tr td.price-history-toggle-column .open-price-history img,
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.price-history-toggle-column .close-price-history img,
.mass-partnercode-editor table.imt-table-new tbody tr td.price-history-toggle-column .close-price-history img {
  margin-left: 6px;
  margin-bottom: 4px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.reservation-code-column-wide,
.mass-partnercode-editor table.imt-table-new tbody tr td.reservation-code-column-wide {
  width: 25%;
  min-width: 0px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.reservation-code-checkbox,
.mass-partnercode-editor table.imt-table-new tbody tr td.reservation-code-checkbox {
  width: 40px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.quota-remaining-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.quota-remaining-column {
  width: 60px;
  text-align: center;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.quota-remaining-column input,
.mass-partnercode-editor table.imt-table-new tbody tr td.quota-remaining-column input {
  width: 54px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.quota-price-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.quota-price-column {
  width: 100px;
  text-align: center;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.quota-price-column input,
.mass-partnercode-editor table.imt-table-new tbody tr td.quota-price-column input {
  width: 54px;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.quota-used-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.quota-used-column,
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.quota-total-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.quota-total-column {
  width: 5%;
  text-align: center;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.has-blockout-quotas-column,
.mass-partnercode-editor table.imt-table-new tbody tr td.has-blockout-quotas-column {
  width: 20%;
  text-align: center;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.has-blockout-quotas-column .blockout-toggle,
.mass-partnercode-editor table.imt-table-new tbody tr td.has-blockout-quotas-column .blockout-toggle {
  margin: 0 auto;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr td.has-blockout-quotas-column .blockout-toggle .blockout-btn,
.mass-partnercode-editor table.imt-table-new tbody tr td.has-blockout-quotas-column .blockout-toggle .blockout-btn {
  width: 60px;
  height: 25px;
  padding-top: 8px;
  padding-bottom: 0;
  text-transform: uppercase;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr.resource-name-column,
.mass-partnercode-editor table.imt-table-new tbody tr.resource-name-column {
  background-color: #f6fbfe;
  border: 1px solid #d3dee3;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr.resource-name-column .resource-name,
.mass-partnercode-editor table.imt-table-new tbody tr.resource-name-column .resource-name {
  font-size: 12px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr.resource-type-header-row,
.mass-partnercode-editor table.imt-table-new tbody tr.resource-type-header-row {
  background-color: transparent;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr.copy-all-controls,
.mass-partnercode-editor table.imt-table-new tbody tr.copy-all-controls {
  background-color: transparent;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr.copy-all-controls td.reservation-code-checkbox,
.mass-partnercode-editor table.imt-table-new tbody tr.copy-all-controls td.reservation-code-checkbox {
  width: 40px;
  background-color: #ffffff;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody tr.copy-all-controls td.reservation-code-copy-button-column,
.mass-partnercode-editor table.imt-table-new tbody tr.copy-all-controls td.reservation-code-copy-button-column {
  border: 0;
  background-color: transparent;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody input,
.mass-partnercode-editor table.imt-table-new tbody input {
  outline: none;
  padding: 4px;
  border: 1px solid #d3dee3;
  border-radius: 4px;
  background-color: #f6fbfe;
  width: 100%;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody input:disabled,
.mass-partnercode-editor table.imt-table-new tbody input:disabled {
  padding: 0;
  color: #4f4f4f;
  border: none;
  background-color: transparent;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody input.ng-invalid,
.mass-partnercode-editor table.imt-table-new tbody input.ng-invalid {
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody input[type=number],
.mass-partnercode-editor table.imt-table-new tbody input[type=number] {
  text-align: center;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody input[type=number]::-webkit-inner-spin-button,
.mass-partnercode-editor table.imt-table-new tbody input[type=number]::-webkit-inner-spin-button,
div.quotas-and-prices-travel-steps-quotas-mass-editor table.imt-table-new tbody input[type=number]::-webkit-outer-spin-button,
.mass-partnercode-editor table.imt-table-new tbody input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .quota-data-row.with-price-history td,
.mass-partnercode-editor .quota-data-row.with-price-history td {
  border-bottom: none;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .quota-data-row.with-dining-info td,
.mass-partnercode-editor .quota-data-row.with-dining-info td {
  border-bottom: none;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .quota-price-history-row td,
.mass-partnercode-editor .quota-price-history-row td {
  border-top: none;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .quota-dining-info-row td,
.mass-partnercode-editor .quota-dining-info-row td {
  border-top: none;
  padding-top: 0;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .quota-dining-info-row .dining-info,
.mass-partnercode-editor .quota-dining-info-row .dining-info {
  font-size: 0.85em;
}
div.quotas-and-prices-travel-steps-quotas-mass-editor .quota-dining-info-row .dining-info .edit-dining-override,
.mass-partnercode-editor .quota-dining-info-row .dining-info .edit-dining-override {
  margin-left: 8px;
  white-space: nowrap;
}
div.quotas-and-prices-nav {
  padding-top: 15px;
  padding-bottom: 15px;
}
div.quotas-and-prices-nav h3 {
  margin-top: 0;
}
div.quotas-and-prices-nav h3 span {
  font-size: 14px;
  font-style: italic;
  color: #595959;
  margin-left: 20px;
}
div.quotas-and-prices-nav div.item-csv {
  float: left;
  width: 35%;
  text-align: center;
  position: relative;
}
div.quotas-and-prices-nav div.item-csv.separator {
  width: 5%;
  color: #d3dee3;
}
div.quotas-and-prices-nav div.item-csv.download {
  width: 25%;
}
div.quotas-and-prices-nav div.item-csv div.line {
  padding-top: 8px;
}
div.quotas-and-prices-nav div.item-csv betterpicker div.pickerCalendar {
  z-index: 500;
  position: absolute;
  right: 0px;
}
div.quotas-and-prices-nav div.item-selection {
  padding-right: 0;
  padding-left: 0;
}
div.quotas-and-prices-nav div.item-selection label {
  width: 100%;
}
div.quotas-and-prices-nav div.item-selection button.btn {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  text-transform: none;
  padding-right: 20px;
}
div.quotas-and-prices-nav div.item-selection .btn-container {
  display: inline-block;
  width: 70%;
}
div.quotas-and-prices-nav div.item-selection .btn-container .return-link {
  font-weight: normal;
  line-height: 14px;
  font-size: 10px;
}
div.quotas-and-prices-nav div.item-selection .btn-container .chevron-blue {
  background-image: url('icons/chevron-ocean-blue.svg');
  background-repeat: no-repeat;
  background-position: right 8px center;
  vertical-align: middle;
}
div.quotas-and-prices-nav div.item-selection .btn-container.next-container,
div.quotas-and-prices-nav div.item-selection .btn-container.prev-container {
  width: 29px;
}
div.quotas-and-prices-nav div.item-selection .btn-container.next-container {
  text-align: right;
}
div.quotas-and-prices-nav div.item-selection .slash-separator {
  display: inline-block;
  width: 38px;
  height: 1px;
  transform-origin: center;
  transform: rotate(-70deg);
  background-color: #d3dee3;
  margin-left: 2px;
}
@media (max-width: 1730px) {
  div.quotas-and-prices-nav div.item-selection .slash-separator {
    display: none;
  }
}
div.quotas-and-prices-nav div.travel-step-rw .travel-step-mass-quota-editor-controls {
  padding-top: 1.4em;
  float: right;
}
div.quotas-and-prices-main {
  padding-top: 20px;
  padding-bottom: 120px;
}
div.quotas-and-prices-main h3 {
  margin-top: 0;
}
div.quotas-and-prices-main div.departure-time {
  padding-top: 6px;
  font-size: 18px;
}
div.quotas-and-prices-main h5 + hr {
  margin-top: -7px;
}
div.quotas-and-prices-main div.prices-header {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
div.quotas-and-prices-main span.create-new-pricing-rule,
div.quotas-and-prices-main span.create-new-purchase-price-import-rule,
div.quotas-and-prices-main span.add-component-action,
div.quotas-and-prices-main span.replace-existing-pricing-rules-from-another-product {
  cursor: pointer;
}
div.quotas-and-prices-main span.create-new-purchase-price-import-rule {
  margin-left: 10px;
}
div.quotas-and-prices-main button.clear-styles {
  background: none;
  border: none;
  margin: 0;
}
div.quotas-and-prices-main div.time-filter {
  margin-bottom: 10px;
  float: left;
}
div.quotas-and-prices-main div.time-filter .stepper-button.next {
  margin-right: 10px;
}
div.quotas-and-prices-main div.time-filter label {
  display: block;
  margin-bottom: 5px;
}
div.quotas-and-prices-main div.time-filter .time-buttons {
  display: inline-block;
  margin-right: 10px;
}
div.quotas-and-prices-main div.time-filter .time-buttons .btn-group button {
  color: #523c7b;
  border-radius: 0;
}
div.quotas-and-prices-main div.time-filter .time-buttons .btn-group.selected button {
  background-color: #523c7b;
  color: #ffffff;
  border-color: #523c7b;
}
div.quotas-and-prices-main div.time-filter .time-buttons .btn-group:first-child button {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
div.quotas-and-prices-main div.time-filter .time-buttons .btn-group:not(:first-child) button {
  border-radius: 0;
  border-left: none;
}
div.quotas-and-prices-main div.time-filter .time-buttons .btn-group:last-child button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
div.quotas-and-prices-main div.time-filter .datepicker-container {
  margin-top: 2px;
  margin-bottom: 10px;
  display: inline-block;
}
div.quotas-and-prices-main div.time-filter betterpicker {
  display: inline-block;
  vertical-align: middle;
}
div.quotas-and-prices-main div.time-filter betterpicker input {
  width: 100px;
}
div.quotas-and-prices-main div.time-filter betterpicker div.pickerCalendar {
  position: fixed;
  z-index: 500;
}
div.quotas-and-prices-main .importing-products-list {
  display: inline-block;
  margin-bottom: 10px;
}
div.quotas-and-prices-main .importing-products-list .no-importing-products {
  color: #999999;
  font-style: italic;
}
div.quotas-and-prices-main .importing-products-list .price-rule-link-icon {
  margin-right: 4px;
}
div.quotas-and-prices-main .remove-obsolete-pricing-rules h5 {
  max-width: 300px;
  float: right;
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td {
  background: transparent;
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td .obsolete-warning {
  text-transform: uppercase;
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td:not(.timespan-col) {
  padding-top: 2em;
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td.edit-action-col {
  padding-top: 1.5rem;
}
div.quotas-and-prices-main table.pricing-rules-table th .toggle-all-rule-lists-button {
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 400;
  padding: 0 0 2px;
}
div.quotas-and-prices-main table.pricing-rules-table tr td.borderless-col {
  border-top: none;
  border-left: none;
  border-bottom: none;
  background: white;
  text-align: right;
  width: 2%;
}
div.quotas-and-prices-main table.pricing-rules-table td.purchase-price-import-col {
  position: relative;
}
div.quotas-and-prices-main table.pricing-rules-table td.purchase-price-import-col .price-rule-link-icon {
  position: absolute;
  top: 8px;
}
div.quotas-and-prices-main table.pricing-rules-table td.purchase-price-import-col .price-import-description {
  margin-left: 26px;
}
div.quotas-and-prices-main table.pricing-rules-table td {
  vertical-align: top;
}
div.quotas-and-prices-main table.pricing-rules-table td .list-label {
  margin-bottom: 8px;
}
div.quotas-and-prices-main table.pricing-rules-table td .include-and-time-rules-list {
  list-style-type: none;
  padding-left: 0;
}
div.quotas-and-prices-main table.pricing-rules-table td .include-and-time-rules-list li {
  margin-bottom: 0.3em;
}
div.quotas-and-prices-main table.pricing-rules-table td .obsolete-torpedo-purchase-price-rule {
  text-decoration: line-through;
}
div.quotas-and-prices-main table.pricing-rules-table td.timespan-col {
  width: 10%;
}
div.quotas-and-prices-main table.pricing-rules-table td.departure-times-col {
  width: 10%;
  white-space: nowrap;
}
div.quotas-and-prices-main table.pricing-rules-table td.weekdays-col {
  width: 10%;
}
div.quotas-and-prices-main table.pricing-rules-table td.includerule-col {
  width: 15%;
}
div.quotas-and-prices-main table.pricing-rules-table td.agerule-col {
  width: 8%;
}
div.quotas-and-prices-main table.pricing-rules-table td.comment-col {
  width: 12%;
}
div.quotas-and-prices-main table.pricing-rules-table td.campaign-code-col {
  width: 10%;
}
div.quotas-and-prices-main table.pricing-rules-table td.discount-col {
  width: 1%;
}
div.quotas-and-prices-main table.pricing-rules-table .separator-col {
  width: 0.5%;
  padding: 0px;
}
div.quotas-and-prices-main table.pricing-rules-table td.buy-price-col {
  width: 5%;
}
div.quotas-and-prices-main table.pricing-rules-table td.margin-col {
  width: 5%;
}
div.quotas-and-prices-main table.pricing-rules-table td.minimum-margin-col {
  width: 5%;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .action-button {
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .edit-button {
  background-image: url('icons/edit.svg');
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .copy-button {
  background-image: url('icons/copy.svg');
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .move-button {
  background-image: url('icons/move.svg');
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col div.popup-position-container {
  position: relative;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col span,
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col i {
  cursor: pointer;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col imt-popover {
  display: block;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .imt-popover {
  transform: translate(-32%, 0);
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-container:after,
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-container:before {
  left: 132px;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-content .move-pricing-rule-button,
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-content .move-pricing-rule-input {
  display: block;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-content label {
  margin-left: -12px;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-content .move-pricing-rule-button {
  width: 90%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}
div.quotas-and-prices-main table.pricing-rules-table td.edit-action-col .popover-content .move-pricing-rule-input {
  width: 100%;
  text-align: center;
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td.edit-action-col .action-button {
  background-color: #b4b4b4;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td.edit-action-col .edit-button {
  background-image: none;
  mask-image: url('icons/edit.svg');
  -webkit-mask-image: url('icons/edit.svg');
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td.edit-action-col .copy-button {
  background-image: none;
  mask-image: url('icons/copy.svg');
  -webkit-mask-image: url('icons/copy.svg');
}
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td.edit-action-col .move-button {
  background-image: none;
  mask-image: url('icons/move.svg');
  -webkit-mask-image: url('icons/move.svg');
}
div.quotas-and-prices-main td.product-actions {
  border: none;
  background-color: #ffffff !important;
  padding-top: 5px;
  padding-left: 0;
}
div.quotas-and-prices-main td.product-actions button {
  display: block;
  line-height: 25px;
  text-transform: none;
  font-size: 11px;
  padding: 0;
  text-align: left;
  font-weight: 600;
}
div.quotas-and-prices-main div button.selected,
div.quotas-and-prices-ocd div button.selected {
  color: #ffffff;
  background-color: #F7B75C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(218, 129, 12, 0.58);
}
div.quotas-and-prices-main div button.selected:hover,
div.quotas-and-prices-ocd div button.selected:hover {
  background-color: #f7c76d;
}
div.quotas-and-prices-ocd div.btn-group {
  width: 100%;
}
div.quotas-and-prices-ocd div.btn-group .btn:first-child {
  width: 90%;
}
div.quotas-and-prices-ocd div.btn-group .btn:last-child {
  width: 10%;
}
form.mass-partnercode-editor-main h5 {
  text-transform: uppercase;
  padding: 15px 0 17px 0;
  margin-bottom: 15px;
  font-size: 17px;
  color: #5d6162;
  border-bottom: 1px solid #d0d2d1;
}
form.mass-partnercode-editor-main div.editor-nav {
  padding-top: 1.8em;
}
form.mass-partnercode-editor-main div.editor-nav .departure-time-selector-group {
  margin-left: 0px;
}
form.mass-partnercode-editor-main div.editor-nav div.date-container {
  display: inline;
  float: left;
}
form.mass-partnercode-editor-main div.editor-nav div.separator {
  display: inline;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  width: 5%;
  text-align: center;
}
form.mass-partnercode-editor-main div.editor-nav div.separator div.line {
  padding-top: 8px;
}
form.mass-partnercode-editor-main button.fake-checkbox {
  width: 30px;
  height: 30px;
}
form.mass-quota-editor div.form-group label.single {
  width: 100%;
}
form.mass-quota-editor div.form-group div.quota div.title {
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  padding: 1px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}
form.mass-quota-editor div.form-group div.quota div.types {
  vertical-align: top;
  display: inline-block;
  width: 230px;
}
form.mass-quota-editor div.form-group div.quota input.quota {
  float: right;
  width: 140px;
  margin: 5px 0 0 0;
}
form.mass-quota-editor div.form-group div.pickerCalendar {
  position: absolute;
  z-index: 500;
}
form.mass-quota-editor div.form-group div.selected button {
  color: #ffffff;
  background-color: #F7B75C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(218, 129, 12, 0.58);
}
form.mass-quota-editor div.form-group div.selected button:hover {
  background-color: #f7c76d;
}
form.mass-quota-editor div.form-group div.days label.checkbox-inline {
  display: inline-block;
  padding-left: 0;
  padding-right: 20px;
  margin: 10px 0 0 0;
}
form.mass-quota-editor div.form-group div.days label.checkbox-inline input.weekDayCb {
  margin-top: 4px;
  float: right;
  margin-left: 8px;
}
form.mass-quota-editor div.form-group div.days label.checkbox-inline input.weekDayCb:disabled {
  cursor: not-allowed;
}
form.mass-quota-editor div.form-group table.newTimeTimePicker a.btn {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
form.mass-quota-editor div.form-group table.newTimeTimePicker td.form-group {
  padding: 0;
}
form.mass-quota-editor div.form-group table.newTimeTimePicker .form-control {
  padding-right: 12px;
}
form.mass-quota-editor div.form-group table.newTimeTimePicker input {
  width: 60px;
}
form.mass-quota-editor div.form-group input[type=number] {
  width: 110px;
}
form.mass-quota-editor div.form-group input.quota {
  padding: 0 0 0 10px;
}
form.mass-quota-editor div.form-group label.radio-inline {
  width: 100%;
  padding-top: 1px;
  margin: 0 0 2px 10px;
}
.ocd.imt-new-layout.pricing-rule-editor.has-feedback,
.ocd.imt-new-layout.pricing-rule-editor.has-success {
  position: static !important;
}
.ocd.imt-new-layout.pricing-rule-editor.has-feedback .checkbox,
.ocd.imt-new-layout.pricing-rule-editor.has-success .checkbox {
  color: initial;
}
.ocd.imt-new-layout.pricing-rule-editor.has-feedback .form-control,
.ocd.imt-new-layout.pricing-rule-editor.has-success .form-control {
  border-color: #ccc;
}
.ocd.imt-new-layout.pricing-rule-editor .form-group {
  margin-bottom: 15px;
}
.ocd.imt-new-layout.pricing-rule-editor .parameter-group-heading {
  padding-bottom: 4px;
  border-bottom: 1px solid #d3dee3;
}
.ocd.imt-new-layout.pricing-rule-editor .days-label,
.ocd.imt-new-layout.pricing-rule-editor .discount-label {
  margin-bottom: 4px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .include-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .common-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .age-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .time-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .include-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .common-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .age-rule:after {
  content: " ";
  display: table;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .include-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .common-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .age-rule:after {
  clear: both;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .include-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .common-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .age-rule:before,
.ocd.imt-new-layout.pricing-rule-editor .time-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .include-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .common-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .age-rule:after {
  content: " ";
  display: table;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .include-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .common-rule:after,
.ocd.imt-new-layout.pricing-rule-editor .age-rule:after {
  clear: both;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule ui-timepicker input[type=number] {
  text-align: center;
  padding: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule ui-timepicker input[type=number]::-webkit-inner-spin-button,
.ocd.imt-new-layout.pricing-rule-editor .time-rule ui-timepicker input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table {
  border: 0;
  margin-bottom: 10px;
  width: auto;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table td,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table th {
  border: 0;
  vertical-align: top;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table td.end-date,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table th.end-date {
  width: 108px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-col,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col {
  background: transparent;
  padding: 0 4px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-col:first-child,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col:first-child {
  padding-left: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-col betterpicker input,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col betterpicker input {
  width: 100px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-col .date-picker-container,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col .date-picker-container {
  width: 100px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-col div.pickerCalendar,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col div.pickerCalendar {
  display: block;
  z-index: 500;
  position: absolute;
  right: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-col span,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col span {
  line-height: 1.8em;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .partner-price-conflict {
  color: #f0645a;
  vertical-align: middle;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .time-rule-controls-col {
  width: 94px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .separator-col {
  width: 16px;
  padding: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .separator-col .line {
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  width: 11px;
  height: 1px;
  background: #d3dee3;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .separator-col .line.edit-mode {
  margin-top: 20px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor table .no-time-rules td {
  padding: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor button.time-rule-controls-btn {
  width: 64px;
  text-transform: none;
  font-size: 11px;
  padding: 0;
  text-align: left;
  line-height: 40px;
  font-weight: 600;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor button.time-rule-controls-btn:focus {
  outline: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor button.time-rule-controls-btn.add-time-rule-range,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor button.time-rule-controls-btn.add-time-rule-single-day {
  width: 84px;
  background-image: url('icons/add-icon.svg');
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor button.time-rule-controls-btn.add-time-rule-single-day {
  width: 154px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor button.time-rule-controls-btn.remove-btn {
  margin-left: 6px;
  background-image: url('icons/cross.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  vertical-align: middle;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .departure-time-label {
  display: block;
  margin-bottom: 4px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .departure-time-type {
  margin-bottom: 20px;
  width: 90%;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .departure-time-type .departure-time-range {
  border-right: 0;
  border-left: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .single-quota-times .quota-time-checkbox-container {
  display: block;
  margin-top: 4px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .single-quota-times .quota-time-checkbox-container:last-child {
  margin-bottom: 20px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .single-quota-times .hidden-input-for-validation {
  display: none;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .start-time-input,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .end-time-input {
  width: 60px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .start-time-input:disabled,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .end-time-input:disabled {
  text-align: left;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .line-container {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 12px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .line-container.edit-mode {
  padding-bottom: 16px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .manual-start-end-time .line-container .line {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  width: 11px;
  height: 1px;
  background: #d3dee3;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .weekdays-heading {
  margin-bottom: 5px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .weekday-checkbox input {
  vertical-align: middle;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .btn.select-all-weekdays-btn,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .btn.deselect-all-weekdays-btn {
  font-size: 10px;
  line-height: 14px;
  padding: 0;
  margin-left: 10px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .btn.select-all-weekdays-btn:disabled,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .btn.deselect-all-weekdays-btn:disabled {
  color: #e6e6e6;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .departure-time-selection {
  margin-bottom: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .departure-time-type-read-only,
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .single-quota-times-read-only:last-child {
  margin-bottom: 20px;
}
.ocd.imt-new-layout.pricing-rule-editor .time-rule time-rules-editor .single-quota-times-read-only {
  line-height: 1.8em;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule {
  margin-top: 1em;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only th,
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only td {
  padding-left: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only td {
  line-height: 24px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only .start-time-xol {
  width: 100px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only .end-time-col {
  width: 100px;
  padding-left: 6px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only .separator-col {
  width: 16px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-read-only .separator-col .line {
  margin-right: auto;
  margin-left: auto;
  width: 11px;
  height: 1px;
  background: #d3dee3;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .age-rule-input {
  width: 55px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule label {
  margin-bottom: 2px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule button.remove-start-age-rule,
.ocd.imt-new-layout.pricing-rule-editor .age-rule button.remove-end-age-rule {
  font-size: 10px;
  letter-spacing: 0.2px;
  padding-left: 8px;
  padding-top: 0;
  padding-bottom: 1px;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .input-container {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .input-container input {
  text-align: center;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .line-container {
  padding: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .line-container .line {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 11px;
  height: 1px;
  background: #d3dee3;
}
.ocd.imt-new-layout.pricing-rule-editor .age-rule .separator-container {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.ocd.imt-new-layout.pricing-rule-editor .no-quotas-warning {
  font-style: italic;
}
.ocd.imt-new-layout.pricing-rule-editor .toggle-container {
  padding-bottom: 8px;
}
.ocd.imt-new-layout.pricing-rule-editor .toggle-container .btn-group-justified {
  margin-bottom: 8px;
}
.ocd.imt-new-layout.pricing-rule-editor .disable-time-rule-toggle {
  width: 172px;
}
.ocd.imt-new-layout.pricing-rule-editor span.include-rule-info-text {
  margin-left: 8px;
}
.ocd.imt-new-layout.pricing-rule-editor .add-include-rule img {
  margin-left: 6px;
  margin-top: -4px;
}
.ocd.imt-new-layout.pricing-rule-editor .include-rules-table {
  width: 100%;
}
.ocd.imt-new-layout.pricing-rule-editor .discount-label.form-group {
  margin-bottom: 6px;
}
.ocd.imt-new-layout.pricing-rule-editor .is-discount-toggle {
  width: 88px;
}
.ocd.imt-new-layout.pricing-rule-editor .is-nuke-rule {
  float: right;
}
.ocd.imt-new-layout.pricing-rule-editor .common-rule .purchase-price-col,
.ocd.imt-new-layout.pricing-rule-editor .common-rule .margin-col,
.ocd.imt-new-layout.pricing-rule-editor .common-rule .min-margin-col {
  padding: 0;
}
.ocd.imt-new-layout.pricing-rule-editor .common-rule .purchase-price-col span,
.ocd.imt-new-layout.pricing-rule-editor .common-rule .margin-col span,
.ocd.imt-new-layout.pricing-rule-editor .common-rule .min-margin-col span {
  height: 40px;
  line-height: 40px;
}
.ocd.imt-new-layout.pricing-rule-editor .common-rule .input-container {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  margin-right: 4px;
}
ui-timepicker {
  display: inline-block;
}
ui-timepicker label {
  width: 100%;
}
ui-timepicker .col-md-2 {
  padding-top: 5px;
}
.ocd.purchase-price-import-rule-editor .form-group {
  margin-top: 15px;
}
.ocd.purchase-price-import-rule-editor .form-group label {
  margin-bottom: 5px;
}
.ocd.purchase-price-import-rule-editor .source-product a {
  display: block;
}
.ocd.purchase-price-import-rule-editor .source-product a .chevron-blue {
  background-image: url('icons/chevron-ocean-blue.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 6px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.ocd.purchase-price-import-rule-editor .purchase-price-formula .formula-part {
  margin-right: 10px;
}
.ocd.purchase-price-import-rule-editor .purchase-price-formula input {
  display: inline-block;
  width: 60px;
}
.ocd.purchase-price-import-rule-editor .purchase-price-formula input:disabled {
  width: 50px;
}
.departure-time-picker .header h4 {
  margin-top: 20px;
  width: 60%;
  line-height: normal;
}
.departure-time-picker div.selected button {
  color: #ffffff;
  background-color: #F7B75C;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: rgba(218, 129, 12, 0.58);
}
.departure-time-picker div.selected button:hover {
  background-color: #f7c76d;
}
.product-picker-ocd div.scrolling-content div.pickable-item button {
  width: 96%;
  margin: 5px 2%;
  text-align: left;
}
.bus-allocation-nav {
  padding: 15px;
}
.bus-allocation-main {
  padding: 15px;
}
.bus-allocation-main .download-test-data {
  display: inline;
  float: right;
}
.bus-allocation-main div.bus div.name {
  height: 38px;
}
.bus-allocation-main div.bus div.name span {
  line-height: 36px;
}
.bus-allocation-main div.bus table {
  width: 96%;
  margin-right: 4%;
}
.bus-allocation-main div.bus table th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  margin: 0 2%;
}
.bus-allocation-main div.bus table th.capacity {
  width: 15%;
}
.bus-allocation-main div.bus table th.driver-name {
  width: 20%;
}
.bus-allocation-main div.bus table th.company-name {
  width: 20%;
}
.bus-allocation-main div.bus table th.registration-number {
  width: 15%;
}
.bus-allocation-main div.bus table th.edit {
  width: 10%;
}
.bus-allocation-main div.bus table span.edit-bus {
  cursor: pointer;
}
.bus-allocation-main div.bus table.info td {
  height: 30px;
}
.bus-allocation-main div.bus table.passengers {
  border-top: 1px grey solid;
}
.bus-allocation-main div.bus table.passengers tr.red {
  color: white;
  background-color: red;
}
.bus-allocation-main div.bus table.passengers span.bus-not-stopping {
  color: red;
}
.bus-allocation-main div.bus table.passengers span.bus-not-stopping:hover::before {
  margin-top: 25px;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  background-color: red;
  color: white;
  z-index: 1;
  content: 'Bussi ei pysähdy tällä pysäkillä!';
}
.bus-allocation-main div.bus table.passengers span.no-overnight-stay {
  opacity: 0.3;
}
.bus-allocation-main div.bus button.move-passenger,
.bus-allocation-main div.bus button.select-all-passengers {
  border: 1px grey solid;
  width: 22px;
  height: 22px;
  padding: 0;
}
.bus-editor table.stops-on-waypoints-table thead tr th {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.bus-editor table.stops-on-waypoints-table tbody tr.waypoint-row td.waypoint-name {
  font-size: 12px;
  font-weight: 400;
}
.bus-editor table.stops-on-waypoints-table tbody tr.waypoint-row td.waypoint-stop-choice {
  width: 40%;
}
.bus-editor table.stops-on-waypoints-table tbody tr.waypoint-row td.waypoint-stop-choice label {
  font-size: 9px;
  font-weight: 700;
  text-transform: none;
  border-bottom-width: 1px;
}
div.send-bus-list .bus-list-contents table.bus-info-table {
  width: 100%;
  margin-bottom: 15px;
}
div.send-bus-list .bus-list-contents table.bus-info-table th {
  text-transform: uppercase;
}
div.send-bus-list .bus-list-contents table.bus-info-table .no-ui {
  display: none;
}
div.send-bus-list .bus-list-contents table.passenger-summary-table {
  width: 50%;
}
div.send-bus-list .bus-list-contents table.passenger-summary-table tr td.summary-title {
  width: 33%;
}
div.send-bus-list .bus-list-contents table.passenger-summary-table tr td.summary-quantity {
  width: 33%;
}
div.send-bus-list .bus-list-contents table.passenger-summary-table tr td.summary-overnight-stay {
  width: 34%;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tr.info-header-row th {
  padding: 24px 0 4px 0;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tbody tr.column-header-row th {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 0.85em;
  border-bottom-width: 1px;
  border-top-width: 0px;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tr.info-header-title-row th {
  padding: 30px 0 30px 0;
}
@media print {
  div.send-bus-list .bus-list-contents table.bus-passenger-table tr.info-header-title-row th {
    padding: 0 0 10px 0;
  }
}
div.send-bus-list .bus-list-contents table.bus-passenger-table td.reservation-note-column {
  max-width: 200px;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tr.extra-services td {
  border-top: none;
  padding-top: 0;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tr.removed {
  text-decoration: line-through;
  color: #dc5149;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tr.group-summary-row td {
  background-color: #bbbbbb;
  text-transform: uppercase;
}
div.send-bus-list .bus-list-contents table.bus-passenger-table tr.group-summary-row td.separator-col {
  background-color: #ffffff;
}
div.reservation-management-nav table {
  table-layout: fixed;
}
div.reservation-management-nav table .date-range-error {
  text-align: left;
}
div.reservation-management table.common th,
div.reservation-management-nav table.common th,
div.reservation-management table.common td,
div.reservation-management-nav table.common td {
  text-align: center;
}
div.reservation-management table.common td,
div.reservation-management-nav table.common td {
  border-top: none;
}
div.reservation-management table.common th,
div.reservation-management-nav table.common th {
  text-transform: uppercase;
  font-size: 13px;
}
div.reservation-management table.common .headerDate,
div.reservation-management-nav table.common .headerDate {
  text-align: left;
}
div.reservation-management table.common .reservation-time-state,
div.reservation-management-nav table.common .reservation-time-state {
  text-align: left;
  width: 14%;
}
div.reservation-management table.common .reservation-time,
div.reservation-management-nav table.common .reservation-time {
  text-align: left;
  width: 6%;
}
div.reservation-management table.common .reservation-time betterpicker .pickerCalendar,
div.reservation-management-nav table.common .reservation-time betterpicker .pickerCalendar {
  position: fixed;
}
div.reservation-management table.common .reservation-state,
div.reservation-management-nav table.common .reservation-state,
div.reservation-management table.common .cancellation-status,
div.reservation-management-nav table.common .cancellation-status {
  text-align: left;
  width: 8%;
}
div.reservation-management table.common .reservation-state .comment-icon,
div.reservation-management-nav table.common .reservation-state .comment-icon,
div.reservation-management table.common .cancellation-status .comment-icon,
div.reservation-management-nav table.common .cancellation-status .comment-icon,
div.reservation-management table.common .reservation-state .service-manual-followup-icon,
div.reservation-management-nav table.common .reservation-state .service-manual-followup-icon,
div.reservation-management table.common .cancellation-status .service-manual-followup-icon,
div.reservation-management-nav table.common .cancellation-status .service-manual-followup-icon,
div.reservation-management table.common .reservation-state .hotel-gds-notes-icon,
div.reservation-management-nav table.common .reservation-state .hotel-gds-notes-icon,
div.reservation-management table.common .cancellation-status .hotel-gds-notes-icon,
div.reservation-management-nav table.common .cancellation-status .hotel-gds-notes-icon {
  display: inline;
  height: 0.9em;
  width: 0.9em;
  margin-top: -3px;
  margin-left: 2px;
}
div.reservation-management table.common .reservation-state .service-manual-followup-icon,
div.reservation-management-nav table.common .reservation-state .service-manual-followup-icon,
div.reservation-management table.common .cancellation-status .service-manual-followup-icon,
div.reservation-management-nav table.common .cancellation-status .service-manual-followup-icon {
  color: #8d8d8d;
}
div.reservation-management table.common .reservation-state .hotel-gds-notes-icon,
div.reservation-management-nav table.common .reservation-state .hotel-gds-notes-icon,
div.reservation-management table.common .cancellation-status .hotel-gds-notes-icon,
div.reservation-management-nav table.common .cancellation-status .hotel-gds-notes-icon {
  color: #f0645a;
}
div.reservation-management table.common .reservation-id,
div.reservation-management-nav table.common .reservation-id {
  width: 8%;
}
div.reservation-management table.common .reservation-holder,
div.reservation-management-nav table.common .reservation-holder {
  width: 8%;
}
div.reservation-management table.common .passenger-amount,
div.reservation-management-nav table.common .passenger-amount {
  width: 9%;
}
div.reservation-management table.common .departure-date,
div.reservation-management-nav table.common .departure-date {
  width: 7%;
  text-align: left;
}
div.reservation-management table.common .departure-date betterpicker .pickerCalendar,
div.reservation-management-nav table.common .departure-date betterpicker .pickerCalendar {
  position: fixed;
}
div.reservation-management table.common .payment-status,
div.reservation-management-nav table.common .payment-status {
  width: 12%;
}
div.reservation-management table.common .payment-status .col,
div.reservation-management-nav table.common .payment-status .col {
  display: inline-block;
  vertical-align: middle;
}
div.reservation-management table.common .payment-status .status-text,
div.reservation-management-nav table.common .payment-status .status-text {
  width: 41%;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px;
}
div.reservation-management table.common .payment-status .status-text.green,
div.reservation-management-nav table.common .payment-status .status-text.green {
  color: #179735;
  border: solid 2px #179735;
}
div.reservation-management table.common .payment-status .status-text.red,
div.reservation-management-nav table.common .payment-status .status-text.red {
  color: #f0645a;
  border: solid 2px #f0645a;
}
div.reservation-management table.common .payment-status .money,
div.reservation-management-nav table.common .payment-status .money {
  width: 29%;
  text-align: right;
}
div.reservation-management table.common .payment-status .money .price,
div.reservation-management-nav table.common .payment-status .money .price {
  font-weight: bold;
}
div.reservation-management table.common .payment-status .date-picker-wrapper,
div.reservation-management-nav table.common .payment-status .date-picker-wrapper {
  text-align: left;
}
div.reservation-management table.common .payment-status .date-picker-wrapper betterpicker .pickerCalendar,
div.reservation-management-nav table.common .payment-status .date-picker-wrapper betterpicker .pickerCalendar {
  position: fixed;
  right: 0px;
}
div.reservation-management table.common .payment-status .due-date,
div.reservation-management-nav table.common .payment-status .due-date {
  width: 23%;
  text-align: left;
  padding: 5px;
}
div.reservation-management table.common .products-amount,
div.reservation-management-nav table.common .products-amount {
  width: 8%;
}
div.reservation-management table.common .trip,
div.reservation-management-nav table.common .trip {
  width: 8%;
}
div.reservation-management table.common .creator-and-source,
div.reservation-management-nav table.common .creator-and-source {
  width: 8%;
}
div.reservation-management table.common .creator-and-source .source img,
div.reservation-management-nav table.common .creator-and-source .source img {
  width: 24px;
  height: 24px;
}
div.reservation-management table.common .full-info,
div.reservation-management-nav table.common .full-info {
  width: 4%;
}
div.reservation-management table.common.is-external-seller .creator-and-source,
div.reservation-management-nav table.common.is-external-seller .creator-and-source {
  width: 12%;
}
div.reservation-management table.common.is-external-seller .payment-status,
div.reservation-management-nav table.common.is-external-seller .payment-status {
  width: 8%;
}
div.reservation-management-nav {
  padding: 15px 0px 0px 0px;
}
div.reservation-management-nav div.buttons {
  padding: 0 15px 15px 15px;
}
div.reservation-management-nav div.table-bluff {
  padding: 0 30px 0 15px;
  border-top: 1px solid #dddddd;
  background-color: #f9f9f9;
}
div.reservation-management-nav div.table-bluff table.reservation-headers {
  margin-bottom: 0px;
}
div.reservation-management-nav div.table-bluff table.reservation-headers th {
  border-top: 0;
}
div.reservation-management {
  padding: 15px 15px 5px 15px;
}
div.reservation-management table.reservations {
  margin-top: 15px;
  margin-bottom: 15px;
}
div.reservation-management table.reservations td.full-info button {
  border: 0;
  background: none;
  color: #a19f99;
}
div.reservation-management table.reservations td.full-info button:hover {
  color: #4c4c4c;
}
div.reservation-management button.load-items {
  text-transform: uppercase;
  width: 50%;
  height: 40px;
}
div.reservation-management button.load-items span.load-items {
  margin-left: 30px;
}
div.reservation-new-nav {
  padding: 15px;
}
div.reservation-management-edit,
div.reservation-management-show-existing {
  padding: 15px 15px 0px;
}
div.reservation-management-edit imt-reservation-table table,
div.reservation-management-show-existing imt-reservation-table table {
  margin-bottom: 0px;
}
div.reservation-management-edit imt-reservation-table thead,
div.reservation-management-show-existing imt-reservation-table thead {
  font-size: 12px;
  text-transform: uppercase;
}
div.reservation-management-edit imt-reservation-table .product-col,
div.reservation-management-show-existing imt-reservation-table .product-col {
  width: 20em;
}
div.reservation-management-edit imt-reservation-table .product-col span.product-path,
div.reservation-management-show-existing imt-reservation-table .product-col span.product-path {
  color: #454545;
  font-style: italic;
}
div.reservation-management-edit imt-reservation-table .departure-col,
div.reservation-management-show-existing imt-reservation-table .departure-col {
  width: 18em;
}
div.reservation-management-edit imt-reservation-table .separator-col,
div.reservation-management-show-existing imt-reservation-table .separator-col {
  background-color: initial;
  border: none;
  width: 6px;
  padding: 0px;
}
div.reservation-management-edit imt-reservation-table .timespan-col,
div.reservation-management-show-existing imt-reservation-table .timespan-col {
  width: 10em;
  white-space: nowrap;
}
div.reservation-management-edit imt-reservation-table .departure-times-col,
div.reservation-management-show-existing imt-reservation-table .departure-times-col {
  width: 8em;
  white-space: nowrap;
}
div.reservation-management-edit imt-reservation-table .weekdays-col,
div.reservation-management-show-existing imt-reservation-table .weekdays-col {
  width: 8em;
}
div.reservation-management-edit imt-reservation-table .includerule-col,
div.reservation-management-show-existing imt-reservation-table .includerule-col {
  min-width: 15em;
}
div.reservation-management-edit imt-reservation-table .comment-col,
div.reservation-management-show-existing imt-reservation-table .comment-col {
  min-width: 10em;
}
div.reservation-management-edit imt-reservation-table .effective-price-rule-comment,
div.reservation-management-show-existing imt-reservation-table .effective-price-rule-comment {
  font-size: 12px;
  display: inline-block;
}
div.reservation-management-edit imt-reservation-table .buy-price-col,
div.reservation-management-show-existing imt-reservation-table .buy-price-col,
div.reservation-management-edit imt-reservation-table .margin-col,
div.reservation-management-show-existing imt-reservation-table .margin-col,
div.reservation-management-edit imt-reservation-table .sell-price-col,
div.reservation-management-show-existing imt-reservation-table .sell-price-col {
  width: 8em;
  text-align: center;
}
div.reservation-management-edit imt-reservation-table .rounded-total-price-col,
div.reservation-management-show-existing imt-reservation-table .rounded-total-price-col {
  width: 8em;
}
div.reservation-management-edit imt-reservation-table .actions-row button,
div.reservation-management-show-existing imt-reservation-table .actions-row button {
  width: 100%;
}
div.reservation-management-edit imt-reservation-table .totals-row,
div.reservation-management-show-existing imt-reservation-table .totals-row {
  font-weight: bold;
}
div.reservation-management-edit imt-reservation-table .edit-action-col,
div.reservation-management-show-existing imt-reservation-table .edit-action-col,
div.reservation-management-edit imt-reservation-table .remove-action-col,
div.reservation-management-show-existing imt-reservation-table .remove-action-col,
div.reservation-management-edit imt-reservation-table .reorder-action-col,
div.reservation-management-show-existing imt-reservation-table .reorder-action-col {
  width: 1%;
  white-space: nowrap;
  text-align: center;
}
div.reservation-management-edit imt-reservation-table .edit-action-col span,
div.reservation-management-show-existing imt-reservation-table .edit-action-col span,
div.reservation-management-edit imt-reservation-table .remove-action-col span,
div.reservation-management-show-existing imt-reservation-table .remove-action-col span,
div.reservation-management-edit imt-reservation-table .reorder-action-col span,
div.reservation-management-show-existing imt-reservation-table .reorder-action-col span,
div.reservation-management-edit imt-reservation-table .edit-action-col i,
div.reservation-management-show-existing imt-reservation-table .edit-action-col i,
div.reservation-management-edit imt-reservation-table .remove-action-col i,
div.reservation-management-show-existing imt-reservation-table .remove-action-col i,
div.reservation-management-edit imt-reservation-table .reorder-action-col i,
div.reservation-management-show-existing imt-reservation-table .reorder-action-col i {
  cursor: pointer;
}
div.reservation-management-edit imt-reservation-table .add-component-action,
div.reservation-management-show-existing imt-reservation-table .add-component-action,
div.reservation-management-edit imt-reservation-table .submit-phase-action,
div.reservation-management-show-existing imt-reservation-table .submit-phase-action,
div.reservation-management-edit imt-reservation-table .delete-phase-action,
div.reservation-management-show-existing imt-reservation-table .delete-phase-action,
div.reservation-management-edit imt-reservation-table .duplicate-phase-action,
div.reservation-management-show-existing imt-reservation-table .duplicate-phase-action {
  cursor: pointer;
}
.creator-user-picker-ocd .content-header {
  display: inline-block;
  margin: 10px 10px 5px;
}
.creator-user-picker-ocd .search {
  width: 200px;
  display: inline-block;
}
.creator-user-picker-ocd .content .btn,
.creator-user-picker-ocd .scrolling-content .btn {
  width: 95%;
  margin: 5px 2%;
  text-align: left;
}
form.reservation-editor a {
  cursor: pointer;
}
form.reservation-editor .placeholder {
  color: #b4b4b4;
  font-style: italic;
}
form.reservation-editor div.fgw-info hr.sailing-divider {
  border-top: 1px solid #c0c0c0;
  margin-top: 10px;
  margin-bottom: 10px;
}
form.reservation-editor div.info h5 {
  text-transform: uppercase;
  padding: 15px 0 17px 0;
  margin-bottom: 15px;
  font-size: 17px;
  color: #5d6162;
  border-bottom: 1px solid #d0d2d1;
}
form.reservation-editor div.info h5.no-border {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
form.reservation-editor div.info .info-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #808384;
  vertical-align: middle;
  padding: 0 0 10px 0;
}
form.reservation-editor div.info .info-content {
  font-size: 16px;
  color: #1d1d1d;
  vertical-align: middle;
  padding: 0 0 10px 20px;
}
form.reservation-editor div.info .info-content .comment-display {
  min-height: 22px;
}
form.reservation-editor div.info .info-content textarea {
  width: 245px;
  max-width: 245px;
}
form.reservation-editor div.info .info-content .partner-code {
  font-size: 14px;
  color: #1d1d1d;
  display: block;
}
form.reservation-editor div.info .info-content .delete-gds-hotel-booking {
  margin-left: 10px;
  font-size: 14px;
}
form.reservation-editor div.info .warning-info {
  color: #eb4929;
}
form.reservation-editor div.info .warning-info.reservation-info {
  text-transform: uppercase;
}
form.reservation-editor div.info ul.info-content {
  font-size: 16px;
  color: #1d1d1d;
  vertical-align: middle;
}
form.reservation-editor div.info ul.info-content li {
  padding-bottom: 5px;
}
form.reservation-editor div.info button.invoice-editor span {
  margin-left: 10px;
}
form.reservation-editor div.info .payment-status span {
  font-size: 10px;
  padding: 5px;
  border-radius: 5px;
}
form.reservation-editor div.info .payment-status.green span {
  color: #179735;
  border: solid 2px #179735;
}
form.reservation-editor div.info .payment-status.red span {
  color: #f0645a;
  border: solid 2px #f0645a;
}
form.reservation-editor div.info .adopt-reservation {
  font-size: 14px;
  cursor: pointer;
}
form.reservation-editor div.passengers table.passengers {
  width: 100%;
}
form.reservation-editor div.passengers table.passengers tr td.empty {
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
form.reservation-editor div.passengers table.passengers tr td.clubOne {
  width: 10%;
}
form.reservation-editor div.passengers table.passengers tr.passenger-invoice-extra-items-row td {
  border-top: 0px;
  padding: 0;
}
form.reservation-editor div.passengers table.passengers tr.passenger-invoice-extra-items-row ul {
  list-style: none;
  position: relative;
  top: -8px;
  margin: 0;
}
form.reservation-editor div.passengers table.passengers tr.passenger-invoice-extra-items-striping-fix-row td {
  border-top: 0px;
}
form.reservation-editor div.group-passengers table.group-passengers {
  width: 100%;
}
form.reservation-editor div.group-passengers table.group-passengers tr td.empty {
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
form.reservation-editor div.group-passengers table.group-passengers tr td.roomNumber {
  width: 8%;
}
form.reservation-editor div.group-passengers table.group-passengers tr td.email {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form.reservation-editor div.group-passengers table.group-passengers tr td.busDeparturePlace {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form.reservation-editor div.reserved-products .freeze-prices {
  margin-top: 15px;
}
form.reservation-editor div.reserved-products span.edit-products a {
  text-transform: none;
  font-size: 14px;
}
form.reservation-editor div.reserved-products div.reserved-product {
  border-bottom: 1px solid #d0d2d1;
  margin-bottom: 15px;
}
form.reservation-editor div.reserved-products div.reserved-product div.travel-step-type {
  margin-bottom: 12px;
}
form.reservation-editor div.reserved-products div.reserved-product .service-manual-followup-icon {
  color: #8d8d8d;
}
form.reservation-editor div.reserved-products div.reserved-product:last-child {
  border: none;
}
form.reservation-editor div.internal-notes .internal-notes-header {
  margin-bottom: 0;
}
form.reservation-editor div.internal-notes table {
  border-collapse: separate;
  border-spacing: 0px 15px;
}
form.reservation-editor div.internal-notes tr.internal-note .creator-name {
  font-weight: bold;
}
form.reservation-editor div.internal-notes tr.internal-note .create-time,
form.reservation-editor div.internal-notes tr.internal-note .modify-time {
  font-size: 12px;
  color: #808384;
}
form.reservation-editor div.internal-notes tr.internal-note div.content {
  margin-top: 4px;
  margin-bottom: 4px;
}
form.reservation-editor div.internal-notes .internal-note-read-only-label,
form.reservation-editor div.internal-notes .travel-step-note-label {
  margin-right: 8px;
  color: #423063;
  padding: 2px;
  border-radius: 4px 4px;
  border: 2px #423063 solid;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only {
  margin-bottom: 16px;
  font-size: 12px;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only td.automatic-label-column {
  vertical-align: top;
  height: 28px;
  width: 70px;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only td.content-column {
  vertical-align: top;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only .creator-name {
  font-weight: normal;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only .create-time,
form.reservation-editor div.internal-notes tr.internal-note.read-only .modify-time {
  font-size: 12px;
  color: #808384;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only.torpedo .read-only-label.torpedo-error {
  margin-right: 8px;
  color: #cc4944;
  padding: 2px;
  border-radius: 4px 4px;
  border: 2px #cc4944 solid;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only.torpedo table.torpedo-error-details td {
  font-size: 12px;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only.torpedo table.torpedo-error-details td.torpedo-error-header {
  font-weight: bold;
  letter-spacing: 0.6px;
}
form.reservation-editor div.internal-notes tr.internal-note.read-only.torpedo table.torpedo-error-details td.torpedo-error-content {
  font-weight: normal;
}
form.reservation-editor div.internal-notes .fgw-usernote {
  padding: 8px 0 0 8px;
}
form.reservation-editor div.internal-notes textarea.content {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
form.reservation-editor div.internal-notes textarea.content + .buttons {
  background: white;
  border: 1px solid #ccc;
  border-top-width: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px 8px;
}
form.reservation-editor div.internal-notes .btn {
  outline: none;
  border: 0;
  padding: 0;
  background: transparent;
}
form.reservation-editor div.internal-notes .edit-button,
form.reservation-editor div.internal-notes .save-button,
form.reservation-editor div.internal-notes .cancel-button,
form.reservation-editor div.internal-notes .delete-button,
form.reservation-editor div.internal-notes .create-button {
  display: inline-block;
  margin-right: 32px;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-header {
  margin-bottom: 0;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link {
  border-bottom: 1px solid #d0d2d1;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link:nth-child(2n + 1) {
  background-color: #f9f9f9;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link .reservation-metadata-url a {
  text-decoration: none;
  font-size: 14px;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link .reservation-metadata-url a:hover {
  text-decoration: underline;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link .reservation-metadata-description {
  font-size: 14px;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link .reservation-metadata-description p {
  margin: 0;
}
form.reservation-editor div.reservation-metadata .reservation-metadata-links .reservation-metadata-link .reservation-metadata-description .reservation-metadata-info {
  font-size: 12px;
  color: #808384;
}
form.reservation-editor .gds-notes {
  color: #1d1d1d;
}
form.reservation-editor .gds-notes h6 {
  font-size: 14px;
}
form.reservation-editor .gds-notes .text-label {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 17px;
}
div.tax-class-management-nav {
  padding: 15px;
}
div.tax-class-management-nav .tax-class-management-buttons > button {
  text-transform: uppercase;
}
div.tax-class-management-main {
  padding: 15px;
}
div.tax-class-management-main .tax-classes-table thead > tr > th {
  text-transform: uppercase;
}
div.tax-class-management-main .tax-classes-table tr .edit-column {
  width: 9em;
  text-align: center;
}
div.tax-class-management-main .tax-classes-table .edit-tax-class {
  cursor: pointer;
}
.tax-class-editor .matching-duration-days input {
  width: 65px;
  display: inline-block;
}
.tax-class-editor .matching-duration-days input:last-of-type {
  margin-right: 5px;
}
.tax-class-editor .accounts-table {
  width: 100%;
}
.tax-class-editor .accounts-table label {
  font-size: 0.8em;
  opacity: 0.7;
}
.tax-class-editor .accounts-table td {
  padding-right: 5px;
}
.tax-class-editor .accounts-table .account-spacer {
  border: none;
  padding: 5px;
}
.trip-management-main {
  padding-top: 15px;
  padding-bottom: 15px;
}
.trip-management-main .trip-count-and-sort {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px;
}
.trip-management-main .trip-count-and-sort .trip-count {
  margin: 0;
}
.trip-management-main .trip-count-and-sort .sort-options {
  display: flex;
  gap: 20px;
}
.trip-management-main .trip-count-and-sort .sort-options .sort-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  line-height: 1;
}
.trip-management-main .trip-count-and-sort .sort-options .sort-radio-label input[type="radio"] {
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.trip-management-main .trip-count-and-sort .sort-options .sort-radio-label .sort-radio-text {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  line-height: 1;
  vertical-align: middle;
}
.trip-management-main .trip-count-and-sort .sort-options .sort-radio-label:hover .sort-radio-text {
  color: #666;
}
.trip-management-main .trip-count-and-sort .sort-options .sort-radio-label input[type="radio"]:checked + .sort-radio-text {
  color: #333;
}
.trip-management-main table.trips-table {
  margin-bottom: 0;
}
.trip-management-main table.trips-table .sales-column {
  width: 70px;
  text-align: center;
}
.trip-management-main table.trips-table .sales-column .info-icon {
  margin-left: 5px;
  color: #666;
  cursor: help;
  font-size: 14px;
}
.trip-management-main table.trips-table .sales-column .info-icon:hover {
  color: #333;
}
.trip-management-main table.trips-table .views-column {
  width: 70px;
  text-align: center;
}
.trip-management-main table.trips-table .views-column .info-icon {
  margin-left: 5px;
  color: #666;
  cursor: help;
  font-size: 14px;
}
.trip-management-main table.trips-table .views-column .info-icon:hover {
  color: #333;
}
.trip-management-main table.trips-table .trip-name-column {
  width: 20%;
}
.trip-management-main table.trips-table .available-on-column {
  width: 20%;
}
.trip-management-main table.trips-table .tag-name-column {
  min-width: 100px;
}
.trip-management-main table.trips-table .edit-trip-column a {
  color: inherit;
}
.trip-management-main table.trips-table .filters-row td {
  border-top: 0px !important;
}
.trip-management-main table.trips-table betterpicker .pickerCalendar {
  position: fixed;
}
.trip-management-main table.trips-table tr.obsolete-trip {
  color: #8d8d8d;
}
.trip-management-main table.trips-table tr.obsolete-trip strong,
.trip-management-main table.trips-table tr.obsolete-trip button {
  color: #000000;
}
.trip-management-main table.trips-table tr.obsolete-trip.diagonally-striped:not(.warning) td {
  background-color: transparent;
}
.trip-management-main table.trips-table tr.obsolete-trip.diagonally-striped.warning td {
  background-color: rgba(252, 248, 227, 0.6);
}
.trip-management-main table.trips-table tr:nth-child(odd).diagonally-striped {
  background-image: linear-gradient(45deg, #ffffff 16.6%, #e6e6e6 16.6%, #e6e6e6 50%, #ffffff 50%, #ffffff 66.6%, #e6e6e6 66.6%, #e6e6e6);
  background-size: 6px 6px;
}
.trip-management-main table.trips-table tr:nth-child(even).diagonally-striped {
  background-image: linear-gradient(45deg, #e6e6e6 16.6%, #ffffff 16.6%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 66.6%, #ffffff 66.6%, #ffffff);
  background-size: 6px 6px;
}
.trip-editor-nav,
.trip-management-nav {
  padding: 15px;
}
.trip-editor-nav .nav-button {
  margin-left: 5px;
}
.trip-editor {
  padding: 15px;
}
.trip-editor .trip-unavailability-resolver .children-section {
  padding: 5px 0px;
}
.trip-editor .trip-unavailability-resolver .children-section .remove {
  padding: 5px;
}
.trip-editor .trip-unavailability-resolver .children-section .add-child {
  margin-top: 6px;
  margin-bottom: 10px;
}
.trip-editor .trip-unavailability-resolver .availability-resolve-message {
  margin-top: 10px;
}
.trip-editor .trip-unavailability-resolver .availability-resolve-message p {
  padding: 6px 10px;
}
.trip-editor table.trip-setting-section {
  padding: 10px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.trip-editor table.trip-setting-section th {
  vertical-align: top;
  width: 200px;
}
.trip-editor table.trip-setting-section th,
.trip-editor table.trip-setting-section td {
  padding: 10px;
}
.trip-editor table.trip-setting-section td {
  width: 500px;
}
.trip-editor .row.trip-phase > [class*="col-"]:not(.unavailability-info) {
  padding-left: 0px;
  padding-right: 0px;
}
.trip-editor .item-list-row {
  height: 25px;
  line-height: 25px;
  display: block;
  height: 100%;
}
.trip-editor .button-wrapper {
  width: 25px;
  margin-left: 5px;
  text-align: center;
}
.trip-editor .remove-button,
.trip-editor .edit-button,
.trip-editor .favorite-button {
  cursor: pointer;
}
.trip-editor tr.online-shop .online-shop-info {
  margin-bottom: 0px;
}
.trip-editor tr.online-shop .online-shop-info label {
  display: none;
}
.trip-editor .add-button {
  margin-top: 5px;
  display: block;
}
.trip-editor .trip-tax-class .multiple-tax-class-selection select {
  width: auto;
  margin-bottom: 5px;
}
.trip-editor .trip-tax-class select,
.trip-editor .trip-tax-class .remove-tax-class {
  display: inline-block;
}
.trip-editor .trip-ignore-passenger-limit .passenger-limit-warning {
  margin-left: 10px;
}
.trip-editor .trip-phase .phase-header th {
  background-color: #458dab;
  color: #ffffff;
  text-shadow: 1px 1px 0 #0B729D;
  text-transform: uppercase;
}
.trip-editor .trip-phase .phase-header th.availability-resolve-error {
  background-color: #d9534f;
  text-shadow: 1px 1px 0 #a94442;
}
.trip-editor .trip-phase .hotel-repeat-days td {
  vertical-align: top;
}
.trip-editor .trip-phase .hotel-repeat-days input,
.trip-editor .trip-phase .hotel-repeat-days .remove-extra-day-choice {
  display: inline-block;
}
.trip-editor .trip-phase input.phase-day-number {
  width: auto;
}
.trip-editor .trip-phase .time-picker-wrapper {
  width: 200px;
  margin-top: -20px;
}
.trip-editor .trip-phase .hotel-repeat-day-choice {
  margin-bottom: 5px;
}
.trip-editor .trip-phase input.phase-repeat-days,
.trip-editor .trip-phase input.phase-repeat-day-choice {
  text-align: center;
  width: 110px;
}
.trip-editor .trip-phase label.light-label {
  font-weight: 400;
}
.trip-editor .trip-phase .existing-variable-hotel-phase-notification {
  font-weight: 400;
  font-size: 13px;
}
.trip-type-picker-ocd .content-header,
.trip-picker-ocd .content-header,
.trip-ocd .content-header {
  display: inline-block;
  margin: 10px 10px 5px;
}
.trip-type-picker-ocd .search,
.trip-picker-ocd .search,
.trip-ocd .search {
  width: 200px;
  display: inline-block;
}
.trip-type-picker-ocd .content .btn,
.trip-picker-ocd .content .btn,
.trip-ocd .content .btn,
.trip-type-picker-ocd .scrolling-content .btn,
.trip-picker-ocd .scrolling-content .btn,
.trip-ocd .scrolling-content .btn {
  width: 95%;
  margin: 5px 2%;
  text-align: left;
}
.trip-phase-type-flight-ocd .content-header,
.trip-phase-type-hotel-ocd .content-header,
.trip-phase-type-route-ocd .content-header,
.trip-phase-type-during-stay-service-ocd .content-header {
  margin: 10px 0px;
}
.trip-phase-type-flight-ocd .content,
.trip-phase-type-hotel-ocd .content,
.trip-phase-type-route-ocd .content,
.trip-phase-type-during-stay-service-ocd .content {
  padding: 0px 10px;
}
.destination-picker-ocd .content h4,
.destination-picker-ocd .scrolling-content h4 {
  margin: 10px 10px 5px;
}
.destination-picker-ocd .content .pickable-item button,
.destination-picker-ocd .scrolling-content .pickable-item button,
.destination-picker-ocd .content .current-destination,
.destination-picker-ocd .scrolling-content .current-destination {
  width: 96%;
  margin: 5px 2%;
  text-align: left;
}
.trip-tag-picker-ocd .content h4,
.trip-tag-picker-ocd .scrolling-content h4 {
  margin: 10px 10px 5px;
}
.trip-tag-picker-ocd .content .tag-pickables .btn-group,
.trip-tag-picker-ocd .scrolling-content .tag-pickables .btn-group {
  width: 96%;
  margin: 5px 2%;
  text-align: left;
}
.trip-tag-picker-ocd .content .tag-pickables .btn-group .select-item-button,
.trip-tag-picker-ocd .scrolling-content .tag-pickables .btn-group .select-item-button {
  min-width: 150px;
}
.layout.survey-management #content-main-scroll-wrapper,
.layout.survey-management .content-main,
.layout.survey-management .content-main > .col-md-12[ui-view] {
  background: #f4f3f8;
}
.layout.survey-management .survey-page {
  min-height: 100%;
}
.survey-page {
  padding: 16px 24px 24px;
  background: #f3f0f8;
  border-radius: 14px;
}
.survey-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.survey-title {
  font-size: 26px;
  font-weight: 700;
  color: #352a4f;
}
.survey-subtitle {
  color: rgba(66, 48, 99, 0.72);
  font-size: 13px;
  margin-top: 4px;
}
.survey-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  box-shadow: 0 14px 36px rgba(66, 48, 99, 0.1);
  padding: 18px 20px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.survey-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(253, 186, 190, 0.82);
}
.survey-card-header {
  font-size: 14px;
  font-weight: 700;
  color: #352a4f;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.45px;
}
.survey-page .form-control {
  border-radius: 10px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  background: #ffffff;
  color: #352a4f;
  box-shadow: inset 0 1px 2px rgba(66, 48, 99, 0.05);
}
.survey-page .form-control:focus {
  border-color: rgba(82, 60, 123, 0.45);
  box-shadow: inset 0 1px 2px rgba(66, 48, 99, 0.05), 0 0 0 3px rgba(82, 60, 123, 0.12);
}
.survey-page .btn {
  border-radius: 10px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-bottom-width: 1px;
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}
.survey-page .btn:hover,
.survey-page .btn:focus {
  box-shadow: 0 8px 18px rgba(66, 48, 99, 0.13);
}
.survey-page .btn-default {
  background-color: #f7f6fb;
  color: #352a4f;
  border-color: rgba(66, 48, 99, 0.14);
}
.survey-page .btn-default:hover,
.survey-page .btn-default:focus {
  background-color: #ffffff;
  border-color: rgba(66, 48, 99, 0.2);
}
.survey-page .btn-primary {
  background-color: #523c7b;
  color: #ffffff;
  border-color: rgba(66, 48, 99, 0.34);
}
.survey-page .btn-primary:hover,
.survey-page .btn-primary:focus,
.survey-page .btn-primary:active {
  background-color: #49356d;
  border-color: rgba(66, 48, 99, 0.44);
}
.survey-form {
  margin-bottom: 12px;
}
.survey-form .form-control {
  min-width: 240px;
}
.survey-form .btn {
  margin-left: 8px;
}
.survey-list-empty {
  color: #8d8d8d;
  padding: 12px 4px;
  margin-top: 10px;
}
.survey-create-results {
  margin-top: 12px;
}
.survey-create-results-table {
  margin-bottom: 0;
  border-color: rgba(66, 48, 99, 0.14);
}
.survey-create-results-table th {
  font-size: 12px;
  white-space: nowrap;
  background: rgba(253, 186, 190, 0.22);
  border-color: rgba(66, 48, 99, 0.14);
}
.survey-create-results-table td {
  font-size: 12px;
  vertical-align: middle;
  border-color: rgba(66, 48, 99, 0.14);
}
.survey-filters {
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 12px;
  background: rgba(253, 186, 190, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 12px;
}
.survey-filters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.survey-filters-grid-bottom {
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 6px;
}
.survey-filter-group {
  display: flex;
  flex-direction: column;
}
.survey-filter-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(66, 48, 99, 0.72);
  margin-bottom: 4px;
}
.survey-date-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.survey-tabs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  background: rgba(82, 60, 123, 0.1);
}
.survey-tab,
.survey-subtab {
  border: 1px solid transparent;
  background: transparent;
  color: rgba(66, 48, 99, 0.72);
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 12px;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}
.survey-tab.active,
.survey-subtab.active {
  background: #ffffff;
  color: #352a4f;
  border-color: rgba(82, 60, 123, 0.38);
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
}
.survey-subtabs {
  display: flex;
  gap: 6px;
  margin-top: 6px;
  margin-bottom: 14px;
}
.survey-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.survey-rating-card {
  min-width: 170px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 12px;
  background: rgba(253, 186, 190, 0.16);
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
  padding: 12px;
}
.survey-rating-label {
  font-size: 13px;
  color: rgba(66, 48, 99, 0.72);
}
.survey-rating-value {
  font-size: 38px;
  font-weight: 700;
  color: #352a4f;
  line-height: 1;
  margin-top: 6px;
}
.survey-rating-value small {
  font-size: 18px;
  font-weight: 600;
  color: rgba(31, 31, 43, 0.74);
}
.survey-stars {
  margin-top: 6px;
  color: #523c7b;
  letter-spacing: 1px;
}
.survey-stars-inline {
  font-size: 14px;
}
.survey-rating-count {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(82, 60, 123, 0.72);
}
.survey-summary-actions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-left: auto;
}
.survey-rating-filter {
  min-width: 120px;
}
.survey-table-wrap {
  margin-top: 10px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
  overflow: hidden;
}
.survey-pagination {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.survey-pagination-status {
  font-size: 13px;
  color: rgba(66, 48, 99, 0.72);
}
.survey-table {
  margin-bottom: 0;
}
.survey-table thead th {
  background: rgba(253, 186, 190, 0.34);
  color: #352a4f;
  font-size: 13px;
  border-bottom: 1px solid rgba(66, 48, 99, 0.2);
}
.survey-table tbody tr {
  cursor: pointer;
}
.survey-table tbody tr.is-selected {
  background: rgba(82, 60, 123, 0.1);
}
.survey-table td {
  vertical-align: middle;
}
.survey-visibility {
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  font-size: 12px;
  font-weight: 600;
}
.survey-visibility.is-visible {
  background: rgba(66, 48, 99, 0.92);
  color: #ffffff;
}
.survey-visibility.is-hidden {
  background: #d9d9e2;
  color: #4e4e5c;
}
.survey-rating-inline {
  color: rgba(82, 60, 123, 0.75);
  margin-left: 4px;
}
.survey-meta {
  font-size: 12px;
  color: rgba(66, 48, 99, 0.72);
}
.survey-followup-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.survey-followup-badge.is-none {
  background: #eceaf2;
  color: #5c5471;
}
.survey-followup-badge.is-NeedsHandling {
  background: #fce8d9;
  color: #7a4818;
}
.survey-followup-badge.is-InProgress {
  background: #e5edfb;
  color: #2e4d82;
}
.survey-followup-badge.is-WaitingForCustomer {
  background: #faf3cf;
  color: #6c5b1a;
}
.survey-followup-badge.is-Done {
  background: #e4f4e6;
  color: #2a6033;
}
.survey-meta-label {
  display: inline-block;
  margin-right: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgba(66, 48, 99, 0.54);
}
.survey-drawer {
  border-radius: 12px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  background: rgba(253, 186, 190, 0.14);
  padding: 14px 16px 16px;
  margin-top: 14px;
}
.survey-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.survey-drawer-title {
  font-weight: 600;
  font-size: 17px;
  color: #352a4f;
}
.survey-drawer-close {
  padding: 0;
  font-size: 12px;
}
.survey-answers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.survey-answer {
  background: #ffffff;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
}
.survey-answer-key {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #352a4f;
  margin-bottom: 8px;
}
.survey-answer-value {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #352a4f;
  word-break: break-word;
}
.survey-answers-empty {
  color: rgba(66, 48, 99, 0.72);
  font-style: italic;
}
.survey-panel-meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(66, 48, 99, 0.72);
}
@media (max-width: 991px) {
  .survey-page {
    padding: 14px 16px 20px;
  }
  .survey-form .btn {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .survey-filters-grid,
  .survey-filters-grid-bottom {
    grid-template-columns: 1fr;
  }
  .survey-date-range {
    grid-template-columns: 1fr;
  }
  .survey-summary {
    flex-direction: column;
  }
  .survey-summary-actions {
    margin-left: 0;
    width: 100%;
  }
  .survey-table-wrap {
    overflow-x: auto;
  }
}
.ocd.survey-answer-panel .btn {
  border-radius: 10px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-bottom-width: 1px;
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
}
.ocd.survey-answer-panel .header {
  background: rgba(82, 60, 123, 0.96);
  height: 72px;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(253, 186, 190, 0.65);
}
.ocd.survey-answer-panel .header h4 {
  width: auto;
  flex: 1;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
}
.ocd.survey-answer-panel .header-buttons .btn {
  margin-left: 8px;
}
.ocd.survey-answer-panel .scrolling-content {
  top: 72px;
  right: 30px;
  padding: 14px;
  background: #f2eff7;
}
.ocd.survey-answer-panel .survey-panel-meta {
  margin-top: 0;
  margin-bottom: 12px;
}
.ocd.survey-answer-panel .survey-answer-group {
  margin-bottom: 14px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 12px;
  background: rgba(82, 60, 123, 0.03);
  padding: 12px;
}
.ocd.survey-answer-panel .survey-answer-group-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #352a4f;
  background: rgba(253, 186, 190, 0.32);
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 8px;
}
.ocd.survey-answer-panel .survey-answer-group > .survey-answer-group-title {
  background: rgba(82, 60, 123, 0.14);
  border-color: rgba(82, 60, 123, 0.24);
}
.ocd.survey-answer-panel .survey-answer-value {
  font-size: 16px;
  font-weight: 600;
}
.ocd.survey-answer-panel .survey-followup-section {
  margin-bottom: 14px;
  border: 1px solid rgba(66, 48, 99, 0.14);
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(66, 48, 99, 0.09);
  position: relative;
  overflow: hidden;
}
.ocd.survey-answer-panel .survey-followup-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(253, 186, 190, 0.62);
}
.ocd.survey-answer-panel .survey-followup-section .survey-answer-group-title {
  background: rgba(253, 186, 190, 0.26);
  border-color: rgba(253, 186, 190, 0.52);
}
.ocd.survey-answer-panel .survey-followup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 8px;
}
.ocd.survey-answer-panel .survey-followup-field {
  display: flex;
  flex-direction: column;
}
.ocd.survey-answer-panel .survey-followup-wide {
  grid-column: span 2;
}
.ocd.survey-answer-panel .survey-followup-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: rgba(66, 48, 99, 0.72);
}
.ocd.survey-answer-panel .survey-followup-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ocd.survey-answer-panel .survey-followup-success {
  color: #1f5b2b;
  font-weight: 600;
}
.user-nav {
  padding: 15px;
}
.user-nav input.search {
  width: 200px;
}
.user-main {
  padding: 15px;
}
.user-main .users-table .button-column .btn {
  float: right;
}
.user-editor .help-block {
  display: none !important;
}
.user-editor .login-method-toggle {
  width: 300px;
}
.extra-bed-picker .form-group button {
  margin-bottom: 10px;
  width: 100%;
}
form.invoice-editor div.info h5,
form.invoices-and-payments-editor div.info h5 {
  text-transform: uppercase;
  padding: 15px 0 17px 0;
  margin-bottom: 15px;
  font-size: 17px;
  color: #5d6162;
  border-bottom: 1px solid #d0d2d1;
}
form.invoice-editor div.info h5.no-border,
form.invoices-and-payments-editor div.info h5.no-border {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
form.invoice-editor div.info .info-label,
form.invoices-and-payments-editor div.info .info-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #808384;
  vertical-align: middle;
  padding: 0 0 10px 0;
}
form.invoice-editor div.info .info-content,
form.invoices-and-payments-editor div.info .info-content {
  font-size: 16px;
  color: #1d1d1d;
  vertical-align: middle;
  padding: 0 0 10px 20px;
}
form.invoice-editor div.info .info-content .empty-display,
form.invoices-and-payments-editor div.info .info-content .empty-display {
  min-height: 22px;
}
form.invoice-editor div.info .info-content textarea,
form.invoices-and-payments-editor div.info .info-content textarea {
  width: 276px;
  max-width: 276px;
}
form.invoice-editor div.info ul.info-content,
form.invoices-and-payments-editor div.info ul.info-content {
  font-size: 16px;
  color: #1d1d1d;
  vertical-align: middle;
}
form.invoice-editor div.info ul.info-content li,
form.invoices-and-payments-editor div.info ul.info-content li {
  padding-bottom: 5px;
}
form.invoice-editor .info .status.green,
form.invoices-and-payments-editor .info .status.green,
form.invoice-editor .info-content .status.green,
form.invoices-and-payments-editor .info-content .status.green {
  color: #179735;
}
form.invoice-editor .info .status.red,
form.invoices-and-payments-editor .info .status.red,
form.invoice-editor .info-content .status.red,
form.invoices-and-payments-editor .info-content .status.red {
  color: #ea121a;
}
form.invoice-editor div.form-group,
form.invoices-and-payments-editor div.form-group {
  padding: 0;
  margin-bottom: 8px;
}
form.invoice-editor div.form-group label,
form.invoices-and-payments-editor div.form-group label {
  width: 30%;
  text-transform: uppercase;
  font-size: 12px;
  color: #808384;
  vertical-align: middle;
  margin-right: 4%;
}
form.invoice-editor div.form-group input:disabled,
form.invoices-and-payments-editor div.form-group input:disabled {
  font-size: 16px;
  color: #1d1d1d;
  height: 22px;
}
form.invoice-editor div.form-group select.form-control,
form.invoices-and-payments-editor div.form-group select.form-control {
  width: 64%;
  display: inline-block;
}
form.invoice-editor div.form-group input.form-control,
form.invoices-and-payments-editor div.form-group input.form-control {
  width: 64%;
  display: inline-block;
}
form.invoice-editor div.form-group .imt-validation-error,
form.invoices-and-payments-editor div.form-group .imt-validation-error {
  padding-left: 35%;
}
form.invoice-editor div.basic-info div.status,
form.invoices-and-payments-editor div.basic-info div.status {
  font-size: 20px;
}
form.invoice-editor div.invoice div.title h5,
form.invoices-and-payments-editor div.invoice div.title h5 {
  margin-top: 30px;
  margin-bottom: 0;
}
form.invoices-and-payments-editor button.invoice-editor {
  margin-top: 10px;
}
form.invoices-and-payments-editor button.invoice-editor span {
  margin-left: 10px;
}
form.invoices-and-payments-editor button.payment-editor span {
  margin-left: 10px;
}
form.invoices-and-payments-editor a.download-invoice {
  color: inherit;
}
form.invoices-and-payments-editor .edit-payment {
  text-align: center;
}
form.invoices-and-payments-editor .payment-history {
  margin-bottom: 16px;
}
form.invoice-editor betterpicker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
form.invoice-editor betterpicker div.pickerCalendar {
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 500;
}
form.payment-editor .sum-label span {
  text-transform: none;
}
.fgw-tools-section {
  margin-top: 30px;
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  overflow: hidden;
}
.fgw-tools-section .fgw-tools-header {
  padding: 16px 20px;
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s;
}
.fgw-tools-section .fgw-tools-header:hover {
  background: #ffffff;
}
.fgw-tools-section .fgw-tools-header .fgw-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fgw-tools-section .fgw-tools-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #423063;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fgw-tools-section .fgw-tools-header h4 .expand-icon {
  font-size: 10px;
  color: #523c7b;
  transition: transform 0.2s;
  background: #ffffff;
  border: 2px solid #423063;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .fgw-tools-header h4 .expand-icon.expanded {
  transform: rotate(90deg);
}
.fgw-tools-section .fgw-tools-header .header-hint {
  font-size: 12px;
  color: #8d8d8d;
}
.fgw-tools-section .fgw-tools-header .fgw-header-pill {
  border: 2px solid #423063;
  color: #423063;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0;
  background: #fdbabe;
}
.fgw-tools-section .fgw-tools-content {
  padding: 20px;
}
.fgw-tools-section .fgw-tab-navigation {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.fgw-tools-section .fgw-tab-navigation .fgw-tab-btn {
  padding: 8px 20px;
  border: 2px solid #423063;
  border-radius: 0;
  background: #ffffff;
  font-size: 13px;
  font-weight: 500;
  color: #4f4f4f;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .fgw-tab-navigation .fgw-tab-btn:hover {
  background: #f6fbfe;
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .fgw-tab-navigation .fgw-tab-btn.active {
  background: #523c7b;
  border-color: #423063;
  color: #ffffff;
  box-shadow: 4px 4px 0 rgba(66, 48, 99, 0.35);
}
.fgw-tools-section .fgw-tools-panels {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .fgw-tools-section .fgw-tools-panels {
    grid-template-columns: 1fr;
  }
}
.fgw-tools-section .fgw-form-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  padding: 16px;
}
.fgw-tools-section .fgw-form-section {
  margin-bottom: 16px;
}
.fgw-tools-section .fgw-form-section:last-child {
  margin-bottom: 0;
}
.fgw-tools-section .fgw-form-row {
  display: flex;
  gap: 12px;
}
.fgw-tools-section .fgw-form-row .fgw-form-group {
  flex: 1;
}
.fgw-tools-section .fgw-form-group {
  margin-bottom: 12px;
}
.fgw-tools-section .fgw-form-group label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #4f4f4f;
}
.fgw-tools-section .fgw-form-group .form-control {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.18);
  font-size: 13px;
}
.fgw-tools-section .fgw-form-group .form-control:focus {
  outline: none;
  border-color: #523c7b;
  box-shadow: 3px 3px 0 rgba(82, 60, 123, 0.25);
}
.fgw-tools-section .fgw-form-group .checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
}
.fgw-tools-section .fgw-form-group .checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.fgw-tools-section .fgw-form-subsection {
  margin-bottom: 12px;
  padding: 12px;
  background: #ffffff;
  border: 2px solid #423063;
  border-radius: 0;
}
.fgw-tools-section .fgw-form-subsection .subsection-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.fgw-tools-section .fgw-form-subsection .subsection-header label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #423063;
}
.fgw-tools-section .fgw-form-subsection .hint {
  margin: 4px 0 0 0;
  font-size: 11px;
  color: #8d8d8d;
  font-style: italic;
}
.fgw-tools-section .fgw-form-subsection .hint-inline {
  font-size: 10px;
  font-weight: 400;
  color: #8d8d8d;
  font-style: italic;
}
.fgw-tools-section .passenger-row,
.fgw-tools-section .vehicle-row {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}
.fgw-tools-section .passenger-row .form-control,
.fgw-tools-section .vehicle-row .form-control {
  flex: 1;
  padding: 6px 8px;
  font-size: 12px;
}
.fgw-tools-section .passenger-row .age-input,
.fgw-tools-section .vehicle-row .age-input {
  width: 60px;
  flex: none;
}
.fgw-tools-section .btn-add {
  background: #179735;
  color: #ffffff;
  border: 2px solid #423063;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .btn-add:hover {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .btn-remove {
  background: #f0645a;
  color: #ffffff;
  border: 2px solid #423063;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  flex: none;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .btn-remove:hover {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .btn-remove:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.fgw-tools-section .fgw-execute-btn {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
  border-radius: 0;
  border: 2px solid #423063;
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
}
.fgw-tools-section .fgw-execute-btn:disabled {
  opacity: 0.7;
}
.fgw-tools-section .fgw-response-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}
.fgw-tools-section .fgw-response-panel .response-header {
  padding: 12px 16px;
  border-bottom: 2px solid #423063;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #423063;
  background: #f6fbfe;
}
.fgw-tools-section .fgw-response-panel .response-header .response-view-tabs {
  display: flex;
  gap: 6px;
  margin-left: auto;
  margin-right: 10px;
}
.fgw-tools-section .fgw-response-panel .response-header .response-view-tabs .btn {
  padding: 4px 10px;
  font-size: 11px;
  background: #ffffff;
  border: 2px solid #423063;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.2);
}
.fgw-tools-section .fgw-response-panel .response-header .response-view-tabs .btn.active {
  background: #523c7b;
  border-color: #423063;
  color: #ffffff;
}
.fgw-tools-section .fgw-response-panel .response-header .response-view-tabs .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.fgw-tools-section .fgw-response-panel .response-header .response-actions {
  display: flex;
  gap: 6px;
}
.fgw-tools-section .fgw-response-panel .response-header .response-actions .btn {
  padding: 4px 10px;
  font-size: 11px;
  background: #f5f5f5;
  border: 2px solid #423063;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.2);
}
.fgw-tools-section .fgw-response-panel .response-header .response-actions .btn:hover {
  background: #f6fbfe;
}
.fgw-tools-section .fgw-response-panel .response-content {
  flex: 1;
  padding: 16px;
  overflow: auto;
  max-height: 500px;
}
.fgw-tools-section .fgw-response-panel .loading-state,
.fgw-tools-section .fgw-response-panel .empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #8d8d8d;
}
.fgw-tools-section .fgw-response-panel .loading-state .spinner,
.fgw-tools-section .fgw-response-panel .empty-state .spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #f5f5f5;
  border-top-color: #523c7b;
  border-radius: 0;
  margin: 0 auto 12px;
  animation: fgw-spin 1s linear infinite;
}
.fgw-tools-section .fgw-response-panel .loading-state p,
.fgw-tools-section .fgw-response-panel .empty-state p {
  margin: 0;
  font-size: 13px;
}
@keyframes fgw-spin {
  to {
    transform: rotate(360deg);
  }
}
.fgw-tools-section .fgw-response-panel .error-state {
  padding: 16px;
  background: #fffefe;
  border: 2px solid #423063;
  border-radius: 0;
}
.fgw-tools-section .fgw-response-panel .error-state strong {
  color: #f0645a;
}
.fgw-tools-section .fgw-response-panel .error-state pre {
  margin: 8px 0 0;
  font-size: 11px;
  background: #ffffff;
  padding: 10px;
  border-radius: 0;
  border: 2px solid #423063;
  overflow-x: auto;
}
.fgw-tools-section .fgw-response-panel .success-response .response-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 12px;
  background: #f6fbfe;
  border-radius: 0;
  margin-bottom: 12px;
  font-size: 12px;
  color: #4f4f4f;
  border: 2px solid #423063;
}
.fgw-tools-section .fgw-response-panel .success-response .response-meta strong {
  color: #4f4f4f;
}
.fgw-tools-section .fgw-response-panel .success-response .response-meta .status {
  padding: 2px 8px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid #423063;
}
.fgw-tools-section .fgw-response-panel .success-response .response-meta .status.success {
  background: #179735;
  color: #ffffff;
}
.fgw-tools-section .fgw-response-panel .success-response .response-meta .status.error {
  background: #f0645a;
  color: #ffffff;
}
.fgw-tools-section .fgw-response-panel .success-response .response-error-message {
  padding: 10px 12px;
  background: #fffefe;
  border: 2px solid #423063;
  border-radius: 0;
  margin-bottom: 12px;
  font-size: 12px;
  color: #423063;
}
.fgw-tools-section .fgw-response-panel .success-response .response-summary {
  margin-bottom: 12px;
  font-size: 12px;
  color: #4f4f4f;
}
.fgw-tools-section .fgw-response-panel .success-response .response-summary strong {
  color: #4f4f4f;
}
.fgw-tools-section .fgw-response-panel .success-response .json-content {
  background: #423063;
  color: #f6fbfe;
  padding: 14px;
  border-radius: 0;
  border: 2px solid #423063;
  font-size: 11px;
  line-height: 1.5;
  overflow-x: auto;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}
.fgw-tools-section .fgw-response-table-wrap .hint {
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #8d8d8d;
  font-style: italic;
}
.fgw-tools-section .fgw-response-table {
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #423063;
  overflow: hidden;
}
.fgw-tools-section .fgw-response-table th {
  font-size: 11px;
  color: #423063;
  font-weight: 600;
  white-space: nowrap;
  background: #f6fbfe;
}
.fgw-tools-section .fgw-response-table td {
  font-size: 12px;
  vertical-align: top;
}
.fgw-tools-section .fgw-response-table tbody tr {
  cursor: pointer;
}
.fgw-tools-section .fgw-response-table tbody tr.selected {
  background: #ffffff;
}
.fgw-tools-section .fgw-selected-item {
  margin-top: 12px;
  padding: 12px;
  background: #ffffff;
  border: 2px solid #423063;
  border-radius: 0;
}
.fgw-tools-section .fgw-selected-item .fgw-selected-header {
  margin-bottom: 8px;
  font-size: 12px;
  color: #423063;
}
.fgw-tools-section .fgw-selected-item .fgw-selected-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.fgw-tools-section .fgw-selected-item .fgw-selected-tabs .btn {
  padding: 4px 10px;
  font-size: 11px;
  background: #f5f5f5;
  border: 2px solid #423063;
  border-radius: 0;
  cursor: pointer;
}
.fgw-tools-section .fgw-selected-item .fgw-selected-tabs .btn.active {
  background: #523c7b;
  border-color: #423063;
  color: #ffffff;
}
.fgw-tools-section .fgw-selected-item .fgw-selected-content {
  font-size: 12px;
  color: #4f4f4f;
}
.fgw-tools-section .fgw-accordion-row {
  background: #f5f5f5;
}
.fgw-tools-section .fgw-accordion-content {
  padding: 10px 12px;
  background: #ffffff;
  border: 2px solid #423063;
  border-radius: 0;
}
.fgw-tools-section .fgw-mini-table {
  margin-bottom: 0;
  background: transparent;
}
.fgw-tools-section .fgw-mini-table th {
  font-size: 11px;
  color: #423063;
  white-space: nowrap;
}
.fgw-tools-section .fgw-mini-table td {
  font-size: 12px;
  color: #4f4f4f;
}
.fgw-tools-section .fgw-subtable {
  margin-top: 15px;
}
.fgw-tools-section .fgw-subtable h6 {
  margin-bottom: 6px;
  font-weight: 600;
  color: #423063;
}
.fgw-tools-section .fgw-subtable-table {
  background: transparent;
  width: auto;
  min-width: 200px;
}
.fgw-tools-section .fgw-subtable-empty {
  margin-top: 10px;
  font-style: italic;
  color: #8d8d8d;
}
.fgw-ship-management .fgw-section-header {
  margin-bottom: 10px;
}
.fgw-ship-management .fgw-section-header h2 {
  margin: 0 0 6px 0;
  font-weight: 600;
  color: #423063;
}
.fgw-ship-management .fgw-loading {
  padding: 40px;
  background: #f6fbfe;
  border: 2px dashed #423063;
  border-radius: 0;
  margin: 12px 0 20px;
}
.fgw-ship-management .fgw-inline-alert {
  margin: 12px 0;
  border-radius: 0;
  background: #fdbabe;
  border: 2px solid #423063;
  color: #423063;
}
.fgw-ship-management .fgw-input-wide {
  width: 300px;
}
.fgw-ship-management .fgw-input-medium {
  width: 250px;
}
.fgw-ship-management .ships-accordion {
  margin-top: 20px;
}
.fgw-ship-management .ship-item {
  margin-bottom: 15px;
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  overflow: hidden;
}
.fgw-ship-management .ship-item .ship-header {
  background: #f6fbfe;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #423063;
  transition: background-color 0.2s;
}
.fgw-ship-management .ship-item .ship-header:hover {
  background: #ffffff;
}
.fgw-ship-management .ship-item .ship-header .header-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}
.fgw-ship-management .ship-item .ship-header .header-content .expand-icon {
  font-size: 10px;
  color: #523c7b;
  transition: transform 0.2s;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #423063;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-ship-management .ship-item .ship-header .header-content .expand-icon.expanded {
  transform: rotate(90deg);
}
.fgw-ship-management .ship-item .ship-header .header-content .ship-name {
  font-size: 16px;
  color: #423063;
}
.fgw-ship-management .ship-item .ship-header .header-content .badge {
  background-color: #523c7b;
  color: #ffffff;
  font-weight: 500;
  border: 2px solid #423063;
  border-radius: 0;
}
.fgw-ship-management .ship-item .ship-header .header-actions {
  display: flex;
  gap: 5px;
}
.fgw-ship-management .ship-item .ship-content {
  padding: 15px 20px;
  background: #ffffff;
  border-top: 2px solid #423063;
}
.fgw-ship-management .restaurant-item {
  margin-bottom: 10px;
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  overflow: hidden;
}
.fgw-ship-management .restaurant-item .restaurant-header {
  background: #ffffff;
  padding: 12px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #423063;
  transition: background-color 0.2s;
}
.fgw-ship-management .restaurant-item .restaurant-header:hover {
  background: #f6fbfe;
}
.fgw-ship-management .restaurant-item .restaurant-header .header-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}
.fgw-ship-management .restaurant-item .restaurant-header .header-content .expand-icon {
  font-size: 9px;
  color: #523c7b;
  transition: transform 0.2s;
  display: inline-block;
  background: #f6fbfe;
  border: 2px solid #423063;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-ship-management .restaurant-item .restaurant-header .header-content .expand-icon.expanded {
  transform: rotate(90deg);
}
.fgw-ship-management .restaurant-item .restaurant-header .header-content .restaurant-name {
  font-size: 14px;
  color: #423063;
}
.fgw-ship-management .restaurant-item .restaurant-header .header-content .restaurant-code {
  color: #8d8d8d;
  font-size: 13px;
}
.fgw-ship-management .restaurant-item .restaurant-header .header-content .badge {
  background-color: #03759f;
  color: #ffffff;
  border: 2px solid #423063;
  border-radius: 0;
}
.fgw-ship-management .restaurant-item .restaurant-header .header-actions {
  display: flex;
  gap: 5px;
}
.fgw-ship-management .restaurant-item .restaurant-edit-form {
  padding: 15px;
  background: #ffffff;
  border-bottom: 2px solid #423063;
}
.fgw-ship-management .restaurant-item .restaurant-content {
  padding: 15px;
  background: #ffffff;
  border-top: 2px solid #423063;
}
.fgw-ship-management .add-item-panel {
  margin-bottom: 15px;
  border: 2px dashed #423063;
  border-radius: 0;
}
.fgw-ship-management .add-item-panel .panel-heading {
  background: #f5f5f5;
  padding: 8px 15px;
  border-bottom: 2px solid #423063;
}
.fgw-ship-management .add-item-panel .panel-heading .panel-title {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.fgw-ship-management .add-item-panel .panel-body {
  padding: 12px 15px;
}
.fgw-ship-management .fgw-add-panel {
  border: 2px solid #423063;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
}
.fgw-ship-management .fgw-add-panel .panel-heading {
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
}
.fgw-ship-management .fgw-add-panel .panel-heading .panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #423063;
}
.fgw-ship-management .fgw-add-panel .panel-heading .fa {
  color: #523c7b;
}
.fgw-ship-management .fgw-add-panel .panel-body {
  background: #ffffff;
}
.fgw-ship-management .fgw-add-panel--ship {
  margin-top: 20px;
}
.fgw-ship-management .dinings-table {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #423063;
  overflow: hidden;
}
.fgw-ship-management .dinings-table th {
  background: #f6fbfe;
  font-weight: 600;
  font-size: 12px;
  color: #423063;
  border-bottom: 2px solid #423063;
}
.fgw-ship-management .dinings-table td {
  font-size: 12px;
  vertical-align: middle;
}
.fgw-ship-management .accordion-header {
  user-select: none;
}
.fgw-ship-management .accordion-content {
  animation: slideDown 0.2s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 2000px;
  }
}
.fgw-service-configuration .fgw-section-header {
  margin-bottom: 16px;
}
.fgw-service-configuration .fgw-section-header h2 {
  margin: 0 0 6px 0;
  font-weight: 600;
  color: #423063;
}
.fgw-service-configuration .fgw-config-panel,
.fgw-service-configuration .fgw-resource-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  margin-bottom: 20px;
}
.fgw-service-configuration .fgw-config-panel .panel-heading,
.fgw-service-configuration .fgw-resource-panel .panel-heading {
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
}
.fgw-service-configuration .fgw-config-panel .panel-heading .panel-title,
.fgw-service-configuration .fgw-resource-panel .panel-heading .panel-title {
  font-weight: 600;
  color: #423063;
}
.fgw-service-configuration .fgw-panel-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fgw-service-configuration .fgw-panel-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fgw-service-configuration .fgw-panel-hint {
  font-size: 12px;
  color: #8d8d8d;
}
.fgw-service-configuration .fgw-resource-panel .panel-body {
  background: #ffffff;
}
.fgw-service-configuration .fgw-service-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  margin-bottom: 20px;
}
.fgw-service-configuration .fgw-service-panel .panel-body {
  background: #ffffff;
}
.fgw-service-configuration .fgw-loading {
  margin-top: 12px;
  padding: 12px;
  background: #f6fbfe;
  border: 2px dashed #423063;
  border-radius: 0;
  color: #423063;
}
.fgw-service-configuration .fgw-inline-alert {
  margin-top: 12px;
  border-radius: 0;
  background: #fdbabe;
  border: 2px solid #423063;
  color: #423063;
}
.fgw-service-configuration .fgw-resource-table {
  margin-top: 10px;
  border: 2px solid #423063;
  background: #ffffff;
}
.fgw-service-configuration .fgw-resource-table th {
  background: #f6fbfe;
  font-weight: 600;
  font-size: 12px;
  color: #423063;
}
.fgw-service-configuration .fgw-resource-table td {
  font-size: 12px;
  vertical-align: top;
}
.fgw-service-configuration .fgw-resource-table .fgw-actions {
  text-align: right;
}
.fgw-service-configuration .fgw-resource-table .fgw-status {
  text-align: center;
  vertical-align: middle;
}
.fgw-service-configuration .fgw-status-pill {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #1b5e20;
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 11px;
  font-weight: 600;
}
.fgw-service-configuration .fgw-status-pill.is-dirty {
  border-color: #f9a825;
  background: #fff8e1;
  color: #8d6e00;
}
.fgw-service-configuration .fgw-select {
  min-width: 160px;
}
.fgw-service-configuration .fgw-services-header {
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
  padding: 14px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fgw-service-configuration .fgw-services-header h4 {
  margin: 0 0 4px 0;
  font-weight: 600;
  color: #423063;
}
.fgw-service-configuration .fgw-services-header .header-hint {
  color: #8d8d8d;
  font-size: 12px;
}
.fgw-service-configuration .fgw-services-header .expand-icon {
  font-size: 10px;
  color: #523c7b;
  transition: transform 0.2s;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #423063;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-service-configuration .fgw-services-header .expand-icon.expanded {
  transform: rotate(90deg);
}
.fgw-service-configuration .fgw-subpanel {
  margin-top: 12px;
  border: 2px solid #423063;
  background: #ffffff;
}
.fgw-service-configuration .fgw-subpanel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
  cursor: pointer;
}
.fgw-service-configuration .fgw-subpanel-header h5 {
  margin: 0;
  font-weight: 600;
  color: #423063;
}
.fgw-service-configuration .fgw-subpanel-header .expand-icon {
  font-size: 10px;
  color: #523c7b;
  transition: transform 0.2s;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #423063;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.25);
}
.fgw-service-configuration .fgw-subpanel-header .expand-icon.expanded {
  transform: rotate(90deg);
}
.fgw-service-configuration .fgw-subpanel-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fgw-service-configuration .fgw-subpanel-body {
  padding: 8px 12px 12px;
}
.fgw-service-configuration .fgw-header-pill {
  background: #523c7b;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 2px solid #423063;
}
.fgw-service-configuration .fgw-services-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 12px;
}
.fgw-service-configuration .fgw-form-action {
  min-width: 150px;
}
.fgw-service-configuration .fgw-form-toggle {
  text-align: center;
}
.fgw-service-configuration .fgw-toggle-input {
  line-height: 0;
}
.fgw-service-configuration .fgw-toggle-input input {
  margin: 0;
}
.fgw-service-configuration .fgw-meal-code-dialog-body {
  padding: 0 18px 18px;
}
.fgw-service-configuration .fgw-meal-code-dialog-header {
  padding: 0 18px;
  margin-bottom: 12px;
}
.fgw-service-configuration .fgw-meals-table {
  margin-top: 10px;
  border: 2px solid #423063;
  background: #ffffff;
}
.fgw-service-configuration .fgw-meals-table th {
  background: #f6fbfe;
  font-weight: 600;
  font-size: 12px;
  color: #423063;
}
.fgw-service-configuration .fgw-meals-table td {
  font-size: 12px;
  vertical-align: top;
}
.fgw-service-configuration .fgw-meals-table .fgw-actions {
  text-align: right;
}
.fgw-service-configuration .fgw-meal-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  font-size: 12px;
  color: #423063;
}
.fgw-service-configuration .fgw-meal-group-row td {
  background: #f6fbfe;
  border-top: 2px solid #423063;
  border-bottom: 2px solid #423063;
}
.fgw-service-configuration .fgw-meals-table tbody + tbody {
  border-top: 2px solid #423063;
}
.fgw-service-configuration .fgw-meals-col-description {
  width: 35%;
}
.fgw-service-configuration .fgw-meals-col-facility {
  width: 20%;
}
.fgw-service-configuration .fgw-meals-col-code {
  width: 15%;
}
.fgw-service-configuration .fgw-meals-col-time {
  width: 15%;
}
.fgw-service-configuration .fgw-meals-col-actions {
  width: 15%;
}
.fgw-service-configuration .fgw-error {
  margin: 0;
  padding: 6px 8px;
  background: #f5f5f5;
  border: 1px solid #423063;
  font-size: 11px;
  white-space: pre-wrap;
  word-break: break-word;
}
.fgw-service-configuration .fgw-muted {
  color: #8d8d8d;
  font-size: 11px;
}
.fgw-service-configuration .fgw-departure-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px;
}
.fgw-service-configuration .fgw-departure-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fgw-service-configuration .fgw-departure-time {
  font-weight: 600;
  color: #423063;
  min-width: 50px;
}
.fgw-service-configuration .fgw-empty {
  font-size: 12px;
  color: #8d8d8d;
}
.fgw-home .fgw-hero {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  background: #f6fbfe;
  color: #423063;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 28px;
  position: relative;
  overflow: hidden;
}
.fgw-home .fgw-hero h1 {
  margin: 0 0 6px 0;
  font-weight: 600;
}
.fgw-home .fgw-hero p {
  margin: 0;
  color: #8d8d8d;
}
.fgw-home .fgw-hero__text {
  position: relative;
  z-index: 1;
}
.fgw-home .fgw-nav-grid {
  margin-top: 30px;
}
.fgw-home .fgw-nav-card {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.fgw-home .fgw-nav-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(66, 48, 99, 0.32);
}
.fgw-home .fgw-nav-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: #523c7b;
}
.fgw-home .fgw-nav-card .panel-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
}
.fgw-home .fgw-nav-card .panel-body .fgw-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6fbfe;
  color: #423063;
  font-size: 32px;
  border: 2px solid #423063;
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
}
.fgw-home .fgw-nav-card .panel-body .fgw-card-kicker {
  color: #523c7b;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.fgw-home .fgw-nav-card .panel-body h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #4f4f4f;
}
.fgw-home .fgw-nav-card .panel-body p {
  flex: 1;
  margin-bottom: 20px;
}
.fgw-home .fgw-nav-card .panel-body .btn {
  width: 100%;
  border-radius: 0;
  border: 2px solid #423063;
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
}
.fgw-home .panel-info {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  background: #f6fbfe;
}
.fgw-home .panel-info .panel-body ul {
  margin-bottom: 0;
}
.fgw-home .panel-info .panel-body ul li {
  margin-right: 20px;
  margin-bottom: 5px;
}
.fgw-home .panel-info .panel-body ul li a {
  color: #03759f;
  text-decoration: none;
}
.fgw-home .panel-info .panel-body ul li a:hover {
  text-decoration: underline;
}
.fgw-home .panel-info .panel-body ul li a .fa {
  margin-right: 5px;
}
.fgw-reservations {
  padding: 20px 24px 40px;
}
.fgw-reservations .fgw-reservations-panel,
.fgw-reservations .fgw-actions-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
}
.fgw-reservations .fgw-actions-panel--future {
  margin-top: 20px;
}
.fgw-reservations .fgw-tab-toggle {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.fgw-reservations .fgw-tab-toggle .btn {
  border: 2px solid #423063;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.2);
  border-radius: 0;
}
.fgw-reservations .fgw-tab--active {
  background: #f6fbfe;
  color: #423063;
}
.fgw-reservations .fgw-section-description {
  margin: 0 0 16px;
  color: #4f4f4f;
}
.fgw-reservations .panel-heading {
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
}
.fgw-reservations .panel-heading .panel-title {
  font-weight: 600;
  color: #423063;
}
.fgw-reservations .fgw-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}
.fgw-reservations .fgw-filter-form .form-group {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
.fgw-reservations .fgw-filter-form label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #523c7b;
  margin-bottom: 4px;
}
.fgw-reservations .fgw-filter-form .fgw-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.fgw-reservations .fgw-quick-filters {
  margin-top: 6px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.fgw-reservations .fgw-quick-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #523c7b;
  margin-right: 4px;
}
.fgw-reservations .fgw-chip {
  border-radius: 0;
  border: 2px solid #423063;
  box-shadow: 2px 2px 0 rgba(66, 48, 99, 0.2);
}
.fgw-reservations .fgw-chip--active {
  background: #f6fbfe;
  color: #423063;
}
.fgw-reservations .fgw-actions-table {
  margin-bottom: 0;
  width: 100%;
}
.fgw-reservations .fgw-actions-table th {
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #523c7b;
}
.fgw-reservations .fgw-actions-table td {
  vertical-align: top;
}
.fgw-reservations .fgw-actions-table tbody tr:hover {
  background: rgba(246, 251, 254, 0.6);
}
.fgw-reservations .fgw-pagination {
  margin-top: 16px;
}
.fgw-reservations .fgw-results {
  border-top: 3px solid #423063;
  padding-top: 16px;
  margin-top: 12px;
}
.fgw-reservations .fgw-status {
  display: inline-flex;
  padding: 2px 8px;
  border: 2px solid #423063;
  font-weight: 600;
}
.fgw-reservations .fgw-status--success {
  background: rgba(23, 151, 53, 0.2);
}
.fgw-reservations .fgw-status--warning {
  background: rgba(253, 186, 190, 0.35);
}
.fgw-reservations .fgw-status--failure {
  background: rgba(240, 100, 90, 0.3);
}
.fgw-reservations .fgw-status--pending {
  background: rgba(246, 251, 254, 0.7);
}
.fgw-reservations .fgw-error {
  max-width: 280px;
  word-break: break-word;
}
.fgw-price-alerts {
  padding: 20px 24px 40px;
}
.fgw-price-alerts .fgw-price-alerts-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
}
.fgw-price-alerts .panel-heading {
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
}
.fgw-price-alerts .panel-heading .panel-title {
  font-weight: 600;
  color: #423063;
}
.fgw-price-alerts .fgw-section-description {
  margin: 0 0 16px;
  color: #4f4f4f;
}
.fgw-price-alerts .fgw-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.fgw-price-alerts .fgw-filter-form .form-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.fgw-price-alerts .fgw-filter-form label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #523c7b;
  margin-bottom: 4px;
}
.fgw-price-alerts .fgw-filter-form .fgw-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.fgw-price-alerts .fgw-results {
  margin-top: 8px;
}
.fgw-price-alerts .fgw-current-criteria {
  margin: 8px 0 12px;
  font-size: 13px;
  color: #4f4f4f;
}
.fgw-price-alerts .fgw-filter-note {
  margin: 0 0 8px;
  font-size: 12px;
  color: #523c7b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fgw-price-alerts .fgw-price-alerts-table {
  margin-bottom: 0;
  width: 100%;
}
.fgw-price-alerts .fgw-price-alerts-table th {
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #523c7b;
}
.fgw-price-alerts .fgw-price-alerts-table td {
  vertical-align: top;
}
.fgw-price-alerts .fgw-price-alerts-table tbody tr:hover {
  background: rgba(246, 251, 254, 0.6);
}
.fgw-price-alerts .fgw-diff--positive {
  color: #f0645a;
  font-weight: 600;
}
.fgw-price-alerts .fgw-diff--negative {
  color: #179735;
  font-weight: 600;
}
.fgw-clubone-passengers {
  padding: 20px 24px 40px;
}
.fgw-clubone-passengers .fgw-clubone-passengers-panel {
  border: 2px solid #423063;
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(66, 48, 99, 0.28);
  background: #ffffff;
}
.fgw-clubone-passengers .panel-heading {
  background: #f6fbfe;
  border-bottom: 2px solid #423063;
}
.fgw-clubone-passengers .panel-heading .panel-title {
  font-weight: 600;
  color: #423063;
}
.fgw-clubone-passengers .fgw-section-description {
  margin: 0 0 16px;
  color: #4f4f4f;
}
.fgw-clubone-passengers .fgw-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.fgw-clubone-passengers .fgw-filter-form .form-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.fgw-clubone-passengers .fgw-filter-form label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #523c7b;
  margin-bottom: 4px;
}
.fgw-clubone-passengers .fgw-filter-form .fgw-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.fgw-clubone-passengers .fgw-results {
  margin-top: 8px;
}
.fgw-clubone-passengers .fgw-current-criteria {
  margin: 8px 0 12px;
  font-size: 13px;
  color: #4f4f4f;
}
.fgw-clubone-passengers .fgw-clubone-passengers-table {
  margin-bottom: 0;
  width: 100%;
}
.fgw-clubone-passengers .fgw-clubone-passengers-table th {
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #523c7b;
}
.fgw-clubone-passengers .fgw-clubone-passengers-table td {
  vertical-align: top;
}
.fgw-clubone-passengers .fgw-clubone-passengers-table tbody tr:hover {
  background: rgba(246, 251, 254, 0.6);
}
.fgw-home .panel,
.fgw-tools-section .panel,
.fgw-ship-management .panel,
.fgw-service-configuration .panel,
.fgw-reservations .panel,
.fgw-price-alerts .panel,
.fgw-clubone-passengers .panel,
.fgw-home .panel-heading,
.fgw-tools-section .panel-heading,
.fgw-ship-management .panel-heading,
.fgw-service-configuration .panel-heading,
.fgw-reservations .panel-heading,
.fgw-price-alerts .panel-heading,
.fgw-clubone-passengers .panel-heading,
.fgw-home .panel-body,
.fgw-tools-section .panel-body,
.fgw-ship-management .panel-body,
.fgw-service-configuration .panel-body,
.fgw-reservations .panel-body,
.fgw-price-alerts .panel-body,
.fgw-clubone-passengers .panel-body,
.fgw-home .form-control,
.fgw-tools-section .form-control,
.fgw-ship-management .form-control,
.fgw-service-configuration .form-control,
.fgw-reservations .form-control,
.fgw-price-alerts .form-control,
.fgw-clubone-passengers .form-control,
.fgw-home .btn,
.fgw-tools-section .btn,
.fgw-ship-management .btn,
.fgw-service-configuration .btn,
.fgw-reservations .btn,
.fgw-price-alerts .btn,
.fgw-clubone-passengers .btn,
.fgw-home .alert,
.fgw-tools-section .alert,
.fgw-ship-management .alert,
.fgw-service-configuration .alert,
.fgw-reservations .alert,
.fgw-price-alerts .alert,
.fgw-clubone-passengers .alert,
.fgw-home .badge,
.fgw-tools-section .badge,
.fgw-ship-management .badge,
.fgw-service-configuration .badge,
.fgw-reservations .badge,
.fgw-price-alerts .badge,
.fgw-clubone-passengers .badge,
.fgw-home .label,
.fgw-tools-section .label,
.fgw-ship-management .label,
.fgw-service-configuration .label,
.fgw-reservations .label,
.fgw-price-alerts .label,
.fgw-clubone-passengers .label {
  border-radius: 0;
}
.fgw-home .btn,
.fgw-tools-section .btn,
.fgw-ship-management .btn,
.fgw-service-configuration .btn,
.fgw-reservations .btn,
.fgw-price-alerts .btn,
.fgw-clubone-passengers .btn {
  border: 2px solid #423063;
  box-shadow: 3px 3px 0 rgba(66, 48, 99, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.fgw-home .btn:hover,
.fgw-tools-section .btn:hover,
.fgw-ship-management .btn:hover,
.fgw-service-configuration .btn:hover,
.fgw-reservations .btn:hover,
.fgw-price-alerts .btn:hover,
.fgw-clubone-passengers .btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 rgba(66, 48, 99, 0.25);
}
.fgw-home .btn:disabled,
.fgw-tools-section .btn:disabled,
.fgw-ship-management .btn:disabled,
.fgw-service-configuration .btn:disabled,
.fgw-reservations .btn:disabled,
.fgw-price-alerts .btn:disabled,
.fgw-clubone-passengers .btn:disabled,
.fgw-home .btn[disabled],
.fgw-tools-section .btn[disabled],
.fgw-ship-management .btn[disabled],
.fgw-service-configuration .btn[disabled],
.fgw-reservations .btn[disabled],
.fgw-price-alerts .btn[disabled],
.fgw-clubone-passengers .btn[disabled] {
  transform: none;
  box-shadow: none;
}
.imt-new-layout {
  font-family: 'Open Sans', sans-serif;
  /**
   * Button styles.
   */
  /**
   * Additional common text styles.
   */
  /**
   * General purpose popover's styles. Shares implementation with webshop.
   */
}
.imt-new-layout h1 {
  color: #03597d;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 27px;
}
.imt-new-layout h2 {
  color: #4f4f4f;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 20px;
}
.imt-new-layout h3 {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 17px;
}
.imt-new-layout,
.imt-new-layout label.text-label {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 17px;
}
.imt-new-layout a {
  color: #523c7b;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  cursor: pointer;
}
.imt-new-layout label {
  color: #4f4f4f;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 14px;
  margin: 0px;
}
.imt-new-layout label.bold-label,
form.reservation-editor div.internal-notes tr.internal-note .bold-label {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 17px;
  margin: 0px;
}
.imt-new-layout label.text-label {
  margin: 0px;
  display: inline;
  text-transform: none;
}
.imt-new-layout input .placeholder {
  font-style: italic !important;
  color: #b4b4b4;
}
.imt-new-layout input::-webkit-input-placeholder {
  font-style: italic !important;
  color: #b4b4b4;
}
.imt-new-layout input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic !important;
  color: #b4b4b4;
}
.imt-new-layout input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic !important;
  color: #b4b4b4;
}
.imt-new-layout input:-ms-input-placeholder {
  font-style: italic !important;
  color: #b4b4b4;
}
.imt-new-layout input .disabled-placeholder {
  color: #e6e6e6;
}
.imt-new-layout input:disabled::-webkit-input-placeholder {
  color: #e6e6e6;
}
.imt-new-layout input:disabled:-moz-placeholder {
  /* Firefox 18- */
  color: #e6e6e6;
}
.imt-new-layout input:disabled::-moz-placeholder {
  /* Firefox 19+ */
  color: #e6e6e6;
}
.imt-new-layout input:disabled:-ms-input-placeholder {
  color: #e6e6e6;
}
.imt-new-layout .read-only-text {
  line-height: 34px;
}
.imt-new-layout .placeholder-text {
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  font-style: italic !important;
  color: #b4b4b4;
}
.imt-new-layout input,
.imt-new-layout select {
  color: #4f4f4f;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #d3dee3;
  border-radius: 2px;
}
.imt-new-layout input:disabled,
.imt-new-layout select:disabled {
  color: #b4b4b4;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.imt-new-layout input:focus,
.imt-new-layout select:focus {
  border-color: #523c7b;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.imt-new-layout select {
  outline: none;
}
.imt-new-layout select.placeholder-text option {
  color: #4f4f4f;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
.imt-new-layout textarea {
  font-size: 12px;
  font-weight: normal;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #d3dee3;
  resize: vertical;
}
.imt-new-layout .btn {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.8px;
  padding: 8px 12px;
  border-radius: 2px;
  border: solid 1px #523c7b;
  filter: 0;
  text-transform: uppercase;
}
.imt-new-layout .btn-primary {
  border: none;
  background-image: none;
  background-color: #523c7b;
  box-shadow: 0 2px 0 0 #03597d;
  -webkit-box-shadow: 0 2px 0 0 #03597d;
  color: #ffffff;
}
.imt-new-layout .btn-primary:hover {
  background-color: #03597d;
}
.imt-new-layout .btn-default {
  border: none;
  background-color: #b4b4b4;
  box-shadow: 0 2px 0 0 #969696;
  -webkit-box-shadow: 0 2px 0 0 #969696;
  color: #ffffff;
  text-shadow: none;
}
.imt-new-layout .btn-default:hover {
  background-color: #969696;
}
.imt-new-layout .btn-link {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #523c7b;
}
.imt-new-layout .btn-link.header-link-button {
  padding: 0px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.2px;
}
.imt-new-layout .btn-danger {
  border: none;
  background-color: #f0645a;
  box-shadow: 0 2px 0 0 #dc5046;
  -webkit-box-shadow: 0 2px 0 0 #dc5046;
}
.imt-new-layout .btn-danger:hover {
  background-color: #dc5046;
}
.imt-new-layout .btn-show-more {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #523c7b;
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
  padding: 0;
}
.imt-new-layout .btn-show-more .chevron-down {
  margin-left: 6px;
  margin-bottom: 2px;
}
.imt-new-layout .btn-show-more .chevron-up {
  margin-left: 6px;
  margin-bottom: 2px;
}
.imt-new-layout .btn-show-more:focus {
  outline: 0;
}
.imt-new-layout .toggle-group {
  display: inline-table;
}
.imt-new-layout .toggle-group label {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.22;
  padding: 10px;
  text-transform: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.imt-new-layout .toggle-group label:not(.btn-primary) {
  color: #523c7b;
}
.imt-new-layout .toggle-group label.btn-primary:hover {
  background-color: #523c7b;
}
.imt-new-layout .toggle-group.disabled label {
  cursor: default;
  text-shadow: none;
}
.imt-new-layout .toggle-group.disabled label.btn-primary {
  color: #ffffff;
  background-color: #e6e6e6;
}
.imt-new-layout .toggle-group.disabled label:not(.btn-primary) {
  color: #e6e6e6;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.imt-new-layout .stepper-button {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  vertical-align: middle;
}
.imt-new-layout .stepper-button.next {
  background: url('icons/chevron-stepper-right.svg');
  background-repeat: no-repeat;
}
.imt-new-layout .stepper-button.next:disabled {
  background: url('icons/chevron-stepper-right-disabled.svg');
  background-repeat: no-repeat;
}
.imt-new-layout .stepper-button.prev {
  background: url('icons/chevron-stepper-left.svg');
  background-repeat: no-repeat;
}
.imt-new-layout .stepper-button.prev:disabled {
  background: url('icons/chevron-stepper-left-disabled.svg');
  background-repeat: no-repeat;
}
.imt-new-layout .label-frame {
  color: #523c7b;
  display: inline-block;
  height: 21px;
  border-radius: 5px;
  border: solid 2px #523c7b;
  padding: 3px 2px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 11px;
  letter-spacing: 0.3px;
}
.imt-new-layout .label-frame.archived-color {
  color: #b4b4b4;
  border-color: #b4b4b4;
}
.imt-new-layout .chevron-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.imt-new-layout .chevron-up {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.imt-new-layout .additional-text-dark {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  text-transform: none;
  color: #4f4f4f;
}
.imt-new-layout .additional-text-light,
form.reservation-editor div.internal-notes tr.internal-note .additional-text-light,
form.reservation-editor .gds-notes .additional-text-light {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  color: #8d8d8d;
}
.imt-new-layout .disabled-text {
  font-size: 10px;
  font-weight: normal;
  color: #e6e6e6;
}
.imt-new-layout .archived-text,
div.quotas-and-prices-main table.pricing-rules-table tr.obsolete-pricing-rule td:not(.edit-action-col):not(.borderless-col) {
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  color: #b4b4b4;
}
.imt-new-layout .pickerCalendar {
  background-image: none;
  background-color: #ffffff;
}
.imt-new-layout .pickerCalendar table .btn-default {
  color: #4f4f4f;
}
.imt-new-layout .pickerCalendar table .btn-default:hover {
  background-color: #e6e6e6;
}
.imt-new-layout .pickerCalendar table .text-info {
  color: #523c7b;
}
.imt-new-layout .pickerCalendar table .btn.btn-default.active .text-info {
  color: #ffffff;
}
.imt-new-layout .pickerCalendar table .text-muted {
  color: #b4b4b4;
}
.imt-new-layout .pickerCalendar .buttonRow {
  margin-top: 6px;
  float: right;
}
.imt-new-layout .pickerCalendar .buttonRow .bpBtnToday {
  margin-right: 15px;
}
.imt-new-layout .pickerCalendar .buttonRow .bpBtnClear {
  border: none;
  background-color: #b4b4b4;
  box-shadow: 0 2px 0 0 #969696;
  -webkit-box-shadow: 0 2px 0 0 #969696;
  color: #ffffff;
  text-shadow: none;
}
.imt-new-layout .pickerCalendar .buttonRow .bpBtnClear:hover {
  background-color: #969696;
}
.imt-new-layout input.pickerCalendar-input {
  background-image: url('icons/calendar-icon.svg');
  background-repeat: no-repeat;
  background-position: right 8px center;
  vertical-align: middle;
}
.imt-new-layout input.pickerCalendar-input:disabled {
  background: none;
}
.imt-new-layout .imt-popover {
  cursor: default;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.imt-new-layout .imt-popover .popover-container {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: #ffffff;
}
.imt-new-layout .imt-popover .popover-container p {
  margin-bottom: 0px;
}
.imt-new-layout .imt-popover .popover-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin-bottom: -1px;
  bottom: 100%;
  left: 35px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent;
}
.imt-new-layout .imt-popover .popover-container:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin-bottom: -1px;
  bottom: 100%;
  left: 33px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #e6e6e6 transparent;
}
.content-nav .imt-new-layout {
  background-color: #f6fbfe;
}
.content-nav .imt-new-layout table.imt-table-new tbody tr,
.content-nav .imt-new-layout table.imt-table-new thead tr,
.content-nav .imt-new-layout table.imt-table-new tbody th,
.content-nav .imt-new-layout table.imt-table-new thead th,
.content-nav .imt-new-layout table.imt-table-new tbody td,
.content-nav .imt-new-layout table.imt-table-new thead td {
  background-color: transparent;
}
.content-nav .imt-new-layout table.imt-table-new tbody td,
.content-nav .imt-new-layout table.imt-table-new thead td {
  padding: 0px;
}
.content-nav .imt-new-layout table.imt-table-new input {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-imt {
  padding-bottom: 160px;
  padding-top: 160px;
}
.ngdialog.ngdialog-theme-imt.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}
.ngdialog.ngdialog-theme-imt .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #ffffff;
  color: #444;
  font-family: 'Helvetica', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 360px;
}
.ngdialog.ngdialog-theme-imt .ngdialog-close {
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-imt .ngdialog-close:before {
  display: block;
  padding: 3px;
  background: transparent;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.ngdialog.ngdialog-theme-imt .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-imt .ngdialog-close:active:before {
  color: #777;
}
.ngdialog.ngdialog-theme-imt .ngdialog-message {
  margin-bottom: 0.5em;
}
.ngdialog.ngdialog-theme-imt .ngdialog-input {
  margin-bottom: 1em;
}
.ngdialog.ngdialog-theme-imt .ngdialog-input textarea,
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}
.ngdialog.ngdialog-theme-imt .ngdialog-input .textarea:focus,
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-imt .ngdialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.ngdialog.ngdialog-theme-imt .ngdialog-buttons {
  *zoom: 1;
}
.ngdialog.ngdialog-theme-imt .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}
.ngdialog.ngdialog-theme-imt .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}
.ngdialog.ngdialog-theme-imt .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}
.ngdialog.ngdialog-theme-imt .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.ngdialog.ngdialog-theme-imt .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-imt .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
table.imt-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-top: none;
}
table.imt-table > thead > tr > th,
table.imt-table > tbody > tr > th,
table.imt-table > tfoot > tr > th,
table.imt-table > thead > tr > td,
table.imt-table > tbody > tr > td,
table.imt-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.imt-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table.imt-table > caption + thead > tr:first-child > th,
table.imt-table > colgroup + thead > tr:first-child > th,
table.imt-table > thead:first-child > tr:first-child > th,
table.imt-table > caption + thead > tr:first-child > td,
table.imt-table > colgroup + thead > tr:first-child > td,
table.imt-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.imt-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.imt-table .table {
  background-color: #fff;
}
table.imt-table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.imt-table tr th {
  border-top: none;
  font-weight: normal;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #808384;
  vertical-align: middle;
}
table.imt-table tr th.strong-header {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
table.imt-table tr td input:disabled {
  font-size: 14px;
  color: #1d1d1d;
  height: 22px;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: auto;
}
table.imt-table tr.footer-row td {
  background-color: #bcbcbc;
}
table.imt-table tr.footer-row td.summary-column {
  font-weight: bold;
}
table.imt-table-new {
  border: 0;
  color: #4f4f4f;
  font-size: 14px;
}
table.imt-table-new thead,
table.imt-table-new tbody {
  border-bottom: 0;
}
table.imt-table-new thead th,
table.imt-table-new tbody th {
  padding-bottom: 2px;
  border-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
table.imt-table-new thead th:last-child:not(:first-child):not(.text-left):not(.text-center),
table.imt-table-new tbody th:last-child:not(:first-child):not(.text-left):not(.text-center) {
  text-align: right;
}
table.imt-table-new thead th.text-center,
table.imt-table-new tbody th.text-center {
  text-align: center;
}
table.imt-table-new thead th.text-right,
table.imt-table-new tbody th.text-right {
  text-align: right;
}
table.imt-table-new thead th a,
table.imt-table-new tbody th a {
  cursor: pointer;
}
table.imt-table-new tbody {
  padding-bottom: 12px;
  border: 0;
  font-size: 12px;
  font-weight: normal;
}
table.imt-table-new tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
table.imt-table-new tbody tr:nth-child(odd).diagonally-striped {
  background-image: linear-gradient(45deg, #e6e6e6 16.6%, #ffffff 16.6%, #ffffff 50%, #e6e6e6 50%, #e6e6e6 66.6%, #ffffff 66.6%, #ffffff);
  background-size: 6px 6px;
}
table.imt-table-new tbody tr:nth-child(even) td {
  background-color: #f6fbfe;
}
table.imt-table-new tbody tr:nth-child(even).diagonally-striped {
  background-image: linear-gradient(45deg, #e6e6e6 16.6%, #f6fbfe 16.6%, #f6fbfe 50%, #e6e6e6 50%, #e6e6e6 66.6%, #f6fbfe 66.6%, #f6fbfe);
  background-size: 6px 6px;
}
table.imt-table-new tbody tr td {
  padding: 8px;
  border: 1px solid #d3dee3;
}
table.imt-table-new tbody tr td.input-cell {
  background-color: #ffffff;
}
table.imt-table-new tbody tr td.input-cell.invalid {
  border: 1px #a94442 double;
}
table.imt-table-new tbody tr th {
  border-top: 0;
}
table.imt-table-new:not(.insides-bordered) tr td:not(:first-child):not(.border-left) {
  border-left: none;
}
table.imt-table-new:not(.insides-bordered) tr td:not(:last-child):not(.border-right) {
  border-right: none;
}
.btn,
.imt-new-layout .pickerCalendar table .btn-default {
  background-color: white;
  border-radius: 2px 2px;
  border: 1px solid rgba(134, 134, 134, 0.2);
  border-bottom: 3px solid rgba(134, 134, 134, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background-image: none;
  background-color: #f0f0e6;
  filter: 0;
}
.btn-primary,
.imt-new-layout .pickerCalendar table .btn.btn-default.active {
  background-image: none;
  background-color: #423063;
  filter: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #523c7b;
  border-color: #523c7b;
}
.btn-danger {
  background-image: none;
  background-color: #cc4944;
  filter: 0;
}
.btn-warning {
  background-image: none;
  background-color: #f0ad4e;
  filter: 0;
}
.btn-success {
  background-image: none;
  background-color: #309d2e;
  filter: 0;
}
.btn-link,
.imt-new-layout .pickerCalendar .buttonRow .bpBtnClose,
.imt-new-layout imt-time-rule-form .btn.select-all-weekdays-btn,
.imt-new-layout imt-time-rule-form .btn.deselect-all-weekdays-btn {
  background-color: transparent;
  border-color: transparent;
}
.btn-radio-selected {
  color: white;
  background-color: #523c7b;
  border-color: #523c7b;
}
.btn-radio-selected:focus,
.btn-radio-selected.focus {
  color: white;
  background-color: #3b2b59;
  border-color: #191225;
}
.btn-radio-selected:hover {
  color: white;
  background-color: #3b2b59;
  border-color: #372852;
}
.btn-radio-selected:active,
.btn-radio-selected.active,
.open > .dropdown-toggle.btn-radio-selected {
  color: white;
  background-color: #3b2b59;
  border-color: #372852;
}
.btn-radio-selected:active:hover,
.btn-radio-selected.active:hover,
.open > .dropdown-toggle.btn-radio-selected:hover,
.btn-radio-selected:active:focus,
.btn-radio-selected.active:focus,
.open > .dropdown-toggle.btn-radio-selected:focus,
.btn-radio-selected:active.focus,
.btn-radio-selected.active.focus,
.open > .dropdown-toggle.btn-radio-selected.focus {
  color: white;
  background-color: #2b2041;
  border-color: #191225;
}
.btn-radio-selected:active,
.btn-radio-selected.active,
.open > .dropdown-toggle.btn-radio-selected {
  background-image: none;
}
.btn-radio-selected.disabled:hover,
.btn-radio-selected[disabled]:hover,
fieldset[disabled] .btn-radio-selected:hover,
.btn-radio-selected.disabled:focus,
.btn-radio-selected[disabled]:focus,
fieldset[disabled] .btn-radio-selected:focus,
.btn-radio-selected.disabled.focus,
.btn-radio-selected[disabled].focus,
fieldset[disabled] .btn-radio-selected.focus {
  background-color: #523c7b;
  border-color: #523c7b;
}
.btn-radio-selected .badge {
  color: #523c7b;
  background-color: white;
}
.btn-radio-unselected {
  color: #523c7b;
  background-color: white;
  border-color: #523c7b;
}
.btn-radio-unselected:focus,
.btn-radio-unselected.focus {
  color: #523c7b;
  background-color: #e6e6e6;
  border-color: #191225;
}
.btn-radio-unselected:hover {
  color: #523c7b;
  background-color: #e6e6e6;
  border-color: #372852;
}
.btn-radio-unselected:active,
.btn-radio-unselected.active,
.open > .dropdown-toggle.btn-radio-unselected {
  color: #523c7b;
  background-color: #e6e6e6;
  border-color: #372852;
}
.btn-radio-unselected:active:hover,
.btn-radio-unselected.active:hover,
.open > .dropdown-toggle.btn-radio-unselected:hover,
.btn-radio-unselected:active:focus,
.btn-radio-unselected.active:focus,
.open > .dropdown-toggle.btn-radio-unselected:focus,
.btn-radio-unselected:active.focus,
.btn-radio-unselected.active.focus,
.open > .dropdown-toggle.btn-radio-unselected.focus {
  color: #523c7b;
  background-color: #d4d4d4;
  border-color: #191225;
}
.btn-radio-unselected:active,
.btn-radio-unselected.active,
.open > .dropdown-toggle.btn-radio-unselected {
  background-image: none;
}
.btn-radio-unselected.disabled:hover,
.btn-radio-unselected[disabled]:hover,
fieldset[disabled] .btn-radio-unselected:hover,
.btn-radio-unselected.disabled:focus,
.btn-radio-unselected[disabled]:focus,
fieldset[disabled] .btn-radio-unselected:focus,
.btn-radio-unselected.disabled.focus,
.btn-radio-unselected[disabled].focus,
fieldset[disabled] .btn-radio-unselected.focus {
  background-color: white;
  border-color: #523c7b;
}
.btn-radio-unselected .badge {
  color: white;
  background-color: #523c7b;
}
.archived-info-bar {
  padding-left: 15px;
  height: 32px;
  margin-bottom: 6px;
  background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 2px, #e6e6e6 1px, #e6e6e6 2px, #f5f5f5 5px);
}
.archived-info-bar span.info-text {
  line-height: 32px;
  padding-left: 6px;
}
.archived-info-bar .archived-icon {
  padding-bottom: 4px;
}
.pickerCalendar .buttonRow {
  float: right;
}
.read-only-label {
  color: #CB8527;
  text-transform: none;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
}
.login-dialog {
  padding: 30px;
}
.login-dialog .password-input {
  margin-bottom: 0;
}
.login-dialog .error-container {
  text-align: center;
  height: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.login-dialog .error-container .error-message {
  color: #f0645a;
}
.login-dialog .dialog-header {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.login-dialog .password-sign-in {
  width: 100%;
}
.login-dialog .google-sign-in {
  width: 100%;
  background-color: #ffffff;
  color: #b4b4b4;
  border-color: #b4b4b4;
  box-shadow: 0 2px 0 0 #b4b4b4;
  background-image: url('icons/google-logo.svg');
  background-repeat: no-repeat;
  background-position: 48px;
}
.login-dialog .google-sign-in:hover {
  background-color: #e6e6e6;
}
.login-dialog .login-separator {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d3dee3;
  line-height: 0.1em;
}
.login-dialog .login-separator span {
  padding: 0 15px;
  background-color: #ffffff;
}
.login-failure .back-to-sign-in {
  margin-top: 20px;
  width: 100%;
}
/**
 * Styles for fixed layout off canvas stack
 */
off-canvas-container .off-canvas-panels {
  position: fixed;
  width: 0%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
off-canvas-container .off-canvas-panels.open {
  width: 100%;
}
off-canvas-container .off-canvas-panel-wrap {
  width: 500px;
}
off-canvas-container .off-canvas-panel-wrap-medium {
  width: 700px;
}
off-canvas-container .off-canvas-panel-wrap-large {
  width: 900px;
}
off-canvas-container .off-canvas-panel-wrap,
off-canvas-container .off-canvas-panel-wrap-medium,
off-canvas-container .off-canvas-panel-wrap-large {
  position: absolute;
  height: 100%;
  background-color: #efefef;
  border-left: 1px solid #aaa;
  padding-right: 30px;
  margin-right: -30px;
  -webkit-box-shadow: -7px 0px 18px 0px rgba(50, 50, 50, 0.47);
  -moz-box-shadow: -7px 0px 18px 0px rgba(50, 50, 50, 0.47);
  box-shadow: -7px 0px 18px 0px rgba(50, 50, 50, 0.47);
  display: none;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(1),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(1),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(1) {
  right: 0px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(2),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(2),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(2) {
  right: 30px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(3),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(3),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(3) {
  right: 54px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(4),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(4),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(4) {
  right: 75px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(5),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(5),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(5) {
  right: 90px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(6),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(6),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(6) {
  right: 102px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(7),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(7),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(7) {
  right: 108px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(8),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(8),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(8) {
  right: 111px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap:nth-last-child(9),
off-canvas-container .off-canvas-panel-wrap-medium:nth-last-child(9),
off-canvas-container .off-canvas-panel-wrap-large:nth-last-child(9) {
  right: 111px;
  display: block;
}
off-canvas-container .off-canvas-panel-wrap.ng-enter,
off-canvas-container .off-canvas-panel-wrap-medium.ng-enter,
off-canvas-container .off-canvas-panel-wrap-large.ng-enter {
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  -webkit-transform: translateX(750px);
  transform: translateX(750px);
}
off-canvas-container .off-canvas-panel-wrap.ng-enter.ng-enter-active,
off-canvas-container .off-canvas-panel-wrap-medium.ng-enter.ng-enter-active,
off-canvas-container .off-canvas-panel-wrap-large.ng-enter.ng-enter-active {
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
off-canvas-container .off-canvas-panel-wrap.ng-leave,
off-canvas-container .off-canvas-panel-wrap-medium.ng-leave,
off-canvas-container .off-canvas-panel-wrap-large.ng-leave {
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
off-canvas-container .off-canvas-panel-wrap.ng-leave.ng-leave-active,
off-canvas-container .off-canvas-panel-wrap-medium.ng-leave.ng-leave-active,
off-canvas-container .off-canvas-panel-wrap-large.ng-leave.ng-leave-active {
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  -webkit-transform: translateX(750px);
  transform: translateX(750px);
}
off-canvas-container .off-canvas-panel-wrap off-canvas-stack-item,
off-canvas-container .off-canvas-panel-wrap-medium off-canvas-stack-item,
off-canvas-container .off-canvas-panel-wrap-large off-canvas-stack-item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
off-canvas-container .off-canvas-panel-wrap off-canvas-stack-item .ocs-item-inner-wrapper,
off-canvas-container .off-canvas-panel-wrap-medium off-canvas-stack-item .ocs-item-inner-wrapper,
off-canvas-container .off-canvas-panel-wrap-large off-canvas-stack-item .ocs-item-inner-wrapper {
  margin-right: 30px;
}
off-canvas-container .off-canvas-panel-wrap off-canvas-stack-item.ng-hide,
off-canvas-container .off-canvas-panel-wrap-medium off-canvas-stack-item.ng-hide,
off-canvas-container .off-canvas-panel-wrap-large off-canvas-stack-item.ng-hide {
  opacity: 0;
}
div.message-stack-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
div.message-stack {
  position: fixed;
  top: 0;
  left: 20%;
  right: 20%;
  z-index: 5000;
}
div.message-stack div.message {
  min-height: 100px;
  /* Using animate.css */
}
div.message-stack div.message div.message-text {
  text-align: center;
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #5c5c5c;
}
div.message-stack div.message div.close-message {
  float: right;
  color: #ff4c3b;
  margin: 10px;
  cursor: pointer;
}
div.message-stack div.message div.close-message:hover {
  color: #ff7665;
}
div.message-stack div.message.ng-enter {
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  -ms-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
div.message-stack div.message.ng-leave {
  -webkit-animation: fadeOutUp 0.5s;
  -moz-animation: fadeOutUp 0.5s;
  -ms-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s;
}
div.message-stack div.message-error {
  background: #ffcabf;
}
div.message-stack div.message-success {
  background: #ceffb9;
}
div.message-stack div.message-info {
  background: #d5fffd;
}
div.message-stack div.message-warning {
  background: #fff69e;
}
div.message-stack button {
  margin: 5px;
}
.imt-calendar .button-container .month-year-text {
  text-transform: capitalize;
}
.imt-calendar .header-container {
  display: block;
}
.imt-calendar .header-container .header-padding {
  display: inline-block;
  width: 8%;
}
.imt-calendar .header-container .header {
  text-transform: uppercase;
  display: inline-block;
  width: calc((100% - 8% - 1%) / 7);
}
.imt-calendar .week-container {
  display: block;
}
.imt-calendar .week-container .week-number {
  display: inline-block;
  width: 8%;
}
.imt-calendar .week-container .day-container {
  display: inline-block;
  width: calc((100% - 8% - 1%) / 7);
}
imt-context-menu {
  position: relative;
}
imt-context-menu .context-menu-button {
  position: relative;
  border: none;
  padding: 0;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background: url('icons/falafel-menu.svg');
  background-repeat: no-repeat;
  background-position: center;
}
imt-context-menu .context-menu-button:focus {
  outline: 0;
}
imt-context-menu .context-menu-button.active-context-menu {
  z-index: 2;
}
imt-context-menu .imt-context-menu-container {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: -15px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(211, 222, 227, 0.7);
  border: solid 1px #d3dee3;
  padding-top: 38px;
  padding-left: 55px;
  padding-right: 20px;
  padding-bottom: 11px;
}
imt-context-menu .imt-context-menu-container.left-positioned {
  transform: translate(-100%, 0);
  left: 36px;
  padding-left: 20px;
  padding-right: 55px;
}
imt-context-menu .imt-context-menu-container .imt-context-menu-action-list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}
imt-context-menu .imt-context-menu-container .imt-context-menu-action-list .imt-context-menu-action {
  line-height: 28px;
  white-space: nowrap;
}
/*
 * Online shop info directive
 */
.online-shop-info a {
  font-size: 18px;
  display: block;
}
difftime-picker input[name="diffHours"]:disabled {
  text-align: right;
}
.include-rule-picker-ocd .selection-group {
  margin-top: 1em;
}
tr[include-rule-row] .count-types {
  width: 72px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
tr[include-rule-row] .count-types .count-types-toggle {
  height: 25px;
}
tr[include-rule-row] .count-types .count-types-toggle label {
  font-size: 14px;
  font-weight: 600;
  line-height: 0.2;
}
tr[include-rule-row] .count {
  width: 50px;
  padding: 0;
  text-align: center;
}
tr[include-rule-row] .count input[type=number] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
  box-shadow: none;
}
tr[include-rule-row] .count input[type=number].ng-invalid {
  color: #a94442;
  box-shadow: none;
}
tr[include-rule-row] .count input[type=number]::-webkit-inner-spin-button,
tr[include-rule-row] .count input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
tr[include-rule-row] .travel-step-and-type.edit-mode {
  border-right: none;
}
tr[include-rule-row] .include-rule-actions {
  border-left: none;
}
.time-model-picker-ocd .content-header {
  display: inline-block;
  margin: 10px 10px 5px;
}
.imt-new-layout imt-time-rule-form .btn.select-all-weekdays-btn,
.imt-new-layout imt-time-rule-form .btn.deselect-all-weekdays-btn {
  font-size: 10px;
  line-height: 14px;
}
.imt-new-layout imt-time-rule-form .btn.select-all-weekdays-btn:disabled,
.imt-new-layout imt-time-rule-form .btn.deselect-all-weekdays-btn:disabled {
  color: #e6e6e6;
}
