/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fonts/OpenSans-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/fonts/OpenSans-Bold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/fonts/OpenSans-Italic.woff2') format('woff2');
  font-display: swap;
}
/* line 7, ../sass/bootstrap/_bootstrap.scss */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin-bottom: 0%;
}

/* line 12, ../sass/bootstrap/_bootstrap.scss */
body {
	height: auto;
  width: auto;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

::selection {
  background: #C8E0B7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #C8E0B7; /* Gecko Browsers */
}

#style-404{
	background-color: var(--main-color);
}

@font-face{
	font-family: Symbols;
	src: url('../Fonts/fonts/untitled-font-1.ttf');
}

.btn-login {
	margin-top:15px;
}

.iconPage{
					font-family: Symbols;
					font-weight:normal !important;
					/*margin: -11px 0px 0px 3px;*/
				}
/* line 15, ../sass/bootstrap/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, ../sass/bootstrap/_bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, ../sass/bootstrap/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, ../sass/bootstrap/_bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 45, ../sass/bootstrap/_bootstrap.scss */
a {
  background-color: transparent;
}

/* line 48, ../sass/bootstrap/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, ../sass/bootstrap/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, ../sass/bootstrap/_bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, ../sass/bootstrap/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 62, ../sass/bootstrap/_bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, ../sass/bootstrap/_bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, ../sass/bootstrap/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 73, ../sass/bootstrap/_bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, ../sass/bootstrap/_bootstrap.scss */
sup {
  top: -.5em;
}

/* line 83, ../sass/bootstrap/_bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 86, ../sass/bootstrap/_bootstrap.scss */
img {
  border: 0;
}

/* line 89, ../sass/bootstrap/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, ../sass/bootstrap/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 95, ../sass/bootstrap/_bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, ../sass/bootstrap/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 104, ../sass/bootstrap/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, ../sass/bootstrap/_bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, ../sass/bootstrap/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 123, ../sass/bootstrap/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 127, ../sass/bootstrap/_bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, ../sass/bootstrap/_bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, ../sass/bootstrap/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 143, ../sass/bootstrap/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 146, ../sass/bootstrap/_bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 153, ../sass/bootstrap/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, ../sass/bootstrap/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, ../sass/bootstrap/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, ../sass/bootstrap/_bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, ../sass/bootstrap/_bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, ../sass/bootstrap/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, ../sass/bootstrap/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 182, ../sass/bootstrap/_bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, ../sass/bootstrap/_bootstrap.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 192, ../sass/bootstrap/_bootstrap.scss */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 201, ../sass/bootstrap/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 205, ../sass/bootstrap/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 208, ../sass/bootstrap/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 211, ../sass/bootstrap/_bootstrap.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 215, ../sass/bootstrap/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 221, ../sass/bootstrap/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 224, ../sass/bootstrap/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 228, ../sass/bootstrap/_bootstrap.scss */
  img {
    max-width: 100% !important;
  }

  /* line 231, ../sass/bootstrap/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 237, ../sass/bootstrap/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 241, ../sass/bootstrap/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 244, ../sass/bootstrap/_bootstrap.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 248, ../sass/bootstrap/_bootstrap.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 251, ../sass/bootstrap/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 254, ../sass/bootstrap/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 258, ../sass/bootstrap/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 269, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 281, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 284, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 287, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, ../sass/bootstrap/_bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, ../sass/bootstrap/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, ../sass/bootstrap/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, ../sass/bootstrap/_bootstrap.scss */
html {
  -webkit-tap-highlight-color: transparent;
}

/* line 1084, ../sass/bootstrap/_bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 85%;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1091, ../sass/bootstrap/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, ../sass/bootstrap/_bootstrap.scss */
a {
  color: var(--font-header-color);
  text-decoration: none;
}

/* line 1103, ../sass/bootstrap/_bootstrap.scss */
a:hover,
a:focus {
  color: var(--font-color);
  text-decoration: underline;
}

/* line 1108, ../sass/bootstrap/_bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1113, ../sass/bootstrap/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 1116, ../sass/bootstrap/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 1119, ../sass/bootstrap/_bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1128, ../sass/bootstrap/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1131, ../sass/bootstrap/_bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1144, ../sass/bootstrap/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1147, ../sass/bootstrap/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1153, ../sass/bootstrap/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1163, ../sass/bootstrap/_bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1172, ../sass/bootstrap/_bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1175, ../sass/bootstrap/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1192, ../sass/bootstrap/_bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1220, ../sass/bootstrap/_bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1229, ../sass/bootstrap/_bootstrap.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1243, ../sass/bootstrap/_bootstrap.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1252, ../sass/bootstrap/_bootstrap.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1266, ../sass/bootstrap/_bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1270, ../sass/bootstrap/_bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1274, ../sass/bootstrap/_bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1278, ../sass/bootstrap/_bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1282, ../sass/bootstrap/_bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1286, ../sass/bootstrap/_bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1290, ../sass/bootstrap/_bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 1293, ../sass/bootstrap/_bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1300, ../sass/bootstrap/_bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 1304, ../sass/bootstrap/_bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 1308, ../sass/bootstrap/_bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1313, ../sass/bootstrap/_bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1316, ../sass/bootstrap/_bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1319, ../sass/bootstrap/_bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1322, ../sass/bootstrap/_bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1325, ../sass/bootstrap/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1328, ../sass/bootstrap/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1331, ../sass/bootstrap/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1334, ../sass/bootstrap/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1337, ../sass/bootstrap/_bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1340, ../sass/bootstrap/_bootstrap.scss */
.text-primary {
  color: var(--font-color);
}

/* line 1343, ../sass/bootstrap/_bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1347, ../sass/bootstrap/_bootstrap.scss */
.text-success {
  color: #3c763d;
}

/* line 1350, ../sass/bootstrap/_bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1354, ../sass/bootstrap/_bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1357, ../sass/bootstrap/_bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1361, ../sass/bootstrap/_bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1364, ../sass/bootstrap/_bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1368, ../sass/bootstrap/_bootstrap.scss */
.text-danger {
  color: var(--secondary-color);
}

/* line 1371, ../sass/bootstrap/_bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1375, ../sass/bootstrap/_bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: var(--font-color);
}

/* line 1379, ../sass/bootstrap/_bootstrap.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1383, ../sass/bootstrap/_bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1386, ../sass/bootstrap/_bootstrap.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1390, ../sass/bootstrap/_bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1393, ../sass/bootstrap/_bootstrap.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1397, ../sass/bootstrap/_bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1400, ../sass/bootstrap/_bootstrap.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1404, ../sass/bootstrap/_bootstrap.scss */
.bg-danger {
  background-color: #c8e0b7;
}

/* line 1407, ../sass/bootstrap/_bootstrap.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1411, ../sass/bootstrap/_bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1416, ../sass/bootstrap/_bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1421, ../sass/bootstrap/_bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1427, ../sass/bootstrap/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1431, ../sass/bootstrap/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1436, ../sass/bootstrap/_bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1441, ../sass/bootstrap/_bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1445, ../sass/bootstrap/_bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1449, ../sass/bootstrap/_bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 1452, ../sass/bootstrap/_bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1456, ../sass/bootstrap/_bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1465, ../sass/bootstrap/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1469, ../sass/bootstrap/_bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1474, ../sass/bootstrap/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1478, ../sass/bootstrap/_bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1484, ../sass/bootstrap/_bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1489, ../sass/bootstrap/_bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1497, ../sass/bootstrap/_bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1502, ../sass/bootstrap/_bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1510, ../sass/bootstrap/_bootstrap.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1518, ../sass/bootstrap/_bootstrap.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1526, ../sass/bootstrap/_bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1531, ../sass/bootstrap/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1537, ../sass/bootstrap/_bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1544, ../sass/bootstrap/_bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1553, ../sass/bootstrap/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1560, ../sass/bootstrap/_bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1573, ../sass/bootstrap/_bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1581, ../sass/bootstrap/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1585, ../sass/bootstrap/_bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

/* line 1606, ../sass/bootstrap/_bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1612, ../sass/bootstrap/_bootstrap.scss */
.row {
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-form {
  align-items: end;
}

/* line 1616, ../sass/bootstrap/_bootstrap.scss */
.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-right: 15px;
  padding-left: 15px;
}

/* line 1622, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 1625, ../sass/bootstrap/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1628, ../sass/bootstrap/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1631, ../sass/bootstrap/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1634, ../sass/bootstrap/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1637, ../sass/bootstrap/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1640, ../sass/bootstrap/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1643, ../sass/bootstrap/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1646, ../sass/bootstrap/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1649, ../sass/bootstrap/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1652, ../sass/bootstrap/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1655, ../sass/bootstrap/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1658, ../sass/bootstrap/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1661, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1664, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1667, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1670, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1673, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1676, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1679, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1682, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1685, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1688, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1691, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1694, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1697, ../sass/bootstrap/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1700, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1703, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1706, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1709, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1712, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1715, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1718, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1721, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1724, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1727, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1730, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1733, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1736, ../sass/bootstrap/_bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1739, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1742, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1745, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1748, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1751, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1754, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1757, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1760, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1763, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1766, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1769, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1772, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1775, ../sass/bootstrap/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1779, ../sass/bootstrap/_bootstrap.scss */
  .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;
  }

  /* line 1782, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1785, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1788, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1791, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1794, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1797, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1800, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1803, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1806, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1809, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1812, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1818, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1821, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1824, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1827, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1830, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1833, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1836, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1839, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1842, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1845, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1848, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1851, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1854, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1857, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1860, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1863, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1866, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1869, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1872, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1875, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1878, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1881, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1884, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1887, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1890, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1893, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1896, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1899, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1902, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1905, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1908, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1911, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1914, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1917, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1920, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1923, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1926, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1929, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1932, ../sass/bootstrap/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1937, ../sass/bootstrap/_bootstrap.scss */
  .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;
  }

  /* line 1940, ../sass/bootstrap/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1943, ../sass/bootstrap/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1946, ../sass/bootstrap/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1949, ../sass/bootstrap/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1952, ../sass/bootstrap/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1955, ../sass/bootstrap/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1958, ../sass/bootstrap/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1961, ../sass/bootstrap/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1964, ../sass/bootstrap/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1967, ../sass/bootstrap/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1970, ../sass/bootstrap/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1973, ../sass/bootstrap/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1976, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1979, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1982, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1985, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1988, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1991, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1994, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1997, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 2000, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2003, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2006, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2009, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2012, ../sass/bootstrap/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2015, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2018, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2021, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2024, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2027, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2030, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2033, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2036, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2039, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2042, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2045, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2048, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2051, ../sass/bootstrap/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2054, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2057, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2060, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2063, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2066, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2069, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2072, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2075, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2078, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2081, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2084, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2087, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2090, ../sass/bootstrap/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2095, ../sass/bootstrap/_bootstrap.scss */
  .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;
  }

  /* line 2098, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2101, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2104, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2107, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2110, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2113, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2116, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2119, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2122, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2125, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2128, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2131, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2134, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2137, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2140, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2143, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2146, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2149, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2152, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2155, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2158, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2161, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2164, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2167, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2170, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2173, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2176, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2179, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2182, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2185, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2188, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2191, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2194, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2197, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2200, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2203, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2206, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2209, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2212, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2215, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2218, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2221, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2224, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2227, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2230, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2233, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2236, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2239, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2242, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2245, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2248, ../sass/bootstrap/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2252, ../sass/bootstrap/_bootstrap.scss */
table {
  background-color: transparent;
}

/* line 2255, ../sass/bootstrap/_bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2261, ../sass/bootstrap/_bootstrap.scss */
th {
  text-align: left;
}

/* line 2264, ../sass/bootstrap/_bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2269, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2280, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--secondary-color) !important;
}

/* line 2284, ../sass/bootstrap/_bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2292, ../sass/bootstrap/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2295, ../sass/bootstrap/_bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 2298, ../sass/bootstrap/_bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2306, ../sass/bootstrap/_bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2309, ../sass/bootstrap/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 2317, ../sass/bootstrap/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2321, ../sass/bootstrap/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2324, ../sass/bootstrap/_bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2327, ../sass/bootstrap/_bootstrap.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2332, ../sass/bootstrap/_bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2338, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 2352, ../sass/bootstrap/_bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2359, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2373, ../sass/bootstrap/_bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2380, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2394, ../sass/bootstrap/_bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2401, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2415, ../sass/bootstrap/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2422, ../sass/bootstrap/_bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #c8e0b7;
}

/* line 2436, ../sass/bootstrap/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2443, ../sass/bootstrap/_bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

/* line 2492, ../sass/bootstrap/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2498, ../sass/bootstrap/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2509, ../sass/bootstrap/_bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2515, ../sass/bootstrap/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2520, ../sass/bootstrap/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2526, ../sass/bootstrap/_bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 2529, ../sass/bootstrap/_bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2533, ../sass/bootstrap/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2537, ../sass/bootstrap/_bootstrap.scss */
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;
}

/* line 2544, ../sass/bootstrap/_bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-pattern{
  display: block;
  font-size: 14px;
  height: 30px;  
  padding: 6px 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2551, ../sass/bootstrap/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 3px;*/
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2569, ../sass/bootstrap/_bootstrap.scss */
.form-control:focus {
  border-color: var(--secondary-color);
  outline: 0;
}

/* line 2575, ../sass/bootstrap/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2579, ../sass/bootstrap/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2582, ../sass/bootstrap/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2585, ../sass/bootstrap/_bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2591, ../sass/bootstrap/_bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2595, ../sass/bootstrap/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2598, ../sass/bootstrap/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2602, ../sass/bootstrap/_bootstrap.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 2608, ../sass/bootstrap/_bootstrap.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 2618, ../sass/bootstrap/_bootstrap.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 2629, ../sass/bootstrap/_bootstrap.scss */
.form-group {
  margin: auto;
}

#pedido .form-group {
  margin-bottom: 2%;
}

/* line 2632, ../sass/bootstrap/_bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2639, ../sass/bootstrap/_bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2647, ../sass/bootstrap/_bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2655, ../sass/bootstrap/_bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2659, ../sass/bootstrap/_bootstrap.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2669, ../sass/bootstrap/_bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2674, ../sass/bootstrap/_bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2682, ../sass/bootstrap/_bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2688, ../sass/bootstrap/_bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2694, ../sass/bootstrap/_bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2700, ../sass/bootstrap/_bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2705, ../sass/bootstrap/_bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2712, ../sass/bootstrap/_bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2716, ../sass/bootstrap/_bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2720, ../sass/bootstrap/_bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2727, ../sass/bootstrap/_bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2731, ../sass/bootstrap/_bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2735, ../sass/bootstrap/_bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2742, ../sass/bootstrap/_bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2749, ../sass/bootstrap/_bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2753, ../sass/bootstrap/_bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2757, ../sass/bootstrap/_bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2764, ../sass/bootstrap/_bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2768, ../sass/bootstrap/_bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2772, ../sass/bootstrap/_bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2779, ../sass/bootstrap/_bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 2782, ../sass/bootstrap/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2785, ../sass/bootstrap/_bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 2797, ../sass/bootstrap/_bootstrap.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2804, ../sass/bootstrap/_bootstrap.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2811, ../sass/bootstrap/_bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2823, ../sass/bootstrap/_bootstrap.scss */
.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);
}

/* line 2828, ../sass/bootstrap/_bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2833, ../sass/bootstrap/_bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2838, ../sass/bootstrap/_bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2841, ../sass/bootstrap/_bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2853, ../sass/bootstrap/_bootstrap.scss */
.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);
}

/* line 2858, ../sass/bootstrap/_bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2863, ../sass/bootstrap/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2868, ../sass/bootstrap/_bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2871, ../sass/bootstrap/_bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: var(--secondary-color);
}

/* line 2883, ../sass/bootstrap/_bootstrap.scss */
.has-error .form-control {
  border-color: var(--secondary-color);
  -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);
}

/* line 2888, ../sass/bootstrap/_bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2893, ../sass/bootstrap/_bootstrap.scss */
.has-error .input-group-addon {
  color: var(--secondary-color);
  background-color: #c8e0b7;
  border-color: var(--secondary-color);
}

/* line 2898, ../sass/bootstrap/_bootstrap.scss */
.has-error .form-control-feedback {
  color: var(--secondary-color);
}

/* line 2901, ../sass/bootstrap/_bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2904, ../sass/bootstrap/_bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2907, ../sass/bootstrap/_bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2914, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2919, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2924, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2927, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2931, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2936, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2939, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2943, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2950, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2954, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2959, ../sass/bootstrap/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2963, ../sass/bootstrap/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2971, ../sass/bootstrap/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2975, ../sass/bootstrap/_bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2980, ../sass/bootstrap/_bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2986, ../sass/bootstrap/_bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2990, ../sass/bootstrap/_bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2996, ../sass/bootstrap/_bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3001, ../sass/bootstrap/_bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  /*border: 1px solid transparent;*/
  border: 0px solid transparent;
  /*border-radius: 4px;*/
  border-radius: 0px;
}

/* line 3022, ../sass/bootstrap/_bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3032, ../sass/bootstrap/_bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3038, ../sass/bootstrap/_bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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);
}

/* line 3045, ../sass/bootstrap/_bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3054, ../sass/bootstrap/_bootstrap.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3058, ../sass/bootstrap/_bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3063, ../sass/bootstrap/_bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3069, ../sass/bootstrap/_bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3074, ../sass/bootstrap/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3081, ../sass/bootstrap/_bootstrap.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3094, ../sass/bootstrap/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3099, ../sass/bootstrap/_bootstrap.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3120, ../sass/bootstrap/_bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3124, ../sass/bootstrap/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: var(--font-color);
  border-color: #2e6da4;
}

/* line 3129, ../sass/bootstrap/_bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3135, ../sass/bootstrap/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3140, ../sass/bootstrap/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3147, ../sass/bootstrap/_bootstrap.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3160, ../sass/bootstrap/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3165, ../sass/bootstrap/_bootstrap.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--font-color);
  border-color: #2e6da4;
}

/* line 3186, ../sass/bootstrap/_bootstrap.scss */
.btn-primary .badge {
  color: var(--font-color);
  background-color: #fff;
}

/* line 3190, ../sass/bootstrap/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3195, ../sass/bootstrap/_bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3201, ../sass/bootstrap/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3206, ../sass/bootstrap/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3213, ../sass/bootstrap/_bootstrap.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 3226, ../sass/bootstrap/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3231, ../sass/bootstrap/_bootstrap.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3252, ../sass/bootstrap/_bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3256, ../sass/bootstrap/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3261, ../sass/bootstrap/_bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3267, ../sass/bootstrap/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3272, ../sass/bootstrap/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3279, ../sass/bootstrap/_bootstrap.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3292, ../sass/bootstrap/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3297, ../sass/bootstrap/_bootstrap.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3318, ../sass/bootstrap/_bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3322, ../sass/bootstrap/_bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3327, ../sass/bootstrap/_bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3333, ../sass/bootstrap/_bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3338, ../sass/bootstrap/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3345, ../sass/bootstrap/_bootstrap.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3358, ../sass/bootstrap/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3363, ../sass/bootstrap/_bootstrap.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-cancel {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-cancel:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3384, ../sass/bootstrap/_bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3388, ../sass/bootstrap/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--secondary-color);
}

/* line 3393, ../sass/bootstrap/_bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* line 3399, ../sass/bootstrap/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* line 3404, ../sass/bootstrap/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--main-color);
}

/* line 3411, ../sass/bootstrap/_bootstrap.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* line 3424, ../sass/bootstrap/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3450, ../sass/bootstrap/_bootstrap.scss */
.btn-danger .badge {
  color: var(--main-color);
  background-color: #fff;
}

/* line 3454, ../sass/bootstrap/_bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: var(--font-color);
  border-radius: 0;
}

/* line 3459, ../sass/bootstrap/_bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3468, ../sass/bootstrap/_bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3474, ../sass/bootstrap/_bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: var(--font-color);
  text-decoration: underline;
  background-color: transparent;
}

/* line 3480, ../sass/bootstrap/_bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3487, ../sass/bootstrap/_bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3494, ../sass/bootstrap/_bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3501, ../sass/bootstrap/_bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3508, ../sass/bootstrap/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3512, ../sass/bootstrap/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3515, ../sass/bootstrap/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3520, ../sass/bootstrap/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3526, ../sass/bootstrap/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3529, ../sass/bootstrap/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 3532, ../sass/bootstrap/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 3535, ../sass/bootstrap/_bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3538, ../sass/bootstrap/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3541, ../sass/bootstrap/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3555, ../sass/bootstrap/_bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3566, ../sass/bootstrap/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3570, ../sass/bootstrap/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3573, ../sass/bootstrap/_bootstrap.scss */
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  /*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);
}

/* line 3595, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3599, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3605, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3614, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3620, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--font-color);
  outline: 0;
}

/* line 3628, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3633, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3641, ../sass/bootstrap/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3644, ../sass/bootstrap/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3647, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3651, ../sass/bootstrap/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3655, ../sass/bootstrap/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3663, ../sass/bootstrap/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3671, ../sass/bootstrap/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3675, ../sass/bootstrap/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3682, ../sass/bootstrap/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3689, ../sass/bootstrap/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 3693, ../sass/bootstrap/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 3698, ../sass/bootstrap/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3704, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3709, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3719, ../sass/bootstrap/_bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3725, ../sass/bootstrap/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3728, ../sass/bootstrap/_bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3733, ../sass/bootstrap/_bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3738, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3741, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3744, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3748, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3753, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3756, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3759, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3764, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3768, ../sass/bootstrap/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3772, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3776, ../sass/bootstrap/_bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3780, ../sass/bootstrap/_bootstrap.scss */
.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);
}

/* line 3784, ../sass/bootstrap/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3788, ../sass/bootstrap/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3791, ../sass/bootstrap/_bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3795, ../sass/bootstrap/_bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3798, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3806, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3809, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 3816, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3819, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3824, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

/* line 3829, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3832, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 3837, ../sass/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3841, ../sass/bootstrap/_bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3847, ../sass/bootstrap/_bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3853, ../sass/bootstrap/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3856, ../sass/bootstrap/_bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3859, ../sass/bootstrap/_bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3867, ../sass/bootstrap/_bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3872, ../sass/bootstrap/_bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3877, ../sass/bootstrap/_bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3884, ../sass/bootstrap/_bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3893, ../sass/bootstrap/_bootstrap.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3899, ../sass/bootstrap/_bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3907, ../sass/bootstrap/_bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3916, ../sass/bootstrap/_bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3922, ../sass/bootstrap/_bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3930, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3935, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 3940, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3946, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  /*border-radius: 4px;*/
  border-radius: 0px;
  cursor:default;
}

/* line 3957, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3962, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3967, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3971, ../sass/bootstrap/_bootstrap.scss */
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3981, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3984, ../sass/bootstrap/_bootstrap.scss */
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3994, ../sass/bootstrap/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3997, ../sass/bootstrap/_bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 4002, ../sass/bootstrap/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 4005, ../sass/bootstrap/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 4008, ../sass/bootstrap/_bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 4013, ../sass/bootstrap/_bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 4017, ../sass/bootstrap/_bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 4022, ../sass/bootstrap/_bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4027, ../sass/bootstrap/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 4031, ../sass/bootstrap/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 4036, ../sass/bootstrap/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4041, ../sass/bootstrap/_bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 4044, ../sass/bootstrap/_bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4051, ../sass/bootstrap/_bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: var(--font-color);
}

/* line 4057, ../sass/bootstrap/_bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4063, ../sass/bootstrap/_bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4066, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4069, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4073, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4079, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4082, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4091, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4095, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4098, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4102, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4107, ../sass/bootstrap/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4111, ../sass/bootstrap/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4115, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4119, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4125, ../sass/bootstrap/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4129, ../sass/bootstrap/_bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4135, ../sass/bootstrap/_bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4138, ../sass/bootstrap/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4141, ../sass/bootstrap/_bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4144, ../sass/bootstrap/_bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: var(--font-color);
}

/* line 4150, ../sass/bootstrap/_bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4153, ../sass/bootstrap/_bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4157, ../sass/bootstrap/_bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4160, ../sass/bootstrap/_bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4163, ../sass/bootstrap/_bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4167, ../sass/bootstrap/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4172, ../sass/bootstrap/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4176, ../sass/bootstrap/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4180, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4183, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4187, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4193, ../sass/bootstrap/_bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 4197, ../sass/bootstrap/_bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 4203, ../sass/bootstrap/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4206, ../sass/bootstrap/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4209, ../sass/bootstrap/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4214, ../sass/bootstrap/_bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4221, ../sass/bootstrap/_bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 4226, ../sass/bootstrap/_bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4230, ../sass/bootstrap/_bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 4239, ../sass/bootstrap/_bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4243, ../sass/bootstrap/_bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4249, ../sass/bootstrap/_bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4255, ../sass/bootstrap/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4258, ../sass/bootstrap/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4265, ../sass/bootstrap/_bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4270, ../sass/bootstrap/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4275, ../sass/bootstrap/_bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4283, ../sass/bootstrap/_bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4291, ../sass/bootstrap/_bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4296, ../sass/bootstrap/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4300, ../sass/bootstrap/_bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4308, ../sass/bootstrap/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4313, ../sass/bootstrap/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4317, ../sass/bootstrap/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4322, ../sass/bootstrap/_bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4329, ../sass/bootstrap/_bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4333, ../sass/bootstrap/_bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4337, ../sass/bootstrap/_bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4342, ../sass/bootstrap/_bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4354, ../sass/bootstrap/_bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4357, ../sass/bootstrap/_bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4363, ../sass/bootstrap/_bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4367, ../sass/bootstrap/_bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4371, ../sass/bootstrap/_bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4374, ../sass/bootstrap/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4380, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4390, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4394, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4397, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4403, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4407, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 4410, ../sass/bootstrap/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4415, ../sass/bootstrap/_bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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 (min-width: 768px) {
  /* line 4427, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4432, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4437, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4440, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4444, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4449, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4452, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4456, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4463, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4467, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4472, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4477, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4480, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4485, ../sass/bootstrap/_bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4496, ../sass/bootstrap/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4501, ../sass/bootstrap/_bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4508, ../sass/bootstrap/_bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4512, ../sass/bootstrap/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4516, ../sass/bootstrap/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4520, ../sass/bootstrap/_bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4525, ../sass/bootstrap/_bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4532, ../sass/bootstrap/_bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 4535, ../sass/bootstrap/_bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4539, ../sass/bootstrap/_bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4543, ../sass/bootstrap/_bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4547, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4550, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4555, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4558, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4561, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4566, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 4572, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 4578, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4581, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4585, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4588, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4592, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4599, ../sass/bootstrap/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 4602, ../sass/bootstrap/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 4607, ../sass/bootstrap/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 4613, ../sass/bootstrap/_bootstrap.scss */
  .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;
  }
}
/* line 4620, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4623, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4626, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4629, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4633, ../sass/bootstrap/_bootstrap.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4639, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4643, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4646, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4651, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4654, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4657, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4662, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4668, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 4674, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4677, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4681, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4684, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4688, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4695, ../sass/bootstrap/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 4698, ../sass/bootstrap/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 4701, ../sass/bootstrap/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 4704, ../sass/bootstrap/_bootstrap.scss */
  .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;
  }

  /* line 4709, ../sass/bootstrap/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 4715, ../sass/bootstrap/_bootstrap.scss */
  .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;
  }
}
/* line 4722, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4725, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4728, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4731, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4735, ../sass/bootstrap/_bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4741, ../sass/bootstrap/_bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4748, ../sass/bootstrap/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4751, ../sass/bootstrap/_bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4756, ../sass/bootstrap/_bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4759, ../sass/bootstrap/_bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  /*border-radius: 4px;*/
  border-radius: 0px;
}

/* line 4765, ../sass/bootstrap/_bootstrap.scss */
.pagination > li {
  display: inline;
  border-radius: 0px;
}

/* line 4768, ../sass/bootstrap/_bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--font-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}

/* line 4780, ../sass/bootstrap/_bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-radius: 0px;
}

/* line 4786, ../sass/bootstrap/_bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-radius: 0px;
}

/* line 4791, ../sass/bootstrap/_bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
  border-radius: 0px;
}

/* line 4800, ../sass/bootstrap/_bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  border-radius: 0px;
}

/* line 4812, ../sass/bootstrap/_bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0px;
}

/* line 4823, ../sass/bootstrap/_bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

/* line 4829, ../sass/bootstrap/_bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-radius: 0px;
}

/* line 4834, ../sass/bootstrap/_bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-radius: 0px;
}

/* line 4839, ../sass/bootstrap/_bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

/* line 4845, ../sass/bootstrap/_bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 0px;
}

/* line 4850, ../sass/bootstrap/_bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-radius: 0px;
}

/* line 4855, ../sass/bootstrap/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4861, ../sass/bootstrap/_bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4864, ../sass/bootstrap/_bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4872, ../sass/bootstrap/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4877, ../sass/bootstrap/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4881, ../sass/bootstrap/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4885, ../sass/bootstrap/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4893, ../sass/bootstrap/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4905, ../sass/bootstrap/_bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4911, ../sass/bootstrap/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4914, ../sass/bootstrap/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4918, ../sass/bootstrap/_bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 4921, ../sass/bootstrap/_bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4925, ../sass/bootstrap/_bootstrap.scss */
.label-primary {
  background-color: var(--font-color);
}

/* line 4928, ../sass/bootstrap/_bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4932, ../sass/bootstrap/_bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4935, ../sass/bootstrap/_bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4939, ../sass/bootstrap/_bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4942, ../sass/bootstrap/_bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4946, ../sass/bootstrap/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4949, ../sass/bootstrap/_bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4953, ../sass/bootstrap/_bootstrap.scss */
.label-danger {
  background-color: var(--main-color);
}

/* line 4956, ../sass/bootstrap/_bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: var(--secondary-color);
}

/* line 4960, ../sass/bootstrap/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4974, ../sass/bootstrap/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4977, ../sass/bootstrap/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4981, ../sass/bootstrap/_bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4986, ../sass/bootstrap/_bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4992, ../sass/bootstrap/_bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--font-color);
  background-color: #fff;
}

/* line 4997, ../sass/bootstrap/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5000, ../sass/bootstrap/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5003, ../sass/bootstrap/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5006, ../sass/bootstrap/_bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 5013, ../sass/bootstrap/_bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 5017, ../sass/bootstrap/_bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 5022, ../sass/bootstrap/_bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5025, ../sass/bootstrap/_bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 5029, ../sass/bootstrap/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 5033, ../sass/bootstrap/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 5037, ../sass/bootstrap/_bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 5042, ../sass/bootstrap/_bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5047, ../sass/bootstrap/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5059, ../sass/bootstrap/_bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5064, ../sass/bootstrap/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--font-color);
}

/* line 5069, ../sass/bootstrap/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5073, ../sass/bootstrap/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  border-radius: 0px;
}

/* line 5079, ../sass/bootstrap/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5083, ../sass/bootstrap/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5086, ../sass/bootstrap/_bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5090, ../sass/bootstrap/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5093, ../sass/bootstrap/_bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5097, ../sass/bootstrap/_bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5104, ../sass/bootstrap/_bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5109, ../sass/bootstrap/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5112, ../sass/bootstrap/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5115, ../sass/bootstrap/_bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5120, ../sass/bootstrap/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5123, ../sass/bootstrap/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5126, ../sass/bootstrap/_bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5131, ../sass/bootstrap/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5134, ../sass/bootstrap/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5137, ../sass/bootstrap/_bootstrap.scss */
.alert-danger {
  color: #FFFFFF;
  background-color: var(--secondary-color);
  border-color: var(--main-color);
}

/* line 5142, ../sass/bootstrap/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5145, ../sass/bootstrap/_bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5172, ../sass/bootstrap/_bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5181, ../sass/bootstrap/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: var(--font-color);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5196, ../sass/bootstrap/_bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5204, ../sass/bootstrap/_bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5210, ../sass/bootstrap/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5213, ../sass/bootstrap/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5218, ../sass/bootstrap/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5221, ../sass/bootstrap/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5226, ../sass/bootstrap/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5229, ../sass/bootstrap/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5234, ../sass/bootstrap/_bootstrap.scss */
.progress-bar-danger {
  background-color: var(--main-color);
}

/* line 5237, ../sass/bootstrap/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5242, ../sass/bootstrap/_bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 5245, ../sass/bootstrap/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5248, ../sass/bootstrap/_bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5253, ../sass/bootstrap/_bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 5256, ../sass/bootstrap/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 5259, ../sass/bootstrap/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5262, ../sass/bootstrap/_bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5266, ../sass/bootstrap/_bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5270, ../sass/bootstrap/_bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5276, ../sass/bootstrap/_bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5279, ../sass/bootstrap/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5282, ../sass/bootstrap/_bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5286, ../sass/bootstrap/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5290, ../sass/bootstrap/_bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5294, ../sass/bootstrap/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5302, ../sass/bootstrap/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5306, ../sass/bootstrap/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5311, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5315, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5319, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5327, ../sass/bootstrap/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5331, ../sass/bootstrap/_bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5338, ../sass/bootstrap/_bootstrap.scss */
.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;
}

/* line 5343, ../sass/bootstrap/_bootstrap.scss */
.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: #777;
}

/* line 5348, ../sass/bootstrap/_bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--font-color);
  border-color: var(--font-color);
}

/* line 5356, ../sass/bootstrap/_bootstrap.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5367, ../sass/bootstrap/_bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5372, ../sass/bootstrap/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5376, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5380, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5384, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5391, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5401, ../sass/bootstrap/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5405, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5409, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5413, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #3c763d;
}

/* line 5420, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #3c763d;
}

/* line 5430, ../sass/bootstrap/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5434, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5438, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5442, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5449, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5459, ../sass/bootstrap/_bootstrap.scss */
.list-group-item-danger {
  color: var(--secondary-color);
  background-color: #c8e0b7;
}

/* line 5463, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: var(--secondary-color);
}

/* line 5467, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5471, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: var(--secondary-color);
  background-color: #ebcccc;
}

/* line 5478, ../sass/bootstrap/_bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--secondary-color);
}

/* line 5488, ../sass/bootstrap/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5492, ../sass/bootstrap/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5496, ../sass/bootstrap/_bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5504, ../sass/bootstrap/_bootstrap.scss */
.panel-body {
  padding: 15px;
  text-align: left;
}

.hidden-form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  row-gap: 1em;
}

#panel-body-extrato-us > .row{
  display: grid;
  row-gap: 3em;
}

#panel-body > div {
    overflow-x: scroll;
    height: auto;
}

#extratoUs_paginate{
  display: flex;
  justify-content: center;
}

/* line 5507, ../sass/bootstrap/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  /*border-top-left-radius: 3px;*/
  border-top-left-radius: 0px;
  /*border-top-right-radius: 3px;*/
  border-top-right-radius: 0px;
  border-radius: 0px;
}

/* line 5513, ../sass/bootstrap/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5516, ../sass/bootstrap/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5522, ../sass/bootstrap/_bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5529, ../sass/bootstrap/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5536, ../sass/bootstrap/_bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5540, ../sass/bootstrap/_bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5545, ../sass/bootstrap/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5551, ../sass/bootstrap/_bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5557, ../sass/bootstrap/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5561, ../sass/bootstrap/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5564, ../sass/bootstrap/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5567, ../sass/bootstrap/_bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5572, ../sass/bootstrap/_bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5578, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5583, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5590, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5600, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5610, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5615, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5622, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5632, ../sass/bootstrap/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5642, ../sass/bootstrap/_bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5648, ../sass/bootstrap/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5652, ../sass/bootstrap/_bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5656, ../sass/bootstrap/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5670, ../sass/bootstrap/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5684, ../sass/bootstrap/_bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5694, ../sass/bootstrap/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5704, ../sass/bootstrap/_bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5708, ../sass/bootstrap/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5711, ../sass/bootstrap/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5715, ../sass/bootstrap/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5718, ../sass/bootstrap/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5721, ../sass/bootstrap/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5725, ../sass/bootstrap/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5728, ../sass/bootstrap/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5731, ../sass/bootstrap/_bootstrap.scss */
.panel-default {
  border-color: var(--secondary-color);
  
}

/* line 5734, ../sass/bootstrap/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #FFF;
  font-weight:bold;
  background-color: var(--secondary-color);
  border-color: #ddd;
}

/* line 5739, ../sass/bootstrap/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5742, ../sass/bootstrap/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5746, ../sass/bootstrap/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5749, ../sass/bootstrap/_bootstrap.scss */
.panel-primary {
  border-color: var(--font-color);
}

/* line 5752, ../sass/bootstrap/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: var(--font-color);
  border-color: var(--font-color);
}

/* line 5757, ../sass/bootstrap/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--font-color);
}

/* line 5760, ../sass/bootstrap/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: var(--font-color);
  background-color: #fff;
}

/* line 5764, ../sass/bootstrap/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: var(--font-color);
}

/* line 5767, ../sass/bootstrap/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5770, ../sass/bootstrap/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5775, ../sass/bootstrap/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5778, ../sass/bootstrap/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5782, ../sass/bootstrap/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5785, ../sass/bootstrap/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5788, ../sass/bootstrap/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5793, ../sass/bootstrap/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5796, ../sass/bootstrap/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5800, ../sass/bootstrap/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5803, ../sass/bootstrap/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5806, ../sass/bootstrap/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5811, ../sass/bootstrap/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5814, ../sass/bootstrap/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5818, ../sass/bootstrap/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5821, ../sass/bootstrap/_bootstrap.scss */
.panel-danger {
  border-color: #a8cf8e;
}

/* line 5824, ../sass/bootstrap/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: var(--secondary-color);
  background-color: #c8e0b7;
  border-color: #a8cf8e;
}

/* line 5829, ../sass/bootstrap/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a8cf8e;
}

/* line 5832, ../sass/bootstrap/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #c8e0b7;
  background-color: var(--secondary-color);
}

/* line 5836, ../sass/bootstrap/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a8cf8e;
}

/* line 5839, ../sass/bootstrap/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5846, ../sass/bootstrap/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5859, ../sass/bootstrap/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5862, ../sass/bootstrap/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5865, ../sass/bootstrap/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  /*border-radius: 4px;*/
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5875, ../sass/bootstrap/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5879, ../sass/bootstrap/_bootstrap.scss */
.well-lg {
  padding: 24px;
  /*border-radius: 6px;*/
  border-radius: 0px;
}

/* line 5883, ../sass/bootstrap/_bootstrap.scss */
.well-sm {
  padding: 9px;
  /*border-radius: 3px;*/
  border-radius: 0px;
}

/* line 5887, ../sass/bootstrap/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}

/* line 5897, ../sass/bootstrap/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5905, ../sass/bootstrap/_bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5912, ../sass/bootstrap/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5915, ../sass/bootstrap/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  border-radius:0px;
}

/* line 5927, ../sass/bootstrap/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  border-radius:0px;
}

/* line 5936, ../sass/bootstrap/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius:0px;
}

/* line 5942, ../sass/bootstrap/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  border-radius:0px;
  width: 100vw;
}

/* line 5946, ../sass/bootstrap/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  border-radius:0px;
}

/* line 5951, ../sass/bootstrap/_bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*border-radius: 6px;*/
  border-radius:0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5963, ../sass/bootstrap/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  border-radius:0px;
}

/* line 5972, ../sass/bootstrap/_bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius:0px;
}

/* line 5976, ../sass/bootstrap/_bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  border-radius:0px;
}

/* line 5980, ../sass/bootstrap/_bootstrap.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5985, ../sass/bootstrap/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
  color: white;
}

/* line 5988, ../sass/bootstrap/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  border-radius:0px;
}

/* line 5992, ../sass/bootstrap/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
  border-radius:0px;
}

/* line 5996, ../sass/bootstrap/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  border-radius:0px;
}

/* line 6001, ../sass/bootstrap/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
  border-radius:0px;
}

/* line 6005, ../sass/bootstrap/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
  border-radius:0px;
}

/* line 6008, ../sass/bootstrap/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
  border-radius:0px;
}

/* line 6011, ../sass/bootstrap/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
  border-radius:0px;
}

@media (min-width: 768px) {
  /* line 6019, ../sass/bootstrap/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
	border-radius:0px;
  }

  /* line 6023, ../sass/bootstrap/_bootstrap.scss */
  .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);
	border-radius:0px;
  }

  /* line 6027, ../sass/bootstrap/_bootstrap.scss */
  .modal-sm {
    width: 300px;
	border-radius:0px;
  }
}
@media (min-width: 992px) {
  /* line 6032, ../sass/bootstrap/_bootstrap.scss */
  .modal-lg {
    width: 900px !important;
	  border-radius:0px;
  }
}
/* line 6036, ../sass/bootstrap/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6060, ../sass/bootstrap/_bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6064, ../sass/bootstrap/_bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6068, ../sass/bootstrap/_bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6072, ../sass/bootstrap/_bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6076, ../sass/bootstrap/_bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6080, ../sass/bootstrap/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6088, ../sass/bootstrap/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6095, ../sass/bootstrap/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6102, ../sass/bootstrap/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6109, ../sass/bootstrap/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6116, ../sass/bootstrap/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6123, ../sass/bootstrap/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6130, ../sass/bootstrap/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6137, ../sass/bootstrap/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6144, ../sass/bootstrap/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6151, ../sass/bootstrap/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
  line-break: auto;
}

/* line 6185, ../sass/bootstrap/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6188, ../sass/bootstrap/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6191, ../sass/bootstrap/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6194, ../sass/bootstrap/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6197, ../sass/bootstrap/_bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6205, ../sass/bootstrap/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6208, ../sass/bootstrap/_bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6217, ../sass/bootstrap/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6220, ../sass/bootstrap/_bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6224, ../sass/bootstrap/_bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6232, ../sass/bootstrap/_bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6239, ../sass/bootstrap/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6247, ../sass/bootstrap/_bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6254, ../sass/bootstrap/_bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6262, ../sass/bootstrap/_bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6269, ../sass/bootstrap/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6277, ../sass/bootstrap/_bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6284, ../sass/bootstrap/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6287, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6292, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6299, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6304, ../sass/bootstrap/_bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 6314, ../sass/bootstrap/_bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6320, ../sass/bootstrap/_bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6326, ../sass/bootstrap/_bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6334, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6339, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6342, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6348, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6351, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6354, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6358, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6361, ../sass/bootstrap/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6364, ../sass/bootstrap/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6377, ../sass/bootstrap/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6385, ../sass/bootstrap/_bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6395, ../sass/bootstrap/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6403, ../sass/bootstrap/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6413, ../sass/bootstrap/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6418, ../sass/bootstrap/_bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6423, ../sass/bootstrap/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6430, ../sass/bootstrap/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6433, ../sass/bootstrap/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6436, ../sass/bootstrap/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6447, ../sass/bootstrap/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6459, ../sass/bootstrap/_bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6465, ../sass/bootstrap/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6477, ../sass/bootstrap/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6481, ../sass/bootstrap/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 6490, ../sass/bootstrap/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 6494, ../sass/bootstrap/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 6498, ../sass/bootstrap/_bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6503, ../sass/bootstrap/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }

  @media screen and (max-width: 900px) {
    /* PEDIDO CRÉDITO DEP. */
    #pedido-depart #input-vl-todosfunc{
      display: grid;
      grid-template-columns: 80% 20%;
      grid-template-rows: 1fr 1fr;
      align-items: center;
      justify-content: center;
      column-gap: 1%;
    }
    #input-vl-todosfunc > span:first-child{
      width: auto;
      grid-column-end: span 2;
    }
    #input-vl-todosfunc > span:first-child > span{
      min-height: auto;
      white-space: pre-wrap;
    }
    /*  */
  }
}
/* line 6507, ../sass/bootstrap/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
  border-radius:0px;
}

/* line 6540, ../sass/bootstrap/_bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
  border-radius:0px;
}

/* line 6557, ../sass/bootstrap/_bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6562, ../sass/bootstrap/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6565, ../sass/bootstrap/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6568, ../sass/bootstrap/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6571, ../sass/bootstrap/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 6574, ../sass/bootstrap/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6577, ../sass/bootstrap/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6584, ../sass/bootstrap/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 6587, ../sass/bootstrap/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6593, ../sass/bootstrap/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6599, ../sass/bootstrap/_bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6614, ../sass/bootstrap/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6617, ../sass/bootstrap/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 6620, ../sass/bootstrap/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6623, ../sass/bootstrap/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6629, ../sass/bootstrap/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6634, ../sass/bootstrap/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6639, ../sass/bootstrap/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6644, ../sass/bootstrap/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6647, ../sass/bootstrap/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6650, ../sass/bootstrap/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6653, ../sass/bootstrap/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6659, ../sass/bootstrap/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6664, ../sass/bootstrap/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6669, ../sass/bootstrap/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6674, ../sass/bootstrap/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6677, ../sass/bootstrap/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6680, ../sass/bootstrap/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6683, ../sass/bootstrap/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6689, ../sass/bootstrap/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6694, ../sass/bootstrap/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6699, ../sass/bootstrap/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6704, ../sass/bootstrap/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6707, ../sass/bootstrap/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6710, ../sass/bootstrap/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6713, ../sass/bootstrap/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6719, ../sass/bootstrap/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6724, ../sass/bootstrap/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6729, ../sass/bootstrap/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6734, ../sass/bootstrap/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6739, ../sass/bootstrap/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6744, ../sass/bootstrap/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6749, ../sass/bootstrap/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6753, ../sass/bootstrap/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6757, ../sass/bootstrap/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6760, ../sass/bootstrap/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6763, ../sass/bootstrap/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6766, ../sass/bootstrap/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6771, ../sass/bootstrap/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6775, ../sass/bootstrap/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6779, ../sass/bootstrap/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6783, ../sass/bootstrap/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6787, ../sass/bootstrap/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6791, ../sass/bootstrap/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6796, ../sass/bootstrap/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 2, ../sass/menu/_menu.scss */

#txt-entrega
{
	background-color: #FFFFFF;
}

#navbar-top-align
{
	margin-bottom:15px;
}

#titulo{
	font-weight:bold;
	font-style:italic;
	color:#9D9EA1;
}

#link:link{
    text-decoration:underline;
	color:#797979;
}

#link:visited{
	text-decoration:underline;
	color: var(--main-color);
}


#link:hover{
	text-decoration:underline;
    color: #81B441;
}


#link:active{
    text-decoration:underline;
	color: #81B441;
}

#tp{
	border-radius:0px;
}

#cod{
	border-radius:0px;
}

#senha{
	border-radius:0px;
  display: inline;
}

#olho{
  display: inline;
  margin-left: -3em;
}

#btn-login{
	border-radius:0px;
}

.modal-content{
	  border-radius:0px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border:0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*box-sizing: border-box;*/
}

#cssmenu ul {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
#cssmenu ul li a{
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

#cssmenu ul li ul{
  display: block;
}

/* line 18, ../sass/menu/_menu.scss */
#cssmenu #menu-button {
  display: none;
}


/* line 27, ../sass/menu/_menu.scss */
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* line 42, ../sass/menu/_menu.scss */
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

/* line 46, ../sass/menu/_menu.scss */
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu ul > li > ul > li{
	border:0px;
}

/* line 50, ../sass/menu/_menu.scss */
#cssmenu.align-center ul ul {
  text-align: left;
}

/* line 53, ../sass/menu/_menu.scss */
#cssmenu.align-right > ul > li {
  float: right;
}

/* line 56, ../sass/menu/_menu.scss */
#cssmenu.align-right ul ul {
  text-align: right;
}

/* line 59, ../sass/menu/_menu.scss */
#cssmenu > ul > li > a {
  padding: 6%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

/* line 71, ../sass/menu/_menu.scss */
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}

/* line 75, ../sass/menu/_menu.scss */
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

/* line 78, ../sass/menu/_menu.scss */
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/* line 98, ../sass/menu/_menu.scss */
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}

/* line 101, ../sass/menu/_menu.scss */
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

/* line 105, ../sass/menu/_menu.scss */
#cssmenu li:hover > ul {
  left: auto;
}

/* line 108, ../sass/menu/_menu.scss */
#cssmenu.align-right li:hover > ul {
  right: 0;
}

/* line 111, ../sass/menu/_menu.scss */
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

/* line 115, ../sass/menu/_menu.scss */
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

/* line 119, ../sass/menu/_menu.scss */
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

/* line 127, ../sass/menu/_menu.scss */
#cssmenu ul li:hover > ul > li {
  height: 32px;
}

/* line 130, ../sass/menu/_menu.scss */
#cssmenu ul ul li a {
  padding: 5%;
  word-break: break-word;
  font-size: 0.8em;
  background: var(--main-color);
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

/* line 143, ../sass/menu/_menu.scss */
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

/* line 147, ../sass/menu/_menu.scss */
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/* line 167, ../sass/menu/_menu.scss */
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

/* line 175, ../sass/menu/_menu.scss */
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/* line 178, ../sass/menu/_menu.scss */
#cssmenu.small-screen {
  width: 100%;
}

/* line 181, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}

/* line 185, ../sass/menu/_menu.scss */
#cssmenu.small-screen.align-center > ul,
#cssmenu.small-screen.align-right ul ul {
  text-align: left;
}

/* line 189, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul li,
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen ul li:hover > ul > li {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(120, 120, 120, 0.15);
}

/* line 196, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
}

/* line 200, ../sass/menu/_menu.scss */
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li,
#cssmenu.small-screen.align-right > ul > li {
  float: none;
  display: block;
}

/* line 206, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul ul li a {
  padding: 20px 20px 20px 30px;
  font-size: 12px;
  color: #000000;
  background: none;
}

/* line 212, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li a:hover {
  color: #000000;
}

/* line 216, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul ul ul li a {
  padding-left: 40px;
}

/* line 219, ../sass/menu/_menu.scss */
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul {
  position: relative;
  left: 0;
  right: auto;
  width: 100%;
  margin: 0;
}

/* line 227, ../sass/menu/_menu.scss */
#cssmenu.small-screen > ul > li.has-sub > a::after,
#cssmenu.small-screen ul ul li.has-sub > a::after {
  display: none;
}

/* line 231, ../sass/menu/_menu.scss */
#cssmenu.small-screen #menu-line {
  display: none;
}

/* line 234, ../sass/menu/_menu.scss */
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 20px;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 242, ../sass/menu/_menu.scss */
#cssmenu.small-screen #menu-button::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 15px;
  height: 2px;
  background: #000000;
}

/* line 252, ../sass/menu/_menu.scss */
#cssmenu.small-screen #menu-button::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 15px;
  height: 3px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

/* line 263, ../sass/menu/_menu.scss */
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.15);
  height: 52px;
  width: 52px;
  cursor: pointer;
}

/* line 274, ../sass/menu/_menu.scss */
#cssmenu.small-screen .submenu-button::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 26px;
  display: block;
  width: 1px;
  height: 11px;
  background: #000000;
  z-index: 99;
}

/* line 285, ../sass/menu/_menu.scss */
#cssmenu.small-screen .submenu-button::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 26px;
  display: block;
  width: 11px;
  height: 1px;
  background: #000000;
  z-index: 99;
}

/* line 296, ../sass/menu/_menu.scss */
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  display: none;
}

/* line 299, ../sass/menu/_menu.scss */
#cssmenu.small-screen.select-list {
  padding: 5px;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.2.2");
  src: url("../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.ttf?v=2.2.2") format("truetype"), url("../fonts/Simple-Line-Icons.woff2?v=2.2.2") format("woff2"), url("../fonts/Simple-Line-Icons.woff?v=2.2.2") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.panel-default
{
	border-radius:0px;
	text-align:center
}

/* line 22, ../sass/icones/_simple-line-icons.scss */
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-close, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawar, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symble-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-gplus, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 219, ../sass/icones/_simple-line-icons.scss */
.icon-user:before {
  content: "\e005";
}

/* line 223, ../sass/icones/_simple-line-icons.scss */
.icon-people:before {
  content: "\e001";
}

/* line 227, ../sass/icones/_simple-line-icons.scss */
.icon-user-female:before {
  content: "\e000";
}

/* line 231, ../sass/icones/_simple-line-icons.scss */
.icon-user-follow:before {
  content: "\e002";
}

/* line 235, ../sass/icones/_simple-line-icons.scss */
.icon-user-following:before {
  content: "\e003";
}

/* line 239, ../sass/icones/_simple-line-icons.scss */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 243, ../sass/icones/_simple-line-icons.scss */
.icon-login:before {
  content: "\e066";
}

/* line 247, ../sass/icones/_simple-line-icons.scss */
.icon-logout:before {
  content: "\e065";
}

/* line 251, ../sass/icones/_simple-line-icons.scss */
.icon-emotsmile:before {
  content: "\e021";
}

/* line 255, ../sass/icones/_simple-line-icons.scss */
.icon-phone:before {
  content: "\e600";
}

/* line 259, ../sass/icones/_simple-line-icons.scss */
.icon-call-end:before {
  content: "\e048";
}

/* line 263, ../sass/icones/_simple-line-icons.scss */
.icon-call-in:before {
  content: "\e047";
}

/* line 267, ../sass/icones/_simple-line-icons.scss */
.icon-call-out:before {
  content: "\e046";
}

/* line 271, ../sass/icones/_simple-line-icons.scss */
.icon-map:before {
  content: "\e033";
}

/* line 275, ../sass/icones/_simple-line-icons.scss */
.icon-location-pin:before {
  content: "\e096";
}

/* line 279, ../sass/icones/_simple-line-icons.scss */
.icon-direction:before {
  content: "\e042";
}

/* line 283, ../sass/icones/_simple-line-icons.scss */
.icon-directions:before {
  content: "\e041";
}

/* line 287, ../sass/icones/_simple-line-icons.scss */
.icon-compass:before {
  content: "\e045";
}

/* line 291, ../sass/icones/_simple-line-icons.scss */
.icon-layers:before {
  content: "\e034";
}

/* line 295, ../sass/icones/_simple-line-icons.scss */
.icon-menu:before {
  content: "\e601";
}

/* line 299, ../sass/icones/_simple-line-icons.scss */
.icon-list:before {
  content: "\e067";
}

/* line 303, ../sass/icones/_simple-line-icons.scss */
.icon-options-vertical:before {
  content: "\e602";
}

/* line 307, ../sass/icones/_simple-line-icons.scss */
.icon-options:before {
  content: "\e603";
}

/* line 311, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 315, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-left:before {
  content: "\e605";
}

/* line 319, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-right:before {
  content: "\e606";
}

/* line 323, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-up:before {
  content: "\e607";
}

/* line 327, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-up-circle:before {
  content: "\e078";
}

/* line 331, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-left-circle:before {
  content: "\e07a";
}

/* line 335, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-right-circle:before {
  content: "\e079";
}

/* line 339, ../sass/icones/_simple-line-icons.scss */
.icon-arrow-down-circle:before {
  content: "\e07b";
}

/* line 343, ../sass/icones/_simple-line-icons.scss */
.icon-check:before {
  content: "\e080";
}

/* line 347, ../sass/icones/_simple-line-icons.scss */
.icon-clock:before {
  content: "\e081";
}

/* line 351, ../sass/icones/_simple-line-icons.scss */
.icon-plus:before {
  content: "\e095";
}

/* line 355, ../sass/icones/_simple-line-icons.scss */
.icon-close:before {
  content: "\e082";
}

/* line 359, ../sass/icones/_simple-line-icons.scss */
.icon-trophy:before {
  content: "\e006";
}

/* line 363, ../sass/icones/_simple-line-icons.scss */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 367, ../sass/icones/_simple-line-icons.scss */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 371, ../sass/icones/_simple-line-icons.scss */
.icon-plane:before {
  content: "\e012";
}

/* line 375, ../sass/icones/_simple-line-icons.scss */
.icon-notebook:before {
  content: "\e013";
}

/* line 379, ../sass/icones/_simple-line-icons.scss */
.icon-mustache:before {
  content: "\e014";
}

/* line 383, ../sass/icones/_simple-line-icons.scss */
.icon-mouse:before {
  content: "\e015";
}

/* line 387, ../sass/icones/_simple-line-icons.scss */
.icon-magnet:before {
  content: "\e016";
}

/* line 391, ../sass/icones/_simple-line-icons.scss */
.icon-energy:before {
  content: "\e020";
}

/* line 395, ../sass/icones/_simple-line-icons.scss */
.icon-disc:before {
  content: "\e022";
}

/* line 399, ../sass/icones/_simple-line-icons.scss */
.icon-cursor:before {
  content: "\e06e";
}

/* line 403, ../sass/icones/_simple-line-icons.scss */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 407, ../sass/icones/_simple-line-icons.scss */
.icon-crop:before {
  content: "\e024";
}

/* line 411, ../sass/icones/_simple-line-icons.scss */
.icon-chemistry:before {
  content: "\e026";
}

/* line 415, ../sass/icones/_simple-line-icons.scss */
.icon-speedometer:before {
  content: "\e007";
}

/* line 419, ../sass/icones/_simple-line-icons.scss */
.icon-shield:before {
  content: "\e00e";
}

/* line 423, ../sass/icones/_simple-line-icons.scss */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 427, ../sass/icones/_simple-line-icons.scss */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 431, ../sass/icones/_simple-line-icons.scss */
.icon-hourglass:before {
  content: "\e018";
}

/* line 435, ../sass/icones/_simple-line-icons.scss */
.icon-graduation:before {
  content: "\e019";
}

/* line 439, ../sass/icones/_simple-line-icons.scss */
.icon-ghost:before {
  content: "\e01a";
}

/* line 443, ../sass/icones/_simple-line-icons.scss */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 447, ../sass/icones/_simple-line-icons.scss */
.icon-fire:before {
  content: "\e01c";
}

/* line 451, ../sass/icones/_simple-line-icons.scss */
.icon-eyeglass:before {
  content: "\e01d";
}

/* line 455, ../sass/icones/_simple-line-icons.scss */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 459, ../sass/icones/_simple-line-icons.scss */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 463, ../sass/icones/_simple-line-icons.scss */
.icon-bell:before {
  content: "\e027";
}

/* line 467, ../sass/icones/_simple-line-icons.scss */
.icon-badge:before {
  content: "\e028";
}

/* line 471, ../sass/icones/_simple-line-icons.scss */
.icon-anchor:before {
  content: "\e029";
}

/* line 475, ../sass/icones/_simple-line-icons.scss */
.icon-wallet:before {
  content: "\e02a";
}

/* line 479, ../sass/icones/_simple-line-icons.scss */
.icon-vector:before {
  content: "\e02b";
}

/* line 483, ../sass/icones/_simple-line-icons.scss */
.icon-speech:before {
  content: "\e02c";
}

/* line 487, ../sass/icones/_simple-line-icons.scss */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 491, ../sass/icones/_simple-line-icons.scss */
.icon-printer:before {
  content: "\e02e";
}

/* line 495, ../sass/icones/_simple-line-icons.scss */
.icon-present:before {
  content: "\e02f";
}

/* line 499, ../sass/icones/_simple-line-icons.scss */
.icon-playlist:before {
  content: "\e030";
}

/* line 503, ../sass/icones/_simple-line-icons.scss */
.icon-pin:before {
  content: "\e031";
}

/* line 507, ../sass/icones/_simple-line-icons.scss */
.icon-picture:before {
  content: "\e032";
}

/* line 511, ../sass/icones/_simple-line-icons.scss */
.icon-handbag:before {
  content: "\e035";
}

/* line 515, ../sass/icones/_simple-line-icons.scss */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 519, ../sass/icones/_simple-line-icons.scss */
.icon-globe:before {
  content: "\e037";
}

/* line 523, ../sass/icones/_simple-line-icons.scss */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 527, ../sass/icones/_simple-line-icons.scss */
.icon-folder:before {
  content: "\e089";
}

/* line 531, ../sass/icones/_simple-line-icons.scss */
.icon-film:before {
  content: "\e03a";
}

/* line 535, ../sass/icones/_simple-line-icons.scss */
.icon-feed:before {
  content: "\e03b";
}

/* line 539, ../sass/icones/_simple-line-icons.scss */
.icon-drop:before {
  content: "\e03e";
}

/* line 543, ../sass/icones/_simple-line-icons.scss */
.icon-drawar:before {
  content: "\e03f";
}

/* line 547, ../sass/icones/_simple-line-icons.scss */
.icon-docs:before {
  content: "\e040";
}

/* line 551, ../sass/icones/_simple-line-icons.scss */
.icon-doc:before {
  content: "\e085";
}

/* line 555, ../sass/icones/_simple-line-icons.scss */
.icon-diamond:before {
  content: "\e043";
}

/* line 559, ../sass/icones/_simple-line-icons.scss */
.icon-cup:before {
  content: "\e044";
}

/* line 563, ../sass/icones/_simple-line-icons.scss */
.icon-calculator:before {
  content: "\e049";
}

/* line 567, ../sass/icones/_simple-line-icons.scss */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 571, ../sass/icones/_simple-line-icons.scss */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 575, ../sass/icones/_simple-line-icons.scss */
.icon-book-open:before {
  content: "\e04c";
}

/* line 579, ../sass/icones/_simple-line-icons.scss */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 583, ../sass/icones/_simple-line-icons.scss */
.icon-basket:before {
  content: "\e04e";
}

/* line 587, ../sass/icones/_simple-line-icons.scss */
.icon-bag:before {
  content: "\e04f";
}

/* line 591, ../sass/icones/_simple-line-icons.scss */
.icon-action-undo:before {
  content: "\e050";
}

/* line 595, ../sass/icones/_simple-line-icons.scss */
.icon-action-redo:before {
  content: "\e051";
}

/* line 599, ../sass/icones/_simple-line-icons.scss */
.icon-wrench:before {
  content: "\e052";
}

/* line 603, ../sass/icones/_simple-line-icons.scss */
.icon-umbrella:before {
  content: "\e053";
}

/* line 607, ../sass/icones/_simple-line-icons.scss */
.icon-trash:before {
  content: "\e054";
}

/* line 611, ../sass/icones/_simple-line-icons.scss */
.icon-tag:before {
  content: "\e055";
}

/* line 615, ../sass/icones/_simple-line-icons.scss */
.icon-support:before {
  content: "\e056";
}

/* line 619, ../sass/icones/_simple-line-icons.scss */
.icon-frame:before {
  content: "\e038";
}

/* line 623, ../sass/icones/_simple-line-icons.scss */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 627, ../sass/icones/_simple-line-icons.scss */
.icon-size-actual:before {
  content: "\e058";
}

/* line 631, ../sass/icones/_simple-line-icons.scss */
.icon-shuffle:before {
  content: "\e059";
}

/* line 635, ../sass/icones/_simple-line-icons.scss */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 639, ../sass/icones/_simple-line-icons.scss */
.icon-share:before {
  content: "\e05b";
}

/* line 643, ../sass/icones/_simple-line-icons.scss */
.icon-rocket:before {
  content: "\e05c";
}

/* line 647, ../sass/icones/_simple-line-icons.scss */
.icon-question:before {
  content: "\e05d";
}

/* line 651, ../sass/icones/_simple-line-icons.scss */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 655, ../sass/icones/_simple-line-icons.scss */
.icon-pencil:before {
  content: "\e05f";
}

/* line 659, ../sass/icones/_simple-line-icons.scss */
.icon-note:before {
  content: "\e060";
}

/* line 663, ../sass/icones/_simple-line-icons.scss */
.icon-loop:before {
  content: "\e064";
}

/* line 667, ../sass/icones/_simple-line-icons.scss */
.icon-home:before {
  content: "\e069";
}

/* line 671, ../sass/icones/_simple-line-icons.scss */
.icon-grid:before {
  content: "\e06a";
}

/* line 675, ../sass/icones/_simple-line-icons.scss */
.icon-graph:before {
  content: "\e06b";
}

/* line 679, ../sass/icones/_simple-line-icons.scss */
.icon-microphone:before {
  content: "\e063";
}

/* line 683, ../sass/icones/_simple-line-icons.scss */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 687, ../sass/icones/_simple-line-icons.scss */
.icon-music-tone:before {
  content: "\e062";
}

/* line 691, ../sass/icones/_simple-line-icons.scss */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 695, ../sass/icones/_simple-line-icons.scss */
.icon-earphones:before {
  content: "\e03d";
}

/* line 699, ../sass/icones/_simple-line-icons.scss */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 703, ../sass/icones/_simple-line-icons.scss */
.icon-like:before {
  content: "\e068";
}

/* line 707, ../sass/icones/_simple-line-icons.scss */
.icon-dislike:before {
  content: "\e06d";
}

/* line 711, ../sass/icones/_simple-line-icons.scss */
.icon-control-start:before {
  content: "\e06f";
}

/* line 715, ../sass/icones/_simple-line-icons.scss */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 719, ../sass/icones/_simple-line-icons.scss */
.icon-control-play:before {
  content: "\e071";
}

/* line 723, ../sass/icones/_simple-line-icons.scss */
.icon-control-pause:before {
  content: "\e072";
}

/* line 727, ../sass/icones/_simple-line-icons.scss */
.icon-control-forward:before {
  content: "\e073";
}

/* line 731, ../sass/icones/_simple-line-icons.scss */
.icon-control-end:before {
  content: "\e074";
}

/* line 735, ../sass/icones/_simple-line-icons.scss */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 739, ../sass/icones/_simple-line-icons.scss */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 743, ../sass/icones/_simple-line-icons.scss */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 747, ../sass/icones/_simple-line-icons.scss */
.icon-calendar:before {
  content: "\e075";
}

/* line 751, ../sass/icones/_simple-line-icons.scss */
.icon-bulb:before {
  content: "\e076";
}

/* line 755, ../sass/icones/_simple-line-icons.scss */
.icon-chart:before {
  content: "\e077";
}

/* line 759, ../sass/icones/_simple-line-icons.scss */
.icon-ban:before {
  content: "\e07c";
}

/* line 763, ../sass/icones/_simple-line-icons.scss */
.icon-bubble:before {
  content: "\e07d";
}

/* line 767, ../sass/icones/_simple-line-icons.scss */
.icon-camrecorder:before {
  content: "\e07e";
}

/* line 771, ../sass/icones/_simple-line-icons.scss */
.icon-camera:before {
  content: "\e07f";
}

/* line 775, ../sass/icones/_simple-line-icons.scss */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 779, ../sass/icones/_simple-line-icons.scss */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 783, ../sass/icones/_simple-line-icons.scss */
.icon-envelope:before {
  content: "\e086";
}

/* line 787, ../sass/icones/_simple-line-icons.scss */
.icon-eye:before {
  content: "\e087";
}

/* line 791, ../sass/icones/_simple-line-icons.scss */
.icon-flag:before {
  content: "\e088";
}

/* line 795, ../sass/icones/_simple-line-icons.scss */
.icon-heart:before {
  content: "\e08a";
}

/* line 799, ../sass/icones/_simple-line-icons.scss */
.icon-info:before {
  content: "\e08b";
}

/* line 803, ../sass/icones/_simple-line-icons.scss */
.icon-key:before {
  content: "\e08c";
}

/* line 807, ../sass/icones/_simple-line-icons.scss */
.icon-link:before {
  content: "\e08d";
}

/* line 811, ../sass/icones/_simple-line-icons.scss */
.icon-lock:before {
  content: "\e08e";
}

/* line 815, ../sass/icones/_simple-line-icons.scss */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 819, ../sass/icones/_simple-line-icons.scss */
.icon-magnifier:before {
  content: "\e090";
}

/* line 823, ../sass/icones/_simple-line-icons.scss */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 827, ../sass/icones/_simple-line-icons.scss */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 831, ../sass/icones/_simple-line-icons.scss */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 835, ../sass/icones/_simple-line-icons.scss */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 839, ../sass/icones/_simple-line-icons.scss */
.icon-power:before {
  content: "\e097";
}

/* line 843, ../sass/icones/_simple-line-icons.scss */
.icon-refresh:before {
  content: "\e098";
}

/* line 847, ../sass/icones/_simple-line-icons.scss */
.icon-reload:before {
  content: "\e099";
}

/* line 851, ../sass/icones/_simple-line-icons.scss */
.icon-settings:before {
  content: "\e09a";
}

/* line 855, ../sass/icones/_simple-line-icons.scss */
.icon-star:before {
  content: "\e09b";
}

/* line 859, ../sass/icones/_simple-line-icons.scss */
.icon-symble-female:before {
  content: "\e09c";
}

/* line 863, ../sass/icones/_simple-line-icons.scss */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 867, ../sass/icones/_simple-line-icons.scss */
.icon-target:before {
  content: "\e09e";
}

/* line 871, ../sass/icones/_simple-line-icons.scss */
.icon-credit-card:before {
  content: "\e025";
}

/* line 875, ../sass/icones/_simple-line-icons.scss */
.icon-paypal:before {
  content: "\e608";
}

/* line 879, ../sass/icones/_simple-line-icons.scss */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 883, ../sass/icones/_simple-line-icons.scss */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 887, ../sass/icones/_simple-line-icons.scss */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 891, ../sass/icones/_simple-line-icons.scss */
.icon-social-instagram:before {
  content: "\e609";
}

/* line 895, ../sass/icones/_simple-line-icons.scss */
.icon-social-linkedin:before {
  content: "\e60a";
}

/* line 899, ../sass/icones/_simple-line-icons.scss */
.icon-social-pinterest:before {
  content: "\e60b";
}

/* line 903, ../sass/icones/_simple-line-icons.scss */
.icon-social-github:before {
  content: "\e60c";
}

/* line 907, ../sass/icones/_simple-line-icons.scss */
.icon-social-gplus:before {
  content: "\e60d";
}

/* line 911, ../sass/icones/_simple-line-icons.scss */
.icon-social-reddit:before {
  content: "\e60e";
}

/* line 915, ../sass/icones/_simple-line-icons.scss */
.icon-social-skype:before {
  content: "\e60f";
}

/* line 919, ../sass/icones/_simple-line-icons.scss */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 923, ../sass/icones/_simple-line-icons.scss */
.icon-social-behance:before {
  content: "\e610";
}

/* line 927, ../sass/icones/_simple-line-icons.scss */
.icon-social-foursqare:before {
  content: "\e611";
}

/* line 931, ../sass/icones/_simple-line-icons.scss */
.icon-social-soundcloud:before {
  content: "\e612";
}

/* line 935, ../sass/icones/_simple-line-icons.scss */
.icon-social-spotify:before {
  content: "\e613";
}

/* line 939, ../sass/icones/_simple-line-icons.scss */
.icon-social-stumbleupon:before {
  content: "\e614";
}

/* line 943, ../sass/icones/_simple-line-icons.scss */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 947, ../sass/icones/_simple-line-icons.scss */
.icon-social-dropbox:before {
  content: "\e00c";
}

/* line 2, ../sass/layout.scss */
body {
  background: #f2f5f6;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}

/* line 7, ../sass/layout.scss */
#header {
  padding: 25px 0;
  background: #fff;
}

.wrapper {
  height: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 
.wrapper div {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, .3)
}

.logo
{
	height:var(--logo-height); 
	width:var(--logo-width);
	margin: var(--logo-margin);
}

.navigation-top
{
	vertical-align:middle;
	background-color:var(--header-color);
	color: var(--font-header-color);
}

/* line 21, ../sass/layout.scss */
.navigation {
  background: var(--menu-color);
  height: 57px;
}

/* line 55, ../sass/layout.scss */
#cssmenu {
  background-color: transparent;
  height: 100%;  
  width: 100%;
  border:none;  
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
/* line 60, ../sass/layout.scss */
#cssmenu ul li {
  border-color:var(--secondary-color) !important;
  text-align: center;
  height: 100%;
  width: 100%;
}
/* line 64, ../sass/layout.scss */
#cssmenu ul li a {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  height: 100%;
}
/* line 71, ../sass/layout.scss */
#cssmenu ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: var(--main-color);
}
/* line 76, ../sass/layout.scss */
#cssmenu ul li a .icons {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
}
/* line 82, ../sass/layout.scss */
#cssmenu ul li ul {
  z-index: 9999;
  width: 100%;
}
/* line 86, ../sass/layout.scss */
#cssmenu ul li:hover a {
  color: #fff;
}
/* line 90, ../sass/layout.scss */
#cssmenu ul li:hover > ul > li {
  height: 42px;
}
/* line 92, ../sass/layout.scss */
#cssmenu ul li:hover > ul > li a {
  padding: 5%;
}
/* line 101, ../sass/layout.scss */
#cssmenu ul li.active > a {
  color: #FFF;
  background: var(--main-color);
}

#cssmenu ul li.active > a:hover {
  color: #FFF;
  background: var(--secondary-color);
}


/* line 108, ../sass/layout.scss */
.main-content {
  padding: 11px 0;
  flex: 1;
}

/* line 111, ../sass/layout.scss */
.box-icon {
    padding: 40px;
    text-align: center;
    background: #fff;
    color: var(--box-icon-color);
    display: block;
    width: 100%;
    border-radius: 0px;
    height: 100%;
}
/* line 124, ../sass/layout.scss */
.box-icon .icons {
  color: var(--main-color);
  display: block;
  font-size: 52px;
  margin-bottom: 15px;
}
/* line 130, ../sass/layout.scss */
.box-icon span {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 135, ../sass/layout.scss */
.box-icon:hover {
  text-decoration: none;
  background: var(--main-color);
  color: var(--box-icon-color);
}
/* line 139, ../sass/layout.scss */
.box-icon:hover .icons {
  color: var(--box-icon-color);
}

/* line 144, ../sass/layout.scss */
.logout-menu {
  padding: 0;
  margin: 0;
  float:right; 
  margin-top:25px;
}
/* line 150, ../sass/layout.scss */
.logout-menu li a {
  color: var(--box-icon-color);
}
/* line 152, ../sass/layout.scss */
.logout-menu li a i {
  margin-right: 5px;
}
/* line 155, ../sass/layout.scss */
.logout-menu li a:hover {
  text-decoration: none;
}

/* line 161, ../sass/layout.scss */
#footer {
	position: relative;
	clear: both;
	vertical-align:middle;
	text-align: center;
	width: 100%;
	height: 4rem;
	padding-top: 0.5rem;
	background-color: var(--footer-color);
	font-size: 18px;
	color: #fff;
}

*{margin-bottom:0%;padding-bottom:0%;}


.caixa-pesquisa{
	padding: 20px;
	margin: 10px 0px 30px 0px;
	border-radius: 6px;
	background-image: url('../images/bg_red.png');
}
.caixa-pesquisa h2{
	color:#fff;
	font-weight: 300;
}
.formulario{
	padding:20px;
}
.btn-rede, .btn-rede a{
	background-color: #B22F34;
	font-size: 22px;
    color: #FFF;
    padding: 10px 0 10px 0;
    border-radius: 6px;	
    text-transform: uppercase;
}
ul .btn-rede a:focus, ul .btn-rede a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:focus{	
	background-color: #B22F34;
}
#nav-busca-refeicao, #nav-busca-refeicao a{
	background-color: #186098;
}
.form-rede{
	height:45px;
	border-radius: 6px;
	font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
	color: #999;
}
.btn-rede-ok{
	height:45px;	
	color: #fff;
	font-size: 18px;
    background-color: #B22F34;
	transition: background-color 0.5s;
}
.btn-rede-ok:hover, .btn-rede-ok:active, .btn-rede-ok:focus{
	color: #fff;
    background-color: #D1363B;
}
#tab{
	display: none;
}
#map-canvas{
	height: 450px;
	width: 100%;
}

.alert-entrega{
    display: none;
}

.modal-header{    
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--secondary-color) !important;
    border-radius: 0px 0px 0px 0px !important;
}

/*PROTOCOLO*/

@media print {
	/*Layout da impressão:*/
	@page { size: landscape; }
	
	* {visibility: hidden;}  /*Esconde tudo*/
	
	.container-fluid {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.box-title {
		font-size: 1.2em;
	}
	
	#main-content * {
		visibility: visible;	
	} 
	
	#detalhes {
		font-size: .85em;
		padding: .5cm 0cm;
		width: 100%;		
	}	
	#dados-protocolo { font-size: .9em; }
	
	#nome { width: 20%; }
	#num_depto { width: 10%; }
	#nome_produto { width: 10%; }
	
}

/*FIM PROTOCOLO*/


/*Borda dos títulos do modal do reembolso*/
#borda-reembolso{
	border-bottom:solid; border-width: 1.5px; border-color:var(--secondary-color);
}

a[href]:after {
    content: none !important;
}



/*LISTA FUNCIONARIOS*/

#div-ListaFunc {
	padding-bottom: 0.5em;
}

#btn-finaliza-listaFuncionario {
	float: right;
	border: 0px solid transparent;	
}

#painel {
	border: 1px solid var(--secondary-color);
}

#nomeDepto {
	color: #FFF;
    font-weight: bold;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
	text-align: center;
}

#footer-listaFunc {
	text-align: center;
}


@media print {
	/*Layout da impressão:*/
	* {visibility: hidden;}  /*Esconde tudo*/
	
	#painel * {
		visibility: visible; /*Mostra tudo dentro do elemento de Id "painel"*/
	}
	
	table {table-layout: fixed;}
	 
	 /*Posiciona as informações no começo da página*/
	#painel {
		position: absolute;
		top: .2em;
		left: 0;
	}
	
	/*medida dos campos*/
	#DocFunc{width:25%;}
	#MatriculaFum_cartao {width:20%;}
	#NomeFunc{width:40%;}
	#StatusFunc{width:15%;}
}

/*FIM LAYOUT LISTA DE FUNCIONARIOS*/ 


/*TOOLTIPS*/

.btn-tooltip:hover::after,
.btn-tooltip:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    background: #FFF;
    color: black;
	z-index:1;
}
/*TOOLTIPS*/ 


/* HISTÓRICO DE PEDIDO */

#container-historico-pedido {
	width: 95%;
}

.btn-historico-pedido {
	display: inline-block;
	padding: .3em .6em;	
	border: 0px solid transparent;	
	cursor: pointer;
}

#div-DataEntrega {
	margin: 1em;
	padding: .8em;
	width: 97.3%;
	border: 1px solid black;
	background: #B0C4DE;	
	
	font-size: 16px;
}

th.text-center.sorting_disabled {
  text-align: center;
}

/*MODAL BOLETOS*/

#boleto {
	width: 35%;
	margin-left: 32%;
	margin-top: 15%;
}

#modal-body-boletos{
	padding-top: 1em;
	padding-bottom: 0;
	padding-left: .8em;
	padding-right: .8em;
}

#modal-footer-boletos {
	text-align: right;
	padding-bottom: 1em;
	padding-right: 1.5em;
}

#fecha-modal-boletos {
	color: white
}

/*FIM MODAL BOLETOS*/
/* FIM HISTÓRICO DE PEDIDO */


/*CREDENCIADOS*/
/*MENU CREDENCIADO*/
.btnTransacaoWebMenu {
	background-color: var(--main-color);
	color: white;
	border: none;
	font-weight: bold;
	font-size: 1.2em;
	padding: 19px;
}
/*FIM MENU*/

/*CONTENT CREDENCIADOS*/
#container-cr {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
}

.item-content {
	margin: 1em;
	width: 45%;
	box-sizing: border-box;
}

.btn-content-cr {
	background-color: inherit;
	border: none;
	width: 100%;
	position: relative;
	top: 15%;
	color: var(--box-icon-color);
}

.btn-content-cr:hover > p{
	color: white;
}


/*FIM CONTENT CREDENCIADOS*/
/*FIM CREDENCIADOS*/
#container-cl{
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
}

.form-usuario { padding-left: 0; padding-right: 20px;}

/*FIM MENU CLIENTE*/

/*USUÁRIO*/
/*MENU USUÁRIO*/

.menu-us ul li {
	width: 100%;
}
/*FIM MENU USUÁRIO*/


/*BOTÕES SENHA PAD*/
#containerform1 {
	height: 27em !important;
}

#securePad {
	margin-bottom: 7em;
	margin-left: 38%;
	margin-right: 35%;
}

.btn-senha {
	float: left;
	margin: .5em;
}

.btn-senha:last-child {
	margin-left: 23%;
}

.btn-pad {
	width:10em;
	height: 4em;
	font-size: .9em;
	background-color: var(--secondary-color);
	color: #fff;
}

#corrigir {
	background-color: #d0d015;
}

.botoes-final {
	position: absolute;
	top: 22.1em;
	right: 28em
}

#btnCancelar {
	background-color: #d11507;
	margin: 0 0 1.2em 0;
}

#btnConfirmar {
	background-color: #3ea219;
	margin: 1em 0 1em 0;
}

/*FIM BOTÕES SENHA PAD*/

.div-esqueci-senha {
	margin-top:3em;
	text-align: center
}

.div-esqueci-senha > a {
	color: #26769f;
	font-size: 1.3em
}

.progress {
  background: blue;
  display: block;
  height: 20px;
  text-align: center;
  transition: width .3s;
  width: 0;
}

.progress.hide {
  opacity: 0;
  transition: opacity 1.3s;
}

.block {
  background-color: rgba(1, 1, 1, 0.3);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 15px white;
  z-index: 1234567;
}

.block textarea {
  resize: none;
  border: none;
  font-size: large;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 32em auto;
  width: 20em;
  height: 2em;
}

.block img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 250px;
  height: 200px;
  
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@-ms-keyframes rotating {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}

@-moz-keyframes rotating {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes rotating {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@-o-keyframes rotating {
  from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); }
}

@keyframes rotating {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*CARREGAMENTO*/
#barra-progresso{
  background-color: rgba(1,1,1,0.1); 
  z-index: 3; 
  display:none;
}
.barra-progresso{
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.outer-progresso{
  width: 100%;
  height: 100%;
  padding: 20%;
  box-shadow: 5px 5px 30px -12px #101010;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.inner-progresso{
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 8px -2px #122b40 inset;
  border-radius: inherit;
}
#circulo-progresso{
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
#circulo-progresso circle{
  stroke-width: 20px;
  stroke-dasharray: 252;
  animation: anim_progresso 1.5s linear infinite;
}
@keyframes anim_progresso{
  from {stroke-dashoffset: 252;}
  to{stroke-dashoffset: 0;}
}
/*FIM CARREGAMENTO*/

/* DATATABLES */
.paginacao{
  display: flex;
  justify-content: center;
  padding: 1em !important;
}

.text-right{
  text-align: right !important;
}

.text-center{
  text-align: center !important;
}

#titulo-extrato-cr{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 1em;
}

#info-cr{
  margin: 1em;
}
/*  */

/*MANUTENÇÃO DE DEPARTAMENTO*/
.table-header-fixo{
		border-collapse: separate;
	}
.table-header-fixo thead{
  position: sticky; 
  top: 0; 
  background: white; 
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.table-footer-fixo{
  position: sticky;
  bottom: 0px;
  z-index: 2;
  background: #fff;
  padding-top: 5px;
  box-shadow: 0 -2px 6px rgba(0,0,0,.08);
}
/* */

.mt-1{
  margin-top: 1em;
}
.mb-1{
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
   html{
    font-size: 4vw;
   }
  .container{
    padding: 4px;
  }
  .row{
    display: block;
  }
  .col-md-12{
    float: none;
    margin-left: 1em;
    display: flex;
    align-items: end;
  }
  .logout-menu{
    font-size: 85%;
    float: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navigation{
    height: 20vw;
  }
  #cssmenu ul li a{
    font-size: 80%;
    flex-direction: column;
    align-items: center;
  }
  #cssmenu ul li:hover > ul{
    position: fixed;
    left: 50%;
    width: 65%;
    transform: translate(-50%, 2%);
    height: auto;
    border: 2px solid var(--main-color);
    border-radius: 5px;
  }

  .menu-cl {
    font-size: smaller;
  }

  #form-manut-func > div{
    padding: inherit;
  }

  /* MANUTENÇÃO DE DEPARTAMENTO */
  div#listaDepart, #listaDepart > .col-sm-8,
  #listaFuncionario div#lista1,
  #listaFuncionario div#panel-body {
    padding: 0;
  }
  .btn-manut-depart{
    display: grid;
    grid-template-columns: auto;
  }
  #listaDepart table td {
    vertical-align: middle;
  }
  div#body-listafunc {
    padding: 1em 0 0;
  }
/**/

/* CONSULTA DE EXTRATO COLABORADORES */
  #extrat-func {
    padding: 0;
  }
  div#info-funcionario {
    overflow-x: scroll;
    padding: 1em 0 0;
  }
/**/

/* CONSULTA REDE CREDENCIADA */
  #cl-consultarede > div{
    margin-bottom: 1em !important;
  }
  #resultado div#button {
    margin: 0 !important;
    padding: 0;
    justify-content: end;
  }
/*  */

/* PEDIDO DE CRÉDITO */
  #pedido-depart #input-vl-todosfunc{
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-content: center;
    column-gap: 1%;
  }
  #input-vl-todosfunc > span:first-child{
    width: auto;
    grid-column-end: span 2;
  }
  #input-vl-todosfunc > span:first-child > span{
    min-height: auto;
    white-space: pre-wrap;
  }
  .linha-total {
    display: flex;
    justify-content: flex-end;
  }
  .modal-responsive {
    margin: 1em !important;
  }
  .row-responsive{
    padding: 1%;
    overflow-x: scroll;
  }
  .row-responsive table tbody {
    height: auto !important;
  }
  #efetuarPedido #modal-footer button {
    display: block;
    margin: 1% 0 0 auto;
}
/*  */

/* PEDIDO POR IMPORTAÇÃO */
  #pnl-import-arquivo,
  #form-import-arquivo .col-sm-5{
    width: 100%;
  }
  #form-import-arquivo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
/*  */

/* SOLICITAÇÃO DE CARTÃO */
  #solicit-cartao{
    padding: 0;
  }
/*  */

/* BAIXA DE PROTOCOLO */
  #lista tbody td:nth-child(2) { /*endereço*/
    white-space: nowrap;
  }
  #protocolos{
    padding: 0;
  }
  #modalItens .modal-dialog {
    margin-top: 15%;
}
/*  */

/* LOGIN */
  #form-login .col-md-6{
    margin: 0 !important;
  }
/*  */

/* HISTÓRICO DE PEDIDOS */
  #historico-pedido{
    padding: 0;
  }
  #container-historico-pedido{
    width: 100%;
  }
  #btns-hist-pedido{
    display: flex;
    justify-content: center;
  }
  #boleto{
    width: 100%;
    margin: 0;
  }
/*  */

/* HISTÓRICO DE CRÉDITOS */
  #container-historico-pedido .panel-body.row > div {
    margin: 0.5em;
  }
  div#tbl-hist-credito {
    margin: 0 1em 0 0 !important;
    padding: 0;
  }
/*  */

/* LISTA DE FUNCIONÁRIOS */
 #painel .panel-body {
  padding: 0;
  }
  #painel .panel-body > div {
    padding: 0;
  }
/*  */

/* CL MANUTENÇÃO WEB USER */
  #pnl-permissoes{
    padding: 0;
  }

  #manut-webuser #tblPermissaoProduto td:nth-child(2), /*select-box*/
  #manut-webuser #tblPermissao td:nth-child(3) {
    text-align: center;
  }
/*  */

/* ALTERAÇÃO DE SENHA */
  #requisitos-senha{
    width: 100% !important;
    padding: 0 !important;
    margin: auto !important;
    height: auto !important;
  }
/*  */

/* HISTÓRICO BOLSA CRÉDITO */
  #tbl-hist-bolsa{
    padding: 0;
    margin: auto !important;
  }
/*  */

/* RELATÓRIO DETALHES */
  #tbl-detalhes-credito {
    width: 95%;
    margin: auto !important;
  }
/*  */

/* EXTRATO DE REEMBOLSO */
  #extratoPj tbody td:last-child {
    padding: 1em !important;
  }
  #extratoPj > tbody > tr > td {
    vertical-align: middle;
}
  #extratoPj tbody td:last-child button {
    margin: 20% auto;
    padding: 1em;
  }
  #modalListaTransacoes .modal-body.row > div {
    padding: 0 !important;
  }
  #modalAntecipacao .modal-content {
    width: auto !important;
  }
/*  */

/* ALTERAR SENHA - US */
  #securePad {
    height: 35%;
    margin: 2em 0 0 0;
  }
  .botoes-senha {
    display: grid;
    grid-template-columns: repeat(3, 24%);
    grid-auto-rows: 50%;
    grid-gap: .6em;
    justify-content: center;
    margin: 1em;
  }
  .botoes-final {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: .5em;
  }
  .btn-senha {
    margin: 0 !important;
    height: 100%;
    width: 100%;
  }
  .btn-pad {
    width: inherit;
    height: inherit;
    font-size: inherit;
  }
/*  */

  #container-cr, 
  #container-cl{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #container-cr > .item-content > .box-icon,
  #container-cr > .item-content > .btn-content-cr,
  #container-cl > .item-content > .box-icon{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
  }
  .btn-content-cr, .item-content{
    margin: 2%;
  }
  #container-cr > .item-content.box-icon{
    padding: 1em;
  }

  #form-novavia-us {
    align-items: flex-start;
    flex-direction: column;
    gap: 1em;
}

  .hidden-form{
    flex-direction: column;
    width: 100%;
    float: none;
    align-items: stretch;
  }
  /* line 2448, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 2455, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2458, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2466, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2469, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2477, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2485, ../sass/bootstrap/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

  @media screen and (min-width:426px) {
    body{
      font-size: medium;
    }
    .navigation {
      height: inherit;
    }
  }
}
:root{
    --main-color:#00aeef;
    --secondary-color: #004071 ;
    --header-color: #8a8c8d;
    --menu-color: #c6c8ca;
    --font-color: #337ab7;
    --font-header-color: white;
    --logo-height: 60px;
    --logo-width: 90px;
    --logo-margin: 10px 0;
    --barra-progresso-color1: var(--secondary-color);
    --barra-progresso-color2: rgb(190, 190, 190);
    --box-icon-color: var(--main-color);
    --footer-color: white;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
    --font-color: #23527c;
}
.btn:hover,
.btn:focus,
#cssmenu ul li a:hover{
    --main-color: var(--secondary-color);
}

.box-icon:hover,
.box-icon:hover .icons {
    --box-icon-color: white;
}

.box-icon .icons {
    --main-color: var(--main-color);
}
