/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

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

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #ff9300;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b36700;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #959595;
}

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

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

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #959595;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

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

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #959595;
}

.text-primary {
  color: #ff9300;
}

a.text-primary:hover {
  color: #cc7600;
}

.text-success {
  color: #177c3b;
}

a.text-success:hover {
  color: #0f5127;
}

.text-info {
  color: #034ea2;
}

a.text-info:hover {
  color: #023670;
}

.text-warning {
  color: #ca7b00;
}

a.text-warning:hover {
  color: #975c00;
}

.text-danger {
  color: #d22630;
}

a.text-danger:hover {
  color: #a71e26;
}

.bg-primary {
  color: #fff;
  background-color: #ff9300;
}

a.bg-primary:hover {
  background-color: #cc7600;
}

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

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

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

a.bg-info:hover {
  background-color: #e6e6e6;
}

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

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

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

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

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #e5e5e5;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #959595;
}

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

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #e5e5e5;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #959595;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e5e5e5;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-1 {
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

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

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid transparent;
}

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

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

.table-bordered {
  border: 1px solid transparent;
}

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #002c73;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #002c73;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #a3afcb;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #0452a7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(4, 82, 167, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(4, 82, 167, 0.6);
}

.form-control::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #c5c5c5;
}

.form-control::-webkit-input-placeholder {
  color: #c5c5c5;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.42857143 \0;
}

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 38px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 38px;
  line-height: 38px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-lg {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 50px;
}

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

.input-lg + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #177c3b;
}

.has-success .form-control {
  border-color: #177c3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #0f5127;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #27d264;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #27d264;
}

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

.has-success .form-control-feedback {
  color: #177c3b;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ca7b00;
}

.has-warning .form-control {
  border-color: #ca7b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #975c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffae31;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffae31;
}

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

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d22630;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #ff9300;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #ff9300;
  background-color: #ffffff;
  border-color: #ff9300;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ff9300;
  background-color: #e6e6e6;
  border-color: #c27000;
}

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

.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: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: #ffffff;
  border-color: #ff9300;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #ff9300;
}

.btn-primary {
  color: #ffffff;
  background-color: #ff9300;
  border-color: #ff9300;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cc7600;
  border-color: #c27000;
}

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

.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: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: #ff9300;
  border-color: #ff9300;
}

.btn-primary .badge {
  color: #ff9300;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #177c3b;
  border-color: #136631;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #0f5127;
  border-color: #093318;
}

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

.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: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: #177c3b;
  border-color: #136631;
}

.btn-success .badge {
  color: #177c3b;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff9300;
  border-color: #995800;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc7600;
  border-color: #5c3500;
}

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

.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: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: #ff9300;
  border-color: #995800;
}

.btn-warning .badge {
  color: #ff9300;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d22630;
  border-color: #250709;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a71e26;
  border-color: #000000;
}

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d22630;
  border-color: #250709;
}

.btn-danger .badge {
  color: #d22630;
  background-color: #ffffff;
}

.btn-link {
  color: #ff9300;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #b36700;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #959595;
  text-decoration: none;
}

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #dedede;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

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

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

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

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #002c73;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid #a3afcb;
  border-radius: 5px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}

.nav > li.disabled > a {
  color: #959595;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #959595;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e5e5e5;
  border-color: #ff9300;
}

.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #e5e5e5 #e5e5e5 #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #82878d;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

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

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

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 58px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 58px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

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

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

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

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

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

  .navbar-nav > li {
    float: left;
  }

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

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #444444;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2b2b2b;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #444444;
}

.navbar-default .navbar-nav > li > a {
  color: #444444;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #6b6b6b;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #bcbcbc;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #cccccc;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #7a7a7a;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #6b6b6b;
  color: #ffffff;
}

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

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

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

  .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: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #444444;
}

.navbar-default .navbar-link:hover {
  color: #000000;
}

.navbar-default .btn-link {
  color: #444444;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000000;
}

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

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #959595;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #959595;
}

.navbar-inverse .navbar-nav > li > a {
  color: #959595;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #959595;
  }

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

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

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

.navbar-inverse .navbar-link {
  color: #959595;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #959595;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #959595;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 5px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ff9300;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

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

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #b36700;
  background-color: #e5e5e5;
  border-color: #dddddd;
}

.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: #ffffff;
  background-color: #ff9300;
  border-color: #ff9300;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #959595;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #959595;
  background-color: #ffffff;
  cursor: not-allowed;
}

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

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #a3afcb;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #8293b9;
}

.label-category {
  text-decoration: none;
  background-color: #a3afcb;
  font-size: 75% !important;
}

.label-primary {
  background-color: #219c56;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #18723f;
}

.label-success {
  background-color: #177c3b;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0f5127;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #ff9300;
}

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

.label-danger {
  background-color: #d22630;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #959595;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ff9300;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

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

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 25px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 45px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #19743d;
  border-color: #005f26;
  color: #ffffff;
}

.alert-success hr {
  border-top-color: #00461c;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #034ea2;
}

.alert-info hr {
  border-top-color: #dbdbdb;
}

.alert-info .alert-link {
  color: #023670;
}

.alert-warning {
  background-color: #db962a;
  border-color: #a06b18;
  color: #ffffff;
}

.alert-warning hr {
  border-top-color: #8a5c15;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #db3232;
  border-color: #b51818;
  color: #ffffff;
}

.alert-danger hr {
  border-top-color: #9e1515;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

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

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #959595;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #177c3b;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ff9300;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d22630;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
}

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

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e5e5e5;
  color: #959595;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #959595;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff9300;
  border-color: #ff9300;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffe9cc;
}

.list-group-item-success {
  color: #177c3b;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #177c3b;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #177c3b;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #177c3b;
  border-color: #177c3b;
}

.list-group-item-info {
  color: #034ea2;
  background-color: #ffffff;
}

a.list-group-item-info {
  color: #034ea2;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #034ea2;
  background-color: #f2f2f2;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #034ea2;
  border-color: #034ea2;
}

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

a.list-group-item-warning {
  color: #ca7b00;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ca7b00;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ca7b00;
  border-color: #ca7b00;
}

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

a.list-group-item-danger {
  color: #d22630;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #d22630;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d22630;
  border-color: #d22630;
}

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

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

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

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

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

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid transparent;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 18px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #ff9300;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff9300;
  border-color: #ff9300;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9300;
}

.panel-primary > .panel-heading .badge {
  color: #ff9300;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9300;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #177c3b;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #177c3b;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #034ea2;
}

.panel-info > .panel-heading {
  color: #034ea2;
  background-color: #ffffff;
  border-color: #034ea2;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #034ea2;
}

.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #034ea2;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #034ea2;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #ca7b00;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #ca7b00;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #d22630;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #d22630;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid none;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1b2229;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.42857143px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }

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

  .modal-sm {
    width: 500px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.hidePopup ul.dropdown-menu {
  display: none !important;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

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

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

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

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

  .carousel-indicators {
    bottom: 20px;
  }
}

.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 {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}

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

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/RobotoLight.eot');
  src: url('../fonts/roboto/RobotoLight.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoLight.woff2') format('woff2'), url('../fonts/roboto/RobotoLight.woff') format('woff'), url('../fonts/roboto/RobotoLight.ttf') format('truetype'), url('../fonts/roboto/RobotoLight.svg#RobotoLight') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/RobotoRegular.eot');
  src: url('../fonts/roboto/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoRegular.woff2') format('woff2'), url('../fonts/roboto/RobotoRegular.woff') format('woff'), url('../fonts/roboto/RobotoRegular.ttf') format('truetype'), url('../fonts/roboto/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto/RobotoMedium.eot');
  src: url('../fonts/roboto/RobotoMedium.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoMedium.woff2') format('woff2'), url('../fonts/roboto/RobotoMedium.woff') format('woff'), url('../fonts/roboto/RobotoMedium.ttf') format('truetype'), url('../fonts/roboto/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/RobotoBold.eot');
  src: url('../fonts/roboto/RobotoBold.eot') format('embedded-opentype'), url('../fonts/roboto/RobotoBold.woff2') format('woff2'), url('../fonts/roboto/RobotoBold.woff') format('woff'), url('../fonts/roboto/RobotoBold.ttf') format('truetype'), url('../fonts/roboto/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/fonts/icomoon.eot?jlet08');
  src: url('../fonts/icomoon/fonts/icomoon.eot?#iefixjlet08') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.ttf?jlet08') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?jlet08') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?jlet08#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?71161314#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: .2em;
  text-align: center;
  vertical-align: text-bottom;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  font-size: 140%;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="icon-"].btn,
[class*=" icon-"].btn {
  padding-left: 10px;
}

.icon-info:before {
  content: "\e912";
}

.icon-sort-amount-asc:before {
  content: "\e90b";
}

.icon-sort-amount-desc:before {
  content: "\e90c";
}

.icon-sort-list-noimg:before {
  content: "\e90a";
}

.icon-share:before {
  content: "\e905";
}

.icon-print:before {
  content: "\e909";
}

.icon-file-excel:before {
  content: "\e831";
}

.icon-pks-cca:before {
  content: "\e903";
}

.icon-pks-basket:before {
  content: "\e600";
}

.icon-pks-down-arrow:before {
  content: "\e601";
}

.icon-pks-heart:before {
  content: "\e602";
}

.icon-pks-left-arrow:before {
  content: "\e603";
}

.icon-pks-options:before {
  content: "\e604";
}

.icon-pks-right-arrow:before {
  content: "\e605";
}

.icon-pks-search:before {
  content: "\e606";
}

.icon-pks-up-arrow:before {
  content: "\e607";
}

.icon-pks-sort-block:before {
  content: "\e608";
}

.icon-pks-sort-list:before {
  content: "\e609";
}

.icon-pks-sort:before {
  content: "\e60a";
}

.icon-pks-email2:before {
  content: "\e60b";
}

.icon-pks-lock2:before {
  content: "\e60c";
}

.icon-calendar-alt-fill:before {
  content: "\e60d";
}

.icon-calendar:before {
  content: "\e60f";
}

.icon-pks-basket2:before {
  content: "\e610";
}

.icon-pks-filter:before {
  content: "\e611";
}

.icon-pks-star2:before {
  content: "\e612";
}

.icon-pks-user2:before {
  content: "\e613";
}

.icon-pks-starline:before {
  content: "\e614";
}

.icon-attach:before {
  content: "\e800";
}

.icon-floppy:before {
  content: "\e801";
}

.icon-user2:before {
  content: "\e802";
}

.icon-doc:before {
  content: "\e803";
}

.icon-download-alt:before {
  content: "\e804";
}

.icon-home:before {
  content: "\e805";
}

.icon-phone:before {
  content: "\e806";
}

.icon-search2:before {
  content: "\e808";
}

.icon-floppy-1:before {
  content: "\e809";
}

.icon-plus:before {
  content: "\e80a";
}

.icon-minus:before {
  content: "\e80b";
}

.icon-plus-1:before {
  content: "\e80c";
}

.icon-minus-1:before {
  content: "\e80d";
}

.icon-up-open:before {
  content: "\e80e";
}

.icon-down-open:before {
  content: "\e80f";
}

.icon-left-open:before {
  content: "\e810";
}

.icon-right-open:before {
  content: "\e811";
}

.icon-spin2:before {
  content: "\e812";
}

.icon-angle-double-left:before {
  content: "\e813";
}

.icon-angle-double-right:before {
  content: "\e814";
}

.icon-angle-double-up:before {
  content: "\e815";
}

.icon-angle-double-down:before {
  content: "\e816";
}

.icon-angle-left:before {
  content: "\e817";
}

.icon-angle-right:before {
  content: "\e818";
}

.icon-angle-up:before {
  content: "\e819";
}

.icon-angle-down:before {
  content: "\e81a";
}

.icon-move:before {
  content: "\e81b";
}

.icon-trash:before {
  content: "\e81c";
}

.icon-cancel:before {
  content: "\e81d";
}

.icon-edit:before {
  content: "\e81e";
}

.icon-cw:before {
  content: "\e821";
}

.icon-star-half-alt:before {
  content: "\e822";
}

.icon-eraser:before {
  content: "\e824";
}

.icon-ok:before {
  content: "\e825";
}

.icon-cancel-1:before {
  content: "\e826";
}

.icon-thumbs-up:before {
  content: "\e827";
}

.icon-thumbs-down:before {
  content: "\e828";
}

.icon-help-circled:before {
  content: "\e82a";
}

.icon-upload:before {
  content: "\e82b";
}

.icon-attention-circled:before {
  content: "\e82c";
}

.icon-export:before {
  content: "\e83a";
}

.icon-info-circled:before {
  content: "\e83b";
}

.icon-attention:before {
  content: "\e83c";
}

.icon-level-up:before {
  content: "\e83d";
}

.icon-users:before {
  content: "\e842";
}

.icon-users-1:before {
  content: "\e843";
}

.icon-key:before {
  content: "\e844";
}

.icon-lock-open-alt:before {
  content: "\e845";
}

.icon-lock2:before {
  content: "\e846";
}

.icon-lock-alt:before {
  content: "\e847";
}

.icon-lock-open:before {
  content: "\e848";
}

.icon-spin6:before {
  content: "\e849";
}

.icon-cog:before {
  content: "\e84a";
}

.icon-mail:before {
  content: "\e84b";
}

.icon-email2:before {
  content: "\e84c";
}

.icon-money:before {
  content: "\e84d";
}

.icon-folder-empty:before {
  content: "\e84e";
}

.icon-doc-1:before {
  content: "\e84f";
}

.icon-cancel-circled:before {
  content: "\e850";
}

.icon-ok-circled:before {
  content: "\e851";
}

.icon-plus-circled:before {
  content: "\e852";
}

.icon-minus-circled:before {
  content: "\e853";
}

.icon-camera:before {
  content: "\e856";
}

.icon-zoom-in:before {
  content: "\e85e";
}

.icon-zoom-out:before {
  content: "\e860";
}

.icon-spin3:before {
  content: "\e861";
}

.icon-spin5:before {
  content: "\e862";
}

.icon-check:before {
  content: "\e863";
}

.icon-down-dir:before {
  content: "\e865";
}

.icon-up-dir:before {
  content: "\e866";
}

.icon-right-dir:before {
  content: "\e867";
}

.icon-left-dir:before {
  content: "\e868";
}

.icon-keyboard:before {
  content: "\e869";
}

.icon-resize-vertical:before {
  content: "\e86f";
}

.icon-pencil-alt:before {
  content: "\e870";
}

.icon-article:before {
  content: "\e871";
}

.icon-vcard:before {
  content: "\e872";
}

.icon-home-1:before {
  content: "\e874";
}

.icon-clock:before {
  content: "\e87d";
}

.icon-quote-right:before {
  content: "\e87e";
}

.icon-bold:before {
  content: "\e87f";
}

.icon-italic:before {
  content: "\e880";
}

.icon-underline:before {
  content: "\e881";
}

.icon-strike:before {
  content: "\e882";
}

.icon-list-bullet:before {
  content: "\e883";
}

.icon-list-numbered:before {
  content: "\e884";
}

.icon-ccw:before {
  content: "\e885";
}

.icon-block:before {
  content: "\e886";
}

.icon-align-left:before {
  content: "\e887";
}

.icon-align-center:before {
  content: "\e888";
}

.icon-align-right:before {
  content: "\e889";
}

.icon-align-justify:before {
  content: "\e88a";
}

.icon-indent-right:before {
  content: "\e88b";
}

.icon-indent-left:before {
  content: "\e88c";
}

.icon-code:before {
  content: "\e88d";
}

.icon-picture:before {
  content: "\e88e";
}

.icon-link:before {
  content: "\e88f";
}

.icon-youtube-play:before {
  content: "\e890";
}

.icon-angle-circled-up:before {
  content: "\e895";
}

.icon-angle-circled-down:before {
  content: "\e896";
}

.icon-angle-circled-right:before {
  content: "\e897";
}

.icon-angle-circled-left:before {
  content: "\e898";
}

.icon-thumbs-up-1:before {
  content: "\e899";
}

.icon-thumbs-down-1:before {
  content: "\e89a";
}

.icon-link2:before {
  content: "\e906";
}

.icon-pks-compare:before {
  content: "\e907";
}

.icon-pks-watchdog:before {
  content: "\e908";
}

.icon-reply:before {
  content: "\e90d";
}

.icon-forward:before {
  content: "\e90e";
}

.icon-arrow-loop:before {
  content: "\e90f";
}

.icon-chat3:before {
  content: "\e910";
}

.icon-bin:before {
  content: "\e911";
}

.icon-trash-1:before {
  content: "\e911";
}

.icon-plus2:before {
  content: "\f05d";
}

.icon-plus3:before {
  content: "\f067";
}

.icon-minus2:before {
  content: "\f068";
}

.icon-dash:before {
  content: "\f0ca";
}

.icon-new-tab:before {
  content: "\e902";
}

.icon-file-pdf:before {
  content: "\e901";
}

.icon-exit:before {
  content: "\e900";
}

.icon-help-circle-o:before {
  content: "\e904";
}

/*
   Animation example, for spinners
*/

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

.animate-spin:before {
  margin: 0;
  line-height: 25px;
  color: #ff9300;
}

.btn .animate-spin {
  line-height: 22px;
  height: 22px;
  text-align: center;
  width: 22px;
  margin: 0;
  vertical-align: sub!important;
  position: relative;
}

.btn .animate-spin:before {
  color: #fff;
  position: absolute;
  top: -2px;
  left: 0px;
}

.btn.iconBtn .animate-spin {
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.btn.iconBtn .animate-spin:before {
  top: 0px;
  left: 7px;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.black {
  color: #000;
}

.blue {
  color: #ff9300;
}

.row.smallPadding {
  margin: 0 -5px;
}

.row.smallPadding > div {
  padding: 0 5px;
}

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

.form-group .dropdown-toggle {
  border-radius: 4px !important;
}

.form-group .dropdown-toggle:focus {
  border: 1px solid #0452a7 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 82, 167, 0.24) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 82, 167, 0.24) !important;
}

.form-group textarea:focus,
.form-group input:focus,
.form-group select:focus {
  border: 1px solid #0452a7 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 82, 167, 0.24) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 82, 167, 0.24) !important;
}

.form-group .valid {
  position: relative;
}

.form-group .valid:after {
  content: '✓';
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: green;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  right: 21px;
  top: 10px;
  font-family: georgia;
  font-weight: bold;
  text-align: center;
}

.form-group .valid button {
  border: 1px solid #14AE0A;
  border-radius: 4px !important;
}

.form-group .notRequired .form-control {
  border-color: #ccc !important;
}

.form-group .notRequired .form-control:focus {
  border: 1px solid #0452a7 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 82, 167, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 82, 167, 0.6) !important;
}

.form-group .required {
  position: relative;
}

.form-group .required:after {
  content: '!';
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #d22630;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  right: 21px;
  top: 10px;
  font-family: georgia;
  font-weight: bold;
  text-align: center;
}

.form-group .required button {
  border: 1px solid red;
  border-radius: 4px !important;
}

.form-group .required .form-control {
  padding-right: 30px;
}

.form-group .requiredGroup:after {
  content: '!';
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #d22630;
  color: #fff;
  border-radius: 50px;
  bottom: 0px;
  position: absolute;
  font-family: georgia;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
  padding: 1px;
}

.form-group .percentageInput {
  position: relative;
}

.form-group .percentageInput:after {
  content: '%';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  color: #ADB0B8;
  position: absolute;
  right: 18px;
  top: 9px;
  font-family: georgia;
  font-weight: bold;
  text-align: center;
}

.form-group .percentageInput .form-control {
  padding-right: 22px;
  padding-left: 8px;
  text-align: right;
}

.form-group textarea.form-control {
  max-width: 100%;
  max-height: 300px;
}

.form-footer {
  border-top: 1px solid #bfbfbf;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
  -webkit-box-shadow: inset 0px 16px 28px -13px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 16px 28px -13px rgba(0, 0, 0, 0.04);
}

.form-footer .form-group {
  margin-bottom: 0;
}

.oneLine {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

label {
  font-weight: normal;
  margin-bottom: 5px;
}

.form-control {
  font-size: 16px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  color: #101010;
}

.form-control:focus {
  border: 1px solid #a6a6a6;
  box-shadow: none;
}

.form-horizontal .control-label {
  font-weight: normal!important;
  color: #A1A5AE;
}

input[type=checkbox],
input[type=radio] {
  margin: 2px 0 0;
}

.radio-inline,
.checkbox-inline {
  margin-left: 0;
  margin-right: 15px;
}

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

.btn {
  background-color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.btn-default {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ff9300;
  padding: 10px 40px;
  background: #ffffff;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  background-position: 0 0;
  outline: none;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ff9300;
  padding: 10px 40px;
  background: #ff9300;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #c27000;
  border: 1px solid #c27000;
  background-position: 0 0;
  outline: none;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #c27000;
  border-color: #b86a00;
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #c27000;
  background-image: none;
}

.btn-success {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #136631;
  padding: 10px 40px;
  background: #177c3b;
  text-decoration: none;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #0d4822;
  border: 1px solid #0d4822;
  background-position: 0 0;
  outline: none;
}

.btn-success:active,
.btn-success.active {
  background-color: #0d4822;
  border-color: #0c401e;
}

.btn-success:disabled,
.btn-success[disabled] {
  background-color: #0d4822;
  background-image: none;
}

.btn-info {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #46b8da;
  padding: 10px 40px;
  background: #5bc0de;
  text-decoration: none;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  border: 1px solid #2aabd2;
  background-position: 0 0;
  outline: none;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #995800;
  padding: 10px 40px;
  background: #ff9300;
  text-decoration: none;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #c27000;
  border: 1px solid #c27000;
  background-position: 0 0;
  outline: none;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c27000;
  border-color: #b86a00;
}

.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #c27000;
  background-image: none;
}

.btn-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #250709;
  padding: 10px 40px;
  background: #d22630;
  text-decoration: none;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #9e1d24;
  border: 1px solid #9e1d24;
  background-position: 0 0;
  outline: none;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #9e1d24;
  border-color: #961b22;
}

.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #9e1d24;
  background-image: none;
}

.btn {
  font-size: 1.1rem;
  height: 40px;
  line-height: 39px;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  overflow: hidden;
  text-decoration: none;
}

.btn.btnRounded {
  border-radius: 50px;
}

.btn.btnRadiusBase {
  border-radius: 5px;
}

.btn.btn-sm {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  height: 31px;
  margin-bottom: 8px;
}

.btn.btn-lg {
  font-size: 1.4rem;
  line-height: 1.333;
  height: 45px;
  margin-bottom: 8px;
}

.btn.btn-full-width {
  width: 100%;
}

.btn.iconBtn {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 1rem;
  padding: 0;
  line-height: 40px -1px;
  text-align: center;
}

.btn.iconBtn .icon {
  margin: 0;
}

.btn.iconBtn .icon:before {
  line-height: inherit;
}

.btn.iconBtn:before {
  line-height: inherit;
}

.btn .icon {
  margin-left: -5px;
  vertical-align: middle;
  margin-top: -2px;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-primary {
  font-weight: 700;
}

.btn-simple {
  font-size: 1rem;
  background: #f9f9f9;
  padding: 0 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-simple.iconBtn.icon-plus {
  color: #177c3b;
}

.btn-simple.iconBtn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff9300;
}

.btn-simple:hover {
  background: #ff9300;
  color: #fff!important;
}

.btn-line {
  font-size: 1rem;
  background: transparent;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c5c5c5;
}

.btn-line.iconBtn.icon-plus,
.btn-line.iconBtn .icon-plus,
.btn-line.iconBtn.icon-ok,
.btn-line.iconBtn .icon-ok {
  color: #177c3b;
}

.btn-line.iconBtn.icon-cancel-1,
.btn-line.iconBtn .icon-cancel-1 {
  color: #d22630;
}

.btn-line:hover {
  background: #ff9300;
  color: #fff!important;
  border-color: #ff9300;
}

.btn-line:hover .icon {
  color: #fff!important;
}

.btn-line.active {
  background: #ff9300;
  color: #fff!important;
  border-color: #ff9300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  font-weight: 700;
  border-radius: 30px;
}

.btn-default:hover,
.btn-default:focus {
  background: #ff9300 !important;
  border-color: #ff9300 !important;
  color: #fff!important;
}

.btn-default .animate-spin:before {
  color: #ff9300;
}

.btn-default.btn-sm .animate-spin {
  vertical-align: middle!important;
}

.btn-default.btn-sm .animate-spin:before {
  top: -1px;
  left: 1px;
}

.btn-default-red {
  border-radius: 30px;
  color: #7290b6;
  border-color: #fff;
}

.btn-default-red:hover {
  background: #034ea2 !important;
  border-color: #034ea2 !important;
  color: #fff!important;
}

.btn-default-red.active:hover {
  color: #ff9300!important;
}

.btn-default-red:focus {
  color: #034ea2;
}

.btn-default-red:active,
.btn-default-red.active {
  background: #ff9300;
  color: #fff;
}

.btn-default-gray {
  color: #034ea2;
  border-color: transparent;
  padding: 0 10px;
  border-radius: 5px;
  background: transparent;
  font-weight: bold;
  font-size: 20px;
}

.btn-default-gray .icon {
  margin-left: -10px;
}

.btn-default-gray:hover,
.btn-default-gray:focus {
  background: #034ea2 !important;
  border-color: #034ea2 !important;
  color: #fff!important;
}

.open .btn-line {
  background: #ff9300;
  color: #fff!important;
  border-color: #ff9300;
}

.open .dropdown-toggle.btn-default {
  background: #ff9300 !important;
  border-color: #ff9300 !important;
  color: #fff!important;
}

.input-group-btn .btn {
  height: 40px;
  line-height: 40px -1px;
}

.input-group.addonIn {
  width: 100%;
}

.input-group.addonIn .input-group-addon {
  background: none;
  position: absolute;
  z-index: 5;
  height: 60px;
  line-height: 60px;
  width: 40px;
  border: 0;
  color: #C5C5C5;
  padding: 0 5px;
}

.input-group.addonIn .input-group-addon .icon-pks-email2 {
  font-size: 18px;
}

.input-group.addonIn .input-group-addon .icon-pks-lock2 {
  font-size: 20px;
}

.input-group.addonIn .form-control {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  padding-left: 45px;
}

.input-group.buttonsIn .form-control {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.input-group.buttonsIn .groupIn {
  width: auto;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

.input-group.buttonsIn .groupIn .btn {
  border: 0;
  border-left: 0;
  background: none;
  padding: 0 10px;
  color: #034ea2;
}

.input-group.buttonsIn .groupIn .btn:hover {
  background: #034ea2;
  color: #fff;
}

.input-group.unit {
  background: none;
  border: none;
}

.input-group.unit .form-control {
  border-right: none;
}

.input-group.unit .form-control.ng-dirty.ng-dirty.ng-invalid + .input-group-addon {
  border: 1px solid #EC2828;
  border-left: none;
}

.input-group.unit .form-control.ng-dirty.ng-dirty.ng-valid + .input-group-addon {
  border: 1px solid #14AE0A;
  border-left: none;
}

.input-group.unit .form-control:disabled + .input-group-addon,
.input-group.unit .form-control[disabled] + .input-group-addon {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.input-group.unit .form-control + .input-group-addon {
  background: #fff;
  border-color: #cccccc;
  border-left: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  color: #555555;
}

.input-group.unit .form-control + .input-group-addon:before {
  content: '';
  position: absolute;
  width: 0;
  top: 5px;
  bottom: 5px;
  left: 1px;
  border-left: 1px solid #EBEBEB;
}

.input-group.unit .form-control:focus + .input-group-addon {
  border-color: #a6a6a6;
}

.input-group.date {
  width: 100%;
}

.input-group.date .form-control {
  padding-right: 45px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
  position: relative;
  width: 40px;
  background: url('../images/sprites2.png') -27px -877px no-repeat;
  height: 40px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.input-group.date .input-group-addon .glyphicon {
  display: none;
}

.input-group .input-group-addon.input-groupLabel {
  background: none;
  border: none;
  padding: 0;
  padding-right: 5px;
  display: table-cell;
  width: 1%;
  position: relative;
  cursor: default!important;
}

.input-group.overBtn {
  display: block;
}

.input-group.overBtn .input-group-btn {
  display: block;
  position: absolute;
  right: 0;
  z-index: 2;
  width: 0;
}

.input-group.overBtn .input-group-btn .btn {
  margin-left: 0;
}

.searchBlock .clearCaret {
  right: 50px;
  position: absolute;
  top: 15px;
  z-index: 5;
  color: #e5e5e5;
}

.searchBlock .clearCaret:hover {
  color: #aaa;
}

.searchBlock {
  margin-bottom: 40px;
}

.searchBlock .searchLabel {
  padding-right: 0;
  padding-top: 13px;
  text-align: left;
}

.searchBlock .input-group.root .form-control {
  padding-left: 85px;
}

.searchBlock .input-group .btnsIn {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0px;
  padding-left: 0px;
  z-index: 10;
}

.searchBlock .input-group .btnsIn .btn {
  height: 25px;
  width: 50px;
  line-height: 25px;
  padding: 0px 3px;
  float: none;
  display: block;
}

.searchBlock .input-group .form-control {
  padding-left: 180px;
  padding-right: 55px;
  border-color: #c5c5c5;
  height: 48px;
  line-height: inherit;
}

.searchBlock .input-group .iconBtn {
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0 4px!important;
  font-size: 20px;
}

.filterBlock {
  margin-bottom: 15px;
}

.filterBlock .filterBlockSearch {
  padding-left: 5px;
}

.filterBlock .filterBlockSearch > input {
  height: 35px;
}

.filterBlock .filterButtonsBlock {
  position: relative;
}

.filterBlock .filterButtonsBlock .searchInputGroupBlock {
  display: inline-block;
}

.filterBlock .filterButtonsBlock .searchInputGroupBlock .input-group.buttonsIn .groupIn .btn {
  padding: 0;
}

.filterBlock .filterButtonsBlock .searchInputGroupBlock .input-group.buttonsIn .groupIn .btn:hover,
.filterBlock .filterButtonsBlock .searchInputGroupBlock .input-group.buttonsIn .groupIn .btn:focus {
  background: #ff9300;
}

.filterBlock .filterButtonsBlock .searchInputGroupBlock .input-group.buttonsIn .groupIn .btn:hover .icon,
.filterBlock .filterButtonsBlock .searchInputGroupBlock .input-group.buttonsIn .groupIn .btn:focus .icon {
  color: #fff;
}

.filterBlock .filterButtonsBlock .searchInputGroupBlock .input-group.buttonsIn .groupIn .btn .icon {
  color: #c3c3c3;
}

.filterBlock .filterButtonsBlock .helpText {
  position: absolute;
  left: 218px;
  bottom: 3px;
  margin: 0;
  right: 375px;
  z-index: 15;
}

.filterBlock .filterButtonsBlock .helpText .alert {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.filterBlock .sortButtons {
  text-align: right;
  float: right;
  font-size: 14px;
}

.filterBlock .sortButtons .sortLabel {
  margin-right: 10px;
}

.filterBlock .sortButtons .sortLabel .icon {
  width: 9px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  margin-bottom: -2px;
}

.filterBlock .sortButtons .sortLabel .icon:before {
  margin: 0;
  position: absolute;
  top: 0;
  right: -1px;
}

.filterBlock .sortButtons .sortLabel.descending .icon:before {
  right: auto;
  left: 0;
}

.filterBlock .sortButtons .sortBtn {
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  border-radius: 5px;
  text-decoration: underline;
  cursor: pointer;
}

.filterBlock .sortButtons .sortBtn:hover {
  text-decoration: none;
  color: #ff9300;
}

.filterBlock .sortButtons .sortBtn.active {
  background: #ff9300;
  color: #fff;
  text-decoration: none;
}

.filterBlock .sortButtons .displayOption {
  margin-left: 10px;
  display: inline-block;
}

.filterBlock .sortButtons .iconBtn {
  margin: 0 -1px;
  margin-top: -2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.filterBlock .filterPanel {
  display: table;
  width: 100%;
}

.filterBlock .filterPanel .panel-body .checkbox-inline {
  vertical-align: top;
  margin-bottom: 5px;
  width: 100%;
}

.filterBlock .filterPanel .panel-body .checkbox-inline small {
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
  opacity: 0.7;
}

.filterBlock .filterPanel .panel-body .checkbox-inline i {
  font-size: 80%;
  display: block;
  font-style: normal;
}

.basketBtn .btn {
  overflow: visible;
}

.basketBtn .btn .icon {
  display: inline-block;
  width: 40px;
  font-size: 20px;
}

.basketBtn .btn .numberItem {
  position: absolute;
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 29px;
  background: #ff9300;
  border: 3px solid #fff;
  color: #ffffff;
  border-radius: 100px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  left: auto;
  right: -7px;
  bottom: -13px;
  font-style: normal;
}

.basketBtn .btn .animate-spin:before {
  top: 0px;
  left: 6px;
}

.lg-forms-items .form-control,
.lg-forms-items .btn {
  height: 60px;
  line-height: 58px;
  font-size: 18px;
}

.lg-forms-items .form-control .animate-spin:before,
.lg-forms-items .btn .animate-spin:before {
  top: -1px;
  left: -3px;
}

.lg-forms-items .form-control {
  line-height: inherit;
  vertical-align: middle;
}

.lg-forms-items .basketBtn .btn .animate-spin:before {
  top: -1px;
  left: 5px;
}

.lg-forms-items .inputCountBlock .upCaret,
.lg-forms-items .inputCountBlock .downCaret {
  font-size: 13px;
}

.lg-forms-items .inputCountBlock .upCaret {
  top: 10px;
}

.lg-forms-items .inputCountBlock .downCaret {
  bottom: 10px;
}

.inputCountBlock {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inputCountBlock .form-control {
  border-radius: 5px !important;
  display: block;
  text-align: left!important;
  font-weight: 500;
}

.inputCountBlock .form-control::-moz-placeholder {
  color: #ff9300;
  opacity: 1;
}

.inputCountBlock .form-control:-ms-input-placeholder {
  color: #ff9300;
}

.inputCountBlock .form-control::-webkit-input-placeholder {
  color: #ff9300;
}

.inputCountBlock .input-group {
  border-spacing: 0;
}

.inputCountBlock .input-group > .form-control {
  padding: 0;
  border: 0;
}

.inputCountBlock .input-group .form-control.ng-dirty.ng-valid {
  border-color: #a3afcb;
}

.inputCountBlock .input-group .form-control.ng-dirty.ng-invalid {
  border-color: #a3afcb;
}

.inputCountBlock .input-group.unit .form-control {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
}

.inputCountBlock .input-group.unit .form-control .form-control {
  padding-right: 20px;
  min-width: 70px;
}

.inputCountBlock .input-group.unit .input-group-addon {
  padding: 6px 8px;
}

.inputCountBlock .upCaret,
.inputCountBlock .downCaret {
  position: absolute;
  right: 3px;
  z-index: 2;
  font-size: 10px;
  cursor: pointer;
}

.inputCountBlock .upCaret:hover,
.inputCountBlock .downCaret:hover {
  color: #ff9300;
}

.inputCountBlock .upCaret {
  top: 1px;
  height: 20px;
  line-height: 18px;
}

.inputCountBlock .upCaret .icon:before {
  vertical-align: bottom;
}

.inputCountBlock .downCaret {
  bottom: 1px;
  height: 20px;
  line-height: 20px;
}

.inputCountBlock .downCaret .icon {
  margin-top: 2px;
  display: inline-block;
}

.inputCountBlock .downCaret .icon:before {
  vertical-align: top;
}

.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  margin-left: -25px;
  opacity: 0;
}

.radio label,
.checkbox label {
  padding-left: 15px;
  padding-right: 15px;
}

.radio > label,
.checkbox > label {
  padding-left: 30px;
  position: relative;
}

.radio > label > span,
.checkbox > label > span {
  font-weight: 500;
}

.radio > label > span:before,
.checkbox > label > span:before {
  left: 0!important;
}

.radio > label small,
.checkbox > label small {
  padding-left: 0;
}

.radio > .panel,
.checkbox > .panel {
  margin-left: 30px;
  background: #F5F5F5;
}

label.radio-inline,
label.checkbox-inline {
  font-weight: 500;
  padding-left: 20px;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 0;
}

label.radio-inline input[type="radio"],
label.checkbox-inline input[type="radio"],
label.radio-inline input[type="checkbox"],
label.checkbox-inline input[type="checkbox"] {
  margin-left: -30px;
  cursor: pointer;
  opacity: 0;
}

label.radio-inline > span,
label.checkbox-inline > span {
  display: inline-block;
  min-height: 16px;
  position: relative;
  left: 5px;
}

label.radio-inline.standAlone,
label.checkbox-inline.standAlone {
  margin-right: 0;
}

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

.radio input[type="radio"] + span:before,
.radio-inline input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  background: url(../images/checkbox.svg) -33px -3px no-repeat;
  width: 22px;
  height: 23px;
  margin-top: 0px;
  left: -25px;
  position: absolute;
  background-size: 50px 122px;
}

.radio input[type="radio"] + span:hover:before,
.radio-inline input[type="radio"] + span:hover:before,
.radio input[type="radio"] + span:focus:before,
.radio-inline input[type="radio"] + span:focus:before {
  background-position: -33px -3px;
}

.radio input[type="radio"]:disabled + span,
.radio-inline input[type="radio"]:disabled + span,
.radio input[type="radio"][disabled] + span,
.radio-inline input[type="radio"][disabled] + span {
  color: #C3C3C3;
  cursor: not-allowed;
}

.radio input[type="radio"]:disabled + span:before,
.radio-inline input[type="radio"]:disabled + span:before,
.radio input[type="radio"][disabled] + span:before,
.radio-inline input[type="radio"][disabled] + span:before {
  background-position: -33px -93px;
  opacity: 0.8;
}

.radio input[type="radio"]:checked:disabled + span:before,
.radio-inline input[type="radio"]:checked:disabled + span:before,
.radio input[type="radio"][checked]:disabled + span:before,
.radio-inline input[type="radio"][checked]:disabled + span:before,
.radio input[type="radio"]:checked[disabled] + span:before,
.radio-inline input[type="radio"]:checked[disabled] + span:before,
.radio input[type="radio"][checked][disabled] + span:before,
.radio-inline input[type="radio"][checked][disabled] + span:before {
  background-position: -33px -63px;
  opacity: 0.8;
}

.radio input[type="radio"]:checked + span:before,
.radio-inline input[type="radio"]:checked + span:before,
.radio input[type="radio"][checked] + span:before,
.radio-inline input[type="radio"][checked] + span:before {
  background-position: -33px -33px;
}

.checkbox input[type="checkbox"] + span:before,
.checkbox-inline input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  background: url(../images/checkbox.svg) 0px -3px no-repeat;
  width: 22px;
  height: 23px;
  margin-top: 0px;
  left: -25px;
  position: absolute;
  background-size: 50px 122px;
}

.checkbox input[type="checkbox"] + span:hover:before,
.checkbox-inline input[type="checkbox"] + span:hover:before,
.checkbox input[type="checkbox"] + span:focus:before,
.checkbox-inline input[type="checkbox"] + span:focus:before {
  background-position: 0px -3px;
}

.checkbox input[type="checkbox"]:disabled + span,
.checkbox-inline input[type="checkbox"]:disabled + span,
.checkbox input[type="checkbox"][disabled] + span,
.checkbox-inline input[type="checkbox"][disabled] + span {
  color: #C3C3C3;
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + span:before,
.checkbox-inline input[type="checkbox"]:disabled + span:before,
.checkbox input[type="checkbox"][disabled] + span:before,
.checkbox-inline input[type="checkbox"][disabled] + span:before {
  background-position: 0px -63px;
  opacity: 0.8;
}

.checkbox input[type="checkbox"]:checked:disabled + span:before,
.checkbox-inline input[type="checkbox"]:checked:disabled + span:before,
.checkbox input[type="checkbox"][checked]:disabled + span:before,
.checkbox-inline input[type="checkbox"][checked]:disabled + span:before,
.checkbox input[type="checkbox"]:checked[disabled] + span:before,
.checkbox-inline input[type="checkbox"]:checked[disabled] + span:before,
.checkbox input[type="checkbox"][checked][disabled] + span:before,
.checkbox-inline input[type="checkbox"][checked][disabled] + span:before {
  background-position: 0px -93px;
  opacity: 0.8;
}

.checkbox input[type="checkbox"]:checked + span:before,
.checkbox-inline input[type="checkbox"]:checked + span:before,
.checkbox input[type="checkbox"][checked] + span:before,
.checkbox-inline input[type="checkbox"][checked] + span:before {
  background-position: 0px -33px;
}

.bigInputs.radio input[type="radio"],
.bigInputs.checkbox input[type="radio"],
.bigInputs.radio input[type="checkbox"],
.bigInputs.checkbox input[type="checkbox"] {
  margin-left: -30px;
}

.bigInputs.radio label,
.bigInputs.checkbox label {
  padding-left: 15px;
  padding-right: 15px;
}

.bigInputs.radio > label,
.bigInputs.checkbox > label {
  padding-left: 40px;
  position: relative;
  padding-top: 0px;
  padding-bottom: 10px;
}

.bigInputs.radio > label > span:before,
.bigInputs.checkbox > label > span:before {
  left: 0!important;
}

.bigInputs.radio > label small,
.bigInputs.checkbox > label small {
  padding-left: 0;
}

.bigInputs.radio > .panel,
.bigInputs.checkbox > .panel {
  margin-left: 40px;
  background: #F5F5F5;
}

.bigInputs.radio input[type="radio"] + span,
.bigInputs.radio-inline input[type="radio"] + span {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  line-height: 16px;
}

.bigInputs.radio input[type="radio"] + span:before,
.bigInputs.radio-inline input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  background: url(../images/checkbox.svg) -52px -7px no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 0;
  top: 0;
  left: -25px;
  position: absolute;
  background-size: 80px 195px;
}

.bigInputs.radio input[type="radio"] + span:hover:before,
.bigInputs.radio-inline input[type="radio"] + span:hover:before,
.bigInputs.radio input[type="radio"] + span:focus:before,
.bigInputs.radio-inline input[type="radio"] + span:focus:before {
  background-position: -52px -7px;
}

.bigInputs.radio input[type="radio"]:disabled + span,
.bigInputs.radio-inline input[type="radio"]:disabled + span,
.bigInputs.radio input[type="radio"][disabled] + span,
.bigInputs.radio-inline input[type="radio"][disabled] + span {
  color: #C3C3C3;
  cursor: not-allowed;
}

.bigInputs.radio input[type="radio"]:disabled + span:before,
.bigInputs.radio-inline input[type="radio"]:disabled + span:before,
.bigInputs.radio input[type="radio"][disabled] + span:before,
.bigInputs.radio-inline input[type="radio"][disabled] + span:before {
  background-position: -52px -102px;
  opacity: 0.8;
}

.bigInputs.radio input[type="radio"]:checked:disabled + span:before,
.bigInputs.radio-inline input[type="radio"]:checked:disabled + span:before,
.bigInputs.radio input[type="radio"][checked]:disabled + span:before,
.bigInputs.radio-inline input[type="radio"][checked]:disabled + span:before,
.bigInputs.radio input[type="radio"]:checked[disabled] + span:before,
.bigInputs.radio-inline input[type="radio"]:checked[disabled] + span:before,
.bigInputs.radio input[type="radio"][checked][disabled] + span:before,
.bigInputs.radio-inline input[type="radio"][checked][disabled] + span:before {
  background-position: -52px -151px;
  opacity: 0.8;
}

.bigInputs.radio input[type="radio"]:checked + span:before,
.bigInputs.radio-inline input[type="radio"]:checked + span:before,
.bigInputs.radio input[type="radio"][checked] + span:before,
.bigInputs.radio-inline input[type="radio"][checked] + span:before {
  background-position: -52px -55px;
}

.bigInputs.radio-inline {
  padding-left: 35px;
}

.bigInputs.radio-inline input[type="radio"] + span:before {
  left: -40px;
}

.bigInputs.checkbox input[type="checkbox"] + span,
.bigInputs.checkbox-inline input[type="checkbox"] + span {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  line-height: 16px;
}

.bigInputs.checkbox input[type="checkbox"] + span:before,
.bigInputs.checkbox-inline input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  background: url(../images/checkbox.svg) 0px -7px no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 0;
  top: 0;
  left: -25px;
  position: absolute;
  background-size: 80px 195px;
}

.bigInputs.checkbox input[type="checkbox"] + span:hover:before,
.bigInputs.checkbox-inline input[type="checkbox"] + span:hover:before,
.bigInputs.checkbox input[type="checkbox"] + span:focus:before,
.bigInputs.checkbox-inline input[type="checkbox"] + span:focus:before {
  background-position: 0px -7px;
}

.bigInputs.checkbox input[type="checkbox"]:disabled + span,
.bigInputs.checkbox-inline input[type="checkbox"]:disabled + span,
.bigInputs.checkbox input[type="checkbox"][disabled] + span,
.bigInputs.checkbox-inline input[type="checkbox"][disabled] + span {
  color: #C3C3C3;
  cursor: not-allowed;
}

.bigInputs.checkbox input[type="checkbox"]:disabled + span:before,
.bigInputs.checkbox-inline input[type="checkbox"]:disabled + span:before,
.bigInputs.checkbox input[type="checkbox"][disabled] + span:before,
.bigInputs.checkbox-inline input[type="checkbox"][disabled] + span:before {
  background-position: 0px -102px;
  opacity: 0.8;
}

.bigInputs.checkbox input[type="checkbox"]:checked:disabled + span:before,
.bigInputs.checkbox-inline input[type="checkbox"]:checked:disabled + span:before,
.bigInputs.checkbox input[type="checkbox"][checked]:disabled + span:before,
.bigInputs.checkbox-inline input[type="checkbox"][checked]:disabled + span:before,
.bigInputs.checkbox input[type="checkbox"]:checked[disabled] + span:before,
.bigInputs.checkbox-inline input[type="checkbox"]:checked[disabled] + span:before,
.bigInputs.checkbox input[type="checkbox"][checked][disabled] + span:before,
.bigInputs.checkbox-inline input[type="checkbox"][checked][disabled] + span:before {
  background-position: 0px -151px;
  opacity: 0.8;
}

.bigInputs.checkbox input[type="checkbox"]:checked + span:before,
.bigInputs.checkbox-inline input[type="checkbox"]:checked + span:before,
.bigInputs.checkbox input[type="checkbox"][checked] + span:before,
.bigInputs.checkbox-inline input[type="checkbox"][checked] + span:before {
  background-position: 0px -55px;
}

.bigInputs.checkbox-inline {
  padding-left: 35px;
}

.bigInputs.checkbox-inline input[type="checkbox"] + span:before {
  left: -40px;
}

a {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

.searchBlock .dropdown-menu > li > a > strong {
  color: #d22630;
}

.set {
  color: #737373;
  margin-right: 8px;
  text-transform: unset;
  font-weight: 800;
  display: inline-block;
}

.noUnderlineUnlessHover {
  text-decoration: none !important;
}

.noUnderlineUnlessHover:hover {
  text-decoration: underline !important;
}

.underlineLink {
  text-decoration: underline;
  color: #82878d;
}

.listFlume {
  border-left: 1px solid lightgray;
  height: 10px;
  border-bottom: 1px solid lightgray;
  width: 30px;
  position: relative;
  left: 10px;
  top: -5px;
  margin-right: 10px;
}

.listFlume.short {
  width: 15px;
}

.listFlume.indent {
  margin-left: 30px;
}

.listFlume.hideFlume {
  border: none;
}

.doubleList > li {
  display: inline-block;
  width: 45%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.doubleList > li > a {
  height: 35px;
}

h1 {
  font-size: 32px;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

h1 .btn {
  margin-top: -8px;
}

h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.3rem;
  color: #333;
}

.dark {
  color: #333;
}

.bgWhite {
  background: #fff;
}

.highlight {
  color: #001438;
  font-weight: 500;
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.dl-horizontal.leftAuto dt {
  width: auto;
}

.dl-horizontal.labelRight dt {
  text-align: right!important;
}

.dl-horizontal.dl-full-width {
  width: 100%;
}

.dl-horizontal.dl-table-border dt,
.dl-horizontal.dl-table-border dd {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 5px;
}

.dl-horizontal.dl-table {
  display: table;
}

.dl-horizontal.dl-table .dl-row {
  display: table-row;
}

.dl-horizontal.dl-table dt {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  min-width: 40px;
  padding-right: 30px;
  padding-bottom: 10px;
  float: none;
  font-weight: normal;
  white-space: normal;
  line-height: 17px;
}

.dl-horizontal.dl-table dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
  float: none;
  font-weight: bold;
}

.dl-horizontal.dl-table dd.text-right {
  text-align: right;
}

.dl-horizontal.dl-table dd.text-success {
  color: #177c3b;
}

.dl-horizontal.dl-table.vam dt,
.dl-horizontal.dl-table.vam dd {
  vertical-align: middle;
}

.dl-horizontal.dl-table.vam .bubble {
  margin: 0;
}

dt.small,
dd.small {
  font-size: 80%;
}

.favorites {
  cursor: pointer;
  color: #959595;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.favorites:hover {
  color: #ffa933;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.favorites.active {
  color: #ff9300;
}

.comparable {
  cursor: pointer;
  color: #959595;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comparable:hover {
  color: #0466d4;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.comparable.active {
  color: #034ea2;
}

.label {
  font-weight: normal;
  font-size: 9px;
  text-transform: uppercase;
  padding: 0.4em .8em .4em;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  border-radius: 4px;
}

.label.circle {
  border-radius: 50px;
  width: 16px;
  height: 16px;
  line-height: 17px;
  padding: 0;
}

.label.danger {
  background: #d22630;
}

.label.warning {
  background: #ff9300;
}

.label-discount {
  border: 1px solid #80e0ac;
  color: #80e0ac;
  background-color: transparent;
  font-weight: 700;
  margin-top: 0;
}

.label-info {
  border: 1px solid #002C73;
  color: #FFFFFF;
  background-color: #002C73;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
}

.caret {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 2px;
  vertical-align: middle;
  border: none;
  line-height: 10px;
  margin-top: -2px;
}

.caret.caretUp:before {
  content: "\e607";
}

.caret:before {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "\e601";
  vertical-align: middle;
  font-size: 13px;
}

.big-title {
  font-size: 130%;
}

.main-title {
  color: #101010;
}

span {
  display: inline-block;
  vertical-align: middle;
}

.custom-title {
  text-transform: uppercase;
  font-weight: 300;
  color: #333333;
}

.upper {
  text-transform: uppercase;
}

.glyphicon {
  vertical-align: initial;
}

.border-content {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
}

.itemLink {
  color: #034ea2;
}

.separator {
  margin-left: 0;
  margin-bottom: 0;
}

.separator li:after {
  margin: 0;
  content: "|";
  display: inline-block;
}

.separator li:last-of-type:after {
  display: none;
}

.separator li {
  padding-left: 0;
}

.separator li a {
  padding: 0 10px 0 0;
}

.separator.blue li:after {
  color: #ffffff;
}

.blue li a {
  color: #ffffff;
  text-decoration: underline !important;
}

.blue li a:hover {
  text-decoration: none !important;
}

.table-responsive {
  width: 100%;
  margin-bottom: 13.5px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.mobil-label {
  display: none;
  font-weight: bold;
}

.table.hideable .hide {
  display: none;
}

.table .imgTd {
  padding: 5px!important;
  width: 52px;
}

.table .imgTd img {
  min-width: 48px;
  max-width: 48px;
  border: 1px solid #e4e4e4;
}

.table .imgTd img.noImage {
  height: 48px;
}

.table td.breakAll,
.table th.breakAll {
  display: table-cell;
}

.table .inputTd {
  width: 130px;
  padding: 5px 10px!important;
  text-align: right;
}

.table .inputTd input {
  text-align: right;
}

.table .inputEditTd {
  position: relative;
}

.table .inputEditTd .inputAction {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  overflow: visible;
}

.table .unitTd {
  width: 100px;
}

.table .unitTd .unit {
  background: none;
  border: none;
  padding: 6px 5px;
}

.table .actionTd {
  width: 20px;
  border-color: #D2D2D2;
  white-space: nowrap;
}

.table .actionTd .btn.iconBtn {
  background-color: transparent;
  width: 32px;
  height: 32px;
  line-height: 31px;
}

.table .actionTd .btn.iconBtn:hover,
.table .actionTd .btn.iconBtn:focus {
  background: #034ea2;
}

.table .addTr > td {
  -webkit-box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #C5C5C5;
  background: #E6E7E9;
}

.table .infoTr > td {
  background: #fff!important;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  padding-top: 0px;
}

.table .infoTr > td .actionLinks {
  color: #034ea2;
}

.table .infoTr > td.last {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table .collectionParentTr > td {
  position: relative;
}

.table .collectionParentTr > td:first-child:before {
  content: '';
  position: absolute;
  width: 3px;
  background: #DBDEE7;
  top: 2px;
  bottom: -1px;
  left: -2px;
}

.table .collectionTr.first > td {
  -webkit-box-shadow: inset 0px 7px 6px -7px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 7px 6px -7px rgba(0, 0, 0, 0.16);
  border-top: 1px solid #CCCDCF;
}

.table .collectionTr > td {
  background: #F9F9F9!important;
  box-shadow: none;
  border: none;
  border-bottom: none;
  position: relative;
}

.table .collectionTr > td:first-child:before {
  content: '';
  position: absolute;
  width: 5px;
  background: #DBDEE7;
  top: -1px;
  bottom: 1px;
  left: -2px;
}

.table .collectionTr > td.last {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table.savedBasketTable {
  font-size: 14px;
}

.table.savedBasketTable > tbody > tr > td {
  border-bottom: 1px solid #F5F5F5;
  border-top: none;
  padding-left: 0;
}

.table.savedBasketTable > tbody > tr > td .icon-pks-right-arrow {
  font-size: 12px;
}

.table.savedBasketTable > tbody > tr > td.price {
  text-align: right;
}

.tableStyle {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 5px -2px rgba(170, 170, 170, 0.37);
  box-shadow: 0 2px 5px -2px rgba(170, 170, 170, 0.37);
  border-radius: 5px;
}

.tableStyle.smallTable > thead > tr > th {
  padding-left: 8px;
  padding-right: 8px;
}

.tableStyle.smallTable > tbody > tr > td,
.tableStyle.smallTable > tbody > tr > th {
  padding-left: 8px;
  padding-right: 8px;
}

.tableStyle .light {
  color: #959595;
}

.tableStyle .highlight {
  color: #001438;
  font-weight: 500;
}

.tableStyle .noTd {
  border: 0!important;
  background: none!important;
}

.tableStyle.noBorder {
  border: none;
}

.tableStyle.noColumns > thead > tr > th {
  border-right: none;
}

.tableStyle.noColumns > tbody > tr > td {
  border-right: none;
}

.tableStyle.noColumns > tbody > tr > td:last-child {
  border-right: none;
}

.tableStyle > thead > tr:first-child > th:first-child {
  border-top-left-radius: 5px;
}

.tableStyle > thead > tr:first-child > th:last-child {
  border-top-right-radius: 5px;
}

.tableStyle > thead > tr.transTr > th {
  background: #F9F9F9;
  color: #333;
  -webkit-box-shadow: inset 0px -8px 10px -7px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px -8px 10px -7px rgba(0, 0, 0, 0.14);
}

.tableStyle > thead > tr > th {
  background: #f3f3f3;
  color: #82878d;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  font-size: 13px;
  padding: 7px 10px;
  font-weight: 400;
}

.tableStyle > thead > tr > th[data-ng-click] {
  text-decoration: underline;
  -moz-text-decoration-style: dashed;
}

.tableStyle tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 5px;
}

.tableStyle tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 5px;
}

.tableStyle tbody > tr > td {
  border-right: 1px solid transparent;
  border-top: 1px solid #eee!important;
  padding: 7px 10px;
  color: #535456;
}

.tableStyle tbody > tr > td:last-child {
  border-right: none;
}

.tableStyle tbody > tr.firstLevel {
  background: #E6E6E6;
}

.tableStyle tbody > tr.secondLevel {
  background: #F1F1F1;
}

.tableStyle tbody > tr.thirdLevel {
  background: #FFF!important;
}

.catalogueTable {
  font-size: 14px;
}

.catalogueTable thead > tr > th {
  vertical-align: top;
}

.catalogueTable tbody > tr > td {
  vertical-align: middle!important;
  border-right: none;
}

.catalogueTable tbody > tr > td.priceTd {
  padding: 5px 15px;
  font-weight: 500;
  white-space: nowrap;
}

.catalogueTable tbody > tr > td.priceTd .dmocPrice {
  font-weight: 400;
}

.catalogueTable tbody > tr > td.titleTd {
  line-height: 20px;
  font-weight: 500;
}

.catalogueTable tbody > tr > td.titleTd a {
  text-decoration: none;
}

.catalogueTable .basketTd {
  padding: 0px 5px!important;
}

.catalogueTable .basketTd .basketBtnGroup {
  border-spacing: 5px;
  table-layout: fixed;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock {
  display: table-cell;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group {
  border-spacing: 0;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group > .form-control {
  padding: 0;
  border: 0;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group .form-control.ng-dirty.ng-valid {
  border-color: #a3afcb;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group .form-control.ng-dirty.ng-invalid {
  border-color: #a3afcb;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group.unit .form-control {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group.unit .form-control .form-control {
  padding-right: 20px;
  min-width: 70px;
}

.catalogueTable .basketTd .basketBtnGroup .inputCountBlock .input-group.unit .input-group-addon {
  padding: 6px 8px;
}

.catalogueTable .basketTd .basketBtnGroup .btn {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 18px;
  position: relative;
  overflow: visible;
}

.catalogueTable .basketTd .basketBtnGroup .btn .numberItem {
  position: absolute;
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 29px;
  background: #ff9300;
  border: 3px solid #fff;
  color: #ffffff;
  border-radius: 100px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  left: auto;
  right: -7px;
  bottom: -13px;
  font-style: normal;
}

.catalogueTable .favorites {
  margin-top: -2px;
}

.catalogueTable .favorites .icon:before {
  margin: 0;
}

.catalogueTable .itemTitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.catalogueTable .itemTitle:hover {
  text-decoration: underline;
  color: #b36700;
}

.catalogueTable .strong {
  font-weight: bold;
}

.catalogueTable .ownPrice {
  font-size: 18px;
}

.catalogueTable .dmocPrice {
  font-size: 16px;
}

.fixedPosFilter {
  width: 100%;
  bottom: 0;
  position: absolute;
  background: none;
  padding: 10px 8px  20px 8px;
  border-top: 1px solid #CECECE;
  -webkit-box-shadow: 0px -9px 25px -17px rgba(50, 50, 50, 0.6);
  box-shadow: 0px -9px 25px -17px rgba(50, 50, 50, 0.6);
  z-index: 10;
}

.fixedPosFilter.fixed {
  position: fixed;
  width: 830px;
  background: #fff;
}

.fixedPosFilterMargin {
  padding-bottom: 72px;
}

.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
  border-top: 0;
}

table.importTable tbody > tr > td {
  padding-bottom: 10px;
  padding-top: 10px;
}

table.importTable tbody > tr.warn {
  border: 2px solid #fc0;
  background: #fffaf0;
}

table.importTable tbody > tr.error {
  border: 2px solid #f00;
  background: #fff0f0;
}

table.importTable tbody > tr .rnd {
  font-weight: bold;
  color: #ca7b00;
}

.pagination {
  margin: 0;
  margin-top: 10px;
  display: block;
  float: left;
}

.pagination > li {
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}

.pagination > li > a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border: 1px solid #f9f9f9;
  color: #a3afcb;
  border-radius: 4px;
  font-size: 13px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.pagination > li > a:before {
  font-size: 18px;
  margin: 0px;
}

.pagination > li > a:hover {
  background: #034ea2;
  border-color: #034ea2;
  color: #fff;
}

.pagination > li > a.directionButt {
  background: #fff;
}

.pagination > li > a.directionButt:before {
  line-height: 18px;
}

.pagination > li > a.directionButt:hover {
  background: #034ea2;
  color: #fff;
  border-color: #034ea2;
}

.paginationInfo {
  display: inline-block;
  margin-left: 10px;
  margin-top: 16px;
}

.paginationInfo div {
  display: inline-block;
  margin-right: 10px;
}

.paginationInfo div:first-child {
  padding-right: 14px;
}

.listBread {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listBread > li {
  display: inline-block;
}

.listBread > li.active a {
  color: #333;
}

.listBread > li + li:before {
  padding: 0 2px;
  color: #999;
  content: "/\00a0";
}

.productItems {
  margin: 0 -10px;
}

.productItems .productItem {
  padding: 0 10px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.productItems .productItem .dispo .dl-horizontal.dl-table {
  display: table!important;
  width: 100%;
}

.productItems .productItem .dispo .dl-horizontal.dl-table .dl-row {
  display: table-row !important;
}

.productItems .productItem .dispo .dl-horizontal.dl-table .dl-row dt {
  display: table-cell !important;
  width: 80%;
}

.productItems .productItem .panel {
  margin-bottom: 0;
  position: relative;
}

.productItems .productItem .panel.panel-simple .panel-body {
  padding: 8px;
}

.productItems .productItem .panel.panel-simple .panel-body .favorites {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 13px;
}

.productItems .productItem .panel.panel-simple .panel-body .comparable {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 13px;
}

.productItems .productItem .panel.panel-simple .panel-body .productImage {
  margin: -9px;
  margin-bottom: 0;
  background: transparent;
  height: 180px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.productItems .productItem .panel.panel-simple .panel-body .productImage img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productItems .productItem .panel.panel-simple .panel-body .productImage .noImage {
  height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productItems .productItem .panel.panel-simple .panel-body .productSubTitle {
  font-size: 80%;
  display: block;
}

.productItems .productItem .panel.panel-simple .panel-body .productTitle {
  position: relative;
  margin-top: 10px;
  height: 80px;
  text-align: center;
}

.productItems .productItem .panel.panel-simple .panel-body .productTitle .itemTitle {
  font-size: 17px;
  padding-right: 20px;
  display: inline-block;
  line-height: 22px;
  text-decoration: none;
}

.productItems .productItem .panel.panel-simple .panel-body .productTitle .itemTitle .nameTitle {
  display: inline;
  font-weight: 600;
}

.productItems .productItem .panel.panel-simple .panel-body .productTitle .itemTitle .label {
  margin-top: 0;
}

.productItems .productItem .panel.panel-simple .panel-body .productTitle .itemTitle:hover .nameTitle {
  text-decoration: underline;
}

.productItems .productItem .panel.panel-simple .panel-body .productPrice {
  font-size: 13px;
  padding-top: 5px;
  height: 80px;
}

.productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal {
  width: 100%;
}

.productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal dt,
.productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal dd {
  padding-bottom: 0px;
  white-space: nowrap;
}

.productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal dt {
  padding-top: 2px;
}

.productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal dt span {
  font-size: 75%;
}

.productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal dd {
  font-size: 15px;
  text-align: right;
  font-weight: 500;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs {
  display: table;
  width: 100%;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock {
  display: table-cell;
  vertical-align: top;
  width: 115px;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group {
  border-spacing: 0;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group > .form-control {
  padding: 0;
  border: 0;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group .form-control.ng-dirty.ng-valid {
  border-color: #a3afcb;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group .form-control.ng-dirty.ng-invalid {
  border-color: #a3afcb;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group.unit .form-control {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group.unit .form-control .form-control {
  padding-right: 20px;
  min-width: 70px;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .input-group.unit .input-group-addon {
  padding: 6px 8px;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .upCaret {
  top: 4px;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .inputCountBlock .downCaret {
  bottom: 4px;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .basketBtn {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.productItems .productItem .panel.panel-simple .panel-body .productInputs .form-control,
.productItems .productItem .panel.panel-simple .panel-body .productInputs .btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

@media (min-width: 700px) {
  .productItems .productItem {
    width: 50%;
  }

  .productItems .productItem:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .productItems .productItem {
    width: 33.3%;
  }

  .productItems .productItem:nth-child(2n+1) {
    clear: none;
  }

  .productItems .productItem:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 1400px) {
  .productItems .productItem {
    width: 25%;
  }

  .productItems .productItem:nth-child(2n+1) {
    clear: none;
  }

  .productItems .productItem:nth-child(3n+1) {
    clear: none;
  }

  .productItems .productItem:nth-child(4n+1) {
    clear: both;
  }
}

@media (max-width: 619px) {
  .productItems .productItem .panel.panel-simple {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #C7C7C7;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.1);
  }

  .productItems .productItem .panel.panel-simple .panel-body .productTitle {
    height: auto;
    min-height: 60px;
  }

  .productItems .productItem .panel.panel-simple .panel-body .productTitle .itemTitle {
    margin-bottom: 10px;
  }

  .productItems .productItem .panel.panel-simple .panel-body .productPrice {
    height: auto;
  }

  .productItems .productItem .panel.panel-simple .panel-body .productPrice .dl-horizontal dd {
    text-align: left;
  }
}

.deliveryDateBlock .tooltip .tooltip-inner {
  background: #d22630;
}

.deliveryDateBlock .tooltip .tooltip-arrow {
  border-bottom-color: #d22630;
}

.panel {
  margin-bottom: 25px;
}

.panel .panel-body .description {
  border-bottom: 1px solid #ECECEC;
  margin: -15px;
  margin-bottom: 30px;
  padding: 20px;
}

.panel.actionPanel .panel-body {
  position: relative;
  padding-right: 50px;
}

.panel.actionPanel .topRightButton {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  margin-top: 5px;
}

.panel.actionPanel .topRightButton .btn-default {
  background: #fff;
  border-radius: 0;
  border: none;
}

.panel.actionPanel .topRightButton .iconBtn {
  height: 40px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.panel.actionPanel .topRightButton .iconBtn .icon {
  margin: 0;
}

.panel.actionPanel .topRightButton .iconBtn:hover {
  background: #666;
}

.panel.panel-default {
  border: none;
  border-top: 1px solid #EFEFEF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel.panel-default .labelTitle {
  font-size: 1.2rem;
  height: 36px;
  line-height: 36px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.panel.panel-default .panel-heading {
  position: relative;
  padding: 0;
  background: none;
  border: none;
}

.panel.panel-default .panel-heading h3 {
  margin: 0;
  padding: 10px;
  line-height: 1.2;
}

.panel.panel-simple {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.panel.panel-simple .panel-heading {
  position: relative;
  padding: 0;
}

.panel.panel-simple .panel-heading h3 {
  margin: 0;
  padding: 10px;
  line-height: 1.2;
}

.panel.panel-simple .panel-heading .expandBtn {
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 0;
  width: 40px;
  background: transparent;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.panel.panel-simple .panel-heading .expandBtn.icon-angle-up:before {
  line-height: 35px;
}

.panel.panel-simple .panel-heading .expandBtn:before {
  font-size: 2rem;
  margin: 0;
  line-height: 40px;
  text-decoration: none;
}

.panel.panel-simple .panel-heading .expandBtn:hover {
  background: #034ea2;
  text-decoration: none;
  color: #fff;
}

.panel.panel-simple .panel-body {
  padding: 10px 10px;
}

.panel.panel-simple .labelTitle {
  font-size: 1.2rem;
  height: 36px;
  line-height: 36px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.filterFooter {
  margin-top: 15px;
}

.filterFooter.active {
  margin-top: 0px;
}

.filterFooter .filterFooterIn {
  background: #ececec;
  padding: 0px 15px;
  font-size: 13px;
  border-top: 1px solid #dedede;
}

.filterFooter .filterFooterIn .clearFilter {
  margin-top: 10px;
  margin-bottom: 10px;
}

.filterFooter .filterFooterIn .selectedAttributes {
  margin-top: 5px;
  margin-bottom: 5px;
}

.filterFooter .filterFooterIn .selectedAttributes strong {
  color: #002c73;
  margin-right: 10px;
}

.filterFooter .filterFooterIn .label-default {
  font-size: 11px;
}

.filterFooter .filterFooterIn .label-default .remove {
  color: #ffffff;
  font-size: 7px;
  vertical-align: middle;
  margin-left: 5px;
}

.panel.filterPanel {
  background: #f1f1f1;
  min-height: 150px;
  margin-bottom: 0;
}

.panel.filterPanel .panelMenu {
  display: table-cell;
  width: 209px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #d9d8d8;
  position: relative;
  vertical-align: top;
}

.panel.filterPanel .panelMenu .list-group {
  padding-bottom: 1px;
}

.panel.filterPanel .panelMenu .list-group .list-group-item {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-decoration: underline;
  padding: 6px 20px;
  font-size: 13px;
}

.panel.filterPanel .panelMenu .list-group .list-group-item:first-child {
  border-top: 0;
}

.panel.filterPanel .panelMenu .list-group .list-group-item.active {
  background: none;
  font-weight: bold;
  color: #001438;
  text-decoration: none;
  border-color: #e5e5e5;
}

.panel.filterPanel .panelMaxHeight {
  max-height: 490px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}

.panel.filterPanel .filterContentBlock {
  background: #e5e5e5;
  border-bottom: 1px solid #959595;
  margin: 8px -15px -11px -15px;
  padding: 15px;
  padding-right: 30px;
  color: #82878d;
}

.panel.filterPanel .panel-body {
  display: table-cell;
  padding: 0;
  position: relative;
}

.panel.filterPanel .panel-body .searchAttributes {
  background: #ececec;
  padding: 7px 19px;
  border-bottom: 1px solid #dedede;
}

.panel.filterPanel .panel-body .searchAttributes .form-control {
  height: 32px;
}

.panel.filterPanel .panel-body .clearFilter {
  display: block;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-top: 6px;
  float: right;
}

.panel.filterPanel .panel-body .panelMaxHeight {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
  padding-right: 30px;
  height: auto;
  position: relative;
}

.filterBtn {
  width: 210px;
}

.filterBtn.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well {
  padding: 15px;
  background-color: #EDEDED;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.13);
}

.panelDark {
  background: rgba(0, 0, 0, 0.06);
  padding: 15px;
}

.dropdown-menu {
  border-radius: 5px;
  padding: 0;
  line-height: 1.42857143;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.175);
}

.dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 10px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #CCC;
  border-left: 10px solid transparent;
  border-bottom-color: #dedede;
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: 11px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  border-left: 9px solid transparent;
  content: '';
}

.dropdown-menu li {
  border-bottom: 1px solid #f5f5f5;
}

.dropdown-menu li a {
  padding: 8px 20px;
}

.dropdown-menu li:last-child {
  border: none;
}

.dropdown-menu.dropdown-menuCart {
  padding: 0;
  top: 73px;
  width: 390px;
}

.dropdown-menu.dropdown-menuCart:before {
  left: auto;
  right: 43px;
}

.dropdown-menu.dropdown-menuCart:after {
  left: auto;
  right: 44px;
}

.dropdown-menu.dropdown-menuCart ul {
  list-style: none;
  padding: 0;
  max-height: 275px;
  overflow-y: auto;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 0;
}

.dropdown-menu.dropdown-menuCart li {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.dropdown-menu.dropdown-menuCart li:first-child a {
  padding-top: 15px;
  border: none;
}

.dropdown-menu.dropdown-menuCart li:first-child .close {
  top: 5px;
}

.dropdown-menu.dropdown-menuCart li:last-child {
  border: none;
}

.dropdown-menu.dropdown-menuCart li:last-child a {
  padding-bottom: 15px;
}

.dropdown-menu.dropdown-menuCart li a {
  display: block;
  text-decoration: none;
  white-space: normal;
  padding: 10px 25px 10px 15px;
}

.dropdown-menu.dropdown-menuCart li a h3 {
  font-size: 15px;
  color: #001438;
  line-height: 21px;
  margin: 0;
}

.dropdown-menu.dropdown-menuCart li a small {
  color: #d0d0d0;
  font-size: 15px;
}

.dropdown-menu.dropdown-menuCart li a:hover {
  background: #f5f5f5;
}

.dropdown-menu.dropdown-menuCart li .close {
  position: absolute;
  right: 7px;
  top: 0px;
  font-size: 25px;
  font-weight: bold;
}

.dropdown-menu.dropdown-menuCart .orderItem {
  padding: 15px 15px;
  background: #F8F8F8;
}

.dropdown-menu.dropdown-menuCart .orderItem .orderCount {
  font-size: 24px;
  color: #001438;
  font-weight: bold;
  float: left;
  height: 50px;
  line-height: 50px;
}

.dropdown-menu.dropdown-menuCart .orderItem .btn {
  font-size: 16px;
  float: right;
  height: 50px;
  line-height: 50px;
  width: 160px;
}

.dropdown-menu.dropdown-menuCart .savedBaskets {
  padding: 10px 15px;
  border-top: 1px solid #E1E1E1;
}

.dropdown-menu.dropdown-menuCart .savedBaskets .scrollContainerY {
  max-height: 125px;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 10px;
}

.dropdown-menu.dropdown-menuCart .savedBaskets .scrollContainerY table {
  margin: 0;
}

.dropdown-menu.dropdown-menuCart .savedBaskets .scrollContainerY table tr:last-child td {
  border: 0;
}

.dropdown-menu.dropdown-menuCart .savedBaskets .import {
  text-align: center;
  clear: both;
  padding-top: 0px;
}

.dropdown-menu.dropdown-menuCart .savedBaskets .import a {
  padding: 0;
  text-decoration: underline;
  font-size: 15px;
}

@media (max-width: 600px) {
  .basketMenuOpened {
    overflow: hidden;
  }

  .dropdown-menu.dropdown-menuCart {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    padding-top: 0px;
  }

  .dropdown-menu.dropdown-menuCart ul,
  .dropdown-menu.dropdown-menuCart .scrollContainerY {
    max-height: inherit!important;
  }

  .dropdown-menu.dropdown-menuCart ul {
    background: #f8f8f8;
  }

  .dropdown-menu.dropdown-menuCart ul li {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .dropdown-menu.dropdown-menuCart .btn-primary {
    padding: 0;
    width: 90px;
  }

  .dropdown-menu.dropdown-menuCart .orderItem {
    display: block;
    position: relative;
    left: 1px;
    right: 1px;
    z-index: 90;
    top: 0;
    border-bottom: 1px solid #d6caca;
  }

  .dropdown-menu.dropdown-menuCart .icon-pks-right-arrow {
    display: none;
  }
}

@media (max-height: 650px) and (max-width: 1024px) {
  .basketMenuOpened {
    overflow: hidden;
  }

  .dropdown-menu.dropdown-menuCart {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    padding-top: 0px;
  }

  .dropdown-menu.dropdown-menuCart ul,
  .dropdown-menu.dropdown-menuCart .scrollContainerY {
    max-height: inherit!important;
  }

  .dropdown-menu.dropdown-menuCart ul {
    background: #f8f8f8;
  }

  .dropdown-menu.dropdown-menuCart ul li {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .dropdown-menu.dropdown-menuCart .btn-primary {
    padding: 0;
    width: 90px;
  }

  .dropdown-menu.dropdown-menuCart .orderItem.mobile-visible {
    display: block;
    position: relative;
    left: 1px;
    right: 1px;
    z-index: 90;
    top: 0;
    border-bottom: 1px solid #d6caca;
  }

  .dropdown-menu.dropdown-menuCart .orderItem.mobile-hidden {
    display: none!important;
  }

  .dropdown-menu.dropdown-menuCart .icon-pks-right-arrow {
    display: none;
  }
}

@media (max-width: 400px) {
  .dropdown-menu.dropdown-menuCart .orderItem .btn-primary {
    padding: 0;
    width: 100%;
  }
}

.modal-dialog {
  cursor: default;
}

.modal-dialog .close {
  border: 2px solid #000;
  height: 24px;
  width: 25px;
  padding: 0;
  line-height: 20px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 7px;
  top: 7px;
}

.modal-dialog .modal-header .modal-title {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #034ea2;
}

.modal-dialog .modal-list {
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  z-index: 2;
}

.modal-dialog .modal-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-dialog .modal-list ul li {
  padding: 15px  15px  15px  25px;
  border-bottom: 1px solid #EDEDED;
}

.modal-dialog .modal-list ul li:last-child {
  border-bottom: none;
}

.modal-dialog .modal-body {
  background: #fff;
  padding: 15px 30px;
}

.modal-dialog .modal-footer {
  text-align: center;
}

.modal-dialog .modal-footer.text-center {
  text-align: center;
}

.modal-dialog .modal-footer.text-right {
  text-align: right;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .modal-lg.modal-dialog {
    width: 100%;
  }
}

.nav.nav-pills > li > a {
  color: #82878d;
  padding-left: 0;
  padding-right: 20px;
}

.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > a:focus {
  background-color: transparent;
  color: #034ea2;
}

.nav.nav-pills > li.active > a {
  color: #034ea2;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}

.breadcrumb a {
  text-decoration: none;
  text-transform: uppercase;
  color: #82878d;
  font-size: 13px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  vertical-align: text-bottom;
  text-transform: uppercase;
  color: #82878d;
  font-size: 13px;
}

.buy-steps {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.buy-steps li {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.buy-steps li a {
  text-decoration: none !important;
  color: #82878d;
}

.buy-steps li a:hover {
  text-decoration: underline;
}

.buy-steps li.active a {
  background-color: #ff9300;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 700;
}

.breadcrumb > li + li:before,
.buy-steps > li + li:before {
  content: "\e605";
  font-family: 'icomoon';
  display: inline-block;
}

.breadcrumb > li + li:before {
  font-size: 13px;
}

.buy-steps > li + li:before {
  font-size: 14px;
}

.leftSide {
  display: table-cell;
  background: #034ea2;
  vertical-align: top;
  width: 200px;
  color: #bac6dd;
}

.leftSide .logo {
  display: table-cell;
  text-align: center;
  height: 97px;
  background: #034ea2;
  width: 200px;
  padding: 20px;
  vertical-align: middle;
  border-right: 1px solid transparent;
}

.leftSide .logo img {
  width: 100%;
}

.leftSide .mainNav {
  background: #034ea2;
  border-right: 1px solid transparent;
}

.leftSide .mainNav .btn-link {
  margin-top: 20px;
  text-transform: none;
  color: #b2bdd5;
  text-decoration: underline;
  font-size: 15px;
}

.leftSide .mainNav .btn-link:hover,
.leftSide .mainNav .btn-link:focus {
  color: #ff9300;
}

.leftSide .mainNav > ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  height: 60px;
}

.leftSide .mainNav > ul > li {
  z-index: 1;
  float: left;
  position: relative;
  height: 59px;
  line-height: 60px;
  background: #034ea2;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 48%;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 3px;
}

.leftSide .mainNav > ul > li.active {
  background: #013e82;
  border-color: transparent;
  height: 60px;
}

.leftSide .mainNav > ul > li.active > a {
  color: #fff;
}

.leftSide .mainNav > ul > li > a {
  color: #b2bdd5;
  text-decoration: none;
  font-weight: 600;
  height: 60px;
  line-height: 61px;
  display: block;
}

.leftSide .mainNav > ul > li > a span {
  margin-right: 8px;
}

.leftSide .mainNav > ul > li:hover > a {
  text-decoration: none;
}

.leftSide .mainNav > ul > li:hover > a span {
  -webkit-box-shadow: -2px 2px 9px 1px rgba(0, 24, 50, 0.37);
  box-shadow: -2px 2px 9px 1px rgba(0, 24, 50, 0.37);
}

.leftSide .mainNav > ul > li:hover .btn-primary {
  background-color: #003672;
  background-position: 0 0;
}

.leftSide .mainNav > ul > li.catalogNav > a {
  padding-right: 12px;
}

.leftSide .mainNav > ul > li.catalogNav.active > a {
  line-height: 55px;
}

.leftSide .mainNav > ul > li.catalogNav.active > .dropdown,
.leftSide .mainNav > ul > li.catalogNav.active .pricesBtn {
  display: block;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown {
  display: none;
  width: 44px;
  position: absolute;
  bottom: -2px;
  height: 44px;
  right: 0;
  line-height: 44px;
  font-size: 11px;
  text-align: left;
  padding-left: 0;
  text-transform: none;
  z-index: 5;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .dropdown-menu {
  min-width: 220px;
  padding: 10px;
  left: -70px;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .dropdown-menu:before {
  left: 85px;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .dropdown-menu:after {
  left: 86px;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .selectedItem {
  color: #bac6dd;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .selectedItem span {
  text-decoration: underline;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .selectedItem .icon {
  font-size: 9px;
  position: relative;
  top: 2px;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .selectedItem:hover {
  color: #fff;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .btn-link {
  font-size: 12px;
  color: #034ea2;
  border-radius: 4px;
  padding: 0 8px;
  margin-top: 8px;
  margin-bottom: 0;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .btn-link:hover {
  text-decoration: none;
}

.leftSide .mainNav > ul > li.catalogNav > .dropdown .btn-link.active {
  background: #034ea2;
  color: #fff;
  text-decoration: none;
}

.leftSide .mainNav > ul > li.catalogNav .pricesBtn {
  display: none;
  width: 40px;
  position: relative;
  bottom: 0;
  right: 0;
  height: 26px;
  line-height: 20px;
  font-size: 15px;
  text-align: right;
  padding-right: 0px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.leftSide .mainNav > ul > li.catalogNav .pricesBtn:hover,
.leftSide .mainNav > ul > li.catalogNav .pricesBtn.active {
  color: #fff;
}

.leftSide .selectBranch {
  padding: 15px 10px;
}

.leftSide .contact {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bac6dd;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3e4967;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 10px;
  display: block;
}

.leftSide .contact:hover {
  text-decoration: none;
  background: #6A7690;
  color: #fff;
}

.leftSide .navbar-search {
  padding: 15px;
}

.leftSide .navbar-search input {
  border: 1px solid #969696;
}

.leftSide .navbar-search .btn {
  font-size: 1.3rem;
  padding: 0 5px;
  line-height: 0;
}

.leftSide .nav {
  margin-top: 10px;
}

.leftSide .nav .favoritesLink {
  background: #ff9300;
  color: #fff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.leftSide .nav .favoritesLink:hover,
.leftSide .nav .favoritesLink:focus {
  background-color: #9e1d24;
}

.leftSide .nav .favoritesLink .icon {
  font-size: 15px;
}

.leftSide .nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leftSide .nav ol li {
  width: 100%;
}

.leftSide .nav ol div {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bac6dd;
  width: 100%;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.leftSide .nav ol div a {
  padding: 6px 10px;
  display: block;
  color: #bac6dd;
  text-decoration: none;
}

.leftSide .nav ol div a.selected {
  color: #fff;
}

.leftSide .nav ol div > span {
  padding: 10px;
  padding-left: 25px;
  display: block;
}

.leftSide .nav ol div:hover {
  text-decoration: none;
  background: #6892c0;
  color: #fff;
}

.leftSide .nav ol div.selected {
  color: #fff;
  font-weight: 600;
}

.leftSide .nav ol div .expandButton {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  background: transparent;
  color: #DAE6FD;
  font-size: 0.8rem;
  line-height: 39px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-align: center;
}

.leftSide .nav ol ol {
  background: #4579b2;
}

.leftSide .nav ol ol div {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  padding: 5px 5px 5px 30px;
  border-bottom: none;
  color: #dee8e8;
}

.leftSide .nav ol ol div .expandButton {
  left: 0;
  background: none;
  color: #F1F8F4;
  font-size: 0.7rem;
  width: 25px;
  line-height: 32px;
  padding-right: 2px;
  text-align: right;
}

.leftSide .nav ol ol div > span {
  padding: 0px;
  display: block;
}

.leftSide .nav ol ol ol div {
  padding-left: 40px;
}

.leftSide .nav ol ol ol div .expandButton {
  left: 32px;
  line-height: 30px;
}

.leftSide .nav ol ol ol ol div {
  padding-left: 50px;
}

.leftSide .nav ol ol ol ol div .expandButton {
  left: 42px;
}

.leftSide .nav ol ol ol ol ol div {
  padding-left: 55px;
}

.leftSide .nav ol ol ol ol ol div .expandButton {
  left: 53px;
}

.leftSide .nav ol ol ol ol ol ol div {
  padding-left: 65px;
}

.leftSide .nav .officeFirstNav {
  padding-bottom: 50px;
}

.leftSide .loginBlock {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.leftSide .loginBlock .loginItemList {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.leftSide .loginBlock .loginItemList .infoItem {
  font-weight: 600;
}

.leftSide .loginBlock .loginItemList .logout a {
  color: #bac6dd;
  display: inline-block;
  margin: 5px 15px;
}

.header {
  height: 97px;
  background: #034ea2;
  border-bottom: none;
  position: relative;
  padding: 0 20px 0 10px;
}

.header .menuBtn {
  background: #034ea2;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 5px 9px;
  position: relative;
  top: 23px;
  float: left;
  border: none;
}

.header .deliveryDateBlock {
  float: right;
  color: white;
  text-align: center;
  padding-right: 2%;
}

.header .deliveryDateBlock .panel {
  padding: 6px 15px 4px 15px;
  color: #034ea2;
  margin-bottom: 0px;
  margin-top: 20px;
}

.header .deliveryDateBlock .panel a {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

.header .deliveryDateBlock .panel .deliveryDateWarning {
  vertical-align: bottom;
  font-size: 27px;
}

.header .deliveryDateBlock .panel .deliveryDateWarning > i:before {
  margin-left: 0;
}

.header .searchBlock {
  position: absolute;
  left: 310px;
  right: 370px;
  margin-bottom: 0;
  top: 25px;
  width: 21%;
}

.header .searchBlock .searchInputGroupBlock {
  display: table;
  width: 100%;
}

.header .searchBlock .searchInputGroupBlock .searchLabel {
  display: table-cell;
  display: none;
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup {
  display: table-cell;
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .btn-line {
  border-color: #034ea2;
  color: #98abc1;
  font-size: 10px;
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .form-control {
  border-color: transparent;
  padding-left: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .iconBtn {
  color: rgba(255, 255, 255, 0.56);
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .iconBtn:hover {
  background: transparent;
  color: #fff;
}

.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .iconBtn:focus,
.header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .iconBtn:active {
  outline: none;
}

.header .mainNav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}

.header .mainNav .btn-link {
  text-transform: none;
  color: #ffffff;
  text-decoration: underline;
  font-size: 15px;
  background: transparent;
  height: 44px;
  line-height: 44px;
  padding: 0 8px;
}

.header .mainNav .btn-link:hover,
.header .mainNav .btn-link:focus {
  color: #ffbe66;
}

.header .mainNav > ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.header .mainNav > ul > li {
  float: left;
  margin-right: 15px;
  position: relative;
  height: 44px;
  line-height: 44px;
  background: #1d60ab;
  border: 1px solid #1d60ab;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 125px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.header .mainNav > ul > li > a {
  color: #ffffff;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  display: block;
}

.header .mainNav > ul > li > a span {
  margin-right: 8px;
}

.header .mainNav > ul > li.active {
  background: #f9f9f9;
  border-color: #f9f9f9;
}

.header .mainNav > ul > li.active > a {
  color: #41566d;
}

.header .mainNav > ul > li:hover > a span {
  -webkit-box-shadow: -2px 2px 9px 1px rgba(0, 24, 50, 0.37);
  box-shadow: -2px 2px 9px 1px rgba(0, 24, 50, 0.37);
}

.header .mainNav > ul > li:hover .btn-primary {
  background-color: #003672;
  background-position: 0 0;
}

.header .mainNav > ul > li.catalogNav {
  width: 140px;
}

.header .mainNav > ul > li.catalogNav.active > .dropdown,
.header .mainNav > ul > li.catalogNav.active .pricesBtn {
  display: block;
}

.header .mainNav > ul > li.catalogNav > .dropdown {
  display: none;
  width: 39px;
  position: absolute;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  font-size: 11px;
  text-align: left;
  padding-left: 0;
  text-transform: none;
}

.header .mainNav > ul > li.catalogNav > .dropdown .dropdown-menu {
  min-width: 325px;
  padding: 10px;
}

.header .mainNav > ul > li.catalogNav > .dropdown .selectedItem {
  color: #bac6dd;
}

.header .mainNav > ul > li.catalogNav > .dropdown .selectedItem span {
  text-decoration: underline;
}

.header .mainNav > ul > li.catalogNav > .dropdown .selectedItem .icon {
  font-size: 9px;
  position: relative;
  top: 2px;
}

.header .mainNav > ul > li.catalogNav > .dropdown .selectedItem:hover {
  color: #fff;
}

.header .mainNav > ul > li.catalogNav > .dropdown .btn-link {
  font-size: 12px;
  color: #034ea2;
  border-radius: 4px;
  padding: 0 8px;
  margin-top: 8px;
  margin-bottom: 0;
}

.header .mainNav > ul > li.catalogNav > .dropdown .btn-link:hover {
  text-decoration: none;
}

.header .mainNav > ul > li.catalogNav > .dropdown .btn-link.active {
  background: #034ea2;
  color: #fff;
  text-decoration: none;
}

.header .mainNav > ul > li.catalogNav .pricesBtn {
  display: none;
  width: 35px;
  position: relative;
  bottom: 0;
  right: 0;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  text-align: right;
  padding-right: 0px;
  margin: 0;
  color: #002146;
}

.header .mainNav > ul > li.catalogNav .pricesBtn:hover,
.header .mainNav > ul > li.catalogNav .pricesBtn.active {
  color: #034ea2;
}

.header .loginBlock {
  float: right;
}

.header .loginBlock .loginItemList {
  margin: 0;
  padding: 0px 40px 0px 0px;
  transform: translateY(27px);
  list-style: none;
  text-align: right;
}

.header .loginBlock .loginItemList li {
  display: block;
  font-size: 0.9rem;
}

.header .loginBlock .loginItemList li a {
  color: #fff;
}

.header .loginBlock .loginItemList .infoItem.customPrice {
  margin-top: -10px;
}

.header .loginBlock .loginItemList .infoItem span {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
}

.header .loginBlock .loginItemList li.logout {
  font-size: 14px;
  text-align: right;
}

.header .loginBlock .loginItemList li.logout a {
  display: inline-block;
  margin-left: 10px;
}

.header .basketBlock {
  height: 97px;
  line-height: 97px;
  float: right;
  border-top: 1px solid rgba(241, 248, 255, 0.28);
}

.header .basketBlock .btnBasket {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  height: auto;
  width: auto;
  border-radius: 100px;
  border-color: transparent;
  display: inline-block;
  color: #034ea2;
  overflow: visible;
}

.header .basketBlock .btnBasket:focus {
  outline: none;
}

.header .basketBlock .btnBasket:hover,
.header .basketBlock .btnBasket:focus {
  border-color: transparent!important;
}

.header .basketBlock .btnBasket:hover .btnBasketText,
.header .basketBlock .btnBasket:focus .btnBasketText {
  background: transparent;
}

.header .basketBlock .btnBasket:hover .btnBasketText.btnBasketText--count,
.header .basketBlock .btnBasket:focus .btnBasketText.btnBasketText--count {
  color: #fff;
}

.header .basketBlock .btnBasket:hover .icon,
.header .basketBlock .btnBasket:focus .icon {
  background: transparent;
}

.header .basketBlock .btnBasket.highlightAnim .icon-pks-basket {
  -webkit-animation-name: rotate-y;
  -webkit-animation-duration: 1s;
  animation-name: rotate-y;
  animation-duration: 1s;
}

.header .basketBlock .btnBasket .btnBasketTextWrap {
  display: inline-flex;
  flex-direction: column;
  line-height: 18px;
  text-align: left;
  padding-top: 3px;
}

.header .basketBlock .btnBasket .btnBasketText {
  background: transparent;
  padding: 1px 15px 1px 0px;
  margin-left: 0;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -2px;
  font-size: 16px;
}

.header .basketBlock .btnBasket .btnBasketText.btnBasketText--count {
  color: #ff9300;
  font-size: 14px;
  padding-top: 3px;
  transition: 200ms ease-in-out all;
}

.header .basketBlock .btnBasket .numberItem {
  position: absolute;
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 29px;
  background: #ff9300;
  border: 3px solid #fff;
  color: #ffffff;
  border-radius: 100px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  left: auto;
  right: -7px;
  bottom: -13px;
  font-style: normal;
}

.header .basketBlock .btnBasket .icon {
  width: 48px;
  height: 48px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  position: relative;
  background: transparent;
  border-radius: 50px;
  font-size: 22px;
  margin-left: 0;
  padding-left: 5px;
}

.header .basketBlock .btnBasket .icon-cancel {
  font-size: 14px;
}

.header .basketBlock .btnBasket .icon-cancel:before {
  margin-left: 13px;
}

.tabletMenu .header .deliveryDateBlock .panel {
  padding-bottom: 0px;
  margin-top: 5px;
  padding-top: 7px;
}

.tabletMenu .header .mainNav {
  left: 0px;
}

.tabletMenu .header .mainNav > ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 1050px) {
  .header .mainNav > ul > li {
    margin-right: 5px;
    width: 95px;
  }

  .header .mainNav .btn-link {
    padding: 0 5px;
  }

  .header .loginBlock .loginItemList {
    padding-right: 25px;
  }
}

@media (max-width: 1399px) {
  .header .searchBlock {
    width: 25% !important;
  }
}

@media (max-width: 991px) {
  .header .searchBlock {
    left: 75px !important;
    width: 26% !important;
  }
}

@media (max-width: 619px) {
  .header .searchBlock .searchInputGroupBlock .searchInputGroup .input-group .form-control {
    padding-left: 20px !important;
  }
}

html {
  margin: 0;
  padding: 0;
  font-size: 15px;
  min-height: 100%;
  height: 100%;
  background: #034ea2;
}

body {
  font-family: 'Roboto', arial, sans-serif;
  color: #82878d;
  height: 100%;
  min-height: 100%;
  font-size: 1rem;
  background: #034ea2;
}

.label-set {
  background: #f08675;
}

.label-group {
  background: #f089ac;
}

.content-pseudo {
  content: "";
  display: block;
}

.sprite {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.sprite.spriteIn {
  background-image: none;
}

.sprite.spriteIn:before {
  content: "";
  display: block;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.container-fluid {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 4, 7, 0.08), 0px 0px 53px 0px rgba(0, 4, 7, 0.25);
  box-shadow: 0px 0px 7px 2px rgba(0, 4, 7, 0.08), 0px 0px 53px 0px rgba(0, 4, 7, 0.25);
}

.container-fluid:before,
.container-fluid:after {
  display: none;
}

.middle {
  display: table-cell;
  vertical-align: top;
  background: #f9f9f9;
  background-size: 210px 210px;
}

.middle .anonymousMenu {
  display: none;
  background: #013e82;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  color: #bac6dd;
}

.middle .anonymousMenu ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.middle .anonymousMenu ol li {
  width: 50%;
  float: left;
}

.middle .anonymousMenu ol li a {
  color: #bac6dd;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

.middle .anonymousMenu ol li a:hover {
  text-decoration: underline;
}

.content {
  padding: 25px;
}

.content .logo {
  display: none;
}

.marginItems {
  margin-bottom: -10px;
}

.marginItem {
  margin: 0px 5px 10px 5px;
}

.help {
  font-size: 12px;
  float: right;
  padding: 0;
  margin: 0;
}

.helpBlock .helpDiv {
  margin: 0px;
  display: inline;
}

.helpBlock .helpDiv p {
  margin-bottom: 0px;
}

.succesBlock {
  padding: 20px;
}

.succesBlock .succesTitle {
  font-size: 32px;
  position: relative;
}

.succesBlock .icon {
  position: absolute;
  left: 0;
}

.succesBlock p {
  padding-left: 0px;
}

.dotted {
  text-decoration-style: dotted;
  /*border-bottom:1px dotted @gray;text-decoration:none*/
}

/*a.dotted:hover {border-bottom:1px solid }*/

#loading-bar .bar {
  background-color: #ff9300 !important;
}

@media (min-width: 992px) {
  .OrderCreatedCtrl .container-default {
    padding-right: 300px;
    padding-top: 5%;
  }

  .OrderCreatedCtrl .middle {
    background-position: 100% -190px;
    background-size: 700px 700px;
  }
}

.cataloguePage {
  position: relative;
}

.cataloguePage .catalogueTable {
  margin-bottom: 0;
}

.cataloguePage .catalogueTable .dl-horizontal.dl-table dt {
  white-space: nowrap;
}

.cataloguePage .catalogueTable tr:focus-within td {
  background-color: #d9e9fb;
}

.cataloguePage .productSubTitle {
  font-size: 80%;
  display: block;
}

.priceLoader,
.priceLoader:before,
.priceLoader:after {
  color: #ddd;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  top: -10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.2s infinite linear;
  animation: load7 1.2s infinite linear;
}

.priceLoader {
  font-size: 10px;
  left: -30px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.priceLoader:before,
.priceLoader:after {
  content: '';
  position: absolute;
  top: 0;
}

.priceLoader:before {
  left: -8px;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.priceLoader:after {
  left: 8px;
}

@keyframes load7 {
  0% {
    box-shadow: 0 10px 0 -2px;
  }

  20% {
    box-shadow: 0 10px 0 -0.5px;
  }

  40% {
    box-shadow: 0 10px 0 -1px;
  }

  80% {
    box-shadow: 0 10px 0 -2.5px;
  }

  100% {
    box-shadow: 0 10px 0 -5px;
  }
}

.detailPage .product-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin: -20px;
  border-bottom: 1px solid #e4e4e4;
  box-shadow: -2px 4px 13px -7px rgba(0, 0, 0, 0.15);
}

.detailPage .product-gallery img {
  max-height: 320px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.detailPage .panel-simple {
  background: transparent;
}

.detailPage .productIconsBlock .btn {
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}

.detailPage .productIconsBlock .btn span {
  display: none;
}

.detailPage .detailPageNavBlock .backBtn {
  margin-top: 5px;
  float: left;
  margin-right: 10px;
}

.detailPage .detailPageNavBlock .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  float: left;
  padding-top: 17px;
}

.detailPage .unknownProduct {
  margin-top: 20px;
  border: 0;
}

.detailPage .imageBlock {
  padding: 20px;
  border-left: 0;
  background-color: #f9f9f9;
}

.detailPage .imageBlock .main-title {
  clear: both;
  margin-top: 10px;
  margin-bottom: 15px;
}

.detailPage .imageBlock .productPackages .basketBtnGroup .btn {
  border-radius: 5px;
  font-size: 18px;
}

.detailPage .imageBlock .productPackages .table td {
  vertical-align: middle;
}

.detailPage .imageBlock .productPackages .table th {
  padding-left: 0;
}

.detailPage .imageBlock .table td {
  padding-left: 0;
}

.detailPage .imageBlock img {
  border: 1px solid #D7D7D7;
  margin-bottom: 15px;
}

.detailPage .countInput {
  width: 100%;
  text-align: right;
  display: inline-block;
  padding: 6px 3px 6px 0;
}

.detailPage .basketGroup {
  display: table;
  width: 100%;
}

.detailPage .basketGroup .inputCountBlock {
  display: table-cell;
  width: 125px;
}

.detailPage .basketGroup .inputCountBlock .input-group {
  border-spacing: 0;
}

.detailPage .basketGroup .inputCountBlock .input-group > .form-control {
  padding: 0;
  border: 0;
}

.detailPage .basketGroup .inputCountBlock .input-group .form-control.ng-dirty.ng-valid {
  border-color: #a3afcb;
}

.detailPage .basketGroup .inputCountBlock .input-group .form-control.ng-dirty.ng-invalid {
  border-color: #a3afcb;
}

.detailPage .basketGroup .inputCountBlock .input-group.unit .form-control {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
}

.detailPage .basketGroup .inputCountBlock .input-group.unit .form-control .form-control {
  padding-right: 20px;
  min-width: 70px;
}

.detailPage .basketGroup .inputCountBlock .input-group.unit .input-group-addon {
  padding: 6px 8px;
}

.detailPage .basketGroup .basketBtn {
  display: table-cell;
  padding: 10px;
}

.detailPage .detailWrap {
  overflow: hidden;
  width: 100%;
}

.detailPage .detailWrap .sameHeightFix {
  padding-bottom: 500em !important;
  margin-bottom: -500em !important;
}

.detailPage .detailWrap .imageBlock {
  float: right;
  width: 40%;
}

.detailPage .detailWrap .imageBlock .favoriteBtn:focus {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.detailPage .detailWrap .descriptionBlock {
  background: #fff;
  border-radius: 5px;
  float: left;
  width: 60%;
  padding: 20px;
}

.detailPage .detailWrap .descriptionBlock h1 {
  display: inline-block;
  vertical-align: top;
}

.detailPage .detailWrap .descriptionBlock .dl-horizontal.dl-table dt {
  width: 45%;
}

.detailPage .detailWrap .descriptionBlock .dl-horizontal.dl-table .dt85 {
  width: 85%;
}

.detailPage .detailWrap .descriptionBlock .dl-horizontal.dl-table .dt80 {
  width: 80%;
}

@media (max-width: 992px) {
  .detailPage .searchLabel {
    display: none;
  }

  .detailPage .detailWrap .imageBlock {
    width: 45%;
  }

  .detailPage .detailWrap .descriptionBlock {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .detailPage h1.mobile-visible {
    display: block !important;
  }

  .detailPage h1.mobile-hidden {
    display: none !important;
  }

  .detailPage .detailWrap {
    overflow: hidden;
    width: 100%;
  }

  .detailPage .detailWrap .sameHeightFix {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .detailPage .detailWrap .imageBlock {
    float: none;
    width: auto;
    border-left: 0;
    background-color: transparent;
  }

  .detailPage .detailWrap .descriptionBlock {
    float: none;
    width: auto;
  }
}

@media (max-width: 619px) {
  .detailPage .panel {
    border: 0;
  }

  .detailPage .detailWrap .imageBlock {
    padding-left: 0;
    padding-right: 0;
  }

  .detailPage .detailWrap .descriptionBlock {
    padding-left: 0;
    padding-right: 0;
  }

  .detailPage .detailWrap .descriptionBlock .dl-horizontal.dl-table dt {
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .detailPage .detailWrap .imageBlock {
    width: 30%;
  }

  .detailPage .detailWrap .descriptionBlock {
    width: 70%;
  }
}

.basketPage .onCtrlLeft {
  margin-top: 55px;
}

.basketPage .bottom-layout-border {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.basketPage .basketInfoBlock {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 13px;
  margin-bottom: 10px;
}

.basketPage .basketPanel .dl-horizontal {
  margin-bottom: 0;
}

.basketPage .basketPanel .dl-horizontal dt {
  white-space: nowrap;
}

.basketPage .basketPanel .labelTitle {
  font-weight: bold;
  color: #333;
  margin: 0;
  height: 28px;
  margin-top: -7px;
}

.basketPage .basketPanel small {
  margin-bottom: -5px;
  display: block;
}

.basketPage .charges .placeholder {
  color: #999;
}

.basketPage .charges :not(.placeholder) {
  color: #000;
}

.basketPanel {
  padding: 0;
}

.basketPanel .dl-horizontal dt,
.basketPanel .dl-horizontal dd {
  white-space: nowrap;
  padding-bottom: 5px;
}

.basketPanel .panelBasketFooter {
  padding: 10px 15px;
}

.basketPanel .tableHr {
  border-top: 1px solid #e6e6e6;
  margin-top: -1px;
}

.basketPanel .catalogueTable {
  table-layout: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.basketPanel .catalogueTable thead .actionTd {
  border-bottom-color: transparent;
}

.basketPanel .catalogueTable thead th {
  padding-left: 5px;
  padding-right: 5px;
}

.basketPanel .catalogueTable tbody > tr td {
  padding-left: 5px;
  padding-right: 5px;
}

.basketPanel .catalogueTable tbody > tr.separatorTop > td {
  border-top: 1px solid #e6e6e6!important;
  padding: 0!important;
  padding-top: 7px!important;
}

.basketPanel .catalogueTable tbody > tr.separatorTop + .groupTr > td {
  padding-top: 0!important;
}

.basketPanel .catalogueTable tbody > tr:last-child > td {
  padding-bottom: 10px!important;
}

.basketPanel .catalogueTable tbody > tr.separatorTop:last-child {
  display: none;
}

.basketPanel .catalogueTable tbody > tr.infoTr:last-child > td {
  border-bottom: 0!important;
}

.basketPanel .catalogueTable tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid transparent!important;
}

.basketPanel .catalogueTable .itemTitle {
  font-size: 15px;
}

.basketPanel .catalogueTable .titleTd {
  width: 390px;
}

.basketPanel .catalogueTable .imgTd {
  width: 70px;
  padding-left: 15px!important;
  text-align: center;
}

.basketPanel .catalogueTable .actionTd {
  width: 55px;
}

.basketPanel .catalogueTable .idEanTd {
  width: 145px;
}

.basketPanel .catalogueTable .priceTd {
  text-align: right;
  width: 12vw;
}

.basketPanel .catalogueTable .ownPrice {
  font-size: 15px;
}

.basketPanel .catalogueTable .countTd {
  width: 155px;
  text-align: left;
}

.basketPanel .catalogueTable .countTd .countTdValue {
  padding-left: 16px;
}

.basketPanel .catalogueTable .pricePackageTd {
  white-space: nowrap;
}

.basketPanel .catalogueTable .lastTd {
  padding-right: 25px;
}

.basketPanel .catalogueTable .inputEditTd {
  text-align: right;
}

.basketPanel .catalogueTable .catalogueTable {
  table-layout: fixed;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.basketPanel .catalogueTable .catalogueTable .imgTd {
  padding-left: 5px!important;
  width: 55px;
}

.basketPanel .catalogueTable .catalogueTable .titleTd {
  width: 335px;
}

.basketPanel .catalogueTable .catalogueTable .ownPrice {
  font-size: 14px;
  opacity: 0.5;
}

.simulationPage .basketPanel .catalogueTable .priceTd {
  width: 14vw;
}

.orderPage .orderBread {
  font-size: 1.3rem;
  margin: -10px;
  padding-right: 10px;
  float: right;
}

.orderPage .orderBread li {
  float: left;
  padding: 0 10px;
  color: #999;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}

.orderPage .orderBread .bubble {
  background: #C0C3C7;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 5px;
  border-radius: 0;
}

.orderPage .orderBread .before {
  color: #7296BE;
}

.orderPage .orderBread .before .bubble {
  background: #7296BE;
}

.orderPage .orderBread .active {
  color: #034ea2;
}

.orderPage .orderBread .active .bubble {
  background: #034ea2;
}

.orderPage .backButton {
  margin-top: 10px;
}

.statusP > td,
.statusP span {
  color: #199E38 !important;
}

.statusB > td,
.statusB span {
  color: #d22630 !important;
}

.statusD > td,
.statusD span {
  color: #6E6EF7 !important;
}

.detailPartnerPanel .panel-body {
  padding-bottom: 0;
}

.loginPage .container-default {
  padding-left: 90px;
  padding-top: 150px;
}

.loginPage .leftSide .nav {
  padding-top: 70px;
}

.loginPage .leftSide .nav ol li div {
  border: none;
  padding: 10px 40px;
  font-size: 14px;
}

.loginPage .leftSide .nav ol li a {
  padding: 0px;
  font-weight: inherit;
}

.loginPage.tabletMenu .middle .logo.mobile-visible {
  margin-bottom: 40px;
  display: inline-block !important;
}

.loginPage.tabletMenu .middle .logo.mobile-visible img {
  width: 120px;
}

.loginPage .middle {
  background-position: 100% -190px;
  background-size: 700px 700px;
}

.loginPage .middle h1 {
  color: #ff9300;
  font-size: 50px;
}

.loginPage .middle .loginForm .form-control {
  font-size: 18px;
  font-weight: 300;
}

.loginPage .middle .loginForm .oneLine {
  height: 50px;
  line-height: 50px;
}

.loginPage .middle .loginForm .btn {
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: 700;
}

.loginModal.modal-backdrop {
  background-image: -webkit-linear-gradient(top, #002349 0%, #004386 100%);
  background-image: -o-linear-gradient(top, #002349 0%, #004386 100%);
  background-image: linear-gradient(to bottom, #002349 0%, #004386 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002349', endColorstr='#ff004386', GradientType=0);
  opacity: 1;
}

.loginModal .modal-dialog {
  z-index: 1050;
  display: table!important;
  vertical-align: middle;
  height: 100%;
  min-height: 100%;
  max-width: 700px;
  margin: 0 auto;
  cursor: auto;
}

.loginModal .modal-dialog .modal-content {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background: none;
  border: none;
}

.loginModal .modal-dialog .modal-content .modal-content-in {
  background: #f5f5f5;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.loginModal .modal-dialog .modal-content .modal-content-in .modal-body {
  background: none;
}

.loginModal .modal-dialog .modal-header {
  text-align: center;
  background: #fff;
  padding: 0 15px;
}

.loginModal .modal-dialog .modalIntro {
  background: #00366f;
  color: #cedeee;
  font-size: 1.1rem;
  padding: 20px 60px;
}

.loginModal .modal-dialog .modalIntro h1 {
  color: #fff;
}

.loginModal .modal-dialog .loginForm {
  max-width: 440px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
}

.loginModal .modal-dialog .anonymousForm {
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
}

.loginModal .modal-dialog .copyright {
  position: relative;
  top: 10px;
  text-align: right;
  color: #8FA1B3;
  height: 1px;
}

.mySettingsPage .btn-primary {
  background: white;
  color: #002c73;
  border: 1px solid #002c73;
  border-radius: 18px;
}

.mySettingsPage .btn-primary:hover,
.mySettingsPage .btn-primary:focus {
  background: #002c73;
  color: white;
}

.mySettingsPage .contactPersonsContainer .contactPersonsTable td,
.mySettingsPage .contactPersonsContainer .contactPersonsTable th {
  border: none;
}

.mySettingsPage .deliveryAddressesContainer .deliveryAddDetailContainer {
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.mySettingsPage .deliveryAddressesContainer .deliveryAddDetailContainer .deliveryAddressBox {
  width: 200px;
  margin-right: 100px;
  margin-bottom: 40px;
}

.mySettingsPage .deliveryAddressesContainer .deliveryAddDetailContainer .deliveryAddDetailTable .btn.iconBtn {
  width: 23px;
  height: 25px;
  padding: 0;
  margin-top: -2px;
  line-height: 24px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.mySettingsPage .deliveryAddressesContainer .deliveryAddDetailContainer .deliveryAddDetailTable .btn.iconBtn:hover {
  background: none;
  color: #ff9300 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.deliveryAddressModalContainer .formInputs {
  padding-left: 20px;
  padding-right: 20px;
}

.contactPersonsModalContainer .formInputs,
.contactPersonsModalContainer .formOptions {
  padding-left: 20px;
  padding-right: 20px;
}

.comparePage .compareTableHelper {
  overflow: hidden;
  position: relative;
  background: #EDEAF0;
  border-top: 1px solid #E8E8E8;
}

.comparePage .compareTableHelper .compareTableHelperIn {
  overflow: auto;
  margin-left: 228px;
}

.comparePage .compareTableHelper .compareTableHelperIn .basketBtn .btn {
  transition: all 0.1s ease-in-out;
}

.comparePage .compareTableHelper .compareTableHelperIn .basketBtn .btn:active {
  transform: scale(0.9);
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable {
  border: 0;
  margin-bottom: 0;
  font-size: 12px;
  table-layout: fixed;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable .comFixedTd {
  background-color: transparent;
  font-weight: normal;
  text-align: left;
  width: 228px;
  position: absolute;
  left: 0;
  border-top: 1px solid #D8D8D8;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable .fillSpace {
  padding: 0;
  width: 100%;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable thead th {
  border: 0;
  width: 220px;
  white-space: normal;
  border-top: 1px solid #E9E9E9;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable thead th.noTd {
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable thead th.prouctTitleTd {
  position: relative;
  vertical-align: top;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable thead th.prouctTitleTd h3 {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable tbody th {
  background: transparent;
  border: 0;
  white-space: normal;
  border-top: 1px solid #E9E9E9;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable tbody th.groupTh {
  background: #E1E1E1;
  border: 0;
  height: 30px;
  border-top: 1px solid #D5D5D5;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable tbody td {
  border: 0;
  white-space: normal;
  border-top: 1px solid #E9E9E9;
  text-align: center;
  background: #fff;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable .productImage {
  vertical-align: middle;
  background: #fff;
  text-align: center;
}

.comparePage .compareTableHelper .compareTableHelperIn .compareTable .productImage img {
  max-height: 150px;
}

.compareBtn {
  position: fixed;
  bottom: 0;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #B2BDD5;
  border-bottom: 0;
  color: #1F58A0;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  z-index: 9;
}

.compareBtn .icon:before {
  margin-left: 0;
}

.compareBtn:hover,
.compareBtn:focus {
  background-color: #034ea2;
  color: #fff;
  border-color: #034ea2;
}

@media (max-width: 619px) {
  .comparePage .compareTableHelper .compareTableHelperIn {
    margin-left: 0;
    width: 100%;
  }

  .comparePage .compareTableHelper .compareTableHelperIn .compareTable .comFixedTd {
    width: 100%;
    z-index: 1;
    background: #F0F0F0;
  }

  .comparePage .compareTableHelper .compareTableHelperIn .compareTable .emptyCell {
    padding: 0;
    height: 0;
    border: 0;
  }

  .comparePage .compareTableHelper .compareTableHelperIn .compareTable .removeTd {
    padding-top: 55px!important;
  }

  .comparePage .compareTableHelper .compareTableHelperIn .compareTable tbody td {
    padding-top: 40px;
  }
}

.offerDetailContainer .percentageInput {
  position: relative;
  padding-right: 10px;
}

.offerDetailContainer .percentageInput:after {
  content: '%';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  color: #ADB0B8;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: georgia;
  font-weight: bold;
  text-align: center;
}

.offerDetailContainer .percentageInput.w70 {
  width: 70px !important;
}

.offerDetailContainer .percentageInput.th .form-control {
  height: 35px !important;
}

.offerDetailContainer .percentageInput .form-control {
  padding-right: 20px;
  padding-left: 8px;
  text-align: right;
}

.offerDetailContainer .btn.iconBtn {
  width: 30px;
}

.offerDetailContainer .btn.iconBtn.small {
  width: 20px;
  height: 35px;
}

.offerDetailContainer .btn.iconBtn.large {
  width: 100%;
}

.offerDetailContainer .center {
  margin: auto;
}

.offerDetailContainer .createItemTr {
  background: #fff;
}

.offerDetailContainer .createItemTr button {
  width: 100%;
}

.offerDetailContainer .createItemTr:hover {
  background: none !important;
}

.offerDetailContainer .inputCountBlock.disabled > span {
  color: #C3C3C3;
  cursor: not-allowed;
}

.tree .treeNode {
  display: none;
}

.tree .treeNode.opened {
  display: block;
}

.tree .treeNode .textCursor {
  cursor: text;
}

.tree .treeNode.tab {
  padding-left: 22px !important;
}

.tree .treeNode.pl55 {
  padding-left: 55px !important;
}

.companySelection .companySelectionItem {
  min-height: 90px;
}

.error {
  font-weight: bold;
  color: #d22630;
}

.success {
  font-weight: bold;
  color: #177c3b;
}

.alert {
  font-size: 16px;
  padding: 20px 15px;
  padding-right: 40px;
  border-radius: 5px;
  position: relative;
}

.alert .close {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #9D9100;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.alert .close:hover,
.alert .close:focus {
  color: #745D01;
}

.alert.alert-success {
  background-color: #358B57;
  border-color: #d6e9c6;
  color: #E5FFE6;
  text-align: center;
}

.alert.alert-warning {
  background-color: #ffeeb0;
  border-color: #ffeeb0;
  color: #fff;
}

.alert.alert-warning .alert-link {
  color: #D3B717;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-weight: normal;
}

.alerts {
  font-size: 17px;
  position: fixed;
  text-align: center;
  bottom: 10px;
  overflow: hidden;
  left: 0;
  margin-left: 0;
  margin: 0 auto;
  z-index: 9999;
  padding: 0;
  display: table;
  width: 100%;
}

.alerts .alert {
  -webkit-box-shadow: 0px 5px 8px -3px rgba(38, 39, 38, 0.62);
  box-shadow: 0px 5px 8px -3px rgba(38, 39, 38, 0.62);
  border-radius: 0;
  position: relative;
  display: inline-block;
  max-width: 500px;
  margin: 8px 15px;
}

.alerts .alert:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 0px;
  vertical-align: middle;
  margin-right: 10px;
  color: #FFF;
}

.alerts .alert button span {
  background: none!important;
}

.alerts .alert-success {
  background: #19743d;
  border-color: #005f26;
}

.alerts .alert-success:before {
  content: '\e825';
  color: #78C475;
}

.alerts .alert-danger {
  background: #db3232;
  border-color: #b51818;
}

.alerts .alert-danger:before {
  content: '\e82c';
}

.alerts .alert-warning {
  background: #db962a;
  border-color: #a06b18;
}

.alerts .alert-warning:before {
  content: '\e83c';
}

.alerts .alert-info {
  background: #e8e8e8;
  border-color: #e8e8e8;
}

.alerts .alert-info:before {
  content: '\e83b';
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 6px;
  color: inherit;
  font-size: 24px;
}

/* Jelly */

.alerts a {
  color: #5699bc;
}

.alerts a:hover,
.alerts a:focus {
  color: #fff;
}

.alerts .alert {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.alerts.hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@keyframes animFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */

@-webkit-keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.loadingWrap {
  text-align: center;
  margin-top: 30px;
}

.loadingWrap.appLoading {
  position: absolute;
  top: 40%;
  left: 49%;
}

.loader {
  position: relative;
  display: inline-block;
  margin: 0 12.5% 100px;
  width: 40px;
  height: 40px;
  border: 2px solid #ff9300;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
  -webkit-animation: spin 0.75s infinite linear;
}

.loader::before,
.loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

.loader-6 {
  border-color: transparent;
  border-top-color: #ff9300;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

.loader-6::after {
  display: block;
  border-color: transparent;
  border-top-color: #ff9300;
  animation: spin 0.75s infinite ease-in-out alternate;
  -webkit-animation: spin 0.75s infinite ease-in-out alternate;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 24px;
  padding: 1px;
  background-color: #C5C5C5;
  border-radius: 50px;
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: 22px;
  font-size: 10px;
  text-transform: uppercase;
  background: #D5D7D8;
  border-radius: inherit;
  -webkit-box-shadow: inset -2px 3px 1px -1px rgba(194, 194, 194, 0.46);
  box-shadow: inset -2px 3px 1px -1px rgba(194, 194, 194, 0.46);
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #177c3b;
  -webkit-box-shadow: inset -2px 3px 1px -1px rgba(0, 0, 0, 0.13);
  box-shadow: inset -2px 3px 1px -1px rgba(0, 0, 0, 0.13);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50px;
  -webkit-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
}

.switch-input:checked ~ .switch-handle {
  left: 29px;
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/* AUTOCOMPLETE */

.autocomplete {
  width: 100%;
  position: relative;
}

.autocomplete input {
  font-size: 1.2em;
  width: 100%;
  padding: 0.4em;
}

.autocomplete ul {
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  z-index: 16;
  padding: 0;
  -webkit-box-shadow: -1px 2px 0px 1px rgba(170, 170, 170, 0.2);
  box-shadow: -1px 2px 0px 1px rgba(170, 170, 170, 0.2);
}

.autocomplete li {
  text-align: left;
  list-style: none;
  width: 100%;
  padding: 0.4em;
  background-color: #fff;
}

.autocomplete li.active {
  width: 100%;
  background-color: #ff9300;
  color: #fff;
}

.autocomplete .highlight {
  color: #CF0600;
  font-weight: bold;
}

.autocomplete li.active .highlight {
  color: #CF0600;
  font-weight: bold;
}

/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

.mbcTimePicker .bootstrap-datetimepicker-widget {
  width: 150px;
}

.mbcTimePicker .bootstrap-datetimepicker-widget td {
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0!important;
}

.mbcTimePicker .bootstrap-datetimepicker-widget td span {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget .btn {
  height: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #034ea2;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #034ea2;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #034ea2;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

.lightbox-modal .modal-header {
  padding: 0;
  font-size: 16px;
  text-align: center;
  height: 35px;
  padding-top: 9px;
}

.lightbox-modal .modal-body {
  padding: 15px;
}

.lightbox-modal .lightbox-image-container {
  position: relative;
  text-align: center;
  /* center the image */
  /* the caption overlays the top left corner of the image */
}

.lightbox-modal .lightbox-image-container .lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em;
  /* the left and right margins are offset by 0.4em for the span box-shadow */
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

.lightbox-modal .lightbox-image-container .lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  /* pad the left and right of each line of text */
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75), -0.4em 0 0 rgba(255, 255, 255, 0.75);
}

.lightbox-modal .lightbox-image-container .prevImageLink,
.lightbox-modal .lightbox-image-container .nextImageLink {
  position: absolute;
  top: 50%;
  margin-top: -58px;
  height: 80px;
  line-height: 79px;
  width: 40px;
  font-size: 21px;
}

.lightbox-modal .lightbox-image-container .prevImageLink .icon:before,
.lightbox-modal .lightbox-image-container .nextImageLink .icon:before {
  margin: 0;
}

.lightbox-modal .lightbox-image-container .prevImageLink {
  left: -15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.lightbox-modal .lightbox-image-container .nextImageLink {
  right: -15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*! 
 * angular-loading-bar v0.7.1
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */

#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 5px;
  opacity: .55;
  -moz-box-shadow: #fc9904 7px 1px 6px 4px;
  -ms-box-shadow: #fc9904 7px 1px 6px 4px;
  -webkit-box-shadow: #fc9904 7px 1px 6px 4px;
  box-shadow: #fc9904 7px 1px 6px 4px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.multiselect-parent .dropdown-menu {
  width: 300px;
  overflow: none;
  height: 200px;
  padding: 0;
  margin-top: -1px;
  border-top: none;
}

.multiselect-parent .dropdown-menu a {
  color: #666;
}

.multiselect-parent .dropdown-menu .dropdown-header {
  background: #ffffff;
  padding: 5px 20px;
  border-bottom: 1px solid #A1A1A1;
}

.multiselect-parent .dropdown-menu .selectAll {
  width: 50%;
  float: left;
}

.multiselect-parent .dropdown-menu .selectAll a {
  padding: 10px 20px;
  display: block;
}

.multiselect-parent .dropdown-menu .selectAll a:hover {
  background: #E5E5E5;
}

.multiselect-parent .dropdown-menu .divider {
  clear: both;
  margin: 0;
}

.multiselect-parent .dropdown-menu .multiselect-content {
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 86px;
  padding-top: 5px;
}

.multiselect-parent .dropdown-menu .multiselect-content li a {
  padding: 5px 20px;
  display: block;
}

.multiselect-parent .dropdown-menu .multiselect-content li a:hover {
  background: #E5E5E5;
}

/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */

/* Slider colors */

/* Slider size parameters */

rzslider {
  display: inline-block;
  position: relative;
  height: 14px;
  width: 100%;
  margin: 15px 0 30px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 14px;
  z-index: 1;
  background: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #82878d;
}

rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #a3afcb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

rzslider .rz-pointer {
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: -5px;
  background-color: #034ea2;
  z-index: 3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

rzslider .rz-pointer.rz-active {
  background-color: #ff9300;
}

rzslider .rz-bubble {
  cursor: default;
  top: 22px;
  font-weight: bold;
  padding: 1px 3px;
  color: #55637d;
}

rzslider .rz-bubble.rz-selection {
  top: 12px;
}

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

rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  padding: 0 7px;
  z-index: 1;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

rzslider .rz-ticks .tick {
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}

rzslider .rz-ticks .tick.selected {
  background: #034ea2;
}

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

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-menu .logo {
  height: 65px;
  width: 256px;
}

.slideout-menu .logo img {
  width: auto;
  height: 100%;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  display: block;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/* ====================== lines button ==================================================*/

.lines-button {
  padding: 2rem 1rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  /* */
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:focus {
  outline: none;
}

.lines-button:active {
  transition: 0;
}

.lines-button .lines {
  display: inline-block;
  width: 34px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}

.lines-button .lines:before,
.lines-button .lines:after {
  display: inline-block;
  width: 34px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.lines-button .lines:before {
  top: 0.8rem;
}

.lines-button .lines:after {
  top: -0.8rem;
}

.lines-button:hover .lines:before {
  top: 1rem;
}

.lines-button:hover .lines:after {
  top: -1rem;
}

.slideout-open .lines-button {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.slideout-open .lines-button .lines {
  background: transparent;
}

.slideout-open .lines-button .lines:before,
.slideout-open .lines-button .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 34px;
}

.slideout-open .lines-button .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.slideout-open .lines-button .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.errorMessage {
  margin-top: 20px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.errorText {
  color: #d22630 !important;
}

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rrssb-buttons:after {
  clear: both;
}

.rrssb-buttons:after,
.rrssb-buttons:before {
  content: ' ';
  display: table;
}

.rrssb-buttons li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}

.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}

.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}

.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}

.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}

.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}

.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}

.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}

.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}

.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}

.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}

.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}

.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}

.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}

.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}

.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}

.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}

.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}

.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}

.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}

.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}

.rrssb-buttons li.rrssb-github a {
  background-color: #444444;
}

.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}

.rrssb-buttons li.rrssb-instagram a {
  background-color: #125688;
}

.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #0c3a5b;
}

.rrssb-buttons li.rrssb-delicious a {
  background-color: #0b79e5;
}

.rrssb-buttons li.rrssb-delicious a:hover {
  background-color: #095fb4;
}

.rrssb-buttons li.rrssb-vk a {
  background-color: #4d71a9;
}

.rrssb-buttons li.rrssb-vk a:hover {
  background-color: #3d5a86;
}

.rrssb-buttons li.rrssb-hackernews a {
  background-color: #ff6600;
}

.rrssb-buttons li.rrssb-hackernews a:hover {
  background-color: #cc5200;
}

.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}

.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}

.rrssb-buttons li a .rrssb-icon svg path {
  fill: #ffffff;
}

.rrssb-buttons li a .rrssb-text {
  color: #ffffff;
}

.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}

.rrssb-buttons li.small a {
  padding: 0;
}

.rrssb-buttons li.small a .rrssb-icon {
  left: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
}

.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}

.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
  height: auto;
}

.rrssb-buttons.large-format li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: .2em;
  padding: 8.5% 0 8.5% 12%;
}

.rrssb-buttons.large-format li a .rrssb-icon {
  height: 100%;
  left: 7%;
  padding-top: 0;
  width: 12%;
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rrssb-buttons.small-format {
  padding-top: 5px;
}

.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1px;
}

.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%;
}

.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}

.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}

.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 70%;
  width: 100%;
}

.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
  background-color: transparent;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
  fill: #0a88ff;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0054a3;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
  fill: #306199;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #18304b;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
  fill: #32506d;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #121d27;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
  fill: #007bb6;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #003650;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
  fill: #26c4f1;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #0b84a6;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
  fill: #e93f2e;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #a01e11;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
  fill: #df1c31;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #84111d;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
  fill: #8bbbe3;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #398bcf;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
  fill: #b81621;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #5d0b11;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
  fill: #ed4054;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #b61124;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
  fill: #444444;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #111111;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
  fill: #125688;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #061d2e;
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
  fill: #0b79e5;
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #064684;
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
  fill: #4d71a9;
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #2d4263;
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
  fill: #ff6600;
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
  fill: #993d00;
}

*[data-ng-click],
*[ng-click] {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control-feedback {
  visibility: hidden;
}

.has-feedback .form-control-feedback {
  visibility: visible;
}

input.ng-dirty.ng-valid {
  border: 1px solid #14AE0A;
}

input.ng-dirty.ng-invalid {
  border: 1px solid #EC2828;
}

/* style.css */

/* ANIMATION STYLINGS
============================================================================= */

.samoodecet-form {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

#form-views {
  width: auto;
}

/* basic styling for entering and leaving */

/* left and right added to ensure full width */

#form-views.ng-enter,
#form-views.ng-leave {
  position: absolute;
  left: 30px;
  right: 30px;
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}

/* enter animation */

#form-views.ng-enter {
  -webkit-animation: slideInRight 0.5s both ease;
  -moz-animation: slideInRight 0.5s both ease;
  animation: slideInRight 0.5s both ease;
}

/* leave animation */

#form-views.ng-leave {
  -webkit-animation: slideOutLeft 0.5s both ease;
  -moz-animation: slideOutLeft 0.5s both ease;
  animation: slideOutLeft 0.5s both ease;
}

/* ANIMATIONS
============================================================================= */

/* slide out to the left */

@keyframes slideOutLeft {
  to {
    transform: translateX(-200%);
  }
}

@-moz-keyframes slideOutLeft {
  to {
    -moz-transform: translateX(-200%);
  }
}

@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
  }
}

/* slide in from the right */

@keyframes slideInRight {
  from {
    transform: translateX(200%);
  }

  to {
    transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(200%);
  }

  to {
    -moz-transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(0);
  }
}

.animate-hide {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  opacity: 1;
}

.animate-hide.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0 10px;
}

.m0 {
  margin: 0px!important;
}

.m20 {
  margin: 20px!important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt0 {
  margin-top: 0px!important;
}

.mt5 {
  margin-top: 5px!important;
}

.mt10 {
  margin-top: 10px!important;
}

.mt15 {
  margin-top: 15px!important;
}

.mt20 {
  margin-top: 20px!important;
}

.mt25 {
  margin-top: 25px!important;
}

.mt30 {
  margin-top: 30px!important;
}

.mt40 {
  margin-top: 40px!important;
}

.mt50 {
  margin-top: 50px!important;
}

.mb0 {
  margin-bottom: 0px!important;
}

.mb5 {
  margin-bottom: 5px!important;
}

.mb10 {
  margin-bottom: 10px!important;
}

.mb15 {
  margin-bottom: 15px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb25 {
  margin-bottom: 25px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb50 {
  margin-bottom: 50px!important;
}

.mr5 {
  margin-right: 5px!important;
}

.mr10 {
  margin-right: 10px!important;
}

.mr15 {
  margin-right: 15px!important;
}

.mr20 {
  margin-right: 20px!important;
}

.mr25 {
  margin-right: 25px!important;
}

.mr35 {
  margin-right: 35px!important;
}

.ml5 {
  margin-left: 5px!important;
}

.ml10 {
  margin-left: 10px!important;
}

.ml15 {
  margin-left: 15px!important;
}

.ml20 {
  margin-left: 20px!important;
}

.ml25 {
  margin-left: 25px!important;
}

.ml30 {
  margin-left: 30px!important;
}

.p0 {
  padding: 0!important;
}

.p5 {
  padding: 5px!important;
}

.p10 {
  padding: 10px!important;
}

.p20 {
  padding: 20px!important;
}

.p30 {
  padding: 30px!important;
}

.pt0 {
  padding-top: 0px!important;
}

.pt5 {
  padding-top: 5px!important;
}

.pt10 {
  padding-top: 10px!important;
}

.pt20 {
  padding-top: 20px!important;
}

.pt35 {
  padding-top: 20px!important;
}

.pb0 {
  padding-bottom: 0px!important;
}

.pb5 {
  padding-bottom: 5px!important;
}

.pb10 {
  padding-bottom: 10px!important;
}

.pb15 {
  padding-bottom: 15px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

.pr0 {
  padding-right: 0px!important;
}

.pr5 {
  padding-right: 5px!important;
}

.pr10 {
  padding-right: 10px!important;
}

.pr15 {
  padding-right: 15px!important;
}

.pr20 {
  padding-right: 20px!important;
}

.pr30 {
  padding-right: 30px!important;
}

.pl0 {
  padding-left: 0px!important;
}

.pl5 {
  padding-left: 5px!important;
}

.pl10 {
  padding-left: 10px!important;
}

.pl20 {
  padding-left: 20px!important;
}

.pl25 {
  padding-left: 25px!important;
}

.pl30 {
  padding-left: 30px!important;
}

.pl35 {
  padding-left: 35px!important;
}

.w1 {
  width: 20px !important;
}

.w2 {
  width: 40px !important;
}

.w3 {
  width: 60px !important;
}

.w4 {
  width: 80px !important;
}

.w5 {
  width: 100px !important;
}

.w6 {
  width: 120px !important;
}

.w7 {
  width: 140px !important;
}

.w8 {
  width: 160px !important;
}

.w9 {
  width: 180px !important;
}

.w10 {
  width: 200px !important;
}

.w11 {
  width: 220px !important;
}

.w12 {
  width: 240px !important;
}

.cb {
  clear: both;
}

.fnone {
  float: none !important;
}

.lsn {
  list-style: none;
}

.smallerF {
  font-size: 10px;
}

.smallF {
  font-size: 12px;
}

.normalF {
  font-size: 15px;
}

.bigF {
  font-size: 17px;
}

.biggerF {
  font-size: 21px;
}

.bigger2F {
  font-size: 28px;
}

.biggestF {
  font-size: 32px;
}

.bigTitle {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal!important;
}

.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.vam {
  vertical-align: middle!important;
}

table.vam td,
table.vam th {
  vertical-align: middle!important;
}

.quiet,
.quiet a {
  color: #999;
}

.lightQuiet,
.lightQuiet > td {
  color: #828282 !important;
}

.bColor {
  color: #000 !important;
}

.rColor {
  color: #D22630 !important;
}

.gColor {
  color: #0AA31E !important;
}

.colRow {
  text-align: center;
}

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

.col5 {
  width: 20%;
  vertical-align: top;
}

.colRow .col2 {
  display: block;
  float: left;
}

.col2 {
  width: 50%;
  vertical-align: top;
}

.colRow .col3 {
  display: block;
  float: left;
}

.col3 {
  width: 33.3%;
  vertical-align: top;
}

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

.border {
  border-top: 1px solid #E0E0E0;
}

.border-light {
  border-top: 1px solid #f5f5f5!important;
}

.borderB {
  border-bottom: 1px solid #E0E0E0;
}

.w100p {
  width: 100%!important;
}

.w35 {
  width: 350px !important;
}

.w20 {
  width: 200px !important;
}

.lh25 {
  line-height: 25px;
}

.block {
  display: block!important;
}

.blockAll span {
  display: block;
}

.inline {
  display: inline!important;
}

.inlineBlock {
  display: inline-block !important;
}

.table.table,
.table-vam.table-vam {
  display: table;
}

.tr.tr {
  display: table-row;
  float: none!important;
}

.table-vam {
  width: 100%;
  height: 100%;
}

.td.td,
.table-vamItem.table-vamItem {
  display: table-cell;
  float: none!important;
}

.table-vamItem {
  vertical-align: middle!important;
}

.vat {
  vertical-align: top!important;
  float: none!important;
}

.vab {
  vertical-align: baseline !important;
}

.vam {
  vertical-align: middle !important;
  float: none !important;
}

.tableFixed {
  table-layout: fixed;
}

.circle {
  border-radius: 50%;
}

.hr {
  font-size: 0px;
  line-height: 0;
  height: 0;
  border-top: 1px solid #CCC;
  padding-bottom: 20px;
}

.noWrap {
  white-space: nowrap;
}

.fr.fr {
  float: right;
  display: inline;
}

.fl.fl {
  float: left;
  display: inline;
}

.noBorder {
  border: none!important;
}

.clearList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.overflowXA {
  overflow-x: auto;
}

.overflowVisible {
  overflow: visible!important;
}

.zidx3 {
  z-index: 3px !important;
}

.breakAll {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  display: inline-block;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sameHeight.sameHeight {
  display: table;
  table-layout: fixed;
  border-spacing: 15px;
  border-collapse: separate;
  width: 100%;
}

.sameHeightItem.sameHeightItem {
  display: table-cell;
  vertical-align: top;
}

.fn.fn {
  float: none;
}

.posR.posR {
  position: relative;
}

.posA.posA {
  position: absolute;
}

.bottom0 {
  bottom: 0!important;
}

.bottom5 {
  bottom: 5px!important;
}

.bottom10 {
  bottom: 10!important;
}

.left0 {
  left: 0!important;
}

.left5 {
  left: 5px!important;
}

.left10 {
  left: 10!important;
}

.bubble {
  border-radius: 50%;
}

.responsiveImg {
  width: 100%;
  height: auto;
}

.responsiveImg.resHeight {
  height: 100%;
  width: auto;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none;
}

.separatorTop {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 6px 6px -4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 6px 6px -4px rgba(0, 0, 0, 0.06);
  padding-top: 15px;
}

.cursorDefault {
  cursor: auto!important;
}

.hiddenVisibility {
  visibility: hidden!important;
}

.scrollContainerY {
  overflow-y: auto;
  max-height: 400px;
}

.js_hide.js_hide,
.hide.hide,
.ng-hide.ng-hide {
  display: none!important;
}

.flexContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fsp70 {
  font-size: 70%;
}

.lh31px {
  line-height: 31px !important;
}

@-webkit-keyframes rotate-y {
  from {
    -webkit-transform-transform: rotateY(0deg);
  }

  to {
    -webkit-transform-transform: rotateY(360deg);
  }
}

@keyframes rotate-y {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
  }

  .alerts .alert {
    width: 500px;
    margin: 8px auto;
    display: block;
  }

  .filterBlock .panel-body .checkbox-inline {
    width: 49%;
    margin-right: 0;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .respTable-md {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .respTable-md .respTd-md {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: auto;
  }

  .form-horizontal .control-label {
    padding-top: 9px;
  }

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

  .form-horizontal.labelRight-md label {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .filterBlock .panel-body .checkbox-inline {
    width: 33%;
  }
}

@media (min-width: 1681px) {
  .form-group {
    margin-bottom: 20px;
  }

  .container-fluid {
    width: 1681px;
    margin: 0 auto;
  }
}

@media (max-width: 1400px) {
  .basketPanel .catalogueTable {
    font-size: 13px;
  }

  .basketPanel .catalogueTable .itemTitle {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .tableStyle > thead > tr > th {
    font-size: 12px;
    padding: 5px 6px;
  }

  .tableStyle > tbody > tr > td {
    font-size: 13px;
    padding: 5px 6px;
  }

  .tableStyle .ownPrice {
    font-size: 14px;
  }

  .tableStyle .itemTitle {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  html {
    background: #fff;
  }

  .basketPage .onCtrlLeft {
    margin-top: 0px;
  }

  .loginPage .leftSide {
    display: table-cell;
  }

  .orderPanel .table {
    display: block;
  }

  .orderPanel .td {
    display: block;
  }

  .orderPanel .orderBread {
    float: left;
  }

  .loginPage .middle {
    background-position: 100% -135px;
    background-size: 500px 500px;
  }

  .header .loginBlock .loginItemList li.logout a span {
    display: none;
  }
}