@charset "UTF-8";
/* Colors */
/* Breakpoints */
/* Spacings */
/* Font sizes */
/* Component: Discount */
/* Component: Coldchain */
/* Component: Headerbar */
/* Component: Speedfinder */
/* Component: Slider */
/*------------------------------------*    #3D-PARTY COMPONENTS
\*------------------------------------*/
/**
 * Include bootstrap and basscss as sass variant
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #ee7202; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ee7202; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

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

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

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #ee7202;
  border-color: #d56602; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #bb5a02;
    border-color: #562901; }
  .btn-primary:hover {
    color: #fff;
    background-color: #bb5a02;
    border-color: #984901; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bb5a02;
    background-image: none;
    border-color: #984901; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #984901;
      border-color: #562901; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #ee7202;
    border-color: #d56602; }
  .btn-primary .badge {
    color: #ee7202;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #ee7202;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #a24e01;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #ee7202; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

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

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ee7202; }

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

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

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

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @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; }

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

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #ee7202;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #a24e01;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ee7202;
    border-color: #ee7202; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

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

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

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

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

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

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

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

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

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

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

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

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

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

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ee7202;
    border-color: #ee7202; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #fedcbe; }

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

button.list-group-item {
  width: 100%;
  text-align: left; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

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

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

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

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

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

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

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

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #ee7202; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #ee7202;
    border-color: #ee7202; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ee7202; }
    .panel-primary > .panel-heading .badge {
      color: #ee7202;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee7202; }

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

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

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

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

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

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

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

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

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

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */ }

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */ }

/* bootstrap hack end */
/* Basscss Typography */
.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.25; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

/* Basscss Layout */
.inline {
  display: inline; }

.block {
  display: block; }

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

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  box-sizing: border-box; }

/* Basscss Align */
.align-baseline {
  vertical-align: baseline; }

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

.align-middle {
  vertical-align: middle; }

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

/* Basscss Margin */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: 5px; }

.mt1 {
  margin-top: 5px; }

.mr1 {
  margin-right: 5px; }

.mb1 {
  margin-bottom: 5px; }

.ml1 {
  margin-left: 5px; }

.mx1 {
  margin-left: 5px;
  margin-right: 5px; }

.my1 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m2 {
  margin: 10px; }

.mt2 {
  margin-top: 10px; }

.mr2 {
  margin-right: 10px; }

.mb2 {
  margin-bottom: 10px; }

.ml2 {
  margin-left: 10px; }

.mx2 {
  margin-left: 10px;
  margin-right: 10px; }

.my2 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m3 {
  margin: 15px; }

.mt3 {
  margin-top: 15px; }

.mr3 {
  margin-right: 15px; }

.mb3 {
  margin-bottom: 15px; }

.ml3 {
  margin-left: 15px; }

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

.my3 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m4 {
  margin: 30px; }

.mt4 {
  margin-top: 30px; }

.mr4 {
  margin-right: 30px; }

.mb4 {
  margin-bottom: 30px; }

.ml4 {
  margin-left: 30px; }

.mx4 {
  margin-left: 30px;
  margin-right: 30px; }

.my4 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mxn1 {
  margin-left: -5px;
  margin-right: -5px; }

.mxn2 {
  margin-left: -10px;
  margin-right: -10px; }

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

.mxn4 {
  margin-left: -30px;
  margin-right: -30px; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 5px; }

.pt1 {
  padding-top: 5px; }

.pr1 {
  padding-right: 5px; }

.pb1 {
  padding-bottom: 5px; }

.pl1 {
  padding-left: 5px; }

.py1 {
  padding-top: 5px;
  padding-bottom: 5px; }

.px1 {
  padding-left: 5px;
  padding-right: 5px; }

.p2 {
  padding: 10px; }

.pt2 {
  padding-top: 10px; }

.pr2 {
  padding-right: 10px; }

.pb2 {
  padding-bottom: 10px; }

.pl2 {
  padding-left: 10px; }

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

.px2 {
  padding-left: 10px;
  padding-right: 10px; }

.p3 {
  padding: 15px; }

.pt3 {
  padding-top: 15px; }

.pr3 {
  padding-right: 15px; }

.pb3 {
  padding-bottom: 15px; }

.pl3 {
  padding-left: 15px; }

.py3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.px3 {
  padding-left: 15px;
  padding-right: 15px; }

.p4 {
  padding: 30px; }

.pt4 {
  padding-top: 30px; }

.pr4 {
  padding-right: 30px; }

.pb4 {
  padding-bottom: 30px; }

.pl4 {
  padding-left: 30px; }

.py4 {
  padding-top: 30px;
  padding-bottom: 30px; }

.px4 {
  padding-left: 30px;
  padding-right: 30px; }

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

@media (min-width: 768px) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.3333333333%; }
  .sm-col-2 {
    width: 16.6666666667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.3333333333%; }
  .sm-col-5 {
    width: 41.6666666667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.3333333333%; }
  .sm-col-8 {
    width: 66.6666666667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.3333333333%; }
  .sm-col-11 {
    width: 91.6666666667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.3333333333%; }
  .md-col-2 {
    width: 16.6666666667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.3333333333%; }
  .md-col-5 {
    width: 41.6666666667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.3333333333%; }
  .md-col-8 {
    width: 66.6666666667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.3333333333%; }
  .md-col-11 {
    width: 91.6666666667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.3333333333%; }
  .lg-col-2 {
    width: 16.6666666667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.3333333333%; }
  .lg-col-5 {
    width: 41.6666666667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.3333333333%; }
  .lg-col-8 {
    width: 66.6666666667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.3333333333%; }
  .lg-col-11 {
    width: 91.6666666667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: -webkit-flex;
  display: flex; }

@media (min-width: 768px) {
  .sm-flex {
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 992px) {
  .md-flex {
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 1200px) {
  .lg-flex {
    display: -webkit-flex;
    display: flex; } }

.flex-column {
  -webkit-flex-direction: column;
          flex-direction: column; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.items-start {
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.items-end {
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.items-center {
  -webkit-align-items: center;
          align-items: center; }

.items-baseline {
  -webkit-align-items: baseline;
          align-items: baseline; }

.items-stretch {
  -webkit-align-items: stretch;
          align-items: stretch; }

.self-start {
  -webkit-align-self: flex-start;
          align-self: flex-start; }

.self-end {
  -webkit-align-self: flex-end;
          align-self: flex-end; }

.self-center {
  -webkit-align-self: center;
          align-self: center; }

.self-baseline {
  -webkit-align-self: baseline;
          align-self: baseline; }

.self-stretch {
  -webkit-align-self: stretch;
          align-self: stretch; }

.justify-start {
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.justify-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.justify-center {
  -webkit-justify-content: center;
          justify-content: center; }

.justify-between {
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.content-start {
  -webkit-align-content: flex-start;
          align-content: flex-start; }

.content-end {
  -webkit-align-content: flex-end;
          align-content: flex-end; }

.content-center {
  -webkit-align-content: center;
          align-content: center; }

.content-between {
  -webkit-align-content: space-between;
          align-content: space-between; }

.content-around {
  -webkit-align-content: space-around;
          align-content: space-around; }

.content-stretch {
  -webkit-align-content: stretch;
          align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  -webkit-flex: none;
          flex: none; }

.order-0 {
  -webkit-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
          order: 3; }

.order-last {
  -webkit-order: 99999;
          order: 99999; }

/* Basscss Position */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (min-width: 480px) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important; } }

@media (min-width: 1200px) {
  .lg-hide {
    display: none !important; } }

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

/* Basscss Responsive Margin */
@media (min-width: 768px) {
  .sm-m0 {
    margin: 0; }
  .sm-mt0 {
    margin-top: 0; }
  .sm-mr0 {
    margin-right: 0; }
  .sm-mb0 {
    margin-bottom: 0; }
  .sm-ml0 {
    margin-left: 0; }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-m1 {
    margin: 5px; }
  .sm-mt1 {
    margin-top: 5px; }
  .sm-mr1 {
    margin-right: 5px; }
  .sm-mb1 {
    margin-bottom: 5px; }
  .sm-ml1 {
    margin-left: 5px; }
  .sm-mx1 {
    margin-left: 5px;
    margin-right: 5px; }
  .sm-my1 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .sm-m2 {
    margin: 10px; }
  .sm-mt2 {
    margin-top: 10px; }
  .sm-mr2 {
    margin-right: 10px; }
  .sm-mb2 {
    margin-bottom: 10px; }
  .sm-ml2 {
    margin-left: 10px; }
  .sm-mx2 {
    margin-left: 10px;
    margin-right: 10px; }
  .sm-my2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .sm-m3 {
    margin: 15px; }
  .sm-mt3 {
    margin-top: 15px; }
  .sm-mr3 {
    margin-right: 15px; }
  .sm-mb3 {
    margin-bottom: 15px; }
  .sm-ml3 {
    margin-left: 15px; }
  .sm-mx3 {
    margin-left: 15px;
    margin-right: 15px; }
  .sm-my3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .sm-m4 {
    margin: 30px; }
  .sm-mt4 {
    margin-top: 30px; }
  .sm-mr4 {
    margin-right: 30px; }
  .sm-mb4 {
    margin-bottom: 30px; }
  .sm-ml4 {
    margin-left: 30px; }
  .sm-mx4 {
    margin-left: 30px;
    margin-right: 30px; }
  .sm-my4 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .sm-mxn1 {
    margin-left: -5px;
    margin-right: -5px; }
  .sm-mxn2 {
    margin-left: -10px;
    margin-right: -10px; }
  .sm-mxn3 {
    margin-left: -15px;
    margin-right: -15px; }
  .sm-mxn4 {
    margin-left: -30px;
    margin-right: -30px; }
  .sm-ml-auto {
    margin-left: auto; }
  .sm-mr-auto {
    margin-right: auto; }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .md-m0 {
    margin: 0; }
  .md-mt0 {
    margin-top: 0; }
  .md-mr0 {
    margin-right: 0; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-ml0 {
    margin-left: 0; }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-m1 {
    margin: 5px; }
  .md-mt1 {
    margin-top: 5px; }
  .md-mr1 {
    margin-right: 5px; }
  .md-mb1 {
    margin-bottom: 5px; }
  .md-ml1 {
    margin-left: 5px; }
  .md-mx1 {
    margin-left: 5px;
    margin-right: 5px; }
  .md-my1 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .md-m2 {
    margin: 10px; }
  .md-mt2 {
    margin-top: 10px; }
  .md-mr2 {
    margin-right: 10px; }
  .md-mb2 {
    margin-bottom: 10px; }
  .md-ml2 {
    margin-left: 10px; }
  .md-mx2 {
    margin-left: 10px;
    margin-right: 10px; }
  .md-my2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .md-m3 {
    margin: 15px; }
  .md-mt3 {
    margin-top: 15px; }
  .md-mr3 {
    margin-right: 15px; }
  .md-mb3 {
    margin-bottom: 15px; }
  .md-ml3 {
    margin-left: 15px; }
  .md-mx3 {
    margin-left: 15px;
    margin-right: 15px; }
  .md-my3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .md-m4 {
    margin: 30px; }
  .md-mt4 {
    margin-top: 30px; }
  .md-mr4 {
    margin-right: 30px; }
  .md-mb4 {
    margin-bottom: 30px; }
  .md-ml4 {
    margin-left: 30px; }
  .md-mx4 {
    margin-left: 30px;
    margin-right: 30px; }
  .md-my4 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .md-mxn1 {
    margin-left: -5px;
    margin-right: -5px; }
  .md-mxn2 {
    margin-left: -10px;
    margin-right: -10px; }
  .md-mxn3 {
    margin-left: -15px;
    margin-right: -15px; }
  .md-mxn4 {
    margin-left: -30px;
    margin-right: -30px; }
  .md-ml-auto {
    margin-left: auto; }
  .md-mr-auto {
    margin-right: auto; }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1200px) {
  .lg-m0 {
    margin: 0; }
  .lg-mt0 {
    margin-top: 0; }
  .lg-mr0 {
    margin-right: 0; }
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml0 {
    margin-left: 0; }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-m1 {
    margin: 5px; }
  .lg-mt1 {
    margin-top: 5px; }
  .lg-mr1 {
    margin-right: 5px; }
  .lg-mb1 {
    margin-bottom: 5px; }
  .lg-ml1 {
    margin-left: 5px; }
  .lg-mx1 {
    margin-left: 5px;
    margin-right: 5px; }
  .lg-my1 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .lg-m2 {
    margin: 10px; }
  .lg-mt2 {
    margin-top: 10px; }
  .lg-mr2 {
    margin-right: 10px; }
  .lg-mb2 {
    margin-bottom: 10px; }
  .lg-ml2 {
    margin-left: 10px; }
  .lg-mx2 {
    margin-left: 10px;
    margin-right: 10px; }
  .lg-my2 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .lg-m3 {
    margin: 15px; }
  .lg-mt3 {
    margin-top: 15px; }
  .lg-mr3 {
    margin-right: 15px; }
  .lg-mb3 {
    margin-bottom: 15px; }
  .lg-ml3 {
    margin-left: 15px; }
  .lg-mx3 {
    margin-left: 15px;
    margin-right: 15px; }
  .lg-my3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .lg-m4 {
    margin: 30px; }
  .lg-mt4 {
    margin-top: 30px; }
  .lg-mr4 {
    margin-right: 30px; }
  .lg-mb4 {
    margin-bottom: 30px; }
  .lg-ml4 {
    margin-left: 30px; }
  .lg-mx4 {
    margin-left: 30px;
    margin-right: 30px; }
  .lg-my4 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .lg-mxn1 {
    margin-left: -5px;
    margin-right: -5px; }
  .lg-mxn2 {
    margin-left: -10px;
    margin-right: -10px; }
  .lg-mxn3 {
    margin-left: -15px;
    margin-right: -15px; }
  .lg-mxn4 {
    margin-left: -30px;
    margin-right: -30px; }
  .lg-ml-auto {
    margin-left: auto; }
  .lg-mr-auto {
    margin-right: auto; }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

/* Basscss Responsive Padding */
@media (min-width: 768px) {
  .sm-p0 {
    padding: 0; }
  .sm-pt0 {
    padding-top: 0; }
  .sm-pr0 {
    padding-right: 0; }
  .sm-pb0 {
    padding-bottom: 0; }
  .sm-pl0 {
    padding-left: 0; }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0; }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm-p1 {
    padding: 5px; }
  .sm-pt1 {
    padding-top: 5px; }
  .sm-pr1 {
    padding-right: 5px; }
  .sm-pb1 {
    padding-bottom: 5px; }
  .sm-pl1 {
    padding-left: 5px; }
  .sm-px1 {
    padding-left: 5px;
    padding-right: 5px; }
  .sm-py1 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .sm-p2 {
    padding: 10px; }
  .sm-pt2 {
    padding-top: 10px; }
  .sm-pr2 {
    padding-right: 10px; }
  .sm-pb2 {
    padding-bottom: 10px; }
  .sm-pl2 {
    padding-left: 10px; }
  .sm-px2 {
    padding-left: 10px;
    padding-right: 10px; }
  .sm-py2 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .sm-p3 {
    padding: 15px; }
  .sm-pt3 {
    padding-top: 15px; }
  .sm-pr3 {
    padding-right: 15px; }
  .sm-pb3 {
    padding-bottom: 15px; }
  .sm-pl3 {
    padding-left: 15px; }
  .sm-px3 {
    padding-left: 15px;
    padding-right: 15px; }
  .sm-py3 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .sm-p4 {
    padding: 30px; }
  .sm-pt4 {
    padding-top: 30px; }
  .sm-pr4 {
    padding-right: 30px; }
  .sm-pb4 {
    padding-bottom: 30px; }
  .sm-pl4 {
    padding-left: 30px; }
  .sm-px4 {
    padding-left: 30px;
    padding-right: 30px; }
  .sm-py4 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 992px) {
  .md-p0 {
    padding: 0; }
  .md-pt0 {
    padding-top: 0; }
  .md-pr0 {
    padding-right: 0; }
  .md-pb0 {
    padding-bottom: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px0 {
    padding-left: 0;
    padding-right: 0; }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md-p1 {
    padding: 5px; }
  .md-pt1 {
    padding-top: 5px; }
  .md-pr1 {
    padding-right: 5px; }
  .md-pb1 {
    padding-bottom: 5px; }
  .md-pl1 {
    padding-left: 5px; }
  .md-px1 {
    padding-left: 5px;
    padding-right: 5px; }
  .md-py1 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .md-p2 {
    padding: 10px; }
  .md-pt2 {
    padding-top: 10px; }
  .md-pr2 {
    padding-right: 10px; }
  .md-pb2 {
    padding-bottom: 10px; }
  .md-pl2 {
    padding-left: 10px; }
  .md-px2 {
    padding-left: 10px;
    padding-right: 10px; }
  .md-py2 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .md-p3 {
    padding: 15px; }
  .md-pt3 {
    padding-top: 15px; }
  .md-pr3 {
    padding-right: 15px; }
  .md-pb3 {
    padding-bottom: 15px; }
  .md-pl3 {
    padding-left: 15px; }
  .md-px3 {
    padding-left: 15px;
    padding-right: 15px; }
  .md-py3 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .md-p4 {
    padding: 30px; }
  .md-pt4 {
    padding-top: 30px; }
  .md-pr4 {
    padding-right: 30px; }
  .md-pb4 {
    padding-bottom: 30px; }
  .md-pl4 {
    padding-left: 30px; }
  .md-px4 {
    padding-left: 30px;
    padding-right: 30px; }
  .md-py4 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 1200px) {
  .lg-p0 {
    padding: 0; }
  .lg-pt0 {
    padding-top: 0; }
  .lg-pr0 {
    padding-right: 0; }
  .lg-pb0 {
    padding-bottom: 0; }
  .lg-pl0 {
    padding-left: 0; }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-p1 {
    padding: 5px; }
  .lg-pt1 {
    padding-top: 5px; }
  .lg-pr1 {
    padding-right: 5px; }
  .lg-pb1 {
    padding-bottom: 5px; }
  .lg-pl1 {
    padding-left: 5px; }
  .lg-px1 {
    padding-left: 5px;
    padding-right: 5px; }
  .lg-py1 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .lg-p2 {
    padding: 10px; }
  .lg-pt2 {
    padding-top: 10px; }
  .lg-pr2 {
    padding-right: 10px; }
  .lg-pb2 {
    padding-bottom: 10px; }
  .lg-pl2 {
    padding-left: 10px; }
  .lg-px2 {
    padding-left: 10px;
    padding-right: 10px; }
  .lg-py2 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .lg-p3 {
    padding: 15px; }
  .lg-pt3 {
    padding-top: 15px; }
  .lg-pr3 {
    padding-right: 15px; }
  .lg-pb3 {
    padding-bottom: 15px; }
  .lg-pl3 {
    padding-left: 15px; }
  .lg-px3 {
    padding-left: 15px;
    padding-right: 15px; }
  .lg-py3 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .lg-p4 {
    padding: 30px; }
  .lg-pt4 {
    padding-top: 30px; }
  .lg-pr4 {
    padding-right: 30px; }
  .lg-pb4 {
    padding-bottom: 30px; }
  .lg-pl4 {
    padding-left: 30px; }
  .lg-px4 {
    padding-left: 30px;
    padding-right: 30px; }
  .lg-py4 {
    padding-top: 30px;
    padding-bottom: 30px; } }

/* Basscss Responsive Position */
@media (min-width: 768px) {
  .sm-relative {
    position: relative; }
  .sm-absolute {
    position: absolute; }
  .sm-fixed {
    position: fixed; }
  .sm-top-0 {
    top: 0; }
  .sm-right-0 {
    right: 0; }
  .sm-bottom-0 {
    bottom: 0; }
  .sm-left-0 {
    left: 0; } }

@media (min-width: 992px) {
  .md-relative {
    position: relative; }
  .md-absolute {
    position: absolute; }
  .md-fixed {
    position: fixed; }
  .md-top-0 {
    top: 0; }
  .md-right-0 {
    right: 0; }
  .md-bottom-0 {
    bottom: 0; }
  .md-left-0 {
    left: 0; } }

@media (min-width: 1200px) {
  .lg-relative {
    position: relative; }
  .lg-absolute {
    position: absolute; }
  .lg-fixed {
    position: fixed; }
  .lg-top-0 {
    top: 0; }
  .lg-right-0 {
    right: 0; }
  .lg-bottom-0 {
    bottom: 0; }
  .lg-left-0 {
    left: 0; } }

.background-cover {
  background-size: cover;
  background-position: center; }

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

.mb2 {
  margin-bottom: 10px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.mb7 {
  margin-bottom: 70px; }

.mt5 {
  margin-top: 50px; }

.mt6 {
  margin-top: 60px; }

.mt7 {
  margin-top: 70px; }

.mr5 {
  margin-right: 50px; }

.mr6 {
  margin-right: 60px; }

.mr7 {
  margin-right: 70px; }

/**
 * Datatables plugin. Used for ticket system
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/**
 * Fontawesome-fonts
 * @see https://fortawesome.github.io/Font-Awesome/
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

/**
 * Import formvalidation
 */
/**
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2015 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */
.fv-has-feedback {
  position: relative; }

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

.fv-has-feedback .fv-control-feedback {
  /*right: 15px;*/ }

.fv-help-block {
  display: block; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Bootstrap form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-bootstrap .help-block {
  margin-bottom: 0; }

.fv-form-bootstrap .tooltip-inner {
  text-align: left; }

/* Bootstrap stacked form without label */
.fv-form-bootstrap .fv-icon-no-label {
  top: 0; }

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100; }

/* Bootstrap inline form */
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Foundation form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-foundation .fv-control-feedback {
  top: 21px;
  /* The height of Foundation label */
  right: 15px;
  /* The padding-right of .columns */
  width: 37px;
  height: 37px;
  line-height: 37px; }

.fv-form-foundation .collapse .fv-control-feedback {
  top: 0;
  right: 0; }

/* Foundation horizontal form */
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
  top: 0; }

/* Foundation stacked form without label */
.fv-form-foundation .fv-icon-no-label {
  top: 0; }

.fv-form-foundation .error .fv-control-feedback {
  color: #f04124; }

/**
 * Foundation reset the bottom marin to 0 when the row has '.error' class
 * I need to adjust it when using tooltip to show the error
 */
.fv-form-foundation .error.fv-has-tooltip input, .error.fv-has-tooltip textarea, .error.fv-has-tooltip select {
  margin-bottom: 1rem; }

/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Pure form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-pure .fv-control-feedback {
  top: 22px;
  /* Height of Pure label */
  width: 36px;
  /* Height of Pure input */
  height: 36px;
  line-height: 36px; }

.pure-form-stacked.fv-form-pure .fv-control-feedback {
  top: 4px; }

.pure-form-aligned .pure-control-group .fv-help-block {
  margin-top: 5px;
  margin-left: 180px; }

.pure-form-aligned.fv-form-pure .fv-control-feedback,
.fv-form-pure .fv-icon-no-label {
  /* Pure stacked form without label */
  top: 0; }

.fv-form-pure .fv-has-error label,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error .fv-control-feedback {
  color: #CA3C3C;
  /* Same as .button-error */ }

.fv-form-pure .fv-has-success label,
.fv-form-pure .fv-has-success .fv-control-feedback {
  /*color: #1CB841;*/
  /* Same as .button-success */ }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Semantic form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-semantic .fv-control-feedback.icon {
  right: 7px; }

.fv-form-semantic .error .icon {
  color: #d95c5c; }

/* Semantic horizontal form */
.fv-form-horizontal.fv-form-semantic .row {
  padding-bottom: 0; }

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For UIKit form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-uikit .fv-control-feedback {
  top: 25px;
  /* Height of UIKit label */
  width: 30px;
  /* Height of UIKit input */
  height: 30px;
  line-height: 30px; }

.fv-form-uikit .uk-text-danger {
  display: block; }

/* UIKit horizontal form */
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
  /*line-height: normal;*/
  top: 0; }

.fv-form-uikit .fv-has-error label,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error .fv-control-feedback {
  color: #D85030;
  /* Same as .uk-form-danger */ }

.fv-form-uikit .fv-has-success label,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success .fv-control-feedback {
  /*color: #659F13;*/
  /* Same as .uk-form-success */ }

/* UIKit stacked form without label */
.fv-form-uikit .fv-icon-no-label {
  top: 0; }

/**
 * Slick carousel
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick:not(.slick-initialized) {
  display: none; }

.slick-arrow {
  background-color: transparent;
  border: none;
  height: 20px;
  width: 20px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: calc(50% - (20px/2));
  z-index: 1; }
  .slick-arrow:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    color: #ee7202;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px; }

.slick-prev {
  left: 5px; }
  @media (min-width: 768px) {
    .slick-prev {
      left: -10px; } }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: 5px; }
  @media (min-width: 768px) {
    .slick-next {
      right: -10px; } }
  .slick-next:before {
    content: ""; }

.slick-dots {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    .slick-dots {
      display: none !important; } }
  .slick-dots > li {
    display: inline-block;
    margin: 0 2px; }
    .slick-dots > li > button {
      background-color: #fff;
      border: none;
      font-size: 0;
      height: 7px;
      width: 7px;
      padding: 0;
      border-radius: 100%;
      opacity: .7; }
    .slick-dots > li.slick-active button {
      opacity: 1; }

.slick-caption {
  z-index: 1; }

.slick-caption__content {
  color: #414141; }

.slider-brand__item {
  height: 150px; }

/*------------------------------------*    #BASE
\*------------------------------------*/
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato/lato-v16-latin-regular.woff2") format("woff2"); }

/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato/lato-v16-latin-700.woff2") format("woff2"); }

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto; }

abbr[title] {
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #ee7202; }

h1, h2 {
  font-size: 22px;
  color: #ee7202;
  margin-top: 0; }

#google_map {
  height: 500px; }

button.gm-ui-hover-effect {
  margin: 10px !important; }

.line-trough {
  text-decoration: line-through; }

.cms-image {
  position: relative;
  width: 100%;
  height: auto; }

.index__slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*only visible for screen readers*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .skip:focus {
    position: static;
    width: auto;
    height: auto;
    background: white;
    padding: 5px; }

#main-wrapper {
  transition: 200ms -webkit-transform ease-in-out;
  transition: 200ms transform ease-in-out; }

.full-width {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .full-width {
      margin-left: -100%;
      margin-right: -100%; } }

.full-width-break {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.object-contain {
  object-fit: contain; }

.todo {
  outline: 2px dashed red; }

/*------------------------------------*    #DEPRECATED GRUMPY CSS
\*------------------------------------*/
@media (min-width: 0px) {
  .prescription .nav-tabs {
    border: none; }
  .prescription .nav-tabs li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }
  .prescription .nav-tabs li a {
    font-weight: normal;
    border: none !important;
    background: none !important; }
  .prescription li:last-child {
    border: none; }
  .prescription a {
    font-weight: bold; }
  .prescription h4 {
    font-weight: 300;
    font-size: 21px; }
  .prescription .h4 {
    color: #313131 !important;
    font-size: 17px; }
  .prescription .form-control[disabled],
  .prescription .form-control[readonly],
  .prescription fieldset[disabled] .form-control {
    background: none repeat scroll 0 0 #fff; }
  .prescription input.add-to-cart {
    width: 50%;
    background-color: #197FB0;
    border: none;
    color: #FFF;
    font-size: 17px;
    height: 65px;
    text-align: right;
    padding-right: 60px;
    background-image: url("/assets/master/img/design/addtocartw.png");
    background-position: right 15px center;
    background-repeat: no-repeat; }
  .prescription-order {
    background-repeat: no-repeat;
    background-position: 100px 0;
    position: relative; }
  .prescription-order .form-control {
    border: none;
    box-shadow: none;
    color: #313131;
    font-size: 13px; }
  .aut-idem-1 label {
    font-style: italic;
    font-size: 12px; }
  .aut-idem-1 label input {
    margin-left: 10px; }
  .aut-idem-2 label {
    font-style: italic;
    font-size: 12px; }
  .aut-idem-2 label input {
    margin-left: 10px; }
  .aut-idem-3 label {
    font-style: italic;
    font-size: 12px; }
  .aut-idem-3 label input {
    margin-left: 10px; }
  .prescription-result {
    padding: 0;
    border: 1px solid #F5D5E2;
    position: relative;
    display: none;
    z-index: 10000;
    background-color: white;
    max-height: 300px;
    overflow-y: scroll; }
  .prescription-result ul {
    list-style: none;
    padding: 0; }
  .result-prescription-headline {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #cccccc; }
  .result-prescription-headline:hover {
    background-color: white !important; }
  .fileUpload {
    background: #b01934 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0;
    margin-top: 5px; }
  .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
  .uploaded-prescription {
    max-width: 55px;
    max-height: 44px; }
  .uploaded-prescription-mobile {
    max-width: 55px;
    max-height: 44px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .uploaded-prescription-thumbnail-type1 {
    background-image: url("/assets/master/img/design/prescriptionRed.png");
    background-position: 0 0 !important;
    height: 44px;
    width: 20px;
    float: left; }
  .uploaded-prescription-thumbnail-type2 {
    background-image: url("/assets/master/img/design/prescriptionGreen.png");
    background-position: -20px 0 !important;
    height: 44px;
    width: 17px;
    float: left; }
  .uploaded-prescription-thumbnail-type3 {
    background-image: url("/assets/master/img/design/prescriptionBlue.png");
    background-position: -37px 0 !important;
    height: 44px;
    width: 22px;
    float: left;
    margin-right: 5px; } }

@media (max-width: 767px) {
  .content {
    padding: 0; }
  .prescription-order {
    padding: 10px; }
  .chargeable-option-1 input, .chargeable-option-2 input {
    margin-left: 0;
    position: relative;
    top: 3px; }
  .birthday-day,
  .birthday-month,
  .prescription-date-day,
  .prescription-date-month {
    width: 25%;
    float: left;
    margin-right: 11px; }
  .birthday-year,
  .prescription-date-year {
    width: 40%; }
  .prescription .type1 {
    background-color: #F5D5E2; }
  .prescription .type2 {
    background-color: #DFE2EB; }
  .prescription .type3 {
    background-color: #DFEBE1; }
  .prescription input.add-to-cart {
    width: 100% !important; }
  .prescription-delete {
    top: -34px;
    left: -5px;
    font-size: 20px;
    cursor: pointer;
    color: #F5D5E2;
    background-color: white;
    display: none; }
  .prescription-delete:hover {
    color: #C40668; }
  .prescription-result ul li {
    padding: 5px 25px 5px 25px;
    cursor: pointer;
    border-bottom: 1px solid #F5D5E2 !important; }
  .prescription-result ul li:hover {
    background-color: #F5D5E2;
    font-weight: bold; }
  .close-prescription-results {
    color: #F5D5E2;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none; }
  .close-prescription-results:hover {
    color: #C40668; } }

@media (min-width: 768px) {
  .prescription .type1 {
    background-image: url("/assets/master/img/design/prescriptionType1.jpg"); }
  .prescription .type2 {
    background-image: url("/assets/master/img/design/prescriptionType2.jpg");
    background-position: 100px -1px !important; }
  .prescription .type3 {
    background-image: url("/assets/master/img/design/prescriptionType3.jpg");
    background-position: 100px -1px !important; }
  .prescription-order {
    right: 20px;
    height: 500px; }
  .prescription-order .form-control {
    border: none !important;
    padding-left: 5px !important;
    border-radius: 0 !important; }
  .chargeable-option-1 input, .chargeable-option-2 input {
    margin-left: 20px; }
  .chargeable-option-2 input {
    margin-left: 18px; }
  .chargeable-option-1 {
    font-style: italic;
    font-size: 12px;
    left: 32px;
    position: absolute;
    top: 30px; }
  .chargeable-option-2 {
    font-style: italic;
    font-size: 12px;
    left: 34px;
    position: absolute;
    top: 59px; }
  .prescription-order .health-insurance-name {
    height: 43px !important;
    left: 137px;
    position: absolute;
    top: 14px;
    width: 355px; }
  .prescription-order .first-name {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 60px;
    width: 170px;
    background-color: #ffeaea; }
  .prescription-order .last-name {
    height: 28px !important;
    left: 317px;
    position: absolute;
    top: 60px;
    width: 170px;
    background-color: #ffeaea; }
  .prescription-order .street {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 90px;
    width: 120px; }
  .prescription-order .street-number {
    height: 28px !important;
    left: 267px;
    position: absolute;
    top: 90px;
    width: 40px; }
  .prescription-order .birthday-day {
    height: 28px !important;
    left: 317px;
    position: absolute;
    top: 90px;
    width: 45px;
    padding: 2px;
    color: #999; }
  .prescription-order .birthday-month {
    height: 28px !important;
    left: 372px;
    position: absolute;
    top: 90px;
    width: 45px;
    padding: 0;
    color: #999; }
  .prescription-order .birthday-year {
    height: 28px !important;
    left: 427px;
    position: absolute;
    top: 90px;
    width: 60px;
    padding: 2px;
    color: #999; }
  .prescription-order .zip-code {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 120px;
    width: 170px; }
  .prescription-order .city {
    height: 28px !important;
    left: 317px;
    position: absolute;
    top: 120px;
    width: 170px; }
  .prescription-order .insurance-number {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 157px;
    width: 85px; }
  .aut-idem-1 {
    bottom: 216px;
    left: 52px;
    position: absolute; }
  .aut-idem-2 {
    bottom: 178px;
    left: 52px;
    position: absolute; }
  .aut-idem-3 {
    bottom: 139px;
    left: 52px;
    position: absolute; }
  .prescription-order .firstSearchContainer {
    top: 255px;
    position: absolute;
    width: 500px;
    left: 134px; }
  .prescription-order .secondSearchContainer {
    top: 293px;
    position: absolute;
    width: 500px;
    left: 134px; }
  .prescription-order .thirdSearchContainer {
    top: 332px;
    position: absolute;
    width: 500px;
    left: 134px; }
  .prescription .prescription-date-day, .prescription-date-month {
    width: 8%;
    margin-right: 10px;
    float: left;
    padding: 2px; }
  .prescription-search {
    width: 79% !important; }
  .prescription-order .prescription-quantity-picker {
    width: 20%;
    left: 80%;
    position: absolute; }
  .prescription .prescription-date-year {
    width: 15%;
    float: left; }
  .prescription input.add-to-cart {
    float: right; }
  .prescription-delete {
    top: -27px;
    left: -5px;
    font-size: 24px;
    cursor: pointer;
    color: #F5D5E2;
    display: none; }
  .prescription-delete:hover {
    color: #C40668; }
  .prescription-result ul li {
    padding: 5px 25px 5px 25px;
    cursor: pointer; }
  .prescription-result ul li:hover {
    background-color: #F5D5E2;
    font-weight: bold; }
  .close-prescription-results {
    color: #F5D5E2;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -5px;
    display: none; }
  .close-prescription-results:hover {
    color: #C40668; } }

/*------------------------------------*    #OBJECTS
\*------------------------------------*/
/* No need to refactor, was already done by CG_TK */
.card {
  background-color: #fff; }

.redeemCouponButton figure {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  transition: all ease 0.3s; }

.redeemCouponButton.collapsed figure {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all ease 0.3s; }

.discount {
  background: #6f2283;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

#mobileNavigation .active {
  background-color: #1B81B2 !important;
  color: white !important; }

#desktopNavigation .active,
#apothekenDeNavigation .active {
  background-color: #1B81B2 !important;
  color: white !important; }

#desktopNavigation,
#apothekenDeNavigation {
  width: 190px;
  margin: 0 !important;
  padding: 0 !important; }

#desktopNavigation li,
#apothekenDeNavigation li {
  font-size: 12px; }

#desktopNavigation li a,
#apothekenDeNavigation li a {
  padding: 8px 5px 5px 20px; }

.mm-menu {
  background: white none repeat scroll 0 0 !important;
  border-color: rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #1e7eb0; }

#desktopNavigation,
.mm-wrapper {
  width: 110%; }

#mobileNavigation {
  width: 80%; }

#mobileNavigationIcon:before {
  content: "\f039"; }

.mm-opened #mobileNavigationIcon:before {
  content: "\f00d"; }

#desktopNavigation .mm-next a,
#apothekenDeNavigation .mm-next a {
  margin: 0 !important; }

#desktopNavigation,
.mm-btn .mm-prev,
#apothekenDeNavigation {
  left: -10px !important; }

#desktopNavigation,
#apothekenDeNavigation,
.mm-listview .mm-next::before {
  border: none; }

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

.o-nav__item {
  position: relative; }
  .o-nav__item > a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px; }

.o-nav--inline {
  /**
   * Level2 should be hidden by default
   * [1] Do not allow for a margin here. Hover-Deactivate-Bug
   */ }
  .o-nav--inline .o-nav__level {
    padding-left: 10px; }
  .o-nav--inline .o-nav__level--3 {
    font-size: 11px; }
  .o-nav--inline .o-nav__level--2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 20px;
    min-width: 300px;
    margin: 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .o-nav--inline .o-nav__level--2 li a:hover {
      color: #6f2283; }
  .o-nav--inline .o-nav__item {
    margin-right: 10px;
    /**
     * Display Sublevels on hover
     */ }
    .o-nav--inline .o-nav__item:last-of-type {
      margin-right: 0; }
    .o-nav--inline .o-nav__item > a,
    .o-nav--inline .o-nav__item > .active {
      padding: 5px; }
    .o-nav--inline .o-nav__item:hover .o-nav__level--2 {
      display: block; }
  .o-nav--inline.o-nav__level--1 > .o-nav__item {
    display: inline-block; }
  .o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > a:after,
  .o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > .active:after {
    content: " ";
    border-top: 4px solid #1E7EB0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.o-nav--arrow li:before {
  content: "› ";
  color: #1e7eb0; }

.o-nav--children {
  background-color: #eef1f6;
  margin-bottom: 20px; }
  .o-nav--children a {
    display: block; }
  .o-nav--children > li > a {
    background-color: #1e7eb0;
    color: #fff;
    padding: 10px; }
  .o-nav--children .o-nav__level {
    padding: 10px; }

.notepad-star {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background: none;
  border: none; }
  .notepad-star.add {
    margin-top: -4px;
    margin-right: -4px; }

.panel-title > a {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
  width: 100%; }

.preloader-wrapper {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  right: 7px;
  top: 7px; }
  @media (min-width: 992px) {
    .preloader-wrapper {
      right: 10px;
      top: 10px; } }
  .preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
            animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #ee7202; }

.active .spinner-layer {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
            transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
            transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

.border-top {
  border-top: 2px solid #ee7202;
  padding-top: 10px; }

.border-bottom {
  border-bottom: 2px solid #ee7202; }

.border-top--secondary {
  border-top: 2px solid #6f2283; }

.border-bottom--secondary {
  border-bottom: 2px solid #6f2283; }

.border-top--green {
  border-top: 2px solid #78a935; }

.border-top--white {
  border-top: 2px solid #ffffff;
  padding-top: 10px; }

.btn {
  border-radius: 0;
  border: 0px none;
  background: #ededed;
  padding: 13px 13px;
  font-size: 14px; }
  @media (min-width: 992px) {
    .btn {
      padding: 13px 70px; } }

.btn-narrow {
  width: 100%; }
  @media (min-width: 992px) {
    .btn-narrow {
      padding: 13px 20px; } }

.btn-primary {
  background: #ee7202;
  color: #ffffff !important; }
  .btn-primary:hover, .btn-primary:active {
    color: #ffffff; }

.btn-primary-dark {
  background: #bb5802;
  color: #ffffff !important; }
  .btn-primary-dark:hover, .btn-primary-dark:active {
    color: #ffffff;
    background: #ee7202; }

.btn-secondary {
  background: #6f2283;
  color: #ffffff !important; }
  .btn-secondary:hover, .btn-secondary:active {
    background: #5e1d6f;
    color: #ffffff; }

.btn-secondary-dark {
  background: #4d2f5f;
  color: #ffffff !important; }
  .btn-secondary-dark:hover, .btn-secondary-dark:active {
    background: #3f274e;
    color: #ffffff; }

.btn--reset {
  background: none;
  border: none; }

.btn--large {
  padding: 6px 20px; }

.btn--narrow {
  padding: 13px; }

.btn--transparent {
  background: rgba(255, 255, 255, 0.5); }
  .btn--transparent:hover, .btn--transparent:active {
    background: rgba(255, 255, 255, 0.4);
    color: inherit; }

.btn-outline {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px;
  padding: 3px 13px; }
  .btn-outline.btn-wide {
    border-width: 2px; }

.btn-wide {
  padding: 5px 30px;
  font-weight: normal; }
  @media (min-width: 992px) {
    .btn-wide {
      padding: 7px 50px; } }

.btn-outline--secondary {
  color: #6f2283; }
  .btn-outline--secondary:hover, .btn-outline--secondary:active {
    color: #ee7202; }

.btn-outline--primary {
  color: #ee7202; }
  .btn-outline--primary:hover, .btn-outline--primary:active {
    color: #6f2283; }

.btn-outline--bold {
  border-width: 2px;
  font-weight: bold; }

.link-box:hover {
  background-color: #bb5a02; }

.btn-product-delete {
  padding: 0 5px;
  background: none;
  text-decoration: underline; }
  .btn-product-delete:hover {
    color: #ee7202; }

#maintenanceModeBox {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffe7e6;
  display: block;
  border: 1px solid #414141;
  padding: 15px;
  z-index: 999; }

#maintenanceModeBoxClose {
  position: absolute;
  color: #000000;
  display: block;
  right: 15px;
  top: 15px; }

#maintenanceModeBoxText {
  padding-right: 30px;
  color: #000000;
  display: block; }

.top-scroll-icon {
  position: fixed;
  bottom: 15px;
  border-radius: 40px;
  background: #ffffff;
  right: 60px;
  color: #ee7202;
  display: none;
  cursor: pointer; }
  .top-scroll-icon i {
    font-size: 40px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    width: 40px;
    height: 40px;
    text-align: center; }
  .top-scroll-icon:hover, .top-scroll-icon:focus, .top-scroll-icon:active {
    color: #f27402; }

.cc-banner {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }

.breadcrumb {
  background: none; }

input,
input.form-control,
select,
select.form-control {
  border-radius: 0;
  border: none;
  background: #ededed;
  color: #1d1d1b; }

label {
  font-weight: 400; }

.coldchain {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

/*------------------------------------*    #COMPONENTS
\*------------------------------------*/
.apothekenDe-category-overview-listing li {
  border: 0px; }

.apothekenDe-category-overview-listing li a {
  color: #555; }

.apothekenDe-category-listing-wrapped-image {
  padding-right: 0;
  height: 180px;
  overflow: hidden; }

.apothekenDe-category-listing-wrapped-image img {
  position: absolute;
  top: -60%; }

.apothekenDe-category-listing-wrapped-image small {
  position: absolute;
  bottom: 0px; }

.apothekenDe-entry-listing-author {
  display: inline-block;
  padding: 0;
  padding-bottom: 3px; }

.apothekenDe-entry-listing-wrapped-image {
  padding-left: 0; }

.cfh {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  width: 100%;
  height: 80px;
  padding: 18px 15px 18px 70px;
  text-align: center; }

.cfh-text {
  position: absolute;
  top: 32px;
  left: 75px;
  font-weight: bold; }

.cfh-click {
  border: 3px solid #ccc;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative; }

.cfh-click:hover {
  border: 3px solid #ccc;
  border-radius: 15px;
  height: 24px;
  width: 24px;
  top: -4px;
  left: -2px; }

#unlocked {
  display: none; }

.cfh-unlocked {
  border: 3px solid #78a935 !important;
  border-radius: 30px !important;
  position: absolute;
  font-size: 20px !important;
  height: 35px !important;
  width: 35px !important;
  padding-top: 5px;
  padding-left: 0;
  left: -10px;
  top: -10px;
  cursor: pointer;
  color: #78a935; }

#cfh-position-wrapper {
  position: absolute;
  top: 32px;
  left: 32px; }

#animation1 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  left: -8px; }

#animation2 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -3px;
  left: -3px; }

#animation3 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -13px;
  left: -13px; }

.half-circle-1 {
  position: relative;
  float: right;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border: 5px solid #b9def0;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box; }

.half-circle-2 {
  position: relative;
  float: right;
  width: 10px;
  height: 10px;
  border-top-right-radius: 10px;
  border: 4px solid purple;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box; }

.half-circle-3 {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  border-top-right-radius: 40px;
  border: 6px solid #78a935;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box; }

.captcha-btn {
  background: #1B81B2;
  color: #FFFFFF;
  -moz-user-select: none;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  display: none;
  font-size: 15px;
  margin-bottom: 0;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  text-shadow: none;
  width: 90%; }

.shippingAddressSwitch-first {
  border-left: 1px solid #1b81b2; }

.shippingAddressSwitch {
  border-right: 1px solid #1b81b2;
  border-top: 1px solid #1b81b2;
  border-bottom: 1px solid #1b81b2;
  padding: 10px;
  text-align: center;
  color: #1b81b2; }

.shippingAddressSwitch:hover {
  background-color: #1b81b2;
  color: white; }

.shippingAddressSwitch:hover > a {
  background-color: #1b81b2;
  color: white !important; }

.shippingAddressSwitch-active {
  border-right: 1px solid #1b81b2;
  border-top: 1px solid #1b81b2;
  border-bottom: 1px solid #1b81b2;
  padding: 10px;
  text-align: center;
  color: white;
  background-color: #1b81b2;
  font-weight: bold; }

.c-navmenu {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  /**
   * Level 1
   */ }
  .c-navmenu .o-nav__level--1 > .o-nav__item > a {
    font-weight: 700;
    padding: 20px 15px;
    font-size: 1.2em; }
    .c-navmenu .o-nav__level--1 > .o-nav__item > a:hover, .c-navmenu .o-nav__level--1 > .o-nav__item > a:focus {
      color: #FFF !important;
      background: #157DB0;
      text-decoration: none; }
      .c-navmenu .o-nav__level--1 > .o-nav__item > a:hover:after, .c-navmenu .o-nav__level--1 > .o-nav__item > a:hover:before, .c-navmenu .o-nav__level--1 > .o-nav__item > a:focus:after, .c-navmenu .o-nav__level--1 > .o-nav__item > a:focus:before {
        color: #FFF !important;
        border-top-color: #FFF !important; }

.notepad-navigation li {
  margin-bottom: 5px; }
  .notepad-navigation li a {
    background: #f18e35; }

.notepad-navigation__back a {
  background: #ee7202; }

.notepad__delete {
  display: block;
  float: right;
  font-size: 2rem;
  padding-right: 5px; }

.abb {
  font-size: 0.8em;
  color: #999;
  left: 15px;
  position: absolute; }

.pflichttext {
  position: absolute;
  bottom: 0px;
  border: 1px solid #ee7202;
  padding: 0px 12px;
  color: #333;
  font-size: 0.8em;
  left: 3px; }

.biozid,
.tierarzneimittel {
  color: #ee7202; }

/* No need to refactor, was already done by CG_TK */
.product-box {
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative; }

.product-box--express .product-box__price__current {
  color: #78a935; }

.product-box--express .discount {
  background: #78a935; }

.product-box__title {
  height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.product-box a {
  color: #1d1d1b; }

.product-box__image {
  clear: both;
  position: relative; }

.product-box__image > a {
  display: block;
  text-align: center;
  padding: 15px; }

.product-box__image > a > img {
  width: 100%;
  height: auto;
  max-width: 170px;
  display: inline-block; }

.product-box__meta {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.product-box__bottom {
  min-height: 40px; }

.product-box__price {
  font-weight: bold;
  -webkit-justify-content: space-around;
          justify-content: space-around; }
  .product-box__price a {
    color: inherit; }

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

.product-box__tocart {
  width: 100%;
  padding: 7px 13px;
  text-align: center;
  font-size: 16px; }
  .product-box__tocart.product-box__tocart--link {
    padding: 0; }
    .product-box__tocart.product-box__tocart--link:hover {
      opacity: .9; }

@media (min-width: 768px) {
  .product-grid--list .product-box-container {
    width: 100% !important; }
  .product-grid--list .product-box {
    -webkit-flex-direction: row;
            flex-direction: row;
    position: relative; }
  .product-grid--list .product-box__image {
    margin: 15px 15px 0 15px; }
  .product-grid--list .product-box__bottom {
    margin-left: auto;
    -webkit-align-self: flex-end;
            align-self: flex-end; } }

.product-box .deliverytimeavailable {
  color: #78a935; }

.product-box .deliverytimenotavailable {
  color: #c31317; }

.product-box--small .product-box__image {
  margin-bottom: 0; }

.product-box--small .product-box__meta {
  font-size: 10px;
  padding: 7.5px; }

.product-box--small .product-box__meta_p {
  margin-bottom: 0; }

.product-box--large .product-box__title {
  font-size: 1.3em; }

.product-box__delete i,
.product-box__tocart--link i {
  width: 49px;
  height: 49px;
  display: block;
  background: #f18e35;
  text-align: center;
  color: #fff !important;
  font-size: 30px;
  border-radius: 100%;
  vertical-align: middle;
  line-height: 49px; }

.product-box__tocart--link i {
  background: #ee7202; }

/*  */
.product-box__top-badge.background-green {
  display: none; }

.product-box--cart {
  padding: 15px 0;
  display: block; }
  .product-box--cart .product-box__delete:hover {
    color: #ee7202; }
  .product-box--cart .product-box__cartquantity {
    width: 200px;
    margin-left: auto; }
    @media (max-width: 767px) {
      .product-box--cart .product-box__cartquantity {
        -webkit-justify-content: left;
                justify-content: left;
        width: 100%;
        margin-bottom: 10px; } }
  .product-box--cart.product-box--express .product-box__top-badge {
    margin: -2px 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .product-box--cart.product-box--express .product-box__cartrefresh {
    background: #78a935; }
  .product-box--cart .product-box__cartdiscount,
  .product-box--cart .product-box__cartsingleprice,
  .product-box--cart .product-box__cartsumprice {
    padding: 0 15px; }
  .product-box--cart .quantity-picker {
    margin-right: -10px; }
  .product-box--cart .quantity-picker__field {
    width: 30px; }
  .product-box--cart .product-box__cartdiscount,
  .product-box--cart .product-box__cartsingleprice,
  .product-box--cart .product-box__cartsumprice {
    font-size: 14px; }
  .product-box--cart .product-box__cartrefresh {
    background: none;
    border: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 100%;
    background: #ee7202;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .product-box--cart .product-box__cartsumprice {
    color: #ee7202;
    font-weight: bold;
    margin-bottom: 15px; }
  .product-box--cart .product-box__cartdelete {
    font-size: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px; }
  @media (min-width: 768px) {
    .product-box--cart {
      -webkit-flex-direction: row;
              flex-direction: row;
      padding-bottom: 0; }
      .product-box--cart .product-box__image {
        margin: 0 15px;
        width: 120px; }
      .product-box--cart .product-box__meta {
        padding-top: 0;
        width: 240px;
        padding-bottom: 0; } }
  .product-box--cart.product-box--order {
    border: solid 1px #ededed;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 15px; }
    @media (max-width: 767px) {
      .product-box--cart.product-box--order .product-box__cartquantity {
        -webkit-justify-content: space-between;
                justify-content: space-between; } }

.packages-size-container-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 10px; }
  .packages-size-container-list button {
    border-radius: 5px;
    padding-block: 4px;
    padding-inline: 8px; }

.quantity-picker {
  background-color: #f7f7f7;
  max-width: 120px;
  padding-right: 10px;
  margin-right: -15px; }

.quantity-picker--cart-offcanvas {
  background-color: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  margin: 0 5px;
  max-width: 130px; }

.quantity-picker__minus,
.quantity-picker__field,
.quantity-picker__plus {
  background-color: transparent;
  border: none;
  color: #1d1d1b;
  min-height: 34px;
  height: 100%; }

.quantity-picker__minus,
.quantity-picker__plus {
  -webkit-appearance: none;
          appearance: none;
  padding: 0 10px;
  font-size: 10px; }

/**
   * [1] - Disable default stepper buttons
   * -moz-prefix is needed, because autoprefixer only supports none and auto as values
   * @see http://www.w3.org/blog/CSS/2015/04/15/minutes-telecon-244/
   * @see https://github.com/postcss/autoprefixer/issues/43
   */
.quantity-picker__field {
  appearance: textfield;
  -moz-appearance: textfield;
  min-width: 20px;
  width: 100%;
  text-align: center; }
  .quantity-picker__field::-webkit-inner-spin-button, .quantity-picker__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: none; }

.product-group__viewmode__button.product-group__viewmode__button {
  padding: 7px 12px !important; }

@media (min-width: 992px) {
  .product-group__image {
    margin-left: -30px; } }

.product-group__image__overlay {
  height: 100%;
  background: linear-gradient(to right, #f18e35 0%, #f5aa67 50%, #ffffff 100%);
  opacity: .75;
  pointer-events: none; }

.to-category {
  background: #f18e35;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
  padding: 170px 20px 20px 10px;
  position: relative;
  overflow: hidden; }
  .to-category:hover {
    background: #ee7202;
    color: #fff; }

.to-category:before {
  position: absolute;
  content: "›";
  font-size: 20em;
  color: rgba(255, 255, 255, 0.5);
  top: -133px;
  right: 0; }

header {
  background: #ee7202; }
  @media (min-width: 992px) {
    header {
      background: #ee7202;
      background-position-y: -100px;
      background-position-x: -50px;
      background-size: 700px; } }

.headerbar {
  z-index: 12;
  background: transparent; }
  @media (min-width: 992px) {
    .headerbar {
      border-bottom: 1px solid #ededed; } }

.headerbar__content {
  max-width: 1260px; }

.headerbar__logo__image {
  height: 120px !important; }
  @media (max-width: 991px) {
    .headerbar__logo__image {
      height: 60px !important; } }

.headerbar__nav {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.headerbar__nav__desktop {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .headerbar__nav__desktop {
      width: auto; } }

.headerbar__nav__item--express-apo:hover a, .headerbar__nav__item--express-apo:focus a, .headerbar__nav__item--express-apo:active a,
.headerbar__nav__item--express-apo .open a {
  opacity: .9; }

.headerbar__nav__item:not(.headerbar__nav__search):not(.headerbar__nav__item--express-apo):hover, .headerbar__nav__item:not(.headerbar__nav__search):not(.headerbar__nav__item--express-apo):focus, .headerbar__nav__item:not(.headerbar__nav__search):not(.headerbar__nav__item--express-apo):active,
.headerbar__nav__item:not(.headerbar__nav__search):not(.headerbar__nav__item--express-apo) .open {
  opacity: .9; }

@media (max-width: 991px) {
  .headerbar__nav__item:not(.headerbar__nav__search) {
    border-right: none;
    background: transparent; } }

.headerbar__nav__search {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  border-right: none; }

.headerbar__nav__item > a {
  display: inline-block; }

.headerbar__nav__item > a > i {
  font-size: 25px;
  /* 20px */
  color: #fff; }

.headerbar__nav__item__title {
  max-width: 100px; }

.headerbar__nav__item__express__icon {
  width: 52px;
  height: 52px;
  background: #78a935;
  display: inline-block;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 52px; }

.headerbar-top {
  background: rgba(238, 114, 2, 0.7); }
  .headerbar-top .o-nav.o-nav__level--1 {
    display: inline-block; }
    .headerbar-top .o-nav.o-nav__level--1 > .o-nav__item > a {
      color: #fff; }
    .headerbar-top .o-nav.o-nav__level--1 > .o-nav__item:last-child {
      margin-right: 0; }
      .headerbar-top .o-nav.o-nav__level--1 > .o-nav__item:last-child > a {
        padding-right: 0; }
    .headerbar-top .o-nav.o-nav__level--1 > .o-nav__item:first-child > a {
      padding-left: 0; }
  .headerbar-top .o-nav--inline .o-nav__item {
    margin-right: 10px; }
  .headerbar-top a {
    color: #1d1d1b; }

.headerbar-top_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center; }

.headerbar-top__menu {
  font-size: 13px;
  text-transform: uppercase; }
  .headerbar-top__menu .o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > a:after,
  .headerbar-top__menu .o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > .active:after {
    display: none; }

.headerbar-top__apo-finder {
  background: #6f2283;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: none; }
  @media (min-width: 992px) {
    .headerbar-top__apo-finder {
      padding: 10px 20px;
      text-align: left;
      width: auto; } }
  .headerbar-top__apo-finder .header_pharmacy_finder--arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all ease 0.5s; }
  .headerbar-top__apo-finder.active .header_pharmacy_finder--arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: all ease 0.5s; }

.headerbar-top__text {
  display: none; }
  @media (min-width: 992px) {
    .headerbar-top__text {
      margin-left: 15px;
      display: block; } }

.header-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 16px; }
  .header-menu .o-nav__level--1 {
    display: -webkit-flex;
    display: flex;
    font-size: 16px; }
  .header-menu .o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > a:after,
  .header-menu .o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > .active:after {
    display: none; }
  .header-menu .o-nav__level--1 > .o-nav__item > a {
    color: #fff; }
  .header-menu .o-nav__level--2 > .o-nav__item > a {
    color: #1d1d1b; }

.express-apo-area {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.express-apo-area__search {
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  padding-left: 15px;
  background: #ffffff;
  border: none; }

.express-apo-area__button {
  height: 50px;
  line-height: 50px; }

.cart-pharmacy-selection .nav-tabs .tab-head {
  margin-bottom: 0; }
  .cart-pharmacy-selection .nav-tabs .tab-head:not(:last-child) {
    margin-right: 10px; }
    @media (min-width: 992px) {
      .cart-pharmacy-selection .nav-tabs .tab-head:not(:last-child) {
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      .cart-pharmacy-selection .nav-tabs .tab-head:not(:last-child) {
        margin-right: 30px; } }
  .cart-pharmacy-selection .nav-tabs .tab-head a {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    background: none; }
    .cart-pharmacy-selection .nav-tabs .tab-head a:hover {
      background: none; }
  .cart-pharmacy-selection .nav-tabs .tab-head figure {
    background-color: #f5aa67; }
  .cart-pharmacy-selection .nav-tabs .tab-head:hover figure {
    background-color: #ee7202; }
  .cart-pharmacy-selection .nav-tabs .tab-head.active a {
    border: 0 !important; }
    .cart-pharmacy-selection .nav-tabs .tab-head.active a figure {
      background-color: #ee7202; }
  .cart-pharmacy-selection .nav-tabs .tab-head.active:hover figure {
    background-color: #f18e35; }

.offcanvas-shipping .offcanvas__content__back {
  display: none !important; }

.offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head {
  margin-bottom: 0; }
  .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head:not(:last-child) {
    margin-right: 10px; }
    @media (min-width: 992px) {
      .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head:not(:last-child) {
        margin-right: 15px; } }
    @media (min-width: 1200px) {
      .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head:not(:last-child) {
        margin-right: 30px; } }
  .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head a {
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    background: none; }
    .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head a:hover {
      background: none; }
  .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head figure {
    background-color: #f5aa67; }
  .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head:hover figure {
    background-color: #ee7202; }
  .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head.active a {
    border: 0 !important; }
    .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head.active a figure {
      background-color: #ee7202; }
  .offcanvas-shipping .express-apo-area-off-canvas .nav-tabs .tab-head.active:hover figure {
    background-color: #f18e35; }

.offcanvas-shipping .express-apo-area-off-canvas .select-botendienst-button {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.index__slider-overlay {
  height: 100%;
  background: linear-gradient(to right, #f18e35 0%, #f5aa67 50%, transparent 100%);
  pointer-events: none; }

#slideshow_INDEX_SLIDER .index__slider__slide {
  padding-top: 40%; }
  @media (min-width: 992px) {
    #slideshow_INDEX_SLIDER .index__slider__slide {
      padding-top: 45%; } }
  #slideshow_INDEX_SLIDER .index__slider__slide .slick-caption {
    padding: 20px; }
    @media (min-width: 992px) {
      #slideshow_INDEX_SLIDER .index__slider__slide .slick-caption {
        padding: 25px; } }
    @media (min-width: 1200px) {
      #slideshow_INDEX_SLIDER .index__slider__slide .slick-caption {
        padding: 50px; } }

#slideshow_INDEX_SLIDER .slick-dots {
  z-index: 1; }

#slideshow_INDEX_SLIDER .slick-dots > li {
  margin: 0 4px; }

#slideshow_INDEX_SLIDER .slick-dots > li > button {
  height: 10px;
  width: 10px; }

.index__categories__item a {
  color: #1d1d1b; }
  .index__categories__item a:hover, .index__categories__item a:focus {
    color: #ee7202; }

@media (max-width: 991px) {
  .slider-products .slick-arrow {
    display: none !important; } }

.slider-products .slick-dots {
  bottom: 0;
  position: relative; }
  .slider-products .slick-dots > li > button {
    background-color: #ee7202; }

.index__advantages__item {
  width: 20%; }

.index__banner__item:hover a {
  color: #FFFFFF; }

.index__banner__item:hover .index__banner__item__text,
.index__banner__item:hover .index__banner__item__button {
  visibility: visible; }

.index__banner__item:hover .index__banner__item__background {
  background-color: rgba(238, 112, 2, 0.8); }

.index__banner__item__text,
.index__banner__item__button {
  visibility: hidden; }

.index__banner__item__background {
  height: 100%; }

.index__advantages__item__title {
  font-size: 12px; }

footer a {
  color: #ffffff; }
  footer a:hover, footer a:focus, footer a:focus-visible {
    color: #ffffff;
    text-decoration: underline; }

.footer__social a:hover {
  text-decoration: none; }

.product-detail .quantity-picker {
  background: #ffffff; }

.product-detail .nav-tabs {
  border: none; }

.product-detail .nav-tabs > li > a {
  color: #1d1d1b;
  background-color: transparent;
  border: none;
  border-top: 2px solid #1d1d1b;
  border-radius: 0;
  padding: 5px 10px 10px 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 5px; }

.product-detail .nav-tabs > li.active > a,
.product-detail .nav-tabs > li.active > a:hover,
.product-detail .nav-tabs > li.active > a:focus {
  color: #ee7202;
  border: none;
  border-top: 2px solid #ee7202;
  cursor: default; }

.product-detail .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 10px; }

.product-detail .panel-default > .panel-heading {
  border: none;
  background: #ededed;
  color: #1d1d1b; }

.product-detail .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ededed; }

.product-detail__table td {
  padding: 3px 0; }

.product-detail__variants {
  position: relative;
  background: none;
  border: 1px solid #414141;
  border-radius: 0; }
  .product-detail__variants:hover {
    border-color: #ee7202; }
    .product-detail__variants:hover figure {
      color: #ee7202; }
  .product-detail__variants .form-control {
    cursor: pointer;
    background: none;
    border-radius: 0;
    -webkit-appearance: initial; }
  .product-detail__variants figure {
    position: absolute;
    top: 5px;
    right: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    cursor: pointer;
    pointer-events: none; }

.product-detail__recommendation {
  border-top: 1px solid #414141; }

.product-detail--express h1, .product-detail--express .product-price, .product-detail--express .package-size-selected {
  color: #78a935; }

.product-detail--express .nav-tabs .active a {
  color: #78a935 !important;
  border-color: #78a935 !important; }

.product-detail--express .discount {
  background: #78a935; }

.sliding-menu__head {
  position: relative;
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding: 10px 15px; }

.sliding-menu__head .sliding-menu__click-area {
  position: absolute;
  top: 0;
  left: 0; }

.sliding-menu__head .sliding-menu__click-area:after {
  content: '\f053'; }

.sliding-menu__click-area {
  border-left: 1px solid #ededed;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 15px 0;
  width: 32px; }

.sliding-menu__click-area:after {
  content: '\f054';
  font-family: 'FontAwesome';
  font-weight: bold; }

.sliding-menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px solid #ededed; }

.sliding-menu a {
  padding: 15px;
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.sliding-menu__has-children {
  display: -webkit-flex;
  display: flex; }

.sliding-menu .o-nav__item {
  position: static; }

.speedfinder-filter select {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  padding-left: 0; }
  .speedfinder-filter select::-ms-expand {
    display: none; }

.filter--select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  .filter--select::-ms-expand {
    display: none; }

.sidebar__banner .content-box {
  width: 100%;
  margin-top: 30px; }

.sidebar__banner img {
  width: 100%;
  display: block; }

.sidebar-service__info-box {
  padding: 30px 20px 20px 20px; }

.sidebar-service__themen {
  padding: 30px 20px 20px 20px; }
  .sidebar-service__themen a {
    color: #1d1d1b; }

.checkoutProgress ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-bottom: 0; }

.checkoutProgress li {
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px; }
  .checkoutProgress li a {
    color: #fff; }

.checkout__sidebar a {
  font-style: italic;
  margin-bottom: 5px;
  color: #ee7202;
  text-transform: uppercase;
  display: block; }

.checkout__sidebar p {
  margin-bottom: 10px; }

.checkout {
  margin-top: 0; }
  .checkout .content-box {
    padding-top: 30px; }
  .checkout .info p {
    margin-bottom: 0; }
  .checkout hr {
    border-top: 2px solid #ededed; }
  .checkout .continue,
  .checkout .back {
    font-style: italic;
    color: #414141; }
    .checkout .continue:before,
    .checkout .back:before {
      content: '<';
      padding-right: 5px; }
    .checkout .continue:hover,
    .checkout .back:hover {
      color: #ee7202; }

.checkout__table td {
  padding: 10px 5px; }

.checkout__table__total {
  border-top: 2px solid #ededed;
  color: #ee7202;
  font-weight: bold; }

.ordergtcbox a {
  color: #1d1d1b;
  text-decoration: underline; }

#mobileNavigation {
  color: #414141; }
  #mobileNavigation a {
    color: #1d1d1b; }
  #mobileNavigation .active {
    background-color: #ee7202 !important;
    color: #ffffff !important; }

.newsletter-form .form-control {
  border: none;
  background: #ffffff;
  box-shadow: none;
  font-style: italic; }

.list-checks {
  list-style: none;
  padding: 0; }
  .list-checks li:before {
    content: '✓';
    color: #6f2283;
    margin-right: 10px; }

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .5; }

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

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

.loading {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  fill: #c01e1c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.loading-wrapper {
  position: relative;
  display: inline-block;
  float: right; }

#e-rezept-barcode-reader {
  padding: 2.5% 1.2%; }

#e-rezept-barcode-reader div, #e-rezept-barcode-reader p {
  font-size: 1.4rem;
  line-height: 2.0rem; }

#e-rezept-barcode-reader #result_success, #e-rezept-barcode-reader #result_error {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #fff;
  padding: 10px 20px; }

#e-rezept-barcode-reader .result_recipe {
  margin-top: 21.5px; }

#e-rezept-barcode-reader .result_recipe_col {
  display: inline-block;
  width: 45%;
  /*210px*/
  vertical-align: top;
  padding-right: 10%; }

#e-rezept-barcode-reader .prescription-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 0px 5px 0px;
  list-style: none; }

#e-rezept-barcode-reader .prescription-item:nth-child(1) {
  border-top: 0.2px solid darkgray; }

#e-rezept-barcode-reader .prescription-item:last-child {
  border-bottom: 0.2px solid darkgray; }

#e-rezept-barcode-reader .prescription-item-text {
  font-size: 1.2em; }

#e-rezept-barcode-reader ul {
  padding: 0px; }

#e-rezept-barcode-reader .prescription-btns {
  cursor: pointer; }

#e-rezept-barcode-reader .prescription-btns img {
  height: 12px; }

#e-rezept-barcode-reader .prescription-btns span {
  color: #BD0017;
  margin-left: 3px; }

@media only screen and (max-width: 991px) {
  /*einspaltiges Layout */
  #e-rezept-barcode-reader .result_recipe {
    margin: 0px auto;
    width: 300px; }
  #e-rezept-barcode-reader .result_recipe_col {
    width: 100%;
    padding: 0px;
    margin-top: 20px; } }

#e-rezept-barcode-reader .erezept-warenkorb-btn[disabled] {
  background: #ccc;
  color: #aaa; }

.barcode-scanner {
  margin-bottom: 20px; }

.barcode-scanner #div-video-container {
  position: relative;
  margin: 30px auto;
  height: 300px;
  width: 300px;
  overflow: hidden;
  /*background-color: #EAF6FF;*/
  border: 15px solid #e6e6e6;
  border-radius: 20px; }

.barcode-scanner #div-video-container img {
  margin: 0%;
  width: 100%;
  color: #EAF6FF; }

.barcode-scanner #scan_camera_stop {
  display: none !important; }

.barcode-scanner .btnx {
  width: 148px; }

.barcode-scanner .mobilecenter {
  width: 302px;
  margin: 0 auto; }

.barcode-scanner video {
  display: inline-block; }

.scanbtn {
  bottom: 0;
  left: 0;
  margin: 2px 0px;
  height: 40px;
  width: 149px;
  background: #702283;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 6px 10px;
  text-align: center;
  border-radius: 4px; }

.scanbtn[disabled] {
  background: #ccc;
  color: #aaa; }

.scanbtn i {
  font-size: 1.3em; }

#e-rezept-barcode-reader .erezept-warenkorb-btn[disabled],
#e-rezept-barcode-reader .ePrescription-mailbox-btn[disabled] {
  background: #ccc;
  color: #aaa; }

#e-rezept-barcode-reader .erezept-warenkorb-btn[disabled],
#e-rezept-barcode-reader .ePrescription-mailbox-btn[disabled] {
  background: #ccc;
  color: #aaa; }

.container-paragraph-list {
  height: 7.35em;
  padding: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

#e-rezept-barcode-reader.e-rezept-mail .prescription-item:nth-child(1) {
  border-top: none; }

#e-rezept-barcode-reader.e-rezept-mail .prescription-item:last-child {
  border-bottom: none; }

#e-rezept-barcode-reader.e-rezept-mail textarea {
  border: 1px solid #e1e1e1; }

.starRating {
  display: inline-block;
  position: relative;
  height: 16px;
  background: url("/img/design/icons/star_off.gif");
  vertical-align: bottom; }

.starRating div {
  float: left;
  position: relative;
  height: 16px; }

.starRating input {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  opacity: 0; }

.starRating label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.starRating span {
  display: none; }

.starRating input:checked + label,
.starRating:hover input:checked:hover + label {
  background: url("/img/design/icons/star_on.gif"); }

.starRating:hover input:checked + label {
  background: transparent; }

.starRating:hover input:hover + label {
  background: url("/img/design/icons/star_on.gif"); }

.popover-rating {
  margin-left: 150px; }

.popover-rating-link a, a:hover {
  text-decoration: none; }

.popover {
  color: #1B81B2; }

.popover-ratingbar-wrapper {
  clear: both;
  padding: 10px;
  font-weight: normal !important; }

.popover-ratingbar-label-starinfo {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  height: 12px;
  width: 50px; }

.popover-ratingbar-label-ratinginfo {
  float: left;
  font-size: 12px;
  margin-left: 10px;
  height: 12px; }

.popover-progress-wrapper {
  width: 120px;
  float: left; }

.popover-rating-footer {
  clear: both;
  text-align: center;
  padding-top: 10px;
  font-size: 10px; }

.progress {
  height: 12px;
  margin: 3px; }

.progress-bar-warning {
  background-color: #83AD2E; }

.ratingbar {
  clear: both; }

.rating-bars {
  float: left;
  width: 300px; }

.ratingbar-label1 {
  float: left;
  font-size: 12px;
  height: 12px;
  margin-right: 10px;
  width: 50px; }

.ratingbar-label2 {
  float: left;
  font-size: 12px;
  height: 12px; }

.progress-wrapper {
  float: left;
  width: 120px; }

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

.progress-bar-warning {
  background-color: #83AD2E; }

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

/*------------------------------------*    #VUE COMPONENTS
\*------------------------------------*/
.wacg-search {
  z-index: 12;
  padding-right: 0; }

.wacg-search h3 {
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 10px;
  font-size: 16px;
  color: #ee7202;
  text-transform: uppercase;
  border-top: 2px solid #ee7202; }

.wacg-search__searchbox {
  position: relative;
  z-index: 3; }

.wacg-search__searchbox__input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  padding-left: 15px;
  position: relative;
  background: #f2f2f2;
  border: none; }
  @media (max-width: 991px) {
    .wacg-search__searchbox__input {
      height: 50px;
      line-height: 50px; } }

.wacg-search__searchbox__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 90px;
  background: #6f2283;
  border: none;
  color: #000000;
  margin: 0;
  padding: 0; }
  @media (max-width: 991px) {
    .wacg-search__searchbox__button {
      height: 50px;
      width: 50px; } }
  .wacg-search__searchbox__button:hover {
    color: #ee7202;
    opacity: 0.6; }

.wacg-search__results {
  position: absolute;
  background: #ffffff;
  text-align: left;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  left: 0;
  z-index: 3;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 130px); }
  @media (min-width: 768px) {
    .wacg-search__results {
      max-height: initial;
      overflow: hidden; } }

.wacg-search--products-only {
  position: relative; }

.wacg-search__result-block ul {
  padding-left: 0; }

.wacg-search__result-block ul li {
  margin-bottom: 10px;
  list-style: none;
  padding-right: 10px; }

.wacg-search__result--pushed {
  background-color: #EFF9FF; }

.wacg-search__result-block ul li a {
  color: #1d1d1b; }
  .wacg-search__result-block ul li a:hover {
    color: #ee7202; }

.wacg-search__results__container {
  padding: 0 40px 40px; }

.wacg-search__results__close {
  padding: 10px;
  height: 40px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  display: block;
  float: right;
  background-color: #eeeeee;
  cursor: pointer; }
  .wacg-search__results__close span {
    color: #000000;
    font-weight: 500;
    font-size: 20px; }

@media (min-width: 768px) {
  .wacg-search__result-block {
    overflow-y: auto;
    max-height: 400px; } }

.wacg-search__result--with-image {
  position: relative;
  min-height: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  .wacg-search__result--with-image:last-child {
    border: none; }

.wacg-search__result--with-image img {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0; }

.wacg-search__result--with-image a {
  display: block;
  padding-top: 10px;
  padding-left: 50px; }

.wacg-search__result--no-result {
  color: #000000;
  font-weight: 500; }

.headerbar .sf-bundle > .search input[type=search]:focus {
  outline: none !important; }

.headerbar .sf-bundle > .search input[type=search]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important; }

.backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.backdrop--active {
  overflow: hidden; }

.backdrop--visible {
  display: block; }

.offcanvas {
  z-index: 1000000;
  position: relative; }

.offcanvas__content {
  font-size: 13px;
  position: fixed;
  top: 0;
  right: 0;
  transition: 200ms ease-in-out;
  will-change: transform;
  height: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  color: #000;
  width: 300px; }
  @media (min-width: 375px) {
    .offcanvas__content {
      width: 350px; } }
  @media (min-width: 768px) {
    .offcanvas__content {
      width: 370px; } }
  @media (min-width: 1024px) {
    .offcanvas__content {
      width: 390px; } }
  @media (min-width: 1200px) {
    .offcanvas__content {
      width: 410px; } }
  @media (min-width: 1400px) {
    .offcanvas__content {
      width: 430px; } }

.offcanvas__content--open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.offcanvas__content__close {
  margin-top: 5px;
  margin-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  color: #414141;
  font-size: 30px;
  line-height: normal; }
  .offcanvas__content__close button {
    cursor: pointer;
    background: none;
    border: none; }
  .offcanvas__content__close:hover {
    color: #ee7202; }
  @media (min-width: 992px) {
    .offcanvas__content__close {
      font-size: 40px; } }

.offcanvas__content__back {
  margin-top: 15px;
  margin-left: 30px;
  cursor: pointer; }

.offcanvas__content__inner {
  padding: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 60px);
  height: 100%; }

.offcanvas--mobile-menu .offcanvas__content__inner {
  margin-top: 15px;
  padding: 0; }

@media (min-width: 992px) {
  .w-md-auto {
    width: auto; } }

@media (min-width: 992px) {
  .md-absolute {
    position: absolute !important; } }

@media (min-width: 992px) {
  .md-min-w-21 {
    min-width: 210px !important; } }

@media (min-width: 992px) {
  .md-max-h-40 {
    max-height: 400px !important; } }

@media (min-width: 992px) {
  .lg-max-h-50 {
    max-height: 500px !important; } }

@media (min-width: 992px) {
  .md-z-20 {
    z-index: 20 !important; } }

.hover-underline:hover {
  text-decoration: underline !important; }

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.max-h-30 {
  max-height: 300px !important; }

.bg-primary {
  background-color: #ee7202 !important; }

div.form-control {
  border-radius: 0;
  border: none;
  background: #ededed;
  color: #1d1d1b; }

.search-filters .dropdown-menu {
  background-color: unset;
  border: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset; }

.search-toolbar .form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset; }

.search-toolbar .form-control {
  box-shadow: unset !important; }

.box-shadow-0 {
  box-shadow: unset !important; }

.search-toolbar select {
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ededed none;
  -webkit-flex: 1;
          flex: 1;
  padding: 0 .5em;
  color: #1d1d1b;
  cursor: pointer; }

.search-toolbar select::-ms-expand {
  display: none; }

.search-toolbar .dropdown i,
#search-form-offcanvas .dropdown i {
  font-weight: bolder;
  font-size: 18px; }

@media only screen and (max-width: 900px) {
  .search-toolbar label > a > span,
  #search-form-offcanvas label > a > span {
    display: block; } }

.search-toolbar label > a > span:hover,
#search-form-offcanvas label > a > span:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #1d1d1b;
          text-decoration-color: #1d1d1b; }

#search-form select,
#search-form-offcanvas select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 12px 6px 12px !important;
  cursor: pointer; }

#search-form-offcanvas .select-icon {
  padding: 0px 5px 0px 0px !important; }

.select-icon {
  width: 34px;
  height: 34px;
  padding: 1px;
  border-radius: 0px !important;
  border: 0 !important;
  background: #ededed none;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer; }

.deselect-filter-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #ee7202;
  color: #ffffff !important;
  padding: 1px;
  border-radius: 0px !important; }

.asn-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 992px) {
    .asn-select {
      max-width: 200px; } }

.cart-summary {
  line-height: 1.5;
  margin-bottom: 6em; }

.cart-summary--express .cart-summary__link.cart-summary__link {
  background: #78a935;
  border-color: #78a935;
  color: white; }
  .cart-summary--express .cart-summary__link.cart-summary__link:hover {
    background: #ee7202;
    border-color: #ee7202; }

.cart-summary__link.cart-summary__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  min-height: 39px;
  clear: both; }
  @media (min-width: 992px) {
    .cart-summary__link.cart-summary__link {
      float: right;
      width: 270px; } }

.cart-summary__total__text a {
  color: #1d1d1b;
  text-decoration: underline; }
  .cart-summary__total__text a:hover {
    color: #ee7202; }

.cart-summary__items--added {
  border: 1px solid #ee7202; }

.cart-summary__item {
  list-style: none;
  border-top: 1px solid #ededed; }

.cart-summary__item.cart-summary__item--express {
  border-color: #78a935; }

.cart-summary__item a {
  font-weight: 400;
  color: #000000; }
  .cart-summary__item a:hover, .cart-summary__item a:focus, .cart-summary__item a:active {
    text-decoration: underline; }

.cart-summary__total__sum {
  display: block;
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 15px 0; }
  @media (min-width: 992px) {
    .cart-summary__total__sum {
      text-align: right; } }

.cart-summary__item__image {
  width: 100%;
  display: block;
  padding: 5px 3px; }

.cart-summary__total__freepostage__check {
  color: #3c763d; }

.variantsborder {
  margin-top: 8em; }

.variantsborder h4 {
  margin: 1em 0; }

.mini-cart__counter,
.mini-cart__price {
  color: #fff; }

.custom-vue-modal__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  /*App modal*/ }
  .custom-vue-modal__wrapper .custom-vue-modal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    position: relative;
    gap: 8px;
    margin: 16px;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    background: white;
    z-index: 2;
    padding: 16px;
    border-radius: 4px; }
    .custom-vue-modal__wrapper .custom-vue-modal .custom-vue-modal__head {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: end;
              justify-content: end; }
    .custom-vue-modal__wrapper .custom-vue-modal .custom-vue-modal__body {
      overflow: auto; }
  .custom-vue-modal__wrapper.custom-vue-modal--app .custom-vue-modal {
    background: transparent;
    padding: 0;
    gap: 0; }
    .custom-vue-modal__wrapper.custom-vue-modal--app .custom-vue-modal .custom-vue-modal__close {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
      position: absolute;
      top: 5.7%;
      right: 5%;
      width: 40px;
      height: 40px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      background: white;
      color: var(--color-secondary);
      border-radius: 999px;
      border: none;
      line-height: 1; }
      .custom-vue-modal__wrapper.custom-vue-modal--app .custom-vue-modal .custom-vue-modal__close:hover {
        background-color: var(--color-primary-40); }
    .custom-vue-modal__wrapper.custom-vue-modal--app .custom-vue-modal .custom-vue-modal__footnote {
      color: white;
      text-align: center; }

/*------------------------------------*    #UTILITIES
\*------------------------------------*/
.background-transparent {
  background: transparent; }

.background-white {
  background-color: #fff; }

.background-white-transparent {
  background: rgba(255, 255, 255, 0.4); }

.background-grey {
  background-color: #414141; }

.background-grey-light {
  background-color: #ededed; }

.background-grey-lightest {
  background-color: #f7f7f7; }

.background-primary-light {
  background-color: #f18e35; }

.background-primary-lightest {
  background-color: #fde1c7; }

.background-primary {
  background-color: #ee7202; }

.background-secondary {
  background-color: #6f2283; }

.background-secondary-light {
  background-color: #a97ab5; }

.background-green {
  background-color: #78a935; }

.background-none {
  background: none; }

.hover-background-primary-light:hover {
  background-color: #f18e35 !important; }

.border-none-important {
  border: 0 !important; }

.rounded-full {
  border-radius: 100%; }

.cover-wrapper {
  position: relative !important; }

.cover {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }

.flex {
  display: -webkit-flex;
  display: flex; }

.flex.row:after,
.flex.row:before {
  display: none; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex-column {
  -webkit-flex-direction: column;
          flex-direction: column; }

.flex-row {
  -webkit-flex-direction: row;
          flex-direction: row; }

.flex-col {
  -webkit-flex-direction: column;
          flex-direction: column; }

.flex-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.mt-auto {
  margin-top: auto; }

.flex-grow {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.flex-no-shrink {
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

@media (max-width: 767px) {
  .flex-column-mobile {
    -webkit-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 767px) {
  .items-start-mobile {
    -webkit-align-items: flex-start;
            align-items: flex-start; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

.height-0 {
  height: 0 !important; }

.height-1 {
  height: 1px !important; }

.height-100 {
  height: 100% !important; }

.h-full {
  height: 100%; }

.h-10 {
  height: 10px; }

.h-20 {
  height: 30px; }

.h-30 {
  height: 30px; }

.h-40 {
  height: 40px; }

.h-60 {
  height: 60px; }

.h-80 {
  height: 80px; }

.max-width-20 {
  max-width: 20%; }

.max-width-25 {
  max-width: 25%; }

.max-width-33 {
  max-width: 33%; }

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

.max-width-66 {
  max-width: 66%; }

.max-width-75 {
  max-width: 75%; }

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

.fs1 {
  font-size: 11px; }

.fs2 {
  font-size: 12px; }

.fs3 {
  font-size: 14px; }

.fs4 {
  font-size: 16px; }

.fs4a {
  font-size: 18px; }

.fs5 {
  font-size: 22px; }

.fs6 {
  font-size: 38px; }

@media (min-width: 768px) {
  .sm-fs6 {
    font-size: 38px; } }

.color-white {
  color: #fff !important; }

.color-grey-semi {
  color: #777 !important; }

.color-grey-light {
  color: #414141 !important; }

.color-grey {
  color: #1d1d1b !important; }

.color-grey-dark {
  color: #1d1d1b !important; }

.color-black {
  color: #000000 !important; }

.color-green {
  color: #78a935 !important; }

.color-red {
  color: #c31317 !important; }

.color-primary {
  color: #ee7202 !important; }

.color-secondary {
  color: #6f2283 !important; }

.border-white {
  border-color: #ffffff !important; }

.hover-primary:hover {
  color: #ee7202 !important; }

.hover-secondary:hover {
  color: #6f2283 !important; }

.underline {
  text-decoration: underline !important; }

.hover-underline:hover {
  text-decoration: underline !important; }

.color-inherit {
  color: inherit !important; }

.fill-current {
  fill: currentColor !important; }

.lh1 {
  line-height: 1.1; }

.lh2 {
  line-height: 1.6; }

.lh3 {
  line-height: 2; }

.weight-normal {
  font-weight: 500; }

.uppercase {
  text-transform: uppercase; }

.padding-0 {
  padding: 0 !important; }

@media (max-width: 1024px) {
  .mobile-pl4 {
    padding-left: 30px; } }

@media (min-width: 1024px) {
  .desktop-pl0 {
    padding-left: 0 !important; } }

@media (min-width: 1024px) {
  .desktop-pr0 {
    padding-right: 0 !important; } }

@media (min-width: 1024px) {
  .desktop-pb1 {
    padding-bottom: 5px !important; } }

.service-payment__payment {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 499px) {
    .service-payment__payment {
      -webkit-flex-wrap: initial;
              flex-wrap: initial; } }

.service-payment__icon {
  width: 100px;
  text-align: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 15px; }
  @media (min-width: 500px) {
    .service-payment__icon {
      margin-right: 60px; } }

.rounded-full {
  border-radius: 100%; }

@media (min-width: 992px) {
  .w-input {
    width: 262px; } }

.versand_tab_head:not(.active):after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none; }

.w-full {
  width: 100%; }

.w-10 {
  width: 10px; }

.w-15 {
  width: 15px; }

.w-20 {
  width: 20px; }

.w-22 {
  width: 22px; }

.w-25 {
  width: 25px; }

.w-27 {
  width: 27px; }

.w-28 {
  width: 28px; }

.w-30 {
  width: 30px; }

.w-35 {
  width: 35px; }

.w-40 {
  width: 40px; }

.w-60 {
  width: 60px; }

.w-80 {
  width: 80px; }

.max-w-auto {
  max-width: unset; }

/*------------------------------------*    #UTILITIES
\*------------------------------------*/
.cursor-pointer {
  cursor: pointer; }

.underline {
  text-decoration: underline; }

.hyphens {
  -webkit-hyphens: auto;
          hyphens: auto; }

.swipe {
  height: 200px;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.swipe img {
  height: 200px;
  width: auto; }

@media (max-width: 768px) {
  .swipe {
    height: 120px; }
  .swipe img {
    height: 120px;
    width: auto; } }

.check {
  display: none; }

.icon-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.icon-text {
  color: #fff;
  text-align: left;
  font-size: 11px; }

.icon-text-login,
.icon-text-notepad {
  display: none; }
  @media (min-width: 1200px) {
    .icon-text-login,
    .icon-text-notepad {
      display: block; } }

.icon {
  width: 52px;
  height: 52px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 100%; }
  .icon img {
    fill: #ffffff;
    width: 30px;
    height: 30px;
    margin-top: 2px; }

.icon-location {
  background: #7a268e; }

.icon-cart {
  background: #f17d00; }

.icon-login {
  background: #f6b372; }
  .icon-login img {
    margin-top: 0; }