@charset "UTF-8";
@font-face {
  font-family: "Chronicle Text G1 Italic";
  src: url("../fonts/ChronicleTextG1-Italic-Pro.otf") format("opentype");
}
@font-face {
  font-family: "Avenir Oblique";
  src: url("../fonts/Avenir-Oblique.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica RD Condensed";
  src: url("../fonts/Helvetica-RD-Condensed77.otf") format("opentype");
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
.tooltip-altered {
  white-space: nowrap;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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.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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

* {
  -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: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2b3743;
  background-color: #dedede;
}

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

a {
  color: #4a93bd;
  text-decoration: none;
}
a:hover, a:focus {
  color: #4184aa;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #dedede;
  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;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

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

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

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

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

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

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

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

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #f5e7a3;
  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: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #4a93bd;
}

a.text-primary:hover {
  color: rgb(56.6477732794, 119.3036437247, 155.3522267206);
}

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

a.text-success:hover {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #4a93bd;
}

a.bg-primary:hover {
  background-color: rgb(56.6477732794, 119.3036437247, 155.3522267206);
}

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

a.bg-success:hover {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover {
  background-color: #f0db75;
}

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

a.bg-danger:hover {
  background-color: rgb(216.7662337662, 165.2337662338, 165.2337662338);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  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.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
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.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

blockquote:before,
blockquote:after {
  content: "";
}

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

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: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 13px 15px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #e0e6eb;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e6eb;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e0e6eb;
}
.table .table {
  background-color: #dedede;
}

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

.table-bordered {
  border: 1px solid #e0e6eb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e0e6eb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #dedede;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

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

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

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

.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: rgb(242.5, 225, 140);
}

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

.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: rgb(224.3831168831, 183.1168831169, 183.1168831169);
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e0e6eb;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #3a3a3a;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #3a3a3a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9e2ea;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #5bc3ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 195, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 195, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
}
.form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control.yellow-bg {
  background-color: yellow;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  line-height: 35px;
  line-height: 1.428571429 \0 ;
}
input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
.input-group-sm > input[type=date].input-group-addon,
.input-group-sm > .input-group-btn > input[type=date].btn, .form-horizontal .form-group-sm input[type=date].form-control,
input[type=time].input-sm,
.input-group-sm > input[type=time].form-control,
.input-group-sm > input[type=time].input-group-addon,
.input-group-sm > .input-group-btn > input[type=time].btn,
.form-horizontal .form-group-sm input[type=time].form-control,
input[type=datetime-local].input-sm,
.input-group-sm > input[type=datetime-local].form-control,
.input-group-sm > input[type=datetime-local].input-group-addon,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
input[type=month].input-sm,
.input-group-sm > input[type=month].form-control,
.input-group-sm > input[type=month].input-group-addon,
.input-group-sm > .input-group-btn > input[type=month].btn,
.form-horizontal .form-group-sm input[type=month].form-control {
  line-height: 30px;
}
input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
.input-group-lg > input[type=date].input-group-addon,
.input-group-lg > .input-group-btn > input[type=date].btn, .form-horizontal .form-group-lg input[type=date].form-control,
input[type=time].input-lg,
.input-group-lg > input[type=time].form-control,
.input-group-lg > input[type=time].input-group-addon,
.input-group-lg > .input-group-btn > input[type=time].btn,
.form-horizontal .form-group-lg input[type=time].form-control,
input[type=datetime-local].input-lg,
.input-group-lg > input[type=datetime-local].form-control,
.input-group-lg > input[type=datetime-local].input-group-addon,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
input[type=month].input-lg,
.input-group-lg > input[type=month].form-control,
.input-group-lg > input[type=month].input-group-addon,
.input-group-lg > .input-group-btn > input[type=month].btn,
.form-horizontal .form-group-lg input[type=month].form-control {
  line-height: 46px;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .form-horizontal .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 {
  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: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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 {
  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: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #f5e7a3;
}
.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 {
  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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #e8c9c9;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(92.8409090909, 118.75, 144.6590909091);
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.yellow {
  background-color: lightyellow;
}
.btn:yellow {
  background-color: lightyellow;
}
.btn:hover, .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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #b3b3b3;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(148.4, 148.4, 148.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #b3b3b3;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #4a93bd;
  border-color: #4a93bd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(56.6477732794, 119.3036437247, 155.3522267206);
  border-color: rgb(53.9222672065, 113.563562753, 147.8777327935);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #4a93bd;
  border-color: #4a93bd;
}
.btn-primary .badge {
  color: #4a93bd;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #4a93bd;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #4184aa;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

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

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

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

.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.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.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  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: #4a93bd;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}

.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.428571429;
  color: rgb(119.085, 119.085, 119.085);
  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: 5px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.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-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: #3a3a3a;
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #d9e2ea;
  border-radius: 4px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #4a93bd;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #dedede;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills {
  display: flex;
  flex-wrap: wrap;
}
.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: #4a93bd;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -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: auto;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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: 20px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@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: 13px;
  margin-bottom: 13px;
  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: 10px -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: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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);
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-form {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

.navbar-btn {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  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: rgb(231.425, 231.425, 231.425);
}
.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: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: rgb(231.425, 231.425, 231.425);
  }
  .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: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

.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.428571429;
  text-decoration: none;
  color: #7f848c;
  background-color: #fff;
  border: 1px solid #d9e2ea;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #7f848c;
  background-color: #ebebeb;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #474f54;
  border-color: #474f54;
  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: #d2d2d2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  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.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #4a93bd;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #dedede;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #2b3743;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4a93bd;
}

.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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #f5e7a3;
  border-color: rgb(242.5, 207.9166666667, 140);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(240, 198.5, 117);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #e8c9c9;
  border-color: rgb(224.3831168831, 183.1168831169, 189.9945887446);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(216.7662337662, 165.2337662338, 173.8225108225);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
}
.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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4a93bd;
  border-color: #4a93bd;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(223.4898785425, 236.1983805668, 243.5101214575);
}

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

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(242.5, 225, 140);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

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

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(224.3831168831, 183.1168831169, 183.1168831169);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.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;
}

.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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 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 #ccc;
  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: #2b3743;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  .modal-xl {
    width: 1200px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  pointer-events: none;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 8px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 8px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 8px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 8px;
}

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

.copy-position-tooltip + .tooltip > .tooltip-inner {
  background-color: white;
  width: 112px;
  height: 94px;
  border: 1px solid black;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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;
}

.clearfix:before, .tab-panel:before, .clearfix:after, .tab-panel:after {
  content: " ";
  display: table;
}
.clearfix:after, .tab-panel: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html,
body {
  height: 100%;
}

body {
  min-width: 1280px; /* Force page width */
  font-weight: 400;
}

.qa-environment-body-class {
  background-color: #007185;
}

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

#translate-toggle {
  height: 60px;
  background-color: #f5f5f5;
}

.container-fluid {
  padding: 0 25px;
}

.page-section {
  padding: 0 20px;
}

.fullheight-wrapper {
  height: 100%;
}

.split-page-wrapper {
  padding-top: 25px;
}

.page-sidebar {
  position: absolute;
  width: 230px;
  padding: 0 20px;
  border-right: 1px solid #e0e0e0;
  height: 100%;
}

.page-content {
  margin-left: 230px;
  padding: 0 20px;
}

.sidebar-header img.precision-logo {
  width: 90%;
  margin-bottom: 10px;
  margin-top: 35px;
}
.sidebar-header img.precision-cp-logo {
  width: 130%;
  margin-bottom: 10px;
  margin-top: 35px;
}
.sidebar-header img.next-hd-logo {
  width: 60%;
  margin-top: -10px;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-nav ul li {
  display: block;
  padding: 8px 15px;
  border-radius: 4px;
}
.sidebar-nav ul li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.sidebar-nav ul li.active {
  background-color: #4a93bd;
  color: #fff;
}
.sidebar-nav ul li a {
  color: #000;
}
.sidebar-nav ul li a.active {
  color: #fff;
}
.sidebar-nav header {
  margin: 15px 0 5px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}

hr {
  border-color: #e0e0e0;
}

.tabs-nav {
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.tabs-nav ul {
  position: relative;
  top: 2px;
}
.tabs-nav ul li {
  margin: 0;
  padding: 0;
  color: green;
}
.tabs-nav ul li a {
  padding: 10px 20px;
  font-weight: 400;
  text-transform: none;
}
.tabs-nav ul > li + li {
  margin-left: 0;
}

.tab-column-one-half {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.tab-column-one-third {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
}

.tab-column-one-half:first-child,
.tab-column-one-third:first-child {
  padding-left: 0;
}
.tab-column-one-half:last-child,
.tab-column-one-third:last-child {
  padding-right: 0;
}

.scrolling-tab-panel {
  float: left;
  width: 50%;
  max-height: 450px;
  padding-right: 10px;
  overflow: scroll;
}
.scrolling-tab-panel:last-child {
  padding-right: 0;
  padding-left: 10px;
}

.status-bar {
  top: 15px;
  left: 15px;
  right: 15px;
  display: none;
  position: fixed;
  padding: 4px;
  color: #fff;
  z-index: 1001;
  border-radius: 4px;
  text-align: center;
}

.status-bar h4 {
  font-weight: normal;
}

.site-notify {
  background-color: #57b26c;
}

.site-notify-error {
  background-color: #e84c3d;
}

.alert-danger {
  background-color: #e84c3d;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in;
}

.success-color,
.text-success {
  color: #42b64b;
}

.warn-color {
  color: #e2bc0a;
}

.fail-color {
  color: #ff0000;
}

.small-muted-text {
  font-size: 12px;
  color: #aaa;
}

.small-muted-text-with-padding {
  font-size: 12px;
  color: #aaa;
  padding: 10px 0 0 0;
}

.muted-text {
  color: #aaa;
}

h3 {
  position: relative;
}
h3 span {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  left: 0;
  color: #aaa;
  font-weight: 400;
  bottom: -14px;
}
h3 span.two-line-bottom {
  bottom: -30px;
}

.dropdown-menu.dropdown-menu-table {
  overflow-x: hidden;
  overflow-y: visible;
  padding-right: 30px;
  top: 28px;
  max-height: 425px;
}
.dropdown-menu.dropdown-menu-table .table {
  background-color: transparent;
  margin: 10px;
}
.dropdown-menu.dropdown-menu-table .table tr:last-child {
  border-bottom: 1px #e0e6eb solid;
}
.dropdown-menu.dropdown-menu-table.wide {
  width: 800px;
}

.dropdown-menu.dropdown-menu-scrollable-small {
  overflow-x: hidden;
  overflow-y: visible;
  padding-right: 30px;
  max-height: 150px;
}

.tooltip-inner {
  padding: 20px;
  max-width: 100%;
}
.tooltip-inner p {
  text-align: left;
}
.tooltip-inner ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.tooltip-inner li {
  text-align: left;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tooltip-inner li:last-child {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 0px;
}
.tooltip-inner li:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #837f7f;
  border-radius: 8px;
}

.table thead {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.list-no-bullets {
  list-style-type: none;
}

.pl-20 {
  padding-left: 20px;
}

.pr-3 {
  padding-right: 3px;
}
.pr-3.grid-detail-footer-btn {
  margin-top: 29px;
}

.inline-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-list li {
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-position-container {
  position: relative;
}
.absolute-position-container div, .absolute-position-container img {
  position: absolute;
}

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

.block-center {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

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

.align-center {
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

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

.icon-large {
  font-size: 35px;
}

.icon-extra-large {
  font-size: 70px;
}

.no-margin {
  margin: 0px !important;
}

.form-control {
  min-width: 50px;
  border: 2px solid #d9e2ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:hover {
  border-color: #d0dcea;
}
.form-control:focus {
  border-color: #5bc3ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.text-center {
  margin: 0 auto;
}

.input-group .form-control {
  height: 33px;
}

.yellow-bg {
  background-color: yellow;
}

.input-incrementless::-webkit-outer-spin-button,
.input-incrementless::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-incrementless {
  -moz-appearance: textfield;
}

.narrow-input {
  width: 60px;
  margin: 0 auto;
  padding-left: 13px;
  padding-right: 0;
  text-align: center;
}

.medium-width {
  width: 110px;
  margin: 0 auto;
}

.medium-width-centered {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}

.large-width-centered {
  width: 135px;
  margin: 0 auto;
  text-align: center;
}

.checkbox-two-columns,
.checkbox-three-columns,
.checkbox-four-columns {
  padding: 5px 5px 15px;
}
.checkbox-two-columns .checkbox,
.checkbox-three-columns .checkbox,
.checkbox-four-columns .checkbox {
  margin-top: 5px;
  float: left;
  width: 50%;
  clear: none;
}

.checkbox-three-columns .checkbox {
  width: 33.33333%;
}

.checkbox-four-columns .checkbox {
  width: 25%;
}

.label-top-padding {
  padding-top: 8px;
}

.details-table-wrapper .checkbox {
  margin-top: 0;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox label {
  padding-left: 22px;
  background-image: url(../media/image/checkbox-sprites.png);
  background-repeat: no-repeat;
}
.checkbox label.has-focus {
  background-position: 0 -120px;
}
.checkbox label:hover {
  background-position: 0 -60px;
}
.checkbox label.disabled {
  background-position: 0 -180px;
  color: #afbac3;
}
.checkbox label.checked {
  background-position: 0 -240px;
}
.checkbox label.checked.has-focus {
  background-position: 0 -360px;
}
.checkbox label.checked:hover {
  background-position: 0 -300px;
}
.checkbox label.checked.disabled {
  background-position: 0 -420px;
  color: #afbac3;
}

.checkbox-inline {
  margin-right: 15px;
}

.modal-print-form li {
  margin-bottom: 10px;
  vertical-align: middle;
}
.modal-print-form li:nth-child(1) {
  width: 100px;
}
.modal-print-form select {
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #d9e2ea;
}

.hr-form select {
  padding: 6px 9px;
  border: 1px solid #d9e2ea;
  border-radius: 3px;
}
.hr-form .form-link {
  margin-left: 15px;
}

.form-link {
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}

.reset-link {
  font-size: 0.8em;
  padding: 5px 0 0 5px;
}

.select-link {
  font-size: 0.8em;
  display: inline-block;
  padding: 0 0 10px 0;
}

select {
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #d9e2ea;
  height: 35px;
}

.select-end-location-wrapper {
  position: relative;
  height: 34px;
  width: 146px;
}

.select-end-location {
  position: absolute;
  width: 250px;
}

textarea {
  resize: vertical;
}

.copy-position {
  background-image: url(../media/image/copy-position-sprite.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 84px;
  position: absolute;
  left: -22px;
}
.copy-position.right {
  left: 12px;
  top: 3px;
}
.copy-position.copy-position-1 {
  background-position: 0 -1988px;
}
.copy-position.copy-position-2 {
  background-position: 0 8px;
}
.copy-position.copy-position-3 {
  background-position: 0 -94px;
}
.copy-position.copy-position-4 {
  background-position: 0 -194px;
}
.copy-position.copy-position-5 {
  background-position: 0 -295px;
}
.copy-position.copy-position-6 {
  background-position: 0 -390px;
}
.copy-position.copy-position-7 {
  background-position: 0 -490px;
}
.copy-position.copy-position-8 {
  background-position: -1px -589px;
}
.copy-position.copy-position-9 {
  background-position: 0 -688px;
}
.copy-position.copy-position-10 {
  background-position: 0 -788px;
}
.copy-position.copy-position-11 {
  background-position: 0 -888px;
}
.copy-position.copy-position-12 {
  background-position: 0 -988px;
}

.tooling-action-bar {
  background-color: #cccccc;
  border: 1px solid #acafb7;
  margin: -2px 0px;
  padding: 4px 14px;
  border-radius: 4px;
}

.tooling-action-bar-tooltip {
  margin-top: 4px;
}

.title-button-right {
  float: right;
}

.title-button-right a {
  color: #2b3743;
}
.title-button-right a:hover, .title-button-right a:focus {
  color: #4184aa;
  text-decoration: underline;
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}
.btn:focus {
  outline: 0 none;
}
.btn:active:focus, .btn.active:focus {
  outline: 0 none;
}
.btn.mobile {
  font-size: 36px;
  padding: 10px;
  margin: 10px;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.active {
  border-color: #4a93bd;
  background-color: #4a93bd;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default.active:disabled {
  background-color: #4a93bd;
}

.btn-default.btn-customer-portal {
  border-color: #fff;
  margin-right: 15px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  background-color: #666699;
  color: #fff;
}
.btn-default.btn-customer-portal i {
  font-size: 16px;
  vertical-align: -1px;
  margin-right: 10px;
}
.btn-default.btn-customer-portal:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 20px;
}
.btn-default.btn-customer-portal:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 20px;
}
.btn-default.btn-customer-portal:last-child:not(:first-child), .btn-default.btn-customer-portal .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 20px;
}
.btn-default.btn-customer-portal.active {
  color: #666699;
  background-color: #fff;
}
.btn-default.btn-customer-portal.active:disabled {
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #acafb7;
  border-color: #acafb7;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(144.6903225806, 148.6774193548, 159.3096774194);
  border-color: rgb(139.2283870968, 143.4129032258, 154.5716129032);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
  background-color: #acafb7;
  border-color: #acafb7;
}
.btn-secondary .badge {
  color: #acafb7;
  background-color: #fff;
}

.btn-save {
  color: #fff;
  background-color: #4bbd7b;
  border-color: #4bbd7b;
}
.btn-save:hover, .btn-save:focus, .btn-save:active, .btn-save.active, .open > .btn-save.dropdown-toggle {
  color: #fff;
  background-color: rgb(57.1463414634, 155.8536585366, 98.7073170732);
  border-color: rgb(54.4097560976, 148.3902439024, 93.9804878049);
}
.btn-save:active, .btn-save.active, .open > .btn-save.dropdown-toggle {
  background-image: none;
}
.btn-save.disabled, .btn-save.disabled:hover, .btn-save.disabled:focus, .btn-save.disabled:active, .btn-save.disabled.active, .btn-save[disabled], .btn-save[disabled]:hover, .btn-save[disabled]:focus, .btn-save[disabled]:active, .btn-save[disabled].active, fieldset[disabled] .btn-save, fieldset[disabled] .btn-save:hover, fieldset[disabled] .btn-save:focus, fieldset[disabled] .btn-save:active, fieldset[disabled] .btn-save.active {
  background-color: #4bbd7b;
  border-color: #4bbd7b;
}
.btn-save .badge {
  color: #4bbd7b;
  background-color: #fff;
}

.btn-login {
  color: #fff;
  background-color: #12a5dc;
  border-color: #12a5dc;
}
.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active, .open > .btn-login.dropdown-toggle {
  color: #fff;
  background-color: rgb(14.1428571429, 129.6428571429, 172.8571428571);
  border-color: rgb(13.3714285714, 122.5714285714, 163.4285714286);
}
.btn-login:active, .btn-login.active, .open > .btn-login.dropdown-toggle {
  background-image: none;
}
.btn-login.disabled, .btn-login.disabled:hover, .btn-login.disabled:focus, .btn-login.disabled:active, .btn-login.disabled.active, .btn-login[disabled], .btn-login[disabled]:hover, .btn-login[disabled]:focus, .btn-login[disabled]:active, .btn-login[disabled].active, fieldset[disabled] .btn-login, fieldset[disabled] .btn-login:hover, fieldset[disabled] .btn-login:focus, fieldset[disabled] .btn-login:active, fieldset[disabled] .btn-login.active {
  background-color: #12a5dc;
  border-color: #12a5dc;
}
.btn-login .badge {
  color: #12a5dc;
  background-color: #fff;
}
.btn-login {
  margin-bottom: 20px;
  padding: 10px;
  width: 400px;
}

.btn-sm, .btn-group-sm > .btn {
  min-width: 70px;
}
.btn-sm.dbl-wide, .btn-group-sm > .dbl-wide.btn {
  min-width: 140px;
}

.btn-xs, .btn-group-xs > .btn {
  min-width: 70px;
}
.btn-xs.yellow, .btn-group-xs > .yellow.btn {
  background-color: lightyellow;
}

.btn-lg, .btn-group-lg > .btn {
  min-width: 140px;
  text-align: center;
  font-size: 13px;
}

button i.fa {
  margin-left: 3px;
}

button i.fa-search {
  margin-left: 0;
}

.input-group .btn {
  border-color: #d9e2ea;
  min-width: 0;
}

.check-btn {
  position: relative;
  padding-right: 25px;
  margin-left: 55px;
}
.check-btn .fa-check {
  position: relative;
  right: -19px;
}
.check-btn:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: 30px;
  top: 0;
  background-color: #b3b3b3;
}
.check-btn:hover:before {
  background-color: #949494;
}

.btn-circ {
  padding: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
}
.btn-circ.active {
  background-color: #42b64b;
  color: white;
  border-color: #42b64b;
}

.btn-alternative {
  position: relative;
  padding-left: 35px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #999;
}
.btn-alternative:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  border-radius: 4px;
}
.btn-alternative i {
  position: absolute;
  left: 6px;
  top: 8px;
}
.btn-alternative:hover {
  border-color: #333;
}
.btn-alternative:hover:before {
  border-color: #333;
}

.btn-no-lm {
  margin-left: 0;
}

.btn-press {
  background-color: inherit;
}

.btn-no-barcode {
  padding-right: 24px;
  padding-left: 24px;
}

.btn-pantone-inkdrop {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  position: absolute;
  right: -5px;
  bottom: -8px;
  font-size: 2em;
}

.btn-pantone-circle {
  position: absolute;
  right: -3px;
  bottom: -4px;
}

.btn-ink.pending-approval {
  border-color: #e2bc0a;
  background-color: #e2bc0a;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-ink.pending-approval:disabled {
  background-color: #e2bc0a;
}

.btn-ink.requires-printhistory-audit {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-ink.requires-printhistory-audit:disabled {
  background-color: #ff0000;
}

.btn-ink.digital-ink {
  border-color: rgba(66, 182, 75, 0.45);
  background-color: rgba(66, 182, 75, 0.45);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-ink.digital-ink:disabled {
  background-color: rgba(66, 182, 75, 0.45);
}

.awaiting-dependency:disabled {
  border-color: #ff0000;
  background-color: #ff0000;
}

.btn-danger {
  background-color: #FF9999;
}

.btn-warn {
  background-color: #FFFF99;
}

.wrap-dd-select {
  /* Size and position */
  position: relative;
  width: 150px;
  padding: 6px 10px;
  /* Styles */
  background: #fff;
  border-radius: 4px;
  border: 2px solid #d9e2ea;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  min-height: 35px;
  /* Font settings */
  color: #9aa2b2;
  line-height: 20px;
}
.wrap-dd-select.narrow-select {
  width: 65px;
  margin: 0 auto;
}
.wrap-dd-select.narrow-select .dropdown {
  min-width: 65px;
}
.wrap-dd-select.wide-select {
  width: 350px;
}
.wrap-dd-select.wide-select .dropdown {
  min-width: 350px;
}

.wrap-dd-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #818b98 transparent;
}

.wrap-dd-select .dropdown {
  /* Size & position */
  position: absolute;
  top: 115%;
  left: -2px;
  min-width: 150px;
  width: auto;
  max-height: 244px;
  overflow-y: scroll;
  /* Styles */
  background: #fff;
  padding: 0;
  border-radius: 4px;
  border: 2px solid #d9e2ea;
  color: #333;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  z-index: 15;
}

.table .wrap-dd-select,
.table .wrap-dd-select .dropdown {
  background-color: #f6f8fa;
}

.wrap-dd-select .dropdown li.divider {
  padding: 2px 0;
  background: #e6e8ea;
}

.wrap-dd-select .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrap-dd-select .dropdown li:last-of-type a {
  border-radius: 0 0 4px 4px;
}

/* Hover state */
.wrap-dd-select .dropdown li:hover a {
  background: #cbebff;
}

.wrap-dd-select.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.wrap-press-dd-select {
  display: inline-block;
  margin-top: 22px;
}

.page-header {
  margin: 0;
  padding: 11px 20px 0;
  border-bottom: 2px solid #e3e8ef;
  background-color: #fff;
}
.page-header.mobile {
  height: 80px;
}

.page-title {
  color: #bd4b4b;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
  -webkit-font-smoothing: antialiased !important;
}
.page-title.mobile {
  font-size: 48px;
}

.nav-pills {
  position: relative;
  top: 1px;
}

.nav-pills > li {
  padding: 0 0 11px;
}

.nav-pills > li + li {
  margin-left: 22px;
}

.nav-pills > li > a {
  margin: 0;
  border-radius: 0;
  padding: 10px 13px 7px;
  line-height: 1;
  color: #7f848c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0 none;
}
.nav-pills > li > a.mobile {
  font-size: 36px;
}

.nav-pills > li > a:focus, .nav-pills > li.active > a:focus {
  background-color: #e3e8ef;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  outline: 0 none;
}

.nav-pills > li > a:hover {
  background-color: transparent;
}

.nav-pills > li.active {
  border-bottom: 2px solid #4a93bd;
}

.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  text-decoration: none;
  font-weight: 700;
  border-radius: 0;
  color: #2b3743;
  outline: 0 none;
}

.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: transparent;
}

.usermenu {
  margin-left: 0;
  margin-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: inherit;
}
.usermenu .caret {
  margin-left: 4px;
}

.dropdown-menu {
  min-width: 180px;
  top: 41px;
  padding: 5px;
  overflow-y: auto;
}
.dropdown-menu li a {
  padding: 5px 15px;
  border-radius: 4px;
}

.dropdown-header {
  display: block;
  padding: 3px;
  font-size: 20px;
  line-height: 1.42857;
  color: #000;
  white-space: nowrap;
}

.bi-icon {
  position: relative;
  top: 3px;
  color: #222;
}

.modal-backdrop,
.page-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2b3743;
  opacity: 0.8;
}

.modal-backdrop.modal-backdrop-success {
  background-color: #42b64b;
}

.modal-backdrop.modal-backdrop-warning {
  background-color: #e2bc0a;
}

.modal-backdrop.modal-backdrop-danger {
  background-color: #ff0000;
}

.modal-backdrop.modal-backdrop-info {
  background-color: #4a93bd;
}

.page-overlay, .modal-backdrop.no-backdrop {
  display: none;
}

.modal.fade.print-modal .modal-dialog, .modal.in.print-modal .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
}

.modal-content {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  padding: 20px 30px 5px 30px;
  border-bottom: 0;
}
.modal-header h3 {
  font-size: 24px;
}

.modal-body {
  padding: 15px 30px;
}
.modal-body p {
  margin: 1em 0;
}

.modal-footer {
  border-top: 0;
}

.small-modal .modal-dialog {
  width: 364px;
}
.small-modal .modal-dialog .modal-footer {
  padding-top: 20px;
}

.medium-modal .modal-dialog {
  width: 940px;
}

.wide-modal .modal-dialog {
  width: 1240px;
}

.extra-wide-modal .modal-dialog {
  width: 1400px;
}

.super-wide-modal .modal-dialog {
  width: 1800px;
}

.max-wide-modal .modal-dialog {
  width: 100vw;
}

.wide-secondary-modal .modal-dialog {
  width: 1200px;
}

.scrolling-content-modal .modal-body {
  min-height: 315px;
  max-height: 630px;
  overflow-y: auto;
}

#modalStartSetUp .modal-header span {
  font-size: 11px;
}
#modalStartSetUp .modal-header button.close {
  margin-left: 15px;
}
#modalStartSetUp .modal-header li:nth-child(3) {
  padding-top: 10px;
}
#modalStartSetUp table {
  width: 100%;
}
#modalStartSetUp td:first-child {
  width: 25%;
}
#modalStartSetUp td:last-child {
  width: 75%;
}

.modal-steps:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 31px;
  width: 2px;
  height: 370px;
  background-color: #2b3743;
}
.modal-steps ul .circ-step {
  cursor: pointer;
}
.modal-steps ul li {
  display: inline-block;
  vertical-align: middle;
}
.modal-steps ul li:first-child {
  margin-right: 10px;
}
.modal-steps ul li:last-child {
  height: 120px;
}
.modal-steps ul li:last-child div {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.modal-steps ul li:last-child div .modal-step-downtime {
  vertical-align: top;
  display: block;
  height: auto;
}
.modal-steps h4 {
  margin: 0;
}
.modal-steps p {
  margin-bottom: 0;
}

.circ-step {
  position: relative;
  height: 35px;
  width: 35px;
  padding: 5px;
  border-radius: 100%;
  text-align: center;
  border: 3px solid #acafb7;
  background-color: white;
}
.circ-step:before {
  border-radius: 100%;
  content: "";
  height: 43px;
  left: -7px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -7px;
  width: 43px;
  border: 5px solid white;
}
.circ-step.status-active {
  background-color: #42b64b;
  color: white;
  border-color: #42b64b;
}
.circ-step.status-complete {
  background-color: #acafb7;
  color: white;
  border-color: #acafb7;
}
.circ-step.status-error {
  background-color: #ff0000;
  color: white;
  border-color: #ff0000;
}

.wrap-progress {
  padding: 0 50px;
  margin-bottom: 60px;
}
.wrap-progress:first-child {
  margin-top: 55px;
}
.wrap-progress ul {
  margin-bottom: 2px;
}
.wrap-progress .bars {
  list-style: none;
  padding: 0;
}
.wrap-progress .bars li {
  height: 50px;
  position: absolute;
  border-radius: 3px;
}
.wrap-progress .bars li:first-child {
  width: 100%;
  background-color: #d9e2ea;
}
.wrap-progress .bars li:last-child {
  background-color: #acafb7;
}
.wrap-progress:nth-child(2) {
  margin-bottom: 70px;
}
.wrap-progress:last-child {
  margin-bottom: 0;
}
.wrap-progress:last-child li {
  width: 49%;
  margin-bottom: 15px;
}

.wrap-press-info {
  padding: 0 50px;
  margin-bottom: 30px;
}

.login-page {
  height: 100%;
  padding-top: 125px;
  background-color: #ddecf3;
  text-align: center;
}

.login-page-body-class {
  background-color: #ddecf3;
}

.login-form {
  width: 400px;
  margin: 0 auto;
  text-align: left;
}
.login-form label {
  margin-bottom: 7px;
  color: #808080;
  font-weight: 400;
  text-transform: uppercase;
}
.login-form .form-control {
  height: auto;
  padding: 10px;
  border-color: #12a5dc;
}
.login-form .form-control:hover {
  border-color: #12a5dc;
}
.login-form .form-control:focus {
  border-color: #12a5dc;
}
.login-form label.remember-me {
  text-transform: capitalize;
}
.login-form a {
  margin-top: 5px;
  color: #2eb3dc;
  text-decoration: none;
}
.login-form a:hover {
  color: #808080;
  text-decoration: none;
}

.login-logo {
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.has-error .form-control {
  border-color: #c4132f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-wrapper {
  padding: 0 20px;
}

.table-controls {
  margin-bottom: 10px;
  padding: 0;
}

.table-button-panel {
  float: left;
  padding-top: 23px;
}

.table-search-panel {
  float: right;
  width: 300px;
  margin-right: 18px;
}
.table-search-panel header {
  margin-bottom: 5px;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}

.table {
  background-color: #fff;
}
.table .as-sortable-item {
  display: table-row;
}
.table .as-sortable-placeholder {
  display: table-row;
}
.table.cal {
  margin-bottom: 0px;
}

.gray thead tr {
  background-color: #d8d8d8;
}

.line tbody {
  border-bottom: 1px solid #d8d8d8;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
  border: none;
}

.has-pagination {
  margin-bottom: 5px;
  border-bottom: 1px solid #e0e6eb;
}

.pagination-panel {
  padding-bottom: 20px;
  text-align: center;
  font-size: 13px;
}

.pagination {
  margin: 10px 0 2px 0;
}

.pagination > li > a,
.pagination > li > span {
  padding: 7px 13px;
}

.total-items .muted-text {
  margin-left: 4px;
}

.total-items.total-items-top {
  float: right;
}
.total-items.total-items-bottom {
  padding-top: 10px;
  text-align: right;
}
.total-items.total-items-selected {
  padding-top: 10px;
  text-align: left;
}

.table > thead > tr > th {
  border-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.table > thead > tr > th strong {
  font-size: 15px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 10px;
}
.table > thead > tr > th.first-cell,
.table > tbody > tr > th.first-cell,
.table > tfoot > tr > th.first-cell,
.table > thead > tr > td.first-cell,
.table > tbody > tr > td.first-cell,
.table > tfoot > tr > td.first-cell {
  padding-left: 25px;
}
.table > thead > tr > th.datepicker-cell,
.table > tbody > tr > th.datepicker-cell,
.table > tfoot > tr > th.datepicker-cell,
.table > thead > tr > td.datepicker-cell,
.table > tbody > tr > td.datepicker-cell,
.table > tfoot > tr > td.datepicker-cell {
  padding-top: 9px;
  padding-bottom: 9px;
}

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

.first-column-flush > thead > tr > th:first-child,
.first-column-flush > thead > tr > td:first-child,
.first-column-flush > tbody > tr > th:first-child,
.first-column-flush > tbody > tr > td:first-child,
.first-column-flush > tfoot > tr > th:first-child,
.first-column-flush > tfoot > tr > td:first-child {
  padding-left: 0;
}

.table-fixed-header thead th {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #4d637a;
}

.table-vertical-scroll {
  height: 75vh;
  overflow: auto;
}
.table-vertical-scroll.mobile {
  height: 100vh;
  font-size: 36px;
}
.table-vertical-scroll.mobile > table > thead > tr > th {
  font-size: 36px;
}

.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) > td,
.table-striped > tbody > tr:nth-of-type(even) > th {
  background-color: #dedede;
}

.table-cell-height-static > thead > tr > th,
.table-cell-height-static > thead > tr > td,
.table-cell-height-static > tbody > tr > th,
.table-cell-height-static > tbody > tr > td,
.table-cell-height-static > tfoot > tr > th,
.table-cell-height-static > tfoot > tr > td {
  height: 65px;
}

.table-bordered-vertical-only {
  border-bottom: 1px solid #e0e6eb;
}
.table-bordered-vertical-only > thead tr th, .table-bordered-vertical-only > thead td,
.table-bordered-vertical-only > tbody tr th,
.table-bordered-vertical-only > tbody td,
.table-bordered-vertical-only > tfoot tr th,
.table-bordered-vertical-only > tfoot td {
  border-left: 1px solid #e0e6eb;
  border-top: 1px solid #e0e6eb;
}
.table-bordered-vertical-only > thead tr th:first-child, .table-bordered-vertical-only > thead td:first-child,
.table-bordered-vertical-only > tbody tr th:first-child,
.table-bordered-vertical-only > tbody td:first-child,
.table-bordered-vertical-only > tfoot tr th:first-child,
.table-bordered-vertical-only > tfoot td:first-child {
  border-left: 0;
}
.table-bordered-vertical-only > thead > tr > th,
.table-bordered-vertical-only > thead > tr > td {
  border-width: 0;
}

.table-bordered-vertical-only.table-striped.table-row-overlay {
  border-collapse: separate;
}
.table-bordered-vertical-only.table-striped.table-row-overlay > tbody > tr:not(.active-row):not(.detail-row) > td {
  padding-top: 14px;
  padding-left: 16px;
  position: relative;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
}
.table-bordered-vertical-only.table-striped.table-row-overlay > tbody > tr:not(.active-row):not(.detail-row) > td:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.65;
}

.grid-addition {
  background-color: #4d637a;
  color: #fff;
  padding: 15px;
}

.table-header, .scroll-view-header-fluid th, .table-header-compact {
  background-color: #4d637a;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
}
.table-header.cal tr th, .scroll-view-header-fluid th.cal tr th, .cal.table-header-compact tr th {
  text-align: center;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
}
.table-header tr.grey, .scroll-view-header-fluid th tr.grey, .table-header-compact tr.grey {
  background-color: #837f7f;
}
.table-header th:first-child, .scroll-view-header-fluid th th:first-child, .table-header-compact th:first-child {
  border-top-left-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
}
.table-header th:last-child, .scroll-view-header-fluid th th:last-child, .table-header-compact th:last-child {
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.table-header th a, .scroll-view-header-fluid th th a, .table-header-compact th a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.table-header-compact {
  white-space: normal;
}

tr.no-match-bg {
  background-color: #c4132f;
  color: white;
}

tr.no-match-soft-bg {
  background-color: rgba(196, 19, 47, 0.45);
}

tr.no-match-soft-warn-bg {
  background-color: rgba(226, 188, 10, 0.45);
}

.table-header i, .scroll-view-header-fluid th i, .table-header-compact i {
  margin-left: 6px;
  color: #293d51;
  font-size: 13px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.table-header th a:hover i, .scroll-view-header-fluid th th a:hover i, .table-header-compact th a:hover i,
.table-header th a.sorted-asc i,
.scroll-view-header-fluid th th a.sorted-asc i,
.table-header-compact th a.sorted-asc i,
.table-header th a.sorted-desc i,
.scroll-view-header-fluid th th a.sorted-desc i,
.table-header-compact th a.sorted-desc i {
  color: #fff;
}

.table-header th a.sorted-desc i, .scroll-view-header-fluid th th a.sorted-desc i, .table-header-compact th a.sorted-desc i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.table > tbody > tr > td.no-pad {
  padding: 0;
}

.details-table-wrapper {
  padding: 0 40px;
  background-color: #fff;
}
.details-table-wrapper .table {
  margin-bottom: 0;
  background-color: transparent;
}
.table > tbody > tr.active-row > td {
  background-color: #e5ffe5;
  border-top: 3px solid #b5e5b5;
  color: #222;
}

.table > tbody > tr.add-row > td {
  background-color: #dbf1ff;
  border-color: #e0e6eb;
}

.table > tbody > tr.add-row.active-row > td {
  border-top: 3px solid #afb2ee;
  background-color: #d1d3ff;
  color: #222;
}

.table > tbody > tr.create-row > td {
  background-color: #b7e3ff;
  border-color: #e0e6eb;
}

.table > tbody > tr.expandable-section-header > td {
  background-color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.table > tbody > tr.expandable-section-header > td.not-clickable {
  cursor: default;
}

.table > tbody > tr.expandable-section-content td.add-row-details {
  padding: 0;
  background-color: #fff;
  border-bottom: 3px solid #aaade7;
}

.table > tbody > tr.expandable-section-content .table {
  background-color: transparent;
}

.toggle-icons .fa {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.hide-expandable .expandable-section-content {
  display: none;
}
.hide-expandable .expandable-section-header .fa {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.clickable-row td {
  cursor: pointer;
}

.clickable-row td.action-icons {
  cursor: auto;
}

.action-header {
  width: 105px;
  text-align: center;
}

.action-icons {
  position: relative;
}

.no-wrap {
  white-space: nowrap;
}

.status .fa {
  margin-right: 10px;
}

.status-red,
.table > tbody > tr.active-row > td.status-red {
  color: #ff0000;
}

.status-orange,
.table > tbody > tr.active-row > td.status-orange {
  color: #e2bc0a;
}

.status-green,
.table > tbody > tr.active-row > td.status-green {
  color: #42b64b;
}

.status-blue,
.table > tbody > tr.active-row > td.status-blue {
  color: #4a93bd;
}

.status-yellow,
.table > tbody > tr.active-row > td.status-yellow {
  color: #ffff00;
}

.action-icons input {
  cursor: pointer;
  margin-right: 3px;
}

.action-icons a {
  margin-right: 5px;
  color: #2b3743;
  font-size: 14px;
}
.action-icons a:hover {
  color: #4a93bd;
}

.icon-clearance {
  margin-left: 12px;
}

.details-table-header {
  background-color: transparent;
  color: white;
  font-weight: 700;
}
.details-table-header tr > th {
  font-size: 11px;
}
.details-table-header tr > th a {
  font-weight: normal;
  font-size: 11px;
  border-bottom: 0px;
  text-decoration: none;
  color: #333;
}
.details-table-header.mobile tr > th {
  font-size: 36px;
}

.details-table-header i {
  color: gray;
}

.table > tbody.details-table-body {
  color: #2b3743;
  background-color: transparent;
}
.table > tbody.details-table-body > tr:first-child > td {
  border-top-width: 2px;
}
.table > tbody.details-table-body > tr > td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table > tbody.details-table-body > tr > td .btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.table > tbody.details-table-body > tr > td .narrow-input {
  margin: -8px auto;
}
.table > tbody.details-table-body.cal > tr > td {
  padding: 0px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.details-table-footer {
  background-color: #dedede;
  padding: 12px 15px;
  border-bottom: 2px solid #bbb;
}
.details-table-footer .text-treatment {
  display: inline-block;
  margin-top: 8px;
  text-transform: uppercase;
}
.details-table-footer .inline-text-label {
  display: inline-block;
  float: left;
  padding: 7px 10px 6px 0;
  color: #2b3743;
}
.details-table-footer .date-picker-wrapper {
  width: 150px;
}

/* main container of the table, also sets the height of the fixed header row */
.scroll-view-header {
  position: relative;
  padding-top: 30px;
}

.scroll-view-header-fluid {
  position: relative;
  padding-top: 30px;
  background-color: #4d637a;
  display: list-item;
}
.scroll-view-header-fluid th {
  white-space: normal;
}
.scroll-view-header-fluid th:first-child {
  border-top-left-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
}
.scroll-view-header-fluid th:last-child {
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.scroll-view-header-fluid th a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/* scrollable data area for smaller expanded views */
.scroll-view-table {
  overflow-y: auto;
  max-height: 500px;
  border-top: 1px solid #e0e6eb !important;
}

/* scrollable data area for larger app views */
.scroll-view-table-fluid {
  overflow-y: auto;
  max-height: 80vh;
  margin-bottom: 20px;
}

/* Removes default cell borders and ensures table width 100% of its container*/
.scroll-view-table table, .scroll-view-table-fluid table {
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0px;
}

/* cell padding and bottom border */
.scroll-view-table td, .scroll-view-table th, .scroll-view-table-fluid td, .scroll-view-table-fluid th {
  padding: 10px;
}

/* make the default header height 0 and make text invisible - this gets width and alignment to work */
.scroll-view-table th, .scroll-view-table-fluid th {
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  white-space: nowrap;
}
.scroll-view-table th:first-child div, .scroll-view-table-fluid th:first-child div {
  border-left: 0 !important;
}

/* hide extra header border */
.scroll-view-table tr:first-child td, .scroll-view-table-fluid tr:first-child td {
  border-top: none !important;
}

/* reposition the divs in the header cells and place in the blank area of the headercontainer */
.scroll-view-table th div {
  border-left: 1px solid #e0e6eb !important;
}

.scroll-view-table th div, .scroll-view-table-fluid th div {
  visibility: visible;
  position: absolute;
  padding: 9px 10px;
  top: 0;
  margin-left: -10px;
  line-height: normal;
}

.table-status span {
  display: inline-block;
  text-indent: 10px;
}

.block-indication li {
  position: relative;
  padding: 3px 8px;
  background-color: #acafb7;
  margin-right: 6px;
}
.block-indication li.alternate {
  background-color: #4a93bd;
  padding-right: 10px;
}
.block-indication li.alternate .fa.fa-share {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 7px;
}
.block-indication li.alternate.dotted {
  background-color: transparent;
  border: 1px dotted #bbb;
  color: #bbb;
}
.block-indication .popover-inner {
  min-width: 150px;
  font-size: 11px;
  color: #555;
}
.block-indication .popover-inner .popover-title {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  border: 0;
}
.block-indication .popover-inner .popover-content {
  padding: 4px 8px;
}

.action-popover {
  position: absolute;
  bottom: -9px;
  left: 11px;
  font-size: 9px;
}
.action-popover span {
  cursor: pointer;
  text-decoration: underline;
}
.action-popover .popover-inner {
  min-width: 135px;
  text-align: center;
}
.action-popover .popover-inner .popover-content {
  padding: 4px 8px;
}

.table-hr {
  width: 100%;
}
.table-hr th {
  padding: 5px 10px;
}
.table-hr .heading {
  background-color: #dedede;
}
.table-hr td {
  padding: 10px 15px;
}
.table-hr tr {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.table-hr tr:last-child {
  border-bottom: 0;
}
.table-hr tr:first-child {
  border-top: 0;
}
.table-hr ul li {
  vertical-align: middle;
}

table .outline-table > tr > td {
  border-right: 1px solid #e3e3e3;
}
table .outline-table > tr > td:last-child {
  border-right: 0;
}

.table-header-alt {
  color: #222;
}

table .table-press tr td {
  vertical-align: top;
}
table .table-press tr td.description span {
  text-transform: uppercase;
}
table .table-press tr td button {
  position: relative;
  margin-top: 50%;
  top: -35px;
}

.wrap-progress.table-progress {
  padding: 0;
  margin-bottom: 30px;
  font-size: 11px;
}
.wrap-progress.table-progress li {
  height: 15px;
  margin-bottom: 0px;
}
.wrap-progress.table-progress:last-child li {
  margin-bottom: 0px;
}

.status-list {
  width: 100%;
  padding-left: 25px;
  list-style: none;
  text-align: left;
}
.status-list li {
  position: relative;
}
.status-list li i {
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -6px;
}

.prepress-table select {
  padding: 3px 6px;
}
.prepress-table input[type=text] {
  width: 100px;
}
.prepress-table ul {
  margin-bottom: 15px;
}
.prepress-table ul > li {
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.prepress-table span {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 75px;
  font-size: 8px;
}
.prepress-table .popover {
  min-width: 150px;
}
.prepress-table .popover-content {
  padding: 3px 6px;
  font-size: 11px;
  text-align: center;
}
.prepress-table .fa-barcode {
  cursor: pointer;
  font-size: 40px;
}

table.table-fixedheader {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

table.table-fixedheader:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 43px;
  top: 0;
  right: 0;
  background-color: #fff;
}

table.table-fixedheader,
table.table-fixedheader > thead,
table.table-fixedheader > tbody,
table.table-fixedheader > thead > tr,
table.table-fixedheader > tbody > tr,
table.table-fixedheader > thead > tr > th,
table.table-fixedheader > tbody > td table.table-fixedheader > tfoot > tr > td {
  display: block;
}

table.table-fixedheader > thead > tr:after,
table.table-fixedheader > tbody > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

table.table-fixedheader > tbody {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 430px;
}

table.table-fixedheader > thead {
  overflow-y: auto;
  overflow-x: hidden;
}

.table-fixedheader > thead > tr > th,
.table-fixedheader > tbody > tr > td {
  float: left;
  height: 43px;
}

.table-dies > thead > tr > th,
.table-dies > tbody > tr > td {
  width: 94px;
}

.table-plates > thead > tr > th,
.table-plates > tbody > tr > td {
  width: 166px;
}

.table-dies > thead > tr > th:first-child,
.table-dies > tbody > tr > td:first-child {
  width: 40px;
}

.table-dies > thead > tr > th:nth-of-type(2),
.table-dies > tbody > tr > td:nth-of-type(2) {
  width: 142px;
}

.table-work-orders > thead > tr > th,
.table-work-orders > tbody > tr > td {
  width: 160px;
}

.table-work-orders > thead > tr > th:nth-of-type(1),
.table-work-orders > tbody > tr > td:nth-of-type(1) {
  width: 176px;
}

.table-work-orders.has-scrollbar > thead > tr > th:nth-of-type(1),
.table-work-orders.has-scrollbar > tbody > tr > td:nth-of-type(1) {
  width: 160px;
}

.table-work-orders > thead > tr > th:nth-of-type(2),
.table-work-orders > tbody > tr > td:nth-of-type(2) {
  width: 341px;
}

.table-work-orders > thead > tr > th:nth-of-type(3),
.table-work-orders > tbody > tr > td:nth-of-type(3) {
  width: 341px;
}

.table-price-matrix {
  border-bottom: 1px #e0e6eb solid;
}
.table-price-matrix th {
  text-align: center;
}
.table-price-matrix td {
  border-right: 1px #e0e6eb solid;
  text-align: right;
}
.table-price-matrix td:first-child {
  border-right: 3px #e0e6eb solid;
  border-left: 3px #e0e6eb solid;
}
.table-price-matrix td:last-child {
  border-right: 3px #e0e6eb solid;
  border-left: 3px #e0e6eb solid;
}
.table-price-matrix td:nth-of-type(2) {
  border-right: 3px #e0e6eb solid;
  border-left: 3px #e0e6eb solid;
}

.table.table-schedule {
  width: 100%;
  border-bottom: 1px #e0e6eb solid;
}
.table.table-schedule th {
  background-color: #dedede;
}
.table.table-schedule tbody th {
  font-weight: normal;
}
.table.table-schedule tbody td {
  border-right-width: 1px;
  height: 80px;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
}
.table.table-schedule tbody td:last-of-type {
  border-right: 1px #e0e6eb solid;
}
.table.table-schedule tbody td:first-of-type {
  border-left: 1px #e0e6eb solid;
}

.table-cell-rounded {
  margin: 15px;
}
.table-cell-rounded thead tr th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.table-cell-rounded tbody tr {
  height: 80px;
}
.table-cell-rounded tbody tr td {
  padding: 20px;
  border: 10px solid transparent;
  border-radius: 26px;
  text-align: center;
  background-clip: padding-box;
}
.table-cell-rounded tbody tr td.active {
  background-color: #4a93bd;
}

.filters-panel {
  padding: 10px 0;
}
.filters-panel header {
  margin-bottom: 5px;
  color: #8f96a0;
  font-size: 13px;
  font-weight: 700;
}

.filter-buttons .btn {
  margin-left: 0;
  margin-right: 3px;
}
.filter-buttons .btn span {
  display: inline-block;
  margin-right: 5px;
}

.date-buttons .btn {
  min-width: 80px;
  margin-left: 0;
  margin-right: 3px;
}

.button-only {
  padding-top: 24px;
  text-align: center;
}

.gridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 300px;
}

/* NOTE: Put any overrides for the default gantt.css stylesheet here */
.gantt-wrapper {
  /* No attributes at this time */
}

.gantt-overview {
  /* No attributes at this time */
}

.gantt-date-picker {
  margin-left: 20%;
  padding-top: 25px;
  font-size: 17px;
}
.gantt-date-picker.date-picker-wrapper {
  width: auto !important;
}
.gantt-date-picker div[uib-datepicker-popup-wrap] {
  display: inline-block;
}
.gantt-date-picker div[uib-datepicker-popup-wrap] .uib-clear {
  display: none;
}

.gantt-date {
  margin: 0 20px;
  text-decoration: none;
  width: 250px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.gantt-date:hover {
  text-decoration: none;
}

.gantt-side-content-table > div.gantt-table-column {
  width: 60px;
}

div.gantt-table-content {
  font-size: 25px;
  font-weight: 100;
}

.gantt-column-header {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #7F848C;
}

.gantt-task {
  height: 65%;
}

.gantt-task-background {
  background: none;
}

.gantt-task-content {
  width: 99%;
  padding: 0 10px;
  cursor: pointer;
  text-align: left;
  color: #FFFFFF;
  font-weight: 100;
  font-family: Lato, Helvetica, Arial, sans-serif;
  z-index: 20;
}
.gantt-task-content.shift-item-content {
  width: 100%;
}
.gantt-task-content .header {
  font-size: 20px;
}
.gantt-task-content.card-gray {
  background-color: #dbd6d6;
}
.gantt-task-content.card-red {
  background-color: red;
}
.gantt-task-content.card-yellow {
  background-color: #f0c92d;
}
.gantt-task-content.card-green {
  background-color: #7dc243;
}
.gantt-task-content.card-gray {
  background-color: gray;
}
.gantt-task-content.card-run {
  background-color: #98b9c6;
  opacity: 0.2;
  z-index: 10;
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
}
.gantt-task-content.card-in-process {
  opacity: 0.75;
}
.gantt-task-content.card-off {
  background-color: #bfbfbf;
  z-index: 15;
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
}
.gantt-task-content.card-maint {
  background-color: #95b3d7;
  z-index: 15;
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
}

.gantt-task-info {
  width: 650px;
  height: 430px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0px;
  padding: 25px;
  font-weight: 100;
  font-family: Lato, Helvetica, Arial, sans-serif;
  top: 0;
  left: 0;
}
.gantt-task-info .container-fluid, .gantt-task-info .row {
  padding: 0;
}
.gantt-task-info .title {
  font-size: 35px;
}
.gantt-task-info .customer {
  font-size: 16px;
  padding: 5px 0;
}
.gantt-task-info .materials {
  padding-left: 5px;
  font-weight: normal;
}
.gantt-task-info .materials-list {
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  vertical-align: text-top;
}
.gantt-task-info .task-field {
  padding-right: 5px;
  color: #939393;
}
.gantt-task-info .task-value {
  font-weight: bold;
}
.gantt-task-info .fa.fa-check {
  color: #7dc243;
}
.gantt-task-info .fa.fa-exclamation-triangle {
  color: #ff0000;
}
.gantt-task-info .green {
  color: #7dc243;
}
.gantt-task-info .red {
  color: #ff0000;
}

.vertical-text {
  position: relative;
  top: 10%;
  transform: translateY(-10%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-orientation: upright;
  font-size: 1em;
  font-weight: bold;
}

.gantt-task-infoArrow:before, .gantt-task-infoArrowR:before {
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.date-picker-wrapper {
  width: 125px;
}
.date-picker-wrapper .dropdown-menu {
  padding: 5px;
}
.date-picker-wrapper .btn,
.date-picker-wrapper .btn-sm {
  min-width: 0;
}
.date-picker-wrapper .btn-info {
  background-color: #4a93bd;
}
.date-picker-wrapper table .btn {
  border-color: transparent;
  font-size: 13px;
}
.date-picker-wrapper th {
  padding: 4px 0;
}
.date-picker-wrapper.align-right {
  margin-left: auto;
  margin-right: 0;
}

.date-picker-wide {
  width: 100%;
}

.datepicker-days {
  padding: 5px 10px;
}

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

.datepicker td span {
  width: 54px;
}

.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td span.active.active {
  background-color: #4a93bd;
}

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td span.active {
  background-color: #4a93bd;
  background-image: none;
}

.modal-nav-block {
  float: left;
  width: 250px;
  padding: 40px 15px 0 25px;
  text-transform: uppercase;
}
.modal-nav-block header {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.modal-nav-block ol {
  margin: 0;
  padding: 0;
}
.modal-nav-block ol li {
  margin: 0 0 5px;
  list-style-position: inside;
  color: #aaa;
  font-weight: 700;
  cursor: pointer;
}
.modal-nav-block ol li:hover {
  color: #c4132f;
}
.modal-nav-block ol li.active {
  color: #2b3743;
}

.modal-content-block {
  margin-left: 250px;
  padding: 40px 20px 40px 80px;
  border-left: 2px solid #e0e0e0;
}

.label-block {
  float: left;
  width: 400px;
  padding: 15px 20px;
  background-color: #444;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

.label-info {
  float: left;
  width: 65%;
}
.label-info .label-wo-num {
  font-size: 14px;
}

.label-date {
  float: right;
  width: 35%;
  text-align: right;
}

.additional-time {
  float: left;
  height: 100px;
  margin-left: 3px;
  padding: 27px 20px 25px;
  border: 1px dashed #888;
}
.additional-time span {
  font-size: 18px;
}

.table-block {
  float: left;
}

.message-block {
  float: left;
  width: 300px;
  margin-left: 50px;
}
.message-block ul {
  margin: 0;
  padding: 0;
}
.message-block ul li {
  margin: 0 0 5px;
  list-style-position: inside;
  color: #c4132f;
  font-weight: 700;
  cursor: pointer;
}
.message-block ul li:hover {
  color: #aaa;
}
.message-block ul li.active {
  color: #2b3743;
}

.button-block {
  float: right;
  margin-left: 50px;
  padding-top: 30px;
}

.page-section.customer-care {
  position: relative;
  height: 100%;
}

/*
  Index Card Aside Container
*/
.pl-schedule {
  width: 100%;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin-bottom: 10px;
  overflow-x: auto;
  overflow-y: scroll;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 325px;
}

.card-list {
  padding: 25px;
}

.pl-schedule-lane {
  width: 270px;
  height: 100%;
  margin: 0 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  background-color: lightblue;
}

.pl-index-card-aside.ng-aside.horizontal.modal {
  top: 55px;
  width: 300px;
}
.pl-index-card-aside.ng-aside.horizontal, .pl-index-card-aside.ng-aside.horizontal .modal-dialog {
  height: auto !important;
  bottom: 0 !important;
  left: auto !important;
}
.pl-index-card-aside.ng-aside.horizontal .modal-dialog .modal-content {
  height: 100%;
}

.side-hr header {
  cursor: pointer;
}
.side-hr header i {
  position: relative;
  top: -2px;
  padding-right: 5px;
  font-size: 10px;
}

.clearfix-customer-portal {
  margin-bottom: -20px;
}

.hr-customer-portal {
  margin-top: 16px;
  margin-bottom: 20px;
  position: relative;
  left: -30px;
  border: 0;
  border-top: 1px solid black;
  width: 68%;
}

.date-picker-wrapper-customer-portal {
  float: left;
}
.date-picker-wrapper-customer-portal.indent {
  margin-left: 350px;
}
.date-picker-wrapper-customer-portal #fromDate, .date-picker-wrapper-customer-portal #toDate {
  border: 1px solid;
  border-radius: 15px;
  border-color: #fff;
  position: absolute;
  height: 32px;
  width: 250px;
  text-align: left;
  text-indent: 120px;
  color: #fff;
  background-color: #666699;
}
.date-picker-wrapper-customer-portal .btn-customer-portal:first-child {
  border-radius: 15px;
  position: absolute;
  height: 32px;
  width: 120px;
  z-index: 999;
  background-color: #fff;
}
.date-picker-wrapper-customer-portal .btn-customer-portal:first-child.icon {
  left: 80px;
  width: 50px;
  padding-left: 15px;
}
.date-picker-wrapper-customer-portal .btn-customer-portal:first-child {
  color: #666699;
}
.date-picker-wrapper-customer-portal .btn-customer-portal:first-child:hover {
  z-index: 999;
}
.date-picker-wrapper-customer-portal .btn-customer-portal:first-child.no-hover {
  cursor: auto;
}

.table-search-panel-customer-portal {
  float: left;
}
.table-search-panel-customer-portal .form-control-customer-portal:last-child {
  border: 1px solid;
  border-radius: 15px;
  border-color: #fff;
  position: absolute;
  height: 32px;
  width: 250px;
  text-align: left;
  text-indent: 120px;
}
.table-search-panel-customer-portal .btn-customer-portal:first-child {
  border-radius: 15px;
  position: absolute;
  height: 32px;
  width: 120px;
  z-index: 999;
  background-color: #fff;
  color: #666699;
}
.table-search-panel-customer-portal .btn-customer-portal:first-child:hover {
  z-index: 999;
}

.pagination-panel-customer-portal {
  padding: 0px;
}
.pagination-panel-customer-portal .pagination .active a {
  background-color: #fff;
  color: #666699;
}
.pagination-panel-customer-portal ul li a {
  background-color: #666699;
  border-color: #666699;
  color: #fff;
  font-family: "Avenir Oblique";
  font-size: 16px;
}
.pagination-panel-customer-portal ul li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #181446;
}

.table-customer-portal {
  margin-left: 48px;
  margin-right: 48px;
  height: 64vh;
  overflow-x: overlay;
  overflow-y: overlay;
  font-family: "Myriad Pro Regular";
}
.table-customer-portal .table-header-customer-portal .orders-customer-portal tr th {
  color: #181446;
  background-color: #FFE0CA;
  border-left: 1px solid;
  font-weight: bold;
  font-size: 13px;
}
.table-customer-portal .table-header-customer-portal .history-customer-portal tr th {
  color: #181446;
  background-color: #CBEFFF;
  border-left: 1px solid;
  font-weight: bold;
  font-size: 13px;
}
.table-customer-portal .table-header-customer-portal tr th {
  background-color: #666699;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 12px;
  border: solid 1px #181446;
  text-align: center;
}
.table-customer-portal .table-bordered-vertical-only.table-striped.table-row-overlay-customer-portal {
  border-collapse: separate;
}
.table-customer-portal .table-bordered-vertical-only.table-striped.table-row-overlay-customer-portal > tbody > tr:not(.active-row):not(.detail-row) > td {
  position: relative;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
}
.table-customer-portal .table-bordered-vertical-only.table-striped.table-row-overlay-customer-portal > tbody > tr:not(.active-row):not(.detail-row) > td:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}
.table-customer-portal .table-body-customer-portal i {
  color: #181446;
  font-size: 22px;
}
.table-customer-portal .table-body-customer-portal tr td {
  padding: 3px;
}
.table-customer-portal .table-body-customer-portal .outline-table tr td:last-child {
  border-right: 1px solid;
}
.table-customer-portal .table-body-customer-portal tr.active-row td {
  border: 1px solid #181446;
}
.table-customer-portal .table-body-customer-portal tr.active-row.orders-customer-portal td {
  background-color: #f7c6b0;
}
.table-customer-portal .table-body-customer-portal tr.active-row.history-customer-portal td {
  background-color: #b2d6f1;
}
.table-customer-portal .table-body-customer-portal tr td {
  border: solid 1px #181446;
  color: #181446;
  text-align: center;
}
.table-customer-portal .table-body-customer-portal tr td a span i {
  color: #181446;
  font-size: 18px;
}

.content-line-customer-portal {
  border-bottom: 10px solid;
}

.customer-portal-body-class {
  overflow-x: hidden;
  overflow-y: overlay;
}

.filters-panel-customer-portal {
  color: #fff;
  font-family: "Avenir Oblique";
  font-size: 21px;
  padding: 18px 0px 18px 60px;
}
.filters-panel-customer-portal .view-buttons {
  margin-left: -15px;
}
.filters-panel-customer-portal .btn-export-customer-portal {
  background-color: #fff;
  margin-left: 30px;
  border-radius: 15px;
  height: 32px;
  color: #666699;
  border: 1px solid #fff;
}

.filters-status-customer-portal {
  font-family: "Avenir Oblique";
  font-size: 18px;
  padding: 18px 0px 18px 0px;
  margin-left: -70px;
}
.filters-status-customer-portal i {
  font-size: 25px;
  margin-right: 10px;
  vertical-align: -10%;
}

.page-header-customer-portal {
  margin: 0;
  padding: 11px 20px 0;
  height: 148px;
  vertical-align: middle;
  background-color: #fff;
}
.page-header-customer-portal .row {
  margin-top: 30px;
}

.page-title-customer-portal {
  font-family: "Helvetica RD Condensed";
  font-size: 45px;
  -webkit-text-stroke: 1.45px;
  margin-left: -100px;
}

.usermenu-customer-portal {
  font-family: "Chronicle Text G1 Italic";
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.page-content-customer-portal {
  margin-left: 230px;
}

.dropdown-menu-customer-portal {
  margin-left: 150px;
}

.customer-logo {
  max-height: 80px;
  max-width: 80%;
  margin-left: -80px;
}

.sidebar-customer-portal {
  padding: 0px;
  border: 2px;
  height: unset;
}
.sidebar-customer-portal ul li {
  margin-left: 10px;
}
.sidebar-customer-portal ul li a {
  font-family: "Helvetica RD Condensed";
  font-size: 32.5px;
  -webkit-text-stroke: 0.75px;
  text-decoration: none;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar-customer-portal ul li i {
  font-size: 25px;
  position: relative;
  top: -4px;
  -webkit-text-stroke: 0px;
}
.sidebar-customer-portal ul li.active {
  background-color: #666699;
  border-radius: 0px;
  margin: 0;
  padding-left: 25px;
}
.sidebar-customer-portal ul li:hover {
  text-decoration: none;
  border-radius: 0px;
  background-color: #666699;
}
.sidebar-customer-portal ul li:hover.active {
  background-color: #666699;
}

.address-bar-customer-portal {
  font-family: "Myriad Pro Regular";
  font-weight: bold;
  font-size: 17.5px;
  height: 40px;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  z-index: 999;
  margin-top: 20px;
}

#customerDashboardView {
  margin-top: 10px;
}
#customerDashboardView .row {
  text-align: center;
  color: #fff;
}
#customerDashboardView .row .dashboard-header {
  margin-top: 31vh;
  font-family: "Helvetica RD Condensed";
  font-size: 32.5px;
  -webkit-text-stroke: 0.75px;
  text-decoration: none;
  text-align: center;
  margin-right: 20px;
  width: 70%;
  margin-left: 3vw;
}
#customerDashboardView .row .dashboard-header a {
  text-decoration: none;
  color: black;
}
#customerDashboardView .row .dashboard-header .sidebar-nav {
  margin-top: 10px;
}
#customerDashboardView .row .dashboard-header .dots {
  font-size: 11px;
  color: orange;
}
#customerDashboardView .row .dashboard-header nav ul li {
  text-align: left;
  margin-top: -15px;
  -webkit-text-stroke: 0;
  cursor: default;
}
#customerDashboardView .row .dashboard-header nav ul li a {
  color: black;
  font-family: "Avenir Oblique";
  font-size: 20px;
  text-align: left;
}
#customerDashboardView .row .dashboard-header nav ul li a .showCursor {
  cursor: pointer;
}
#customerDashboardView .row .dashboard-header nav ul li a:hover {
  text-decoration: none;
}
#customerDashboardView .row .dashboard-header nav ul li a i {
  color: grey;
}
#customerDashboardView .row img {
  width: 25vh;
  position: absolute;
  margin-left: -100px;
  z-index: -1;
}

.order-status-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: -33px;
}
.order-status-container .order-status-text {
  position: absolute;
  width: 200px;
  text-align: left;
  margin-top: -33px;
  margin-left: 25px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Avenir Oblique";
}
.order-status-container .order-status-text div {
  margin-top: 6px;
}
.order-status-container .order-status-item {
  width: 10px;
  left: -30px;
  height: 10px;
  margin: 0px 40px 0px 40px;
  border-radius: 50px;
  position: relative;
  padding: 12px;
  border: 1px solid #666699;
  background-color: #fff;
}
.order-status-container .order-status-item i {
  color: #666699;
  position: absolute;
  margin-top: -9px;
  margin-left: -8px;
  font-size: 18px;
}
.order-status-container .order-status-complete {
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.order-status-container .active-row.orders-customer-portal {
  background-color: #f7c6b0;
  border-color: #666699;
}
.order-status-container .active-row.orders-customer-portal.order-status-complete {
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.order-status-container .active-row.history-customer-portal {
  background-color: #b2d6f1;
  border-color: #666699;
}
.order-status-container .active-row.history-customer-portal.order-status-complete {
  background-color: #8dc63f;
  border-color: #8dc63f;
}

.barcode {
  display: block;
  background-image: url(../media/image/barcode.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
  margin: 0 auto;
}
.barcode.small-barcode {
  background-image: url(../media/image/barcode-small.png);
  width: 114px;
  height: 22px;
  margin: -6px 0;
}
.barcode.small-barcode .glyphicon {
  margin: -8px 46px;
  font-size: 22px;
  line-height: 22px;
}
.barcode.large-barcode {
  background-image: url(../media/image/barcode-large.svg);
  width: 240px;
  height: 126px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.barcode.large-barcode .glyphicon {
  margin: 28px 0 0 0;
}
.barcode.large-qrCode {
  background-image: url(../media/image/barcode.png);
  width: 126px;
  height: 126px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.barcode.large-qrCode .glyphicon {
  margin: 28px 0 0 0;
}

.reports-body-class {
  overflow-x: hidden;
  overflow-y: hidden;
}
.reports-body-class .wrap {
  padding: 0px;
}

#reportsView {
  background-color: white;
  height: 100vh;
}
#reportsView .sidebar {
  position: fixed;
  width: 23vw;
  background-color: #dee9f2;
  height: 100%;
  z-index: 1;
}
#reportsView .sidebar .header {
  height: 148px;
}
#reportsView .sidebar .title {
  font-size: 3vw;
  font-family: "Helvetica RD Condensed";
  text-align: center;
  margin-top: 15px;
  color: gray;
}
#reportsView .sidebar .sidebar-nav-reports {
  margin-top: 20px;
}
#reportsView .sidebar .sidebar-nav-reports ul {
  padding: 0px;
}
#reportsView .sidebar .sidebar-nav-reports ul li {
  padding: 1vw 0 1vw 4vw;
  margin: 0.5vw 1vw 0 1vw;
  border-radius: 100vw;
  display: block;
  cursor: pointer;
  background-color: white;
}
#reportsView .sidebar .sidebar-nav-reports ul li a {
  font-weight: bold;
  font-size: 1.5vw;
  pointer-events: none;
  color: white;
}
#reportsView .sidebar .sidebar-nav-reports ul li:hover {
  opacity: 50%;
}
#reportsView .sidebar .footer {
  font-size: 1.1vw;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: #dee9f2;
}

.page-header-reports {
  margin: 0;
  padding: 15px 20px 0;
  height: 56px;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: white;
}

#reportsGridView {
  position: absolute;
  right: 0px;
  overflow-y: auto;
  height: 100%;
  padding: 55px 0px 0px;
}
#reportsGridView .reportsContainer {
  display: flex;
  margin-right: 15px;
}
#reportsGridView .reportsContainer .container {
  width: 15vw;
  margin: 0px;
  padding: 0px;
}
#reportsGridView .reportsContainer .header {
  text-align: center;
  padding: 31px 0px 10px 0px;
  background-color: grey;
  border-radius: 0px 40px;
  margin: 10px;
  cursor: pointer;
}
#reportsGridView .reportsContainer .header img {
  height: 1.5vw;
  margin-left: 10vw;
}
#reportsGridView .reportsContainer .header i {
  color: #223f99;
  font-size: 3vw;
  padding: 20px;
  border-radius: 100px;
  background: radial-gradient(white, #DCDCDC);
}
#reportsGridView .reportsContainer .header .title {
  font-size: 1.5vw;
  margin-top: 30px;
  font-weight: 800;
  color: white;
}
#reportsGridView .reportsContainer .item {
  cursor: pointer;
  margin: 10px;
}
#reportsGridView .reportsContainer .item .title {
  font-size: 1.1vw;
  font-weight: 800;
  text-align: center;
  padding: 12px;
  border-style: solid;
  color: #223f99;
  margin: 10px 0px;
  border-radius: 25px 0px;
}
#reportsGridView .reportsContainer .item .title:hover {
  background-color: gray;
  border-color: gray;
}
#reportsGridView .no_reports {
  position: absolute;
  top: 24%;
  left: 36%;
  width: 500px;
  text-align: center;
}
#reportsGridView .no_reports .image {
  width: 150px;
  height: 247px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#reportsGridView .no_reports .message {
  color: #848484;
  font-style: italic;
  font-size: 20px;
  padding-top: 40px;
}

#woTable .scheduled-press-1 {
  background-color: #9fbedf;
}
#woTable .scheduled-press-2 {
  background-color: #ffddcc;
}
#woTable .scheduled-press-3 {
  background-color: #cce0ff;
}
#woTable .scheduled-press-4 {
  background-color: #ffece6;
}
#woTable .scheduled-press-na {
  background-color: #f7f5f5;
}
#woTable .press-dropdown {
  min-width: 95px;
}

.clearPrintSelect {
  position: absolute;
  right: 4px;
  bottom: 2px;
  cursor: pointer;
}

.press-chart {
  background-color: white;
  position: relative;
  height: 40vh;
  width: 100vw;
  margin-left: -20px;
  padding: 10px;
}

.calendar {
  position: relative;
  height: 80vh;
  width: 14.285%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-11 {
  background-color: white;
  position: relative;
  height: 80vh;
  width: 100%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-12 {
  background-color: white;
  position: relative;
  height: 40vh;
  width: 100%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-13 {
  background-color: white;
  position: relative;
  height: 27vh;
  width: 100%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-15 {
  background-color: white;
  position: relative;
  height: 15vh;
  width: 100vw;
  margin-left: -20px;
  padding: 10px;
}

.dashboard-chart-22 {
  background-color: white;
  position: relative;
  height: 40vh;
  width: 50%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-34 {
  background-color: white;
  position: relative;
  height: 20vh;
  width: 33.3%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-24 {
  background-color: white;
  position: relative;
  height: 20vh;
  width: 50%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-32 {
  background-color: white;
  position: relative;
  height: 40vh;
  width: 33.3%;
  padding: 10px;
  display: inline-block;
}

.dashboard-chart-44 {
  background-color: white;
  position: relative;
  height: 20vh;
  width: 25%;
  padding: 10px;
  display: inline-block;
}

.budget-chart {
  background-color: white;
  width: 97vw;
  height: 85vh;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-size: 80px;
}
.budget-chart tbody tr td div span {
  display: inline-flex;
}
.budget-chart tbody tr:nth-child(odd) {
  background: #4d637a;
  color: white;
}
.budget-chart tbody tr:nth-child(even) {
  font-weight: bold;
}

@media screen {
  #printSection {
    display: none;
  }
}
@media print {
  #translate-toggle {
    display: none;
  }
  .main-content, .modal, .print-modal, #toast-container, #pageOverlay {
    display: none !important;
  }
  .table td.light-green, .table th.light-green {
    background-color: #CCFFCC !important;
  }
  .background-color {
    position: relative;
    padding-left: 2pt;
  }
  .background-color:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-bottom-style: solid;
    border-bottom-width: 12pt;
  }
  .background-color.double-height:before {
    border-bottom-width: 24pt;
  }
  .background-color.green:before {
    border-color: #00FF00;
  }
  .background-color.light-green:before {
    border-color: #CCFFCC;
  }
  .background-color.yellow:before {
    border-color: #FFFF99;
  }
  .background-color.gray:before {
    border-color: #C0C0C0;
  }
  body, html {
    font-size: 8pt;
    -webkit-print-color-adjust: exact;
    -webkit-text-size-adjust: none;
  }
  .woprint {
    width: 832pt;
  }
  .woprint .footer {
    bottom: 20pt;
    page-break-after: always;
  }
  .print-page {
    display: block;
    width: 612pt;
    height: 792pt;
    padding: 18pt;
    position: relative;
  }
  .print-page-footer {
    bottom: 20pt;
    position: absolute;
    page-break-after: always;
  }
  .print-label {
    width: 400px;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
  .print {
    font-size: 8pt;
    width: 400px;
    height: 800px;
    page-break-after: always;
    page-break-inside: avoid;
    position: relative;
    -webkit-region-break-inside: avoid;
  }
  .print-page table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .print-page table th {
    padding: 2px;
    font-weight: bold;
    position: relative;
  }
  .print-page table th:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-bottom-style: solid;
    border-bottom-width: 16pt;
    border-color: #C0C0C0;
  }
  .print-page table td {
    font-weight: bold;
    padding: 2px;
    position: relative;
  }
  .print-page table td.no-border {
    border: 1px solid transparent;
  }
  .print-page table td.border-top {
    border-top: 1px solid black;
  }
  .print-page table td.border-right {
    border-right: 1px solid black;
  }
  .print-page table td.border-bottom {
    border-bottom: 1px solid black;
  }
  .print-page table td.border-left {
    border-left: 1px solid black;
  }
  .print-page table td.background-color:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-bottom-style: solid;
    border-bottom-width: 16pt;
  }
  .print-page table td.yellow:before {
    border-color: #FFFF99;
  }
  .print-label table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .print-label table td, .print-label table th {
    font-weight: bold;
    border: 1px solid black;
    padding: 2px;
  }
  .print-label table td.no-border, .print-label table th.no-border {
    border: 1px solid transparent;
  }
  .print-label table td.border-top, .print-label table th.border-top {
    border-top: 1px solid black;
  }
  .print-label table td.border-right, .print-label table th.border-right {
    border-right: 1px solid black;
  }
  .print-label table td.border-bottom, .print-label table th.border-bottom {
    border-bottom: 1px solid black;
  }
  .print-label table td.border-left, .print-label table th.border-left {
    border-left: 1px solid black;
  }
  dt {
    width: 90pt;
    float: left;
  }
  .text-extra-large {
    font-size: 48pt;
    font-weight: bold;
  }
  .border-top {
    border-top: 1px solid black;
  }
  .border {
    border: 1px solid black;
  }
  .success-color {
    color: #000;
  }
  .fade.in.print-modal .modal-dialog {
    display: none;
  }
  .print-end-roll-tag {
    font-size: 18px;
  }
  .print-end-roll-tag .sub-right-bold {
    font-weight: bold;
  }
  .print-end-roll-tag .sub-right-top {
    padding-top: 30px;
  }
  .print-end-roll-tag .sub-right-spacing {
    padding-top: 25px;
  }
  .print-end-roll-tag .data-top {
    margin-top: 40px;
  }
  .print-end-roll-tag .data-spacing {
    padding: 4pt 4pt;
  }
  .print-rewind-label {
    border: 1px solid #000;
  }
  .print-rewind-label .header {
    font-size: 8pt;
    margin: -1pt;
  }
  .print-rewind-label .sub-header {
    font-size: 7pt;
    margin: -3pt;
  }
  .print-rewind-label .data {
    padding: 0 5px;
    font-size: 6pt;
  }
  .print-sign-off .table-condensed > thead > tr > th, .print-sign-off .table-condensed > tbody > tr > th, .print-sign-off .table-condensed > tfoot > tr > th, .print-sign-off .table-condensed > thead > tr > td, .print-sign-off .table-condensed > tbody > tr > td, .print-sign-off .table-condensed > tfoot > tr > td {
    padding: 1px;
  }
  .print-sign-off .table > tbody > tr > td {
    border: none;
  }
  .print-sign-off .table > tbody > tr {
    border: 1px solid white;
  }
  .print-sign-off .table {
    margin: 0;
  }
  .print-sign-off tr {
    font-size: small;
  }
  .print-sign-off .header {
    background-color: #CCC !important;
    font-weight: 500 !important;
  }
  .print-sign-off .large {
    font-size: large;
  }
  .print-sign-off .small {
    font-size: x-small;
  }
  .print-sign-off .xlarge {
    font-size: x-large;
  }
  .print-sign-off .check-box {
    border: 1px solid black;
    width: 20px;
  }
  .print-sign-off .signature {
    border-bottom: 1px solid #999;
  }
  .print-sign-off .box {
    border: 1px solid #999;
    padding: 3px 5px;
  }
  .station-setup {
    width: 1200px;
    height: 500px;
    max-height: 500px;
  }
  .station-setup .small {
    font-size: x-small;
  }
  .station-setup .heading {
    font-weight: 500;
  }
  .station-setup .large {
    font-size: large;
  }
  .station-setup .xlarge {
    font-size: x-large;
  }
  .station-setup .box {
    border: 1px solid #999;
    padding: 3px 5px;
    margin: 2px;
    min-height: 90px;
    min-width: 90px;
  }
  .station-setup .station-box {
    background-color: #CCC !important;
    border: 1px solid #999;
    padding: 3px 5px;
  }
  .station-setup .title-box {
    background-color: #F2F2F2 !important;
    border: 1px solid #999;
    padding: 3px 5px;
  }
  .station-setup .list-line {
    border-bottom: thin solid #f2f2f2;
  }
  .station-setup .signature {
    border-bottom: 1px solid #999;
  }
  .station-setup h1 {
    line-height: 40pt;
    font-size: 19pt;
    font-family: "Times New Roman", Times, serif;
  }
  .station-setup .align-top {
    vertical-align: top;
  }
  .station-setup .logo-compact {
    left: 0;
    height: 50pt;
  }
  .station-setup .align-right {
    text-align: right;
    padding: 0;
  }
  .station-setup .align-left {
    text-align: left;
    padding: 0;
  }
  .station-setup .page-break {
    page-break-after: always;
  }
  .station-setup .footer-left {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .station-setup .footer-right {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .inks-print {
    width: 1000px;
  }
  .inks-print h1 {
    line-height: 40pt;
    font-size: 19pt;
    font-family: "Times New Roman", Times, serif;
  }
  .inks-print h2 {
    line-height: 12pt;
    font-size: 12pt;
  }
  .inks-print .top {
    font-size: 12pt;
  }
  .inks-print .align-top {
    vertical-align: top;
  }
  .inks-print .logo-compact {
    left: 0;
    height: 70pt;
  }
  .inks-print .align-right {
    text-align: right;
    padding: 0;
  }
  .inks-print .align-left {
    text-align: left;
    padding: 0;
  }
  .inks-print .page-break {
    page-break-after: always;
  }
  .inks-print .footer-left {
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .inks-print .footer-right {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .print-tag-8-by-4 {
    width: 576pt;
    height: 288pt;
  }
  .print-tag-8-by-4 .container-header {
    padding: 20pt 0 30pt 0;
    font-size: 19pt;
  }
  .print-tag-8-by-4 .container-header .row.no-gutter [class*=col-]:not(:first-child), .print-tag-8-by-4 .container-header .row.no-gutter [class*=col-]:not(:last-child) {
    padding: 8pt 4pt;
  }
  .print-tag-8-by-4 .container-body {
    font-size: 12pt;
  }
  .print-tag-8-by-4 .container-body .row.no-gutter [class*=col-]:not(:first-child), .print-tag-8-by-4 .container-body .row.no-gutter [class*=col-]:not(:last-child) {
    padding: 4pt 4pt;
  }
  .customer-quote {
    width: 792pt;
    height: 512pt;
  }
  .customer-quote h1 {
    font-size: 26pt;
    line-height: 40pt;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
  }
  .customer-quote h2 {
    font-size: 14pt;
  }
  .customer-quote .quote-note {
    margin: 10pt 0 30pt 0;
  }
  .customer-quote .quote-note .quote-note-header {
    padding: 4pt;
  }
  .customer-quote .quote-note .quote-note-body {
    height: 72pt;
    border: solid 1px black;
    padding: 4pt;
  }
  .ship-product-coc {
    font-size: 10pt;
    width: 792pt;
    height: 512pt;
  }
  .ship-product-coc .logo-title {
    height: 80pt;
    width: 500pt;
    margin: auto;
  }
  .ship-product-coc h1 {
    font-size: 19pt;
    line-height: 70pt;
    margin-left: 50pt;
    padding-left: 20pt;
    font-family: "Times New Roman", Times, serif;
  }
  .ship-product-coc .name {
    font-size: 10pt;
    font-weight: bold;
    line-height: 12pt;
  }
  .ship-product-coc .title {
    font-weight: bold;
    text-align: right;
    margin: 0;
    padding: 0;
  }
  .ship-product-coc .top-buffer {
    margin-top: 10pt;
  }
  .ship-product-coc .titlemore {
    font-weight: bold;
    text-decoration: underline;
  }
  .ship-product-coc .logo-compact {
    left: 40pt;
    right: 0;
    height: 70pt;
  }
  .ship-product-coc .coc-address {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .ship-product-coc .coc-align-right {
    text-align: right;
    padding: 0;
  }
  .ship-product-coc .coc-align-left {
    text-align: left;
    padding: 0;
  }
  .ship-product-coc .hr-trim {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #000000;
  }
  .ship-product-coc hr {
    border-bottom: 1px solid #000000;
  }
  .ship-product-coc .sign-line {
    border-bottom: 1px solid #000000;
  }
}
#loading-spinner-container {
  position: absolute;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background-size: 100%;
  background: url(/media/image/gears.svg);
  z-index: 999999;
}

#shipSquare {
  border-style: solid;
  border-color: black;
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  font-size: 100px;
  padding-top: 25px;
}

.ship-size {
  font-size: 17px;
}
.ship-size.padded {
  padding: 20px;
}
.ship-size.border {
  border-style: solid;
  border-color: black;
}
.ship-size .title {
  width: 70%;
  margin: auto;
}
.ship-size .thin-line {
  border-style: solid;
  border-color: black;
  border-width: thin;
}
.ship-size .row {
  text-align: center;
  margin: 0px;
}
.ship-size .bottom-row {
  margin-top: 18px;
}
.ship-size textarea {
  resize: none;
  border: none;
  width: 100%;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
  width: 90%;
}
.ship-size .pallet-tag {
  margin-top: 100px;
  text-align: right;
}

.pl-index-card, .pl-index-card-placeholder {
  height: 150px;
  border: 1px solid darkgray;
  margin: 15px;
  text-align: center;
  padding-top: 3%;
  font-size: 24px;
  font-weight: bold;
  background-color: #FFF;
}

.pl-index-card-placeholder {
  background: lightblue;
}

.grab, .pl-index-card, .pl-index-card-placeholder {
  cursor: grab;
  cursor: -webkit-grab;
}

.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
}

.item-title {
  width: 7%;
}

.list-line {
  border-bottom: thin solid #f2f2f2;
  padding: 1px 4px;
  font-size: 12px;
}

.list-line-top-spacing {
  padding-top: 15px;
}

.box {
  border: 1px solid #999;
  padding: 3px 5px;
  margin: 2px;
  vertical-align: text-top;
}

.station-box {
  background-color: #CCC !important;
  border: 1px solid #999;
  padding: 3px 5px;
}

.title-box {
  background-color: #F2F2F2 !important;
  border: 1px solid #999;
  padding: 3px 5px;
}

.columnHeader {
  text-align: center;
  background: #fafafa linear-gradient(to bottom, #ffffff, #f2f2f2) repeat-x;
  padding: 5px 0;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #dddddd;
}

.column-header-checkbox {
  font-size: 16px;
}

#columns {
  margin: 20px 0 5px 0;
}

#columns > div {
  padding-left: 5px;
  padding-right: 5px;
}

.column {
  border: solid 1px darkgrey;
  box-shadow: rgba(0, 0, 0, 0.7) 0 1px 10px 0;
}

.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 50px;
}

.noMargin {
  margin-bottom: 0;
}

.default {
  box-shadow: inset rgba(0, 0, 0, 0.0980392) 0 1px 10px 0;
}

.default-color {
  background-color: #ffffff;
}

.card {
  padding: 10px;
}
.card.cal {
  padding: 5px;
}

.card-row {
  margin-bottom: 5px;
}

.card-title {
  color: #143a50;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  padding: 2px 1px;
  display: block;
}

.digital-station {
  background-color: rgba(95, 227, 39, 0.523);
}

.warn-station {
  background-color: rgba(157, 25, 25, 0.29);
}

.corona-station {
  background-color: rgba(255, 253, 175, 0.85);
}

.has-press-setup-issue {
  background-color: #80ccff;
}

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 250px;
  height: 150px;
  text-align: center;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
}

.dragover {
  border: 5px dashed blue;
}

.center-drop-box {
  margin: 0 auto;
  width: 50%;
}