<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*thumnails for small devices horizontal*/
.gallery-thumnail-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .gallery-thumnail-container {
    overflow: visible;
  }
}

@media print {
  .gallery-thumnail-container {
    overflow: visible;
  }
}

.ng-gallery {
  width: 5000px;
  max-height: 95px;
  display: inline-block;
}

@media (min-width: 768px) {
  .ng-gallery {
    width: 100%;
    max-height: none;
    display: block;
  }
}

@media print {
  .ng-gallery {
    width: 100% !important;
    max-height: none;
    display: block;
  }
}

.thumbnail-box {
  display: block;
  float: left;
  max-height: 95px;
}

@media (min-width: 768px) {
  .thumbnail-box {
    max-height: none;
    float: none;
  }
}

@media print {
  .thumbnail-box {
    max-height: none;
    float: none;
  }
}

/*fix images float to left in second print page in explorer   */
@media print and (-ms-high-contrast: none) {
  #hotel-details-container {
    display: flex;
  }

  /* IE10 */
  *::-ms-backdrop,
  #hotel-details-container {
    display: flex;
  }

  /* IE11 */
}

/*-----------------*/
.thumbnail-box&gt;.ng-scope {
  display: inline-block;
  vertical-align: top;
}

.ng-scope&gt;.ng-thumb {
  margin-right: 5px;
  width: 125px;
}

@media (min-width: 768px) {
  .ng-scope&gt;.ng-thumb {
    margin-right: 0px;
    width: 100%;
  }
}

@media print {
  .ng-scope&gt;.ng-thumb {
    margin-right: 0px;
    width: 100%;
  }
}

img.ng-thumb {
  float: left;
  display: block;
  cursor: pointer;
  margin: 2px 0px 15px 0;
}

.ng-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

.ng-gallery-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.ng-gallery-content&gt;a.close-popup {
  font-size: 32px;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}

.ng-gallery-content&gt;a.nav-left,
.ng-gallery-content&gt;a.nav-right {
  color: #fff;
  text-decoration: none;
  font-size: 60px;
  cursor: pointer;
  outline: none;
}

.gallery-big-image-group {
  height: 85vh;
}

.ng-gallery-content&gt;a.nav-left {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ng-gallery-content&gt;a.nav-right {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-hotel-name {
  text-align: center;
  color: white;
  top: 2%;
  position: fixed;
  width: 100%;
  cursor: pointer;
}

.ng-gallery-content&gt;img,
.image-big {
  height: auto;
  max-height: calc(100% - 150px);
  max-width: calc(100% - 100px);
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.ng-gallery-content&gt;img.effect {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.ng-gallery-content&gt;span.info-text {
  color: white;
  display: inline-block;
  width: 100%;
  height: 20px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 100px;
}

.ng-gallery-content&gt;.ng-thumbnails-wrapper {
  height: 70px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.ng-gallery-content&gt;.ng-thumbnails-wrapper&gt;.ng-thumbnails {
  max-width: 4000px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.ng-gallery-content&gt;.ng-thumbnails-wrapper&gt;.ng-thumbnails&gt;div&gt;img {
  width: auto;
  height: 70px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.ng-gallery-content&gt;.ng-thumbnails-wrapper&gt;.ng-thumbnails&gt;div&gt;img:hover,
.ng-gallery-content&gt;.ng-thumbnails-wrapper&gt;.ng-thumbnails&gt;div&gt;img.active {
  transition: opacity 0.25s ease;
  opacity: 1;
  border: 1px solid white;
}

/* Loading - from http://loading.io */
uiload {
  display: inline-block;
  position: relative;
}

uiload&gt;div {
  position: relative;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  background: none;
  position: relative;
  top: 0;
  margin: 180px auto 0 auto;
  width: 100px;
  height: 100px;
}

.uil-ring-css&gt;div {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  border-radius: 40px;
  box-shadow: 0 6px 0 0 #fff;
  /*-ms-animation: uil-ring-anim 1s linear infinite;
-moz-animation: uil-ring-anim 1s linear infinite;
-webkit-animation: uil-ring-anim 1s linear infinite;
-o-animation: uil-ring-anim 1s linear infinite;
animation: uil-ring-anim 1s linear infinite; */
}

.gallery-loader-group {
  height: 30vh;
  position: absolute;
}

/** * Angular JS slider directive * * (c) Rafal Zajac &lt;rzajac@gmail.com&gt; * http://github.com/rzajac/angularjs-slider * * Licensed under the MIT license */
/* Slider colors */
/* Slider size parameters */
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 30px 0 15px 0;
  vertical-align: middle;
}

.price-range-rzslider rzslider {
  margin-top: 0px;
}

rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

rzslider span.rz-bar-wrapper {
  left: 0;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

rzslider span.rz-bar {
  left: 0;
  z-index: 0;
  width: 100%;
  height: 10px;
  background-color: #d4d5d6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

rzslider span.rz-bar.rz-selection {
  z-index: 1;
  background: #f75c55;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

rzslider span.rz-pointer {
  top: -5px;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #DC140A;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

rzslider span.rz-pointer:after {
  display: none;
}

rzslider span.rz-pointer:hover:after {
  background-color: #ffffff;
}

rzslider span.rz-pointer.rz-active:after {
  background-color: #451aff;
}

rzslider span.rz-bubble {
  display: none;
}

rzslider span.rz-bubble.rz-selection {
  top: 16px;
}

rzslider span.rz-bubble.rz-limit {
  color: #55637d;
}

rzslider .rz-ticks {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

rzslider .rz-ticks .tick {
  width: 1px;
  height: 8px;
  text-align: center;
  cursor: pointer;
  background: #9e9e9e;
  border-radius: 25%;
}

rzslider .rz-ticks .tick:nth-child(even) {
  height: 5px;
}

rzslider .rz-ticks .tick.selected {
  background: #dc140a;
}

rzslider .rz-ticks .tick .tick-value {
  position: absolute;
  top: -20px;
  transform: translate(-50%, 0);
  font-size: 0.8em;
}

/*------*/
.selected-distance {
  width: 100%;
  height: 100%;
  max-height: 50px;
  max-width: 50px;
  min-height: 32px;
  min-width: 32px;
  background: #e5e5e5;
  border-radius: 50%;
  border: 1px solid #d4d5d6;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201";
}

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

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

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

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

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

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

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: open_sansregular, NanumGothic, Arial, Arial Narrow, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #5E5E5E;
  background-color: #fff;
}

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

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

cite {
  font-style: normal;
}

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #dc140a;
}

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

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

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

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

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

.text-warning {
  color: #c98e00;
}

a.text-warning:hover {
  color: #966a00;
}

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #d4d5d6;
}

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.42857;
  color: #777777;
}

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

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

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

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

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 15px;
}

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

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

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

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

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

.table&gt;thead&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table&gt;thead&gt;tr&gt;th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

.table&gt;tbody+tbody {
  border-top: 2px solid #ddd;
}

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

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

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

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td {
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .table-responsive&gt;.table {
    margin-bottom: 0;
  }

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

  .table-responsive&gt;.table-bordered {
    border: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #5E5E5E;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #5E5E5E;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4d5d6;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #5E5E5E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(94, 94, 94, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(94, 94, 94, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #d4d5d6;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

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

input[type="date"].input-sm,
.input-group-sm&gt;input[type="date"].form-control,
.input-group-sm&gt;input[type="date"].input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;input[type="date"].btn,
input[type="time"].input-sm,
.input-group-sm&gt;input[type="time"].form-control,
.input-group-sm&gt;input[type="time"].input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;input[type="time"].btn,
input[type="datetime-local"].input-sm,
.input-group-sm&gt;input[type="datetime-local"].form-control,
.input-group-sm&gt;input[type="datetime-local"].input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;input[type="datetime-local"].btn,
input[type="month"].input-sm,
.input-group-sm&gt;input[type="month"].form-control,
.input-group-sm&gt;input[type="month"].input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;input[type="month"].btn {
  line-height: 30px;
}

input[type="date"].input-lg,
.input-group-lg&gt;input[type="date"].form-control,
.input-group-lg&gt;input[type="date"].input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;input[type="date"].btn,
input[type="time"].input-lg,
.input-group-lg&gt;input[type="time"].form-control,
.input-group-lg&gt;input[type="time"].input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;input[type="time"].btn,
input[type="datetime-local"].input-lg,
.input-group-lg&gt;input[type="datetime-local"].form-control,
.input-group-lg&gt;input[type="datetime-local"].input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;input[type="datetime-local"].btn,
input[type="month"].input-lg,
.input-group-lg&gt;input[type="month"].form-control,
.input-group-lg&gt;input[type="month"].input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;input[type="month"].btn {
  line-height: 46px;
}

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

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

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

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

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

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

.input-lg,
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 20px;
}

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after~.form-control-feedback {
  top: 0;
}

.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {

  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

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

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

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

  .form-inline .input-group&gt;.form-control,
  .navbar-form .input-group&gt;.form-control {
    width: 100%;
  }

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

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

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

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

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.btn-default {
  color: white;
  background-color: black;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open&gt;.btn-default.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: #adadad;
}

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

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: black;
  border-color: #ccc;
}

.btn-default .badge {
  color: black;
  background-color: white;
}

.btn-primary {
  color: #fff;
  background-color: #dc140a;
  border-color: #c41209;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open&gt;.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ab1008;
  border-color: #890c06;
}

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

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #dc140a;
  border-color: #c41209;
}

.btn-primary .badge {
  color: #dc140a;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open&gt;.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

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

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

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

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

.btn-warning {
  color: #fff;
  background-color: #fcb200;
  border-color: #e3a000;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open&gt;.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c98e00;
  border-color: #a57500;
}

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

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #fcb200;
  border-color: #e3a000;
}

.btn-warning .badge {
  color: #fcb200;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open&gt;.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

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

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

.btn-link:hover,
.btn-link:focus {
  color: #930d07;
  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&gt;.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 20px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.open&gt;.dropdown-menu {
  display: block;
}

.open&gt;a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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&gt;.btn,
.btn-group-vertical&gt;.btn {
  position: relative;
  float: left;
}

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

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

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

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

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

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

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

.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 14px;
}

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

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

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

.btn-group&gt;.btn-group {
  float: left;
}

.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
  border-radius: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical&gt;.btn-group&gt;.btn {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"]&gt;.btn&gt;input[type="radio"],
[data-toggle="buttons"]&gt;.btn&gt;input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #5E5E5E;
  text-align: center;
  background-color: white;
  border: 1px solid #d4d5d6;
  border-radius: 15px;
}

.input-group-addon.input-sm,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 14px;
}

.input-group-addon.input-lg,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 20px;
}

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

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

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

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

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

.input-group-btn&gt;.btn {
  position: relative;
}

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

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

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

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

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

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

.nav:after {
  clear: both;
}

.nav&gt;li {
  position: relative;
  display: block;
}

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

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
  text-decoration: none;
  background-color: #d4d5d6;
}

.nav&gt;li.disabled&gt;a {
  color: #777777;
}

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

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus {
  background-color: #d4d5d6;
  border-color: #dc140a;
}

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

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

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

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

.nav-tabs&gt;li&gt;a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 15px 15px 0 0;
}

.nav-tabs&gt;li&gt;a:hover {
  border-color: #d4d5d6 #d4d5d6 #ddd;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
  color: #5E5E5E;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills&gt;li {
  float: left;
}

.nav-pills&gt;li&gt;a {
  border-radius: 15px;
}

.nav-pills&gt;li+li {
  margin-left: 2px;
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:hover,
.nav-pills&gt;li.active&gt;a:focus {
  color: #fff;
  background-color: #dc140a;
}

.nav-stacked&gt;li {
  float: none;
}

.nav-stacked&gt;li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified&gt;li,
.nav-tabs.nav-justified&gt;li {
  float: none;
}

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

.nav-justified&gt;.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified&gt;li,
  .nav-tabs.nav-justified&gt;li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified&gt;li&gt;a,
  .nav-tabs.nav-justified&gt;li&gt;a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified&gt;li&gt;a,
.nav-tabs.nav-justified&gt;li&gt;a {
  margin-right: 0;
  border-radius: 15px;
}

.nav-tabs-justified&gt;.active&gt;a,
.nav-tabs.nav-justified&gt;.active&gt;a,
.nav-tabs-justified&gt;.active&gt;a:hover,
.nav-tabs.nav-justified&gt;.active&gt;a:hover,
.nav-tabs-justified&gt;.active&gt;a:focus,
.nav-tabs.nav-justified&gt;.active&gt;a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified&gt;li&gt;a,
  .nav-tabs.nav-justified&gt;li&gt;a {
    border-bottom: 1px solid #ddd;
    border-radius: 15px 15px 0 0;
  }

  .nav-tabs-justified&gt;.active&gt;a,
  .nav-tabs.nav-justified&gt;.active&gt;a,
  .nav-tabs-justified&gt;.active&gt;a:hover,
  .nav-tabs.nav-justified&gt;.active&gt;a:hover,
  .nav-tabs-justified&gt;.active&gt;a:focus,
  .nav-tabs.nav-justified&gt;.active&gt;a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content&gt;.tab-pane {
  display: none;
}

.tab-content&gt;.active {
  display: block;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 15px;
  }
}

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

.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-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container&gt;.navbar-header,
.container&gt;.navbar-collapse,
.container-fluid&gt;.navbar-header,
.container-fluid&gt;.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container&gt;.navbar-header,
  .container&gt;.navbar-collapse,
  .container-fluid&gt;.navbar-header,
  .container-fluid&gt;.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand,
.navbar-brand-sunhotels {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand-sunhotels:hover,
.navbar-brand:focus,
.navbar-brand-sunhotels:focus {
  text-decoration: none;
}

@media (min-width: 768px) {

  .navbar&gt;.container .navbar-brand,
  .navbar&gt;.container .navbar-brand-sunhotels,
  .navbar&gt;.container-fluid .navbar-brand,
  .navbar&gt;.container-fluid .navbar-brand-sunhotels {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 15px;
}

.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&gt;li&gt;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&gt;li&gt;a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu&gt;li&gt;a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
  .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
    background-image: none;
  }
}

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

  .navbar-nav&gt;li {
    float: left;
  }

  .navbar-nav&gt;li&gt;a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu {
  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&gt;.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs&gt;.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-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #e5e5e5;
  border-color: #d4d4d4;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand-sunhotels {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand-sunhotels:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand-sunhotels:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav&gt;li&gt;a {
  color: #777;
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
  color: #555;
  background-color: #d4d4d4;
}

.navbar-default .navbar-nav&gt;.disabled&gt;a,
.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,
.navbar-default .navbar-nav&gt;.disabled&gt;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: #d4d4d4;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
  background-color: #d4d4d4;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
    color: #555;
    background-color: #d4d4d4;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.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,
.navbar-inverse .navbar-brand-sunhotels {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand-sunhotels:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand-sunhotels:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav&gt;.active&gt;a,
.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav&gt;.disabled&gt;a,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav&gt;.open&gt;a,
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: none;
  border-radius: 15px;
}

.breadcrumb&gt;li {
  display: inline-block;
}

.breadcrumb&gt;li+li:before {
  content: "&gt;&nbsp;";
  padding: 0 5px;
  color: #5E5E5E;
}

.breadcrumb&gt;.active {
  color: white;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 20px 0;
  border-radius: 15px;
}

.pagination&gt;li {
  display: inline;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #dc140a;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span {
  margin-left: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;span:hover,
.pagination&gt;li&gt;span:focus {
  color: #930d07;
  background-color: #d4d5d6;
  border-color: #ddd;
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;span:focus {
  z-index: 2;
  color: #fff;
  background-color: #dc140a;
  border-color: #dc140a;
  cursor: default;
}

.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;span:hover,
.pagination&gt;.disabled&gt;span:focus,
.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:hover,
.pagination&gt;.disabled&gt;a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg&gt;li&gt;a,
.pagination-lg&gt;li&gt;span {
  padding: 10px 16px;
  font-size: 18px;
}

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

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

.pagination-sm&gt;li&gt;a,
.pagination-sm&gt;li&gt;span {
  padding: 5px 10px;
  font-size: 12px;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li&gt;a,
.pager li&gt;span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li&gt;a:hover,
.pager li&gt;a:focus {
  text-decoration: none;
  background-color: #d4d5d6;
}

.pager .next&gt;a,
.pager .next&gt;span {
  float: right;
}

.pager .previous&gt;a,
.pager .previous&gt;span {
  float: left;
}

.pager .disabled&gt;a,
.pager .disabled&gt;a:hover,
.pager .disabled&gt;a:focus,
.pager .disabled&gt;span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #dc140a;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ab1008;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #fcb200;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c98e00;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs&gt;.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.list-group-item.active&gt;.badge,
.nav-pills&gt;.active&gt;a&gt;.badge {
  color: #dc140a;
  background-color: #fff;
}

.nav-pills&gt;li&gt;a&gt;.badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #d4d5d6;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron&gt;hr {
  border-top-color: #babcbd;
}

.container .jumbotron {
  border-radius: 20px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail&gt;img,
.thumbnail a&gt;img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #5E5E5E;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert&gt;p,
.alert&gt;ul {
  margin-bottom: 0;
}

.alert&gt;p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fcb200;
  color: #c98e00;
}

.alert-warning hr {
  border-top-color: #e3a000;
}

.alert-warning .alert-link {
  color: #966a00;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

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

  to {
    background-position: 0 0;
  }
}

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

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

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #fcb200;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media&gt;.pull-left {
  margin-right: 10px;
}

.media&gt;.pull-right {
  margin-left: 10px;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.list-group-item&gt;.badge {
  float: right;
}

.list-group-item&gt;.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #d4d5d6;
  color: #777777;
}

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  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: #fcbab6;
}

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

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

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

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

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

a.list-group-item-warning {
  color: #c98e00;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c98e00;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c98e00;
  border-color: #c98e00;
}

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

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

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.panel-heading&gt;.dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title&gt;a {
  color: inherit;
}

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

.panel&gt;.list-group {
  margin-bottom: 0;
}

.panel&gt;.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel&gt;.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.panel&gt;.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

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

.panel&gt;.table,
.panel&gt;.table-responsive&gt;.table {
  margin-bottom: 0;
}

.panel&gt;.table:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child {
  border-top-left-radius: 14px;
}

.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,
.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child {
  border-top-right-radius: 14px;
}

.panel&gt;.table:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child {
  border-bottom-left-radius: 14px;
}

.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,
.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child {
  border-bottom-right-radius: 14px;
}

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

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

.panel&gt;.table-bordered,
.panel&gt;.table-responsive&gt;.table-bordered {
  border: 0;
}

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

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

.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,
.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th {
  border-bottom: 0;
}

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 15px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #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&gt;.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border-top-color: #ddd;
}

.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #dc140a;
}

.panel-primary&gt;.panel-heading {
  color: #fff;
  background-color: #dc140a;
  border-color: #dc140a;
}

.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border-top-color: #dc140a;
}

.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body {
  border-bottom-color: #dc140a;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success&gt;.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info&gt;.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border-top-color: #bce8f1;
}

.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #fcb200;
}

.panel-warning&gt;.panel-heading {
  color: #c98e00;
  background-color: #fcf8e3;
  border-color: #fcb200;
}

.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border-top-color: #fcb200;
}

.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body {
  border-bottom-color: #fcb200;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger&gt;.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 20px;
}

.well-sm {
  padding: 9px;
  border-radius: 14px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

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

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

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 19px 19px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover&gt;.arrow,
.popover&gt;.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover&gt;.arrow {
  border-width: 11px;
}

.popover&gt;.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top&gt;.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top&gt;.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right&gt;.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right&gt;.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom&gt;.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom&gt;.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left&gt;.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left&gt;.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner&gt;.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner&gt;.item&gt;img,
.carousel-inner&gt;.item&gt;a&gt;img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
  display: block;
}

.carousel-inner&gt;.active {
  left: 0;
}

.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner&gt;.next {
  left: 100%;
}

.carousel-inner&gt;.prev {
  left: -100%;
}

.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
  left: 0;
}

.carousel-inner&gt;.active.left {
  left: -100%;
}

.carousel-inner&gt;.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 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;
  }

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

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

/*  treeGrid.css  Styles for the tree-grid for both Bootstrap 2 and Bootstrap 3 http://khan4019.github.io/tree-grid-directive/test/treeGrid.html  */
.tree-grid-animate-enter,
.tree-grid-row.ng-enter {
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  position: relative;
  display: block;
  opacity: 0;
  max-height: 0;
}

.tree-grid-animate-enter.tree-grid-animate-enter-active,
.tree-grid-row.ng-enter-active {
  opacity: 1;
  max-height: 30px;
}

.tree-grid-animate-leave,
.tree-grid-row.ng-leave {
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  -webkit-transition: 200ms linear all;
  transition: 200ms linear all;
  position: relative;
  display: block;
  height: 30px;
  max-height: 30px;
  opacity: 1;
}

.tree-grid-animate-leave.tree-grid-animate-leave-active,
.tree-grid-row.ng-leave-active {
  height: 0;
  max-height: 0;
  opacity: 0;
}

/* Angular 1.2.0 Animation placeholders. */
/* Normal CSS styles. */
.tree-grid i.indented {
  padding: 2px;
}

.tree-grid .level-1 .indented {
  position: relative;
  left: 0;
}

.tree-grid .level-2 .indented {
  position: relative;
  left: 20px;
}

.tree-grid .level-3 .indented {
  position: relative;
  left: 40px;
}

.tree-grid .level-4 .indented {
  position: relative;
  left: 60px;
}

.tree-grid .level-5 .indented {
  position: relative;
  left: 80px;
}

.tree-grid .level-6 .indented {
  position: relative;
  left: 100px;
}

.tree-grid .level-7 .indented {
  position: relative;
  left: 120px;
}

.tree-grid .level-8 .indented {
  position: relative;
  left: 140px;
}

.tree-grid .level-9 .indented {
  position: relative;
  left: 160px;
}

.tree-grid .tree-icon,
.tree-label {
  cursor: pointer;
}

table.tree-grid {
  max-height: 500px;
  overflow-y: scroll;
}

.tree-grid&gt;thead&gt;tr&gt;th {
  border-bottom: 2px solid #fff;
}

.tree-grid-row {
  border-bottom: 2px solid #fff;
  background-color: #f2f2f2;
}

.tree-grid-row-last-child {
  background-color: white;
}

.tree-grid-row:hover,
.tree-grid-row.active {
  background-color: #cccccc;
}

.table-hover&gt;tbody&gt;tr:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;th,
.table&gt;tbody&gt;tr.active&gt;td,
.table&gt;tbody&gt;tr.active&gt;th,
.table&gt;tbody&gt;tr&gt;td.active,
.table&gt;tbody&gt;tr&gt;th.active,
.table&gt;tfoot&gt;tr.active&gt;td,
.table&gt;tfoot&gt;tr.active&gt;th,
.table&gt;tfoot&gt;tr&gt;td.active,
.table&gt;tfoot&gt;tr&gt;th.active,
.table&gt;thead&gt;tr.active&gt;td,
.table&gt;thead&gt;tr.active&gt;th,
.table&gt;thead&gt;tr&gt;td.active,
.table&gt;thead&gt;tr&gt;th.active {
  background-color: initial;
}

.tree-grid&gt;tbody&gt;tr&gt;td,
.tree-grid&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.tree-grid&gt;tfoot&gt;tr&gt;th,
.tree-grid&gt;thead&gt;tr&gt;td,
.tree-grid&gt;thead&gt;tr&gt;th {
  padding: 4px 8px;
}

/**Cells*/
.tree-grid-row--comparison&gt;td:nth-of-type(3n) {
  background-color: rgba(66, 139, 202, 0.15);
}

.active.tree-grid-row--comparison&gt;td:nth-of-type(3n) {
  background-color: rgba(66, 139, 202, 0.15);
}

.tree-grid-row--comparison&gt;.tree-grid-cell-data--positive {
  background-color: rgba(92, 184, 92, 0.15);
}

.active.tree-grid-row--comparison&gt;.tree-grid-cell-data--positive {
  background-color: rgba(92, 184, 92, 0.15);
}

.tree-grid-row--comparison&gt;.tree-grid-cell-data--negative {
  background-color: rgba(220, 20, 10, 0.15);
}

.active.tree-grid-row--comparison&gt;.tree-grid-cell-data--negative {
  background-color: rgba(220, 20, 10, 0.15);
}

/*this clases are to reduce padding between colums*/
.col-expanded {
  padding-left: 0px;
  padding-right: 0px;
}

.col-expanded-left {
  padding-left: 0px;
}

.col-expanded-right {
  padding-right: 0px;
}

.col-half-expanded {
  padding-left: 7px;
  padding-right: 7px;
}

.col-centered {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .width-1 {
    width: 1%;
  }
}

@media (min-width: 1200px) {
  .width-2 {
    width: 2%;
  }
}

@media (min-width: 1200px) {
  .width-3 {
    width: 3%;
  }
}

@media (min-width: 1200px) {
  .width-4 {
    width: 4%;
  }
}

@media (min-width: 1200px) {
  .width-5 {
    width: 5%;
  }
}

@media (min-width: 1200px) {
  .width-6 {
    width: 6%;
  }
}

@media (min-width: 1200px) {
  .width-7 {
    width: 7%;
  }
}

@media (min-width: 1200px) {
  .width-8 {
    width: 8%;
  }
}

@media (min-width: 1200px) {
  .width-9 {
    width: 9%;
  }
}

@media (min-width: 1200px) {
  .width-10 {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  .width-11 {
    width: 11%;
  }
}

@media (min-width: 1200px) {
  .width-12 {
    width: 12%;
  }
}

@media (min-width: 1200px) {
  .width-13 {
    width: 13%;
  }
}

@media (min-width: 1200px) {
  .width-14 {
    width: 14%;
  }
}

@media (min-width: 1200px) {
  .width-15 {
    width: 15%;
  }
}

@media (min-width: 1200px) {
  .width-16 {
    width: 16%;
  }
}

@media (min-width: 1200px) {
  .width-17 {
    width: 17%;
  }
}

@media (min-width: 1200px) {
  .width-18 {
    width: 18%;
  }
}

@media (min-width: 1200px) {
  .width-19 {
    width: 19%;
  }
}

@media (min-width: 1200px) {
  .width-20 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .width-21 {
    width: 21%;
  }
}

@media (min-width: 1200px) {
  .width-22 {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .width-23 {
    width: 23%;
  }
}

@media (min-width: 1200px) {
  .width-24 {
    width: 24%;
  }
}

@media (min-width: 1200px) {
  .width-25 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .width-26 {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .width-27 {
    width: 27%;
  }
}

@media (min-width: 1200px) {
  .width-28 {
    width: 28%;
  }
}

@media (min-width: 1200px) {
  .width-29 {
    width: 29%;
  }
}

@media (min-width: 1200px) {
  .width-30 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .width-31 {
    width: 31%;
  }
}

@media (min-width: 1200px) {
  .width-32 {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  .width-33 {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .width-34 {
    width: 34%;
  }
}

@media (min-width: 1200px) {
  .width-35 {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .width-36 {
    width: 36%;
  }
}

@media (min-width: 1200px) {
  .width-37 {
    width: 37%;
  }
}

@media (min-width: 1200px) {
  .width-38 {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .width-39 {
    width: 39%;
  }
}

@media (min-width: 1200px) {
  .width-40 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .width-41 {
    width: 41%;
  }
}

@media (min-width: 1200px) {
  .width-42 {
    width: 42%;
  }
}

@media (min-width: 1200px) {
  .width-43 {
    width: 43%;
  }
}

@media (min-width: 1200px) {
  .width-44 {
    width: 44%;
  }
}

@media (min-width: 1200px) {
  .width-45 {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .width-46 {
    width: 46%;
  }
}

@media (min-width: 1200px) {
  .width-47 {
    width: 47%;
  }
}

@media (min-width: 1200px) {
  .width-48 {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .width-49 {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .width-50 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .width-51 {
    width: 51%;
  }
}

@media (min-width: 1200px) {
  .width-52 {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .width-53 {
    width: 53%;
  }
}

@media (min-width: 1200px) {
  .width-54 {
    width: 54%;
  }
}

@media (min-width: 1200px) {
  .width-55 {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .width-56 {
    width: 56%;
  }
}

@media (min-width: 1200px) {
  .width-57 {
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .width-58 {
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .width-59 {
    width: 59%;
  }
}

@media (min-width: 1200px) {
  .width-60 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .width-61 {
    width: 61%;
  }
}

@media (min-width: 1200px) {
  .width-62 {
    width: 62%;
  }
}

@media (min-width: 1200px) {
  .width-63 {
    width: 63%;
  }
}

@media (min-width: 1200px) {
  .width-64 {
    width: 64%;
  }
}

@media (min-width: 1200px) {
  .width-65 {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .width-66 {
    width: 66%;
  }
}

@media (min-width: 1200px) {
  .width-67 {
    width: 67%;
  }
}

@media (min-width: 1200px) {
  .width-68 {
    width: 68%;
  }
}

@media (min-width: 1200px) {
  .width-69 {
    width: 69%;
  }
}

@media (min-width: 1200px) {
  .width-70 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .width-71 {
    width: 71%;
  }
}

@media (min-width: 1200px) {
  .width-72 {
    width: 72%;
  }
}

@media (min-width: 1200px) {
  .width-73 {
    width: 73%;
  }
}

@media (min-width: 1200px) {
  .width-74 {
    width: 74%;
  }
}

@media (min-width: 1200px) {
  .width-75 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .width-76 {
    width: 76%;
  }
}

@media (min-width: 1200px) {
  .width-77 {
    width: 77%;
  }
}

@media (min-width: 1200px) {
  .width-78 {
    width: 78%;
  }
}

@media (min-width: 1200px) {
  .width-79 {
    width: 79%;
  }
}

@media (min-width: 1200px) {
  .width-80 {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .width-81 {
    width: 81%;
  }
}

@media (min-width: 1200px) {
  .width-82 {
    width: 82%;
  }
}

@media (min-width: 1200px) {
  .width-83 {
    width: 83%;
  }
}

@media (min-width: 1200px) {
  .width-84 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .width-85 {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .width-86 {
    width: 86%;
  }
}

@media (min-width: 1200px) {
  .width-87 {
    width: 87%;
  }
}

@media (min-width: 1200px) {
  .width-88 {
    width: 88%;
  }
}

@media (min-width: 1200px) {
  .width-89 {
    width: 89%;
  }
}

@media (min-width: 1200px) {
  .width-90 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .width-91 {
    width: 91%;
  }
}

@media (min-width: 1200px) {
  .width-92 {
    width: 92%;
  }
}

@media (min-width: 1200px) {
  .width-93 {
    width: 93%;
  }
}

@media (min-width: 1200px) {
  .width-94 {
    width: 94%;
  }
}

@media (min-width: 1200px) {
  .width-95 {
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .width-96 {
    width: 96%;
  }
}

@media (min-width: 1200px) {
  .width-97 {
    width: 97%;
  }
}

@media (min-width: 1200px) {
  .width-98 {
    width: 98%;
  }
}

@media (min-width: 1200px) {
  .width-99 {
    width: 99%;
  }
}

@media (min-width: 1200px) {
  .width-100 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .width-lg-1 {
    width: 1%;
  }
}

@media (min-width: 1200px) {
  .width-lg-2 {
    width: 2%;
  }
}

@media (min-width: 1200px) {
  .width-lg-3 {
    width: 3%;
  }
}

@media (min-width: 1200px) {
  .width-lg-4 {
    width: 4%;
  }
}

@media (min-width: 1200px) {
  .width-lg-5 {
    width: 5%;
  }
}

@media (min-width: 1200px) {
  .width-lg-6 {
    width: 6%;
  }
}

@media (min-width: 1200px) {
  .width-lg-7 {
    width: 7%;
  }
}

@media (min-width: 1200px) {
  .width-lg-8 {
    width: 8%;
  }
}

@media (min-width: 1200px) {
  .width-lg-9 {
    width: 9%;
  }
}

@media (min-width: 1200px) {
  .width-lg-10 {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  .width-lg-11 {
    width: 11%;
  }
}

@media (min-width: 1200px) {
  .width-lg-12 {
    width: 12%;
  }
}

@media (min-width: 1200px) {
  .width-lg-13 {
    width: 13%;
  }
}

@media (min-width: 1200px) {
  .width-lg-14 {
    width: 14%;
  }
}

@media (min-width: 1200px) {
  .width-lg-15 {
    width: 15%;
  }
}

@media (min-width: 1200px) {
  .width-lg-16 {
    width: 16%;
  }
}

@media (min-width: 1200px) {
  .width-lg-17 {
    width: 17%;
  }
}

@media (min-width: 1200px) {
  .width-lg-18 {
    width: 18%;
  }
}

@media (min-width: 1200px) {
  .width-lg-19 {
    width: 19%;
  }
}

@media (min-width: 1200px) {
  .width-lg-20 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .width-lg-21 {
    width: 21%;
  }
}

@media (min-width: 1200px) {
  .width-lg-22 {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .width-lg-23 {
    width: 23%;
  }
}

@media (min-width: 1200px) {
  .width-lg-24 {
    width: 24%;
  }
}

@media (min-width: 1200px) {
  .width-lg-25 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .width-lg-26 {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .width-lg-27 {
    width: 27%;
  }
}

@media (min-width: 1200px) {
  .width-lg-28 {
    width: 28%;
  }
}

@media (min-width: 1200px) {
  .width-lg-29 {
    width: 29%;
  }
}

@media (min-width: 1200px) {
  .width-lg-30 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .width-lg-31 {
    width: 31%;
  }
}

@media (min-width: 1200px) {
  .width-lg-32 {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  .width-lg-33 {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .width-lg-34 {
    width: 34%;
  }
}

@media (min-width: 1200px) {
  .width-lg-35 {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .width-lg-36 {
    width: 36%;
  }
}

@media (min-width: 1200px) {
  .width-lg-37 {
    width: 37%;
  }
}

@media (min-width: 1200px) {
  .width-lg-38 {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .width-lg-39 {
    width: 39%;
  }
}

@media (min-width: 1200px) {
  .width-lg-40 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .width-lg-41 {
    width: 41%;
  }
}

@media (min-width: 1200px) {
  .width-lg-42 {
    width: 42%;
  }
}

@media (min-width: 1200px) {
  .width-lg-43 {
    width: 43%;
  }
}

@media (min-width: 1200px) {
  .width-lg-44 {
    width: 44%;
  }
}

@media (min-width: 1200px) {
  .width-lg-45 {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .width-lg-46 {
    width: 46%;
  }
}

@media (min-width: 1200px) {
  .width-lg-47 {
    width: 47%;
  }
}

@media (min-width: 1200px) {
  .width-lg-48 {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .width-lg-49 {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .width-lg-50 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .width-lg-51 {
    width: 51%;
  }
}

@media (min-width: 1200px) {
  .width-lg-52 {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .width-lg-53 {
    width: 53%;
  }
}

@media (min-width: 1200px) {
  .width-lg-54 {
    width: 54%;
  }
}

@media (min-width: 1200px) {
  .width-lg-55 {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .width-lg-56 {
    width: 56%;
  }
}

@media (min-width: 1200px) {
  .width-lg-57 {
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .width-lg-58 {
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .width-lg-59 {
    width: 59%;
  }
}

@media (min-width: 1200px) {
  .width-lg-60 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .width-lg-61 {
    width: 61%;
  }
}

@media (min-width: 1200px) {
  .width-lg-62 {
    width: 62%;
  }
}

@media (min-width: 1200px) {
  .width-lg-63 {
    width: 63%;
  }
}

@media (min-width: 1200px) {
  .width-lg-64 {
    width: 64%;
  }
}

@media (min-width: 1200px) {
  .width-lg-65 {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .width-lg-66 {
    width: 66%;
  }
}

@media (min-width: 1200px) {
  .width-lg-67 {
    width: 67%;
  }
}

@media (min-width: 1200px) {
  .width-lg-68 {
    width: 68%;
  }
}

@media (min-width: 1200px) {
  .width-lg-69 {
    width: 69%;
  }
}

@media (min-width: 1200px) {
  .width-lg-70 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .width-lg-71 {
    width: 71%;
  }
}

@media (min-width: 1200px) {
  .width-lg-72 {
    width: 72%;
  }
}

@media (min-width: 1200px) {
  .width-lg-73 {
    width: 73%;
  }
}

@media (min-width: 1200px) {
  .width-lg-74 {
    width: 74%;
  }
}

@media (min-width: 1200px) {
  .width-lg-75 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .width-lg-76 {
    width: 76%;
  }
}

@media (min-width: 1200px) {
  .width-lg-77 {
    width: 77%;
  }
}

@media (min-width: 1200px) {
  .width-lg-78 {
    width: 78%;
  }
}

@media (min-width: 1200px) {
  .width-lg-79 {
    width: 79%;
  }
}

@media (min-width: 1200px) {
  .width-lg-80 {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .width-lg-81 {
    width: 81%;
  }
}

@media (min-width: 1200px) {
  .width-lg-82 {
    width: 82%;
  }
}

@media (min-width: 1200px) {
  .width-lg-83 {
    width: 83%;
  }
}

@media (min-width: 1200px) {
  .width-lg-84 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .width-lg-85 {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .width-lg-86 {
    width: 86%;
  }
}

@media (min-width: 1200px) {
  .width-lg-87 {
    width: 87%;
  }
}

@media (min-width: 1200px) {
  .width-lg-88 {
    width: 88%;
  }
}

@media (min-width: 1200px) {
  .width-lg-89 {
    width: 89%;
  }
}

@media (min-width: 1200px) {
  .width-lg-90 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .width-lg-91 {
    width: 91%;
  }
}

@media (min-width: 1200px) {
  .width-lg-92 {
    width: 92%;
  }
}

@media (min-width: 1200px) {
  .width-lg-93 {
    width: 93%;
  }
}

@media (min-width: 1200px) {
  .width-lg-94 {
    width: 94%;
  }
}

@media (min-width: 1200px) {
  .width-lg-95 {
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .width-lg-96 {
    width: 96%;
  }
}

@media (min-width: 1200px) {
  .width-lg-97 {
    width: 97%;
  }
}

@media (min-width: 1200px) {
  .width-lg-98 {
    width: 98%;
  }
}

@media (min-width: 1200px) {
  .width-lg-99 {
    width: 99%;
  }
}

@media (min-width: 1200px) {
  .width-lg-100 {
    width: 100%;
  }
}

.multiagent-flex-wrapper {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  height: 17vh;
  align-content: space-around;
  padding: 15px;
}

.multiagent-flex-item {
  margin: 15px;
  align-self: auto;
}

.flex-parent {
  display: flex;
}

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

.flex-item {
  height: 50px;
  margin: 5px;
  background: #d4d5d6;
  text-align: center;
}

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

/*--header flex container  ---*/
.header-flex-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-flex-item {
  margin-left: 30px;
}

.hr-default {
  border-bottom: 1px solid #777777;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.minus-12 {
  margin-top: -12px;
}

/*------------- Styles settings row between distances --------------------------------*/
.vertical-space-small,
.btn-filter {
  margin-bottom: 2.15385px;
}

.vertical-space-small-base {
  margin-bottom: 4.66667px;
}

.vertical-space-base,
.alert {
  margin-bottom: 14px;
}

.vertical-space-large,
.main-content,
.main-content-public,
.main-content-public-for-banner {
  margin-bottom: 28px;
}

.vertical-space-super-large {
  margin-bottom: 56px;
}

/*------------- Margin right - left--------------------------------*/
.right-space-small {
  margin-right: 2.33333px;
}

.right-space-small-base {
  margin-right: 4.66667px;
}

.right-space-base {
  margin-right: 14px;
}

.right-space-large {
  margin-right: 28px;
}

.right-space-super-large {
  margin-right: 56px;
}

.left-space-small {
  margin-left: 2.33333px;
}

.left-space-small-base {
  margin-left: 4.66667px;
}

.left-space-base {
  margin-left: 14px;
}

.left-space-large {
  margin-left: 28px;
}

.left-space-super-large {
  margin-left: 56px;
}

/*------------- padding top-botton --------------------------------*/
.padding-space-base {
  padding: 14px;
}

.padding-space-small {
  padding: 7px;
}

.padding-top-bottom-large {
  padding-top: 28px;
  padding-bottom: 28px;
}

/*padding-space-top*/
.padding-bottom-base {
  padding-bottom: 14px;
}

.padding-bottom-small {
  padding-bottom: 7px;
}

.padding-bottom-large {
  padding-bottom: 28px;
}

/* classes to add fixed height t*/
.fixed-height-base {
  line-height: 100%;
  height: 46px;
}

/*------------- Styles settings line heigh and aling elements --------------------------------*/
.cell-base,
.cell-small,
.cell-extra-small,
.cell-medium,
.cell-large,
.cell-large-sm,
.cell-large-md,
.cell-large--for-sm,
.cell-large--for-lg,
.cell-extra-large {
  display: table;
  vertical-align: middle;
  height: 34px;
  width: 100%;
}

.cell-small {
  height: 23.8px;
}

.cell-extra-small {
  height: 17px;
}

.cell-medium {
  height: 46px;
}

.cell-large {
  height: 57.8px;
}

.cell-large-padding-top {
  padding-top: 57.8px;
}

@media print {
  .cell-large-padding-top {
    padding-top: 0px;
  }
}

@media (min-width: 480px) {
  .cell-large-sm {
    height: 57.8px;
  }
}

@media (min-width: 768px) {
  .cell-large-md {
    height: 57.8px;
  }
}

.cell-large--for-sm {
  height: 51px;
}

.cell-large--for-lg {
  height: 69px;
}

.cell-extra-large {
  height: 92px;
}

/*  row items  */
.cell-item-middle,
.cell-item-middle-bottom,
.cell-large--for-lg&gt;.cell-item-middle-bottom,
.cell-item-bottom,
.cell-item-top {
  display: table-cell;
  vertical-align: middle;
}

.cell-item-middle-bottom {
  vertical-align: middle;
  padding-top: 1.4em;
}

.cell-large--for-lg&gt;.cell-item-middle-bottom {
  vertical-align: middle;
  padding-top: 2em;
}

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

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

/*--------------------*/
.flex {
  display: block;
  height: 100%;
}

.main-content,
.main-content-public {
  padding-top: 115px;
  min-height: 90vh;
}

@media (min-width: 768px) {

  .main-content,
  .main-content-public {
    padding-top: 125px;
  }
}

@media (min-width: 992px) {

  .main-content,
  .main-content-public {
    padding-top: 140px;
  }
}

@media print {

  .main-content,
  .main-content-public {
    padding-top: 10px;
    min-height: initial;
  }
}

.main-content-public {
  min-height: initial;
}

@media (min-width: 768px) {
  .main-content-public {
    min-height: initial;
  }
}

@media (min-width: 992px) {
  .main-content-public {
    min-height: initial;
  }
}

@media print {
  .main-content-public {
    min-height: initial;
  }
}

.main-content-public-for-banner {
  padding-top: 98px;
}

@media (min-width: 768px) {
  .main-content-public-for-banner {
    padding-top: 105px;
  }
}

@media (min-width: 992px) {
  .main-content-public-for-banner {
    padding-top: 122px;
  }
}

@media print {
  .main-content-public-for-banner {
    padding-top: 10px;
  }
}

.main-content--padding-top-only {
  min-height: 0;
}

/* add padding top in small devices to avoid content under breadcrumbs */
#search-transfer {
  padding-top: 10px;
}

@media (min-width: 768px) {
  #search-transfer {
    padding-top: 0px;
  }
}

#complete-transfer-booking {
  padding-top: 25px;
}

@media (min-width: 768px) {
  #complete-transfer-booking {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  #complete-transfer-booking {
    padding-top: 0px;
  }
}

#confirm-booking {
  padding-top: 35px;
}

@media (min-width: 768px) {
  #confirm-booking {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  #confirm-booking {
    padding-top: 0px;
  }
}

/*Min  heisght*/
.min-height-70 {
  min-height: 70vh;
}

.alert-flag {
  background: none;
  border-left-width: 5px;
  margin-bottom: 0px;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

.submitted.ng-invalid {
  border: 1px solid #d9534f;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}

input[type="checkbox"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d4d5d6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #5E5E5E;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

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

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
  background-color: #d4d5d6;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
  background-color: #dc140a;
  border-color: #dc140a;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
  background-color: #fcb200;
  border-color: #fcb200;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d4d5d6;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #5E5E5E;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #dc140a;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #dc140a;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #dc140a;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #fcb200;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #fcb200;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #fcb200;
}

.radio-success input[type="radio"]+label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
  color: #fff;
}

.btn {
  transition: all 0.3s ease-in-out 0s;
  -moz-user-select: none;
}

.btn {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}

.btn-lg,
.btn-group-lg&gt;.btn {
  min-width: 150px;
}

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

.btn-default:focus {
  background-color: black;
}

.btn-default:focus:hover {
  background-color: black;
}

.btn-primary:focus {
  background-color: #dc140a;
}

.btn-primary:active {
  background-color: #930d07;
}

.btn-primary:focus:hover {
  background-color: #930d07;
}

.btn-success:focus {
  background-color: #5cb85c;
}

.btn-success:active {
  background-color: #3d8b3d;
}

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

.btn-info:active {
  background-color: #28a1c5;
}

.btn-warning:focus {
  background-color: #fcb200;
}

.btn-warning:active {
  background-color: #b07c00;
  background-image: none;
}

.btn-danger:focus {
  background-color: #d9534f;
}

.btn-danger:active {
  background-color: #b52b27;
  background-image: none;
}

select:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none !important;
}

/**  + add g3 button*/
.btn-link {
  line-height: 2.5;
}

/*------------BTN ICONS----------*/
/* Icon alone */
.btn-icon {
  padding: 4px 6px;
}

.btn-icon.btn-sm,
.btn-group-sm&gt;.btn-icon.btn {
  padding: 3px 6px;
}

.btn-icon:not(.btn-primary) {
  color: #777777;
}

.btn-icon.btn-default {
  color: white;
}

.btn-icon:active,
.btn-icon:hover {
  color: white;
}

/*btn + glyphicons*/
.btn:not(.btn-icon)&gt;.glyphicon {
  margin-right: 6px;
}

.btn-xs:not(.btn-icon)&gt;.glyphicon,
.btn-group-xs&gt;.btn:not(.btn-icon)&gt;.glyphicon {
  margin-right: 1px;
}

.btn-sm:not(.btn-icon)&gt;.glyphicon,
.btn-group-sm&gt;.btn:not(.btn-icon)&gt;.glyphicon {
  margin-right: 3px;
}

.btn-lg:not(.btn-icon)&gt;.glyphicon,
.btn-group-lg&gt;.btn:not(.btn-icon)&gt;.glyphicon {
  margin-right: 10px;
}

/* Round*/
.btn-material {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #dc140a;
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6);
  transition: all 0.1s ease-in-out;
  font-size: 40px;
  color: white;
  text-align: center;
  line-height: 70px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
  animation-timing-function: cubic-bezier(0.8, -0.49, 0.36, 1);
  animation: comeSurface 0.5s;
}

.btn-material&gt;.glyphicon {
  line-height: 50px;
  font-size: 30px;
}

.btn-material:hover {
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.2);
  background-color: #930d07;
}

@keyframes comeSurface {
  from {
    transform: translateY(150px);
  }

  to {
    transform: translateY(0px);
  }
}

/*disabled btns */
.btn.disabled,
.btn[disabled],
btn:disabled,
.link-btn[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.29;
  pointer-events: none;
}

/*dark tranparent color*/
.btn-transparent,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #dc140a;
  color: white;
}

.btn-transparent:hover {
  border: 1px solid #878786;
}

.btn-transparent-low {
  border: 1px solid #777777;
}

/*btn-secundary */
.btn-secundary {
  background: white;
  border: 1px solid #d4d5d6;
  color: #dc140a;
}

.btn-secundary:hover,
.btn-secundary:focus:hover {
  background: #e5e5e5;
  color: #dc140a;
}

.btn-secundary:active {
  background: white;
  border: 1px solid #d4d5d6;
  color: #dc140a;
}

.btn-secundary:focus {
  background: white;
  border: 1px solid #d4d5d6;
  color: #dc140a;
}

/*btn-inverse*/
.btn-inverse {
  background: none;
  border: 1px solid white;
  color: white;
}

.btn-inverse:hover,
.btn-inverse:focus:hover {
  background: none;
  color: #d9d9d9;
  border: 1px solid #dc140a;
}

.btn-inverse:active {
  background: none;
  color: #d9d9d9;
  border: 1px solid #dc140a;
}

.btn-inverse:focus {
  background: none;
  color: #d9d9d9;
  border: 1px solid #dc140a;
}

/*btn-default-secundary*/
.btn-default-secundary {
  background: #d4d5d6;
  color: #2b3c45;
}

.btn-default-secundary:hover,
.btn-default-secundary:focus:hover {
  background: #d4d5d6;
  color: #2b3c45;
}

.btn-default-secundary:active {
  background: #d4d5d6;
  color: #2b3c45;
}

.btn-default-secundary:focus {
  background: #d4d5d6;
  color: #2b3c45;
}

.btn-default-secundary--active {
  background: #dff0d8;
  color: #2b3c45;
}

.btn-default-secundary--active:hover,
.btn-default-secundary--active:focus:hover {
  background: #dff0d8;
  color: #2b3c45;
}

.btn-default-secundary--active:active {
  background: #dff0d8;
  color: #2b3c45;
}

.btn-default-secundary--active:focus {
  background: #dff0d8;
  color: #2b3c45;
}

.btn-default-secundary--cancelled {
  background: #f2dede;
  color: #2b3c45;
}

.btn-default-secundary--cancelled:hover,
.btn-default-secundary--cancelled:focus:hover {
  background: #f2dede;
  color: #2b3c45;
}

.btn-default-secundary--cancelled:active {
  background: #f2dede;
  color: #2b3c45;
}

.btn-default-secundary--cancelled:focus {
  background: #f2dede;
  color: #2b3c45;
}

.btn-default-secundary--travelled {
  background: #d9edf7;
  color: #2b3c45;
}

.btn-default-secundary--travelled:hover,
.btn-default-secundary--travelled:focus:hover {
  background: #d9edf7;
  color: #2b3c45;
}

.btn-default-secundary--travelled:active {
  background: #d9edf7;
  color: #2b3c45;
}

.btn-default-secundary--travelled:focus {
  background: #d9edf7;
  color: #2b3c45;
}

.btn-default-secundary--request {
  background: #e5cfe8;
  color: #2b3c45;
}

.btn-default-secundary--request:hover,
.btn-default-secundary--request:focus:hover {
  background: #e5cfe8;
  color: #2b3c45;
}

.btn-default-secundary--request:active {
  background: #e5cfe8;
  color: #2b3c45;
}

.btn-default-secundary--request:focus {
  background: #e5cfe8;
  color: #2b3c45;
}

.btn-default-secundary--paid-credit {
  background-color: #cceae4;
  color: #2b3c45;
}

.btn-default-secundary--paid-credit:hover,
.btn-default-secundary--paid-credit:focus:hover {
  background-color: #cceae4;
  color: #2b3c45;
}

.btn-default-secundary--paid-credit:active {
  background-color: #cceae4;
  color: #2b3c45;
}

.btn-default-secundary--paid-credit:focus {
  background-color: #cceae4;
  color: #2b3c45;
}

/* btn radio group*/
.btn-group .btn-radio {
  margin-right: 6px;
  border-radius: 14px;
  background: transparent;
  color: #5E5E5E;
}

.btn-group .btn-radio:hover {
  background: #e5e5e5;
}

.btn-group .btn-radio.active {
  background: #dc140a;
  color: white;
  box-shadow: none;
}

@media (min-width: 768px) {
  .btn-group .btn-radio {
    margin-right: 24px;
  }
}

.WebBeds .btn-group .btn-default.btn-radio {
  color: #878786;
}

.WebBeds .btn-group .btn-default.btn-radio:hover {
  background: #e5e5e5;
}

.WebBeds .btn-group .btn-default.btn-radio.active {
  color: white;
  background: #dc140a;
}

.btn-group .btn-default.btn-radio {
  margin-right: 12px;
  border-radius: 14px;
  background: transparent;
  color: #5E5E5E;
}

.btn-group .btn-default.btn-radio:hover {
  background: #e5e5e5;
}

.btn-group .btn-default.btn-radio.active {
  background: black;
  color: white;
  box-shadow: none;
}

.btn-group&gt;.btn-radio:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 14px !important;
}

.btn-group&gt;.btn-radio {
  border-radius: 14px !important;
}

.btn-group .btn-radio:last-child {
  margin-right: 0px;
}

/**news btn*/
/*btn icon + text style "+Add g3"this case add btn aspect to icon*/
.link-btn-default {
  color: #2b3c45;
}

.link-btn-default:hover {
  text-decoration: none;
  color: #0e1316;
}

.link-btn-default:focus {
  color: #2b3c45;
}

.link-btn-default:active {
  color: #2b3c45;
}

.link-btn--icon {
  background-color: #dc140a;
  padding: 5px;
  padding-right: 4px;
  border-radius: 15px;
  margin-right: 5px;
  color: white;
}

.link-btn:hover .link-btn--icon {
  background-color: #930d07;
}

/*whithout background btn(icon + text only)*/
.btn.btn-text-only {
  background: none;
  padding: 0;
  color: black;
  display: inline;
  white-space: normal;
}

.btn.btn-text-only:hover {
  color: black;
}

.btn.btn-text-only:active {
  color: black;
}

.btn.btn-text-only:focus {
  color: black;
}

.btn.btn-text-only:focus:hover {
  color: black;
}

.btn.btn-primary.btn-text-only {
  background: none;
  padding: 0;
  color: #dc140a;
}

.btn.btn-primary.btn-text-only:hover {
  color: #930d07;
}

.btn.btn-primary.btn-text-only:active {
  color: #930d07;
}

.btn.btn-primary.btn-text-only:focus {
  color: #dc140a;
}

.btn.btn-primary.btn-text-only:focus:hover {
  color: #930d07;
}

.btn.btn-inverse.btn-text-only {
  background: none;
  padding: 0;
  color: white;
  border: 0px;
}

.btn.btn-inverse.btn-text-only:hover {
  color: #d9d9d9;
  border: 0px;
}

.btn.btn-inverse.btn-text-only:active {
  color: #d9d9d9;
  border: 0x;
}

.btn.btn-inverse.btn-text-only:focus {
  color: white;
  border: 0px;
}

.btn.btn-inverse.btn-text-only:focus:hover {
  color: #d9d9d9;
  border: 0px;
}

.btn.btn-text-only .glyphicon {
  margin-right: 0px;
}

.round-btn-icon {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: none;
  position: relative;
}

.round-btn-icon--sm {
  width: 32px;
  height: 32px;
}

.round-btn-icon .round-btn-icon__content {
  font-size: 12px;
  position: absolute;
  top: 3px;
  left: 5px;
}

.round-btn-icon--default {
  background-color: black;
  color: white;
}

.carousel .item img {
  max-width: 340px;
}

@media (min-width: 480px) {
  .carousel .item img {
    max-width: 414px;
  }
}

@media (min-width: 768px) {
  .carousel .item img {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .carousel .item img {
    max-width: 962px;
  }
}

@media (min-width: 1200px) {
  .carousel .item img {
    max-width: 1170px;
  }
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/open-sans-regular/OpenSans-Regular-webfont.eot");
  src: url("../fonts/open-sans-regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-regular/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/open-sans-regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg"), url("../fonts/open-sans-regular/OpenSans-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/open-sans-light/OpenSans-Light.eot");
  src: url("../fonts/open-sans-light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-light/OpenSans-Light.woff") format("woff"), url("../fonts/open-sans-light/OpenSans-Light.svg#open_sanssemibold") format("svg"), url("../fonts/open-sans-light/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/Open-sans-semibold/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/Open-sans-semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Open-sans-semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/Open-sans-semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg"), url("../fonts/Open-sans-semibold/OpenSans-Semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/nanum-gothic/NanumGothic-Regular.eot);
  src: url(../fonts/nanum-gothic/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/nanum-gothic/NanumGothic-Regular.woff2) format("woff2"), url(../fonts/nanum-gothic/NanumGothic-Regular.woff) format("woff"), url(../fonts/nanum-gothic/NanumGothic-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'NanumGothic_bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/nanum-gothic/NanumGothic-Bold.eot);
  src: url(../fonts/nanum-gothic/NanumGothic-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/nanum-gothic/NanumGothic-Bold.woff2) format("woff2"), url(../fonts/nanum-gothic/NanumGothic-Bold.woff) format("woff"), url(../fonts/nanum-gothic//NanumGothic-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/brandIcons/icomoon.eot?mf4fou");
  src: url("/fonts/brandIcons/icomoon.eot?mf4fou#iefix") format("embedded-opentype"), url("/fonts/brandIcons/icomoon.ttf?mf4fou") format("truetype"), url("/fonts/brandIcons/icomoon.woff?mf4fou") format("woff"), url("/fonts/brandIcons/icomoon.svg?mf4fou#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brand-spa:before {
  content: "\e91b";
}

.icon-brand-share:before {
  content: "\e922";
}

.icon-brand-best-buy:before {
  content: "\e91c";
}

.icon-brand-ski:before {
  content: "\e91d";
}

.icon-brand-environment:before {
  content: "\e91e";
}

.icon-brand-budget:before {
  content: "\e91f";
}

.icon-brand-family:before {
  content: "\e920";
}

.icon-brand-luxury:before {
  content: "\e921";
}

.icon-brand-agent:before {
  content: "\e91a";
}

.icon-brand-insurance:before {
  content: "\e919";
}

.icon-brand-transfer:before {
  content: "\e906";
}

.icon-brand-event:before {
  content: "\e909";
}

.icon-brand-hotel:before {
  content: "\e918";
}

.icon-brand-chain:before {
  content: "\e900";
}

.icon-brand-beach-shoes:before {
  content: "\e901";
}

.icon-brand-bed:before {
  content: "\e902";
}

.icon-brand-camara:before {
  content: "\e903";
}

.icon-brand-capitol:before {
  content: "\e904";
}

.icon-brand-clock:before {
  content: "\e905";
}

.icon-brand-events:before {
  content: "\e907";
}

.icon-brand-group:before {
  content: "\e908";
}

.icon-brand-mail:before {
  content: "\e90a";
}

.icon-brand-phone:before {
  content: "\e90b";
}

.icon-brand-pin-push:before {
  content: "\e90c";
}

.icon-brand-pin-push-base:before {
  content: "\e90d";
}

.icon-brand-pin-push-basket .path1:before {
  content: "\e90e";
  color: black;
}

.icon-brand-pin-push-basket .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: white;
}

.icon-brand-pin-push-event .path1:before {
  content: "\e910";
  color: black;
}

.icon-brand-pin-push-event .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: white;
}

.icon-brand-pin-push-event .path3:before {
  content: "\e912";
  margin-left: -1em;
  color: white;
}

.icon-brand-pin-push-event .path4:before {
  content: "\e913";
  margin-left: -1em;
  color: white;
}

.icon-brand-pin-push-football .path1:before {
  content: "\e914";
  color: black;
}

.icon-brand-pin-push-football .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: white;
}

.icon-brand-pin-push-golf:before {
  content: "\e916";
}

.icon-brand-ribbon-tail:before {
  content: "\e917";
}

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

.display-none {
  display: none;
}

.non-visible {
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  width: 0px;
}

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

.transparent-background {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px black;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.left {
  left: 0;
}

.left--5 {
  left: 5px;
}

.block-xs {
  display: block;
}

@media (min-width: 480px) {
  .block-xs {
    display: initial;
  }
}

.block-xs-sm {
  display: block;
}

@media (min-width: 992px) {
  .block-xs-sm {
    display: inline-block;
    display: initial;
  }
}

.cursor--auto {
  cursor: auto !important;
}

.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0.0;
  /* Safari 1.x */
  -khtml-opacity: 0.0;
  /* Good browsers */
  opacity: 0;
}

.opaque {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 1.0;
  /* Safari 1.x */
  -khtml-opacity: 1.0;
  /* Good browsers */
  opacity: 1;
}

.bg-red {
  background-color: #dc140a;
  -webkit-transition: 0.5s 0.2s ease-in-out;
  -moz-transition: 0.5s 0.2s ease-in-out;
  -ms-transition: 0.5s 0.2s ease-in-out;
  -o-transition: 0.5s 0.2s ease-in-out;
  transition: 0.5s 0.2s ease-in-out;
}

.bg-black {
  background-color: black;
  -webkit-transition: 0.5s 0.2s ease-in-out;
  -moz-transition: 0.5s 0.2s ease-in-out;
  -ms-transition: 0.5s 0.2s ease-in-out;
  -o-transition: 0.5s 0.2s ease-in-out;
  transition: 0.5s 0.2s ease-in-out;
}

.bg-gray {
  background-color: #5E5E5E;
}

.bg-gray-lighter {
  background-color: #d4d5d6;
}

.bg-gray-lighterxx {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: white;
  -webkit-transition: 0.5s 0.2s ease-in-out;
  -moz-transition: 0.5s 0.2s ease-in-out;
  -ms-transition: 0.5s 0.2s ease-in-out;
  -o-transition: 0.5s 0.2s ease-in-out;
  transition: 0.5s 0.2s ease-in-out;
}

.bg-request {
  background-color: #e5cfe8;
}

.bg-paid-credit {
  background-color: #cceae4;
}

/*.bg-success, .bg-info, .bg-danger{ background-color:lightsalmon; @media(min-width:$screen-xs){ background-color:lightblue; } @media(min-width:$screen-sm){ background-color:lightgoldenrodyellow; } @media(min-width:$screen-md){ background-color:cyan; } @media(min-width:$screen-lg){ background-color:lightgray; }
}*/
/*Show only one line*/
.one-line-container {
  position: relative;
}

.one-line-element {
  width: 98%;
  height: 1.4em;
  overflow: hidden;
}

.one-line-element--displayed {
  overflow: visible;
  height: auto;
}

.one-line-btn {
  position: absolute;
  right: 0;
  top: 0;
}

/*flags*/
.hotel-flag-group {
  margin-bottom: 0px;
  display: inline-block;
}

.hotel-flag {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: white;
  font-size: 1em;
  margin-right: 5px;
  padding: 0px 15px 0 5px;
  border-radius: 3px;
  z-index: 15;
}

.hotel-flag-item {
  display: inline-block;
}

.hotel-flag-item--text {
  font-family: open_sanslight, NanumGothic, Arial Narrow, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  vertical-align: top;
  min-width: 16px;
  text-align: center;
}

.hotel-flag:last-child {
  margin-right: 0px;
}

.hotel-flag-bezel {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: 0px;
  right: 0px;
  background: white;
  transform-origin: 87px 434px;
  transform: rotate(45deg);
  z-index: -1;
}

.hotel-flag-bezel--best-buy {
  background-color: #d9434e;
}

.hotel-flag-bezel--luxury {
  background-color: #fcb200;
}

.hotel-flag-bezel--family {
  background-color: #16a085;
}

.hotel-flag-bezel--budget {
  background-color: #894892;
}

.hotel-flag-bezel--environment {
  background-color: #b1c252;
}

.hotel-flag-bezel--spa {
  background-color: #e74c3c;
}

.hotel-flag-bezel--ski {
  background-color: #6495ed;
}

.icon-color {
  height: 32px;
}

.icon-color--large {
  height: 64px;
}

label {
  font-weight: normal !important;
  margin-bottom: 2px;
  font-size: 0.9em;
}

option:hover {
  background: #5E5E5E;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
}

.input-lg,
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
  padding: 8px 5px 8px 8px;
}

.form-control:focus {
  border: 1px solid #5E5E5E;
  box-shadow: none;
}

.input-group-btn&gt;.btn[aria-expanded="true"] {
  background-color: #c7c8ca;
}

.form-control:focus~.input-group-btn&gt;.btn,
.input-group-btn&gt;.btn:focus~.form-control {
  border-color: #5E5E5E;
}

.input-group-addon {
  color: #777777;
  background-color: #e5e5e5;
  border-radius: 0px;
}

.input-group-addon {
  border-radius: none;
}

.input-group-addon .glyphicon {
  color: black;
}

/*PREDICTIVE  input component */
.predictive {
  position: relative;
}

.predictive-results-container {
  border: 1px solid #5E5E5E;
  border-top: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 300;
  background-color: white;
  width: 100%;
  bottom: 0x;
  right: 0px;
  -webkit-box-shadow: 0px 3px 10px -3px #5E5E5E;
  box-shadow: 0px 3px 10px -3px #5E5E5E;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.predictive-results {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.predictive-results b {
  background: #ffd163;
}

.input-group-btn&gt;.btn {
  border: 1px solid #777777;
  border-left: none;
  height: 34px;
  background: #e5e5e5;
}

.input-group-btn&gt;.btn:hover,
.input-group-btn&gt;.btn:focus,
.input-group-btn&gt;.btn:active {
  z-index: 1;
  /*this avoid border left dispearing when user click input buttons */
}

.input-group-btn&gt;.btn&gt;span {
  color: black;
}

.predictive-results&gt;li {
  list-style-type: none;
  padding: 0px;
}

.predictive-results&gt;li&gt;a {
  display: block;
  margin: 0px;
  padding: 5px;
  color: #5E5E5E;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.predictive-results&gt;li&gt;a:hover {
  background: #eeefef;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.predictive-results&gt;li&gt;a.predictive-selected,
.predictive-results&gt;li&gt;a:hover.predictive-selected {
  background: #ffc230;
  color: #2b3c45;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/*Input delete icon button (X)   */
.predictive-section-title {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 0.8em;
  padding: 0px 5px;
  color: #5E5E5E;
  background: #d4d5d6;
}

.input-btn-icon-group {
  display: block;
  height: 1.5;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 3px;
  width: 24px;
  z-index: 2;
}

.input-btn-icon-group-lg {
  @expand .input-btn-icon-group;
}

.form-group+.input-btn-icon-group {
  top: 24px;
}

.form-group+.input-btn-icon-group {
  top: 24px;
}

.form-group+.input-btn-icon-group.lg {
  top: 31px;
}

.form-group.no-margin {
  margin: 0px;
}

.form-group.no-margin-bottom {
  margin-bottom: 0px;
}

.form-group.no-margin .form-group {
  margin: 0px;
}

.input-btn-icon-group .btn-icon {
  line-height: 1.2em;
  background-color: #fff;
}

.input-group~.input-btn-icon-group .btn-icon {
  /* fix height to center icon in input groups*/
  line-height: 1.3em;
}

/*in line label set up*/
.label-inline {
  margin-right: 1em;
  width: 100%;
}

/*form transparent underlined */
.input-underlined,
.input-underlined:focus {
  background-color: transparent !important;
  border: 1px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
  padding-left: 0px;
}

.input-underlined::-webkit-input-placeholder,
.input-underlined:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}

.input-underlined:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}

.input-underlined::-moz-placeholder,
.input-underlined:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}

.input-underlined:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
  padding-left: 5px;
  -webkit-text-fill-color: #5E5E5E;
}

/**/
.form-item-message {
  font-size: 0.8em;
  font-style: italic;
}

/* multiselctor */
.multiselector {
  position: relative;
}

.multiselector-results {
  border: 1px solid #5E5E5E;
  border-top: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 300;
  background-color: white;
  width: 100%;
  bottom: 0x;
  right: 0px;
  -webkit-box-shadow: 0px 3px 10px -3px #5E5E5E;
  box-shadow: 0px 3px 10px -3px #5E5E5E;
}

.multiselector-results&gt;li {
  list-style-type: none;
  padding: 0px;
}

.multiselector-results&gt;li&gt;a {
  display: block;
  margin: 0px;
  padding: 5px;
  color: #5E5E5E;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.multiselector-results&gt;li&gt;a:hover {
  background: #eeefef;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.multiselector-results&gt;li&gt;a.predictive-selected,
.multiselector-results&gt;li&gt;a:hover.predictive-selected {
  background: #ffc230;
  color: #2b3c45;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.form-control-multiselector {
  height: auto;
  min-height: 34px;
}

.multiselector .dropdown-icon {
  position: absolute;
  right: 1%;
  top: 53%;
  cursor: pointer;
}

/*multiselctor+predictive*/
.predictive-multiselect .form-control-multiselector {
  border-top: none;
}

.logos {
  width: 100%;
}

.logos--container {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.logos--logo-cell {
  display: table-cell;
  padding: 0 12px;
}

.logos--logo-cell:first-child {
  padding-left: 0px;
}

.logos--logo-cell:last-child {
  padding-right: 0px;
}

.popover-title {
  border-radius: 0;
}

/*primary */
.btn-primary+.popover {
  border: 1px solid #dc140a;
}

.btn-primary+.popover .popover-title {
  background-color: #dc140a;
}

.btn-primary+.popover .popover-title {
  color: white;
}

.btn-primary+.popover.left&gt;.arrow {
  border-left-color: #dc140a;
}

.btn-primary+.popover.top&gt;.arrow {
  border-top-color: #dc140a;
}

/*---- POPOVER  EXPANDED/REDESIGN -----*/
.POS-btn-cancel-product+.popover,
.popover-icon-default+.popover {
  max-width: 414px;
  width: 414px;
  left: -193.2px !important;
}

@media (min-width: 768px) {

  .POS-btn-cancel-product+.popover,
  .popover-icon-default+.popover {
    left: -331.2px !important;
  }
}

.modal .POS-btn-cancel-product+.popover,
.modal .popover-icon-default+.popover {
  left: -303.6px !important;
}

@media (min-width: 768px) {

  .modal .POS-btn-cancel-product+.popover,
  .modal .popover-icon-default+.popover {
    left: -317.4px !important;
  }
}

@media (min-width: 992px) {

  .modal .POS-btn-cancel-product+.popover,
  .modal .popover-icon-default+.popover {
    left: -248.4px !important;
  }
}

/*Popover  cancellation*/
.result-group-booking .popover {
  cursor: auto;
}

/*popover default*/
.popover-icon-default+.popover {
  border: 1px solid #000;
}

.popover-icon-default+.popover .popover-title {
  background-color: #000;
  color: #fff;
}

html,
body,
a {
  font-family: open_sansregular, NanumGothic, Arial, Arial Narrow, Arial, Helvetica, sans-serif;
}

/*basic text*/
.text-reverse {
  color: white;
}

.text-xs {
  font-size: 9px;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 24px;
}

.text-100 {
  font-size: 100px;
}

.h0 {
  font-size: 72px;
}

.lead-text,
.lead-text-default {
  font-size: 1.2em;
  line-height: 1.5em;
}

.lead-text-large {
  font-size: 1.3em;
  line-height: 2em;
}

.lead-text-default {
  color: #2b3c45;
}

/*titles*/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: open_sanslight, NanumGothic, Arial Narrow, Arial, Helvetica, sans-serif;
  margin: 0;
}

.title {
  font-family: open_sanslight, NanumGothic, Arial Narrow, Arial, Helvetica, sans-serif;
  color: #dc140a;
}

.title-default,
.text-default {
  color: #2b3c45;
}

.title-reverse {
  color: #fcb200;
}

.title-underlined {
  border-bottom: 1px solid #dc140a;
}

.title-default.title-underlined {
  border-bottom: 1px solid #c6d4dc;
}

.title .h2 {
  margin-bottom: 0.8em;
}

.title .h3 {
  margin-bottom: 0.5em;
}

.title .h4 {
  margin-bottom: 0.3em;
}

h2.title {
  padding-bottom: 0.2em;
  margin-bottom: 0;
}

h3.title {
  padding-bottom: 0.15em;
}

h4.title {
  padding-bottom: 0.1em;
}

.title-apend {
  position: absolute;
  right: -4px;
  top: 30px;
}

.title-apend-left {
  position: absolute;
  left: -4px;
  top: 30px;
}

.title-apend-default line {
  stroke: #c6d4dc;
  stroke-width: 1;
}

a.white {
  color: white;
}

a.white:hover {
  color: white;
}

a.default {
  color: black;
}

a.default:hover {
  color: black;
}

a.text {
  color: black;
}

a.text:hover {
  color: black;
}

/**text color */
.text-sunhotels-yellow {
  color: #fcb200;
}

.text-darker {
  color: #2b3c45;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.text-gray-light {
  color: #777777;
}

.text-gray-lighter {
  color: #d4d5d6;
}

.text-request {
  color: #894892;
}

.text-error {
  color: #ab1008;
}

.text-xs-08 {
  font-size: 0.8em;
}

@media (min-width: 480px) {
  .text-xs-08 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .text-sm-08 {
    font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .text-sm-08 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .text-sm-08 {
    font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .text-sm-08 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .text-sm-085 {
    font-size: 0.85em;
  }
}

@media (min-width: 992px) {
  .text-sm-085 {
    font-size: 1em;
  }
}

.text-sm-09 {
  font-size: 0.9em;
}

@media (min-width: 480px) {
  .text-sm-09 {
    font-size: 1em;
  }
}

/** text responsive position*/
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}

.tooltip-inner {
  text-align: left;
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 5px 0px #5E5E5E;
  box-shadow: 2px 2px 5px 0px #5E5E5E;
  padding: 10px;
  opacity: none;
}

.tooltip-btn {
  cursor: cell;
}

/*tooltip primary*/
.tooltip-primary+.tooltip&gt;.tooltip-inner {
  background-color: white;
  border: 1px solid #dc140a;
  color: #2b3c45;
  border-radius: 0px;
}

.tooltip-primary+.tooltip.top&gt;.tooltip-arrow {
  border-top-color: #dc140a;
}

/*tooltip default */
.tooltip-default+.tooltip&gt;.tooltip-inner {
  background-color: white;
  border: 1px solid black;
  color: #2b3c45;
  border-radius: 0px;
  opacity: 1;
}

.tooltip-default+.tooltip.top&gt;.tooltip-arrow {
  border-top-color: black;
}

/*tooltip warning*/
.tooltip-warning+.tooltip&gt;.tooltip-inner {
  background-color: white;
  border: 1px solid #fcb200;
  color: #2b3c45;
  border-radius: 0px;
  opacity: 1;
}

.tooltip-warning+.tooltip.top&gt;.tooltip-arrow {
  border-top-color: #fcb200;
}

/*tooltip primary*/
.tooltip-danger+.tooltip&gt;.tooltip-inner {
  background-color: white;
  border: 1px solid #dc140a;
  color: #2b3c45;
  border-radius: 0px;
}

.tooltip-danger+.tooltip.top&gt;.tooltip-arrow {
  border-top-color: #dc140a;
}

/*
useful code to debug tooltip styles

$('.your-selector').tooltip('show');//this shows tooltip in the scaffolding .

&lt;div class="tooltip fade top in" style="top: 25px; left: 519px; display: block;"&gt; &lt;div class="tooltip-arrow"&gt;&lt;/div&gt; &lt;div class="tooltip-inner"&gt;  1st line of text &lt;br&gt; 2nd line of text fssdf &lt;/div&gt;
&lt;/div&gt;

*/
/*Table header*/
th {
  font-weight: 400;
}

.table&gt;thead&gt;tr&gt;th {
  padding: 2px 8px;
}

.tr-default {
  background-color: black;
  color: #fff;
}

/*Email hotel details tables */
.email-hotel-images-tr {
  align-items: center;
  display: flex;
  height: 105px;
  overflow: hidden;
  border-bottom: 5px solid white;
}

.email-hotel-images-tr td:nth-child(2) {
  border-right: 5px solid white;
  border-left: 5px solid white;
}

.email-hotel-images-td {
  width: 200px !important;
  max-height: 110px !important;
  margin: 0;
}

.email-hotel-images-image {
  width: 100% !important;
}

@media (max-width: 992px) {
  .email-hotel-table {
    width: 95% !important;
  }

  .email-hotel-images-td {
    max-width: 33% !important;
  }

  .email-hotel-images-image {
    width: 100% !important;
  }
}

.section-reverse,
.contact-section,
.intro-section {
  background: black;
  color: white;
}

.sticky-pin-container {
  position: relative;
  overflow: visible;
}

.sticky-pin {
  background-color: #e6e6e6;
  position: absolute;
  padding: 2.52px;
  z-index: 1000;
  border: 1px solid;
  border-color: #999999;
  border-radius: 2px;
  font-size: 12px;
  color: #2b3c45;
}

.sticky-pin--info {
  background-color: #daf1f8;
  border-color: #5bc0de;
}

.sticky-pin__content {
  position: relative;
}

/*Position*/
.sticky-pin--middle {
  top: 35%;
}

.sticky-pin--right {
  right: -25.9px;
}

/*arrow*/
.sticky-pin__arrow,
.sticky-pin--right .sticky-pin__arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.sticky-pin--right .sticky-pin__arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #999999;
  left: -8px;
  top: 30%;
}

.sticky-pin--right.sticky-pin--info .sticky-pin__arrow {
  border-right: 5px solid #5bc0de;
}

/* Pending to develop .sticky-pin__arrow-right{} .sticky-pin__arrow-bottom {}  .sticky-pin__arrow-top {} .arrow-up {  border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black;
}

.arrow-down { width: 0;  height: 0;  border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #f00;
}

.arrow-right { width: 0;  height: 0;  border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid green;
}


*/
.well {
  border-radius: 0px;
  box-shadow: none;
}

.well-lg {
  border-radius: 0px;
}

.act-promo {
  display: flex;
  justify-content: space-between;
}

.act-promo__item,
.act-promo__item--img,
.act-promo__item--img--small,
.act-promo__item--text,
.act-promo__item--text--small {
  display: flex;
}

.act-promo__item--img,
.act-promo__item--img--small {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  max-height: 90px;
}

.act-promo__item--img--small {
  width: 140px;
}

@media (min-width: 1200px) {
  .act-promo__item--img--small {
    width: auto;
  }
}

.act-promo__item--img img,
.act-promo__item--img--small img,
.act-promo__item--img--small img {
  max-width: 100%;
  object-fit: cover;
}

.act-promo__item--text,
.act-promo__item--text--small {
  color: #dc140a;
  width: 50%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {

  .act-promo__item--text,
  .act-promo__item--text--small {
    font-size: 18px;
    width: 260px;
  }
}

@media (min-width: 992px) {

  .act-promo__item--text,
  .act-promo__item--text--small {
    width: 225px;
  }
}

@media (min-width: 1200px) {

  .act-promo__item--text,
  .act-promo__item--text--small {
    width: 278px;
    font-size: 24px;
  }
}

.act-promo__item--text .icon-brand-event,
.act-promo__item--text--small .icon-brand-event {
  transform: rotate(10deg);
  margin-right: 5px;
}

.act-promo__item--text--small {
  font-size: 18px;
}

.act-promo:hover {
  text-decoration: none;
}

.act-promo:hover .act-promo__item--text,
.act-promo:hover .act-promo__item--text--small {
  background-color: #dc140a;
  color: white;
}

.act-promo:hover .act-promo__item--img,
.act-promo:hover .act-promo__item--img--small {
  opacity: 0.5;
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  border-radius: 0px;
  z-index: 10000;
  -webkit-box-shadow: 0px 3px 10px -3px #5E5E5E;
  box-shadow: 0px 3px 10px -3px #5E5E5E;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled,
.bootstrap-datetimepicker-widget .list-inline {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 15px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #d4d5d6;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #d4d5d6;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #dc140a;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dc140a;
  color: #fff;
  text-shadow: 0px;
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: #f7f7f7;
  color: #c4c4c4;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 15px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #d4d5d6;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #dc140a;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.date&gt;input[readonly] {
  background-color: white;
}

.footer-menu-component {
  position: relative;
  text-align: right;
  margin-bottom: 0px;
}

.footer-menu-list {
  right: 36px;
  top: -50px;
  width: 200px;
  background: #1a1a1a;
  -webkit-box-shadow: 0px 3px 10px -3px black;
  box-shadow: 0px 3px 10px -3px black;
  position: absolute;
  list-style-type: none;
  padding: 10px;
}

@media (min-width: 992px) {
  .footer-menu-list {
    width: 100%;
    padding: 0px;
    background: none;
    position: relative;
    box-shadow: none;
    right: 0;
    top: 0;
  }
}

.footer-menu-list-is-hidden {
  display: none;
}

@media (min-width: 992px) {
  .footer-menu-list-is-hidden {
    display: block;
  }
}

.footer-menu-list li {
  display: block;
}

@media (min-width: 992px) {
  .footer-menu-list li {
    display: inline-block;
    margin-left: 1em;
  }
}

@media (min-width: 992px) {
  .footer-menu-display-btn {
    display: none;
  }
}

/* Slider for Bootstrap  Copyright 2012 Stefan Petre Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0  SCSS File by Detlef Beyer */
/*! =========================================================
* bootstrap-slider.js
*
* Maintainers:
*		Kyle Kemp
*			- Twitter: @seiyria
*			- Github:  seiyria
*		Rohit Kalkur
*			- Twitter: @Rovolutionary
*			- Github:  rovolution
*
* =========================================================
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  cursor: not-allowed;
  background-color: #d4d5d6;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -10px;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  background-color: #d4d5d6;
}

.slider-selection {
  position: absolute;
  /*background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
*/
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f75c55;
  opacity: 0.5;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #dc140a;
  background-image: -webkit-linear-gradient(top, #dc140a 0%, #dc140a 100%);
  background-image: -o-linear-gradient(top, #dc140a 0%, #dc140a 100%);
  background-image: linear-gradient(to bottom, #dc140a 0%, #dc140a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #dc140a 0%, #dc140a 100%);
  background-image: -o-linear-gradient(top, #dc140a 0%, #dc140a 100%);
  background-image: linear-gradient(to bottom, #dc140a 0%, #dc140a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

/* Loading module */
/* this module contains all styles to loading animation /
/*------------------------------------------*/
.loading-component-parent {
  position: relative;
  min-height: 180px;
}

.loading-component {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 1020;
  left: 0px;
  top: 0px;
  height: 100vh;
  background-color: white;
  opacity: 0.9;
}

.loading-component--50 {
  height: 50vh;
}

.loading-component--transparent {
  background: none;
}

.loading-component--in-section {
  position: absolute;
  height: 100%;
  padding-top: 15%;
}

.loading-component-parent .loading-component--in-section {
  padding-top: 0px;
}

.loading-component-parent .loading-component--in-section .loading-group {
  padding-top: 0px;
}

.loading-container {
  display: table;
  height: 100%;
  width: 100%;
}

.loading-group {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  animation-name: show;
  animation-duration: 0.4s;
}

.loading-component--in-section .loading-group {
  vertical-align: top;
  padding-top: 50%;
}

/*new loading*/
#floatingBarsG {
  position: relative;
  width: 109px;
  height: 135px;
  margin: auto;
}

.blockG {
  position: absolute;
  background-color: #dc140a;
  width: 18px;
  height: 42px;
  border-radius: 14px 14px 14px 14px;
  -o-border-radius: 14px 14px 14px 14px;
  -ms-border-radius: 14px 14px 14px 14px;
  -webkit-border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  animation-name: fadeG;
  -o-animation-name: fadeG;
  -ms-animation-name: fadeG;
  -webkit-animation-name: fadeG;
  -moz-animation-name: fadeG;
  animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#rotateG_01 {
  left: 0;
  top: 49px;
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#rotateG_02 {
  left: 14px;
  top: 18px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

#rotateG_03 {
  left: 46px;
  top: 5px;
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

#rotateG_04 {
  right: 14px;
  top: 18px;
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#rotateG_05 {
  right: 0;
  top: 49px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

#rotateG_06 {
  right: 14px;
  bottom: 12px;
  animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

#rotateG_07 {
  bottom: 0;
  left: 46px;
  animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

#rotateG_08 {
  left: 14px;
  bottom: 12px;
  animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}

@keyframes fadeG {
  0% {
    background-color: #dc140a;
  }

  50% {
    background-color: #fee8e7;
  }

  100% {
    background-color: #dc140a;
  }
}

.pagination-box.vertical-space-none .pagination {
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .img-width-100-md {
    width: 100%;
  }
}

.img-responsive-100 {
  width: 100%;
}

.act-banner {
  display: flex;
}

.act-banner a {
  color: #5E5E5E;
  font-size: 12px;
}

.act-banner a:hover {
  color: #5E5E5E;
  text-decoration: none;
}

.act-banner__flex-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.act-banner__full-bg-image {
  display: flex;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 2em;
  align-items: stretch;
  min-height: 340px;
}

@media (min-width: 768px) {
  .act-banner__full-bg-image {
    padding: 1em;
    min-height: 220px;
  }
}

@media (min-width: 992px) {
  .act-banner__full-bg-image {
    padding: 1em;
    min-height: 170px;
  }
}

.act-banner__inner-frame {
  display: flex;
  color: white;
  font-weight: 800;
  border: 1px solid white;
  font-size: 3em;
  color: white;
  flex: 1 1 100%;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .act-banner__inner-frame {
    font-size: 2em;
  }
}

.act-banner__inner-bold-title {
  display: flex;
  min-height: 113.33333px;
  align-items: center;
}

@media (min-width: 992px) {
  .act-banner__inner-bold-title {
    min-height: 56.66667px;
  }
}

.language-public {
  position: absolute;
  right: 10px;
  top: 10px;
}

.language-container {
  position: relative;
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

.language-list {
  position: absolute;
  top: 25px;
  right: 0px;
  background-color: black;
  z-index: 100;
  margin: 0px;
  padding: 0;
  list-style-type: none;
  padding: 3px;
  border: 1px solid white;
  display: none;
}

.language-list:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid white;
  top: -8px;
  right: 5px;
}

.language-list-show {
  display: block;
}

.language-item-active a {
  color: #dc140a !important;
}

.language-item {
  padding: 3px;
  padding-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.language-item-link {
  text-transform: capitalize;
}

.language-item-active .language-item-link:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  content: "\e013";
  left: 0px;
}

.navigation-container {
  position: relative;
}

.navbar-default {
  border: none;
  background: none;
}

.transparent-background {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 65px;
}

.WebBeds .transparent-background {
  background: white;
}

.transparent-background.no-shadow {
  box-shadow: 0 0 0px black;
}

.mainmenu-link,
.navbar a,
.navbar-default .navbar-nav&gt;li&gt;a,
.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus {
  color: white;
}

.WebBeds .mainmenu-link,
.WebBeds .navbar a,
.navbar .WebBeds a,
.WebBeds .navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .WebBeds .navbar-nav&gt;li&gt;a,
.WebBeds .nav&gt;li&gt;a:hover,
.WebBeds .nav&gt;li&gt;a:focus {
  color: #878786;
}

.mainmenu-link-hover,
.navbar a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus:hover,
.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a:focus {
  color: white;
  text-decoration: underline;
  background: none;
}

.webBeds-main-menu-link-hover,
.WebBeds .navbar a,
.WebBeds .navbar-default .navbar-nav&gt;li&gt;a,
.WebBeds .nav&gt;li&gt;a:hover,
.WebBeds .nav&gt;li&gt;a:focus,
.WebBeds .navbar a:hover,
.WebBeds .navbar-default .navbar-nav&gt;li&gt;a:hover,
.WebBeds .nav&gt;li&gt;a:focus:hover,
.WebBeds .navbar-default .navbar-nav&gt;.active&gt;a,
.WebBeds .navbar-default .navbar-nav&gt;.active&gt;a:hover,
.WebBeds .navbar-default .navbar-nav&gt;.WebBeds .active&gt;a:focus {
  @extends .mainmenu-link-hover;
  color: #878786;
}

@media (min-width: 992px) {

  .webBeds-main-menu-link-hover,
  .WebBeds .navbar a,
  .WebBeds .navbar-default .navbar-nav&gt;li&gt;a,
  .WebBeds .nav&gt;li&gt;a:hover,
  .WebBeds .nav&gt;li&gt;a:focus,
  .WebBeds .navbar a:hover,
  .WebBeds .navbar-default .navbar-nav&gt;li&gt;a:hover,
  .WebBeds .nav&gt;li&gt;a:focus:hover,
  .WebBeds .navbar-default .navbar-nav&gt;.active&gt;a,
  .WebBeds .navbar-default .navbar-nav&gt;.active&gt;a:hover,
  .WebBeds .navbar-default .navbar-nav&gt;.WebBeds .active&gt;a:focus {
    color: white;
  }
}

.main-menu-link-item {
  padding-top: 6px !important;
  padding-bottom: 14px !important;
}

.navigation-container {
  color: white;
}

.WebBeds .navigation-container {
  color: #878786;
}

#page-top .WebBeds .navigation-container {
  color: white;
}

.WebBeds .navbar a.main-menu-link-inverted,
.WebBeds .navbar-default .navbar-nav&gt;li&gt;a.main-menu-link-inverted,
.WebBeds .nav&gt;li&gt;a.mainmenu-link-inverted:hover,
.WebBeds .nav&gt;li&gt;a.main-menu-link-inverted:focus {
  color: #878786;
}

.WebBeds .navbar a.main-menu-link-inverted:hover,
.WebBeds .navbar-default .navbar-nav&gt;li&gt;a.main-menu-link-inverted:hover,
.WebBeds .nav&gt;li&gt;a.mainmenu-link-inverted:hover:hover,
.WebBeds .nav&gt;li&gt;a.main-menu-link-inverted:focus:hover {
  color: #878786;
}

.WebBeds .navbar-default .navbar-nav&gt;.active&gt;a.main-menu-link-inverted,
.WebBeds .navbar-default .navbar-nav&gt;.active&gt;a.main-menu-link-inverted:hover,
.WebBeds .navbar-default .navbar-nav&gt;.active&gt;a.main-menu-link-inverted:focus {
  color: #878786;
}

@media (min-width: 992px) {
  .nav&gt;li&gt;a.public-top-menu-link {
    padding-left: 7px;
    padding-right: 6px;
  }
}

@media (min-width: 1200px) {
  .nav&gt;li&gt;a.public-top-menu-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .nav&gt;li:first-child&gt;a.public-top-menu-link {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .nav&gt;li:last-child&gt;a.public-top-menu-link {
    padding-right: 0px;
  }
}

.navbar-brand,
.navbar-brand-sunhotels {
  height: initial;
  padding: 5px 0px;
}

.logo-img {
  width: 150px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .logo-img {
    width: 210px;
    margin-top: 28px;
  }
}

@media (min-width: 1200px) {
  .logo-img {
    width: 270px;
    margin-top: 51px;
  }
}

.webBeds-path-svg {
  fill: white;
}

#webBedsSVG.logo-img,
#webBedsSVGImag.logo-imagotype {
  max-height: 35px;
  margin-top: 15x;
}

.navbar-public-website {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .navbar-public-website {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .navbar-public-website {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .navbar-public-website {
    margin-top: 60px;
  }
}

.WebBeds .navbar-default .navbar-toggle {
  background-color: #878786;
}

.WebBeds .navbar-default .navbar-toggle:hover,
.WebBeds .navbar-default .navbar-toggle:active,
.WebBeds .navbar-default .navbar-toggle:focus {
  background-color: #878786;
}

.navbar-default .navbar-toggle {
  margin-top: 17px;
  border: none;
  color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background: black;
  /* The Fallback */
  background: black;
  border: none;
}

.navbar-default .navbar-toggle&gt;span {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.navbar-nav .dropdown.open {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-toggle .icon-bar {
  background: white;
}

@media (min-width: 768px) {
  .navbar-default .navbar-toggle .icon-bar .navbar {
    padding: 20px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .navbar-default .navbar-toggle .icon-bar .top-nav-collapse {
    padding: 0;
  }

  .navbar-default .navbar-toggle .icon-bar .top-nav-collapse .logo-img {
    width: 150px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.transparent-background .logo-img {
  margin-top: 13px;
  width: 150px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .transparent-background .logo-img {
    margin-top: 21px;
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .transparent-background .logo-img {
    width: 225px;
    margin-top: 15px;
  }
}

.transparent-background .navbar-public-website {
  margin-top: auto;
}

@media (min-width: 992px) {
  .transparent-background .navbar-public-website {
    margin-top: 20px;
  }
}

.main-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.1em;
}

@media (min-width: 1200px) {
  .main-menu {
    font-size: 1.2em;
  }
}

.transparent-background .main-menu {
  margin-top: initial;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-nav .dropdown.open {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

.header-list {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .header-list {
    min-width: 30px;
    color: white;
    border-radius: 0px !important;
  }
}

.header-list a {
  color: white !important;
}

.header-list a:hover {
  color: white !important;
  background: black !important;
}

.header-list a:active {
  color: white !important;
  background: black !important;
}

.header-list a:focus {
  color: white !important;
  background: black !important;
}

.header-btn {
  background: none;
  width: 60px;
  text-align: right;
  padding-top: 9px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .header-btn {
    background: none !important;
  }

  .header-btn:hover {
    background: none !important;
  }

  .header-btn:active {
    color: white !important;
  }

  .header-btn:focus {
    color: white !important;
    background: none !important;
  }
}

@media (min-width: 992px) {
  .header-btn {
    padding-top: 14px !important;
  }
}

@media (min-width: 1200px) {
  .header-btn {
    width: 59px !important;
  }
}

/*shows colapsed menu for small and xtrasmall widths*/
@media (max-width: 992px) {

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a,
  .navbar-default .navbar-nav .open .input-dropdown&gt;li&gt;a {
    color: white;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
  .navbar-default .navbar-nav .open .input-dropdown&gt;li&gt;a:hover {
    color: white;
    background: black;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:active,
  .navbar-default .navbar-nav .open .input-dropdown&gt;li&gt;a:active {
    color: white;
    background: black;
  }

  .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
  .navbar-default .navbar-nav .open .input-dropdown&gt;li&gt;a:focus {
    color: white;
    background: black;
  }

  a.header-btn {
    text-decoration: none !important;
    color: white !important;
  }

  a.header-btn:hover {
    background-color: black !important;
    color: white !important;
  }

  a.header-btn:focus {
    background-color: black !important;
    color: white !important;
  }

  a.header-btn:active {
    background-color: black !important;
    color: white !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

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

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav&gt;li {
    float: none;
  }

  .navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

/*SECOND LEVEL MENU*/
.second-level-menu {
  background: white;
  padding: 8px 0px;
}

.second-level-menu .close-button {
  padding-right: 1px;
  color: #777777;
  border: 1px solid;
  font-size: 18px;
}

.second-level-menu .close-button:hover {
  background-color: black !important;
  color: white !important;
}

/*this styles extend public web site main menu classes for point of sales site. Point of sales need _navigation.scss to be well build */
.dropdown-menu .header-list {
  position: absolute;
}

.POS .logo-img {
  width: 90px;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .POS .logo-img {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .POS .logo-img {
    width: 165px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .POS .logo-img {
    width: 195px;
    margin-top: 22px;
  }
}

.POS .logo-imagotype {
  width: 19px;
  margin-top: 2px;
}

@media (min-width: 480px) {
  .POS .logo-imagotype {
    width: 32px;
    margin-top: -1px;
  }
}

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

@media (min-width: 992px) {
  .navbar-header {
    min-height: 82px;
  }
}

.POS .navbar-default .navbar-toggle {
  margin-top: 7px;
}

@media (min-width: 768px) {
  .POS .navbar-default .navbar-toggle {
    margin-top: 17px;
  }
}

/*main menu agency features*/
.agency-name-group {
  font-size: 12px;
}

@media (min-width: 768px) {
  .agency-name-group {
    display: initial;
  }
}

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

.agency-greeting {
  display: inline-block;
  display: initial;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .agency-greeting {
    display: none;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 2.5px;
  }
}

.navbar-toggle {
  float: left;
}

/*main menu POS*/
@media (min-width: 992px) {
  .main-menu-group-POS {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 240px;
  }
}

.main-menu-link {
  color: white !important;
}

.main-menu-link:hover {
  color: white !important;
  text-decoration: underline;
}

.main-menu-link:focus {
  color: white !important;
  text-decoration: underline;
}

/*temporal agent login*/
.agency-login-form {
  position: absolute;
  width: 600px;
  right: 22px;
  top: 12px;
}

.agency-login-form label,
.agency-login-form input {
  margin-right: 5px;
}

.caurusel-fixed-position {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 100%;
}

.caurusel-fixed-position .carousel-control.left,
.caurusel-fixed-position .carousel-control.right {
  background-color: none;
  background-image: none;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
}

footer a:active {
  color: white;
}

footer a:focus {
  color: white;
}

footer .btn-link {
  color: white;
}

footer .btn-link:hover {
  color: #fcb200;
}

footer .btn-link:active {
  color: #fcb200;
}

footer .btn-link:focus {
  color: white;
}

.breadcrumb {
  margin-bottom: 0px;
  font-size: 0.3;
  padding: 0px;
}

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

.breadcrumb a.breadcrumb-link {
  color: #2b3c45;
  border-radius: 14px;
  padding: 1px 10px;
}

.breadcrumb a.breadcrumb-link:hover {
  color: #2b3c45;
  background-color: #d4d5d6;
  text-decoration: none;
}

.breadcrumb a.breadcrumb-link:active {
  color: #2b3c45;
  text-decoration: none;
}

.breadcrumb a.breadcrumb-link:active:hover {
  color: #2b3c45;
  text-decoration: none;
}

.breadcrumb a.breadcrumb-link:focus {
  color: #2b3c45;
  text-decoration: none;
}

.breadcrumb a.breadcrumb-link:focus:hover {
  ccolor: #2b3c45;
}

.breadcrumb&gt;li+li:before {
  padding: 0px;
}

@media (min-width: 992px) {
  .breadcrumb&gt;li+li:before {
    padding: 0 5px;
  }
}

.WebBeds .breadcrumb .active&gt;span {
  background: #dc140a;
}

.breadcrumb .active&gt;span {
  display: inline-block;
  padding: 1px 13px;
  border-radius: 14px;
  background: black;
}

/*group for transfer result*/
.result-group {
  background: #f2f2f2;
  box-sizing: border-box;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .result-group {
    padding: 0px 5px;
  }
}

/*group for booking list*/
.result-group-booking {
  background: #f2f2f2;
  box-sizing: border-box;
  float: left;
  width: 100%;
  cursor: pointer;
}

.result-table-container {
  display: inline-block;
  float: left;
  width: 100%;
}

.result-table-container.focus {
  background: #d4d5d6;
}

.result-table-container--5 {
  width: 5%;
}

.result-table-container--6 {
  width: 6%;
}

.result-table-container--7 {
  width: 7%;
}

.result-table-container--8 {
  width: 8%;
}

.result-table-container--9 {
  width: 9%;
}

.result-table-container--10 {
  width: 10%;
}

.result-table-container--11 {
  width: 11%;
}

.result-table-container--12 {
  width: 12%;
}

.result-table-container--13 {
  width: 13%;
}

.result-table-container--14 {
  width: 14%;
}

.result-table-container--15 {
  width: 15%;
}

.result-table-container--16 {
  width: 16%;
}

.result-table-container--17 {
  width: 17%;
}

.result-table-container--18 {
  width: 18%;
}

.result-table-container--19 {
  width: 19%;
}

.result-table-container--20 {
  width: 20%;
}

.result-table-container--21 {
  width: 21%;
}

.result-table-container--22 {
  width: 22%;
}

.result-table-container--23 {
  width: 23%;
}

.result-table-container--24 {
  width: 24%;
}

.result-table-container--25 {
  width: 25%;
}

.result-table-container--26 {
  width: 26%;
}

.result-table-container--27 {
  width: 27%;
}

.result-table-container--28 {
  width: 28%;
}

.result-table-container--29 {
  width: 29%;
}

.result-table-container--30 {
  width: 30%;
}

.result-table-container--31 {
  width: 31%;
}

.result-table-container--32 {
  width: 32%;
}

.result-table-container--33 {
  width: 33%;
}

.result-table-container--34 {
  width: 34%;
}

.result-table-container--35 {
  width: 35%;
}

.result-table-container--36 {
  width: 36%;
}

.result-table-container--37 {
  width: 37%;
}

.result-table-container--38 {
  width: 38%;
}

.result-table-container--39 {
  width: 39%;
}

.result-table-container--40 {
  width: 40%;
}

.result-table-container--41 {
  width: 41%;
}

.result-table-container--42 {
  width: 42%;
}

.result-table-container--43 {
  width: 43%;
}

.result-table-container--44 {
  width: 44%;
}

.result-table-container--45 {
  width: 45%;
}

.result-table-container--46 {
  width: 46%;
}

.result-table-container--47 {
  width: 47%;
}

.result-table-container--48 {
  width: 48%;
}

.result-table-container--49 {
  width: 49%;
}

.result-table-container--50 {
  width: 50%;
}

.result-table-container--51 {
  width: 51%;
}

.result-table-container--52 {
  width: 52%;
}

.result-table-container--53 {
  width: 53%;
}

.result-table-container--54 {
  width: 54%;
}

.result-table-container--55 {
  width: 55%;
}

.result-table-container--56 {
  width: 56%;
}

.result-table-container--57 {
  width: 57%;
}

.result-table-container--58 {
  width: 58%;
}

.result-table-container--59 {
  width: 59%;
}

.result-table-container--60 {
  width: 60%;
}

.result-table-container--61 {
  width: 61%;
}

.result-table-container--62 {
  width: 62%;
}

.result-table-container--63 {
  width: 63%;
}

.result-table-container--64 {
  width: 64%;
}

.result-table-container--65 {
  width: 65%;
}

.result-table-container--66 {
  width: 66%;
}

.result-table-container--67 {
  width: 67%;
}

.result-table-container--68 {
  width: 68%;
}

.result-table-container--69 {
  width: 69%;
}

.result-table-container--70 {
  width: 70%;
}

.result-table-container--71 {
  width: 71%;
}

.result-table-container--72 {
  width: 72%;
}

.result-table-container--73 {
  width: 73%;
}

.result-table-container--74 {
  width: 74%;
}

.result-table-container--75 {
  width: 75%;
}

.result-table-container--76 {
  width: 76%;
}

.result-table-container--77 {
  width: 77%;
}

.result-table-container--78 {
  width: 78%;
}

.result-table-container--79 {
  width: 79%;
}

.result-table-container--80 {
  width: 80%;
}

.result-table-container--81 {
  width: 81%;
}

.result-table-container--82 {
  width: 82%;
}

.result-table-container--83 {
  width: 83%;
}

.result-table-container--84 {
  width: 84%;
}

.result-table-container--85 {
  width: 85%;
}

.result-table-container--86 {
  width: 86%;
}

.result-table-container--87 {
  width: 87%;
}

.result-table-container--88 {
  width: 88%;
}

.result-table-container--89 {
  width: 89%;
}

.result-table-container--90 {
  width: 90%;
}

.result-table-container--91 {
  width: 91%;
}

.result-table-container--92 {
  width: 92%;
}

.result-table-container--93 {
  width: 93%;
}

.result-table-container--94 {
  width: 94%;
}

.result-table-container--95 {
  width: 95%;
}

.result-table-container--96 {
  width: 96%;
}

.result-table-container--97 {
  width: 97%;
}

.result-table-container--98 {
  width: 98%;
}

.result-table-container--99 {
  width: 99%;
}

.result-table-container--100 {
  width: 100%;
}

.result-table {
  display: table;
  width: 100%;
  position: relative;
}

.result-table-header {
  padding: 0px 7px;
  background: #5E5E5E;
  color: white;
}

.result-table-header&gt;.result-table&gt;.result-cell {
  border-right: 1px solid white;
}

.result-table-header&gt;.result-table&gt;.result-cell:last-child {
  border-right: none;
}

.result-cell {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 3px 0px 3px 3px;
}

.result-table--bookings .result-cell {
  padding-bottom: 0px;
}

.result-group-booking {
  position: relative;
}

.result-group-booking .result-cell {
  vertical-align: top;
  padding-left: 4px;
}

.result-group-booking .result-cell:last-child {
  padding-right: 2px;
}

.result-cell .result-cell {
  padding: 0px;
}

.result-row--xs {
  display: table-row;
}

@media (min-width: 768px) {
  .result-row--xs {
    display: table-cell;
  }
}

.result-row--sm {
  display: table-row;
}

@media (min-width: 992px) {
  .result-row--sm {
    display: table-cell;
  }
}

.result-cell:first-child {
  padding-left: 0px;
}

.result-cell--5 {
  width: 5%;
}

.result-cell--6 {
  width: 6%;
}

.result-cell--7 {
  width: 7%;
}

.result-cell--8 {
  width: 8%;
}

.result-cell--9 {
  width: 9%;
}

.result-cell--10 {
  width: 10%;
}

.result-cell--11 {
  width: 11%;
}

.result-cell--12 {
  width: 12%;
}

.result-cell--13 {
  width: 13%;
}

.result-cell--14 {
  width: 14%;
}

.result-cell--15 {
  width: 15%;
}

.result-cell--16 {
  width: 16%;
}

.result-cell--17 {
  width: 17%;
}

.result-cell--18 {
  width: 18%;
}

.result-cell--19 {
  width: 19%;
}

.result-cell--20 {
  width: 20%;
}

.result-cell--21 {
  width: 21%;
}

.result-cell--22 {
  width: 22%;
}

.result-cell--23 {
  width: 23%;
}

.result-cell--24 {
  width: 24%;
}

.result-cell--25 {
  width: 25%;
}

.result-cell--26 {
  width: 26%;
}

.result-cell--27 {
  width: 27%;
}

.result-cell--28 {
  width: 28%;
}

.result-cell--29 {
  width: 29%;
}

.result-cell--30 {
  width: 30%;
}

.result-cell--31 {
  width: 31%;
}

.result-cell--32 {
  width: 32%;
}

.result-cell--33 {
  width: 33%;
}

.result-cell--34 {
  width: 34%;
}

.result-cell--35 {
  width: 35%;
}

.result-cell--36 {
  width: 36%;
}

.result-cell--37 {
  width: 37%;
}

.result-cell--38 {
  width: 38%;
}

.result-cell--39 {
  width: 39%;
}

.result-cell--40 {
  width: 40%;
}

.result-cell--41 {
  width: 41%;
}

.result-cell--42 {
  width: 42%;
}

.result-cell--43 {
  width: 43%;
}

.result-cell--44 {
  width: 44%;
}

.result-cell--45 {
  width: 45%;
}

.result-cell--46 {
  width: 46%;
}

.result-cell--47 {
  width: 47%;
}

.result-cell--48 {
  width: 48%;
}

.result-cell--49 {
  width: 49%;
}

.result-cell--50 {
  width: 50%;
}

.result-cell--51 {
  width: 51%;
}

.result-cell--52 {
  width: 52%;
}

.result-cell--53 {
  width: 53%;
}

.result-cell--54 {
  width: 54%;
}

.result-cell--55 {
  width: 55%;
}

.result-cell--56 {
  width: 56%;
}

.result-cell--57 {
  width: 57%;
}

.result-cell--58 {
  width: 58%;
}

.result-cell--59 {
  width: 59%;
}

.result-cell--60 {
  width: 60%;
}

.result-cell--61 {
  width: 61%;
}

.result-cell--62 {
  width: 62%;
}

.result-cell--63 {
  width: 63%;
}

.result-cell--64 {
  width: 64%;
}

.result-cell--65 {
  width: 65%;
}

.result-cell--66 {
  width: 66%;
}

.result-cell--67 {
  width: 67%;
}

.result-cell--68 {
  width: 68%;
}

.result-cell--69 {
  width: 69%;
}

.result-cell--70 {
  width: 70%;
}

.result-cell--71 {
  width: 71%;
}

.result-cell--72 {
  width: 72%;
}

.result-cell--73 {
  width: 73%;
}

.result-cell--74 {
  width: 74%;
}

.result-cell--75 {
  width: 75%;
}

.result-cell--76 {
  width: 76%;
}

.result-cell--77 {
  width: 77%;
}

.result-cell--78 {
  width: 78%;
}

.result-cell--79 {
  width: 79%;
}

.result-cell--80 {
  width: 80%;
}

.result-cell--81 {
  width: 81%;
}

.result-cell--82 {
  width: 82%;
}

.result-cell--83 {
  width: 83%;
}

.result-cell--84 {
  width: 84%;
}

.result-cell--85 {
  width: 85%;
}

.result-cell--86 {
  width: 86%;
}

.result-cell--87 {
  width: 87%;
}

.result-cell--88 {
  width: 88%;
}

.result-cell--89 {
  width: 89%;
}

.result-cell--90 {
  width: 90%;
}

.result-cell--91 {
  width: 91%;
}

.result-cell--92 {
  width: 92%;
}

.result-cell--93 {
  width: 93%;
}

.result-cell--94 {
  width: 94%;
}

.result-cell--95 {
  width: 95%;
}

.result-cell--96 {
  width: 96%;
}

.result-cell--97 {
  width: 97%;
}

.result-cell--98 {
  width: 98%;
}

.result-cell--99 {
  width: 99%;
}

.result-cell--100 {
  width: 100%;
}

@media (min-width: 480px) {
  .result-cell-sm--1 {
    width: 1%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--2 {
    width: 2%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--3 {
    width: 3%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--4 {
    width: 4%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--5 {
    width: 5%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--6 {
    width: 6%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--7 {
    width: 7%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--8 {
    width: 8%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--9 {
    width: 9%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--10 {
    width: 10%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--11 {
    width: 11%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--12 {
    width: 12%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--13 {
    width: 13%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--14 {
    width: 14%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--15 {
    width: 15%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--16 {
    width: 16%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--17 {
    width: 17%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--18 {
    width: 18%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--19 {
    width: 19%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--20 {
    width: 20%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--21 {
    width: 21%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--22 {
    width: 22%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--23 {
    width: 23%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--24 {
    width: 24%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--25 {
    width: 25%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--26 {
    width: 26%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--27 {
    width: 27%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--28 {
    width: 28%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--29 {
    width: 29%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--30 {
    width: 30%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--31 {
    width: 31%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--32 {
    width: 32%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--33 {
    width: 33%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--34 {
    width: 34%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--35 {
    width: 35%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--36 {
    width: 36%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--37 {
    width: 37%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--38 {
    width: 38%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--39 {
    width: 39%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--40 {
    width: 40%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--41 {
    width: 41%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--42 {
    width: 42%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--43 {
    width: 43%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--44 {
    width: 44%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--45 {
    width: 45%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--46 {
    width: 46%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--47 {
    width: 47%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--48 {
    width: 48%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--49 {
    width: 49%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--50 {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--51 {
    width: 51%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--52 {
    width: 52%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--53 {
    width: 53%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--54 {
    width: 54%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--55 {
    width: 55%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--56 {
    width: 56%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--57 {
    width: 57%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--58 {
    width: 58%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--59 {
    width: 59%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--60 {
    width: 60%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--61 {
    width: 61%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--62 {
    width: 62%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--63 {
    width: 63%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--64 {
    width: 64%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--65 {
    width: 65%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--66 {
    width: 66%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--67 {
    width: 67%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--68 {
    width: 68%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--69 {
    width: 69%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--70 {
    width: 70%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--71 {
    width: 71%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--72 {
    width: 72%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--73 {
    width: 73%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--74 {
    width: 74%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--75 {
    width: 75%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--76 {
    width: 76%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--77 {
    width: 77%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--78 {
    width: 78%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--79 {
    width: 79%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--80 {
    width: 80%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--81 {
    width: 81%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--82 {
    width: 82%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--83 {
    width: 83%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--84 {
    width: 84%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--85 {
    width: 85%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--86 {
    width: 86%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--87 {
    width: 87%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--88 {
    width: 88%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--89 {
    width: 89%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--90 {
    width: 90%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--91 {
    width: 91%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--92 {
    width: 92%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--93 {
    width: 93%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--94 {
    width: 94%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--95 {
    width: 95%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--96 {
    width: 96%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--97 {
    width: 97%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--98 {
    width: 98%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--99 {
    width: 99%;
  }
}

@media (min-width: 480px) {
  .result-cell-sm--100 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--1 {
    width: 1%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--2 {
    width: 2%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--3 {
    width: 3%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--4 {
    width: 4%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--5 {
    width: 5%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--6 {
    width: 6%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--7 {
    width: 7%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--8 {
    width: 8%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--9 {
    width: 9%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--10 {
    width: 10%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--11 {
    width: 11%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--12 {
    width: 12%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--13 {
    width: 13%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--14 {
    width: 14%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--15 {
    width: 15%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--16 {
    width: 16%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--17 {
    width: 17%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--18 {
    width: 18%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--19 {
    width: 19%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--20 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--21 {
    width: 21%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--22 {
    width: 22%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--23 {
    width: 23%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--24 {
    width: 24%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--25 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--26 {
    width: 26%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--27 {
    width: 27%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--28 {
    width: 28%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--29 {
    width: 29%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--30 {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--31 {
    width: 31%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--32 {
    width: 32%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--33 {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--34 {
    width: 34%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--35 {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--36 {
    width: 36%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--37 {
    width: 37%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--38 {
    width: 38%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--39 {
    width: 39%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--40 {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--41 {
    width: 41%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--42 {
    width: 42%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--43 {
    width: 43%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--44 {
    width: 44%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--45 {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--46 {
    width: 46%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--47 {
    width: 47%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--48 {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--49 {
    width: 49%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--50 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--51 {
    width: 51%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--52 {
    width: 52%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--53 {
    width: 53%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--54 {
    width: 54%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--55 {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--56 {
    width: 56%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--57 {
    width: 57%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--58 {
    width: 58%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--59 {
    width: 59%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--60 {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--61 {
    width: 61%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--62 {
    width: 62%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--63 {
    width: 63%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--64 {
    width: 64%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--65 {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--66 {
    width: 66%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--67 {
    width: 67%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--68 {
    width: 68%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--69 {
    width: 69%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--70 {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--71 {
    width: 71%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--72 {
    width: 72%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--73 {
    width: 73%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--74 {
    width: 74%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--75 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--76 {
    width: 76%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--77 {
    width: 77%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--78 {
    width: 78%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--79 {
    width: 79%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--80 {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--81 {
    width: 81%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--82 {
    width: 82%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--83 {
    width: 83%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--84 {
    width: 84%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--85 {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--86 {
    width: 86%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--87 {
    width: 87%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--88 {
    width: 88%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--89 {
    width: 89%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--90 {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--91 {
    width: 91%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--92 {
    width: 92%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--93 {
    width: 93%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--94 {
    width: 94%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--95 {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--96 {
    width: 96%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--97 {
    width: 97%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--98 {
    width: 98%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--99 {
    width: 99%;
  }
}

@media (min-width: 992px) {
  .result-cell-md--100 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--1 {
    width: 1%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--2 {
    width: 2%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--3 {
    width: 3%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--4 {
    width: 4%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--5 {
    width: 5%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--6 {
    width: 6%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--7 {
    width: 7%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--8 {
    width: 8%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--9 {
    width: 9%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--10 {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--11 {
    width: 11%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--12 {
    width: 12%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--13 {
    width: 13%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--14 {
    width: 14%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--15 {
    width: 15%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--16 {
    width: 16%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--17 {
    width: 17%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--18 {
    width: 18%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--19 {
    width: 19%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--20 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--21 {
    width: 21%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--22 {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--23 {
    width: 23%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--24 {
    width: 24%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--25 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--26 {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--27 {
    width: 27%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--28 {
    width: 28%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--29 {
    width: 29%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--30 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--31 {
    width: 31%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--32 {
    width: 32%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--33 {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--34 {
    width: 34%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--35 {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--36 {
    width: 36%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--37 {
    width: 37%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--38 {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--39 {
    width: 39%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--40 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--41 {
    width: 41%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--42 {
    width: 42%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--43 {
    width: 43%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--44 {
    width: 44%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--45 {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--46 {
    width: 46%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--47 {
    width: 47%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--48 {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--49 {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--50 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--51 {
    width: 51%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--52 {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--53 {
    width: 53%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--54 {
    width: 54%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--55 {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--56 {
    width: 56%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--57 {
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--58 {
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--59 {
    width: 59%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--60 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--61 {
    width: 61%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--62 {
    width: 62%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--63 {
    width: 63%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--64 {
    width: 64%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--65 {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--66 {
    width: 66%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--67 {
    width: 67%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--68 {
    width: 68%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--69 {
    width: 69%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--70 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--71 {
    width: 71%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--72 {
    width: 72%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--73 {
    width: 73%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--74 {
    width: 74%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--75 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--76 {
    width: 76%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--77 {
    width: 77%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--78 {
    width: 78%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--79 {
    width: 79%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--80 {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--81 {
    width: 81%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--82 {
    width: 82%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--83 {
    width: 83%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--84 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--85 {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--86 {
    width: 86%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--87 {
    width: 87%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--88 {
    width: 88%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--89 {
    width: 89%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--90 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--91 {
    width: 91%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--92 {
    width: 92%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--93 {
    width: 93%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--94 {
    width: 94%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--95 {
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--96 {
    width: 96%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--97 {
    width: 97%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--98 {
    width: 98%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--99 {
    width: 99%;
  }
}

@media (min-width: 1200px) {
  .result-cell-lg--100 {
    width: 100%;
  }
}

.result-cell--overflow-hidden {
  max-width: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1200px) {
  .result-cell--overflow-hidden {
    max-width: 155px;
  }
}

.room-cell__overflow-hidden {
  max-width: 187px;
  white-space: nowrap;
  overflow: hidden;
}

.margin-label {
  margin-left: 20px;
}

.checkbox&gt;.margin-label {
  margin-left: 0px;
}

.result-table .checkbox,
.result-table .radio {
  margin: 2px 0px;
}

.margin-checkbox {
  margin: 2px 0px;
}

.margin-checkbox.checkbox {
  padding-left: 0px;
}

@media (min-width: 480px) {
  .margin-checkbox.checkbox {
    padding-left: 20px;
  }
}

.margin-checkbox.checkbox label {
  padding-left: 0px;
}

.no-content {
  min-height: 14px;
  margin: 5px 0px;
  width: 100%;
}

/*phantom classes */
/*this is used to fill space and don't break scaffollding where content is empty */
.phantom-checkbox {
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 15px;
  background-color: white;
  vertical-align: middle;
  margin-right: 4px;
  border: 1px solid lightgrey;
}

.checkbox .phantom-checkbox {
  display: none;
}

.phantom-booking-id {
  display: inline-block;
  min-width: 00px;
  min-height: 1em;
}

@media (min-width: 768px) {
  .phantom-booking-id {
    min-width: 70%;
  }
}

@media (min-width: 1200px) {
  .phantom-booking-id {
    min-width: 60%;
  }
}

.phantom-character,
.phantom-character-18,
.phantom-character-24 {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
}

.phantom-character-18 {
  min-width: 18px;
}

.phantom-character-24 {
  min-width: 24px;
}

/* product icon*/
.product-icon {
  position: relative;
}

@media (min-size: 768px) {
  .product-icon {
    position: absolute;
    left: 4px;
    top: 5px;
  }
}

/* tables vertical alignament*/
.vertical-align-top {
  vertical-align: top;
}

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

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

/* bookings list only*/
.result-group-booking {
  padding: 5px;
}

@media (min-width: 768px) {
  .result-group-booking {
    padding: 0px;
  }
}

.result-group-booking .cell-base,
.result-group-booking .cell-small,
.result-group-booking .cell-extra-small,
.result-group-booking .cell-medium,
.result-group-booking .cell-large,
.result-group-booking .cell-large-sm,
.result-group-booking .cell-large-md,
.result-group-booking .cell-large--for-sm,
.result-group-booking .cell-large--for-lg,
.result-group-booking .cell-extra-large {
  box-sizing: border-box;
  padding: 3px 1em;
}

@media (min-width: 768px) {

  .result-group-booking .cell-base,
  .result-group-booking .cell-small,
  .result-group-booking .cell-extra-small,
  .result-group-booking .cell-medium,
  .result-group-booking .cell-large,
  .result-group-booking .cell-large-sm,
  .result-group-booking .cell-large-md,
  .result-group-booking .cell-large--for-sm,
  .result-group-booking .cell-large--for-lg,
  .result-group-booking .cell-extra-large {
    padding: 0 3px;
  }
}

.price-absolute-xs-sm {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  top: -3px;
  right: -14px;
}

@media (min-width: 768px) {
  .price-absolute-xs-sm {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
}

.connection-box {
  position: absolute;
  box-sizing: border-box;
  color: #5E5E5E;
  border: 4px solid #d4d5d6;
  border-radius: 50%;
  height: 26.6px;
  width: 26.6px;
  top: -20px;
  left: 7%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 992px) {
  .connection-box {
    left: 7.5%;
  }
}

.connection-box--previous-active {
  border-top-color: #dff0d8;
  border-left-color: #dff0d8;
}

.connection-box--previous-cancelled {
  border-top-color: #f2dede;
  border-left-color: #f2dede;
}

.connection-box--previous-travelled {
  border-top-color: #d9edf7;
  border-left-color: #d9edf7;
}

.connection-box--previous-request {
  border-top-color: #e5cfe8;
  border-left-color: #e5cfe8;
}

.connection-box--current-active {
  border-bottom-color: #dff0d8;
  border-right-color: #dff0d8;
}

.connection-box--current-cancelled {
  border-bottom-color: #f2dede;
  border-right-color: #f2dede;
}

.connection-box--current-travelled {
  border-bottom-color: #d9edf7;
  border-right-color: #d9edf7;
}

.connection-box--current-request {
  border-bottom-color: #e5cfe8;
  border-right-color: #e5cfe8;
}

.connection-box .connection-icon {
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lateral-content {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 300;
  max-width: 768px;
  height: 100vh;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  top: 50px;
  left: 0px;
  padding: 50px 5% 80px 5%;
  overflow-y: scroll;
  transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .lateral-content {
    max-width: 992px;
    top: 0px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .lateral-content {
    position: relative;
    overflow: visible;
    max-width: 100%;
    background: none;
    z-index: unset;
    transition: none;
    box-shadow: none;
    height: auto;
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .lateral-content {
    z-index: auto;
  }
}

.is-out-in-devices {
  left: -768px;
  transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .is-out-in-devices {
    left: -992px;
  }
}

@media (min-width: 992px) {
  .is-out-in-devices {
    left: 0;
    transition: none;
  }
}

@media (min-width: 992px) {
  .map-container.is-out-in-devices {
    left: 15px;
  }
}

.filter-tool-bar {
  position: fixed;
  background: black;
  bottom: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  color: white;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 -10px black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .filter-tool-bar {
    bottom: -100px;
  }
}

.show-hide-content {
  padding: 0.8em 0px;
}

.show-hide-content:hover {
  cursor: pointer;
  color: #fcb200;
}

/*filter sumary*/
.filter-summary {
  background: #fcb200;
  color: #2b3c45;
  padding: 10px;
}

/* filters*/
.filter-container {
  padding-top: 2em;
  font-size: 1.2em;
}

.filter-group {
  padding-bottom: 1em;
}

.btn-filter {
  background-color: #ffe8b0;
  font-size: 0.8em;
}

.btn-filter:hover {
  color: #2b3c45;
  background-color: #ffd163;
}

.angular-google-map-container {
  height: 400px;
}

.hotel-info-tooltip {
  width: 400px;
}

@media (min-width: 992px) {
  .hotel-info-tooltip {
    width: 500px;
  }
}

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

.summary {
  padding: 16px;
  background: #f2f2f2;
}

.summary&gt;.summary {
  padding: 0;
}

.summary-black {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 90%;
  margin-left: 5%;
}

.st0 {
  width: 64px;
  height: 64px;
  fill: #EB2227;
}

.result {
  background: #f2f2f2;
  padding: 7px 7px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.result-hotel-focus {
  border: 1px solid #dc140a;
}

.result--info {
  padding: 15px;
}

.result-thumbnail,
.result-thumbnail-large {
  position: relative;
  max-height: 75px;
  max-width: 120px;
  overflow: hidden;
}

.result-thumbnail-large {
  max-height: 78px;
  max-width: 165px;
}

.thumbnail-icon {
  position: absolute;
  bottom: 5px;
  right: 7px;
  font-size: 1.7em;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.result-header:hover .thumbnail-icon {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.result-title-group&gt;.result-hotel-name {
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
  line-height: 1em;
  line-height: 1.2em;
}

@media (min-width: 480px) {
  .result-title-group&gt;.result-hotel-name {
    width: 100%;
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .result-title-group&gt;.result-hotel-name {
    width: unset;
    max-width: 495px;
    display: inline;
  }
}

@media (min-width: 992px) {
  .result-title-group&gt;.result-hotel-name {
    max-width: 430px;
  }
}

.result-title-group&gt;span&gt;.result-one-line-text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result-title-group&gt;span&gt;.result-one-line-text.result-one-line-text--white-space {
  white-space: normal;
}

.result-hotel-name {
  line-height: 1em;
}

@media (min-width: 768px) {
  .result-hotel-name {
    font-size: 1.2em;
  }
}

@media (min-width: 992px) {
  .result-hotel-name {
    font-size: 1.5em;
  }
}

.result-rating {
  color: #fcb200;
  display: inline-block;
}

.superdeal .glyphicon-bookmark {
  transform: rotate(90deg);
}

/*Summary transfer info*/
.summary-transfer-info-group {
  position: relative;
  display: inline-block;
}

.summary-transfer-info {
  background-color: white;
  border: 1px solid #2b3c45;
  width: 350px;
  position: absolute;
  padding: 20px 15px 15px;
  top: -68px;
  /*margin-left: -255px;*/
  right: 32px;
  z-index: 30;
  -webkit-box-shadow: 0px 3px 10px -3px #5E5E5E;
  box-shadow: 0px 3px 10px -3px #5E5E5E;
}

@media (min-width: 480px) {
  .summary-transfer-info {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .summary-transfer-info {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .summary-transfer-info {
    width: 580px;
  }
}

@media (min-width: 1200px) {
  .summary-transfer-info {
    width: 715px;
  }
}

.summary-transfer-info-box--scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 60vh;
  width: 101%;
  box-sizing: border-box;
}

.summary-transfer-info-content--scroll {
  width: 97%;
}

.summary-transfer-info--right {
  left: 26px;
}

.summary-transfer-info-append {
  color: #2b3c45;
  position: absolute;
  top: 68px;
  left: -11px;
}

.summary-transfer-info--left .summary-transfer-info-append {
  right: -11px;
}

.summary-transfer-info--right .summary-transfer-info-append span {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.summary-transfer-info__close-icon {
  position: absolute;
  top: 2px;
  right: 11px;
}

/*show hide elements in desktop*/
.vertical-toggle-animation {
  max-height: 10000px;
  opacity: 1;
  transition: 0.25s ease-in-out;
}

.is-desktop-hidden {
  display: block;
}

@media (min-width: 992px) {
  .is-desktop-hidden {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    transition: 0.25s ease-in-out;
  }
}

.is-hidden {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  transition: 0.25s ease-in-out;
}

/*room+board table*/
.room-board-group {
  padding: 0px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .room-board-group {
    border: none;
    margin-bottom: 0px;
  }
}

.room-board-group.xtra-combination {
  display: none;
}

.room-board-group.xtra-combination.is-displayed {
  display: block;
}

.room-board-group.second-level-showed {
  background: #d8d8d8;
}

.room-board-table {
  padding: 3px 0px;
  display: table;
  width: 100%;
}

.room-board-table--small {
  padding: 0px;
}

.room-board-cell {
  display: table-cell;
  padding-right: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 9%;
}

.room-board-cell--large {
  width: 14%;
}

.room-board-cell--small {
  min-width: 6%;
}

.room-board-cell--xtra-small {
  width: 7%;
}

@media (min-width: 992px) {
  .room-board-cell--xtra-small {
    width: 5%;
  }
}

.room-board-cell--xxtra-small {
  width: 1%;
}

.room-board-cell--1 {
  width: 1%;
}

.room-board-cell--2 {
  width: 2%;
}

.room-board-cell--3 {
  width: 3%;
}

.room-board-cell--4 {
  width: 4%;
}

.room-board-cell--5 {
  width: 5%;
}

.room-board-cell--6 {
  width: 6%;
}

.room-board-cell--7 {
  width: 7%;
}

.room-board-cell--8 {
  width: 8%;
}

.room-board-cell--9 {
  width: 9%;
}

.room-board-cell--10 {
  width: 10%;
}

.room-board-cell--11 {
  width: 11%;
}

.room-board-cell--12 {
  width: 12%;
}

.room-board-cell--13 {
  width: 13%;
}

.room-board-cell--14 {
  width: 14%;
}

.room-board-cell--15 {
  width: 15%;
}

.room-board-cell--16 {
  width: 16%;
}

.room-board-cell--17 {
  width: 17%;
}

.room-board-cell--18 {
  width: 18%;
}

.room-board-cell--19 {
  width: 19%;
}

.room-board-cell--20 {
  width: 20%;
}

.room-board-cell--21 {
  width: 21%;
}

.room-board-cell--22 {
  width: 22%;
}

.room-board-cell--23 {
  width: 23%;
}

.room-board-cell--24 {
  width: 24%;
}

.room-board-cell--25 {
  width: 25%;
}

.room-board-cell--26 {
  width: 26%;
}

.room-board-cell--27 {
  width: 27%;
}

.room-board-cell--28 {
  width: 28%;
}

.room-board-cell--29 {
  width: 29%;
}

.room-board-cell--30 {
  width: 30%;
}

.room-board-cell--31 {
  width: 31%;
}

.room-board-cell--32 {
  width: 32%;
}

.room-board-cell--33 {
  width: 33%;
}

.room-board-cell--34 {
  width: 34%;
}

.room-board-cell--35 {
  width: 35%;
}

.room-board-cell--36 {
  width: 36%;
}

.room-board-cell--37 {
  width: 37%;
}

.room-board-cell--38 {
  width: 38%;
}

.room-board-cell--39 {
  width: 39%;
}

.room-board-cell--40 {
  width: 40%;
}

.room-board-cell--41 {
  width: 41%;
}

.room-board-cell--42 {
  width: 42%;
}

.room-board-cell--43 {
  width: 43%;
}

.room-board-cell--44 {
  width: 44%;
}

.room-board-cell--45 {
  width: 45%;
}

.room-board-cell--46 {
  width: 46%;
}

.room-board-cell--47 {
  width: 47%;
}

.room-board-cell--48 {
  width: 48%;
}

.room-board-cell--49 {
  width: 49%;
}

.room-board-cell--50 {
  width: 50%;
}

.room-board-cell--51 {
  width: 51%;
}

.room-board-cell--52 {
  width: 52%;
}

.room-board-cell--53 {
  width: 53%;
}

.room-board-cell--54 {
  width: 54%;
}

.room-board-cell--55 {
  width: 55%;
}

.room-board-cell--56 {
  width: 56%;
}

.room-board-cell--57 {
  width: 57%;
}

.room-board-cell--58 {
  width: 58%;
}

.room-board-cell--59 {
  width: 59%;
}

.room-board-cell--60 {
  width: 60%;
}

.room-board-cell--61 {
  width: 61%;
}

.room-board-cell--62 {
  width: 62%;
}

.room-board-cell--63 {
  width: 63%;
}

.room-board-cell--64 {
  width: 64%;
}

.room-board-cell--65 {
  width: 65%;
}

.room-board-cell--66 {
  width: 66%;
}

.room-board-cell--67 {
  width: 67%;
}

.room-board-cell--68 {
  width: 68%;
}

.room-board-cell--69 {
  width: 69%;
}

.room-board-cell--70 {
  width: 70%;
}

.room-board-cell--71 {
  width: 71%;
}

.room-board-cell--72 {
  width: 72%;
}

.room-board-cell--73 {
  width: 73%;
}

.room-board-cell--74 {
  width: 74%;
}

.room-board-cell--75 {
  width: 75%;
}

.room-board-cell--76 {
  width: 76%;
}

.room-board-cell--77 {
  width: 77%;
}

.room-board-cell--78 {
  width: 78%;
}

.room-board-cell--79 {
  width: 79%;
}

.room-board-cell--80 {
  width: 80%;
}

.room-board-cell--81 {
  width: 81%;
}

.room-board-cell--82 {
  width: 82%;
}

.room-board-cell--83 {
  width: 83%;
}

.room-board-cell--84 {
  width: 84%;
}

.room-board-cell--85 {
  width: 85%;
}

.room-board-cell--86 {
  width: 86%;
}

.room-board-cell--87 {
  width: 87%;
}

.room-board-cell--88 {
  width: 88%;
}

.room-board-cell--89 {
  width: 89%;
}

.room-board-cell--90 {
  width: 90%;
}

.room-board-cell--91 {
  width: 91%;
}

.room-board-cell--92 {
  width: 92%;
}

.room-board-cell--93 {
  width: 93%;
}

.room-board-cell--94 {
  width: 94%;
}

.room-board-cell--95 {
  width: 95%;
}

.room-board-cell--96 {
  width: 96%;
}

.room-board-cell--97 {
  width: 97%;
}

.room-board-cell--98 {
  width: 98%;
}

.room-board-cell--99 {
  width: 99%;
}

.room-board-cell--100 {
  width: 100%;
}

.policies-cell {
  min-width: 63px;
}

.board-description-cell {
  max-width: 99px !important;
}

.room-board-cell:last-child {
  padding-right: 0px;
}

.room-board-cell--overflow-hidden {
  font-size: 12px;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .room-board-cell--overflow-hidden {
    max-width: 127px;
  }
}

@media (min-width: 1200px) {
  .room-board-cell--overflow-hidden {
    max-width: 155px;
  }
}

.result-group-booking .room-board-cell--overflow-hidden {
  font-size: 1em;
}

@media (min-width: 992px) {
  .room-board-cell--overflow-hidden:first-child {
    max-width: 155px;
    min-width: 200px;
  }
}

@media (min-width: 768px) {
  .room-board-cell--overflow-hidden.room-board-cell--xtra-small:first-child {
    max-width: 60px;
    min-width: 50px;
  }
}

@media (min-width: 992px) {
  .room-board-cell--overflow-hidden.room-board-cell--xtra-small:first-child {
    max-width: 83px;
    min-width: 81px;
  }
}

@media (min-width: 1200px) {
  .room-board-cell--overflow-hidden.room-board-cell--xtra-small:first-child {
    max-width: 100px;
    min-width: 81px;
  }
}

.room-board-cell__text-overflow-hidden {
  max-width: 187px;
  white-space: nowrap;
  overflow: hidden;
}

.room-board-cell .h6 {
  font-size: 0.7em;
}

@media (min-width: 1200px) {
  .room-board-cell .h6 {
    font-size: .8em;
  }
}

.room-board__price {
  font-size: 1em;
}

@media (min-width: 1200px) {
  .room-board__price {
    font-size: 1.2em;
  }
}

/**png icons*/
.my-icon {
  display: inline-block;
  background-image: url("../img/POS_results/sprite_icons_32.png");
  width: 16px;
  height: 16px;
  background-size: 110%;
}

.my-icon.bed-icon {
  background-position: right top;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 110%;
}

.my-icon.transfer-icon {
  background-position: 0px -15px;
  background-size: 106%;
  width: 18px;
  height: 18px;
}

.room-board-table--second-level {
  display: none;
  visibility: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.room-board-table--second-level .room-type,
.room-board-table--second-level .btn-board-group,
.room-board-table--second-level .extra-beds-info {
  visibility: hidden;
}

.room-board-table--second-level.is-open {
  display: table;
  visibility: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.extra-beds-info {
  min-width: 34px;
}

/*relutst for white backgrounds*/
.result-white:hover {
  background-color: #f2f2f2;
}

/*list result summary*/
.tripAdvisorContainer {
  position: relative;
  z-index: 20;
}

iframe.tripadvisor-summary {
  height: 53px;
  width: 135px;
  border: none;
}

.frameOver {
  position: absolute;
  width: 154px;
  height: 59px;
  top: 0;
  left: 0;
}

/*pop over styles*/
.tripAdvisorContainer .popover {
  max-width: 800px;
}

.tripAdvisorContainer .popover-content {
  padding: 0px;
}

.tripadvisor-popover-box {
  width: 360px;
  max-heigth: 500px;
}

.tripadvisor-popover-box&gt;iframe {
  width: 100%;
  height: 500px;
}

.main-content--staff-discount {
  padding-top: 140px;
}

@media (min-width: 768px) {
  .main-content--staff-discount {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .main-content--staff-discount {
    padding-top: 180px;
  }
}

@media print {
  .main-content--staff-discount {
    padding-top: 10px;
    min-height: initial;
  }
}

.staff-discount {
  position: relative;
  display: table;
  width: 100%;
  min-height: 45px;
}

@media (min-width: 992px) {
  .staff-discount {
    min-height: 30px;
  }
}

.staff-discount__message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.staff-discount__cancel-btn {
  position: absolute;
  right: 0.5em;
  top: 20%;
}

.staff-discount__arrow {
  position: absolute;
  right: 42%;
  bottom: -13px;
  color: #dc140a;
}

@media (min-width: 768px) {
  .staff-discount__arrow {
    right: 38%;
  }
}

@media (min-width: 992px) {
  .staff-discount__arrow {
    right: 29%;
  }
}

@media (min-width: 1200px) {
  .staff-discount__arrow {
    right: 21%;
  }
}

body {
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */
.section-padding-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-padding-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-space-top-xl {
  padding-top: 140px;
}

@media (min-width: 1200px) {
  .section-space-top-xl {
    padding-top: 200px;
  }
}

.section-space-top {
  padding-top: 70px;
}

@media (min-width: 1200px) {
  .section-space-top {
    padding-top: 90px;
  }
}

.section-default {
  padding: 100px 0 15px 0;
  margin-top: -85px;
}

/*distribution section*/
@media (min-width: 768px) {
  .distribution-btn-group {
    margin-top: 80px;
  }
}

/*about section*/
.about-section {
  position: relative;
}

.about-image-container {
  display: none;
}

@media (min-width: 768px) {
  .about-image-container {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27%;
  }
}

@media (min-width: 1200px) {
  .about-image-container {
    width: 29%;
  }
}

@media (min-width: 992px) {
  .about-text {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .about-text {
    margin-bottom: 10px;
  }
}

.about-image {
  display: none;
}

@media (min-width: 992px) {
  .about-image {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.about-svg-logo {
  height: 30px;
}

@media (min-width: 480px) {
  .about-svg-logo {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .about-svg-logo {
    height: 70px;
  }
}

.services-section {
  background: #fff;
}

/*Contact section*/
.contact-section {
  padding-top: 20px;
}

/*about section*/
section.about-section {
  padding-bottom: 0px;
}

/*curve content*/
.curve-top-overflow::after {
  content: url("../img/svg/curve.svg");
  min-height: 200px;
  background-color: yellow;
  width: 100%;
  overflow-y: visible;
  position: absolute;
  /*or absolute*/
  /*a number that's more than the modal box*/
  left: 0px;
  top: 0px;
}

.intro-section {
  position: relative;
  height: 100%;
  padding-top: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 480px) and (min-height: 480px) {
  .intro-section {
    padding-top: 100px;
  }
}

.intro-section .intro-bg {
  position: absolute;
  height: 100%;
  background-size: cover;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
}

#slogan {
  animation-duration: 0.5s;
}

.intro-slogan {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px),
(min-height: 627px) {
  .intro-slogan {
    font-size: 36px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .intro-slogan {
    font-size: 46px;
  }
}

/*login*/
.slogan-container {
  display: table;
  width: 100%;
  height: 30vh;
}

@media (min-height: 480px) {
  .slogan-container {
    height: 30vh;
    display: table;
  }
}

@media (min-height: 627px) {
  .slogan-container {
    height: 40vh;
  }
}

@media (min-height: 768px) {
  .slogan-container {
    height: 45vh;
  }
}

@media (min-height: 900px) {
  .slogan-container {
    height: 50vh;
  }
}

.WebBeds .slogan-container {
  height: 20vh;
}

@media (min-height: 480px) {
  .WebBeds .slogan-container {
    height: 25vh;
    display: table;
  }
}

@media (min-height: 627px) {
  .WebBeds .slogan-container {
    height: 30vh;
  }
}

@media (min-height: 768px) {
  .WebBeds .slogan-container {
    height: 40vh;
  }
}

@media (min-height: 900px) {
  .WebBeds .slogan-container {
    height: 45vh;
  }
}

.slogan-container.carousel-open {
  display: none;
  height: auto;
}

@media (min-height: 360px) {
  .slogan-container.carousel-open {
    display: table;
    height: 20vh;
  }
}

@media (min-height: 768px) {
  .slogan-container.carousel-open {
    height: 30vh;
  }
}

@media (min-height: 900px) {
  .slogan-container.carousel-open {
    height: 40vh;
  }
}

.slogan-group {
  display: table-cell;
  vertical-align: middle;
}

.slogan-container-sm .slogan-group {
  /*vertical-align:bottom;*/
}

.slogan-container-xs .slogan-group {
  /*vertical-align:bottom;*/
}

.slogan-container-sm .intro-slogan {
  font-size: 34px;
}

.slogan-container-xs .intro-slogan {
  font-size: 25px;
}

.slogan-container-xs .vertical-space-large,
.slogan-container-xs .main-content,
.slogan-container-xs .main-content-public,
.slogan-container-xs .main-content-public-for-banner {
  margin-bottom: 0px;
}

.login-container {
  display: table;
  height: 15vh;
  width: 100%;
}

.login-cell {
  display: table-cell;
  vertical-align: middle;
}

/*Curve Webbeds Site*/
.curve-content {
  overflow: visible;
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: none;
}

.WebBeds .curve-content {
  display: block;
}

.curve-text {
  color: white;
  z-index: 10;
  position: relative;
}

.curve-text-box {
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
  padding-right: 1em;
  text-align: right;
  font-size: 18px;
}

@media (min-width: 992px) {
  .curve-text-box {
    top: -70px;
    width: 80%;
    padding-right: 1em;
  }
}

@media (min-width: 1200px) {
  .curve-text-box {
    width: 50%;
    padding-right: 0px;
  }
}

@media (min-width: 1400px) {
  .curve-text-box {
    top: -90px;
    font-size: 24px;
  }
}

.curve-background {
  position: absolute;
  top: -222px;
  width: 100%;
  overflow-x: hidden;
  right: 0px;
}

@media (min-width: 1200px) {
  .curve-background {
    top: -350px;
    left: 0px;
    right: unset;
  }
}

@media (min-width: 1400px) {
  .curve-background {
    top: -400px;
  }
}

.curve-svg-group {
  width: 210%;
}

@media (min-width: 1200px) {
  .curve-svg-group {
    width: 130%;
  }
}

@media (min-width: 1400px) {
  .curve-svg-group {
    width: 100%;
  }
}

@media screen {
  .print-only {
    display: none;
  }
}

@media print {
  #voucherIframe {
    min-height: 1600px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
  }

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

  .print-only {
    display: block;
  }

  .summary {
    padding: 0px;
  }

  #hotel-map-section {
    page-break-inside: avoid;
  }

  .modal.hotel-details {
    overflow-y: auto;
    position: relative;
  }

  .modal.hotel-details .modal-content {
    border: none;
  }
}

.search-engine-container {
  min-height: 300px;
}

.main-results-content {
  position: relative;
  min-height: 100vh;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>