@charset "UTF-8";
/* Helpers */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .panel-btn > .caret, .panel-control span > .caret, .panel-control label > .caret, .main-btn > .caret, .outline-btn > .caret, .dl-btn > .caret, .doc-list .item .document-btn > .caret, .doc-list .item .view-btn > .caret,
  .dropup > .btn > .caret,
  .dropup > .panel-btn > .caret, .panel-control
  .dropup > span > .caret, .panel-control
  .dropup > label > .caret,
  .dropup > .main-btn > .caret,
  .dropup > .outline-btn > .caret,
  .dropup > .dl-btn > .caret, .doc-list .item
  .dropup > .document-btn > .caret, .doc-list .item
  .dropup > .view-btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: "\002a"; }

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

.glyphicon-euro:before,
.glyphicon-eur: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"; }

* {
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 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%; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  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"] {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > .form-control-static.panel-btn, .panel-control
  .input-group-lg > .input-group-btn > span.form-control-static, .panel-control
  .input-group-lg > .input-group-btn > label.form-control-static,
  .input-group-lg > .input-group-btn > .form-control-static.main-btn,
  .input-group-lg > .input-group-btn > .form-control-static.outline-btn,
  .input-group-lg > .input-group-btn > .form-control-static.dl-btn, .doc-list .item
  .input-group-lg > .input-group-btn > .form-control-static.document-btn, .doc-list .item
  .input-group-lg > .input-group-btn > .form-control-static.view-btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > .form-control-static.panel-btn, .panel-control
  .input-group-sm > .input-group-btn > span.form-control-static, .panel-control
  .input-group-sm > .input-group-btn > label.form-control-static,
  .input-group-sm > .input-group-btn > .form-control-static.main-btn,
  .input-group-sm > .input-group-btn > .form-control-static.outline-btn,
  .input-group-sm > .input-group-btn > .form-control-static.dl-btn, .doc-list .item
  .input-group-sm > .input-group-btn > .form-control-static.document-btn, .doc-list .item
  .input-group-sm > .input-group-btn > .form-control-static.view-btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .panel-btn, .panel-control
.input-group-sm > .input-group-btn > span, .panel-control
.input-group-sm > .input-group-btn > label,
.input-group-sm > .input-group-btn > .main-btn,
.input-group-sm > .input-group-btn > .outline-btn,
.input-group-sm > .input-group-btn > .dl-btn, .doc-list .item
.input-group-sm > .input-group-btn > .document-btn, .doc-list .item
.input-group-sm > .input-group-btn > .view-btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.panel-btn,
.input-group-sm > .input-group-btn > select.main-btn,
.input-group-sm > .input-group-btn > select.outline-btn,
.input-group-sm > .input-group-btn > select.dl-btn, .doc-list .item
.input-group-sm > .input-group-btn > select.document-btn, .doc-list .item
.input-group-sm > .input-group-btn > select.view-btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.panel-btn,
.input-group-sm > .input-group-btn > textarea.main-btn,
.input-group-sm > .input-group-btn > textarea.outline-btn,
.input-group-sm > .input-group-btn > textarea.dl-btn, .doc-list .item
.input-group-sm > .input-group-btn > textarea.document-btn, .doc-list .item
.input-group-sm > .input-group-btn > textarea.view-btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].panel-btn,
.input-group-sm > .input-group-btn > select[multiple].main-btn,
.input-group-sm > .input-group-btn > select[multiple].outline-btn,
.input-group-sm > .input-group-btn > select[multiple].dl-btn,
.doc-list .item
.input-group-sm > .input-group-btn > select[multiple].document-btn,
.doc-list .item
.input-group-sm > .input-group-btn > select[multiple].view-btn {
  height: auto; }

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .panel-btn, .panel-control
.input-group-lg > .input-group-btn > span, .panel-control
.input-group-lg > .input-group-btn > label,
.input-group-lg > .input-group-btn > .main-btn,
.input-group-lg > .input-group-btn > .outline-btn,
.input-group-lg > .input-group-btn > .dl-btn, .doc-list .item
.input-group-lg > .input-group-btn > .document-btn, .doc-list .item
.input-group-lg > .input-group-btn > .view-btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.panel-btn,
.input-group-lg > .input-group-btn > select.main-btn,
.input-group-lg > .input-group-btn > select.outline-btn,
.input-group-lg > .input-group-btn > select.dl-btn, .doc-list .item
.input-group-lg > .input-group-btn > select.document-btn, .doc-list .item
.input-group-lg > .input-group-btn > select.view-btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.panel-btn,
.input-group-lg > .input-group-btn > textarea.main-btn,
.input-group-lg > .input-group-btn > textarea.outline-btn,
.input-group-lg > .input-group-btn > textarea.dl-btn, .doc-list .item
.input-group-lg > .input-group-btn > textarea.document-btn, .doc-list .item
.input-group-lg > .input-group-btn > textarea.view-btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].panel-btn,
.input-group-lg > .input-group-btn > select[multiple].main-btn,
.input-group-lg > .input-group-btn > select[multiple].outline-btn,
.input-group-lg > .input-group-btn > select[multiple].dl-btn,
.doc-list .item
.input-group-lg > .input-group-btn > select[multiple].document-btn,
.doc-list .item
.input-group-lg > .input-group-btn > select[multiple].view-btn {
  height: auto; }

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

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

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

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

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .panel-btn + .form-control-feedback, .panel-control
.input-group-lg > .input-group-btn > span + .form-control-feedback, .panel-control
.input-group-lg > .input-group-btn > label + .form-control-feedback,
.input-group-lg > .input-group-btn > .main-btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .outline-btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .dl-btn + .form-control-feedback, .doc-list .item
.input-group-lg > .input-group-btn > .document-btn + .form-control-feedback, .doc-list .item
.input-group-lg > .input-group-btn > .view-btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .panel-btn + .form-control-feedback, .panel-control
.input-group-sm > .input-group-btn > span + .form-control-feedback, .panel-control
.input-group-sm > .input-group-btn > label + .form-control-feedback,
.input-group-sm > .input-group-btn > .main-btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .outline-btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .dl-btn + .form-control-feedback, .doc-list .item
.input-group-sm > .input-group-btn > .document-btn + .form-control-feedback, .doc-list .item
.input-group-sm > .input-group-btn > .view-btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

.has-success .input-group-addon {
  color: #3c763d;
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn.disabled, a.disabled.panel-btn, a.disabled.main-btn, a.disabled.outline-btn, a.disabled.dl-btn, .doc-list .item a.disabled.document-btn, .doc-list .item a.disabled.view-btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.panel-btn,
fieldset[disabled] a.main-btn,
fieldset[disabled] a.outline-btn,
fieldset[disabled] a.dl-btn,
fieldset[disabled] .doc-list .item a.document-btn, .doc-list .item
fieldset[disabled] a.document-btn,
fieldset[disabled] .doc-list .item a.view-btn, .doc-list .item
fieldset[disabled] a.view-btn {
  pointer-events: none; }

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

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

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

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

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

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

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .panel-btn, .panel-control .btn-group-lg > span, .panel-control .btn-group-lg > label, .btn-group-lg > .main-btn, .btn-group-lg > .outline-btn, .btn-group-lg > .dl-btn, .doc-list .item .btn-group-lg > .document-btn, .doc-list .item .btn-group-lg > .view-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .panel-btn, .panel-control .btn-group-sm > span, .panel-control .btn-group-sm > label, .btn-group-sm > .main-btn, .btn-group-sm > .outline-btn, .btn-group-sm > .dl-btn, .doc-list .item .btn-group-sm > .document-btn, .doc-list .item .btn-group-sm > .view-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .panel-btn, .panel-control .btn-group-xs > span, .panel-control .btn-group-xs > label, .btn-group-xs > .main-btn, .btn-group-xs > .outline-btn, .btn-group-xs > .dl-btn, .doc-list .item .btn-group-xs > .document-btn, .doc-list .item .btn-group-xs > .view-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .panel-btn, .panel-control .btn-group > span, .panel-control .btn-group > label, .btn-group > .main-btn, .btn-group > .outline-btn, .btn-group > .dl-btn, .doc-list .item .btn-group > .document-btn, .doc-list .item .btn-group > .view-btn,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .panel-btn, .panel-control
  .btn-group-vertical > span, .panel-control
  .btn-group-vertical > label,
  .btn-group-vertical > .main-btn,
  .btn-group-vertical > .outline-btn,
  .btn-group-vertical > .dl-btn, .doc-list .item
  .btn-group-vertical > .document-btn, .doc-list .item
  .btn-group-vertical > .view-btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .panel-btn:hover, .panel-control .btn-group > span:hover, .panel-control .btn-group > label:hover, .btn-group > .main-btn:hover, .btn-group > .outline-btn:hover, .btn-group > .dl-btn:hover, .doc-list .item .btn-group > .document-btn:hover, .doc-list .item .btn-group > .view-btn:hover, .btn-group > .btn:focus, .btn-group > .panel-btn:focus, .panel-control .btn-group > span:focus, .panel-control .btn-group > label:focus, .btn-group > .main-btn:focus, .btn-group > .outline-btn:focus, .btn-group > .dl-btn:focus, .doc-list .item .btn-group > .document-btn:focus, .doc-list .item .btn-group > .view-btn:focus, .btn-group > .btn:active, .btn-group > .panel-btn:active, .panel-control .btn-group > span:active, .panel-control .btn-group > label:active, .btn-group > .main-btn:active, .btn-group > .outline-btn:active, .btn-group > .dl-btn:active, .doc-list .item .btn-group > .document-btn:active, .doc-list .item .btn-group > .view-btn:active, .btn-group > .btn.active, .btn-group > .active.panel-btn, .panel-control .btn-group > span.active, .panel-control .btn-group > label.active, .btn-group > .active.main-btn, .btn-group > .active.outline-btn, .btn-group > .active.dl-btn, .doc-list .item .btn-group > .active.document-btn, .doc-list .item .btn-group > .active.view-btn,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .panel-btn:hover, .panel-control
    .btn-group-vertical > span:hover, .panel-control
    .btn-group-vertical > label:hover,
    .btn-group-vertical > .main-btn:hover,
    .btn-group-vertical > .outline-btn:hover,
    .btn-group-vertical > .dl-btn:hover, .doc-list .item
    .btn-group-vertical > .document-btn:hover, .doc-list .item
    .btn-group-vertical > .view-btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .panel-btn:focus, .panel-control
    .btn-group-vertical > span:focus, .panel-control
    .btn-group-vertical > label:focus,
    .btn-group-vertical > .main-btn:focus,
    .btn-group-vertical > .outline-btn:focus,
    .btn-group-vertical > .dl-btn:focus, .doc-list .item
    .btn-group-vertical > .document-btn:focus, .doc-list .item
    .btn-group-vertical > .view-btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .panel-btn:active, .panel-control
    .btn-group-vertical > span:active, .panel-control
    .btn-group-vertical > label:active,
    .btn-group-vertical > .main-btn:active,
    .btn-group-vertical > .outline-btn:active,
    .btn-group-vertical > .dl-btn:active, .doc-list .item
    .btn-group-vertical > .document-btn:active, .doc-list .item
    .btn-group-vertical > .view-btn:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.panel-btn, .panel-control
    .btn-group-vertical > span.active, .panel-control
    .btn-group-vertical > label.active,
    .btn-group-vertical > .active.main-btn,
    .btn-group-vertical > .active.outline-btn,
    .btn-group-vertical > .active.dl-btn, .doc-list .item
    .btn-group-vertical > .active.document-btn, .doc-list .item
    .btn-group-vertical > .active.view-btn {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .panel-btn + .btn, .btn-group .panel-control span + .btn, .panel-control .btn-group span + .btn, .btn-group .panel-control label + .btn, .panel-control .btn-group label + .btn, .btn-group .main-btn + .btn, .btn-group .outline-btn + .btn, .btn-group .dl-btn + .btn, .btn-group .doc-list .item .document-btn + .btn, .doc-list .item .btn-group .document-btn + .btn, .btn-group .doc-list .item .view-btn + .btn, .doc-list .item .btn-group .view-btn + .btn, .btn-group .btn + .panel-btn, .btn-group .panel-btn + .panel-btn, .btn-group .panel-control span + .panel-btn, .panel-control .btn-group span + .panel-btn, .btn-group .panel-control label + .panel-btn, .panel-control .btn-group label + .panel-btn, .btn-group .main-btn + .panel-btn, .btn-group .outline-btn + .panel-btn, .btn-group .dl-btn + .panel-btn, .btn-group .doc-list .item .document-btn + .panel-btn, .doc-list .item .btn-group .document-btn + .panel-btn, .btn-group .doc-list .item .view-btn + .panel-btn, .doc-list .item .btn-group .view-btn + .panel-btn, .btn-group .panel-control .btn + span, .panel-control .btn-group .btn + span, .btn-group .panel-control .panel-btn + span, .panel-control .btn-group .panel-btn + span, .btn-group .panel-control span + span, .panel-control .btn-group span + span, .btn-group .panel-control label + span, .panel-control .btn-group label + span, .btn-group .panel-control .main-btn + span, .panel-control .btn-group .main-btn + span, .btn-group .panel-control .outline-btn + span, .panel-control .btn-group .outline-btn + span, .btn-group .panel-control .dl-btn + span, .panel-control .btn-group .dl-btn + span, .btn-group .doc-list .item .panel-control .document-btn + span, .panel-control .btn-group .doc-list .item .document-btn + span, .doc-list .item .btn-group .panel-control .document-btn + span, .panel-control .doc-list .item .btn-group .document-btn + span, .btn-group .doc-list .item .panel-control .view-btn + span, .panel-control .btn-group .doc-list .item .view-btn + span, .doc-list .item .btn-group .panel-control .view-btn + span, .panel-control .doc-list .item .btn-group .view-btn + span, .btn-group .panel-control .btn + label, .panel-control .btn-group .btn + label, .btn-group .panel-control .panel-btn + label, .panel-control .btn-group .panel-btn + label, .btn-group .panel-control span + label, .panel-control .btn-group span + label, .btn-group .panel-control label + label, .panel-control .btn-group label + label, .btn-group .panel-control .main-btn + label, .panel-control .btn-group .main-btn + label, .btn-group .panel-control .outline-btn + label, .panel-control .btn-group .outline-btn + label, .btn-group .panel-control .dl-btn + label, .panel-control .btn-group .dl-btn + label, .btn-group .doc-list .item .panel-control .document-btn + label, .panel-control .btn-group .doc-list .item .document-btn + label, .doc-list .item .btn-group .panel-control .document-btn + label, .panel-control .doc-list .item .btn-group .document-btn + label, .btn-group .doc-list .item .panel-control .view-btn + label, .panel-control .btn-group .doc-list .item .view-btn + label, .doc-list .item .btn-group .panel-control .view-btn + label, .panel-control .doc-list .item .btn-group .view-btn + label, .btn-group .btn + .main-btn, .btn-group .panel-btn + .main-btn, .btn-group .panel-control span + .main-btn, .panel-control .btn-group span + .main-btn, .btn-group .panel-control label + .main-btn, .panel-control .btn-group label + .main-btn, .btn-group .main-btn + .main-btn, .btn-group .outline-btn + .main-btn, .btn-group .dl-btn + .main-btn, .btn-group .doc-list .item .document-btn + .main-btn, .doc-list .item .btn-group .document-btn + .main-btn, .btn-group .doc-list .item .view-btn + .main-btn, .doc-list .item .btn-group .view-btn + .main-btn, .btn-group .btn + .outline-btn, .btn-group .panel-btn + .outline-btn, .btn-group .panel-control span + .outline-btn, .panel-control .btn-group span + .outline-btn, .btn-group .panel-control label + .outline-btn, .panel-control .btn-group label + .outline-btn, .btn-group .main-btn + .outline-btn, .btn-group .outline-btn + .outline-btn, .btn-group .dl-btn + .outline-btn, .btn-group .doc-list .item .document-btn + .outline-btn, .doc-list .item .btn-group .document-btn + .outline-btn, .btn-group .doc-list .item .view-btn + .outline-btn, .doc-list .item .btn-group .view-btn + .outline-btn, .btn-group .btn + .dl-btn, .btn-group .panel-btn + .dl-btn, .btn-group .panel-control span + .dl-btn, .panel-control .btn-group span + .dl-btn, .btn-group .panel-control label + .dl-btn, .panel-control .btn-group label + .dl-btn, .btn-group .main-btn + .dl-btn, .btn-group .outline-btn + .dl-btn, .btn-group .dl-btn + .dl-btn, .btn-group .doc-list .item .document-btn + .dl-btn, .doc-list .item .btn-group .document-btn + .dl-btn, .btn-group .doc-list .item .view-btn + .dl-btn, .doc-list .item .btn-group .view-btn + .dl-btn, .btn-group .doc-list .item .btn + .document-btn, .doc-list .item .btn-group .btn + .document-btn, .btn-group .doc-list .item .panel-btn + .document-btn, .doc-list .item .btn-group .panel-btn + .document-btn, .btn-group .panel-control .doc-list .item span + .document-btn, .doc-list .item .btn-group .panel-control span + .document-btn, .panel-control .btn-group .doc-list .item span + .document-btn, .doc-list .item .panel-control .btn-group span + .document-btn, .btn-group .panel-control .doc-list .item label + .document-btn, .doc-list .item .btn-group .panel-control label + .document-btn, .panel-control .btn-group .doc-list .item label + .document-btn, .doc-list .item .panel-control .btn-group label + .document-btn, .btn-group .doc-list .item .main-btn + .document-btn, .doc-list .item .btn-group .main-btn + .document-btn, .btn-group .doc-list .item .outline-btn + .document-btn, .doc-list .item .btn-group .outline-btn + .document-btn, .btn-group .doc-list .item .dl-btn + .document-btn, .doc-list .item .btn-group .dl-btn + .document-btn, .btn-group .doc-list .item .document-btn + .document-btn, .doc-list .item .btn-group .document-btn + .document-btn, .btn-group .doc-list .item .view-btn + .document-btn, .doc-list .item .btn-group .view-btn + .document-btn, .btn-group .doc-list .item .btn + .view-btn, .doc-list .item .btn-group .btn + .view-btn, .btn-group .doc-list .item .panel-btn + .view-btn, .doc-list .item .btn-group .panel-btn + .view-btn, .btn-group .panel-control .doc-list .item span + .view-btn, .doc-list .item .btn-group .panel-control span + .view-btn, .panel-control .btn-group .doc-list .item span + .view-btn, .doc-list .item .panel-control .btn-group span + .view-btn, .btn-group .panel-control .doc-list .item label + .view-btn, .doc-list .item .btn-group .panel-control label + .view-btn, .panel-control .btn-group .doc-list .item label + .view-btn, .doc-list .item .panel-control .btn-group label + .view-btn, .btn-group .doc-list .item .main-btn + .view-btn, .doc-list .item .btn-group .main-btn + .view-btn, .btn-group .doc-list .item .outline-btn + .view-btn, .doc-list .item .btn-group .outline-btn + .view-btn, .btn-group .doc-list .item .dl-btn + .view-btn, .doc-list .item .btn-group .dl-btn + .view-btn, .btn-group .doc-list .item .document-btn + .view-btn, .doc-list .item .btn-group .document-btn + .view-btn, .btn-group .doc-list .item .view-btn + .view-btn, .doc-list .item .btn-group .view-btn + .view-btn,
.btn-group .btn + .btn-group,
.btn-group .panel-btn + .btn-group,
.btn-group .panel-control span + .btn-group, .panel-control
.btn-group span + .btn-group,
.btn-group .panel-control label + .btn-group, .panel-control
.btn-group label + .btn-group,
.btn-group .main-btn + .btn-group,
.btn-group .outline-btn + .btn-group,
.btn-group .dl-btn + .btn-group,
.btn-group .doc-list .item .document-btn + .btn-group, .doc-list .item
.btn-group .document-btn + .btn-group,
.btn-group .doc-list .item .view-btn + .btn-group, .doc-list .item
.btn-group .view-btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .panel-btn,
.btn-group .panel-control .btn-group + span, .panel-control
.btn-group .btn-group + span,
.btn-group .panel-control .btn-group + label, .panel-control
.btn-group .btn-group + label,
.btn-group .btn-group + .main-btn,
.btn-group .btn-group + .outline-btn,
.btn-group .btn-group + .dl-btn,
.btn-group .doc-list .item .btn-group + .document-btn, .doc-list .item
.btn-group .btn-group + .document-btn,
.btn-group .doc-list .item .btn-group + .view-btn, .doc-list .item
.btn-group .btn-group + .view-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, .btn-toolbar .panel-btn, .btn-toolbar .panel-control span, .panel-control .btn-toolbar span, .btn-toolbar .panel-control label, .panel-control .btn-toolbar label, .btn-toolbar .main-btn, .btn-toolbar .outline-btn, .btn-toolbar .dl-btn, .btn-toolbar .doc-list .item .document-btn, .doc-list .item .btn-toolbar .document-btn, .btn-toolbar .doc-list .item .view-btn, .doc-list .item .btn-toolbar .view-btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .panel-btn, .panel-control .btn-toolbar > span, .panel-control .btn-toolbar > label, .btn-toolbar > .main-btn, .btn-toolbar > .outline-btn, .btn-toolbar > .dl-btn, .doc-list .item .btn-toolbar > .document-btn, .doc-list .item .btn-toolbar > .view-btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .panel-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .panel-control .btn-group > span:not(:first-child):not(:last-child):not(.dropdown-toggle), .panel-control .btn-group > label:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .main-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .outline-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .dl-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .doc-list .item .btn-group > .document-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .doc-list .item .btn-group > .view-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .panel-btn:first-child, .panel-control .btn-group > span:first-child, .panel-control .btn-group > label:first-child, .btn-group > .main-btn:first-child, .btn-group > .outline-btn:first-child, .btn-group > .dl-btn:first-child, .doc-list .item .btn-group > .document-btn:first-child, .doc-list .item .btn-group > .view-btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .panel-btn:first-child:not(:last-child):not(.dropdown-toggle), .panel-control .btn-group > span:first-child:not(:last-child):not(.dropdown-toggle), .panel-control .btn-group > label:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .main-btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .outline-btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .dl-btn:first-child:not(:last-child):not(.dropdown-toggle), .doc-list .item .btn-group > .document-btn:first-child:not(:last-child):not(.dropdown-toggle), .doc-list .item .btn-group > .view-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .panel-btn:last-child:not(:first-child), .panel-control .btn-group > span:last-child:not(:first-child), .panel-control .btn-group > label:last-child:not(:first-child), .btn-group > .main-btn:last-child:not(:first-child), .btn-group > .outline-btn:last-child:not(:first-child), .btn-group > .dl-btn:last-child:not(:first-child), .doc-list .item .btn-group > .document-btn:last-child:not(:first-child), .doc-list .item .btn-group > .view-btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .panel-btn, .panel-control .btn-group > .btn-group:not(:first-child):not(:last-child) > span, .panel-control .btn-group > .btn-group:not(:first-child):not(:last-child) > label, .btn-group > .btn-group:not(:first-child):not(:last-child) > .main-btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .outline-btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .dl-btn, .doc-list .item .btn-group > .btn-group:not(:first-child):not(:last-child) > .document-btn, .doc-list .item .btn-group > .btn-group:not(:first-child):not(:last-child) > .view-btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .panel-btn:last-child, .panel-control .btn-group > .btn-group:first-child:not(:last-child) > span:last-child, .panel-control .btn-group > .btn-group:first-child:not(:last-child) > label:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .main-btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .outline-btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dl-btn:last-child, .doc-list .item .btn-group > .btn-group:first-child:not(:last-child) > .document-btn:last-child, .doc-list .item .btn-group > .btn-group:first-child:not(:last-child) > .view-btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .panel-btn:first-child, .panel-control .btn-group > .btn-group:last-child:not(:first-child) > span:first-child, .panel-control .btn-group > .btn-group:last-child:not(:first-child) > label:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .main-btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .outline-btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .dl-btn:first-child, .doc-list .item .btn-group > .btn-group:last-child:not(:first-child) > .document-btn:first-child, .doc-list .item .btn-group > .btn-group:last-child:not(:first-child) > .view-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .btn + .dropdown-toggle, .btn-group > .panel-btn + .dropdown-toggle, .panel-control .btn-group > span + .dropdown-toggle, .panel-control .btn-group > label + .dropdown-toggle, .btn-group > .main-btn + .dropdown-toggle, .btn-group > .outline-btn + .dropdown-toggle, .btn-group > .dl-btn + .dropdown-toggle, .doc-list .item .btn-group > .document-btn + .dropdown-toggle, .doc-list .item .btn-group > .view-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .panel-btn + .dropdown-toggle, .panel-control .btn-group-lg.btn-group > span + .dropdown-toggle, .panel-control .btn-group-lg.btn-group > label + .dropdown-toggle, .btn-group-lg.btn-group > .main-btn + .dropdown-toggle, .btn-group-lg.btn-group > .outline-btn + .dropdown-toggle, .btn-group-lg.btn-group > .dl-btn + .dropdown-toggle, .doc-list .item .btn-group-lg.btn-group > .document-btn + .dropdown-toggle, .doc-list .item .btn-group-lg.btn-group > .view-btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

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

.btn .caret, .panel-btn .caret, .panel-control span .caret, .panel-control label .caret, .main-btn .caret, .outline-btn .caret, .dl-btn .caret, .doc-list .item .document-btn .caret, .doc-list .item .view-btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .panel-btn .caret, .panel-control .btn-group-lg > span .caret, .panel-control .btn-group-lg > label .caret, .btn-group-lg > .main-btn .caret, .btn-group-lg > .outline-btn .caret, .btn-group-lg > .dl-btn .caret, .doc-list .item .btn-group-lg > .document-btn .caret, .doc-list .item .btn-group-lg > .view-btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .panel-btn .caret, .dropup .panel-control .btn-group-lg > span .caret, .panel-control .dropup .btn-group-lg > span .caret, .dropup .panel-control .btn-group-lg > label .caret, .panel-control .dropup .btn-group-lg > label .caret, .dropup .btn-group-lg > .main-btn .caret, .dropup .btn-group-lg > .outline-btn .caret, .dropup .btn-group-lg > .dl-btn .caret, .dropup .doc-list .item .btn-group-lg > .document-btn .caret, .doc-list .item .dropup .btn-group-lg > .document-btn .caret, .dropup .doc-list .item .btn-group-lg > .view-btn .caret, .doc-list .item .dropup .btn-group-lg > .view-btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .panel-btn, .panel-control .btn-group-vertical > span, .panel-control .btn-group-vertical > label, .btn-group-vertical > .main-btn, .btn-group-vertical > .outline-btn, .btn-group-vertical > .dl-btn, .doc-list .item .btn-group-vertical > .document-btn, .doc-list .item .btn-group-vertical > .view-btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .panel-btn, .panel-control
.btn-group-vertical > .btn-group > span, .panel-control
.btn-group-vertical > .btn-group > label,
.btn-group-vertical > .btn-group > .main-btn,
.btn-group-vertical > .btn-group > .outline-btn,
.btn-group-vertical > .btn-group > .dl-btn, .doc-list .item
.btn-group-vertical > .btn-group > .document-btn, .doc-list .item
.btn-group-vertical > .btn-group > .view-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

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

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

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .panel-btn, .panel-control .btn-group-vertical > .btn-group > span, .panel-control .btn-group-vertical > .btn-group > label, .btn-group-vertical > .btn-group > .main-btn, .btn-group-vertical > .btn-group > .outline-btn, .btn-group-vertical > .btn-group > .dl-btn, .doc-list .item .btn-group-vertical > .btn-group > .document-btn, .doc-list .item .btn-group-vertical > .btn-group > .view-btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .panel-btn + .btn, .panel-control .btn-group-vertical > span + .btn, .panel-control .btn-group-vertical > label + .btn, .btn-group-vertical > .main-btn + .btn, .btn-group-vertical > .outline-btn + .btn, .btn-group-vertical > .dl-btn + .btn, .doc-list .item .btn-group-vertical > .document-btn + .btn, .doc-list .item .btn-group-vertical > .view-btn + .btn, .btn-group-vertical > .btn + .panel-btn, .btn-group-vertical > .panel-btn + .panel-btn, .panel-control .btn-group-vertical > span + .panel-btn, .panel-control .btn-group-vertical > label + .panel-btn, .btn-group-vertical > .main-btn + .panel-btn, .btn-group-vertical > .outline-btn + .panel-btn, .btn-group-vertical > .dl-btn + .panel-btn, .doc-list .item .btn-group-vertical > .document-btn + .panel-btn, .doc-list .item .btn-group-vertical > .view-btn + .panel-btn, .panel-control .btn-group-vertical > .btn + span, .panel-control .btn-group-vertical > .panel-btn + span, .panel-control .btn-group-vertical > span + span, .panel-control .btn-group-vertical > label + span, .panel-control .btn-group-vertical > .main-btn + span, .panel-control .btn-group-vertical > .outline-btn + span, .panel-control .btn-group-vertical > .dl-btn + span, .doc-list .item .panel-control .btn-group-vertical > .document-btn + span, .panel-control .doc-list .item .btn-group-vertical > .document-btn + span, .doc-list .item .panel-control .btn-group-vertical > .view-btn + span, .panel-control .doc-list .item .btn-group-vertical > .view-btn + span, .panel-control .btn-group-vertical > .btn + label, .panel-control .btn-group-vertical > .panel-btn + label, .panel-control .btn-group-vertical > span + label, .panel-control .btn-group-vertical > label + label, .panel-control .btn-group-vertical > .main-btn + label, .panel-control .btn-group-vertical > .outline-btn + label, .panel-control .btn-group-vertical > .dl-btn + label, .doc-list .item .panel-control .btn-group-vertical > .document-btn + label, .panel-control .doc-list .item .btn-group-vertical > .document-btn + label, .doc-list .item .panel-control .btn-group-vertical > .view-btn + label, .panel-control .doc-list .item .btn-group-vertical > .view-btn + label, .btn-group-vertical > .btn + .main-btn, .btn-group-vertical > .panel-btn + .main-btn, .panel-control .btn-group-vertical > span + .main-btn, .panel-control .btn-group-vertical > label + .main-btn, .btn-group-vertical > .main-btn + .main-btn, .btn-group-vertical > .outline-btn + .main-btn, .btn-group-vertical > .dl-btn + .main-btn, .doc-list .item .btn-group-vertical > .document-btn + .main-btn, .doc-list .item .btn-group-vertical > .view-btn + .main-btn, .btn-group-vertical > .btn + .outline-btn, .btn-group-vertical > .panel-btn + .outline-btn, .panel-control .btn-group-vertical > span + .outline-btn, .panel-control .btn-group-vertical > label + .outline-btn, .btn-group-vertical > .main-btn + .outline-btn, .btn-group-vertical > .outline-btn + .outline-btn, .btn-group-vertical > .dl-btn + .outline-btn, .doc-list .item .btn-group-vertical > .document-btn + .outline-btn, .doc-list .item .btn-group-vertical > .view-btn + .outline-btn, .btn-group-vertical > .btn + .dl-btn, .btn-group-vertical > .panel-btn + .dl-btn, .panel-control .btn-group-vertical > span + .dl-btn, .panel-control .btn-group-vertical > label + .dl-btn, .btn-group-vertical > .main-btn + .dl-btn, .btn-group-vertical > .outline-btn + .dl-btn, .btn-group-vertical > .dl-btn + .dl-btn, .doc-list .item .btn-group-vertical > .document-btn + .dl-btn, .doc-list .item .btn-group-vertical > .view-btn + .dl-btn, .doc-list .item .btn-group-vertical > .btn + .document-btn, .doc-list .item .btn-group-vertical > .panel-btn + .document-btn, .panel-control .doc-list .item .btn-group-vertical > span + .document-btn, .doc-list .item .panel-control .btn-group-vertical > span + .document-btn, .panel-control .doc-list .item .btn-group-vertical > label + .document-btn, .doc-list .item .panel-control .btn-group-vertical > label + .document-btn, .doc-list .item .btn-group-vertical > .main-btn + .document-btn, .doc-list .item .btn-group-vertical > .outline-btn + .document-btn, .doc-list .item .btn-group-vertical > .dl-btn + .document-btn, .doc-list .item .btn-group-vertical > .document-btn + .document-btn, .doc-list .item .btn-group-vertical > .view-btn + .document-btn, .doc-list .item .btn-group-vertical > .btn + .view-btn, .doc-list .item .btn-group-vertical > .panel-btn + .view-btn, .panel-control .doc-list .item .btn-group-vertical > span + .view-btn, .doc-list .item .panel-control .btn-group-vertical > span + .view-btn, .panel-control .doc-list .item .btn-group-vertical > label + .view-btn, .doc-list .item .panel-control .btn-group-vertical > label + .view-btn, .doc-list .item .btn-group-vertical > .main-btn + .view-btn, .doc-list .item .btn-group-vertical > .outline-btn + .view-btn, .doc-list .item .btn-group-vertical > .dl-btn + .view-btn, .doc-list .item .btn-group-vertical > .document-btn + .view-btn, .doc-list .item .btn-group-vertical > .view-btn + .view-btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .panel-btn + .btn-group, .panel-control
.btn-group-vertical > span + .btn-group, .panel-control
.btn-group-vertical > label + .btn-group,
.btn-group-vertical > .main-btn + .btn-group,
.btn-group-vertical > .outline-btn + .btn-group,
.btn-group-vertical > .dl-btn + .btn-group, .doc-list .item
.btn-group-vertical > .document-btn + .btn-group, .doc-list .item
.btn-group-vertical > .view-btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .panel-btn, .panel-control
.btn-group-vertical > .btn-group + span, .panel-control
.btn-group-vertical > .btn-group + label,
.btn-group-vertical > .btn-group + .main-btn,
.btn-group-vertical > .btn-group + .outline-btn,
.btn-group-vertical > .btn-group + .dl-btn, .doc-list .item
.btn-group-vertical > .btn-group + .document-btn, .doc-list .item
.btn-group-vertical > .btn-group + .view-btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .panel-btn:not(:first-child):not(:last-child), .panel-control .btn-group-vertical > span:not(:first-child):not(:last-child), .panel-control .btn-group-vertical > label:not(:first-child):not(:last-child), .btn-group-vertical > .main-btn:not(:first-child):not(:last-child), .btn-group-vertical > .outline-btn:not(:first-child):not(:last-child), .btn-group-vertical > .dl-btn:not(:first-child):not(:last-child), .doc-list .item .btn-group-vertical > .document-btn:not(:first-child):not(:last-child), .doc-list .item .btn-group-vertical > .view-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .panel-btn:first-child:not(:last-child), .panel-control .btn-group-vertical > span:first-child:not(:last-child), .panel-control .btn-group-vertical > label:first-child:not(:last-child), .btn-group-vertical > .main-btn:first-child:not(:last-child), .btn-group-vertical > .outline-btn:first-child:not(:last-child), .btn-group-vertical > .dl-btn:first-child:not(:last-child), .doc-list .item .btn-group-vertical > .document-btn:first-child:not(:last-child), .doc-list .item .btn-group-vertical > .view-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .panel-btn:last-child:not(:first-child), .panel-control .btn-group-vertical > span:last-child:not(:first-child), .panel-control .btn-group-vertical > label:last-child:not(:first-child), .btn-group-vertical > .main-btn:last-child:not(:first-child), .btn-group-vertical > .outline-btn:last-child:not(:first-child), .btn-group-vertical > .dl-btn:last-child:not(:first-child), .doc-list .item .btn-group-vertical > .document-btn:last-child:not(:first-child), .doc-list .item .btn-group-vertical > .view-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .panel-btn, .panel-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > span, .panel-control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > label, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .main-btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .outline-btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .dl-btn, .doc-list .item .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .document-btn, .doc-list .item .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .view-btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .panel-btn:last-child, .panel-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > span:last-child, .panel-control .btn-group-vertical > .btn-group:first-child:not(:last-child) > label:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .main-btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .outline-btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dl-btn:last-child, .doc-list .item .btn-group-vertical > .btn-group:first-child:not(:last-child) > .document-btn:last-child, .doc-list .item .btn-group-vertical > .btn-group:first-child:not(:last-child) > .view-btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .panel-btn:first-child, .panel-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > span:first-child, .panel-control .btn-group-vertical > .btn-group:last-child:not(:first-child) > label:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .main-btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .outline-btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .dl-btn:first-child, .doc-list .item .btn-group-vertical > .btn-group:last-child:not(:first-child) > .document-btn:first-child, .doc-list .item .btn-group-vertical > .btn-group:last-child:not(:first-child) > .view-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .btn-group-justified > .panel-btn, .panel-control .btn-group-justified > span, .panel-control .btn-group-justified > label, .btn-group-justified > .main-btn, .btn-group-justified > .outline-btn, .btn-group-justified > .dl-btn, .doc-list .item .btn-group-justified > .document-btn, .doc-list .item .btn-group-justified > .view-btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .panel-btn, .btn-group-justified > .btn-group .panel-control span, .panel-control .btn-group-justified > .btn-group span, .btn-group-justified > .btn-group .panel-control label, .panel-control .btn-group-justified > .btn-group label, .btn-group-justified > .btn-group .main-btn, .btn-group-justified > .btn-group .outline-btn, .btn-group-justified > .btn-group .dl-btn, .btn-group-justified > .btn-group .doc-list .item .document-btn, .doc-list .item .btn-group-justified > .btn-group .document-btn, .btn-group-justified > .btn-group .doc-list .item .view-btn, .doc-list .item .btn-group-justified > .btn-group .view-btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .panel-btn input[type="radio"], .panel-control [data-toggle="buttons"] > span input[type="radio"], .panel-control [data-toggle="buttons"] > label input[type="radio"], [data-toggle="buttons"] > .main-btn input[type="radio"], [data-toggle="buttons"] > .outline-btn input[type="radio"], [data-toggle="buttons"] > .dl-btn input[type="radio"], .doc-list .item [data-toggle="buttons"] > .document-btn input[type="radio"], .doc-list .item [data-toggle="buttons"] > .view-btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .panel-btn input[type="checkbox"], .panel-control
[data-toggle="buttons"] > span input[type="checkbox"], .panel-control
[data-toggle="buttons"] > label input[type="checkbox"],
[data-toggle="buttons"] > .main-btn input[type="checkbox"],
[data-toggle="buttons"] > .outline-btn input[type="checkbox"],
[data-toggle="buttons"] > .dl-btn input[type="checkbox"], .doc-list .item
[data-toggle="buttons"] > .document-btn input[type="checkbox"], .doc-list .item
[data-toggle="buttons"] > .view-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .panel-btn input[type="radio"], .panel-control
[data-toggle="buttons"] > .btn-group > span input[type="radio"], .panel-control
[data-toggle="buttons"] > .btn-group > label input[type="radio"],
[data-toggle="buttons"] > .btn-group > .main-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .outline-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .dl-btn input[type="radio"], .doc-list .item
[data-toggle="buttons"] > .btn-group > .document-btn input[type="radio"], .doc-list .item
[data-toggle="buttons"] > .btn-group > .view-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .panel-btn input[type="checkbox"], .panel-control
[data-toggle="buttons"] > .btn-group > span input[type="checkbox"], .panel-control
[data-toggle="buttons"] > .btn-group > label input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .main-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .outline-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .dl-btn input[type="checkbox"], .doc-list .item
[data-toggle="buttons"] > .btn-group > .document-btn input[type="checkbox"], .doc-list .item
[data-toggle="buttons"] > .btn-group > .view-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.panel-btn, .panel-control
  .input-group-sm > .input-group-btn > span.input-group-addon, .panel-control
  .input-group-sm > .input-group-btn > label.input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.main-btn,
  .input-group-sm > .input-group-btn > .input-group-addon.outline-btn,
  .input-group-sm > .input-group-btn > .input-group-addon.dl-btn, .doc-list .item
  .input-group-sm > .input-group-btn > .input-group-addon.document-btn, .doc-list .item
  .input-group-sm > .input-group-btn > .input-group-addon.view-btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.panel-btn, .panel-control
  .input-group-lg > .input-group-btn > span.input-group-addon, .panel-control
  .input-group-lg > .input-group-btn > label.input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.main-btn,
  .input-group-lg > .input-group-btn > .input-group-addon.outline-btn,
  .input-group-lg > .input-group-btn > .input-group-addon.dl-btn, .doc-list .item
  .input-group-lg > .input-group-btn > .input-group-addon.document-btn, .doc-list .item
  .input-group-lg > .input-group-btn > .input-group-addon.view-btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .panel-btn, .panel-control
.input-group-btn:first-child > span, .panel-control
.input-group-btn:first-child > label,
.input-group-btn:first-child > .main-btn,
.input-group-btn:first-child > .outline-btn,
.input-group-btn:first-child > .dl-btn, .doc-list .item
.input-group-btn:first-child > .document-btn, .doc-list .item
.input-group-btn:first-child > .view-btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .panel-btn, .panel-control
.input-group-btn:first-child > .btn-group > span, .panel-control
.input-group-btn:first-child > .btn-group > label,
.input-group-btn:first-child > .btn-group > .main-btn,
.input-group-btn:first-child > .btn-group > .outline-btn,
.input-group-btn:first-child > .btn-group > .dl-btn, .doc-list .item
.input-group-btn:first-child > .btn-group > .document-btn, .doc-list .item
.input-group-btn:first-child > .btn-group > .view-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .panel-btn:not(:last-child):not(.dropdown-toggle), .panel-control
.input-group-btn:last-child > span:not(:last-child):not(.dropdown-toggle), .panel-control
.input-group-btn:last-child > label:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .main-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .outline-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .dl-btn:not(:last-child):not(.dropdown-toggle), .doc-list .item
.input-group-btn:last-child > .document-btn:not(:last-child):not(.dropdown-toggle), .doc-list .item
.input-group-btn:last-child > .view-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .panel-btn, .panel-control
.input-group-btn:last-child > .btn-group:not(:last-child) > span, .panel-control
.input-group-btn:last-child > .btn-group:not(:last-child) > label,
.input-group-btn:last-child > .btn-group:not(:last-child) > .main-btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .outline-btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .dl-btn, .doc-list .item
.input-group-btn:last-child > .btn-group:not(:last-child) > .document-btn, .doc-list .item
.input-group-btn:last-child > .btn-group:not(:last-child) > .view-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .panel-btn, .panel-control
.input-group-btn:last-child > span, .panel-control
.input-group-btn:last-child > label,
.input-group-btn:last-child > .main-btn,
.input-group-btn:last-child > .outline-btn,
.input-group-btn:last-child > .dl-btn, .doc-list .item
.input-group-btn:last-child > .document-btn, .doc-list .item
.input-group-btn:last-child > .view-btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .panel-btn, .panel-control
.input-group-btn:last-child > .btn-group > span, .panel-control
.input-group-btn:last-child > .btn-group > label,
.input-group-btn:last-child > .btn-group > .main-btn,
.input-group-btn:last-child > .btn-group > .outline-btn,
.input-group-btn:last-child > .btn-group > .dl-btn, .doc-list .item
.input-group-btn:last-child > .btn-group > .document-btn, .doc-list .item
.input-group-btn:last-child > .btn-group > .view-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .panel-btn:not(:first-child), .panel-control
.input-group-btn:first-child > span:not(:first-child), .panel-control
.input-group-btn:first-child > label:not(:first-child),
.input-group-btn:first-child > .main-btn:not(:first-child),
.input-group-btn:first-child > .outline-btn:not(:first-child),
.input-group-btn:first-child > .dl-btn:not(:first-child), .doc-list .item
.input-group-btn:first-child > .document-btn:not(:first-child), .doc-list .item
.input-group-btn:first-child > .view-btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .panel-btn, .panel-control
.input-group-btn:first-child > .btn-group:not(:first-child) > span, .panel-control
.input-group-btn:first-child > .btn-group:not(:first-child) > label,
.input-group-btn:first-child > .btn-group:not(:first-child) > .main-btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .outline-btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .dl-btn, .doc-list .item
.input-group-btn:first-child > .btn-group:not(:first-child) > .document-btn, .doc-list .item
.input-group-btn:first-child > .btn-group:not(:first-child) > .view-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .panel-btn, .panel-control .input-group-btn > span, .panel-control .input-group-btn > label, .input-group-btn > .main-btn, .input-group-btn > .outline-btn, .input-group-btn > .dl-btn, .doc-list .item .input-group-btn > .document-btn, .doc-list .item .input-group-btn > .view-btn {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .panel-btn + .btn, .panel-control .input-group-btn > span + .btn, .panel-control .input-group-btn > label + .btn, .input-group-btn > .main-btn + .btn, .input-group-btn > .outline-btn + .btn, .input-group-btn > .dl-btn + .btn, .doc-list .item .input-group-btn > .document-btn + .btn, .doc-list .item .input-group-btn > .view-btn + .btn, .input-group-btn > .btn + .panel-btn, .input-group-btn > .panel-btn + .panel-btn, .panel-control .input-group-btn > span + .panel-btn, .panel-control .input-group-btn > label + .panel-btn, .input-group-btn > .main-btn + .panel-btn, .input-group-btn > .outline-btn + .panel-btn, .input-group-btn > .dl-btn + .panel-btn, .doc-list .item .input-group-btn > .document-btn + .panel-btn, .doc-list .item .input-group-btn > .view-btn + .panel-btn, .panel-control .input-group-btn > .btn + span, .panel-control .input-group-btn > .panel-btn + span, .panel-control .input-group-btn > span + span, .panel-control .input-group-btn > label + span, .panel-control .input-group-btn > .main-btn + span, .panel-control .input-group-btn > .outline-btn + span, .panel-control .input-group-btn > .dl-btn + span, .doc-list .item .panel-control .input-group-btn > .document-btn + span, .panel-control .doc-list .item .input-group-btn > .document-btn + span, .doc-list .item .panel-control .input-group-btn > .view-btn + span, .panel-control .doc-list .item .input-group-btn > .view-btn + span, .panel-control .input-group-btn > .btn + label, .panel-control .input-group-btn > .panel-btn + label, .panel-control .input-group-btn > span + label, .panel-control .input-group-btn > label + label, .panel-control .input-group-btn > .main-btn + label, .panel-control .input-group-btn > .outline-btn + label, .panel-control .input-group-btn > .dl-btn + label, .doc-list .item .panel-control .input-group-btn > .document-btn + label, .panel-control .doc-list .item .input-group-btn > .document-btn + label, .doc-list .item .panel-control .input-group-btn > .view-btn + label, .panel-control .doc-list .item .input-group-btn > .view-btn + label, .input-group-btn > .btn + .main-btn, .input-group-btn > .panel-btn + .main-btn, .panel-control .input-group-btn > span + .main-btn, .panel-control .input-group-btn > label + .main-btn, .input-group-btn > .main-btn + .main-btn, .input-group-btn > .outline-btn + .main-btn, .input-group-btn > .dl-btn + .main-btn, .doc-list .item .input-group-btn > .document-btn + .main-btn, .doc-list .item .input-group-btn > .view-btn + .main-btn, .input-group-btn > .btn + .outline-btn, .input-group-btn > .panel-btn + .outline-btn, .panel-control .input-group-btn > span + .outline-btn, .panel-control .input-group-btn > label + .outline-btn, .input-group-btn > .main-btn + .outline-btn, .input-group-btn > .outline-btn + .outline-btn, .input-group-btn > .dl-btn + .outline-btn, .doc-list .item .input-group-btn > .document-btn + .outline-btn, .doc-list .item .input-group-btn > .view-btn + .outline-btn, .input-group-btn > .btn + .dl-btn, .input-group-btn > .panel-btn + .dl-btn, .panel-control .input-group-btn > span + .dl-btn, .panel-control .input-group-btn > label + .dl-btn, .input-group-btn > .main-btn + .dl-btn, .input-group-btn > .outline-btn + .dl-btn, .input-group-btn > .dl-btn + .dl-btn, .doc-list .item .input-group-btn > .document-btn + .dl-btn, .doc-list .item .input-group-btn > .view-btn + .dl-btn, .doc-list .item .input-group-btn > .btn + .document-btn, .doc-list .item .input-group-btn > .panel-btn + .document-btn, .panel-control .doc-list .item .input-group-btn > span + .document-btn, .doc-list .item .panel-control .input-group-btn > span + .document-btn, .panel-control .doc-list .item .input-group-btn > label + .document-btn, .doc-list .item .panel-control .input-group-btn > label + .document-btn, .doc-list .item .input-group-btn > .main-btn + .document-btn, .doc-list .item .input-group-btn > .outline-btn + .document-btn, .doc-list .item .input-group-btn > .dl-btn + .document-btn, .doc-list .item .input-group-btn > .document-btn + .document-btn, .doc-list .item .input-group-btn > .view-btn + .document-btn, .doc-list .item .input-group-btn > .btn + .view-btn, .doc-list .item .input-group-btn > .panel-btn + .view-btn, .panel-control .doc-list .item .input-group-btn > span + .view-btn, .doc-list .item .panel-control .input-group-btn > span + .view-btn, .panel-control .doc-list .item .input-group-btn > label + .view-btn, .doc-list .item .panel-control .input-group-btn > label + .view-btn, .doc-list .item .input-group-btn > .main-btn + .view-btn, .doc-list .item .input-group-btn > .outline-btn + .view-btn, .doc-list .item .input-group-btn > .dl-btn + .view-btn, .doc-list .item .input-group-btn > .document-btn + .view-btn, .doc-list .item .input-group-btn > .view-btn + .view-btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .panel-btn:hover, .panel-control .input-group-btn > span:hover, .panel-control .input-group-btn > label:hover, .input-group-btn > .main-btn:hover, .input-group-btn > .outline-btn:hover, .input-group-btn > .dl-btn:hover, .doc-list .item .input-group-btn > .document-btn:hover, .doc-list .item .input-group-btn > .view-btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .panel-btn:focus, .panel-control .input-group-btn > span:focus, .panel-control .input-group-btn > label:focus, .input-group-btn > .main-btn:focus, .input-group-btn > .outline-btn:focus, .input-group-btn > .dl-btn:focus, .doc-list .item .input-group-btn > .document-btn:focus, .doc-list .item .input-group-btn > .view-btn:focus, .input-group-btn > .btn:active, .input-group-btn > .panel-btn:active, .panel-control .input-group-btn > span:active, .panel-control .input-group-btn > label:active, .input-group-btn > .main-btn:active, .input-group-btn > .outline-btn:active, .input-group-btn > .dl-btn:active, .doc-list .item .input-group-btn > .document-btn:active, .doc-list .item .input-group-btn > .view-btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .panel-btn, .panel-control .input-group-btn:first-child > span, .panel-control .input-group-btn:first-child > label, .input-group-btn:first-child > .main-btn, .input-group-btn:first-child > .outline-btn, .input-group-btn:first-child > .dl-btn, .doc-list .item .input-group-btn:first-child > .document-btn, .doc-list .item .input-group-btn:first-child > .view-btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .panel-btn, .panel-control .input-group-btn:last-child > span, .panel-control .input-group-btn:last-child > label, .input-group-btn:last-child > .main-btn, .input-group-btn:last-child > .outline-btn, .input-group-btn:last-child > .dl-btn, .doc-list .item .input-group-btn:last-child > .document-btn, .doc-list .item .input-group-btn:last-child > .view-btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

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

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

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

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

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

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

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-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: 4px; } }

.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-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

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

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

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

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

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.panel-btn, .panel-control .btn-group-sm > span.navbar-btn, .panel-control .btn-group-sm > label.navbar-btn, .btn-group-sm > .navbar-btn.main-btn, .btn-group-sm > .navbar-btn.outline-btn, .btn-group-sm > .navbar-btn.dl-btn, .doc-list .item .btn-group-sm > .navbar-btn.document-btn, .doc-list .item .btn-group-sm > .navbar-btn.view-btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.panel-btn, .panel-control .btn-group-xs > span.navbar-btn, .panel-control .btn-group-xs > label.navbar-btn, .btn-group-xs > .navbar-btn.main-btn, .btn-group-xs > .navbar-btn.outline-btn, .btn-group-xs > .navbar-btn.dl-btn, .doc-list .item .btn-group-xs > .navbar-btn.document-btn, .doc-list .item .btn-group-xs > .navbar-btn.view-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; } }

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

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

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

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

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

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

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

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

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

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

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

.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 > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    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, .panel-btn .label, .panel-control span .label, .panel-control label .label, .main-btn .label, .outline-btn .label, .dl-btn .label, .doc-list .item .document-btn .label, .doc-list .item .view-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: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.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: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.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: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .panel-btn .badge, .panel-control span .badge, .panel-control label .badge, .main-btn .badge, .outline-btn .badge, .dl-btn .badge, .doc-list .item .document-btn .badge, .doc-list .item .view-btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .panel-btn .badge, .panel-control .btn-group-xs > span .badge, .panel-control .btn-group-xs > label .badge, .btn-group-xs > .main-btn .badge, .btn-group-xs > .outline-btn .badge, .btn-group-xs > .dl-btn .badge, .doc-list .item .btn-group-xs > .document-btn .badge, .doc-list .item .btn-group-xs > .view-btn .badge,
  .btn-group-xs > .btn .badge,
  .btn-group-xs > .panel-btn .badge, .panel-control
  .btn-group-xs > span .badge, .panel-control
  .btn-group-xs > label .badge,
  .btn-group-xs > .main-btn .badge,
  .btn-group-xs > .outline-btn .badge,
  .btn-group-xs > .dl-btn .badge, .doc-list .item
  .btn-group-xs > .document-btn .badge, .doc-list .item
  .btn-group-xs > .view-btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #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: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

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

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

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

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

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

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

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

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

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

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

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.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: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

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

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

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .panel-btn + .btn, .modal-footer .panel-control span + .btn, .panel-control .modal-footer span + .btn, .modal-footer .panel-control label + .btn, .panel-control .modal-footer label + .btn, .modal-footer .main-btn + .btn, .modal-footer .outline-btn + .btn, .modal-footer .dl-btn + .btn, .modal-footer .doc-list .item .document-btn + .btn, .doc-list .item .modal-footer .document-btn + .btn, .modal-footer .doc-list .item .view-btn + .btn, .doc-list .item .modal-footer .view-btn + .btn, .modal-footer .btn + .panel-btn, .modal-footer .panel-btn + .panel-btn, .modal-footer .panel-control span + .panel-btn, .panel-control .modal-footer span + .panel-btn, .modal-footer .panel-control label + .panel-btn, .panel-control .modal-footer label + .panel-btn, .modal-footer .main-btn + .panel-btn, .modal-footer .outline-btn + .panel-btn, .modal-footer .dl-btn + .panel-btn, .modal-footer .doc-list .item .document-btn + .panel-btn, .doc-list .item .modal-footer .document-btn + .panel-btn, .modal-footer .doc-list .item .view-btn + .panel-btn, .doc-list .item .modal-footer .view-btn + .panel-btn, .modal-footer .panel-control .btn + span, .panel-control .modal-footer .btn + span, .modal-footer .panel-control .panel-btn + span, .panel-control .modal-footer .panel-btn + span, .modal-footer .panel-control span + span, .panel-control .modal-footer span + span, .modal-footer .panel-control label + span, .panel-control .modal-footer label + span, .modal-footer .panel-control .main-btn + span, .panel-control .modal-footer .main-btn + span, .modal-footer .panel-control .outline-btn + span, .panel-control .modal-footer .outline-btn + span, .modal-footer .panel-control .dl-btn + span, .panel-control .modal-footer .dl-btn + span, .modal-footer .doc-list .item .panel-control .document-btn + span, .panel-control .modal-footer .doc-list .item .document-btn + span, .doc-list .item .modal-footer .panel-control .document-btn + span, .panel-control .doc-list .item .modal-footer .document-btn + span, .modal-footer .doc-list .item .panel-control .view-btn + span, .panel-control .modal-footer .doc-list .item .view-btn + span, .doc-list .item .modal-footer .panel-control .view-btn + span, .panel-control .doc-list .item .modal-footer .view-btn + span, .modal-footer .panel-control .btn + label, .panel-control .modal-footer .btn + label, .modal-footer .panel-control .panel-btn + label, .panel-control .modal-footer .panel-btn + label, .modal-footer .panel-control span + label, .panel-control .modal-footer span + label, .modal-footer .panel-control label + label, .panel-control .modal-footer label + label, .modal-footer .panel-control .main-btn + label, .panel-control .modal-footer .main-btn + label, .modal-footer .panel-control .outline-btn + label, .panel-control .modal-footer .outline-btn + label, .modal-footer .panel-control .dl-btn + label, .panel-control .modal-footer .dl-btn + label, .modal-footer .doc-list .item .panel-control .document-btn + label, .panel-control .modal-footer .doc-list .item .document-btn + label, .doc-list .item .modal-footer .panel-control .document-btn + label, .panel-control .doc-list .item .modal-footer .document-btn + label, .modal-footer .doc-list .item .panel-control .view-btn + label, .panel-control .modal-footer .doc-list .item .view-btn + label, .doc-list .item .modal-footer .panel-control .view-btn + label, .panel-control .doc-list .item .modal-footer .view-btn + label, .modal-footer .btn + .main-btn, .modal-footer .panel-btn + .main-btn, .modal-footer .panel-control span + .main-btn, .panel-control .modal-footer span + .main-btn, .modal-footer .panel-control label + .main-btn, .panel-control .modal-footer label + .main-btn, .modal-footer .main-btn + .main-btn, .modal-footer .outline-btn + .main-btn, .modal-footer .dl-btn + .main-btn, .modal-footer .doc-list .item .document-btn + .main-btn, .doc-list .item .modal-footer .document-btn + .main-btn, .modal-footer .doc-list .item .view-btn + .main-btn, .doc-list .item .modal-footer .view-btn + .main-btn, .modal-footer .btn + .outline-btn, .modal-footer .panel-btn + .outline-btn, .modal-footer .panel-control span + .outline-btn, .panel-control .modal-footer span + .outline-btn, .modal-footer .panel-control label + .outline-btn, .panel-control .modal-footer label + .outline-btn, .modal-footer .main-btn + .outline-btn, .modal-footer .outline-btn + .outline-btn, .modal-footer .dl-btn + .outline-btn, .modal-footer .doc-list .item .document-btn + .outline-btn, .doc-list .item .modal-footer .document-btn + .outline-btn, .modal-footer .doc-list .item .view-btn + .outline-btn, .doc-list .item .modal-footer .view-btn + .outline-btn, .modal-footer .btn + .dl-btn, .modal-footer .panel-btn + .dl-btn, .modal-footer .panel-control span + .dl-btn, .panel-control .modal-footer span + .dl-btn, .modal-footer .panel-control label + .dl-btn, .panel-control .modal-footer label + .dl-btn, .modal-footer .main-btn + .dl-btn, .modal-footer .outline-btn + .dl-btn, .modal-footer .dl-btn + .dl-btn, .modal-footer .doc-list .item .document-btn + .dl-btn, .doc-list .item .modal-footer .document-btn + .dl-btn, .modal-footer .doc-list .item .view-btn + .dl-btn, .doc-list .item .modal-footer .view-btn + .dl-btn, .modal-footer .doc-list .item .btn + .document-btn, .doc-list .item .modal-footer .btn + .document-btn, .modal-footer .doc-list .item .panel-btn + .document-btn, .doc-list .item .modal-footer .panel-btn + .document-btn, .modal-footer .panel-control .doc-list .item span + .document-btn, .doc-list .item .modal-footer .panel-control span + .document-btn, .panel-control .modal-footer .doc-list .item span + .document-btn, .doc-list .item .panel-control .modal-footer span + .document-btn, .modal-footer .panel-control .doc-list .item label + .document-btn, .doc-list .item .modal-footer .panel-control label + .document-btn, .panel-control .modal-footer .doc-list .item label + .document-btn, .doc-list .item .panel-control .modal-footer label + .document-btn, .modal-footer .doc-list .item .main-btn + .document-btn, .doc-list .item .modal-footer .main-btn + .document-btn, .modal-footer .doc-list .item .outline-btn + .document-btn, .doc-list .item .modal-footer .outline-btn + .document-btn, .modal-footer .doc-list .item .dl-btn + .document-btn, .doc-list .item .modal-footer .dl-btn + .document-btn, .modal-footer .doc-list .item .document-btn + .document-btn, .doc-list .item .modal-footer .document-btn + .document-btn, .modal-footer .doc-list .item .view-btn + .document-btn, .doc-list .item .modal-footer .view-btn + .document-btn, .modal-footer .doc-list .item .btn + .view-btn, .doc-list .item .modal-footer .btn + .view-btn, .modal-footer .doc-list .item .panel-btn + .view-btn, .doc-list .item .modal-footer .panel-btn + .view-btn, .modal-footer .panel-control .doc-list .item span + .view-btn, .doc-list .item .modal-footer .panel-control span + .view-btn, .panel-control .modal-footer .doc-list .item span + .view-btn, .doc-list .item .panel-control .modal-footer span + .view-btn, .modal-footer .panel-control .doc-list .item label + .view-btn, .doc-list .item .modal-footer .panel-control label + .view-btn, .panel-control .modal-footer .doc-list .item label + .view-btn, .doc-list .item .panel-control .modal-footer label + .view-btn, .modal-footer .doc-list .item .main-btn + .view-btn, .doc-list .item .modal-footer .main-btn + .view-btn, .modal-footer .doc-list .item .outline-btn + .view-btn, .doc-list .item .modal-footer .outline-btn + .view-btn, .modal-footer .doc-list .item .dl-btn + .view-btn, .doc-list .item .modal-footer .dl-btn + .view-btn, .modal-footer .doc-list .item .document-btn + .view-btn, .doc-list .item .modal-footer .document-btn + .view-btn, .modal-footer .doc-list .item .view-btn + .view-btn, .doc-list .item .modal-footer .view-btn + .view-btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .panel-btn + .btn, .modal-footer .btn-group .panel-control span + .btn, .panel-control .modal-footer .btn-group span + .btn, .modal-footer .btn-group .panel-control label + .btn, .panel-control .modal-footer .btn-group label + .btn, .modal-footer .btn-group .main-btn + .btn, .modal-footer .btn-group .outline-btn + .btn, .modal-footer .btn-group .dl-btn + .btn, .modal-footer .btn-group .doc-list .item .document-btn + .btn, .doc-list .item .modal-footer .btn-group .document-btn + .btn, .modal-footer .btn-group .doc-list .item .view-btn + .btn, .doc-list .item .modal-footer .btn-group .view-btn + .btn, .modal-footer .btn-group .btn + .panel-btn, .modal-footer .btn-group .panel-btn + .panel-btn, .modal-footer .btn-group .panel-control span + .panel-btn, .panel-control .modal-footer .btn-group span + .panel-btn, .modal-footer .btn-group .panel-control label + .panel-btn, .panel-control .modal-footer .btn-group label + .panel-btn, .modal-footer .btn-group .main-btn + .panel-btn, .modal-footer .btn-group .outline-btn + .panel-btn, .modal-footer .btn-group .dl-btn + .panel-btn, .modal-footer .btn-group .doc-list .item .document-btn + .panel-btn, .doc-list .item .modal-footer .btn-group .document-btn + .panel-btn, .modal-footer .btn-group .doc-list .item .view-btn + .panel-btn, .doc-list .item .modal-footer .btn-group .view-btn + .panel-btn, .modal-footer .btn-group .panel-control .btn + span, .panel-control .modal-footer .btn-group .btn + span, .modal-footer .btn-group .panel-control .panel-btn + span, .panel-control .modal-footer .btn-group .panel-btn + span, .modal-footer .btn-group .panel-control span + span, .panel-control .modal-footer .btn-group span + span, .modal-footer .btn-group .panel-control label + span, .panel-control .modal-footer .btn-group label + span, .modal-footer .btn-group .panel-control .main-btn + span, .panel-control .modal-footer .btn-group .main-btn + span, .modal-footer .btn-group .panel-control .outline-btn + span, .panel-control .modal-footer .btn-group .outline-btn + span, .modal-footer .btn-group .panel-control .dl-btn + span, .panel-control .modal-footer .btn-group .dl-btn + span, .modal-footer .btn-group .doc-list .item .panel-control .document-btn + span, .panel-control .modal-footer .btn-group .doc-list .item .document-btn + span, .doc-list .item .modal-footer .btn-group .panel-control .document-btn + span, .panel-control .doc-list .item .modal-footer .btn-group .document-btn + span, .modal-footer .btn-group .doc-list .item .panel-control .view-btn + span, .panel-control .modal-footer .btn-group .doc-list .item .view-btn + span, .doc-list .item .modal-footer .btn-group .panel-control .view-btn + span, .panel-control .doc-list .item .modal-footer .btn-group .view-btn + span, .modal-footer .btn-group .panel-control .btn + label, .panel-control .modal-footer .btn-group .btn + label, .modal-footer .btn-group .panel-control .panel-btn + label, .panel-control .modal-footer .btn-group .panel-btn + label, .modal-footer .btn-group .panel-control span + label, .panel-control .modal-footer .btn-group span + label, .modal-footer .btn-group .panel-control label + label, .panel-control .modal-footer .btn-group label + label, .modal-footer .btn-group .panel-control .main-btn + label, .panel-control .modal-footer .btn-group .main-btn + label, .modal-footer .btn-group .panel-control .outline-btn + label, .panel-control .modal-footer .btn-group .outline-btn + label, .modal-footer .btn-group .panel-control .dl-btn + label, .panel-control .modal-footer .btn-group .dl-btn + label, .modal-footer .btn-group .doc-list .item .panel-control .document-btn + label, .panel-control .modal-footer .btn-group .doc-list .item .document-btn + label, .doc-list .item .modal-footer .btn-group .panel-control .document-btn + label, .panel-control .doc-list .item .modal-footer .btn-group .document-btn + label, .modal-footer .btn-group .doc-list .item .panel-control .view-btn + label, .panel-control .modal-footer .btn-group .doc-list .item .view-btn + label, .doc-list .item .modal-footer .btn-group .panel-control .view-btn + label, .panel-control .doc-list .item .modal-footer .btn-group .view-btn + label, .modal-footer .btn-group .btn + .main-btn, .modal-footer .btn-group .panel-btn + .main-btn, .modal-footer .btn-group .panel-control span + .main-btn, .panel-control .modal-footer .btn-group span + .main-btn, .modal-footer .btn-group .panel-control label + .main-btn, .panel-control .modal-footer .btn-group label + .main-btn, .modal-footer .btn-group .main-btn + .main-btn, .modal-footer .btn-group .outline-btn + .main-btn, .modal-footer .btn-group .dl-btn + .main-btn, .modal-footer .btn-group .doc-list .item .document-btn + .main-btn, .doc-list .item .modal-footer .btn-group .document-btn + .main-btn, .modal-footer .btn-group .doc-list .item .view-btn + .main-btn, .doc-list .item .modal-footer .btn-group .view-btn + .main-btn, .modal-footer .btn-group .btn + .outline-btn, .modal-footer .btn-group .panel-btn + .outline-btn, .modal-footer .btn-group .panel-control span + .outline-btn, .panel-control .modal-footer .btn-group span + .outline-btn, .modal-footer .btn-group .panel-control label + .outline-btn, .panel-control .modal-footer .btn-group label + .outline-btn, .modal-footer .btn-group .main-btn + .outline-btn, .modal-footer .btn-group .outline-btn + .outline-btn, .modal-footer .btn-group .dl-btn + .outline-btn, .modal-footer .btn-group .doc-list .item .document-btn + .outline-btn, .doc-list .item .modal-footer .btn-group .document-btn + .outline-btn, .modal-footer .btn-group .doc-list .item .view-btn + .outline-btn, .doc-list .item .modal-footer .btn-group .view-btn + .outline-btn, .modal-footer .btn-group .btn + .dl-btn, .modal-footer .btn-group .panel-btn + .dl-btn, .modal-footer .btn-group .panel-control span + .dl-btn, .panel-control .modal-footer .btn-group span + .dl-btn, .modal-footer .btn-group .panel-control label + .dl-btn, .panel-control .modal-footer .btn-group label + .dl-btn, .modal-footer .btn-group .main-btn + .dl-btn, .modal-footer .btn-group .outline-btn + .dl-btn, .modal-footer .btn-group .dl-btn + .dl-btn, .modal-footer .btn-group .doc-list .item .document-btn + .dl-btn, .doc-list .item .modal-footer .btn-group .document-btn + .dl-btn, .modal-footer .btn-group .doc-list .item .view-btn + .dl-btn, .doc-list .item .modal-footer .btn-group .view-btn + .dl-btn, .modal-footer .btn-group .doc-list .item .btn + .document-btn, .doc-list .item .modal-footer .btn-group .btn + .document-btn, .modal-footer .btn-group .doc-list .item .panel-btn + .document-btn, .doc-list .item .modal-footer .btn-group .panel-btn + .document-btn, .modal-footer .btn-group .panel-control .doc-list .item span + .document-btn, .doc-list .item .modal-footer .btn-group .panel-control span + .document-btn, .panel-control .modal-footer .btn-group .doc-list .item span + .document-btn, .doc-list .item .panel-control .modal-footer .btn-group span + .document-btn, .modal-footer .btn-group .panel-control .doc-list .item label + .document-btn, .doc-list .item .modal-footer .btn-group .panel-control label + .document-btn, .panel-control .modal-footer .btn-group .doc-list .item label + .document-btn, .doc-list .item .panel-control .modal-footer .btn-group label + .document-btn, .modal-footer .btn-group .doc-list .item .main-btn + .document-btn, .doc-list .item .modal-footer .btn-group .main-btn + .document-btn, .modal-footer .btn-group .doc-list .item .outline-btn + .document-btn, .doc-list .item .modal-footer .btn-group .outline-btn + .document-btn, .modal-footer .btn-group .doc-list .item .dl-btn + .document-btn, .doc-list .item .modal-footer .btn-group .dl-btn + .document-btn, .modal-footer .btn-group .doc-list .item .document-btn + .document-btn, .doc-list .item .modal-footer .btn-group .document-btn + .document-btn, .modal-footer .btn-group .doc-list .item .view-btn + .document-btn, .doc-list .item .modal-footer .btn-group .view-btn + .document-btn, .modal-footer .btn-group .doc-list .item .btn + .view-btn, .doc-list .item .modal-footer .btn-group .btn + .view-btn, .modal-footer .btn-group .doc-list .item .panel-btn + .view-btn, .doc-list .item .modal-footer .btn-group .panel-btn + .view-btn, .modal-footer .btn-group .panel-control .doc-list .item span + .view-btn, .doc-list .item .modal-footer .btn-group .panel-control span + .view-btn, .panel-control .modal-footer .btn-group .doc-list .item span + .view-btn, .doc-list .item .panel-control .modal-footer .btn-group span + .view-btn, .modal-footer .btn-group .panel-control .doc-list .item label + .view-btn, .doc-list .item .modal-footer .btn-group .panel-control label + .view-btn, .panel-control .modal-footer .btn-group .doc-list .item label + .view-btn, .doc-list .item .panel-control .modal-footer .btn-group label + .view-btn, .modal-footer .btn-group .doc-list .item .main-btn + .view-btn, .doc-list .item .modal-footer .btn-group .main-btn + .view-btn, .modal-footer .btn-group .doc-list .item .outline-btn + .view-btn, .doc-list .item .modal-footer .btn-group .outline-btn + .view-btn, .modal-footer .btn-group .doc-list .item .dl-btn + .view-btn, .doc-list .item .modal-footer .btn-group .dl-btn + .view-btn, .modal-footer .btn-group .doc-list .item .document-btn + .view-btn, .doc-list .item .modal-footer .btn-group .document-btn + .view-btn, .modal-footer .btn-group .doc-list .item .view-btn + .view-btn, .doc-list .item .modal-footer .btn-group .view-btn + .view-btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

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

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

.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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    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: 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%;
    margin-top: -10px;
    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;
    line-height: 1;
    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, .carousel-caption .panel-btn, .carousel-caption .panel-control span, .panel-control .carousel-caption span, .carousel-caption .panel-control label, .panel-control .carousel-caption label, .carousel-caption .main-btn, .carousel-caption .outline-btn, .carousel-caption .dl-btn, .carousel-caption .doc-list .item .document-btn, .doc-list .item .carousel-caption .document-btn, .carousel-caption .doc-list .item .view-btn, .doc-list .item .carousel-caption .view-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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after, .gallery: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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Inputs */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container li {
  padding-left: 0;
  padding-bottom: 0; }

.select2-container li:before {
  display: none; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__options li:before,
.select2-results__option:before {
  display: none; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-selection__rendered li:before {
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../images/range-slider/ironfish.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 7px;
  top: 23px; }

.irs-line-left {
  height: 7px;
  background-position: 0 -27px; }

.irs-line-mid {
  height: 7px;
  background-position: 0 0; }

.irs-line-right {
  height: 7px;
  background-position: 100% -27px; }

.irs-bar {
  height: 7px;
  top: 23px;
  background-position: 0 -57px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 12px;
  height: 12px;
  top: 21px;
  background-position: 0 -117px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -117px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

/* 
 * Custon jquery ui css from 360 project
 */
/*! jQuery UI - v1.9.2 - 2013-06-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

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

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  /* top: 1px; */ }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  /* left:1px; */ }

.ui-datepicker .ui-datepicker-next-hover {
  /* right:1px; */ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  /* right: 1px; */
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  /* left: 1px;  */
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url("/../img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444444; }

.ui-widget-content a {
  color: #444444; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("/../img/jquery-ui/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("/../img/jquery-ui/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #777779; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #777779;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #777779;
  background: #777779 url("/../img/jquery-ui/ui-bg_highlight-soft_25_777779_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url("/../img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url("/../img/jquery-ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444444; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url("/../img/jquery-ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222222; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222222; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/../img/jquery-ui/ui-icons_ff0084_256x240.png"); }

.ui-widget-content .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_ff0084_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_666666_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/../img/jquery-ui/ui-icons_ff0084_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 2px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 2px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 2px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 2px; }

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url("/../img/jquery-ui/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url("/../img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  border-radius: 0px; }

/* Carousel */
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  transition: opacity 0.5s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

/*
 * blueimp Gallery Indicator CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none; }

.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer; }

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .indicator {
  display: none; }

.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-slide > div, .slick-slide > div > .item {
  height: 100%;
}     

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../fonts/slick/slick.eot");
  src: url("./../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./../fonts/slick/slick.woff") format("woff"), url("./../fonts/slick/slick.ttf") format("truetype"), url("./../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* General Style */
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px; }

.ironfish-logo-svg {
  color: #e75525;
  fill: #dcd6d0; }

/* project links */
/* Table */
/* Reports */
/* Inputs */
/*
 * Portal default variables
 * can be overridden in _custom.scss
 */
/*
 * Colors
 */
/* General */
/* Header */
/* Footer */
/* Login */
/* Map */
/* Panel */
/* Resource */
/* Project links */
/* Inputs */
/* 
 * Dimensions
 */
/* Media queries variables */
.available.status-color, .available.status-color:hover {
  color: #3cb878; }

.available.status-bg {
  background-color: #3cb878; }

.available.btn-status-outline {
  color: #3cb878;
  border-color: #3cb878; }
  .available.btn-status-outline, .available.btn-status-outline:hover {
    color: #3cb878; }
  .available.btn-status-outline.active {
    color: white;
    background: #3cb878; }

.reservation-pending.status-color, .reservation-pending.status-color:hover {
  color: #27a69e; }

.reservation-pending.status-bg {
  background-color: #27a69e; }

.reservation-pending.btn-status-outline {
  color: #27a69e;
  border-color: #27a69e; }
  .reservation-pending.btn-status-outline, .reservation-pending.btn-status-outline:hover {
    color: #27a69e; }
  .reservation-pending.btn-status-outline.active {
    color: white;
    background: #27a69e; }

.reserved.status-color, .reserved.status-color:hover {
  color: #5590d3; }

.reserved.status-bg {
  background-color: #5590d3; }

.reserved.btn-status-outline {
  color: #5590d3;
  border-color: #5590d3; }
  .reserved.btn-status-outline, .reserved.btn-status-outline:hover {
    color: #5590d3; }
  .reserved.btn-status-outline.active {
    color: white;
    background: #5590d3; }

.contracts-received.status-color, .contracts-received.status-color:hover {
  color: #c2b04b; }

.contracts-received.status-bg {
  background-color: #c2b04b; }

.contracts-received.btn-status-outline {
  color: #c2b04b;
  border-color: #c2b04b; }
  .contracts-received.btn-status-outline, .contracts-received.btn-status-outline:hover {
    color: #c2b04b; }
  .contracts-received.btn-status-outline.active {
    color: white;
    background: #c2b04b; }

.contracts-issued.status-color, .contracts-issued.status-color:hover {
  color: #fed542; }

.contracts-issued.status-bg {
  background-color: #fed542; }

.contracts-issued.btn-status-outline {
  color: #fed542;
  border-color: #fed542; }
  .contracts-issued.btn-status-outline, .contracts-issued.btn-status-outline:hover {
    color: #fed542; }
  .contracts-issued.btn-status-outline.active {
    color: white;
    background: #fed542; }

.exchanged-conditional.status-color, .exchanged-conditional.status-color:hover {
  color: #f49131; }

.exchanged-conditional.status-bg {
  background-color: #f49131; }

.exchanged-conditional.btn-status-outline {
  color: #f49131;
  border-color: #f49131; }
  .exchanged-conditional.btn-status-outline, .exchanged-conditional.btn-status-outline:hover {
    color: #f49131; }
  .exchanged-conditional.btn-status-outline.active {
    color: white;
    background: #f49131; }

.exchanged-unconditional.status-color, .exchanged-unconditional.status-color:hover {
  color: #f3562b; }

.exchanged-unconditional.status-bg {
  background-color: #f3562b; }

.exchanged-unconditional.btn-status-outline {
  color: #f3562b;
  border-color: #f3562b; }
  .exchanged-unconditional.btn-status-outline, .exchanged-unconditional.btn-status-outline:hover {
    color: #f3562b; }
  .exchanged-unconditional.btn-status-outline.active {
    color: white;
    background: #f3562b; }

.settled.status-color, .settled.status-color:hover {
  color: #bd0b10; }

.settled.status-bg {
  background-color: #bd0b10; }

.settled.btn-status-outline {
  color: #bd0b10;
  border-color: #bd0b10; }
  .settled.btn-status-outline, .settled.btn-status-outline:hover {
    color: #bd0b10; }
  .settled.btn-status-outline.active {
    color: white;
    background: #bd0b10; }

.cancellation-pending.status-color, .cancellation-pending.status-color:hover {
  color: #8251b5; }

.cancellation-pending.status-bg {
  background-color: #8251b5; }

.cancellation-pending.btn-status-outline {
  color: #8251b5;
  border-color: #8251b5; }
  .cancellation-pending.btn-status-outline, .cancellation-pending.btn-status-outline:hover {
    color: #8251b5; }
  .cancellation-pending.btn-status-outline.active {
    color: white;
    background: #8251b5; }

.developer-sales.status-color, .developer-sales.status-color:hover {
  color: #e0ad8b; }

.developer-sales.status-bg {
  background-color: #e0ad8b; }

.developer-sales.btn-status-outline {
  color: #e0ad8b;
  border-color: #e0ad8b; }
  .developer-sales.btn-status-outline, .developer-sales.btn-status-outline:hover {
    color: #e0ad8b; }
  .developer-sales.btn-status-outline.active {
    color: white;
    background: #e0ad8b; }

.developer-hold.status-color, .developer-hold.status-color:hover {
  color: #636466; }

.developer-hold.status-bg {
  background-color: #636466; }

.developer-hold.btn-status-outline {
  color: #636466;
  border-color: #636466; }
  .developer-hold.btn-status-outline, .developer-hold.btn-status-outline:hover {
    color: #636466; }
  .developer-hold.btn-status-outline.active {
    color: white;
    background: #636466; }

.\33 60-hold.status-color, .\33 60-hold.status-color:hover {
  color: #c5aaaa; }

.\33 60-hold.status-bg {
  background-color: #c5aaaa; }

.\33 60-hold.btn-status-outline {
  color: #c5aaaa;
  border-color: #c5aaaa; }
  .\33 60-hold.btn-status-outline, .\33 60-hold.btn-status-outline:hover {
    color: #c5aaaa; }
  .\33 60-hold.btn-status-outline.active {
    color: white;
    background: #c5aaaa; }

.sold.status-color, .sold.status-color:hover {
  color: #c10000; }

.sold.status-bg {
  background-color: #c10000; }

.sold.btn-status-outline {
  color: #c10000;
  border-color: #c10000; }
  .sold.btn-status-outline, .sold.btn-status-outline:hover {
    color: #c10000; }
  .sold.btn-status-outline.active {
    color: white;
    background: #c10000; }

.filters_status_color[data-name="available"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="available"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="available"].select2-results__option {
  color: #3cb878; }

.filters_status_color[data-name="reservation_pending"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reservation_pending"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reservation_pending"].select2-results__option {
  color: #27a69e; }

.filters_status_color[data-name="reserved"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reserved"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reserved"].select2-results__option {
  color: #5590d3; }

.filters_status_color[data-name="contracts_received"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_received"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_received"].select2-results__option {
  color: #c2b04b; }

.filters_status_color[data-name="contracts_issued"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_issued"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_issued"].select2-results__option {
  color: #fed542; }

.filters_status_color[data-name="exchanged_conditional"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option {
  color: #f49131; }

.filters_status_color[data-name="exchanged_unconditional"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option {
  color: #f3562b; }

.filters_status_color[data-name="settled"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="settled"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="settled"].select2-results__option {
  color: #bd0b10; }

.filters_status_color[data-name="cancellation_ending"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option {
  color: #8251b5; }

.filters_status_color[data-name="developer_sales"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_sales"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_sales"].select2-results__option {
  color: #e0ad8b; }

.filters_status_color[data-name="hold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="hold"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="hold"].select2-results__option, .filters_status_color[data-name="developer_hold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_hold"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_hold"].select2-results__option {
  color: #636466; }

.filters_status_color[data-name="360_hold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="360_hold"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="360_hold"].select2-results__option {
  color: #c5aaaa; }

.filters_status_color[data-name="sold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="sold"].select2-results__option,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="sold"].select2-results__option {
  color: #c10000; }

.filters_status_bg[data-name="available"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="available"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="available"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="available"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="available"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="available"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="available"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="available"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="available"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="available"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="available"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #3cb878;
  color: white; }

.filters_status_bg[data-name="reservation_pending"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reservation_pending"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reservation_pending"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reservation_pending"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reservation_pending"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reservation_pending"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reservation_pending"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reservation_pending"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reservation_pending"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reservation_pending"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reservation_pending"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #27a69e;
  color: white; }

.filters_status_bg[data-name="reserved"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reserved"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reserved"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reserved"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reserved"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reserved"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reserved"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reserved"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reserved"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="reserved"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="reserved"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #5590d3;
  color: white; }

.filters_status_bg[data-name="contracts_received"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_received"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_received"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_received"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_received"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_received"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_received"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_received"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_received"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_received"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_received"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #c2b04b;
  color: white; }

.filters_status_bg[data-name="contracts_issued"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_issued"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_issued"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_issued"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_issued"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_issued"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_issued"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_issued"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_issued"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="contracts_issued"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="contracts_issued"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #fed542;
  color: white; }

.filters_status_bg[data-name="exchanged_conditional"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_conditional"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #f49131;
  color: white; }

.filters_status_bg[data-name="exchanged_unconditional"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="exchanged_unconditional"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #f3562b;
  color: white; }

.filters_status_bg[data-name="settled"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="settled"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="settled"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="settled"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="settled"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="settled"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="settled"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="settled"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="settled"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="settled"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="settled"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #bd0b10;
  color: white; }

.filters_status_bg[data-name="cancellation_ending"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="cancellation_ending"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #8251b5;
  color: white; }

.filters_status_bg[data-name="developer_sales"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_sales"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_sales"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_sales"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_sales"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_sales"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_sales"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_sales"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_sales"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_sales"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_sales"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #e0ad8b;
  color: white; }

.filters_status_bg[data-name="hold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="hold"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="hold"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="hold"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="hold"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="hold"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="hold"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="hold"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="hold"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="hold"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="hold"].select2-results__option.select2-results__option--highlighted[aria-selected], .filters_status_bg[data-name="developer_hold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_hold"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_hold"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_hold"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_hold"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_hold"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_hold"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_hold"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_hold"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="developer_hold"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="developer_hold"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #636466;
  color: white; }

.filters_status_bg[data-name="360_hold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="360_hold"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="360_hold"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="360_hold"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="360_hold"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="360_hold"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="360_hold"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="360_hold"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="360_hold"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="360_hold"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="360_hold"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #c5aaaa;
  color: white; }

.filters_status_bg[data-name="sold"], .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="sold"].select2-results__option:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="sold"].select2-results__option:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="sold"].select2-results__option:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="sold"].select2-results__option:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="sold"].select2-results__option[aria-selected=true]:focus, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="sold"].select2-results__option[aria-selected=true]:hover,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="sold"].select2-results__option[aria-selected=true]:focus,
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="sold"].select2-results__option[aria-selected=true]:hover, .select2-container--open .select2-dropdown--below #select2-status_filters-results [data-name="sold"].select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-container--open .select2-dropdown--above #select2-status_filters-results [data-name="sold"].select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #c10000;
  color: white; }

.pricelist-status-color-bg[title="Available"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Available"].select2-selection__choice {
  background-color: #3cb878; }

.pricelist-status-color-bg[title="Reservation Pending"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Reservation Pending"].select2-selection__choice {
  background-color: #27a69e; }

.pricelist-status-color-bg[title="Reserved"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Reserved"].select2-selection__choice {
  background-color: #5590d3; }

.pricelist-status-color-bg[title="Contracts Received"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Contracts Received"].select2-selection__choice {
  background-color: #c2b04b; }

.pricelist-status-color-bg[title="Contracts Issued"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Contracts Issued"].select2-selection__choice {
  background-color: #fed542; }

.pricelist-status-color-bg[title="Exchanged Conditional"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Exchanged Conditional"].select2-selection__choice {
  background-color: #f49131; }

.pricelist-status-color-bg[title="Exchanged Unconditional"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Exchanged Unconditional"].select2-selection__choice {
  background-color: #f3562b; }

.pricelist-status-color-bg[title="Settled"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Settled"].select2-selection__choice {
  background-color: #bd0b10; }

.pricelist-status-color-bg[title="Cancellation Pending"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Cancellation Pending"].select2-selection__choice {
  background-color: #8251b5; }

.pricelist-status-color-bg[title="Developer Hold"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Developer Hold"].select2-selection__choice {
  background-color: #636466; }

.pricelist-status-color-bg[title="Developer Sales"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Developer Sales"].select2-selection__choice {
  background-color: #e0ad8b; }

.pricelist-status-color-bg[title="360 Hold"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="360 Hold"].select2-selection__choice {
  background-color: #c5aaaa; }

.pricelist-status-color-bg[title="Sold"], .select2-container--default .select2-selection--multiple .select2-selection__rendered [title="Sold"].select2-selection__choice {
  background-color: #c10000; }

.cms-area .has-floating-img:after {
  content: "";
  display: table;
  clear: both; }

.font-light, #priceListTable table tbody, .salesboard-page .salesboard-grid > div .text, .reservation-page .module-panel .options input {
  font-family: "museo-sans";
  font-weight: 100; }

.font-regular, .checkbox-group.styled label, .radio-group .radio-group-label, .radio-group .radio-label, .project-links li a, .project-panel .header h2, .module-panel .body .body-content .price, .panel-table, .panel-files > a, .panel-stats .stats .number, .breadcrumbs, .portal-table .checkbox-group.styled label, .table-link-no-style, div.ui-datepicker, .content-header .banner h1, #main-header #header-menu li a, .reservation-page .module-panel .options p, .project-list-item .progress-details p.small-text, .projects_map_container #projects_map_sidebar .projects_list li .heading .name, .projects_map_container #projects_map_sidebar .projects_list li .heading .location, .project-page .project-documents h3, .doc-list .item .text .heading, .product-page .product-intro .product-deposits .deposit-status {
  font-family: "museo-sans";
  font-weight: 300; }

.font-bold, .irs-from, .irs-to, .irs-single, .irs-min, .irs-max, .btn, .panel-btn, .panel-control span, .panel-control label, .main-btn, .outline-btn, .dl-btn, .doc-list .item .document-btn, .doc-list .item .view-btn, .back-link, .module-panel header, .panel-table .row.right-col div,
.panel-table .row > div:last-child, .portal-table table thead, .portal-table.dark-header th, .portal-table.dark-header thead td, .floorplan-table .col-name, .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a, .sub-sections-items .item a, .floorplate-modal .product-info-col .row, .price-list-page #product-modal .modal-body > .col .row,
.salesboard-page #product-modal .modal-body > .col .row,
.reservation-page .modal .modal-body > .col .row, .slide-count, .featured-projects .slide-item .content h2, .mapboxgl-popup .item-heading, .mapboxgl-popup.smaller .item-details h6, .mapboxgl-popup.smaller .item-details p, ol li:before, .cms-content-row table thead, .cms-content-row table thead th, .cms-content-row table thead td, .content-header .time-remaining-container p, .content-header .time-remaining strong, #page_subnav .subnav-menu a, .favourites-heading .user-favourites, #pre-header .user-settings .dropdown-toggle, .preheader-item, #main-header #header-menu, .user-favourites a, #mobile-menu ul a, #mobile-menu .logout, #mobile-menu .mobile-secondary-links a, #mobile-menu .preheader-item, #mobile-menu .welcome-user, .login-page .login-heading h1, .login-page .checkbox-group label, .dashboard-section .view-all-link, .master-page #main #sidebar label, .price-list-page #main #sidebar label, .salesboard-page.salesboard-view #main #sidebar label, .investors-page #main #sidebar label, #priceListTable table th, .reservation-page .module-panel .options h4, .reservation-page .form-header .legend, .reservation-page form .btn-outline, .reservation-page .reservation-footer .secondary-link, .reservation-page .results-listing-row .col-bold, .projects-grid .item .content .heading .project-name, .salesboard-page.stage-select .grid .item .content .heading .project-name, .projects-grid .item .content .heading .project-location, .salesboard-page.stage-select .grid .item .content .heading .project-location, .projects-grid .item .content .links li a, .salesboard-page.stage-select .grid .item .content .links li a, .project-list-item .progress-details p, .projects_map_container #projects_map_sidebar .projects_list li .heading .name, .project-progress .progress-details .lead, .doc-list.vertical .item .text .heading, .doc-list.vertical .item .text .description, .doc-list.vertical .item .date, .product-page #product-info .status-color {
  font-family: "museo-sans";
  font-weight: 500; }

/* using bootstrap variables */
.form-control::-webkit-input-placeholder {
  color: #636466 !important; }
.form-control:-ms-input-placeholder {
  color: #636466 !important; }
.form-control::placeholder {
  color: #636466 !important; }

.form-control,
.input-group-btn button {
  border-color: #dddddd;
  background-color: white;
  box-shadow: none;
  height: 40px;
  -webkit-appearance: none;
  color: #333333;
  border-radius: 0; }
  .form-control:focus,
  .input-group-btn button:focus {
    box-shadow: none;
    outline: none;
    border-color: rgba(0, 0, 0, 0.3); }
  .form-control.border,
  .input-group-btn button.border {
    border-color: #B9B9B9;
    color: #222222; }
  .form-control.no-border,
  .input-group-btn button.no-border {
    border-color: transparent; }
    .form-control.no-border:focus,
    .input-group-btn button.no-border:focus {
      border-color: transparent; }
  @media only screen and (max-width: 991px) {
    .form-control,
    .input-group-btn button {
      height: 40px; } }

.form-group {
  margin-bottom: 30px; }
  .form-group.mb0 {
    margin-bottom: 0; }
  .form-group label {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222222; }
  .form-group .form-control {
    font-size: 16px;
    width: 410px;
    max-width: 100%; }

.label {
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }

.input-group-btn button:hover {
  background: white;
  border-color: white; }

.form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 15px;
  border-radius: 0;
  background: white url("../images/controls/carret-orange-2.svg") no-repeat 95% 50%;
  background-size: 12px 12px; }
  .form-group select.small {
    width: 130px; }
  .form-group select option:first-child {
    color: #222222; }
  .form-group select.form-control[disabled], .form-group select.form-control[readonly] {
    background-image: url("../images/controls/carret-orange-2.svg"); }

.form-group select::-ms-expand {
  display: none; }

button[type="submit"]:focus, button[type="submit"]:active, button[type="submit"]:focus:active {
  outline: none; }

.irs-from, .irs-to, .irs-single {
  background: transparent;
  color: #000000;
  font-size: 12px;
  padding: 0;
  cursor: pointer; }

.irs-slider {
  cursor: pointer; }

.irs-min, .irs-max {
  background: transparent;
  color: #dddddd;
  font-size: 12px;
  padding: 0; }

.irs-from:after, .irs-to:after, .irs-single:after {
  border-top-color: transparent; }

.form-control.parsley-error {
  border-color: #B94A48 !important;
  background-color: rgba(185, 74, 72, 0.1); }

select.parsley-error {
  background-image: url("../images/controls/triangle-down-red.svg"); }

.checkbox-group.parsley-error input {
  border-color: #B94A48 !important; }

.checkbox-group.parsley-error label, .checkbox-group.parsley-error label a {
  color: #B94A48 !important; }

#parsley-id-multiple-terms {
  margin-top: -22px; }

.parsley-errors-list {
  position: absolute;
  color: #B94A48;
  list-style: none; }
  .parsley-errors-list li {
    font-size: 13px;
    margin-top: 4px;
    padding-left: 0;
    color: #B94A48; }
    .parsley-errors-list li:before {
      display: none; }
  @media only screen and (max-width: 991px) {
    .parsley-errors-list li {
      font-size: 11px; } }

.form-validation-warning {
  color: #B94A48;
  background-color: rgba(185, 74, 72, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0; }
  .form-validation-warning p {
    margin: 0; }
  .form-validation-warning ul {
    padding-left: 40px; }
    .form-validation-warning ul li {
      margin: 5px 0; }

.btn-upload.parsley-error {
  background-color: #B94A48 !important;
  border-color: #B94A48 !important;
  color: #ffffff !important; }

.input-wrapper {
  position: relative; }
  .input-wrapper .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 15px;
    color: #ffffff; }
  .input-wrapper .form-control {
    padding-left: 50px;
    height: 50px; }

.checkbox-group.styled {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox-group.styled label {
    margin: 0;
    margin-left: 15px;
    font-size: 14px;
    color: #000000;
    cursor: pointer; }
  .checkbox-group.styled input[type="checkbox"] {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #e75525;
    background-color: transparent;
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    vertical-align: text-top;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    outline: none;
    position: relative;
    margin: 0; }
    .checkbox-group.styled input[type="checkbox"]:after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      border: solid #e75525;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      position: absolute;
      top: 2px;
      left: 5px;
      font-size: 14px;
      color: #e75525; }
    .checkbox-group.styled input[type="checkbox"]:not(:checked):after {
      opacity: 0; }
    .checkbox-group.styled input[type="checkbox"]:focus {
      background-color: transparent; }
    .checkbox-group.styled input[type="checkbox"]:checked {
      background-color: transparent; }
      .checkbox-group.styled input[type="checkbox"]:checked:after {
        opacity: 1; }
  .checkbox-group.styled.space {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .checkbox-group.styled.space label {
      margin-left: 0; }
  .checkbox-group.styled.inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 410px;
    max-width: 100%; }
    .checkbox-group.styled.inline .label {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 0; }
    .checkbox-group.styled.inline .field {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 50px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  @media only screen and (max-width: 991px) {
    .checkbox-group.styled.inline {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .checkbox-group.styled.inline .form-group:first-child {
        margin-left: 0; } }

.custom-date-fields .form-group .form-control {
  font-size: 15px; }

.checkbox-group.btn-styled {
  max-width: 100%;
  border: none;
  border-radius: 0;
  height: 40px;
  padding: 0;
  position: relative; }
  .checkbox-group.btn-styled input[type="checkbox"] {
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 1px #222222;
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0.25em 0 0;
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    vertical-align: text-top;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    outline: none;
    margin-right: 6px;
    background-color: #f2f2f2; }
    .checkbox-group.btn-styled input[type="checkbox"] + label {
      border: 1px solid #222222;
      color: #222222;
      border-radius: 0;
      padding: 0 18px;
      line-height: 40px;
      margin-left: 18px;
      cursor: pointer;
      font-weight: normal;
      min-width: 115px;
      text-align: center; }
      .checkbox-group.btn-styled input[type="checkbox"] + label:after {
        content: '';
        display: block;
        width: 4px;
        height: 9px;
        border: solid #222222;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        position: absolute;
        top: 11px;
        left: 6px;
        font-size: 14px;
        color: #222222; }
    .checkbox-group.btn-styled input[type="checkbox"]:not(:checked) + label:after {
      opacity: 0; }
    .checkbox-group.btn-styled input[type="checkbox"]:checked {
      background-color: white; }
      .checkbox-group.btn-styled input[type="checkbox"]:checked + label {
        background: #222222;
        color: white; }
        .checkbox-group.btn-styled input[type="checkbox"]:checked + label:after {
          opacity: 1; }
  @media only screen and (max-width: 991px) {
    .checkbox-group.btn-styled, .checkbox-group.btn-styled input[type="checkbox"] + label {
      height: 40px; } }
  .checkbox-group.btn-styled.panel-custom {
    height: 100%;
    display: inline-block; }
    .checkbox-group.btn-styled.panel-custom input[type="checkbox"] {
      border-color: #ffffff;
      background-color: #222222;
      margin-top: 2px;
      display: none; }
      .checkbox-group.btn-styled.panel-custom input[type="checkbox"] + label {
        border-color: #ffffff;
        color: #ffffff;
        font-size: 14px;
        line-height: 29px;
        margin: 0;
        margin-left: 5px; }
        .checkbox-group.btn-styled.panel-custom input[type="checkbox"] + label:after {
          display: none;
          border-color: #ffffff;
          color: #ffffff; }
        .checkbox-group.btn-styled.panel-custom input[type="checkbox"] + label:hover {
          color: rgba(255, 255, 255, 0.7); }
      .checkbox-group.btn-styled.panel-custom input[type="checkbox"]:checked + label {
        background-color: #ffffff;
        color: #000; }
    @media only screen and (max-width: 991px) {
      .checkbox-group.btn-styled.panel-custom, .checkbox-group.btn-styled.panel-custom input[type="checkbox"] + label {
        height: auto; } }

.radio-group input[type="radio"] {
  display: none; }

.radio-group input[type="radio"]:checked + label .dot {
  border-color: #e75525; }
  .radio-group input[type="radio"]:checked + label .dot:after {
    background-color: #e75525; }

.radio-group .form-group {
  margin-bottom: 0; }

.radio-group .radio-group-label {
  margin-bottom: 30px;
  font-size: 16px;
  color: #222222; }

.radio-group .radio-label {
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 15px;
  color: #222222; }

.radio-group .dot {
  display: inline-block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background: #ffffff;
  position: relative;
  transition: border 0.2s;
  margin-right: 15px;
  margin-top: -3px;
  vertical-align: middle; }
  .radio-group .dot:after {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ffffff;
    transition: background 0.2s; }

.radio-group.inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 410px;
  max-width: 100%; }
  .radio-group.inline .radio-group-table {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .radio-group.inline .btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .radio-group.inline .form-group {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-left: 50px; }

@media only screen and (max-width: 991px) {
  .radio-group.inline {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .radio-group.inline .form-group:first-child {
      margin-left: 0; } }

.inline-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%; }
  .inline-fields .form-group {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .inline-fields .form-group .form-control {
      width: 100%; }
  .inline-fields .divider {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 46px;
    padding-left: 12px;
    padding-right: 12px; }
  @media only screen and (max-width: 1199px) {
    .inline-fields {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .inline-fields .divider {
        padding: 0;
        margin-bottom: 20px;
        margin-top: -10px; } }

.wrap-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  max-width: 100%; }
  .wrap-fields > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .wrap-fields > div .form-control {
      width: 100%; }
    .wrap-fields > div.tiny-col {
      -webkit-flex: .3;
          -ms-flex: .3;
              flex: .3; }
  .wrap-fields > div:first-child {
    margin-right: 10px; }
  .wrap-fields > div:last-child {
    margin-left: 10px; }
  @media only screen and (max-width: 1199px) {
    .wrap-fields {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wrap-fields > div:first-child {
        margin-right: 0px; }
      .wrap-fields > div:last-child {
        margin-left: 0px; } }

/* SELECT 2 */
.select2-container li,
.select2 li {
  margin-bottom: 0; }

.select2-group .select2-container {
  width: 100% !important; }

.select2-group label {
  display: block; }

.select2-group select {
  height: 32px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0; }

.select2-results__options {
  border: 1px solid #dddddd;
  border-radius: 0; }

.select2-container li.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  z-index: 10001; }

.select2-container--default, .select2-container--default .select2-dropdown {
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 0; }

.select2-container--default .select2-dropdown--below {
  margin-top: -2px;
  margin-left: -1px; }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0; }
  .select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:active, .select2-container--default .select2-selection--multiple:active:focus,
  .select2-container--default .select2-selection--single:focus,
  .select2-container--default .select2-selection--single:active,
  .select2-container--default .select2-selection--single:active:focus {
    outline: 0; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0; }

.select2-single.w200 + .select2-container {
  min-width: 200px;
  max-width: 100%; }

.select2-single.w270 + .select2-container {
  min-width: 270px;
  max-width: 100%; }

.select2-single.dark + .select2-container--default .select2-selection--single {
  background-color: #c2471e; }
  .select2-single.dark + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff; }
  .select2-single.dark + .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
    color: white; }
  .select2-single.dark + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent; }

.select2-single.dark + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent; }

.select2-dropdown.dark.select2-dropdown--below {
  background: #c2471e; }
  .select2-dropdown.dark.select2-dropdown--below .select2-results__option {
    color: #ffffff; }
    .select2-dropdown.dark.select2-dropdown--below .select2-results__option[aria-selected=true] {
      background: #f6c0af;
      color: #ffffff; }
    .select2-dropdown.dark.select2-dropdown--below .select2-results__option.select2-results__option--highlighted[aria-selected], .select2-dropdown.dark.select2-dropdown--below .select2-results__option li:focus, .select2-dropdown.dark.select2-dropdown--below .select2-results__option li:hover {
      background: #636466;
      color: #636466; }

.select2-container--default .select2-selection--single {
  height: 32px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    padding-left: 12px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: white url(../images/controls/carret-orange-2.svg) no-repeat 95% 50%;
    background-size: 12px 12px;
    border: none;
    margin: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -10px;
    margin-top: -3px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #636466 transparent;
  border-width: 0 5px 8px 5px; }

.multiple-select-group .select2-container .select2-search__field:focus::-webkit-input-placeholder {
  opacity: 0 !important; }

.multiple-select-group .select2-container .select2-search__field:focus:-ms-input-placeholder {
  opacity: 0 !important; }

.multiple-select-group .select2-container .select2-search__field:focus::placeholder {
  opacity: 0 !important; }

.multiple-select-group .select2-container .select2-search__field::-webkit-input-placeholder {
  padding-left: 0px !important; }

.multiple-select-group .select2-container .select2-search__field:-ms-input-placeholder {
  padding-left: 0px !important; }

.multiple-select-group .select2-container .select2-search__field::placeholder {
  padding-left: 0px !important; }

.multiple-select-group .clear-all {
  text-align: right; }
  .multiple-select-group .clear-all span {
    cursor: pointer;
    color: #222222;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 8px; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered input {
    margin: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    position: relative;
    margin: 5px 0;
    padding: 6px 12px;
    padding-right: 30px;
    border-radius: 0;
    float: none;
    border: none;
    color: white;
    background-color: #7f7f7f;
    font-size: 14px; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      color: white;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      font-size: 16px;
      height: 32px;
      padding: 0 10px;
      line-height: 30px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #dddddd; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border: none;
  overflow: hidden; }
  .select2-container--open .select2-dropdown--below .select2-results__option--highlighted[aria-selected],
  .select2-container--open .select2-dropdown--below li:hover, .select2-container--open .select2-dropdown--below li:focus,
  .select2-container--open .select2-dropdown--above .select2-results__option--highlighted[aria-selected],
  .select2-container--open .select2-dropdown--above li:hover,
  .select2-container--open .select2-dropdown--above li:focus {
    background: #636466; }
  .select2-container--open .select2-dropdown--below #select2-status_filters-results .select2-results__option.select2-results__option[aria-selected=true],
  .select2-container--open .select2-dropdown--above #select2-status_filters-results .select2-results__option.select2-results__option[aria-selected=true] {
    background-color: #fff;
    box-shadow: inset 3px 0 0 #ADADAD; }

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--open .select2-dropdown--below.border {
    border-top: 0; }

.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--open .select2-dropdown--above.border {
    border-bottom: 0; }

.fileUpload {
  position: relative;
  overflow: hidden;
  height: 40px; }
  .fileUpload .btn-upload, .fileUpload .files {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .fileUpload.uploaded .btn-uploaded {
    display: none; }
  .fileUpload.uploaded .files {
    display: block; }
  .fileUpload .btn-upload {
    display: block;
    width: 100%;
    background-color: white;
    color: #e75525;
    height: 40px;
    border-radius: 0;
    max-width: 410px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e75525; }
    .fileUpload .btn-upload span {
      line-height: 40px; }
    .fileUpload .btn-upload input.upload {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      opacity: 0;
      cursor: inherit;
      display: block; }
  .fileUpload .files {
    display: none; }
    .fileUpload .files ul {
      margin-bottom: 0; }
  .fileUpload.required .btn-upload {
    color: white;
    background-color: #222222; }
  @media only screen and (max-width: 991px) {
    .fileUpload, .fileUpload .btn-upload {
      height: 40px; }
    .fileUpload .btn-upload span {
      line-height: 40px; } }

.uploadedFile {
  display: inline-block;
  width: 100%;
  max-width: 410px;
  background-color: #f6c0af;
  border: 1px solid #e75525;
  border-radius: 0px;
  color: #e75525;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative; }
  .uploadedFile .name {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .uploadedFile .remove {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px; }
  .uploadedFile .icon {
    height: 12px;
    width: 12px; }
  @media only screen and (max-width: 991px) {
    .uploadedFile {
      height: 40px;
      line-height: 40px; } }

.zoom-controls, .modal-content .zoom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 3px;
  opacity: 1;
  transition: opacity .2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .zoom-controls > div, .modal-content .zoom > div, .zoom-controls button, .modal-content .zoom button {
    background-color: #f2f2f2;
    width: 34px;
    height: 34px;
    position: relative;
    border: solid 1px #222222;
    cursor: pointer; }
    .zoom-controls > div:first-child, .modal-content .zoom > div:first-child, .zoom-controls button:first-child, .modal-content .zoom button:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom: 0; }
    .zoom-controls > div:last-child, .modal-content .zoom > div:last-child, .zoom-controls button:last-child, .modal-content .zoom button:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    .zoom-controls > div.disabled, .modal-content .zoom > div.disabled, .zoom-controls > div:disabled, .modal-content .zoom > div:disabled, .zoom-controls button.disabled, .modal-content .zoom button.disabled, .zoom-controls button:disabled, .modal-content .zoom button:disabled {
      cursor: default;
      border-left-color: #e1e1e1;
      border-right-color: #e1e1e1; }
      .zoom-controls > div.disabled .icon, .modal-content .zoom > div.disabled .icon, .zoom-controls > div:disabled .icon, .modal-content .zoom > div:disabled .icon, .zoom-controls button.disabled .icon, .modal-content .zoom button.disabled .icon, .zoom-controls button:disabled .icon, .modal-content .zoom button:disabled .icon {
        color: #222222; }
      .zoom-controls > div.disabled:first-child, .modal-content .zoom > div.disabled:first-child, .zoom-controls > div:disabled:first-child, .modal-content .zoom > div:disabled:first-child, .zoom-controls button.disabled:first-child, .modal-content .zoom button.disabled:first-child, .zoom-controls button:disabled:first-child, .modal-content .zoom button:disabled:first-child {
        border-top-color: #e1e1e1; }
      .zoom-controls > div.disabled:last-child, .modal-content .zoom > div.disabled:last-child, .zoom-controls > div:disabled:last-child, .modal-content .zoom > div:disabled:last-child, .zoom-controls button.disabled:last-child, .modal-content .zoom button.disabled:last-child, .zoom-controls button:disabled:last-child, .modal-content .zoom button:disabled:last-child {
        border-bottom-color: #e1e1e1; }
    .zoom-controls > div:hover, .modal-content .zoom > div:hover, .zoom-controls button:hover, .modal-content .zoom button:hover {
      background: white; }
    .zoom-controls > div:active, .modal-content .zoom > div:active, .zoom-controls button:active, .modal-content .zoom button:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2); }
    .zoom-controls > div:focus, .modal-content .zoom > div:focus, .zoom-controls > div:active, .modal-content .zoom > div:active, .zoom-controls > div:focus:active, .modal-content .zoom > div:focus:active, .zoom-controls button:focus, .modal-content .zoom button:focus, .zoom-controls button:active, .modal-content .zoom button:active, .zoom-controls button:focus:active, .modal-content .zoom button:focus:active {
      outline: none; }
  .zoom-controls .icon, .modal-content .zoom .icon {
    color: #e75525;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* 
 * Buttons
 */
.btn-style-none, .btn-base, .btn, .panel-btn, .panel-control span, .panel-control label, .main-btn, .outline-btn, .dl-btn, .doc-list .item .document-btn, .doc-list .item .view-btn, .btn-outline {
  background: transparent;
  box-shadow: none;
  border: none;
  text-decoration: none; }
  .btn-style-none:hover, .btn-base:hover, .btn:hover, .panel-btn:hover, .panel-control span:hover, .panel-control label:hover, .main-btn:hover, .outline-btn:hover, .dl-btn:hover, .doc-list .item .document-btn:hover, .doc-list .item .view-btn:hover, .btn-outline:hover, .btn-style-none:focus, .btn-base:focus, .btn:focus, .panel-btn:focus, .panel-control span:focus, .panel-control label:focus, .main-btn:focus, .outline-btn:focus, .dl-btn:focus, .doc-list .item .document-btn:focus, .doc-list .item .view-btn:focus, .btn-outline:focus, .btn-style-none:active, .btn-base:active, .btn:active, .panel-btn:active, .panel-control span:active, .panel-control label:active, .main-btn:active, .outline-btn:active, .dl-btn:active, .doc-list .item .document-btn:active, .doc-list .item .view-btn:active, .btn-outline:active, .btn-style-none:focus:active, .btn-base:focus:active, .btn:focus:active, .panel-btn:focus:active, .panel-control span:focus:active, .panel-control label:focus:active, .main-btn:focus:active, .outline-btn:focus:active, .dl-btn:focus:active, .doc-list .item .document-btn:focus:active, .doc-list .item .view-btn:focus:active, .btn-outline:focus:active {
    outline: none; }

.btn-base, .btn, .panel-btn, .panel-control span, .panel-control label, .main-btn, .outline-btn, .dl-btn, .doc-list .item .document-btn, .doc-list .item .view-btn, .btn-outline {
  font-size: 14px;
  padding: 8px 20px;
  line-height: 20px;
  text-transform: none;
  border-radius: 0; }

.btn.full, .full.panel-btn, .panel-control span.full, .panel-control label.full, .full.main-btn, .full.outline-btn, .full.dl-btn, .doc-list .item .full.document-btn, .doc-list .item .full.view-btn {
  width: 100%; }

a.btn, a.panel-btn, a.main-btn, a.outline-btn, a.dl-btn, .doc-list .item a.document-btn, .doc-list .item a.view-btn {
  display: inline-block; }

.btn-outline {
  border-radius: 0;
  color: #e75525;
  border: 1px solid;
  border-color: #e75525;
  display: inline-block; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: #ea673c;
    border-color: #ea673c; }
  .btn-outline.blue {
    color: #222222;
    border-color: #222222; }
    .btn-outline.blue:hover, .btn-outline.blue:focus, .btn-outline.blue:active {
      color: #2f2f2f;
      border-color: #2f2f2f; }

.panel-btn, .panel-control span, .panel-control label {
  background-color: #636466;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: none;
  font-size: 13px; }
  .panel-btn:hover, .panel-control span:hover, .panel-control label:hover {
    background-color: #707173;
    color: #ffffff; }
  .panel-btn.has-icon .icon, .panel-control span.has-icon .icon, .panel-control label.has-icon .icon {
    width: 16px;
    height: 16px; }
  @media only screen and (max-width: 1199px) {
    .panel-btn.has-icon .icon, .panel-control span.has-icon .icon, .panel-control label.has-icon .icon {
      margin-right: 5px;
      margin-left: -5px; }
    .panel-btn.has-icon.icon-right .icon, .panel-control span.has-icon.icon-right .icon, .panel-control label.has-icon.icon-right .icon {
      margin-right: -5px;
      margin-left: 5px; } }
  .panel-btn.outline, .panel-control span.outline, .panel-control label.outline {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent; }
    .panel-btn.outline:hover, .panel-control span.outline:hover, .panel-control label.outline:hover {
      color: rgba(255, 255, 255, 0.7); }

.panel-control {
  margin-left: 10px;
  display: inline-block; }
  .panel-control > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    overflow: hidden; }
  .panel-control span, .panel-control label {
    border-radius: 0; }
    .panel-control span.active, .panel-control label.active {
      background-color: #ffffff;
      color: #636466;
      box-shadow: none; }
      .panel-control span.active:hover, .panel-control label.active:hover {
        color: #636466; }
    .panel-control span > input[type=radio], .panel-control label > input[type=radio] {
      display: none; }

.btn-status-outline {
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: center; }

.main-btn {
  background: #e75525;
  color: #ffffff;
  border: 1px solid #e75525;
  text-decoration: none;
  text-transform: none;
  transition: background 0.2s, color 0.2s, border 0.2s; }
  .main-btn:hover {
    background: #c2471e;
    border-color: #c2471e;
    color: #ffffff;
    text-decoration: none;
    text-transform: none; }
  .main-btn.green {
    color: #ffffff;
    background: #3cb878;
    border-color: #3cb878; }
    .main-btn.green:hover {
      color: #ffffff;
      background: #4ac485;
      border-color: #4ac485; }

.outline-btn {
  color: #e75525;
  border: 1px solid rgba(231, 85, 37, 0.4);
  background: transparent;
  transition: color .2s, border .2s;
  text-decoration: none;
  text-transform: none; }
  .outline-btn:hover {
    color: #e75525;
    border-color: #e75525;
    background: transparent;
    text-decoration: none;
    text-transform: none; }
  .outline-btn:active, .outline-btn:focus {
    color: #e75525; }
  .outline-btn.white {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5); }
    .outline-btn.white:hover {
      color: #ffffff;
      border-color: #ffffff; }
    .outline-btn.white:active, .outline-btn.white:focus {
      color: #ffffff; }
  .outline-btn.black {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5); }
    .outline-btn.black:hover {
      color: #000000;
      border-color: #000000; }
    .outline-btn.black:active, .outline-btn.black:focus {
      color: #000000; }

.dl-btn {
  background: #e75525;
  color: #ffffff;
  border: 1px solid #e75525;
  transition: background 0.2s, color 0.2s, border 0.2s;
  text-decoration: none;
  text-transform: none;
  padding: 10px 20px;
  font-size: 14px; }
  .dl-btn:hover {
    background: #c2471e;
    border-color: #c2471e;
    color: #ffffff;
    text-decoration: none;
    text-transform: none; }
  .dl-btn:active, .dl-btn:focus {
    background: #c2471e;
    border-color: #c2471e;
    color: #ffffff; }
  .dl-btn .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px; }
  .dl-btn.white {
    background: #ffffff;
    color: #000000;
    border-color: rgba(0, 0, 0, 0.1); }
    .dl-btn.white:hover {
      background: #ffffff;
      color: #000000;
      border-color: rgba(0, 0, 0, 0.4); }
    .dl-btn.white:active, .dl-btn.white:focus {
      background: #ffffff;
      color: #000000;
      border-color: rgba(0, 0, 0, 0.8); }
  .dl-btn.grey {
    background: #636466;
    color: #ffffff;
    border-color: #636466; }
    .dl-btn.grey:hover {
      background: #707173;
      color: #ffffff;
      border-color: #707173; }
    .dl-btn.grey:active, .dl-btn.grey:focus {
      background: #6b6c6e;
      color: #ffffff;
      border-color: #6b6c6e; }

/* 
 * Links
 */
.back-link {
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.2s;
  font-size: 14px;
  text-decoration: none; }
  .back-link.has-icon .icon {
    width: 12px;
    height: 12px; }
  .back-link:hover {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none; }
  .back-link.orange {
    color: #e75525; }
    .back-link.orange:hover {
      color: #c2471e; }
  @media only screen and (max-width: 991px) {
    .back-link {
      font-size: 13px; } }

.text-link {
  font-family: "museo-sans";
  font-weight: 500;
  font-size: 14px;
  color: #e75525;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  transition: all 0.2s; }
  .text-link:hover, .text-link:focus, .text-link:active {
    outline: none; }
  .text-link:hover, .text-link:focus {
    color: #c2471e;
    text-decoration: none; }
  .text-link.has-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .text-link.has-icon span, .text-link.has-icon svg {
      vertical-align: middle;
      line-height: normal; }
    .text-link.has-icon .icon {
      width: 15px;
      height: 15px; }
  @media only screen and (max-width: 1440px) {
    .text-link {
      font-size: 14px;
      line-height: 27px; }
      .text-link.has-icon .icon {
        width: 18px;
        height: 18px;
        margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .text-link.has-icon .icon {
      width: 14px;
      height: 14px; } }

.link-cancel {
  color: #ed1c24 !important;
  text-decoration: underline !important; }
  .link-cancel:hover {
    color: #ed1c24 !important;
    text-decoration: none !important; }

.link-grey {
  color: #636466;
  text-decoration: underline;
  cursor: pointer; }
  .link-grey:hover {
    color: #636466;
    text-decoration: none; }

.link-list a {
  color: #222222;
  text-decoration: underline;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #222222; }
  .link-list a:last-child {
    border: none; }
  .link-list a:hover {
    color: #222222;
    text-decoration: none; }

.project-links.mt {
  margin-top: 20px; }

.project-links li {
  display: inline-block;
  font-size: 14px;
  position: relative; }
  .project-links li:after {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    right: 0;
    height: 24px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1); }
  .project-links li.active a {
    color: #e75525;
    pointer-events: none;
    cursor: default;
    text-decoration: none; }
  .project-links li a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none; }
    .project-links li a span {
      vertical-align: middle; }
    .project-links li a .icon {
      height: 20px;
      width: 20px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }
    .project-links li a:hover {
      color: #e75525; }
    .project-links li a, .project-links li a:hover {
      text-decoration: none; }
  .project-links li:last-child:after {
    display: none; }

@media only screen and (max-width: 991px) {
  .project-links {
    border: 0;
    margin-right: -15px; }
    .project-links li a {
      padding: 8px 15px;
      bottom: 0; } }

@media only screen and (max-width: 767px) {
  .project-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .project-links li a span {
      display: none; }
    .project-links li a .icon {
      margin: 0; } }

.svg-icon-style, .arrow-left line, .arrow-left polyline, .arrow-right line, .arrow-right polyline, .bullet-list-icon circle, .bullet-list-icon line, .tile-icon rect, .tile-icon line, .info-icon circle, .info-icon line, .info-icon polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.arrow-left line, .arrow-left polyline {
  stroke: #c2471e; }

.arrow-right line, .arrow-right polyline {
  stroke: #636466; }

.bullet-list-icon circle, .bullet-list-icon line {
  stroke: #222222; }

.tile-icon rect, .tile-icon line {
  stroke: #222222; }

.info-icon circle, .info-icon line, .info-icon polyline {
  stroke: #222222; }

.home-icon polyline, .home-icon rect {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #222222; }

.home-icon rect {
  stroke-linecap: square; }

.panel {
  border-radius: 0;
  overflow: hidden; }
  .panel .body.one-item {
    padding: 20px 50px; }
  .panel img {
    display: block;
    margin: 0 auto; }

.project-panel {
  border: 0;
  margin-bottom: 30px; }
  .project-panel .content {
    padding: 30px 50px; }
  .project-panel .header {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .project-panel .header h2 {
      margin: 0;
      font-size: 28px; }
      .project-panel .header h2 a {
        color: #222222; }
        .project-panel .header h2 a:hover {
          color: #e75525; }
    .project-panel .header .project-links {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0; }
  .project-panel .body {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .project-panel .body > div:first-child {
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2; }
      .project-panel .body > div:first-child > div {
        margin: 5px 0; }
      .project-panel .body > div:first-child > div:last-child {
        margin-top: 20px; }
    .project-panel .body .price {
      color: #e75525; }
    .project-panel .body .info, .project-panel .body .project-progress span {
      color: #7f7f7f; }
  @media only screen and (max-width: 1366px) {
    .project-panel .header .project-links li a {
      padding: 10px 15px; }
      .project-panel .header .project-links li a svg {
        height: 18px;
        width: 18px;
        margin-right: 5px; } }
  @media only screen and (max-width: 1199px) {
    .project-panel .header .project-links li a span {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .project-panel .header h2 {
      font-size: 24px; }
    .project-panel .header .project-links {
      margin-right: -12px; }
      .project-panel .header .project-links li {
        border: none; }
        .project-panel .header .project-links li a {
          padding: 10px 12px; }
        .project-panel .header .project-links li svg {
          color: #222222; } }
  @media only screen and (max-width: 480px) {
    .project-panel .project_image {
      height: 160px; }
    .project-panel .project_content .header {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .project-panel .project_content .header h2 {
        width: 100%;
        margin-bottom: 10px; }
      .project-panel .project_content .header .project-links {
        margin-right: 0;
        margin-left: -12px; }
    .project-panel .project_content .pie-chart {
      margin-top: 20px; }
      .project-panel .project_content .pie-chart img {
        margin: 0; } }

.module-panel {
  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px; }
  .module-panel header {
    padding: 14px 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 82px;
    min-height: 70px; }
    .module-panel header svg, .module-panel header span {
      vertical-align: middle; }
    .module-panel header svg {
      display: inline-block;
      width: 20px;
      height: 20px; }
    .module-panel header .heading {
      display: inline-block; }
    .module-panel header.flex {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .module-panel header .icon {
      color: rgba(255, 255, 255, 0.8); }
  .module-panel .body {
    background: white;
    padding: 40px 50px; }
    .module-panel .body h2 {
      margin-top: 0;
      display: inline-block;
      color: #222222; }
    .module-panel .body .body-header {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .module-panel .body .body-header > div:first-child {
        margin-right: 100px;
        -webkit-flex: .5;
            -ms-flex: .5;
                flex: .5; }
      .module-panel .body .body-header > div:last-child {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 100%; }
    .module-panel .body .project-progress {
      margin-top: 10px; }
    .module-panel .body hr {
      border-color: #ebebeb; }
    .module-panel .body .body-content {
      margin-top: 25px; }
      .module-panel .body .body-content .price {
        color: #777779;
        margin-bottom: 25px; }
      .module-panel .body .body-content .info {
        color: #7f7f7f;
        margin-bottom: 20px; }
      .module-panel .body .body-content .pie-chart {
        margin-top: 40px; }
  @media only screen and (max-width: 991px) {
    .module-panel header {
      padding: 14px 30px;
      min-height: 0; }
      .module-panel header .heading {
        font-size: 14px; }
    .module-panel .body {
      padding: 25px; }
    .module-panel .panel-btn-dl {
      display: none; }
    .module-panel.btn-show-mobile header {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .module-panel.btn-show-mobile .panel-btn-dl {
      margin-top: 15px;
      display: inline-block; } }

.panel-table h3 {
  font-size: 15px; }

.panel-table .row {
  margin-bottom: 15px; }
  .panel-table .row > div:first-child {
    color: #222222; }
  .panel-table .row.right-col div,
  .panel-table .row > div:last-child {
    color: #000000; }

@media only screen and (max-width: 991px) {
  .panel-table .row {
    margin-bottom: 15px; }
    .panel-table .row > div {
      margin-bottom: 0px; }
    .panel-table .row:last-child, .panel-table .row:last-child > div:last-child {
      margin-bottom: 0; } }

.panel-files > a {
  display: block;
  cursor: pointer;
  border-radius: 0;
  border: solid 1px #222222;
  padding: 15px 25px;
  margin-bottom: 30px; }
  .panel-files > a:hover {
    background-color: #f9f9f9; }
  .panel-files > a svg {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-right: 50px; }
  .panel-files > a span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle; }
  .panel-files > a .name {
    color: #e75525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60%; }
  .panel-files > a .date {
    float: right;
    color: #222222; }
  .panel-files > a:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .panel-files > a span {
    display: block;
    margin-top: 15px; }
    .panel-files > a span.name {
      max-width: 100%; }
    .panel-files > a span.date {
      float: none;
      margin-top: 0; } }

.accordion > div .title {
  color: #222222;
  padding: 20px 0;
  border-bottom: 1px solid #7f7f7f;
  cursor: pointer; }

.accordion > div:last-child .title {
  border-bottom-color: transparent; }

.accordion > div.open .title {
  border-bottom-color: transparent; }
  .accordion > div.open .title svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.accordion > div.open .details {
  margin-top: 20px; }

.accordion > div svg {
  transition: all ease .3s; }

.panel-stats p {
  color: #7f7f7f;
  margin-bottom: 20px; }

.panel-stats .stats > div {
  display: inline-block;
  width: 49%;
  margin-top: 40px; }
  .panel-stats .stats > div:nth-child(1), .panel-stats .stats > div:nth-child(2) {
    margin-top: 0; }
  .panel-stats .stats > div:nth-child(even) {
    padding-left: 50px; }

.panel-stats .stats span {
  display: block; }

.panel-stats .stats .number {
  font-size: 40px;
  color: #222222;
  padding-bottom: 10px; }
  .panel-stats .stats .number:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #222222; }

.panel-stats .stats .text {
  color: #e75525; }

.panel-2col.flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%; }
  .panel-2col.flex > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: calc(50% - 40px); }
    .panel-2col.flex > div:nth-child(odd) {
      margin-right: 20px; }
    .panel-2col.flex > div:nth-child(even) {
      margin-left: 20px; }
  @media only screen and (max-width: 991px) {
    .panel-2col.flex > div {
      min-width: 100%; }
      .panel-2col.flex > div:nth-child(odd) {
        margin-right: 0px; }
      .panel-2col.flex > div:nth-child(even) {
        margin-left: 0px; } }

.summary-panel {
  background: #f2f2f2; }
  .summary-panel .body {
    background: transparent; }
  .summary-panel footer {
    background: #222222;
    color: white; }
  .summary-panel h3 {
    margin-top: 0;
    margin-bottom: 25px; }
  .summary-panel.flex-col > .body {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .summary-panel.flex-col footer {
    padding: 10px 50px;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 42px; }

.row-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .row-panel > div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
    min-width: calc(50% - 40px); }
  .row-panel > div:first-child {
    margin-left: 0; }
  .row-panel > div:last-child {
    margin-left: 40px; }

.panel-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .panel-img .body {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
    .panel-img .body .img {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%; }

.sub-panel {
  border: 1px solid #ddd;
  background: transparent; }
  .sub-panel .header {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff; }
    .sub-panel .header .col {
      padding: 15px 40px; }
  .sub-panel .body .col {
    padding: 30px 40px; }
  .sub-panel .header, .sub-panel .body {
    padding: 0px; }
    .sub-panel .header .row, .sub-panel .body .row {
      padding: 0 15px; }
    .sub-panel .header .col, .sub-panel .body .col {
      border-right: 1px solid #ddd; }
      .sub-panel .header .col:last-child, .sub-panel .body .col:last-child {
        border-right: none; }
  .sub-panel .panel-subheading {
    font-size: 16px;
    margin-bottom: 30px;
    color: #222222; }
  .sub-panel.product-info .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
  .sub-panel.product-info .col {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    border-right: 1px solid #ddd; }
    .sub-panel.product-info .col:first-child {
      border-top-left-radius: 0;
      overflow: hidden; }
    .sub-panel.product-info .col:last-child {
      border-top-right-radius: 0;
      overflow: hidden;
      border-right: none; }
  .sub-panel.product-info .header {
    padding: 15px 30px; }
  .sub-panel.product-info .content {
    padding: 30px; }
  .sub-panel.mb0 {
    margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .sub-panel .body .col {
      padding: 25px; }
    .sub-panel.product-info {
      border: none;
      box-shadow: none; }
      .sub-panel.product-info .row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .sub-panel.product-info .col {
        border: none;
        width: 100%;
        margin-bottom: 20px; }
        .sub-panel.product-info .col:last-child {
          margin-bottom: 0; }
      .sub-panel.product-info .header {
        background: transparent;
        color: #000000;
        font-weight: bold;
        margin-bottom: 5px; }
      .sub-panel.product-info .header, .sub-panel.product-info .content {
        padding: 0; } }

.searchbar {
  width: 300px;
  max-width: 100%; }
  .searchbar .input-group {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
    border: solid 1px #ffffff;
    border-radius: 0; }
    .searchbar .input-group .form-control {
      border-color: #ffffff; }
      .searchbar .input-group .form-control ::-webkit-input-placeholder {
        color: #636466 !important; }
      .searchbar .input-group .form-control :-ms-input-placeholder {
        color: #636466 !important; }
      .searchbar .input-group .form-control ::placeholder {
        color: #636466 !important; }
      .searchbar .input-group .form-control:focus::-webkit-input-placeholder {
        color: transparent !important; }
      .searchbar .input-group .form-control:focus:-ms-input-placeholder {
        color: transparent !important; }
      .searchbar .input-group .form-control:focus::placeholder {
        color: transparent !important; }
  .searchbar input:focus + span button svg {
    color: #222222; }
  .searchbar button {
    padding: 12px; }
    .searchbar button:hover {
      color: #222222; }
    .searchbar button:focus svg {
      color: #e75525; }
    .searchbar button:active {
      box-shadow: none;
      border: white; }
    .searchbar button:focus, .searchbar button:active, .searchbar button:focus:active {
      background: white;
      outline: none; }
    .searchbar button svg {
      color: #636466;
      width: 16px;
      height: 16px;
      cursor: pointer;
      transition: color 0.2s; }

.breadcrumbs {
  font-size: 15px; }
  .breadcrumbs a {
    border-right: 1px solid #e75525;
    padding-right: 10px;
    margin-right: 10px; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs h1 a {
    color: inherit;
    border: 0;
    padding-right: 0;
    margin-right: 0;
    text-decoration: none; }
    .breadcrumbs h1 a:hover {
      text-decoration: none;
      color: #7f7f7f; }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs {
      line-height: 37px; } }

.portal-table table {
  width: auto;
  max-width: none;
  margin: 0;
  border-collapse: separate;
  border-radius: 0;
  overflow: hidden;
  position: relative; }
  .portal-table table.no-footer {
    border-bottom: none !important; }
  .portal-table table.full-width {
    width: 100%; }
  .portal-table table.min-full-width {
    min-width: 100%; }
  .portal-table table.one-line-head thead th {
    white-space: nowrap; }
  .portal-table table.one-line-all thead th,
  .portal-table table.one-line-all tbody td {
    white-space: nowrap; }
  .portal-table table th, .portal-table table td {
    white-space: nowrap; }
  .portal-table table.full-width {
    min-width: 100%; }
  .portal-table table thead {
    background-color: #f1efec;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 16px; }
    @media only screen and (max-width: 1440px) {
      .portal-table table thead {
        font-size: 15px; } }
    .portal-table table thead th, .portal-table table thead td {
      border: 0;
      cursor: pointer;
      border-right: 1px solid #f1efec;
      padding: 20px; }
      .portal-table table thead th:focus, .portal-table table thead td:focus {
        outline: none; }
    .portal-table table thead th:first-child, .portal-table table thead td:first-child {
      border-top-left-radius: 0; }
    .portal-table table thead th:last-child, .portal-table table thead td:last-child {
      border-right: 0;
      border-top-right-radius: 0; }
  .portal-table table tbody {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05); }
    .portal-table table tbody tr {
      position: relative; }
      .portal-table table tbody tr td {
        border-right: solid 1px #e1e1e1;
        border-top: solid 1px #e1e1e1;
        border-bottom: 0;
        color: #000000;
        position: relative;
        padding: 28px 20px;
        position: relative; }
        .portal-table table tbody tr td.force-one-line {
          white-space: nowrap; }
        .portal-table table tbody tr td a:hover {
          text-decoration: underline; }
        .portal-table table tbody tr td .favourite-product, .portal-table table tbody tr td .unfavourite-product, .portal-table table tbody tr td .view-floorplan {
          float: right;
          font-size: 14px;
          color: #929292;
          cursor: pointer;
          pointer-events: none;
          opacity: 0;
          margin-left: 15px; }
          .portal-table table tbody tr td .favourite-product:hover, .portal-table table tbody tr td .unfavourite-product:hover, .portal-table table tbody tr td .view-floorplan:hover {
            color: #e75525; }
        .portal-table table tbody tr td:hover .favourite-product,
        .portal-table table tbody tr td:hover .unfavourite-product,
        .portal-table table tbody tr td:hover .view-floorplan {
          opacity: 1;
          pointer-events: initial; }
        .portal-table table tbody tr td.col-cta {
          width: 18%;
          white-space: nowrap; }
          .portal-table table tbody tr td.col-cta .btn:hover, .portal-table table tbody tr td.col-cta .panel-btn:hover, .portal-table table tbody tr td.col-cta .panel-control span:hover, .panel-control .portal-table table tbody tr td.col-cta span:hover, .portal-table table tbody tr td.col-cta .panel-control label:hover, .panel-control .portal-table table tbody tr td.col-cta label:hover, .portal-table table tbody tr td.col-cta .main-btn:hover, .portal-table table tbody tr td.col-cta .outline-btn:hover, .portal-table table tbody tr td.col-cta .dl-btn:hover, .portal-table table tbody tr td.col-cta .doc-list .item .document-btn:hover, .doc-list .item .portal-table table tbody tr td.col-cta .document-btn:hover, .portal-table table tbody tr td.col-cta .doc-list .item .view-btn:hover, .doc-list .item .portal-table table tbody tr td.col-cta .view-btn:hover {
            text-decoration: none; }
          .portal-table table tbody tr td.col-cta a {
            margin-right: 10px; }
          .portal-table table tbody tr td.col-cta a:last-child {
            margin-right: 0; }
          .portal-table table tbody tr td.col-cta.max130 a {
            width: 130px; }
      .portal-table table tbody tr:hover td {
        background: #fff7f5 !important; }
        .portal-table table tbody tr:hover td:first-child:after {
          opacity: 1; }
      .portal-table table tbody tr.empty_row:hover.even td {
        background: #f9f9f9 !important; }
      .portal-table table tbody tr.empty_row:hover.odd td {
        background: white !important; }
      .portal-table table tbody tr.empty_row:hover td:first-child:after {
        opacity: 0; }
      .portal-table table tbody tr.empty_row:hover:after {
        opacity: 0; }
      .portal-table table tbody tr td:first-child {
        border-left: solid 1px #e1e1e1;
        position: relative; }
        .portal-table table tbody tr td:first-child:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 3px;
          background: #e75525;
          opacity: 0; }
        .portal-table table tbody tr td:first-child a {
          margin: -15px;
          padding: 15px; }
        .portal-table table tbody tr td:first-child:hover {
          text-decoration: none; }
          .portal-table table tbody tr td:first-child:hover svg {
            display: inline-block; }
      .portal-table table tbody tr:first-child td {
        border-top: 1px solid #e1e1e1; }
        .portal-table table tbody tr:first-child td:first-child {
          border-top-left-radius: 0; }
        .portal-table table tbody tr:first-child td:last-child {
          border-top-right-radius: 0; }
      .portal-table table tbody tr.even td {
        background: #f9f9f9; }
      .portal-table table tbody tr.odd td {
        background: white; }
      .portal-table table tbody tr:last-child td {
        border-bottom: 1px solid #e1e1e1; }
        .portal-table table tbody tr:last-child td:first-child {
          border-bottom-left-radius: 0; }
        .portal-table table tbody tr:last-child td:last-child {
          border-bottom-right-radius: 0; }

@media only screen and (max-width: 991px) {
  .portal-table table tbody tr td {
    padding: 19px 20px; } }

@media only screen and (max-width: 767px) {
  .portal-table {
    border: none; } }

.portal-table.dark-header th, .portal-table.dark-header thead td {
  border-color: #f1efec;
  padding: 15px;
  z-index: 1;
  padding-right: 25px;
  background-color: #636466;
  color: #ffffff;
  white-space: nowrap;
  background-position: right 3px top 50%; }

.portal-table.dark-header td {
  padding: 15px;
  font-size: 14px; }

.portal-table.white-header th, .portal-table.white-header thead td {
  border-color: #ffffff;
  background-color: #ffffff;
  white-space: nowrap; }

.portal-table.valign-middle td {
  vertical-align: middle; }

.portal-table.narrow-cells td {
  padding: 18px 20px; }

.portal-table .checkbox-group.styled {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .portal-table .checkbox-group.styled.white-label label {
    color: #ffffff; }
    .portal-table .checkbox-group.styled.white-label label:hover {
      color: rgba(255, 255, 255, 0.8); }
  .portal-table .checkbox-group.styled label {
    margin: 0;
    margin-left: 15px;
    font-size: 14px;
    color: #000000;
    cursor: pointer; }
    .portal-table .checkbox-group.styled label:hover {
      color: rgba(0, 0, 0, 0.8); }
  .portal-table .checkbox-group.styled input[type="checkbox"] {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #e75525;
    background-color: transparent;
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    padding: 0;
    width: 1.25em;
    height: 1.25em;
    vertical-align: text-top;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    outline: none;
    position: relative;
    margin: 0; }
    .portal-table .checkbox-group.styled input[type="checkbox"]:after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      border: solid #e75525;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      position: absolute;
      top: 2px;
      left: 5px;
      font-size: 14px;
      color: #e75525; }
    .portal-table .checkbox-group.styled input[type="checkbox"]:hover {
      border-color: #c2471e; }
      .portal-table .checkbox-group.styled input[type="checkbox"]:hover:after {
        border-color: #c2471e;
        color: #c2471e; }
    .portal-table .checkbox-group.styled input[type="checkbox"]:not(:checked) {
      border-color: #cccccc; }
      .portal-table .checkbox-group.styled input[type="checkbox"]:not(:checked):after {
        opacity: 0; }
      .portal-table .checkbox-group.styled input[type="checkbox"]:not(:checked):hover {
        border-color: #b3b3b3; }
    .portal-table .checkbox-group.styled input[type="checkbox"]:focus {
      background-color: transparent; }
    .portal-table .checkbox-group.styled input[type="checkbox"]:checked {
      background-color: transparent; }
      .portal-table .checkbox-group.styled input[type="checkbox"]:checked:after {
        opacity: 1; }

.floorplan-table tr:nth-child(odd) {
  background: #ffffff; }

.floorplan-table tr:nth-child(even) {
  background: #f9f9f9; }

.floorplan-table > tbody > tr > td {
  border-color: transparent;
  padding: 15px; }

.floorplan-table td {
  font-size: 14px; }

.floorplan-table .col-name {
  font-size: 15px;
  width: 40%; }

.floorplan-table .col-btn {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px; }
  .floorplan-table .col-btn a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px; }

.table-link-no-style {
  color: #000000;
  text-decoration: none; }
  .table-link-no-style:hover {
    text-decoration: underline;
    color: #000000; }

table.dataTable thead th.nosort.sorting_asc {
  background-image: none; }

.favourites-table .remove-icon {
  opacity: 0;
  transition: opacity 0.2s;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  color: rgba(99, 100, 102, 0.6) !important; }
  .favourites-table .remove-icon:hover {
    color: #000000 !important; }
  .favourites-table .remove-icon .loader {
    opacity: 0;
    position: absolute;
    top: 12px;
    left: 8px; }
  .favourites-table .remove-icon .loader, .favourites-table .remove-icon .icon {
    transition: opacity 0.2s; }
  .favourites-table .remove-icon.loading .loader {
    opacity: 1; }
  .favourites-table .remove-icon.loading .icon {
    opacity: 0; }

.favourites-table .favourite-row:hover .remove-icon {
  opacity: 1; }

@media only screen and (max-width: 1199px) {
  .favourites-table .remove-icon {
    opacity: 1 !important; } }

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current {
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-radius: 0;
  transition: all 0.2s;
  display: inline-block;
  padding: .25em .75em; }
  .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:active, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:focus:active {
    outline: none; }
  .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
    color: #000000 !important;
    border-color: #000000;
    background: transparent; }

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next.disabled {
  opacity: .5; }

@media only screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
    text-align: left; } }

.table-responsive {
  border-color: transparent; }
  @media only screen and (max-width: 480px) {
    .table-responsive {
      border-color: #dddddd; } }

.content-fixed-nav {
  background-color: #ffffff;
  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s; }
  .content-fixed-nav .project_links {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease;
    display: none; }
  .content-fixed-nav .fixed-nav-menu {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .content-fixed-nav .inner {
    height: 70px;
    position: relative; }
  .content-fixed-nav.long-menu .inner {
    border-color: transparent; }
    .content-fixed-nav.long-menu .inner:after {
      background: transparent; }
  .content-fixed-nav.long-menu .fixed-nav-menu .slick-nav-slider .item {
    margin: 0 16px; }
  .content-fixed-nav.long-menu .fixed-nav-menu .slick-nav-slider .icon {
    margin-right: 4px; }
  @media only screen and (max-width: 1600px) {
    .content-fixed-nav.long-menu .fixed-nav-menu .slick-nav-slider .item {
      margin: 0 12px; }
    .content-fixed-nav.long-menu .fixed-nav-menu .slick-nav-slider .icon {
      width: 16px;
      height: 16px;
      margin-right: 4px; } }
  .content-fixed-nav.fixed {
    z-index: 100;
    opacity: 1;
    visibility: visible; }
    .content-fixed-nav.fixed.wrapped {
      left: 0;
      right: 0; }
    .content-fixed-nav.fixed .inner {
      border-top: 0; }
      .content-fixed-nav.fixed .inner:after {
        background: #dedede; }
      .content-fixed-nav.fixed .inner .project_links {
        visibility: visible;
        opacity: 1;
        display: block; }
  .content-fixed-nav .fixed-nav-menu-container {
    position: relative; }
  .content-fixed-nav .fixed-nav-menu .slick-nav-slider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item {
      display: inline-block;
      margin: 0 22px;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a {
        font-size: 14px;
        display: inline-block;
        padding: 22px 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.5);
        position: relative;
        text-decoration: none;
        transition: color 0.2s; }
        .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a:after {
          content: '';
          display: block;
          height: 1px;
          width: 40px;
          max-width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0px;
          background-color: #000000;
          opacity: 0;
          transition: opacity 0.2s; }
        .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a:hover {
          color: #000000; }
          .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a:hover:after {
            opacity: 1; }
      .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item.active a {
        color: #000000; }
        .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item.active a:after {
          display: block; }
      .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item:first-child {
        margin-left: 0; }
  @media (max-width: 1500px) {
    .content-fixed-nav.wrapped {
      padding-left: 0px;
      padding-right: 0px; }
      .content-fixed-nav.wrapped.fixed .inner {
        padding: 0 60px; }
        .content-fixed-nav.wrapped.fixed .inner:after {
          left: 60px;
          right: 60px; } }
  @media only screen and (max-width: 1440px) {
    .content-fixed-nav.wrapped.fixed .inner {
      padding: 0 40px; }
      .content-fixed-nav.wrapped.fixed .inner:after {
        left: 40px;
        right: 40px; }
    .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item {
      margin: 0 16px; }
      .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a {
        font-size: 13px; }
        .content-fixed-nav .fixed-nav-menu .slick-nav-slider .item a .icon {
          margin-right: 8px;
          width: 18px;
          height: 18px; } }
  @media only screen and (max-width: 1199px) {
    .content-fixed-nav {
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s, visibility .5s; }
      .content-fixed-nav .inner {
        height: auto;
        padding-left: 0;
        padding-right: 0; }
      .content-fixed-nav.long-menu .fixed-nav .fixed-nav-items .item {
        margin: 0; }
      .content-fixed-nav .fixed-nav-menu .fixed-nav-items {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto; }
        .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item {
          margin: 0;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.1); }
          .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item a {
            display: inline-block;
            width: 100%;
            padding: 12px 30px;
            color: rgba(0, 0, 0, 0.5); }
            .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item a:hover {
              color: rgba(0, 0, 0, 0.5); }
          .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item .icon {
            width: 16px;
            height: 16px; }
          .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item a:after {
            display: none; }
          .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item.active a {
            color: #000000; }
            .content-fixed-nav .fixed-nav-menu .fixed-nav-items .item.active a:after {
              display: none; }
      .content-fixed-nav.on {
        opacity: 1;
        visibility: visible; } }

#mobile-subnav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(99, 100, 102, 0.6);
  display: none; }
  #mobile-subnav-overlay.on {
    display: block; }

.fixed-nav-trigger {
  display: none; }

.wrap-fixed-nav .fixed-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9); }
  .wrap-fixed-nav .fixed-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #3e3947;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .wrap-fixed-nav .fixed-nav-trigger span::before, .wrap-fixed-nav .fixed-nav-trigger span::after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      background-color: inherit;
      border-radius: inherit; }
    .wrap-fixed-nav .fixed-nav-trigger span::before {
      top: -9px; }
    .wrap-fixed-nav .fixed-nav-trigger span::after {
      bottom: -9px; }

.wrap-fixed-nav .fixed-nav-menu {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }
  .wrap-fixed-nav .fixed-nav-menu > .slick-nav-slider {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    background: white; }
    .wrap-fixed-nav .fixed-nav-menu > .slick-nav-slider .item {
      display: block;
      margin: 0; }
      .wrap-fixed-nav .fixed-nav-menu > .slick-nav-slider .item a {
        padding: 5px; }

.wrap-fixed-nav .fixed-nav-menu a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1); }

.wrap-fixed-nav .fixed-nav-menu a span:first-child {
  display: none; }

.wrap-fixed-nav .fixed-nav-menu a.is-selected span:last-child {
  color: #d88683; }

.wrap-fixed-nav .fixed-nav-menu.open {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.wrap-fixed-nav .fixed-nav-menu.open + .cd-nav-trigger {
  background-color: transparent; }

.wrap-fixed-nav .fixed-nav-menu.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0); }

.wrap-fixed-nav .fixed-nav-menu.open + .cd-nav-trigger span::before, .wrap-fixed-nav .fixed-nav-menu.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px; }

.wrap-fixed-nav .fixed-nav-menu.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px; }

.wrap-fixed-nav .fixed-nav-menu.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0; }

.wrap-fixed-nav .fixed-nav-menu li:last-child a {
  border-bottom: none; }

.sub-sections-items {
  margin-top: 50px; }
  .sub-sections-items .item {
    position: relative;
    margin-bottom: 15px; }
    .sub-sections-items .item a {
      font-size: 13px;
      text-decoration: none;
      display: inline-block;
      width: 100%;
      padding: 10px 50px;
      text-align: center;
      position: relative;
      color: #000000;
      border: 1px solid rgba(0, 0, 0, 0.1);
      transition: color 0.2s, border 0.2s;
      border-radius: 0; }
    .sub-sections-items .item .icon {
      position: absolute;
      top: 50%;
      right: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      width: 20px;
      height: 20px;
      color: #e75525; }
      .sub-sections-items .item .icon svg {
        display: block;
        width: 100%;
        height: 100%; }
    .sub-sections-items .item:hover a {
      border-color: rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 991px) {
    .sub-sections-items {
      margin-top: 30px;
      margin-bottom: 40px; }
      .sub-sections-items .item a {
        padding: 10px 50px; } }

.modal-backdrop {
  background-color: #000000; }
  @media only screen and (max-width: 1199px) {
    .modal-backdrop {
      z-index: 10001; } }

a[data-toggle="modal"]:focus {
  outline: 0; }

.modal.fullscreen {
  padding: 0 !important; }
  .modal.fullscreen .modal-content {
    height: 100%;
    width: 100%; }

.modal {
  visibility: hidden;
  opacity: 0;
  transition: all .2s; }
  .modal.in {
    visibility: visible;
    opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .modal {
      z-index: 10002; } }

.modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 5%; }
  @media only screen and (max-width: 1199px) {
    .modal-dialog {
      padding-top: 100px; } }

.modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 7px 7px rgba(54, 54, 54, 0.15);
  width: 800px;
  margin: 0 auto;
  max-width: 100%; }
  .modal-content .floorplan {
    max-width: 100%;
    height: 100%;
    width: auto;
    overflow: hidden; }
    .modal-content .floorplan .inner {
      height: 100%;
      width: 100%; }
    .modal-content .floorplan svg {
      width: 100%;
      height: 100%; }

.modal-header, .modal-body {
  padding: 40px; }
  @media only screen and (max-width: 1199px) {
    .modal-header, .modal-body {
      padding: 20px; } }

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border-radius: 0;
  background-color: white;
  color: #222222;
  margin-top: -11px;
  margin-right: -11px; }
  .modal-close svg.icon {
    color: #222222;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 11px;
    box-sizing: initial;
    padding: 0; }

.modal-control {
  z-index: 90; }

.floorplate-modal .modal-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.floorplate-modal .modal-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.floorplate-modal .product-info-col {
  padding: 40px;
  width: 33.333333%; }
  .floorplate-modal .product-info-col .row {
    margin-bottom: 6px;
    color: #e75525; }
    .floorplate-modal .product-info-col .row > div:first-child {
      color: #7f7f7f; }

.floorplate-modal .floorplan-col {
  width: 66.666666%;
  border-left: solid 1px #ddd;
  overflow: hidden; }
  .floorplate-modal .floorplan-col > .inner {
    width: 100%;
    height: 100%; }
  .floorplate-modal .floorplan-col img {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

@media only screen and (max-width: 1199px) {
  .floorplate-modal .modal-body {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .floorplate-modal .product-info-col,
  .floorplate-modal .floorplan-col {
    width: 100%; }
  .floorplate-modal .product-info-col {
    display: none; }
  .floorplate-modal .floorplan-col {
    height: 100%; } }

.salesboard-pdf-modal {
  /* width: 80%; */
  width: 800px;
  /* height: 60%; */
  min-height: 720px;
  margin: 50px auto;
  background-color: #fafafa;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  position: relative; }

.salesboard-pdf-modal-heading {
  position: relative;
  background-color: #464D5A;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 0;
  height: 45px;
  box-sizing: border-box;
  border-bottom: solid 1px #222A1F; }

.salesboard-pdf-modal-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 13px; }

.salesboard-pdf-modal-body {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 100%; }

.salesboard-pdf-options, .salesboard-pdf-preview {
  display: inline-block;
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  height: 100%; }

.salesboard-pdf-options {
  overflow-y: scroll; }

.salesboard-pdf-options h4 {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 30px; }

.salesboard-pdf-options h4:first-child {
  margin-top: 10px; }

.salesboard-pdf-preview {
  background-color: #555;
  border-left: solid 1px #fff;
  margin-left: -3px; }

.salesboard-pdf-options {
  width: 100%; }

.salesboard-pdf-form-group {
  margin: 10px 0; }

.salesboard-pdf-orientation-label, .salesboard-pdf-size-label {
  width: 120px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px;
  border-radius: 0;
  background-color: #eee;
  border: solid 1px #ddd;
  vertical-align: top;
  box-sizing: initial; }

.salesboard-pdf-orientation-label:hover, .salesboard-pdf-size-label:hover {
  background-color: #d3e4ea;
  border: solid 1px #bed2d8; }

.salesboard-pdf-orientation-label:after, .salesboard-pdf-size-label:after {
  content: "";
  border: solid 2px #666;
  display: block;
  margin-left: 10px;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  box-sizing: initial; }

.salesboard-pdf-orientation-label-portrait:after {
  content: "Portrait";
  position: relative;
  height: 75px;
  width: 55px; }

.salesboard-pdf-orientation-label-landscape:after {
  content: "Landscape";
  width: 75px;
  height: 55px; }

.salesboard-pdf-size-label {
  height: 170px;
  width: 140px; }

.salesboard-pdf-size-label-a4 {
  width: 65px;
  /* height: 50px; */ }

.salesboard-pdf-size-label-a3 {
  width: 85px;
  /* height: 80px; */ }

.salesboard-pdf-size-label-a2 {
  width: 105px;
  /* height: 110px; */ }

.salesboard-pdf-size-label-a1 {
  width: 125px;
  /* height: 140px; */ }

.salesboard-pdf-size-label-a0 {
  width: 145px; }

.salesboard-pdf-size-label-a4:after {
  content: "A4";
  width: 20px;
  height: 30px; }

.salesboard-pdf-size-label-a3:after {
  content: "A3";
  width: 40px;
  height: 60px; }

.salesboard-pdf-size-label-a2:after {
  content: "A2";
  width: 60px;
  height: 90px; }

.salesboard-pdf-size-label-a1:after {
  content: "A1";
  width: 80px;
  height: 120px; }

.salesboard-pdf-size-label-a0:after {
  content: "A0";
  width: 100px;
  height: 150px; }

.salesboard-pdf-save-btn {
  background-color: #63a70a;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  border: solid 1px #579302;
  border-bottom-width: 2px;
  padding: 10px 15px;
  margin-top: 20px; }

.salesboard-pdf-save-btn:hover {
  background-color: #73ad1d; }

.salesboard-pdf-save-btn:active {
  margin-top: 22px;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.55); }

.salesboard-pdf-save-btn:focus {
  outline: none; }

.pageTitle a.salesboard-pdf-modal-open {
  float: right;
  position: relative;
  padding: 5px 0 5px 25px;
  color: #90949c;
  margin-left: 15px; }

.salesboard-pdf-modal-open span {
  background-position: -1px -446px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  opacity: .5; }

.salesboard-pdf-modal-close-btn {
  cursor: pointer; }

.salesboard-pdf-modal-close-btn:hover {
  color: #888; }

.price-list-page.modal-open, .reservation-page.modal-open,
.salesboard-page.modal-open, .reservation-page.modal-open {
  overflow: auto; }

.alert-modal .modal-dialog {
  position: absolute;
  top: 20%;
  left: 25%;
  right: 25%;
  width: auto;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media only screen and (max-width: 1366px) {
    .alert-modal .modal-dialog {
      top: 50px;
      left: 20%;
      right: 20%; } }
  @media only screen and (max-width: 1199px) {
    .alert-modal .modal-dialog {
      top: 50px;
      left: 50px;
      right: 50px; } }
  @media only screen and (max-width: 767px) {
    .alert-modal .modal-dialog {
      top: 20px;
      left: 20px;
      right: 20px; } }

.alert-modal .modal-content {
  border: 1px solid #e5e5e5;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .alert-modal .modal-header, .alert-modal .modal-body {
    padding: 20px; }
  .alert-modal .modal-title {
    padding-right: 12px; }
  .alert-modal .modal-close {
    top: 20px;
    right: 20px; } }

.price-list-page #product-modal.small-modal .modal-content,
.salesboard-page #product-modal.small-modal .modal-content,
.reservation-page .modal.small-modal .modal-content {
  width: 800px; }

.price-list-page #product-modal .modal-dialog,
.salesboard-page #product-modal .modal-dialog,
.reservation-page .modal .modal-dialog {
  position: absolute;
  top: 20%;
  left: 25%;
  right: 25%;
  width: auto;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media only screen and (max-width: 1366px) {
    .price-list-page #product-modal .modal-dialog,
    .salesboard-page #product-modal .modal-dialog,
    .reservation-page .modal .modal-dialog {
      top: 50px;
      left: 20%;
      right: 20%; } }
  @media only screen and (max-width: 1199px) {
    .price-list-page #product-modal .modal-dialog,
    .salesboard-page #product-modal .modal-dialog,
    .reservation-page .modal .modal-dialog {
      top: 50px;
      left: 50px;
      right: 50px; } }
  @media only screen and (max-width: 767px) {
    .price-list-page #product-modal .modal-dialog,
    .salesboard-page #product-modal .modal-dialog,
    .reservation-page .modal .modal-dialog {
      top: 20px;
      left: 20px;
      right: 20px; } }

.price-list-page #product-modal .modal-content,
.salesboard-page #product-modal .modal-content,
.reservation-page .modal .modal-content {
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  left: 0;
  right: 0;
  width: auto; }

.price-list-page #product-modal .modal-body,
.salesboard-page #product-modal .modal-body,
.reservation-page .modal .modal-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px; }
  .price-list-page #product-modal .modal-body > .col,
  .salesboard-page #product-modal .modal-body > .col,
  .reservation-page .modal .modal-body > .col {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    margin: 0 15px; }
    .price-list-page #product-modal .modal-body > .col .row,
    .salesboard-page #product-modal .modal-body > .col .row,
    .reservation-page .modal .modal-body > .col .row {
      margin-bottom: 6px;
      color: #000000; }
      .price-list-page #product-modal .modal-body > .col .row > div:first-child,
      .salesboard-page #product-modal .modal-body > .col .row > div:first-child,
      .reservation-page .modal .modal-body > .col .row > div:first-child {
        color: #7f7f7f; }
    .price-list-page #product-modal .modal-body > .col:last-child,
    .salesboard-page #product-modal .modal-body > .col:last-child,
    .reservation-page .modal .modal-body > .col:last-child {
      margin-left: 20px; }
  @media only screen and (max-width: 991px) {
    .price-list-page #product-modal .modal-body,
    .salesboard-page #product-modal .modal-body,
    .reservation-page .modal .modal-body {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.price-list-page #product-modal .modal-title a,
.salesboard-page #product-modal .modal-title a,
.reservation-page .modal .modal-title a {
  color: #000000;
  text-decoration: none; }
  .price-list-page #product-modal .modal-title a:hover,
  .salesboard-page #product-modal .modal-title a:hover,
  .reservation-page .modal .modal-title a:hover {
    color: #636466; }

.price-list-page #product-modal .modal-footer,
.salesboard-page #product-modal .modal-footer,
.reservation-page .modal .modal-footer {
  padding: 0 40px 40px;
  border-top: 0; }
  .price-list-page #product-modal .modal-footer .reserve-product-btn,
  .salesboard-page #product-modal .modal-footer .reserve-product-btn,
  .reservation-page .modal .modal-footer .reserve-product-btn {
    margin-left: 10px; }

@media only screen and (max-width: 1199px) {
  .price-list-page #product-modal,
  .salesboard-page #product-modal,
  .reservation-page .modal {
    z-index: 10002; }
    .price-list-page #product-modal .modal-header, .price-list-page #product-modal .modal-body,
    .salesboard-page #product-modal .modal-header,
    .salesboard-page #product-modal .modal-body,
    .reservation-page .modal .modal-header,
    .reservation-page .modal .modal-body {
      padding: 20px; }
    .price-list-page #product-modal .modal-close,
    .salesboard-page #product-modal .modal-close,
    .reservation-page .modal .modal-close {
      top: 12px;
      right: 12px; }
    .price-list-page #product-modal .modal-title,
    .salesboard-page #product-modal .modal-title,
    .reservation-page .modal .modal-title {
      padding-right: 16px; }
    .price-list-page #product-modal .modal-footer,
    .salesboard-page #product-modal .modal-footer,
    .reservation-page .modal .modal-footer {
      text-align: center; }
      .price-list-page #product-modal .modal-footer a,
      .salesboard-page #product-modal .modal-footer a,
      .reservation-page .modal .modal-footer a {
        margin-top: 20px; } }

.price-list-page .modal-overlay, .reservation-page .modal-overlay,
.salesboard-page .modal-overlay, .reservation-page .modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 56000; }

.slick-slider .slick-slide:focus, .slick-slider .slick-slide > a:focus {
  outline: none; }

.slick-dots {
  width: auto;
  right: 0;
  bottom: 50px; }
  .slick-dots > li:before {
    display: none; }
  .slick-dots li {
    margin: 0; }
    .slick-dots li button:before {
      font-size: 7px;
      color: #000000;
      opacity: .4;
      transition: all 0.2s; }
  .slick-dots li:hover button:before {
    opacity: 1; }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 10px; }

.slider-arrows-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10; }
  .slider-arrows-container > .inner {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 50%;
    margin-top: 30px; }

.slider-arrows {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider-arrows .slick-arrow {
    position: relative;
    transition: all 0.2s;
    color: #000000;
    opacity: 1;
    padding: 0; }
    .slider-arrows .slick-arrow:hover {
      opacity: .2; }
    .slider-arrows .slick-arrow .icon {
      width: 22px;
      height: 22px;
      padding: 10px;
      box-sizing: content-box; }
    .slider-arrows .slick-arrow.slider-prev .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .slider-arrows .slick-arrow.slider-next {
      margin-left: 25px; }
  .slider-arrows .slick-arrow.outline {
    width: 45px;
    height: 30px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: #000000;
    border-radius: 15px;
    opacity: 1; }
    .slider-arrows .slick-arrow.outline .icon {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      display: block;
      width: 12px;
      height: 12px; }
    .slider-arrows .slick-arrow.outline:hover {
      border-color: #000000;
      background-color: #000000;
      color: #ffffff;
      opacity: 1; }
    .slider-arrows .slick-arrow.outline.slider-prev .icon {
      -webkit-transform: translate(50%, -50%) rotate(180deg);
          -ms-transform: translate(50%, -50%) rotate(180deg);
              transform: translate(50%, -50%) rotate(180deg); }
    .slider-arrows .slick-arrow.outline.slider-next {
      margin-left: 30px; }

.slide-count {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000; }
  .slide-count .active {
    margin-right: 5px; }
  .slide-count .total {
    margin-left: 5px; }
  .slide-count.vertical {
    font-size: 15px;
    text-align: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .slide-count.vertical .divider {
      height: 28px;
      width: 1px;
      margin: 15px auto; }
    .slide-count.vertical .active, .slide-count.vertical .total {
      margin: 0; }
    .slide-count.vertical .total {
      color: #dddddd; }

.gallery {
  padding: 0;
  max-width: 2000px; }
  .gallery .item {
    float: left;
    display: inline-block;
    width: 25%;
    height: 250px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    @media only screen and (max-width: 1199px) {
      .gallery .item {
        width: 33.333%; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .gallery .item {
      width: 50%; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .gallery .item {
      width: 100%; } }
    .gallery .item .gallery-img {
      background-size: cover;
      background-position: center;
      transition: all .5s ease;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .gallery .item:hover .gallery-img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .gallery .item:hover > .overlay {
      background: #333;
      opacity: .3; }
    .gallery .item:hover > i {
      opacity: 1;
      -ms-transform: scale(1);
          transform: scale(1);
      -webkit-transform: scale(1); }
    .gallery .item .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      transition: all .2s ease; }
    .gallery .item i {
      position: absolute;
      left: 0;
      top: 47%;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 20px;
      opacity: 0;
      transition: all .2s ease;
      -ms-transform: scale(2);
          transform: scale(2);
      -webkit-transform: scale(2); }

.blueimp-gallery-controls.styled .indicator li {
  opacity: .5;
  background: white;
  border: none;
  box-shadow: none; }
  .blueimp-gallery-controls.styled .indicator li.active {
    opacity: .75; }
  .blueimp-gallery-controls.styled .indicator li:hover {
    opacity: 1; }

.blueimp-gallery-controls.styled .close, .blueimp-gallery-controls.styled .next, .blueimp-gallery-controls.styled .prev {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  height: 40px;
  width: 40px;
  text-align: center; }

.blueimp-gallery-controls.styled .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  margin: 0;
  z-index: 1;
  opacity: 1;
  padding: 2px; }
  .blueimp-gallery-controls.styled .close:focus {
    outline: 0; }
  .blueimp-gallery-controls.styled .close:hover {
    opacity: .6; }

.blueimp-gallery-controls.styled .prev, .blueimp-gallery-controls.styled .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  margin: 0;
  z-index: 1;
  box-sizing: initial;
  opacity: 1; }
  .blueimp-gallery-controls.styled .prev img, .blueimp-gallery-controls.styled .next img {
    max-width: 16px;
    width: auto;
    height: auto; }
  .blueimp-gallery-controls.styled .prev:focus, .blueimp-gallery-controls.styled .next:focus {
    outline: 0; }
  .blueimp-gallery-controls.styled .prev:hover, .blueimp-gallery-controls.styled .next:hover {
    opacity: .6; }

.blueimp-gallery-controls.styled .prev {
  left: 10px; }

.blueimp-gallery-controls.styled .next {
  right: 10px; }
  .blueimp-gallery-controls.styled .next .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.slick-container {
  position: relative; }
  .slick-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slick-container .slick-slider {
    opacity: 0;
    transition: opacity 0.9s ease-in;
    overflow: hidden; }

.portal-slider {
  margin-bottom: 0; }
  .portal-slider.slick-initialized {
    opacity: 1; }
  .portal-slider .slick-slide {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    cursor: pointer;
    cursor: url("/images/controls/plus-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/plus-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/plus-white.png") 1x, url("/images/controls/plus-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
    .portal-slider .slick-slide .plus {
      position: absolute;
      left: 0;
      top: 47%;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 20px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease;
      -ms-transform: scale(2);
          transform: scale(2);
      -webkit-transform: scale(2); }
    .portal-slider .slick-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: all .3s; }
    .portal-slider .slick-slide:hover {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
    .portal-slider .slick-slide:focus, .portal-slider .slick-slide:active, .portal-slider .slick-slide:focus:active {
      outline: none; }
  .portal-slider .slick-dots {
    bottom: 0; }
    .portal-slider .slick-dots li button:before {
      color: white;
      font-size: 10px;
      opacity: .5; }
    .portal-slider .slick-dots li.slick-active button:before {
      opacity: .75; }
    .portal-slider .slick-dots li:hover button:before, .portal-slider .slick-dots li.slick-active:hover button:before {
      opacity: 1; }
  .portal-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0;
    margin: 0;
    padding: 15px;
    z-index: 1;
    height: 30px;
    box-sizing: initial;
    background: transparent; }
    .portal-slider .slick-arrow .icon {
      color: white;
      width: 16px;
      height: 30px; }
    .portal-slider .slick-arrow:focus {
      outline: 0; }
    .portal-slider .slick-arrow:hover {
      opacity: .6; }
  .portal-slider .slider-prev {
    left: 60px; }
  .portal-slider .slider-next {
    right: 60px; }
    .portal-slider .slider-next .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media only screen and (max-width: 1440px) {
    .portal-slider .slider-prev {
      left: 40px; }
    .portal-slider .slider-next {
      right: 40px; } }

.content-fixed-nav .inner .slick-slide:focus, .content-fixed-nav .inner .slick-slide:active, .content-fixed-nav .inner .slick-slide:focus:active, .content-fixed-nav .inner .slick-slide a:focus, .content-fixed-nav .inner .slick-slide a:active, .content-fixed-nav .inner .slick-slide a:focus:active {
  outline: none; }

.content-fixed-nav .inner .slick-slide.hidden-slide {
  visibility: hidden;
  opacity: 0; }

.content-fixed-nav .inner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  margin: 0;
  padding: 15px;
  z-index: 1;
  height: 22px;
  box-sizing: initial;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transition: all .1s; }
  .content-fixed-nav .inner .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
  .content-fixed-nav .inner .slick-arrow .icon {
    color: #222222;
    width: 12px;
    height: 22px; }
  .content-fixed-nav .inner .slick-arrow:focus {
    outline: 0; }
  .content-fixed-nav .inner .slick-arrow:hover {
    opacity: .6; }

.content-fixed-nav .inner .slider-prev {
  left: -42px; }

.content-fixed-nav .inner .slider-next {
  right: -42px; }
  .content-fixed-nav .inner .slider-next .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

@media only screen and (max-width: 991px) {
  .content-fixed-nav .inner .slider-prev, .content-fixed-nav .inner .slider-next {
    height: 50px;
    width: 50px;
    padding: 0px;
    top: 100%;
    bottom: auto;
    cursor: pointer; }
    .content-fixed-nav .inner .slider-prev .icon, .content-fixed-nav .inner .slider-next .icon {
      margin-left: 18px;
      display: block;
      width: 16px;
      height: 16px;
      color: rgba(0, 0, 0, 0.2); }
    .content-fixed-nav .inner .slider-prev:hover .icon, .content-fixed-nav .inner .slider-next:hover .icon {
      color: rgba(0, 0, 0, 0.4); }
  .content-fixed-nav .inner .slider-prev {
    margin-left: -20px; }
  .content-fixed-nav .inner .slider-next {
    margin-right: -20px; } }

#project_hero_container {
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s, visibility 0.2s; }
  #project_hero_container .slider-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #project_hero_container .slider-loader .loader {
      width: 40px;
      height: 40px;
      display: inline-block; }
  #project_hero_container.loading {
    opacity: 0;
    overflow: hidden; }
  #project_hero_container .slider-prev, #project_hero_container .slider-next {
    height: 100%;
    background: transparent;
    width: 150px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 0; }
    #project_hero_container .slider-prev .icon, #project_hero_container .slider-next .icon {
      display: none; }
    #project_hero_container .slider-prev:before, #project_hero_container .slider-next:before {
      display: none; }
  #project_hero_container .slider-prev {
    left: 0;
    cursor: url("/images/controls/arrow-left-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/arrow-left-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/arrow-left-white.png") 1x, url("/images/controls/arrow-left-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
  #project_hero_container .slider-next {
    right: 0;
    cursor: url("/images/controls/arrow-right-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/arrow-right-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/arrow-right-white.png") 1x, url("/images/controls/arrow-right-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
  @media only screen and (max-width: 991px) {
    #project_hero_container .slider-prev, #project_hero_container .slider-next {
      height: 50px;
      width: 50px;
      padding: 0px;
      top: auto;
      bottom: 0;
      cursor: pointer; }
      #project_hero_container .slider-prev .icon, #project_hero_container .slider-next .icon {
        margin-left: 18px;
        display: block;
        width: 16px;
        height: 16px;
        color: rgba(0, 0, 0, 0.2); }
      #project_hero_container .slider-prev:hover .icon, #project_hero_container .slider-next:hover .icon {
        color: rgba(0, 0, 0, 0.4); }
    #project_hero_container .slider-prev {
      left: 30px;
      margin-left: -20px; }
    #project_hero_container .slider-next {
      right: 30px;
      margin-right: -20px; } }

#project_hero {
  margin-bottom: 0; }
  #project_hero .item .inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center; }
    #project_hero .item .inner img {
      display: none; }
  #project_hero .slick-slide {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    cursor: pointer;
    cursor: url("/images/controls/plus-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/plus-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/plus-white.png") 1x, url("/images/controls/plus-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
    #project_hero .slick-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: all .3s; }
    #project_hero .slick-slide:hover {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
    #project_hero .slick-slide:focus, #project_hero .slick-slide:active, #project_hero .slick-slide:focus:active {
      outline: none; }
  #project_hero .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #project_hero .slick-dots li {
      margin: 0;
      list-style: none;
      width: auto;
      height: auto; }
      #project_hero .slick-dots li:before {
        display: none; }
      #project_hero .slick-dots li button {
        background: transparent;
        width: 22px;
        height: 22px;
        position: relative;
        padding: 0; }
      #project_hero .slick-dots li button:before {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        margin: 0;
        background-color: rgba(255, 255, 255, 0.6);
        width: 8px;
        height: 8px;
        border-radius: 0;
        transition: all 0.2s;
        opacity: 1;
        content: ''; }
      #project_hero .slick-dots li button:hover:before {
        background-color: #ffffff; }
      #project_hero .slick-dots li.slick-active button:before {
        background-color: #ffffff;
        width: 14px;
        height: 14px; }
  @media only screen and (max-width: 1199px) {
    #project_hero .slick-dots {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 991px) {
    #project_hero .slick-dots {
      top: 100%;
      padding-top: 15px;
      padding-bottom: 15px; }
      #project_hero .slick-dots li button:before {
        background-color: rgba(99, 100, 102, 0.3); }
      #project_hero .slick-dots button:hover:before {
        background-color: rgba(99, 100, 102, 0.8); }
      #project_hero .slick-dots li.slick-active button:before {
        background-color: #636466; } }

.featured-projects {
  position: relative;
  overflow: hidden; }
  .featured-projects .slider-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .featured-projects .slider-dots-container {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }
  .featured-projects .slider-dots-inner {
    position: relative;
    height: 100%; }
  .featured-projects .slick-dots {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }
    .featured-projects .slick-dots li {
      margin: 0;
      list-style: none;
      width: auto;
      height: auto; }
      .featured-projects .slick-dots li:before {
        display: none; }
      .featured-projects .slick-dots li button {
        background: transparent;
        width: 22px;
        height: 22px;
        position: relative;
        padding: 0; }
      .featured-projects .slick-dots li button:before {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        margin: 0;
        background-color: rgba(99, 100, 102, 0.3);
        width: 8px;
        height: 8px;
        border-radius: 0;
        transition: all 0.2s;
        opacity: 1;
        content: ''; }
      .featured-projects .slick-dots li button:hover:before {
        background-color: rgba(99, 100, 102, 0.8); }
      .featured-projects .slick-dots li.slick-active button:before {
        background-color: #636466;
        width: 14px;
        height: 14px; }
  .featured-projects .slider-prev, .featured-projects .slider-next {
    height: 100%;
    background: transparent;
    width: 150px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0; }
    .featured-projects .slider-prev .icon, .featured-projects .slider-next .icon {
      display: none; }
    .featured-projects .slider-prev:before, .featured-projects .slider-next:before {
      display: none; }
  .featured-projects .slider-prev {
    left: 0;
    cursor: url("/images/controls/arrow-left-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/arrow-left-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/arrow-left-white.png") 1x, url("/images/controls/arrow-left-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
  .featured-projects .slider-next {
    right: 0;
    cursor: url("/images/controls/arrow-right-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/arrow-right-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/arrow-right-white.png") 1x, url("/images/controls/arrow-right-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
  .featured-projects .slick-slider {
    margin-bottom: 0; }
  .featured-projects .slick-list {
    overflow: visible; }
  .featured-projects .slider {
    height: 450px; }
    .featured-projects .slider .slide-item {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      border-radius: 0;
      overflow: hidden; }
    .featured-projects .slider.slick-initialized .slide-item {
      position: relative;
      opacity: 1;
      visibility: visible; }
  .featured-projects .slide-item {
    padding-top: 120px;
    position: relative;
    height: 450px; }
    .featured-projects .slide-item a:hover .project-link.outline-btn.white {
      color: #ffffff;
      border-color: #ffffff; }
    .featured-projects .slide-item .img {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .featured-projects .slide-item .img:after {
        z-index: 2;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .9;
        background: rgba(0, 0, 0, 0.6); }
    .featured-projects .slide-item .content {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      z-index: 1;
      text-align: center; }
      .featured-projects .slide-item .content h2, .featured-projects .slide-item .content .lead {
        color: #ffffff; }
      .featured-projects .slide-item .content .lead {
        margin-bottom: 50px; }
      .featured-projects .slide-item .content h2 {
        font-size: 30px;
        margin-bottom: 15px; }
    .featured-projects .slide-item .content .project-info {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      transition: opacity .4s .1s, visibility .4s .1s, -webkit-transform .4s .1s;
      transition: opacity .4s .1s, visibility .4s .1s, transform .4s .1s;
      transition: opacity .4s .1s, visibility .4s .1s, transform .4s .1s, -webkit-transform .4s .1s; }
    .featured-projects .slide-item .content .project-link {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      transition: opacity .4s .4s, visibility .4s .4s, -webkit-transform .4s .4s;
      transition: opacity .4s .4s, visibility .4s .4s, transform .4s .4s;
      transition: opacity .4s .4s, visibility .4s .4s, transform .4s .4s, -webkit-transform .4s .4s; }
    .featured-projects .slide-item.hide-content .content .project-info,
    .featured-projects .slide-item.hide-content .content .project-link {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      transition: opacity .4s, visibility .4s, -webkit-transform .4s .4s;
      transition: opacity .4s, visibility .4s, transform .4s .4s;
      transition: opacity .4s, visibility .4s, transform .4s .4s, -webkit-transform .4s .4s; }
  @media only screen and (max-width: 1199px) {
    .featured-projects .slider, .featured-projects .slide-item {
      height: 350px; } }
  @media only screen and (max-width: 991px) {
    .featured-projects .slider, .featured-projects .slide-item {
      height: 240px; }
    .featured-projects .slide-item .content {
      width: 100%;
      padding: 0 20px; }
      .featured-projects .slide-item .content .lead {
        margin-bottom: 25px;
        font-size: 16px; }
      .featured-projects .slide-item .content h2 {
        font-size: 20px;
        margin-bottom: 3px; }
    .featured-projects .slider-prev, .featured-projects .slider-next {
      height: 50px;
      width: 50px;
      padding: 0px;
      top: 100%;
      bottom: auto;
      cursor: pointer; }
      .featured-projects .slider-prev .icon, .featured-projects .slider-next .icon {
        margin-left: 18px;
        display: block;
        width: 16px;
        height: 16px;
        color: rgba(0, 0, 0, 0.2); }
      .featured-projects .slider-prev:hover .icon, .featured-projects .slider-next:hover .icon {
        color: rgba(0, 0, 0, 0.4); }
    .featured-projects .slider-prev {
      margin-left: -20px; }
    .featured-projects .slider-next {
      margin-right: -20px; } }

.recently-viewed-projects .slider-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.recently-viewed-projects .slider-dots-container {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto; }

.recently-viewed-projects .slider-dots-inner {
  position: relative;
  height: 100%; }

.recently-viewed-projects .slick-dots {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px; }
  .recently-viewed-projects .slick-dots li {
    margin: 0;
    list-style: none;
    width: auto;
    height: auto; }
    .recently-viewed-projects .slick-dots li:before {
      display: none; }
    .recently-viewed-projects .slick-dots li button {
      background: transparent;
      width: 22px;
      height: 22px;
      position: relative;
      padding: 0; }
    .recently-viewed-projects .slick-dots li button:before {
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      margin: 0;
      background-color: rgba(99, 100, 102, 0.3);
      width: 8px;
      height: 8px;
      border-radius: 0;
      transition: all 0.2s;
      opacity: 1;
      content: ''; }
    .recently-viewed-projects .slick-dots li button:hover:before {
      background-color: rgba(99, 100, 102, 0.8); }
    .recently-viewed-projects .slick-dots li.slick-active button:before {
      background-color: #636466;
      width: 14px;
      height: 14px; }

.recently-viewed-projects .slider-prev, .recently-viewed-projects .slider-next {
  background: transparent;
  z-index: 1;
  position: absolute;
  height: 50px;
  width: 50px;
  padding: 0px;
  top: 100%;
  bottom: auto; }
  .recently-viewed-projects .slider-prev .icon, .recently-viewed-projects .slider-next .icon {
    margin: 0;
    width: 16px;
    height: 16px;
    color: rgba(0, 0, 0, 0.2); }
  .recently-viewed-projects .slider-prev:hover .icon, .recently-viewed-projects .slider-next:hover .icon {
    color: rgba(0, 0, 0, 0.4); }
  .recently-viewed-projects .slider-prev:before, .recently-viewed-projects .slider-next:before {
    display: none; }

.recently-viewed-projects .slider-prev {
  margin-left: -20px;
  left: 8px; }

.recently-viewed-projects .slider-next {
  margin-right: -20px;
  right: 8px; }

.recently-viewed-projects .slider-prev, .recently-viewed-projects .slider-next {
  height: 50px;
  width: 50px;
  padding: 0px;
  top: 100%;
  bottom: auto; }
  .recently-viewed-projects .slider-prev.slick-disabled, .recently-viewed-projects .slider-next.slick-disabled {
    opacity: 0;
    pointer-events: none; }

@media only screen and (max-width: 991px) {
  .recently-viewed-projects {
    position: relative;
    overflow: visible;
    height: 280px; }
    .recently-viewed-projects .slick-slider {
      margin-bottom: 0; }
    .recently-viewed-projects .slick-list {
      overflow: visible; }
    .recently-viewed-projects .slider {
      margin: 0 -8px !important; }
      .recently-viewed-projects .slider .item {
        margin: 0 8px; }
      .recently-viewed-projects .slider .item-inner {
        height: 240px; }
      .recently-viewed-projects .slider .item {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        overflow: hidden; }
      .recently-viewed-projects .slider.slick-initialized .item {
        position: relative;
        opacity: 1;
        visibility: visible; } }

.project-slider-container {
  margin-bottom: 90px;
  position: relative; }
  .project-slider-container.slide-hover .project_modal {
    opacity: 0; }
  .project-slider-container .project-slider {
    height: 740px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s;
    margin-bottom: 0;
    border-radius: 0; }
    .project-slider-container .project-slider.slick-initialized {
      opacity: 1;
      overflow: visible; }
  .project-slider-container .item {
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    cursor: url("/images/controls/plus-white.cur") 0 0, pointer;
    /* Edge */
    cursor: url("/images/controls/plus-white.png") 0 0, pointer;
    /* Legacy */
    cursor: -webkit-image-set(url("/images/controls/plus-white.png") 1x, url("/images/controls/plus-white@2x.png") 2x) 0 0, pointer;
    /* Webkit */ }
    .project-slider-container .item:hover .inner {
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }
    .project-slider-container .item .caption {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px; }
      .project-slider-container .item .caption p {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.8); }
    .project-slider-container .item .inner {
      position: relative;
      height: 740px;
      width: 100%;
      background-size: cover;
      background-position: 50% 50%;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
      .project-slider-container .item .inner img {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        width: 100%;
        min-width: 100%;
        max-width: none;
        height: auto;
        min-height: 100%;
        display: none; }
      .project-slider-container .item .inner:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        transition: all 0.2s;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+80,000000+100&0+80,1+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 80%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
  .project-slider-container .slider-arrows-container {
    top: 100%;
    margin-top: 20px;
    margin-right: -10px; }
  .project-slider-container .open_modal {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    left: auto;
    z-index: 1;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s; }
    .project-slider-container .open_modal .icon {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      width: 20px;
      height: 20px;
      box-sizing: content-box; }
    .project-slider-container .open_modal:hover {
      background: rgba(0, 0, 0, 0.7); }
  .project-slider-container .slide-count {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: -5px; }
  .project-slider-container .project-slider-footer {
    position: relative; }
    .project-slider-container .project-slider-footer .slick-arrow {
      position: absolute;
      top: 50%;
      right: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 9;
      color: #000000; }
      .project-slider-container .project-slider-footer .slick-arrow.slider-prev {
        left: -40px; }
        .project-slider-container .project-slider-footer .slick-arrow.slider-prev svg {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      .project-slider-container .project-slider-footer .slick-arrow.slider-next {
        right: -40px; }
  .project-slider-container .gallery_thumbs_container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px; }
  .project-slider-container.last-thumb-in-view .slider-next,
  .project-slider-container.last-thumb-in-view .gallery_thumbs_container:after {
    opacity: 0;
    visibility: hidden; }
  .project-slider-container.last-thumb-in-view .slider-next {
    pointer-events: none; }
  .project-slider-container.first-thumb-in-view .slider-prev,
  .project-slider-container.first-thumb-in-view .gallery_thumbs_container:before {
    opacity: 0;
    visibility: hidden; }
  .project-slider-container.first-thumb-in-view .slider-prev {
    pointer-events: none; }
  .project-slider-container .gallery_thumbs {
    height: 130px;
    margin-top: 0;
    margin-bottom: 0; }
    .project-slider-container .gallery_thumbs .item {
      height: 130px;
      cursor: pointer; }
      .project-slider-container .gallery_thumbs .item .inner {
        width: 130px;
        height: 130px; }
        .project-slider-container .gallery_thumbs .item .inner:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.5);
          opacity: 0;
          transition: all 0.2s; }
  @media only screen and (max-width: 1440px) {
    .project-slider-container {
      margin-bottom: 70px; }
      .project-slider-container .project-slider,
      .project-slider-container .hero-slider {
        height: 600px; }
      .project-slider-container .item .inner {
        height: 600px; } }
  @media only screen and (max-width: 1366px) {
    .project-slider-container {
      margin-bottom: 60px; }
      .project-slider-container .project-slider,
      .project-slider-container .hero-slider {
        height: 500px; }
      .project-slider-container .item .inner {
        height: 500px; } }
  @media only screen and (max-width: 991px) {
    .project-slider-container {
      margin-bottom: 40px; }
      .project-slider-container .project-slider {
        height: 400px; }
      .project-slider-container .hero-slider {
        height: 400px; }
      .project-slider-container .item .inner {
        height: 400px; }
      .project-slider-container .gallery_thumbs_container {
        margin-top: 30px;
        margin-bottom: 30px; }
      .project-slider-container .gallery_thumbs {
        height: 80px; }
        .project-slider-container .gallery_thumbs .item {
          height: 80px;
          margin: 0 15px; }
          .project-slider-container .gallery_thumbs .item .inner {
            width: 80px;
            height: 80px; }
      .project-slider-container .project-slider-footer .slick-arrow.slider-prev {
        left: -30px; }
      .project-slider-container .project-slider-footer .slick-arrow.slider-next {
        right: -30px; }
      .project-slider-container .open_modal {
        width: 30px;
        height: 30px; }
        .project-slider-container .open_modal .icon {
          width: 15px;
          height: 15px; } }
  @media only screen and (max-width: 767px) {
    .project-slider-container {
      margin-bottom: 30px; }
      .project-slider-container .project-slider,
      .project-slider-container .hero-slider {
        height: 250px; }
      .project-slider-container .item .inner {
        height: 250px; }
      .project-slider-container .slider-arrows-container {
        right: 30px; }
      .project-slider-container .gallery_thumbs_container {
        margin-top: 20px;
        margin-bottom: 20px; }
      .project-slider-container .gallery_thumbs {
        height: 52px;
        margin-left: -8px;
        margin-right: -8px; }
        .project-slider-container .gallery_thumbs .item {
          height: 52px;
          margin: 0 8px; }
          .project-slider-container .gallery_thumbs .item .inner {
            width: 52px;
            height: 52px; }
      .project-slider-container .open_modal {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px; }
        .project-slider-container .open_modal .icon {
          width: 10px;
          height: 10px; }
      .project-slider-container .item .caption p {
        display: none; } }
  @media only screen and (max-width: 480px) {
    .project-slider-container .project-slider,
    .project-slider-container .hero-slider,
    .project-slider-container .item .inner {
      height: 160px; } }

#gallery_modal {
  padding: 0 !important; }
  #gallery_modal .modal-dialog {
    padding: 0; }
  #gallery_modal .modal-content {
    height: 100%;
    width: 100%;
    padding: 30px; }
  #gallery_modal .modal-close svg {
    padding: 11px; }
  #gallery_modal .gallery_container, #gallery_modal .modal-thumbs-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s; }
  #gallery_modal .gallery_container .gallery .item .inner {
    background: none !important; }
  #gallery_modal.shown .gallery_container, #gallery_modal.shown .modal-thumbs-container {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s; }
  #gallery_modal .content {
    position: relative;
    width: 100%;
    height: 100%; }
  #gallery_modal .slick-arrow {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    z-index: 10;
    color: #000000;
    transition: color 0.2s; }
    #gallery_modal .slick-arrow:hover {
      opacity: .5; }
    #gallery_modal .slick-arrow.slider-prev {
      left: 20px; }
      #gallery_modal .slick-arrow.slider-prev svg {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    #gallery_modal .slick-arrow.slider-next {
      right: 20px; }

.gallery_container {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  top: 0; }
  @media only screen and (max-width: 1199px) {
    .gallery_container {
      bottom: 120px; } }
  @media only screen and (max-width: 767px) {
    .gallery_container {
      bottom: 20px; } }
  .gallery_container .slide-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-left: auto;
    margin-top: 20px;
    float: right; }
    .gallery_container .slide-count .divider {
      width: 50px;
      height: 1px;
      background: #000000; }
    .gallery_container .slide-count .active {
      margin-right: 10px; }
    .gallery_container .slide-count .total {
      margin-left: 10px;
      opacity: .5; }
  .gallery_container .gallery {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    height: 100%;
    width: 100%;
    margin-top: 50px;
    margin: 0; }
    .gallery_container .gallery.slick-initialized {
      opacity: 1;
      visibility: visible; }
    .gallery_container .gallery .slick-list {
      height: 100%; }
    .gallery_container .gallery .slick-track {
      height: 100%; }
    .gallery_container .gallery .item {
      position: relative;
      padding: 0;
      height: 800px;
      height: 100%;
      padding-bottom: 120px; }
      @media only screen and (max-width: 1199px) {
        .gallery_container .gallery .item {
          padding-bottom: 80px; } }
      .gallery_container .gallery .item .caption {
        text-align: center;
        width: 400px;
        max-width: 100%;
        margin: 30px auto 0; }
        @media only screen and (max-width: 1199px) {
          .gallery_container .gallery .item .caption {
            margin-top: 20px; } }
      .gallery_container .gallery .item .inner {
        position: relative;
        height: 100%;
        width: 100%; }
      .gallery_container .gallery .item img {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        max-width: 100%;
        height: auto;
        max-height: 100%;
        width: auto;
        margin: 0 auto; }

.gallery_thumbs {
  position: relative;
  padding: 0;
  height: auto;
  cursor: pointer;
  margin-left: -20px;
  margin-right: -20px; }
  .gallery_thumbs .item {
    margin: 0 20px;
    transition: box-shadow 0.2s;
    position: relative; }
    .gallery_thumbs .item .caption {
      display: none; }
    .gallery_thumbs .item:hover .inner:after {
      opacity: 1; }
    .gallery_thumbs .item.slick-center .inner, .gallery_thumbs .item.slick-current .inner {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
    .gallery_thumbs .item.slick-center .inner:after, .gallery_thumbs .item.slick-current .inner:after {
      opacity: 1; }
  .gallery_thumbs .inner {
    position: relative;
    height: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    .gallery_thumbs .inner:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: all 0.2s; }
    .gallery_thumbs .inner img {
      display: none; }
  @media only screen and (max-width: 1199px) {
    .gallery_thumbs {
      margin-left: -8px;
      margin-right: -8px; }
      .gallery_thumbs .item {
        margin: 0 8px; }
      .gallery_thumbs .inner {
        width: 50px;
        height: 50px; } }

.modal-gallery-footer {
  position: absolute;
  height: 150px;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #ffffff; }
  .modal-gallery-footer .gallery_thumbs_container {
    margin: 30px auto 0px;
    height: 90px;
    overflow: hidden; }
  .modal-gallery-footer .modal-thumbs-container {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1400px;
    margin: 0 auto;
    max-width: 100%; }
    .modal-gallery-footer .modal-thumbs-container .slider-arrows-container {
      top: -10px;
      margin-left: -10px;
      margin-right: -10px; }
      .modal-gallery-footer .modal-thumbs-container .slider-arrows-container .slider-arrows {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
  @media only screen and (max-width: 1199px) {
    .modal-gallery-footer .gallery_thumbs_container {
      height: 50px;
      margin-top: 25px;
      margin-bottom: 0; }
    .modal-gallery-footer .modal-thumbs-container {
      position: absolute;
      right: 50%;
      top: auto;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      position: absolute;
      top: auto;
      bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .modal-gallery-footer {
      height: 20px; }
      .modal-gallery-footer .gallery_thumbs_container {
        display: none; } }

.gm-iw-container {
  margin-top: -30px; }

.gm-style-iw {
  left: 28px !important; }
  .gm-style-iw > div > div {
    overflow: hidden !important; }
  .gm-style-iw #project_info {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    position: relative; }
    .gm-style-iw #project_info #project_image {
      width: 300px;
      height: 170px;
      position: relative; }
      .gm-style-iw #project_info #project_image a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: 50% 50%; }
    .gm-style-iw #project_info #project_content {
      padding: 25px; }
    .gm-style-iw #project_info #project_heading {
      font-size: 15px;
      line-height: 20px;
      display: inline-block;
      color: #e75525;
      margin: 0; }
    .gm-style-iw #project_info #project_address {
      color: #e75525;
      font-size: 12px;
      line-height: 20px;
      max-width: 220px;
      margin-top: 3px;
      margin-bottom: 0; }
    .gm-style-iw #project_info #project_gmaps_link {
      color: #222222;
      text-decoration: underline;
      font-size: 12px;
      line-height: 20px; }
      .gm-style-iw #project_info #project_gmaps_link:hover {
        text-decoration: none; }

.gm-iw-arrow {
  margin-top: -11px; }
  .gm-iw-arrow > div > div {
    box-shadow: none !important;
    width: 20px !important; }
  .gm-iw-arrow > div:first-child div {
    left: 0 !important;
    -webkit-transform: skewX(50deg) !important;
        -ms-transform: skewX(50deg) !important;
            transform: skewX(50deg) !important; }
  .gm-iw-arrow > div:last-child div {
    left: -5px !important;
    -webkit-transform: skewX(-50deg) !important;
        -ms-transform: skewX(-50deg) !important;
            transform: skewX(-50deg) !important; }

.gm-iw-close {
  top: 65px !important;
  bottom: auto !important;
  right: 0 !important; }
  .gm-iw-close.has-img {
    top: 235px !important;
    bottom: auto !important; }

.mapboxgl-ctrl-logo {
  display: none !important; }

.mapboxgl-ctrl-compass {
  display: none !important; }

.mapboxgl-popup.mapboxgl-popup-anchor-top-right, .mapboxgl-popup.mapboxgl-popup-anchor-top-left, .mapboxgl-popup.mapboxgl-popup-anchor-top {
  padding-top: 30px; }

.mapboxgl-popup.mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup.mapboxgl-popup-anchor-bottom-right, .mapboxgl-popup.mapboxgl-popup-anchor-bottom {
  padding-bottom: 30px; }

.mapboxgl-popup.mapboxgl-popup-anchor-left {
  padding-left: 30px; }

.mapboxgl-popup.mapboxgl-popup-anchor-right {
  padding-right: 30px; }

.mapboxgl-popup.mapboxgl-popup-anchor-top-right, .mapboxgl-popup.mapboxgl-popup-anchor-bottom-right {
  padding-right: 0; }

.mapboxgl-popup.mapboxgl-popup-anchor-top-left, .mapboxgl-popup.mapboxgl-popup-anchor-bottom-left {
  padding-left: 0; }

.mapboxgl-popup .mapboxgl-popup-content {
  border-radius: 5px;
  background: #fff;
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 300px;
  max-width: 100%; }

.mapboxgl-popup .mapboxgl-popup-close-button {
  top: 20px;
  bottom: auto;
  right: 20px;
  opacity: .7; }
  .mapboxgl-popup .mapboxgl-popup-close-button:hover {
    opacity: 1;
    background: transparent; }
  .mapboxgl-popup .mapboxgl-popup-close-button img {
    width: 10px; }

.mapboxgl-popup .mapboxgl-popup-content.has-img .mapboxgl-popup-close-button {
  top: 190px;
  bottom: auto; }

.mapboxgl-popup .mapboxgl-popup-tip {
  display: none; }

.mapboxgl-popup .item-image {
  width: 300px;
  height: 170px;
  position: relative; }
  .mapboxgl-popup .item-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%; }
    .mapboxgl-popup .item-image a.logo {
      background-size: contain;
      background-repeat: no-repeat; }

.mapboxgl-popup .item-content {
  padding: 25px; }

.mapboxgl-popup .item-info {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  text-decoration: none; }
  .mapboxgl-popup .item-info:hover {
    text-decoration: none; }
    .mapboxgl-popup .item-info:hover .item-address {
      color: #000000; }

.mapboxgl-popup .item-heading {
  font-size: 14px;
  line-height: normal;
  color: #000000; }

.mapboxgl-popup .item-address {
  font-size: 13px;
  line-height: normal;
  margin-top: 3px;
  color: #636466; }

.mapboxgl-popup .item-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none; }
  .mapboxgl-popup .item-link:hover {
    text-decoration: underline; }

.mapboxgl-popup.smaller .mapboxgl-popup-content {
  width: 220px; }

.mapboxgl-popup.smaller .item-content {
  padding: 15px;
  padding-right: 35px; }

.mapboxgl-popup.smaller .mapboxgl-popup-close-button {
  right: 0;
  top: 7px; }

.mapboxgl-popup.smaller .item-details {
  text-decoration: none; }
  .mapboxgl-popup.smaller .item-details h6 {
    font-size: 12px;
    margin-bottom: 10px; }
  .mapboxgl-popup.smaller .item-details p {
    font-size: 12px;
    color: rgba(99, 100, 102, 0.7);
    margin-bottom: 0px;
    line-height: normal; }

@media only screen and (max-width: 1199px) {
  .mapboxgl-popup .mapboxgl-popup-content {
    width: auto;
    max-width: 300px; }
  .mapboxgl-popup .item-image {
    display: none; }
  .mapboxgl-popup .item-content {
    padding: 10px 15px;
    padding-right: 35px; }
  .mapboxgl-popup .item-heading {
    font-size: 14px; }
  .mapboxgl-popup .item-address {
    font-size: 12px;
    line-height: 18px; }
  .mapboxgl-popup .mapboxgl-popup-content.has-img .mapboxgl-popup-close-button,
  .mapboxgl-popup .mapboxgl-popup-close-button {
    right: 7px;
    top: 6px; } }

@media only screen and (max-width: 767px) {
  .mapboxgl-popup .mapboxgl-popup-content {
    max-width: 260px; } }

/*
 * Single Element CSS Spinners by lukehaas
 * http://projects.lukehaas.me/css-loaders/
 */
.loader {
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(34, 34, 34, 0.2);
  border-right: 1.1em solid rgba(34, 34, 34, 0.2);
  border-bottom: 1.1em solid rgba(34, 34, 34, 0.2);
  border-left: 1.1em solid #222222;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadAnimation 1.1s infinite linear;
  animation: loadAnimation 1.1s infinite linear; }
  .loader.white {
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff; }
  .loader.is-small {
    font-size: .1em; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes loadAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loadAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.btn-has-spinner {
  position: relative; }
  .btn-has-spinner .loader {
    font-size: .1em; }
  .btn-has-spinner .loader-container {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s; }
  .btn-has-spinner .text {
    transition: opacity 0.2s; }
  .btn-has-spinner.loading .text {
    opacity: 0; }
  .btn-has-spinner.loading .loader-container {
    opacity: 1;
    visibility: visible; }

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  color: #B94A48; }

div.ui-datepicker {
  font-size: 13px; }
  div.ui-datepicker table {
    font-size: .9em;
    line-height: 1.9em; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }
  h1.mb0, h2.mb0, h3.mb0, h4.mb0, h5.mb0, h6.mb0 {
    margin-bottom: 0px; }
  h1.mb5, h2.mb5, h3.mb5, h4.mb5, h5.mb5, h6.mb5 {
    margin-bottom: 5px; }
  h1.mb10, h2.mb10, h3.mb10, h4.mb10, h5.mb10, h6.mb10 {
    margin-bottom: 10px; }
  h1.mb20, h2.mb20, h3.mb20, h4.mb20, h5.mb20, h6.mb20 {
    margin-bottom: 20px; }
  h1.mb30, h2.mb30, h3.mb30, h4.mb30, h5.mb30, h6.mb30 {
    margin-bottom: 30px; }
  h1.mb40, h2.mb40, h3.mb40, h4.mb40, h5.mb40, h6.mb40 {
    margin-bottom: 40px; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #ffffff; }
  h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
    color: #000000; }

.orange {
  color: #e75525; }

h1 {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: normal;
  color: #000000; }

h2 {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px; }

h3 {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px; }

h4 {
  font-family: "museo-sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px; }

h5 {
  font-family: "museo-sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #000000; }

h6 {
  font-family: "museo-sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  color: #000000; }

p.lead {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  color: #000000; }

p, li {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 18px; }
  p.mb0, li.mb0 {
    margin-bottom: 0; }
  p.mb5, li.mb5 {
    margin-bottom: 5px; }
  p.mb10, li.mb10 {
    margin-bottom: 10px; }

.text-small {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  color: #636466; }

b, strong {
  font-weight: 500; }

a, .link {
  color: #e75525;
  text-decoration: underline;
  cursor: pointer;
  transition: all ease .2s; }
  a:hover, a:focus, .link:hover, .link:focus {
    color: #e75525;
    text-decoration: none; }
  a:active, .link:active {
    text-decoration: underline; }

.secondary-link {
  color: rgba(0, 0, 0, 0.6); }
  .secondary-link:hover, .secondary-link:focus {
    color: rgba(0, 0, 0, 0.6); }

ul {
  list-style-type: disc; }

ol, ul {
  margin: 0;
  padding: 0; }
  ol li, ul li {
    padding-left: 0;
    padding-bottom: 10px; }
  ol li:last-child, ul li:last-child {
    padding-bottom: 0; }

ul li {
  list-style-type: none;
  position: relative;
  padding-left: 24px; }
  ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 100, 102, 0.3);
    position: absolute;
    top: 9px;
    left: 0; }

ol {
  counter-reset: item;
  list-style: none; }
  ol li {
    position: relative; }
  ol li:before {
    content: counter(item, decimal-leading-zero) ".";
    counter-increment: item;
    color: #636466;
    margin-right: 18px;
    width: 14px;
    position: relative; }

ol.style-none, ul.style-none {
  list-style-type: none;
  padding: 0; }
  ol.style-none li, ul.style-none li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  ol.style-none li:before, ul.style-none li:before {
    display: none; }

.cms-area h1:first-child {
  margin-top: 0; }

.cms-area p {
  margin-bottom: 20px; }

.cms-area ul {
  list-style-type: disc;
  list-style-position: inside; }

.cms-area ol {
  list-style-type: decimal;
  list-style-position: inside; }

.cms-area ul ul, .cms-area ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

.cms-area ol ol, .cms-area ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px; }

.cms-area .img-left {
  float: left;
  margin-right: 15px;
  margin-top: 15px; }

.cms-area .img-right {
  float: right;
  margin-left: 15px;
  margin-top: 15px; }

.freeform-content {
  max-width: 1000px;
  width: 100%; }
  .freeform-content hr {
    border-color: rgba(99, 100, 102, 0.1);
    margin: 40px 0; }

.cms-content-row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 22px;
  margin-bottom: 40px; }
  .cms-content-row:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .cms-content-row table {
    width: auto;
    margin: 0;
    border-collapse: separate;
    border-radius: 0;
    overflow: hidden;
    max-width: none;
    position: relative; }
    .cms-content-row table th, .cms-content-row table td {
      white-space: nowrap;
      cursor: default; }
    .cms-content-row table thead {
      background-color: #f1efec;
      color: rgba(0, 0, 0, 0.5);
      text-align: left;
      font-size: 16px; }
      @media only screen and (max-width: 1440px) {
        .cms-content-row table thead {
          font-size: 15px; } }
      .cms-content-row table thead th, .cms-content-row table thead td {
        border: 0;
        border-right: 1px solid #f1efec;
        padding: 20px;
        border-color: #f1efec;
        padding: 15px;
        z-index: 1;
        padding-right: 25px;
        background-color: #636466;
        color: #ffffff;
        white-space: nowrap;
        background-position: right 3px top 50%; }
        .cms-content-row table thead th:focus, .cms-content-row table thead td:focus {
          outline: none; }
      .cms-content-row table thead th:first-child, .cms-content-row table thead td:first-child {
        border-top-left-radius: 0; }
      .cms-content-row table thead th:last-child, .cms-content-row table thead td:last-child {
        border-right: 0;
        border-top-right-radius: 0; }
    .cms-content-row table tbody {
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05); }
      .cms-content-row table tbody tr {
        position: relative; }
        .cms-content-row table tbody tr td {
          border-right: solid 1px #e1e1e1;
          border-top: solid 1px #e1e1e1;
          border-bottom: 0;
          color: #000000;
          position: relative;
          padding: 15px;
          font-size: 14px;
          position: relative; }
        .cms-content-row table tbody tr:hover td {
          background: #fff7f5 !important; }
          .cms-content-row table tbody tr:hover td:first-child:after {
            opacity: 1; }
        .cms-content-row table tbody tr.even td, .cms-content-row table tbody tr:nth-child(even) {
          background: #f9f9f9; }
        .cms-content-row table tbody tr.odd td, .cms-content-row table tbody tr:nth-child(odd) {
          background: white; }
        .cms-content-row table tbody tr:first-child td {
          border-top: 1px solid #e1e1e1; }
          .cms-content-row table tbody tr:first-child td:first-child {
            border-top-left-radius: 0; }
          .cms-content-row table tbody tr:first-child td:last-child {
            border-top-right-radius: 0; }
        .cms-content-row table tbody tr:last-child td {
          border-bottom: 1px solid #e1e1e1; }
          .cms-content-row table tbody tr:last-child td:first-child {
            border-bottom-left-radius: 0; }
          .cms-content-row table tbody tr:last-child td:last-child {
            border-bottom-right-radius: 0; }

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 30px;
    line-height: 38px; }
  h2 {
    font-size: 26px;
    line-height: 30px; }
  h3 {
    font-size: 20px;
    line-height: 24px; }
  h4 {
    font-size: 17px;
    line-height: 22px; }
  h5 {
    font-size: 15px;
    line-height: 19px; }
  h6 {
    font-size: 13px;
    line-height: 17px; }
  p.lead {
    font-size: 17px;
    line-height: 24px; }
  p, li {
    font-size: 15px;
    line-height: 25px; } }

@media only screen and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: normal; }
  h1 {
    font-size: 22px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 13px;
    line-height: 20px; }
  h6 {
    font-size: 12px; }
  p, li {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .02em; }
  .lead {
    font-size: 16px; } }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
  background: #f1efec;
  -webkit-backface-visibility: hidden; }
  @media only screen and (max-width: 1440px) {
    body {
      font-size: 15px;
      line-height: 25px; } }

@media only screen and (max-width: 991px) {
  .touch body {
    overflow-x: hidden; } }

.ios-only {
  display: none; }

html.is-ios .ios-hidden {
  display: none !important; }

html.is-ios .ios-only {
  display: block; }

.disabled-link {
  point-events: none;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }
  .disabled-link:hover {
    text-decoration: none; }

@media only screen and (max-width: 991px) {
  .mobile-hidden {
    display: none; } }

.is-hidden {
  opacity: 0;
  visibility: hidden; }

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

.portal-wrapper {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 1440px) {
    .portal-wrapper {
      max-width: 1680px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 991px) {
    .portal-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }

.content-header.portal-flex-header .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (max-width: 991px) {
  .content-header.portal-flex-header .flex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .content-header.portal-flex-header .flex > div {
      margin-bottom: 20px; }
      .content-header.portal-flex-header .flex > div:last-child {
        margin-bottom: 0; } }

.flexible-container.flexible-left {
  width: 50%;
  float: left; }

.flexible-container.flexible-right {
  width: 50%;
  float: right; }

.header-links .remove-link {
  margin-right: 20px;
  display: inline-block;
  text-decoration: none; }
  .header-links .remove-link:hover {
    text-decoration: underline; }
  .header-links .remove-link .icon {
    padding: 2px;
    opacity: 0;
    transition: opacity 0.2s; }
  .header-links .remove-link.loading .icon {
    opacity: 1; }

.header-links.favourite-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 991px) {
    .header-links.favourite-links {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }
      .header-links.favourite-links .remove-link {
        margin-top: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-links.favourite-links .remove-link .icon {
          margin-right: 0;
          margin-left: 10px; } }

@media only screen and (max-width: 991px) {
  .content-header > .flex.favourite-flex-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

#resource_icon #left {
  fill: #78787b; }

#resource_icon #left_corner {
  fill: #e75525; }

#resource_icon #right {
  fill: #e75525; }

#resource_icon #right_corner {
  fill: #78787b; }

#main {
  overflow-x: hidden;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    #main {
      margin-top: 70px; } }

.content-header {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (min-height: 1024px) and (min-width: 1199px) {
    .content-header {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .content-header.has-padding {
    padding-left: 60px;
    padding-right: 60px; }
  .content-header .flex {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .content-header .flex .project-links {
      margin-bottom: 0;
      margin-right: -20px; }
  .content-header .align-edge {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .content-header .align-edge .project-links {
      margin-bottom: 0;
      margin-right: -20px; }
  .content-header .btn-row {
    margin-top: 20px; }
  .content-header h1 {
    display: inline-block;
    margin-top: 0;
    font-size: 22px; }
  .content-header .banner {
    margin-top: 60px;
    background-image: url("/uploaded/project/richmond-building.jpg");
    background-size: cover;
    height: 420px;
    width: 100%;
    position: relative;
    margin-left: -60px;
    margin-right: -60px;
    width: calc(100% + 100px); }
    .content-header .banner .overlay {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: #c2471e;
      opacity: .7;
      z-index: 0; }
    .content-header .banner h1 {
      font-size: 50px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white; }
  @media only screen and (max-width: 1440px) {
    .content-header.has-padding {
      padding-left: 40px;
      padding-right: 40px; }
    .content-header .banner {
      margin-left: -40px;
      margin-right: -40px; } }
  @media only screen and (max-width: 991px) {
    .content-header {
      margin-top: 30px;
      margin-bottom: 30px; }
      .content-header .banner {
        display: none; }
      .content-header .btn-row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .content-header .btn-row a:nth-child(2) {
          margin-top: 30px; }
      .content-header > div > h1 {
        font-size: 18px;
        margin: 0; }
      .content-header > .flex {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .content-header > .flex h1 {
          margin: 0;
          font-size: 18px; }
        .content-header > .flex .links {
          margin-right: -15px; }
          .content-header > .flex .links li a {
            padding: 8px 15px; } }

.content-header {
  position: relative;
  margin-bottom: 60px; }
  .content-header .header-subheading {
    margin-bottom: 0; }
    .content-header .header-subheading a {
      text-decoration: none;
      font-size: 16px;
      font-family: "museo-sans";
      font-weight: "museo-sans";
      color: #b3b3b3; }
      .content-header .header-subheading a:hover {
        text-decoration: none;
        color: #636466; }
  .content-header .header-heading {
    color: #000000; }
    .content-header .header-heading a {
      color: inherit;
      text-decoration: none; }
      .content-header .header-heading a:hover {
        color: #636466;
        text-decoration: none; }
  .content-header .header-align-right {
    position: absolute;
    top: 0;
    right: 60px; }
  .content-header .project-links {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .content-header .time-remaining-container {
    text-align: right; }
    .content-header .time-remaining-container p {
      font-size: 14px;
      color: #000000; }
  .content-header .time-remaining {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.4); }
    .content-header .time-remaining strong {
      color: #000000; }
    .content-header .time-remaining span {
      padding-right: 15px;
      margin-top: 15px;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .content-header .time-remaining span:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: 0; }
  @media only screen and (max-width: 1440px) {
    .content-header .header-align-right {
      right: 40px; } }
  @media only screen and (max-width: 1199px) {
    .content-header .header-align-right {
      position: relative;
      top: auto;
      right: auto;
      margin-top: 20px;
      padding-left: 30px;
      padding-right: 30px; }
    .content-header .time-remaining-container {
      text-align: left; } }

#page-banner {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px; }
  #page-banner.has-img {
    height: 350px;
    padding-top: 0; }
    #page-banner.has-img .banner-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      z-index: 2; }
    #page-banner.has-img h1 {
      color: #ffffff;
      margin-bottom: 0; }
  #page-banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden; }
    #page-banner .banner-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .8;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, black 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
  @media only screen and (max-width: 1199px) {
    #page-banner.has-img {
      height: 300px; }
      #page-banner.has-img .banner-content {
        bottom: 40px; } }
  @media only screen and (max-width: 991px) {
    #page-banner.has-img {
      height: 250px; }
      #page-banner.has-img .banner-content {
        bottom: 30px; }
      #page-banner.has-img h1 {
        font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    #page-banner.has-img {
      height: 200px; } }

.page-breadcrumbs {
  margin-bottom: 30px;
  font-size: 14px;
  color: #000000; }
  .page-breadcrumbs a {
    color: #b3b3b3;
    text-decoration: none;
    display: inline-block;
    padding-right: 10px;
    margin-right: 8px;
    position: relative;
    transition: color 0.2s; }
    .page-breadcrumbs a:hover {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.6); }
    .page-breadcrumbs a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 12px;
      width: 1px;
      right: 0;
      background: #b3b3b3; }

/* Sticky footer */
.wrap, #inner-footer {
  margin: 0 auto; }

.wrap {
  background-color: transparent;
  color: #333333;
  min-height: 100%; }
  @media only screen and (max-width: 991px) {
    .wrap {
      margin-bottom: 0; } }

@media only screen and (max-width: 991px) {
  #main-footer, .wrap:after {
    height: auto; } }

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

.full-width {
  position: relative;
  margin-left: -60px;
  margin-right: -60px; }
  @media only screen and (max-width: 1440px) {
    .full-width {
      margin-left: -40px;
      margin-right: -40px; } }
  @media only screen and (max-width: 991px) {
    .full-width {
      margin-left: -30px;
      margin-right: -30px; } }

/* tooltip */
.tooltip {
  white-space: nowrap; }
  .tooltip .tooltip-inner {
    background-color: #636466; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #636466; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #636466; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #636466; }
  .tooltip.left .tooltip-arrow {
    border-left-color: #636466; }

/* text */
img {
  max-width: 100%; }

button:hover, button:focus {
  outline: 0; }

.has-icon .text {
  vertical-align: middle; }

.has-icon .icon {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; }
  .has-icon .icon svg {
    display: block;
    width: 100%;
    height: 100%; }

.has-icon.icon-right .icon {
  margin-right: auto;
  margin-left: 10px; }

a.has-icon, a.has-icon:hover {
  text-decoration: none; }

.icon.reverse, .user-settings.open .dropdown-toggle .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.icon.rotate-90 {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.icon.rotate90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

svg.icon {
  width: 20px;
  height: 20px; }
  svg.icon.w10 {
    width: 10px;
    height: 10px; }
  svg.icon.w15 {
    width: 15px;
    height: 15px; }

.icon.doc {
  color: #e75525;
  stroke: #DCD6D0; }

.toggle-plus-minus {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #dddddd;
  background: #ffffff;
  position: relative; }
  .toggle-plus-minus .vertical, .toggle-plus-minus .horizontal {
    position: absolute;
    background: #000000; }
  .toggle-plus-minus .vertical {
    width: 1px;
    height: 12px;
    left: 50%;
    margin-left: -.5px;
    top: 50%;
    margin-top: -6px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .toggle-plus-minus .horizontal {
    width: 12px;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -.5px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1; }
  .toggle-plus-minus.off .vertical {
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .toggle-plus-minus.off .horizontal {
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  .toggle-plus-minus:hover {
    border-color: #b3b3b3; }

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

.mr10 {
  margin-right: 10px; }

/* Styled scroll */
.styled-scroll::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  background-clip: padding-box;
  border-radius: 30px;
  border: 10px solid transparent; }

.styled-scroll::-webkit-scrollbar {
  width: 30px;
  height: 30px; }

.styled-scroll::-webkit-scrollbar-thumb {
  height: 10px;
  border: 10px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 30px;
  background-color: #b3b3b3;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }

.styled-scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 100px; }

.styled-scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 100px; }

.styled-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none; }

.styled-scroll::-webkit-scrollbar-corner {
  background-color: transparent; }

.styled-scroll.scroll-gray-bg::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  background-clip: padding-box;
  border-radius: 30px;
  border: 10px solid transparent; }

.styled-scroll.empty-scrollbar-v::-webkit-scrollbar-track:vertical {
  background-color: transparent; }

.styled-scroll.empty-scrollbar-h::-webkit-scrollbar-track:horizontal {
  background-color: transparent; }

@media only screen and (max-width: 1199px) {
  .tablet-hidden {
    display: none; } }

#page-content .top-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-content-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .page-content-row .page-content-main {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%; }
  .page-content-row .page-content-sidebar {
    width: 300px;
    margin-left: 50px;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  @media only screen and (max-width: 1199px) {
    .page-content-row .page-content-sidebar, .page-content-row #page_subnav_container {
      display: none; } }

#page_subnav .subnav-menu .back-link {
  padding: 0;
  width: auto;
  margin-left: 0;
  font-size: 14px;
  color: #b3b3b3;
  opacity: 1; }

@media only screen and (max-width: 1199px) {
  #page_subnav {
    display: none; } }

.children-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px; }
  .children-thumbs > article {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 25px; }
    .children-thumbs > article a,
    .children-thumbs > article .content {
      display: inline-block;
      width: 100%; }
    .children-thumbs > article a {
      position: relative;
      box-shadow: 0px 2px 8px 0px rgba(127, 127, 127, 0.1);
      text-decoration: none;
      height: 100%;
      background: #ffffff;
      transition: all 0.2s; }
      .children-thumbs > article a:hover {
        box-shadow: 0px 2px 8px 0px rgba(127, 127, 127, 0.4); }
        .children-thumbs > article a:hover .text-link {
          color: #c2471e; }
        .children-thumbs > article a:hover .img {
          background-color: #c8c3bd; }
    .children-thumbs > article .img {
      height: 70px;
      width: 70px;
      background: #dcd6d0;
      color: #000000;
      position: relative;
      margin-top: -25px;
      margin-left: 40px;
      transition: background 0.2s; }
      .children-thumbs > article .img svg {
        display: block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
    .children-thumbs > article .content {
      padding: 25px 40px 30px;
      min-height: 150px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .children-thumbs > article .content p {
        color: #000000;
        font-size: 14px; }
    .children-thumbs > article .text-link {
      position: relative; }
      .children-thumbs > article .text-link .icon {
        width: 12px;
        height: 12px; }
  .children-thumbs.is-first-level > article .img {
    background: #e75525;
    color: #ffffff; }
  .children-thumbs.is-first-level > article a:hover .img {
    background-color: #c2471e; }
  @media only screen and (max-width: 1440px) {
    .children-thumbs > article .img {
      height: 60px;
      width: 60px; }
      .children-thumbs > article .img svg {
        width: 26px;
        height: 26px; } }
  @media only screen and (max-width: 1199px) {
    .children-thumbs > article {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .children-thumbs > article {
      width: 100%; } }

#page_subnav .subnav-menu a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 8px 10px;
  margin-left: -10px;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.4);
  transition: all .2s; }
  #page_subnav .subnav-menu a:hover {
    color: rgba(0, 0, 0, 0.6); }

#page_subnav .subnav-menu .parent-page-heading {
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 15px;
  margin-top: 70px; }
  #page_subnav .subnav-menu .parent-page-heading h5 {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd; }

#page_subnav .subnav-menu a.active,
#page_subnav .subnav-menu a.active:hover {
  color: #e75525; }

.favourites-page #clearAll {
  text-align: right;
  cursor: pointer; }

@media only screen and (max-width: 991px) {
  .favourites-page .export-favourites-group {
    display: none; } }

.favourites-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .favourites-heading h1 {
    margin-bottom: 0; }
  .favourites-heading .user-favourites {
    margin-left: 50px;
    color: #000000;
    font-size: 14px; }
    .favourites-heading .user-favourites .icon {
      color: #e75525;
      width: 16px;
      height: 16px;
      margin-right: 10px; }

.approve-eoi-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .approve-eoi-header .btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .approve-eoi-header .btns .btn, .approve-eoi-header .btns .panel-btn, .approve-eoi-header .btns .panel-control span, .panel-control .approve-eoi-header .btns span, .approve-eoi-header .btns .panel-control label, .panel-control .approve-eoi-header .btns label, .approve-eoi-header .btns .main-btn, .approve-eoi-header .btns .outline-btn, .approve-eoi-header .btns .dl-btn, .approve-eoi-header .btns .doc-list .item .document-btn, .doc-list .item .approve-eoi-header .btns .document-btn, .approve-eoi-header .btns .doc-list .item .view-btn, .doc-list .item .approve-eoi-header .btns .view-btn {
      margin-left: 15px; }
    .approve-eoi-header .btns .btn:first-child, .approve-eoi-header .btns .panel-btn:first-child, .approve-eoi-header .btns .panel-control span:first-child, .panel-control .approve-eoi-header .btns span:first-child, .approve-eoi-header .btns .panel-control label:first-child, .panel-control .approve-eoi-header .btns label:first-child, .approve-eoi-header .btns .main-btn:first-child, .approve-eoi-header .btns .outline-btn:first-child, .approve-eoi-header .btns .dl-btn:first-child, .approve-eoi-header .btns .doc-list .item .document-btn:first-child, .doc-list .item .approve-eoi-header .btns .document-btn:first-child, .approve-eoi-header .btns .doc-list .item .view-btn:first-child, .doc-list .item .approve-eoi-header .btns .view-btn:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 991px) {
    .approve-eoi-header {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .approve-eoi-header .btns {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .approve-eoi-header .btns {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .approve-eoi-header .btns .btn, .approve-eoi-header .btns .panel-btn, .approve-eoi-header .btns .panel-control span, .panel-control .approve-eoi-header .btns span, .approve-eoi-header .btns .panel-control label, .panel-control .approve-eoi-header .btns label, .approve-eoi-header .btns .main-btn, .approve-eoi-header .btns .outline-btn, .approve-eoi-header .btns .dl-btn, .approve-eoi-header .btns .doc-list .item .document-btn, .doc-list .item .approve-eoi-header .btns .document-btn, .approve-eoi-header .btns .doc-list .item .view-btn, .doc-list .item .approve-eoi-header .btns .view-btn {
        margin-bottom: 15px;
        margin-left: 0;
        width: 100%; }
      .approve-eoi-header .btns .btn:last-child, .approve-eoi-header .btns .panel-btn:last-child, .approve-eoi-header .btns .panel-control span:last-child, .panel-control .approve-eoi-header .btns span:last-child, .approve-eoi-header .btns .panel-control label:last-child, .panel-control .approve-eoi-header .btns label:last-child, .approve-eoi-header .btns .main-btn:last-child, .approve-eoi-header .btns .outline-btn:last-child, .approve-eoi-header .btns .dl-btn:last-child, .approve-eoi-header .btns .doc-list .item .document-btn:last-child, .doc-list .item .approve-eoi-header .btns .document-btn:last-child, .approve-eoi-header .btns .doc-list .item .view-btn:last-child, .doc-list .item .approve-eoi-header .btns .view-btn:last-child {
        margin-bottom: 0; } }

.approve-eoi-details {
  margin-bottom: 40px; }

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex-row > div {
    display: inline-block;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5%;
    margin-left: 40px; }
    .flex-row > div:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 991px) {
    .flex-row {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .flex-row > div {
        margin-left: 0; } }

.flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

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

.flex-auto {
  -webkit-flex: 0 0 auto !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important; }

.no-flexboxlegacy .project-page .doc-list .item .text {
  display: block !important; }

.no-flexboxlegacy .module-panel .has-icon {
  line-height: 42px; }

.no-flexboxlegacy .module-panel span {
  line-height: 22px; }

.no-flexboxlegacy .panel-files a svg {
  width: 42px;
  float: left; }

.no-flexboxlegacy .salesboard-pdf-orientation-label {
  height: 120px; }
  .no-flexboxlegacy .salesboard-pdf-orientation-label:after {
    display: inline-block; }

.no-flexboxlegacy .salesboard-pdf-size-label {
  height: 200px; }
  .no-flexboxlegacy .salesboard-pdf-size-label:after {
    display: inline-block; }

#pre-header {
  background: #191919;
  padding: 0 60px;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px; }
  #pre-header .user-settings {
    margin-left: 15px;
    margin-right: -20px; }
    #pre-header .user-settings .dropdown-toggle {
      display: inline-block; }
  #pre-header .preheader-item {
    position: relative; }
    #pre-header .preheader-item:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 22px;
      background: rgba(255, 255, 255, 0.1); }
  #pre-header .preheader-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6); }
    #pre-header .preheader-link:hover {
      color: #ffffff;
      text-decoration: none; }
  @media only screen and (max-width: 1440px) {
    #pre-header {
      font-size: 13px;
      padding: 0 40px; } }

.preheader-item {
  padding: 0 30px; }
  .preheader-item .icon {
    width: 15px;
    height: 15px;
    color: #dbd6cf;
    opacity: .5; }

.pre-header-inner {
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.user-settings span, .user-settings a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  transition: color .2s; }

.user-settings.open .dropdown-toggle span {
  color: #ffffff; }

.user-settings .dropdown-toggle {
  position: relative;
  background: #191919;
  border: 1px solid #191919;
  height: 38px;
  display: block;
  border-radius: 30px;
  padding-right: 20px;
  padding-left: 40px;
  cursor: pointer; }
  .user-settings .dropdown-toggle:hover span, .user-settings .dropdown-toggle:hover a {
    color: #ffffff; }
  .user-settings .dropdown-toggle .dot {
    position: absolute;
    left: 15px;
    top: 14px;
    width: 10px;
    height: 10px;
    background: #3cb878;
    border-radius: 100%; }
  .user-settings .dropdown-toggle .has-icon span {
    line-height: 38px; }
  .user-settings .dropdown-toggle .has-icon .icon {
    width: 10px;
    height: 10px;
    color: rgba(255, 255, 255, 0.4); }

.user-settings .dropdown-menu {
  background: #191919;
  font-size: 13px;
  padding: 5px 0;
  min-width: 0;
  width: 100%; }
  .user-settings .dropdown-menu a {
    padding: 10px 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6); }
    .user-settings .dropdown-menu a:hover {
      color: #ffffff;
      background-color: #191919; }

.dropdown-menu {
  border-radius: 0;
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 9999; }
  .dropdown-menu li {
    margin-bottom: 0; }
  .dropdown-menu li.active a {
    color: #ffffff;
    background-color: transparent; }
  .dropdown-menu li.active.dropdown-submenu ul a {
    color: rgba(255, 255, 255, 0.8); }
    .dropdown-menu li.active.dropdown-submenu ul a:hover {
      color: #ffffff; }
  .dropdown-menu .dropdown-submenu:hover > a {
    color: #ffffff; }
  .dropdown-menu .dropdown-submenu .dropdown-menu {
    border-top-right-radius: 0;
    min-width: 0; }
    .dropdown-menu .dropdown-submenu .dropdown-menu a {
      padding: 12px 20px; }

@media only screen and (max-width: 1199px) {
  body.menu-on #main-header {
    position: absolute; } }

#main-header {
  height: 90px;
  padding: 0 60px;
  background: #333;
  position: relative; }
  #main-header .dropdown-backdrop {
    display: none; }
  @media only screen and (max-width: 1440px) {
    #main-header {
      padding: 0 40px; } }
  @media only screen and (max-width: 1199px) {
    #main-header {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 10001; } }
  #main-header #main-nav {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  #main-header .header-logo {
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: 40px; }
    #main-header .header-logo #header-logo {
      width: 162px;
      height: 45px; }
      @media only screen and (max-width: 1440px) {
        #main-header .header-logo #header-logo {
          width: 140px;
          height: 39px; } }
      #main-header .header-logo #header-logo > svg {
        width: 100%;
        height: 100%; }
    @media only screen and (max-width: 1366px) {
      #main-header .header-logo {
        margin-right: 15px; }
        #main-header .header-logo #header-logo {
          width: 120px;
          height: 33px; } }
  #main-header .navbar-toggle {
    height: 36px;
    margin-top: 25px; }
    #main-header .navbar-toggle span {
      background: #ffffff; }
  #main-header #header-menu {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #main-header #header-menu .navbar-nav {
      height: 100%; }
      #main-header #header-menu .navbar-nav > li {
        padding: 23px 0; }
        #main-header #header-menu .navbar-nav > li:hover > a:after {
          opacity: 1; }
        #main-header #header-menu .navbar-nav > li > a:after {
          content: '';
          position: absolute;
          bottom: -24px;
          left: 25px;
          width: 40px;
          max-width: 100%;
          height: 2px;
          background: white;
          z-index: 99999;
          opacity: 0;
          transition: opacity 0.2s; }
    #main-header #header-menu li {
      font-size: 16px;
      margin-bottom: 0; }
      #main-header #header-menu li a {
        color: rgba(255, 255, 255, 0.8);
        padding: 12px 25px;
        text-decoration: none;
        position: relative;
        font-size: 16px;
        line-height: normal; }
        #main-header #header-menu li a:hover, #main-header #header-menu li a:focus {
          background: transparent;
          color: #ffffff;
          text-decoration: none; }
      #main-header #header-menu li.active > a {
        color: #ffffff; }
        #main-header #header-menu li.active > a:after {
          opacity: 1; }
    #main-header #header-menu .dropdown-menu {
      background: #333;
      border-radius: 0;
      font-size: 15px;
      border: none;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      z-index: 9999; }
      #main-header #header-menu .dropdown-menu a:hover {
        background: #636466; }
      #main-header #header-menu .dropdown-menu li.active > a {
        color: #ffffff;
        background-color: #444; }
        #main-header #header-menu .dropdown-menu li.active > a:hover {
          background-color: #636466; }
      #main-header #header-menu .dropdown-menu li.active.dropdown-submenu ul a {
        color: rgba(255, 255, 255, 0.8); }
        #main-header #header-menu .dropdown-menu li.active.dropdown-submenu ul a:hover {
          color: #ffffff; }
      #main-header #header-menu .dropdown-menu .dropdown-submenu:hover > a {
        color: #ffffff; }
      #main-header #header-menu .dropdown-menu .dropdown-submenu .dropdown-menu {
        border-top-right-radius: 0;
        min-width: 0; }
        #main-header #header-menu .dropdown-menu .dropdown-submenu .dropdown-menu a {
          padding: 12px 20px; }
    #main-header #header-menu .nav .dropdown:hover > .dropdown-menu {
      display: block; }
    @media only screen and (max-width: 1440px) {
      #main-header #header-menu li {
        font-size: 14px; }
        #main-header #header-menu li a {
          font-size: 14px;
          padding: 12px 16px; }
      #main-header #header-menu .user-favourites a {
        font-size: 13px; }
      #main-header #header-menu .dropdown-submenu > a {
        padding-right: 25px; } }
    @media only screen and (max-width: 1199px) {
      #main-header #header-menu li a {
        padding-left: 0;
        padding-right: 0; }
      #main-header #header-menu .pull-right {
        float: none !important; } }
  #main-header .dropdown-submenu {
    position: relative; }
    #main-header .dropdown-submenu .dropdown-menu {
      margin-top: 0;
      top: 0;
      left: 100%;
      border-radius: 0; }
    #main-header .dropdown-submenu .nav > .dropdown-menu {
      margin-top: -6px;
      margin-left: -1px; }
    #main-header .dropdown-submenu > a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: rgba(255, 255, 255, 0.8);
      margin-top: 7px;
      margin-right: -14px; }
    #main-header .dropdown-submenu:hover > .dropdown-menu {
      display: block; }
    #main-header .dropdown-submenu:hover > a:after {
      border-left-color: #ffffff; }
    #main-header .dropdown-submenu.pull-left {
      float: none; }
      #main-header .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 0; }

.eoi-link {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  font-size: 14px; }

.user-favourites a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-decoration: none; }
  .user-favourites a:hover {
    color: #ffffff;
    text-decoration: none; }
  .user-favourites a .icon {
    color: #e75525;
    margin-right: 15px;
    margin-top: -3px; }

#header-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #header-menu > ul {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

#trigger-mobile-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  top: 24px;
  left: 0;
  box-sizing: initial;
  width: 24px;
  height: 22px;
  padding: 0;
  text-align: right;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-box: initial; }
  #trigger-mobile-menu > div {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 400; }
  #trigger-mobile-menu:active {
    transition: 0; }
  #trigger-mobile-menu:focus {
    outline: 0; }
  #trigger-mobile-menu .lines {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    transition: 0.3s;
    display: block;
    position: relative; }
    #trigger-mobile-menu .lines:before, #trigger-mobile-menu .lines:after {
      display: inline-block;
      width: 24px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0;
      transition: 0.3s;
      position: absolute;
      right: 0;
      content: '';
      -webkit-transform-origin: 1.7142857143px center;
          -ms-transform-origin: 1.7142857143px center;
              transform-origin: 1.7142857143px center; }
    #trigger-mobile-menu .lines:before {
      top: 7px; }
    #trigger-mobile-menu .lines:after {
      top: -7px; }
  #trigger-mobile-menu.off {
    float: none;
    font-size: 1em;
    text-shadow: none;
    opacity: 1;
    visibility: visible; }
    #trigger-mobile-menu.off .lines {
      background: transparent !important; }
      #trigger-mobile-menu.off .lines:before, #trigger-mobile-menu.off .lines:after {
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        top: 0;
        width: 24px;
        background: rgba(255, 255, 255, 0.5); }
      #trigger-mobile-menu.off .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg); }
      #trigger-mobile-menu.off .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg); }

#trigger-mobile-subnav {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  top: 24px;
  right: 0;
  box-sizing: initial;
  width: 24px;
  height: 22px;
  padding: 0;
  text-align: right;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-box: initial;
  margin-right: -18px; }
  #trigger-mobile-subnav > div {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 400; }
  #trigger-mobile-subnav:active {
    transition: 0; }
  #trigger-mobile-subnav:focus {
    outline: 0; }
  #trigger-mobile-subnav .dots {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.3s;
    display: block;
    position: relative; }
    #trigger-mobile-subnav .dots:before, #trigger-mobile-subnav .dots:after {
      display: inline-block;
      width: 5px;
      height: 5px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      transition: 0.3s;
      position: absolute;
      right: 0;
      content: '';
      -webkit-transform-origin: 1.7142857143px center;
          -ms-transform-origin: 1.7142857143px center;
              transform-origin: 1.7142857143px center; }
    #trigger-mobile-subnav .dots:before {
      top: 7px; }
    #trigger-mobile-subnav .dots:after {
      top: -7px; }
  #trigger-mobile-subnav.off .dots, #trigger-mobile-subnav.off .dots:before, #trigger-mobile-subnav.off .dots:after {
    background: #ffffff; }
  @media only screen and (max-width: 1199px) {
    #trigger-mobile-subnav {
      opacity: 1;
      visibility: visible; } }

#mobile-menu {
  position: absolute;
  background: #222222;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding-top: 70px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  overflow-x: hidden; }
  #mobile-menu ul {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: left;
    width: 100%; }
    #mobile-menu ul li {
      border-bottom: 1px solid #222222; }
      #mobile-menu ul li:first-child {
        border-top: 1px solid #222222; }
      #mobile-menu ul li.active a {
        color: #ffffff; }
    #mobile-menu ul a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      padding: 10px 40px;
      display: block;
      position: relative;
      font-size: 15px;
      line-height: 21px; }
      #mobile-menu ul a:hover, #mobile-menu ul a:focus {
        color: #ffffff; }
  #mobile-menu .logout {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    text-decoration: none; }
    #mobile-menu .logout:hover, #mobile-menu .logout:focus {
      text-decoration: none; }
  #mobile-menu.on {
    opacity: 1;
    visibility: visible; }
  #mobile-menu .mobile-secondary-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    width: 100%;
    padding: 15px 40px;
    margin-bottom: 5px; }
    #mobile-menu .mobile-secondary-links a .icon {
      color: #636466; }
  #mobile-menu .mobile-secondary-links .favourites-link .icon {
    color: #e75525; }
  #mobile-menu .bottom-links {
    background-color: #191919;
    padding: 5px 0; }
    #mobile-menu .bottom-links a {
      color: #636466; }
    #mobile-menu .bottom-links .cms-link {
      padding-left: 69px; }
    #mobile-menu .bottom-links .eoi-approval {
      color: rgba(255, 255, 255, 0.6); }
      #mobile-menu .bottom-links .eoi-approval .icon {
        color: rgba(255, 255, 255, 0.6);
        opacity: 1; }
  #mobile-menu .preheader-item {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 15px 40px;
    text-decoration: none; }
    #mobile-menu .preheader-item .icon {
      width: 16px;
      height: 16px;
      color: rgba(255, 255, 255, 0.4);
      opacity: .5; }
  #mobile-menu .region-branch {
    color: #636466; }
  #mobile-menu .welcome-user {
    font-size: 13px;
    color: #636466;
    position: relative;
    padding: 15px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 90px; }
    #mobile-menu .welcome-user .dot {
      position: relative;
      display: block;
      margin-left: 0;
      margin-right: 18px;
      margin-top: 5px;
      width: 12px;
      height: 12px;
      background: #3cb878;
      border-radius: 100%; }
    #mobile-menu .welcome-user .has-icon span {
      line-height: 38px; }
    #mobile-menu .welcome-user .has-icon .icon {
      width: 10px;
      height: 10px;
      color: rgba(255, 255, 255, 0.4); }

#intercom-container .intercom-launcher {
  right: 72px !important;
  bottom: 10px !important; }

@media only screen and (max-width: 1199px) {
  #trigger-mobile-menu {
    opacity: 1;
    visibility: visible; }
  #pre-header, #header-menu {
    display: none; }
  #main-header {
    padding-left: 40px;
    padding-right: 40px;
    height: 70px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    #main-header {
      padding-left: 30px;
      padding-right: 30px; } }

@media only screen and (max-width: 1199px) {
    #main-header .header-logo {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      margin: 0;
      z-index: 9999; }
  #main-nav {
    height: 100%; }
  #header-logo {
    height: 30px !important;
    width: 110px !important; } }

#mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(99, 100, 102, 0.6);
  display: none; }
  #mobile-menu-overlay.on {
    display: block; }

#main-footer {
  background: #222222;
  font-weight: 300;
  margin-top: 80px; }
  #main-footer #inner-footer {
    font-size: 14px;
    font-family: "museo-sans";
    font-weight: 500;
    padding: 50px 0; }
    #main-footer #inner-footer .top-section {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 30px; }
    #main-footer #inner-footer .bottom-section {
      margin-top: 35px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  #main-footer .footer-logo .icon {
    width: 46px;
    height: 46px;
    color: #e75525;
    margin-right: 25px; }
  #main-footer .footer-logo .text {
    color: #ffffff;
    font-family: "museo-sans";
    font-weight: 500;
    font-size: 15px; }
  #main-footer .footer-logo:hover .text {
    color: #636466; }
  #main-footer .poweredBy {
    font-size: 12px;
    text-align: left;
    margin: 20px 0;
    color: #ccc; }
    #main-footer .poweredBy > a {
      color: #ccc; }
  #main-footer .links {
    margin-right: 30px; }
    #main-footer .links > span {
      color: #b3b3b3;
      margin: 0 8px 8px;
      display: inline-block; }
    #main-footer .links ul {
      display: inline-block;
      margin: 0; }
      #main-footer .links ul li {
        display: inline-block; }
        #main-footer .links ul li a {
          color: #b3b3b3;
          text-decoration: none;
          padding: 12px 0;
          font-size: 14px;
          font-family: "museo-sans";
          font-weight: 500; }
          #main-footer .links ul li a span {
            padding-left: 10px;
            padding-right: 10px;
            position: relative; }
            #main-footer .links ul li a span:before {
              content: '';
              display: inline-block;
              vertical-align: text-bottom;
              height: 13px;
              width: 1px;
              background: #b3b3b3;
              position: absolute;
              top: 2px;
              bottom: 2px;
              left: 0; }
        #main-footer .links ul li:hover a {
          color: inherit;
          text-decoration: none;
          color: #636466; }
        #main-footer .links ul li:first-child a span {
          padding-left: 0;
          margin-left: 0; }
          #main-footer .links ul li:first-child a span:before {
            display: none; }
  #main-footer .bottom-right-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #main-footer .copyright {
    font-size: 14px;
    color: #b3b3b3; }
    #main-footer .copyright span {
      position: relative;
      padding-right: 10px;
      padding-left: 10px; }
      #main-footer .copyright span:before {
        content: '';
        display: inline-block;
        vertical-align: text-bottom;
        height: 13px;
        width: 1px;
        background: #b3b3b3;
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 0; }
        @media only screen and (max-width: 991px) {
          #main-footer .copyright span:before {
            top: 10px; } }
      #main-footer .copyright span:first-child {
        padding-left: 0;
        margin-left: 0; }
        #main-footer .copyright span:first-child:before {
          display: none; }
    #main-footer .copyright a {
      color: #b3b3b3;
      text-decoration: none;
      display: inline-block;
      padding: 6px 0; }
    #main-footer .copyright a:hover {
      text-decoration: none;
      color: #636466; }
  @media only screen and (max-width: 1440px) {
    #main-footer {
      margin-top: 50px; } }
  @media only screen and (max-width: 991px) {
    #main-footer #inner-footer {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 10px;
      padding-top: 30px; }
      #main-footer #inner-footer .copyright {
        margin: 20px 0; }
    #main-footer .links {
      margin-right: 0; }
      #main-footer .links ul li a {
        padding: 6px 0;
        display: inline-block; }
    #main-footer .bottom-section {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    #main-footer .bottom-right-section {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 10px; }
    #main-footer .copyright {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; } }

#back-to-top {
  z-index: 100;
  border-radius: 0;
  background: rgba(99, 100, 102, 0.8);
  color: #ffffff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  transition: background 0.2s;
  margin-left: 50px; }
  #back-to-top .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 13px; }
  #back-to-top.active {
    opacity: .8; }
  #back-to-top.off {
    display: none; }
  #back-to-top:hover {
    background: #636466; }
  @media only screen and (max-width: 1199px) {
    #back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      right: 40px; } }
  @media only screen and (max-width: 1199px) {
    #back-to-top {
      position: fixed;
      bottom: 15px;
      right: 15px; } }

.login-page {
  /* Responsive */ }
  .login-page input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #bbbbbb inset !important;
    color: #636466 !important;
    border-color: #ffffff !important; }
  .login-page .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .login-page .background-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .6;
      z-index: 2;
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5);
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+20,0+100 */
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
  .login-page .login-slider {
    position: relative;
    z-index: 1; }
    .login-page .login-slider,
    .login-page .login-slider .slick-list,
    .login-page .login-slider .slick-track {
      height: 100%; }
    .login-page .login-slider .item {
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat; }
  .login-page #pre-header, .login-page #main-header, .login-page #main-footer {
    display: none; }
  .login-page #main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .login-page #login-logo {
    width: 340px;
    height: 100px;
    position: absolute;
    top: 70px;
    left: 70px; }
    .login-page #login-logo svg {
      display: block;
      width: 100%;
      height: 100%; }
  .login-page .login-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.95);
    padding: 25px 70px;
    min-height: 322px; }
    .login-page .login-panel .logo {
      text-align: center;
      margin: 0 auto; }
      .login-page .login-panel .logo > svg {
        width: 100%;
        height: 100%; }
    .login-page .login-panel .text-success {
      color: #77af78; }
  .login-page .login-heading {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px; }
    .login-page .login-heading h1, .login-page .login-heading p {
      color: #ffffff;
      margin-bottom: 0; }
    .login-page .login-heading h1 {
      font-size: 90px;
      line-height: normal; }
    .login-page .login-heading p {
      font-size: 50px;
      line-height: normal; }
  .login-page p.lead {
    color: #ffffff;
    margin-top: 15px;
    font-size: 24px;
    line-height: normal; }
  .login-page h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 28px;
    margin: 60px auto 50px; }
  .login-page form {
    text-align: left; }
  .login-page .login-form {
    width: 400px;
    max-width: 400px;
    float: right; }
  .login-page #login-password {
    letter-spacing: .06em; }
  .login-page .form-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .login-page .form-group label {
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 16px; }
    .login-page .form-group input {
      font-weight: 500;
      background-color: #f2f2f2;
      border-radius: 0;
      background: transparent;
      border-color: rgba(255, 255, 255, 0.4);
      color: #ffffff;
      font-size: 14px; }
      .login-page .form-group input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.6) !important; }
      .login-page .form-group input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6) !important; }
      .login-page .form-group input::placeholder {
        color: rgba(255, 255, 255, 0.6) !important; }
      .login-page .form-group input:focus {
        border-color: #ffffff; }
    .login-page .form-group.checkbox-group {
      margin-bottom: 5px; }
  .login-page .checkbox-group.styled input[type="checkbox"] {
    border-color: #ffffff;
    background-color: #ffffff; }
    .login-page .checkbox-group.styled input[type="checkbox"]:after {
      border-color: #e75525; }
  .login-page button {
    margin: 0 auto 20px;
    height: 50px; }
  .login-page .login-footer-link {
    margin-top: 10px; }
    .login-page .login-footer-link a {
      font-size: 15px;
      font-weight: 500;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.6); }
      .login-page .login-footer-link a:hover {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: underline; }
  .login-page a.small {
    font-size: 12px; }
  .login-page .checkbox-group label {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0; }
  @media only screen and (max-width: 1700px) {
    .login-page #login-logo {
      width: 200px;
      height: 75px;
      top: 50px;
      left: 50px; }
    .login-page .login-panel {
      padding-right: 50px; }
    .login-page .login-heading {
      margin-right: 100px;
      margin-top: -20px; }
      .login-page .login-heading h1 {
        font-size: 80px; }
      .login-page .login-heading p {
        font-size: 40px; } }
  @media only screen and (max-width: 1199px) {
    .login-page {
      background: rgba(34, 34, 34, 0.95);
      padding: 20px 30px 30px;
      overflow: auto;
      height: auto; }
      .login-page .background-image {
        display: none; }
      .login-page #main {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding-top: 0;
        margin-top: 0; }
      .login-page #login-logo {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 200px;
        height: 75px;
        margin: 0px auto 30px; }
      .login-page .login-panel {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: transparent;
        min-height: 0;
        padding: 0;
        display: block;
        text-align: center; }
        .login-page .login-panel > .portal-wrapper {
          padding-left: 0;
          padding-right: 0; }
      .login-page .login-heading {
        margin-right: 0;
        margin-bottom: 30px;
        margin-top: 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .login-page .login-heading h1 {
          font-size: 50px; }
        .login-page .login-heading p {
          font-size: 20px; }
      .login-page .login-form {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        text-align: left; }
      .login-page #trigger-mobile-menu {
        display: none; }
      .login-page #main {
        padding: 0; }
      .login-page .login-panel {
        width: 100%;
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .login-page form {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .login-page .login-heading {
      margin-bottom: 35px; }
      .login-page .login-heading h1 {
        font-size: 40px; }
      .login-page .login-heading p {
        font-size: 18px; } }

.dashboard-page .recently-viewed-projects .slider-loader {
  display: none; }

@media only screen and (max-width: 1199px) {
  .dashboard-page .recently-viewed-projects .projects-grid, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid {
    margin-left: -15px;
    margin-right: -15px; }
    .dashboard-page .recently-viewed-projects .projects-grid .item, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item {
      width: 50%; }
    .dashboard-page .recently-viewed-projects .projects-grid .item-wrapper, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item-wrapper, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item-wrapper {
      padding: 0 15px 30px; } }

@media only screen and (max-width: 991px) {
  .dashboard-page .recently-viewed-projects .slider-loader {
    display: block; }
  .dashboard-page .recently-viewed-projects .projects-grid, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid {
    display: block;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
    .dashboard-page .recently-viewed-projects .projects-grid .item-wrapper, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item-wrapper, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item-wrapper {
      padding: 0; }
    .dashboard-page .recently-viewed-projects .projects-grid .item, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item {
      width: auto;
      margin-bottom: 0; }
      .dashboard-page .recently-viewed-projects .projects-grid .item .overlay-body, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item .overlay-body, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item .overlay-body {
        display: none; }
      .dashboard-page .recently-viewed-projects .projects-grid .item .heading, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item .heading, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item .heading {
        padding: 0; }
        .dashboard-page .recently-viewed-projects .projects-grid .item .heading a, .dashboard-page .recently-viewed-projects .salesboard-page.stage-select .grid .item .heading a, .salesboard-page.stage-select .dashboard-page .recently-viewed-projects .grid .item .heading a {
          display: inline-block;
          padding: 24px 26px;
          width: 100%; } }

.dashboard-section {
  margin-top: 70px; }
  .dashboard-section .section-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .dashboard-section .section-header[data-toggle="collapse"] {
    cursor: pointer;
    transition: border 0.2s;
    border-bottom: 1px solid transparent; }
    .dashboard-section .section-header[data-toggle="collapse"] .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #e75525;
      height: 18px;
      width: 18px; }
    .dashboard-section .section-header[data-toggle="collapse"]:hover .icon {
      color: #c2471e; }
    .dashboard-section .section-header[data-toggle="collapse"].collapsed {
      border-color: #dddddd; }
      .dashboard-section .section-header[data-toggle="collapse"].collapsed .icon {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .dashboard-section .section-header[data-toggle="collapse"].collapsed:hover {
        border-color: rgba(0, 0, 0, 0.2); }
  .dashboard-section .view-all-link .icon {
    width: 12px;
    height: 12px; }
  @media only screen and (max-width: 1199px) {
    .dashboard-section {
      margin-top: 50px; }
      .dashboard-section.featured-projects-section {
        margin-top: 40px; }
      .dashboard-section .portal-table.table-responsive {
        margin-right: -40px;
        width: calc(100% + 40px); } }
  @media only screen and (max-width: 991px) {
    .dashboard-section .portal-table.table-responsive {
      margin-right: -30px;
      width: calc(100% + 30px); }
    .dashboard-section .section-header {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .dashboard-section .section-header[data-toggle="collapse"] {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .dashboard-section h3 {
      margin-bottom: 20px; }
    .dashboard-section .view-all-link {
      margin-top: -15px;
      margin-bottom: 25px;
      font-size: 14px; } }

.property-search-section {
  background: #ffffff;
  padding: 80px 0;
  position: relative; }

.prop-search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .prop-search-form .fields {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .prop-search-form .form-col, .prop-search-form .form-sub-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .prop-search-form .form-group.small-group {
    max-width: 150px; }
  .prop-search-form .form-group {
    margin-bottom: 0;
    padding-right: 15px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .prop-search-form .form-group .form-control {
      width: 100%;
      margin-bottom: 0;
      font-size: 14px;
      padding-top: 8px;
      padding-bottom: 8px; }
    .prop-search-form .form-group.empty {
      display: none; }
  .prop-search-form .btn, .prop-search-form .panel-btn, .prop-search-form .panel-control span, .panel-control .prop-search-form span, .prop-search-form .panel-control label, .panel-control .prop-search-form label, .prop-search-form .main-btn, .prop-search-form .outline-btn, .prop-search-form .dl-btn, .prop-search-form .doc-list .item .document-btn, .doc-list .item .prop-search-form .document-btn, .prop-search-form .doc-list .item .view-btn, .doc-list .item .prop-search-form .view-btn {
    padding-top: 9px;
    padding-bottom: 9px; }
    .prop-search-form .btn .icon, .prop-search-form .panel-btn .icon, .prop-search-form .panel-control span .icon, .panel-control .prop-search-form span .icon, .prop-search-form .panel-control label .icon, .panel-control .prop-search-form label .icon, .prop-search-form .main-btn .icon, .prop-search-form .outline-btn .icon, .prop-search-form .dl-btn .icon, .prop-search-form .doc-list .item .document-btn .icon, .doc-list .item .prop-search-form .document-btn .icon, .prop-search-form .doc-list .item .view-btn .icon, .doc-list .item .prop-search-form .view-btn .icon {
      width: 16px;
      height: 16px; }
  .prop-search-form .form-group select {
    background-size: 28px 12px;
    background-position: 100% 50%;
    -moz-appearance: none;
    padding-right: 20px; }
  .prop-search-form .input-wrapper .form-control {
    height: auto;
    padding-left: 32px; }
  .prop-search-form .input-wrapper .icon {
    color: rgba(0, 0, 0, 0.3);
    width: 16px;
    height: 16px;
    top: 11px;
    left: 10px; }

@media only screen and (max-width: 1600px) {
  .property-search-section {
    padding: 40px 0; }
  .prop-search-form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .prop-search-form .fields {
      width: calc(100% + 30px);
      margin-right: -30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .prop-search-form .form-group {
      width: 25%;
      min-width: 25%;
      max-width: 25%;
      padding-right: 30px;
      margin-bottom: 15px; }
      .prop-search-form .form-group label {
        margin-bottom: 8px; }
      .prop-search-form .form-group.empty {
        display: block; }
      .prop-search-form .form-group.small-group {
        max-width: 25%; } }

@media only screen and (max-width: 1199px) {
  .property-search-section {
    z-index: 9999; }
  .prop-search-form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .prop-search-form .fields {
      width: calc(100% + 30px);
      margin-right: -30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .prop-search-form .form-group {
      width: 50%;
      min-width: 50%;
      max-width: 50%;
      padding-right: 30px;
      margin-bottom: 15px;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
      .prop-search-form .form-group label {
        margin-bottom: 8px; }
      .prop-search-form .form-group.empty {
        display: block; }
      .prop-search-form .form-group.small-group {
        max-width: 50%; }
  .property-search-section {
    padding: 24px 0 0; }
  .prop-search-heading {
    padding-bottom: 24px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: bold;
    font-size: 16px; }
  .prop-search-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
    .prop-search-heading .icon {
      width: 26px;
      height: 26px;
      border: 1px solid #dddddd;
      background: #ffffff;
      position: relative; }
      .prop-search-heading .icon .vertical, .prop-search-heading .icon .horizontal {
        position: absolute;
        background: #000000; }
      .prop-search-heading .icon .vertical {
        width: 1px;
        height: 12px;
        left: 50%;
        margin-left: -.5px;
        top: 50%;
        margin-top: -6px;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .prop-search-heading .icon .horizontal {
        width: 12px;
        height: 1px;
        left: 50%;
        margin-left: -6px;
        top: 50%;
        margin-top: -.5px;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        opacity: 1; }
    .prop-search-heading:hover .icon {
      border-color: #b3b3b3; }
    .prop-search-heading.off .icon .vertical {
      transition: all 0.5s ease-in-out;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .prop-search-heading.off .icon .horizontal {
      transition: all 0.5s ease-in-out;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      opacity: 0; }
  #prop-search-form-container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 40px 30px;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s; }
    #prop-search-form-container.on {
      z-index: 9999;
      opacity: 1;
      visibility: visible; } }

@media only screen and (max-width: 991px) {
  #prop-search-form-container {
    padding: 0 30px 30px; }
  .prop-search-form .form-group {
    margin-bottom: 15px; }
    .prop-search-form .form-group label {
      font-size: 14px; } }

@media only screen and (max-width: 767px) {
  .property-search-section {
    padding: 22px 0 0; }
  .prop-search-heading {
    padding-bottom: 22px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: normal;
    font-weight: bold; }
  .prop-search-form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .prop-search-form .fields {
      width: 100%;
      margin-right: 0; }
    .prop-search-form .form-group {
      padding-right: 0;
      margin-bottom: 20px;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .prop-search-form .form-group.empty {
        margin-bottom: 0; }
      .prop-search-form .form-group.small-group {
        max-width: 100%; }
    .prop-search-form .btn, .prop-search-form .panel-btn, .prop-search-form .panel-control span, .panel-control .prop-search-form span, .prop-search-form .panel-control label, .panel-control .prop-search-form label, .prop-search-form .main-btn, .prop-search-form .outline-btn, .prop-search-form .dl-btn, .prop-search-form .doc-list .item .document-btn, .doc-list .item .prop-search-form .document-btn, .prop-search-form .doc-list .item .view-btn, .doc-list .item .prop-search-form .view-btn {
      width: 100%;
      margin-top: 5px; } }

#mobile-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(99, 100, 102, 0.6);
  display: none; }
  #mobile-search-overlay.on {
    display: block; }

.freeform-page .panel {
  margin-top: 50px; }
  .freeform-page .panel .footer {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e1e1e1; }
    @media only screen and (max-width: 991px) {
      .freeform-page .panel .footer {
        margin-top: 20px;
        padding-top: 20px; } }

.master-page, .price-list-page, .salesboard-page.salesboard-view, .investors-page {
  overflow: hidden;
  /* Responsive */ }
  .master-page #main-footer, .price-list-page #main-footer, .salesboard-page.salesboard-view #main-footer, .investors-page #main-footer, .master-page .wrap:after, .price-list-page .wrap:after, .salesboard-page.salesboard-view .wrap:after, .investors-page .wrap:after {
    display: none; }
  .master-page #body-inner, .price-list-page #body-inner, .salesboard-page.salesboard-view #body-inner, .investors-page #body-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .master-page .wrap, .price-list-page .wrap, .salesboard-page.salesboard-view .wrap, .investors-page .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    min-width: 0;
    min-height: 0;
    margin: 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .master-page .wrap .wrap-inner, .price-list-page .wrap .wrap-inner, .salesboard-page.salesboard-view .wrap .wrap-inner, .investors-page .wrap .wrap-inner {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%; }
    .master-page .wrap #main-header, .price-list-page .wrap #main-header, .salesboard-page.salesboard-view .wrap #main-header, .investors-page .wrap #main-header {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: 0;
      min-height: 0; }
  .master-page #main, .price-list-page #main, .salesboard-page.salesboard-view #main, .investors-page #main {
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    padding: 0;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 210px;
      box-sizing: border-box;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-width: 0;
      min-height: 0;
      width: auto;
      padding-top: 50px;
      background: #ffffff;
      width: 340px;
      padding-left: 50px;
      padding-right: 50px;
      transition: margin .1s ease;
      margin-left: 0;
      position: relative; }
      .master-page #main #sidebar.off, .price-list-page #main #sidebar.off, .salesboard-page.salesboard-view #main #sidebar.off, .investors-page #main #sidebar.off {
        margin-left: -340px; }
      @media only screen and (max-width: 1440px) {
        .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
          width: 300px; }
          .master-page #main #sidebar.off, .price-list-page #main #sidebar.off, .salesboard-page.salesboard-view #main #sidebar.off, .investors-page #main #sidebar.off {
            margin-left: -300px; } }
      .master-page #main #sidebar > div, .price-list-page #main #sidebar > div, .salesboard-page.salesboard-view #main #sidebar > div, .investors-page #main #sidebar > div {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow: auto; }
      .master-page #main #sidebar > .info, .price-list-page #main #sidebar > .info, .salesboard-page.salesboard-view #main #sidebar > .info, .investors-page #main #sidebar > .info {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        color: #7f7f7f;
        font-size: 14px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 20px; }
        .master-page #main #sidebar > .info:before, .price-list-page #main #sidebar > .info:before, .salesboard-page.salesboard-view #main #sidebar > .info:before, .investors-page #main #sidebar > .info:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 20px;
          bottom: 40px;
          background-color: transparent;
          /* Fallback Color */ }
      .master-page #main #sidebar h1, .price-list-page #main #sidebar h1, .salesboard-page.salesboard-view #main #sidebar h1, .investors-page #main #sidebar h1 {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 18px;
        color: #e75525; }
      .master-page #main #sidebar label, .price-list-page #main #sidebar label, .salesboard-page.salesboard-view #main #sidebar label, .investors-page #main #sidebar label {
        color: #000000;
        font-size: 14px;
        margin-bottom: 5px; }
      .master-page #main #sidebar .form-group, .price-list-page #main #sidebar .form-group, .salesboard-page.salesboard-view #main #sidebar .form-group, .investors-page #main #sidebar .form-group {
        margin-bottom: 25px; }
      .master-page #main #sidebar .clear-filters, .price-list-page #main #sidebar .clear-filters, .salesboard-page.salesboard-view #main #sidebar .clear-filters, .investors-page #main #sidebar .clear-filters {
        color: #222222;
        display: inline-block;
        cursor: pointer;
        font-size: 15px;
        text-decoration: underline;
        padding-bottom: 20px; }
        .master-page #main #sidebar .clear-filters:hover, .price-list-page #main #sidebar .clear-filters:hover, .salesboard-page.salesboard-view #main #sidebar .clear-filters:hover, .investors-page #main #sidebar .clear-filters:hover, .master-page #main #sidebar .clear-filters:focus, .price-list-page #main #sidebar .clear-filters:focus, .salesboard-page.salesboard-view #main #sidebar .clear-filters:focus, .investors-page #main #sidebar .clear-filters:focus, .master-page #main #sidebar .clear-filters:active, .price-list-page #main #sidebar .clear-filters:active, .salesboard-page.salesboard-view #main #sidebar .clear-filters:active, .investors-page #main #sidebar .clear-filters:active {
          text-decoration: none; }
    .master-page #main .main-content, .price-list-page #main .main-content, .salesboard-page.salesboard-view #main .main-content, .investors-page #main .main-content {
      min-width: 0;
      min-height: 0;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      padding-left: 50px; }
      .master-page #main .main-content .content-header, .price-list-page #main .main-content .content-header, .salesboard-page.salesboard-view #main .main-content .content-header, .investors-page #main .main-content .content-header {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        min-width: 0;
        min-height: 0;
        position: relative;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-right: 50px; }
        @media only screen and (min-height: 1024px) and (min-width: 1199px) {
          .master-page #main .main-content .content-header, .price-list-page #main .main-content .content-header, .salesboard-page.salesboard-view #main .main-content .content-header, .investors-page #main .main-content .content-header {
            margin-top: 50px;
            margin-bottom: 50px; } }
        .master-page #main .main-content .content-header h1, .price-list-page #main .main-content .content-header h1, .salesboard-page.salesboard-view #main .main-content .content-header h1, .investors-page #main .main-content .content-header h1,
        .master-page #main .main-content .content-header #project-name, .price-list-page #main .main-content .content-header #project-name, .salesboard-page.salesboard-view #main .main-content .content-header #project-name, .investors-page #main .main-content .content-header #project-name {
          font-size: 22px;
          line-height: normal;
          margin: 0; }
          .master-page #main .main-content .content-header h1 a, .price-list-page #main .main-content .content-header h1 a, .salesboard-page.salesboard-view #main .main-content .content-header h1 a, .investors-page #main .main-content .content-header h1 a,
          .master-page #main .main-content .content-header #project-name a, .price-list-page #main .main-content .content-header #project-name a, .salesboard-page.salesboard-view #main .main-content .content-header #project-name a, .investors-page #main .main-content .content-header #project-name a {
            text-decoration: none; }
        .master-page #main .main-content .content-header .links, .price-list-page #main .main-content .content-header .links, .salesboard-page.salesboard-view #main .main-content .content-header .links, .investors-page #main .main-content .content-header .links {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: -15px; }
          .master-page #main .main-content .content-header .links .form-group, .price-list-page #main .main-content .content-header .links .form-group, .salesboard-page.salesboard-view #main .main-content .content-header .links .form-group, .investors-page #main .main-content .content-header .links .form-group {
            margin-bottom: 0;
            margin-right: 20px; }
            .master-page #main .main-content .content-header .links .form-group select, .price-list-page #main .main-content .content-header .links .form-group select, .salesboard-page.salesboard-view #main .main-content .content-header .links .form-group select, .investors-page #main .main-content .content-header .links .form-group select {
              min-width: 200px;
              padding-right: 22px; }
            .master-page #main .main-content .content-header .links .form-group button, .price-list-page #main .main-content .content-header .links .form-group button, .salesboard-page.salesboard-view #main .main-content .content-header .links .form-group button, .investors-page #main .main-content .content-header .links .form-group button {
              background: transparent;
              padding: 8px 20px;
              border-color: #222222;
              color: #222222; }
          .master-page #main .main-content .content-header .links .project-links li:first-child, .price-list-page #main .main-content .content-header .links .project-links li:first-child, .salesboard-page.salesboard-view #main .main-content .content-header .links .project-links li:first-child, .investors-page #main .main-content .content-header .links .project-links li:first-child {
            border-left: 1px solid #ebebeb; }
      .master-page #main .main-content .master-table, .price-list-page #main .main-content .master-table, .salesboard-page.salesboard-view #main .main-content .master-table, .investors-page #main .main-content .master-table {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow-x: auto;
        overflow-y: hidden; }
      .master-page #main .main-content .master-inner-table, .price-list-page #main .main-content .master-inner-table, .salesboard-page.salesboard-view #main .main-content .master-inner-table, .investors-page #main .main-content .master-inner-table {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        overflow-x: hidden;
        overflow-y: scroll; }
  .master-page .toggle-sidebar, .price-list-page .toggle-sidebar, .salesboard-page.salesboard-view .toggle-sidebar, .investors-page .toggle-sidebar {
    display: block;
    height: 44px;
    width: 44px;
    padding: 10px;
    background: transparent;
    position: absolute;
    top: 0;
    cursor: pointer; }
    .master-page .toggle-sidebar .icon, .price-list-page .toggle-sidebar .icon, .salesboard-page.salesboard-view .toggle-sidebar .icon, .investors-page .toggle-sidebar .icon {
      width: 24px;
      height: 24px; }
    .master-page .toggle-sidebar:hover .icon, .price-list-page .toggle-sidebar:hover .icon, .salesboard-page.salesboard-view .toggle-sidebar:hover .icon, .investors-page .toggle-sidebar:hover .icon {
      border-color: #b3b3b3; }
  .master-page #show-sidebar, .price-list-page #show-sidebar, .salesboard-page.salesboard-view #show-sidebar, .investors-page #show-sidebar {
    left: 0;
    display: none; }
    .master-page #show-sidebar .text, .price-list-page #show-sidebar .text, .salesboard-page.salesboard-view #show-sidebar .text, .investors-page #show-sidebar .text {
      display: none; }
  .master-page #hide-sidebar, .price-list-page #hide-sidebar, .salesboard-page.salesboard-view #hide-sidebar, .investors-page #hide-sidebar {
    right: 0; }
    .master-page #hide-sidebar .mobile, .price-list-page #hide-sidebar .mobile, .salesboard-page.salesboard-view #hide-sidebar .mobile, .investors-page #hide-sidebar .mobile {
      display: none; }
  .master-page .mobile-filters-overlay, .price-list-page .mobile-filters-overlay, .salesboard-page.salesboard-view .mobile-filters-overlay, .investors-page .mobile-filters-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .1s;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 94; }
    .master-page .mobile-filters-overlay.on, .price-list-page .mobile-filters-overlay.on, .salesboard-page.salesboard-view .mobile-filters-overlay.on, .investors-page .mobile-filters-overlay.on {
      opacity: 1;
      visibility: visible;
      transition: all .2s .2s; }
  @media only screen and (max-width: 1200px) {
    .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
      opacity: 0;
      visibility: hidden;
      transition: all .2s;
      position: absolute;
      width: 100%;
      z-index: 99;
      height: 100vh;
      top: -82px;
      padding: 55px 20px 0 !important; }
      .master-page #main #sidebar.off, .price-list-page #main #sidebar.off, .salesboard-page.salesboard-view #main #sidebar.off, .investors-page #main #sidebar.off {
        opacity: 0;
        visibility: hidden;
        margin-left: 0; }
      .master-page #main #sidebar .form-group, .price-list-page #main #sidebar .form-group, .salesboard-page.salesboard-view #main #sidebar .form-group, .investors-page #main #sidebar .form-group {
        font-size: 16px; }
        .master-page #main #sidebar .form-group select, .price-list-page #main #sidebar .form-group select, .salesboard-page.salesboard-view #main #sidebar .form-group select, .investors-page #main #sidebar .form-group select {
          font-size: 16px; }
      .master-page #main #sidebar .searchbar, .price-list-page #main #sidebar .searchbar, .salesboard-page.salesboard-view #main #sidebar .searchbar, .investors-page #main #sidebar .searchbar {
        width: 100%; }
        .master-page #main #sidebar .searchbar .form-control, .price-list-page #main #sidebar .searchbar .form-control, .salesboard-page.salesboard-view #main #sidebar .searchbar .form-control, .investors-page #main #sidebar .searchbar .form-control {
          font-size: 16px; }
    .master-page #hide-sidebar, .price-list-page #hide-sidebar, .salesboard-page.salesboard-view #hide-sidebar, .investors-page #hide-sidebar {
      background: transparent;
      width: 40px;
      height: 40px;
      right: 8px;
      top: 8px; }
      .master-page #hide-sidebar .desktop, .price-list-page #hide-sidebar .desktop, .salesboard-page.salesboard-view #hide-sidebar .desktop, .investors-page #hide-sidebar .desktop {
        display: none; }
      .master-page #hide-sidebar .mobile, .price-list-page #hide-sidebar .mobile, .salesboard-page.salesboard-view #hide-sidebar .mobile, .investors-page #hide-sidebar .mobile {
        display: block;
        color: #e75525;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .master-page #show-sidebar, .price-list-page #show-sidebar, .salesboard-page.salesboard-view #show-sidebar, .investors-page #show-sidebar {
      margin-left: -60px;
      width: calc(100% + 60px);
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      height: 50px;
      text-align: center;
      padding: 0;
      background-color: #ffffff; }
      .master-page #show-sidebar:hover .icon, .price-list-page #show-sidebar:hover .icon, .salesboard-page.salesboard-view #show-sidebar:hover .icon, .investors-page #show-sidebar:hover .icon {
        border-color: #b3b3b3; }
      .master-page #show-sidebar .inner, .price-list-page #show-sidebar .inner, .salesboard-page.salesboard-view #show-sidebar .inner, .investors-page #show-sidebar .inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        height: 100%; }
      .master-page #show-sidebar .icon, .price-list-page #show-sidebar .icon, .salesboard-page.salesboard-view #show-sidebar .icon, .investors-page #show-sidebar .icon {
        width: 26px;
        height: 26px;
        border: 1px solid #dddddd;
        background: #ffffff;
        position: relative; }
        .master-page #show-sidebar .icon .vertical, .price-list-page #show-sidebar .icon .vertical, .salesboard-page.salesboard-view #show-sidebar .icon .vertical, .investors-page #show-sidebar .icon .vertical, .master-page #show-sidebar .icon .horizontal, .price-list-page #show-sidebar .icon .horizontal, .salesboard-page.salesboard-view #show-sidebar .icon .horizontal, .investors-page #show-sidebar .icon .horizontal {
          position: absolute;
          background: #000000; }
        .master-page #show-sidebar .icon .vertical, .price-list-page #show-sidebar .icon .vertical, .salesboard-page.salesboard-view #show-sidebar .icon .vertical, .investors-page #show-sidebar .icon .vertical {
          width: 1px;
          height: 12px;
          left: 50%;
          margin-left: -.5px;
          top: 50%;
          margin-top: -6px;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .master-page #show-sidebar .icon .horizontal, .price-list-page #show-sidebar .icon .horizontal, .salesboard-page.salesboard-view #show-sidebar .icon .horizontal, .investors-page #show-sidebar .icon .horizontal {
          width: 12px;
          height: 1px;
          left: 50%;
          margin-left: -6px;
          top: 50%;
          margin-top: -.5px;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          opacity: 1; }
        .master-page #show-sidebar .icon.off .vertical, .price-list-page #show-sidebar .icon.off .vertical, .salesboard-page.salesboard-view #show-sidebar .icon.off .vertical, .investors-page #show-sidebar .icon.off .vertical {
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .master-page #show-sidebar .icon.off .horizontal, .price-list-page #show-sidebar .icon.off .horizontal, .salesboard-page.salesboard-view #show-sidebar .icon.off .horizontal, .investors-page #show-sidebar .icon.off .horizontal {
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          opacity: 0; }
      .master-page #show-sidebar .text, .price-list-page #show-sidebar .text, .salesboard-page.salesboard-view #show-sidebar .text, .investors-page #show-sidebar .text {
        display: inline-block; } }
  @media only screen and (max-width: 1199px) {
    .master-page #main, .price-list-page #main, .salesboard-page.salesboard-view #main, .investors-page #main {
      min-height: 100%;
      min-height: 100vh;
      min-height: calc(100vh - 70px); }
      .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
        height: auto;
        top: 74px;
        z-index: 9999;
        padding: 0 40px !important;
        max-height: calc(100% - 70px);
        overflow: auto; }
        .master-page #main #sidebar .filters .lead, .price-list-page #main #sidebar .filters .lead, .salesboard-page.salesboard-view #main #sidebar .filters .lead, .investors-page #main #sidebar .filters .lead {
          display: none; }
      .master-page #main #hide-sidebar, .price-list-page #main #hide-sidebar, .salesboard-page.salesboard-view #main #hide-sidebar, .investors-page #main #hide-sidebar {
        display: none; }
      .master-page #main #show-sidebar, .price-list-page #main #show-sidebar, .salesboard-page.salesboard-view #main #show-sidebar, .investors-page #main #show-sidebar {
        z-index: 9999;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 40px;
        height: 74px;
        margin-left: -40px;
        width: calc(100% + 40px); }
        .master-page #main #show-sidebar .text, .price-list-page #main #show-sidebar .text, .salesboard-page.salesboard-view #main #show-sidebar .text, .investors-page #main #show-sidebar .text {
          font-size: 16px;
          line-height: normal;
          font-weight: bold;
          text-transform: none; }
      .master-page #main .main-content, .price-list-page #main .main-content, .salesboard-page.salesboard-view #main .main-content, .investors-page #main .main-content {
        padding-left: 40px; }
      .master-page #main .main-content .content-header, .price-list-page #main .main-content .content-header, .salesboard-page.salesboard-view #main .main-content .content-header, .investors-page #main .main-content .content-header {
        padding-left: 0; }
      .master-page #main #priceListTable, .price-list-page #main #priceListTable, .salesboard-page.salesboard-view #main #priceListTable, .investors-page #main #priceListTable, .master-page #main #salesboardTable, .price-list-page #main #salesboardTable, .salesboard-page.salesboard-view #main #salesboardTable, .investors-page #main #salesboardTable {
        margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    .master-page, .price-list-page, .salesboard-page.salesboard-view, .investors-page {
      overflow: auto; }
      .master-page #main, .price-list-page #main, .salesboard-page.salesboard-view #main, .investors-page #main {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block; }
        .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
          height: auto;
          padding: 0 30px !important; }
          .master-page #main #sidebar .styled-scroll, .price-list-page #main #sidebar .styled-scroll, .salesboard-page.salesboard-view #main #sidebar .styled-scroll, .investors-page #main #sidebar .styled-scroll {
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            overflow: initial; }
            .master-page #main #sidebar .styled-scroll .inner, .price-list-page #main #sidebar .styled-scroll .inner, .salesboard-page.salesboard-view #main #sidebar .styled-scroll .inner, .investors-page #main #sidebar .styled-scroll .inner {
              padding-right: 0 !important; }
        .master-page #main #show-sidebar, .price-list-page #main #show-sidebar, .salesboard-page.salesboard-view #main #show-sidebar, .investors-page #main #show-sidebar {
          padding: 0 30px;
          margin-left: -30px;
          width: calc(100% + 30px); }
        .master-page #main .main-content, .price-list-page #main .main-content, .salesboard-page.salesboard-view #main .main-content, .investors-page #main .main-content {
          padding-top: 0;
          padding-left: 30px;
          overflow-x: hidden; }
          .master-page #main .main-content .content-header, .price-list-page #main .main-content .content-header, .salesboard-page.salesboard-view #main .main-content .content-header, .investors-page #main .main-content .content-header {
            padding-left: 0;
            padding-right: 30px; }
            .master-page #main .main-content .content-header .form-group, .price-list-page #main .main-content .content-header .form-group, .salesboard-page.salesboard-view #main .main-content .content-header .form-group, .investors-page #main .main-content .content-header .form-group {
              display: none; }
            .master-page #main .main-content .content-header > .flex .links, .price-list-page #main .main-content .content-header > .flex .links, .salesboard-page.salesboard-view #main .main-content .content-header > .flex .links, .investors-page #main .main-content .content-header > .flex .links {
              -webkit-align-self: center;
                  -ms-flex-item-align: center;
                          -ms-grid-row-align: center;
                      align-self: center; }
              .master-page #main .main-content .content-header > .flex .links .project-links, .price-list-page #main .main-content .content-header > .flex .links .project-links, .salesboard-page.salesboard-view #main .main-content .content-header > .flex .links .project-links, .investors-page #main .main-content .content-header > .flex .links .project-links {
                margin-right: 0; }
                .master-page #main .main-content .content-header > .flex .links .project-links li:first-child, .price-list-page #main .main-content .content-header > .flex .links .project-links li:first-child, .salesboard-page.salesboard-view #main .main-content .content-header > .flex .links .project-links li:first-child, .investors-page #main .main-content .content-header > .flex .links .project-links li:first-child {
                  border-left: 0; }
            .master-page #main .main-content .content-header > .flex, .price-list-page #main .main-content .content-header > .flex, .salesboard-page.salesboard-view #main .main-content .content-header > .flex, .investors-page #main .main-content .content-header > .flex {
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .master-page #main .main-content .content-header > .flex .breadcrumbs h1, .price-list-page #main .main-content .content-header > .flex .breadcrumbs h1, .salesboard-page.salesboard-view #main .main-content .content-header > .flex .breadcrumbs h1, .investors-page #main .main-content .content-header > .flex .breadcrumbs h1 {
                margin: 0;
                font-size: 16px; }
        .master-page #main #priceListTable, .price-list-page #main #priceListTable, .salesboard-page.salesboard-view #main #priceListTable, .investors-page #main #priceListTable, .master-page #main #salesboardTable, .price-list-page #main #salesboardTable, .salesboard-page.salesboard-view #main #salesboardTable, .investors-page #main #salesboardTable {
          margin-left: 0; }
        .master-page #main #priceListHtmlTable, .price-list-page #main #priceListHtmlTable, .salesboard-page.salesboard-view #main #priceListHtmlTable, .investors-page #main #priceListHtmlTable {
          padding-right: 30px; } }
  @media (max-height: 820px) {
    .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
      padding-left: 30px;
      padding-top: 30px;
      padding-right: 20px; }
      .master-page #main #sidebar .form-group, .price-list-page #main #sidebar .form-group, .salesboard-page.salesboard-view #main #sidebar .form-group, .investors-page #main #sidebar .form-group {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .master-page #main #sidebar, .price-list-page #main #sidebar, .salesboard-page.salesboard-view #main #sidebar, .investors-page #main #sidebar {
      top: 70px; }
    .master-page #main #show-sidebar, .price-list-page #main #show-sidebar, .salesboard-page.salesboard-view #main #show-sidebar, .investors-page #main #show-sidebar {
      padding: 0 30px;
      height: 70px;
      margin-left: -30px;
      width: calc(100% + 30px); } }

#table-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none; }
  #table-spinner i {
    color: #e75525; }

/* styles to use before Typekit is loaded */
.wf-loading .master-table {
  opacity: 0 !important; }

.wf-loading #table-spinner {
  display: block; }

/* styles to use after Typekit is loaded */
#mobile-filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(99, 100, 102, 0.6);
  display: none; }
  #mobile-filters-overlay.on {
    display: block; }

.property-search-page #main {
  overflow: hidden; }

.price-list-page #main #sidebar {
  padding-right: 30px;
  z-index: 99; }
  .price-list-page #main #sidebar .inner {
    padding-right: 20px; }
  @media only screen and (max-width: 1199px) {
    .price-list-page #main #sidebar {
      z-index: 9999; }
      .price-list-page #main #sidebar .inner {
        padding-right: 0; } }

.price-list-page table tbody tr td.has-favourite-icon a {
  padding-right: 30px; }
  @media only screen and (max-width: 991px) {
    .price-list-page table tbody tr td.has-favourite-icon a .favourite-product {
      opacity: 1; } }

.price-list-page .info-tooltip {
  position: relative;
  cursor: default; }
  .price-list-page .info-tooltip .info-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
    .price-list-page .info-tooltip .info-icon a {
      display: inline-block; }
    .price-list-page .info-tooltip .info-icon .icon {
      height: 18px;
      width: 18px; }
    .price-list-page .info-tooltip .info-icon.open .icon {
      color: rgba(0, 0, 0, 0.3); }
    .price-list-page .info-tooltip .info-icon.open:hover .icon {
      color: rgba(0, 0, 0, 0.5); }
  .price-list-page .info-tooltip.branch {
    display: inline-block; }
    .price-list-page .info-tooltip.branch .dropdown-menu {
      min-width: 200px;
      padding: 10px 20px;
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-top: -20px; }
      .price-list-page .info-tooltip.branch .dropdown-menu:before {
        top: 30px; }
    @media only screen and (max-width: 991px) {
      .price-list-page .info-tooltip.branch.mobile-hidden {
        display: none; } }
    @media only screen and (max-width: 1199px) {
      .price-list-page .info-tooltip.branch .dropdown-menu {
        left: 100%;
        margin-left: 20px; }
        .price-list-page .info-tooltip.branch .dropdown-menu:before {
          right: 100%;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          border-right-color: #222222;
          border-bottom-color: transparent;
          margin-top: -10px; } }
  .price-list-page .info-tooltip .dropdown-menu {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    padding: 8px 10px;
    background: #222222; }
    .price-list-page .info-tooltip .dropdown-menu.show-tooltip {
      display: block; }
    .price-list-page .info-tooltip .dropdown-menu li {
      list-style-type: none;
      padding: 0;
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff; }
      .price-list-page .info-tooltip .dropdown-menu li:before {
        display: none; }
    .price-list-page .info-tooltip .dropdown-menu:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #222222;
      border-width: 10px;
      margin-top: -10px;
      opacity: 1; }
    .price-list-page .info-tooltip .dropdown-menu.bottom {
      bottom: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: 0;
      right: 0;
      margin: 0;
      margin-top: 15px; }
      .price-list-page .info-tooltip .dropdown-menu.bottom:before {
        display: none; }
    @media only screen and (max-width: 1199px) {
      .price-list-page .info-tooltip .dropdown-menu {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: 0;
        top: auto;
        margin-left: 0;
        margin-top: 10px; }
        .price-list-page .info-tooltip .dropdown-menu:before {
          position: absolute;
          right: 50%;
          top: auto;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          top: 0;
          border-right-color: transparent;
          border-bottom-color: #222222;
          margin-top: -20px; } }
    @media only screen and (max-width: 400px) {
      .price-list-page .info-tooltip .dropdown-menu li {
        white-space: normal; } }
  .price-list-page .info-tooltip:hover .icon, .price-list-page .info-tooltip.open .icon {
    color: rgba(0, 0, 0, 0.3); }
  .price-list-page .info-tooltip:hover .dropdown-menu, .price-list-page .info-tooltip.open .dropdown-menu {
    display: block; }

@media only screen and (max-width: 767px) {
  .product-info-btn {
    margin-bottom: 15px; } }

#priceListTable {
  transition: opacity .1s ease; }
  #priceListTable .portal-table {
    overflow-y: scroll !important; }
  #priceListTable table {
    width: 100%;
    white-space: nowrap;
    border-radius: 0; }
    #priceListTable table th, #priceListTable table td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 200px; }
      #priceListTable table th.wrap-text, #priceListTable table td.wrap-text {
        white-space: normal;
        overflow: visible;
        text-overflow: initial; }
    #priceListTable table th {
      border-color: #f1efec;
      padding: 15px;
      z-index: 1;
      padding-right: 25px;
      background-color: #636466;
      color: #ffffff;
      background-position: right 3px top 50%; }
    #priceListTable table tr th:first-child {
      z-index: 10 !important; }
    #priceListTable table tr td:first-child {
      z-index: 5 !important; }
    #priceListTable table td {
      padding: 15px;
      font-size: 14px; }
    #priceListTable table tbody tr td {
      box-sizing: border-box; }
      #priceListTable table tbody tr td:first-child {
        min-width: 150px; }
      #priceListTable table tbody tr td.name {
        white-space: nowrap;
        max-width: none; }
        #priceListTable table tbody tr td.name a {
          color: #636466;
          text-decoration: none;
          margin: 0; }
          #priceListTable table tbody tr td.name a:hover {
            text-decoration: underline; }
        #priceListTable table tbody tr td.name .favourite-product {
          padding: 5px 8px;
          margin: -5px -8px -5px 0;
          display: inline-block; }
        #priceListTable table tbody tr td.name .view-floorplan {
          padding: 5px 8px;
          margin: -5px -8px -5px 0;
          display: inline-block; }
    #priceListTable table .dataTables_empty {
      text-align: left; }

@media only screen and (min-height: 1024px) and (min-width: 1199px) {
  #priceListTable table td {
    padding: 15px;
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .price-list-page #main #table-spinner {
    top: 150px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .price-list-page #main #priceListTable, .price-list-page #main #priceListTable .master-inner-table {
    width: 100% !important;
    overflow: auto !important; }
  .price-list-page #main #priceListTable table {
    margin: 0; }
    .price-list-page #main #priceListTable table th, .price-list-page #main #priceListTable table td {
      display: none; }
    .price-list-page #main #priceListTable table th.mobile, .price-list-page #main #priceListTable table td.mobile {
      display: table-cell; }
    .price-list-page #main #priceListTable table th.mobile.name {
      border-top-left-radius: 0; }
    .price-list-page #main #priceListTable table th.mobile.price {
      border-top-right-radius: 0; }
    .price-list-page #main #priceListTable table td.mobile.name {
      border-left: 1px solid #e1e1e1; }
    .price-list-page #main #priceListTable table tr:last-child td.mobile.name {
      border-bottom-left-radius: 0; }
    .price-list-page #main #priceListTable table tr:last-child td.mobile.price {
      border-bottom-right-radius: 0; }
  .price-list-page #main table tbody tr td.name .favourite-product {
    opacity: 1; } }

html .salesboard-view .no-salesboard-alert {
  display: none; }

.salesboard-page.stage-select .grid {
  margin-top: 20px; }

.salesboard-page.stage-select #main .content-header {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (min-height: 1024px) and (min-width: 1199px) {
    .salesboard-page.stage-select #main .content-header {
      margin-top: 50px;
      margin-bottom: 50px; } }

.salesboard-page #main #sidebar {
  padding-right: 30px !important; }
  .salesboard-page #main #sidebar .inner {
    padding-right: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .salesboard-page #main #sidebar .footer {
    position: relative;
    margin-left: -20px;
    margin-bottom: 30px;
    height: 250px;
    -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    overflow: hidden; }
  .salesboard-page #main #sidebar #salesboard-thumbnail-holder {
    background-color: #fff;
    padding: 20px; }
  .salesboard-page #main #sidebar #salesboard-thumbnail-holder,
  .salesboard-page #main #sidebar #salesboard-thumbnail-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    .salesboard-page #main #sidebar .footer {
      display: none; } }

.salesboard-page .filters {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .salesboard-page .filters span {
    margin-top: 15px; }

.salesboard-page .salesboard-grid {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .salesboard-page .salesboard-grid > div {
    width: 150px;
    height: 150px;
    border: 1px solid white;
    color: white;
    position: relative; }
    .salesboard-page .salesboard-grid > div .text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center; }
    .salesboard-page .salesboard-grid > div p {
      margin: 0;
      font-size: 12px; }
    .salesboard-page .salesboard-grid > div .heading {
      font-size: 15px;
      margin-bottom: 5px; }

.salesboard-page .zoom-controls, .salesboard-page .modal-content .zoom, .modal-content .salesboard-page .zoom {
  z-index: 90; }
  @media only screen and (max-width: 991px) {
    .salesboard-page .zoom-controls, .salesboard-page .modal-content .zoom, .modal-content .salesboard-page .zoom {
      position: fixed;
      bottom: 20px;
      right: 20px;
      padding: 10px; }
      .salesboard-page .zoom-controls button, .salesboard-page .modal-content .zoom button, .modal-content .salesboard-page .zoom button {
        width: 46px;
        height: 46px; } }

#salesboard .product-group {
  transition: opacity .4s ease;
  cursor: pointer; }
  #salesboard .product-group rect {
    transition: all .2s ease; }
  #salesboard .product-group:hover rect {
    opacity: .7; }
  #salesboard .product-group.inactive {
    opacity: 0.2; }
  #salesboard .product-group .allocation-text {
    display: none; }
  #salesboard .product-group.show-allocation .allocation-text {
    display: block; }

.report-page .content-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .report-page .content-header .heading {
    margin-bottom: 30px; }
    .report-page .content-header .heading h1 {
      display: inline-block; }
    .report-page .content-header .heading a {
      margin-left: 20px;
      color: #222222;
      text-decoration: underline; }
      .report-page .content-header .heading a:hover {
        text-decoration: none; }
  .report-page .content-header .nav-tab {
    margin: 0;
    padding: 0;
    margin-left: -10px; }
    .report-page .content-header .nav-tab li {
      display: inline-block; }
      .report-page .content-header .nav-tab li a {
        display: inline-block;
        padding: 2px 10px;
        color: #222222;
        text-decoration: none;
        border-left: 1px solid #636466; }
        .report-page .content-header .nav-tab li a:hover {
          text-decoration: underline; }
      .report-page .content-header .nav-tab li:first-child a {
        border-left: 0; }
      .report-page .content-header .nav-tab li.active a {
        color: #e75525; }
  .report-page .content-header > div:last-child {
    text-align: right; }
    .report-page .content-header > div:last-child .btn-outline {
      margin-bottom: 30px;
      padding: 7px 20px; }
    .report-page .content-header > div:last-child .filters .form-group {
      text-align: left;
      max-width: 100%;
      min-width: 160px;
      display: inline-block;
      margin: 0;
      margin-left: 15px; }

.report-page .header-actions {
  margin-right: -25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.report-page .panels > div:first-child .panel {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .report-page .panels > div:first-child .panel .body > p {
    color: #7f7f7f; }
  .report-page .panels > div:first-child .panel .panel-stats {
    margin-top: 30px; }

.report-page .panels > div:nth-child(1) {
  z-index: 99; }

.report-page .panels > div:nth-child(2) {
  z-index: 98; }

.report-page .panels > div:nth-child(3) {
  z-index: 97; }

.report-page .panels > div:nth-child(4) {
  z-index: 96; }

.report-page .panels > div:nth-child(5) {
  z-index: 95; }

.report-page .panels > div:nth-child(6) {
  z-index: 94; }

.report-page .panels > div:nth-child(7) {
  z-index: 93; }

.report-page .panels > div:nth-child(8) {
  z-index: 92; }

.report-page .panels > div:nth-child(9) {
  z-index: 91; }

.report-page .panels > div:nth-child(10) {
  z-index: 90; }

.report-page .panels .panel, .report-page .panels .highcharts-container {
  overflow: visible !important; }

.report-page .select2-container {
  max-width: 100%; }

.report-page .purchasers-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .report-page .purchasers-group > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media only screen and (max-width: 1199px) {
    .report-page .purchasers-group {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .report-page .purchasers-group > div {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%; } }
  @media only screen and (max-width: 991px) {
    .report-page .purchasers-group {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.report-page .reports-chart.column .highcharts-container > svg > .highcharts-tooltip path {
  display: none !important; }

.report-page .reports-chart.column .highcharts-tooltip > span {
  z-index: 100; }
  .report-page .reports-chart.column .highcharts-tooltip > span .pipeline-tooltip span {
    background: white;
    padding: 8px; }

.report-page .reports-chart.column-stacked .highcharts-container > svg > .highcharts-tooltip path, .report-page .reports-chart.history .highcharts-container > svg > .highcharts-tooltip path {
  display: none !important; }

.report-page .reports-chart.column-stacked .highcharts-tooltip > span, .report-page .reports-chart.history .highcharts-tooltip > span {
  background: rgba(255, 255, 255, 0.95);
  padding: 8px;
  border: 1px solid #666;
  z-index: 10; }
  .report-page .reports-chart.column-stacked .highcharts-tooltip > span .highchart-tooltip-heading, .report-page .reports-chart.history .highcharts-tooltip > span .highchart-tooltip-heading {
    margin-top: 0; }
  .report-page .reports-chart.column-stacked .highcharts-tooltip > span .highchart-tooltip-table tr td, .report-page .reports-chart.history .highcharts-tooltip > span .highchart-tooltip-table tr td {
    padding: 2px 5px; }
  .report-page .reports-chart.column-stacked .highcharts-tooltip > span .highchart-tooltip-table tr td:first-child, .report-page .reports-chart.history .highcharts-tooltip > span .highchart-tooltip-table tr td:first-child {
    padding-left: 0; }
  .report-page .reports-chart.column-stacked .highcharts-tooltip > span .highchart-tooltip-table tr td:last-child, .report-page .reports-chart.history .highcharts-tooltip > span .highchart-tooltip-table tr td:last-child {
    padding-right: 0; }

@media only screen and (max-width: 1366px) {
  .report-page #main .content-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px; }
    .report-page #main .content-header > div:first-child {
      margin-bottom: 30px; }
      .report-page #main .content-header > div:first-child .heading, .report-page #main .content-header > div:first-child .nav-tab {
        display: inline-block;
        margin: 0; }
      .report-page #main .content-header > div:first-child .heading h1 {
        margin-bottom: 0; }
    .report-page #main .content-header > div:last-child {
      text-align: left; }
      .report-page #main .content-header > div:last-child .export-all-btn {
        margin-bottom: 20px; }
      .report-page #main .content-header > div:last-child .filters .form-group {
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 0; }
      .report-page #main .content-header > div:last-child .filters .form-group:last-child {
        margin-right: 0; } }

@media only screen and (max-width: 991px) {
  .report-page .panel-2col {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media only screen and (max-width: 767px) {
  .report-page #main .content-header > div:first-child .nav-tab {
    margin-top: 15px;
    margin-left: -8px; }
  .report-page #main .module-panel header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .report-page #main .module-panel header .header-actions {
      margin-top: 15px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .report-page #main .module-panel header .header-actions > .panel-btn, .report-page #main .module-panel header .panel-control .header-actions > span, .panel-control .report-page #main .module-panel header .header-actions > span, .report-page #main .module-panel header .panel-control .header-actions > label, .panel-control .report-page #main .module-panel header .header-actions > label,
      .report-page #main .module-panel header .header-actions .select2-container {
        margin-bottom: 10px; }
      .report-page #main .module-panel header .header-actions .panel-control {
        margin-left: 0; }
        .report-page #main .module-panel header .header-actions .panel-control label:last-child {
          border-top-right-radius: 4px !important;
          border-bottom-right-radius: 4px !important; }
  .report-page #main .module-panel header, .report-page #main .module-panel .body {
    padding: 16px 12px; } }

.reservation-page {
  /* Responsive */ }
  .reservation-page .panel hr, .reservation-page form hr {
    border-color: #dddddd;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: -50px;
    margin-right: -50px; }
  .reservation-page .module-panel h3 {
    font-size: 20px; }
  .reservation-page .module-panel .options .flex-col {
    color: #222222; }
  .reservation-page .module-panel .options p {
    font-size: 14px; }
  .reservation-page .module-panel .options h4 {
    margin-bottom: 20px;
    font-size: 15px; }
  .reservation-page .module-panel .options label {
    font-size: 14px; }
  .reservation-page .module-panel .options input {
    margin-right: 20px; }
  .reservation-page .module-panel .upgrades > div {
    color: #222222;
    margin-bottom: 10px; }
  .reservation-page .module-panel .upgrades > .flex {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .reservation-page .module-panel .upgrades > .flex {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .reservation-page .module-panel .upgrades > .flex > div:first-child {
          margin-bottom: 10px; }
        .reservation-page .module-panel .upgrades > .flex > div:last-child {
          margin-bottom: 25px; } }
  .reservation-page .module-panel .upgrades .upgrade_label.checked {
    color: #e75525; }
  .reservation-page .module-panel .selection {
    margin-top: 50px; }
    .reservation-page .module-panel .selection h3 {
      margin-bottom: 30px; }
  .reservation-page .module-panel .upgrades-options > div {
    max-width: 45%;
    margin-left: 5%;
    margin-right: 0; }
  .reservation-page .module-panel .upgrades-options > div:first-child {
    margin-left: 0;
    margin-right: 5%; }
  .reservation-page .client-content {
    position: relative; }
    .reservation-page .client-content .entity-btns {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media only screen and (max-width: 1199px) {
        .reservation-page .client-content .entity-btns {
          top: 0; } }
  .reservation-page .panel-search-client, .reservation-page .entity-btns {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0.2s; }
    .reservation-page .panel-search-client.off, .reservation-page .entity-btns.off {
      opacity: 0;
      visibility: hidden; }
  .reservation-page .summary-panel {
    margin-bottom: 0; }
    .reservation-page .summary-panel#SummaryPanel {
      margin-bottom: 20px; }
    .reservation-page .summary-panel .panel-table .row {
      margin-bottom: 0; }
    .reservation-page .summary-panel .panel-table .summary-section, .reservation-page .summary-panel .panel-table .summary-row {
      margin-bottom: 15px; }
      .reservation-page .summary-panel .panel-table .summary-section:last-child, .reservation-page .summary-panel .panel-table .summary-row:last-child {
        margin-bottom: 0; }
    .reservation-page .summary-panel .panel-table .summary-section > .row {
      margin: 0; }
    .reservation-page .summary-panel .panel-table .summary-row div {
      color: #e75525; }
    .reservation-page .summary-panel .panel-table .summary-row > div {
      margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .reservation-page .summary-panel {
        max-width: 100%; }
        .reservation-page .summary-panel .summary-total {
          padding: 15px 20px; }
          .reservation-page .summary-panel .summary-total > div:first-child {
            margin-bottom: 5px; } }
    @media only screen and (max-width: 480px) {
      .reservation-page .summary-panel .summary-row > div {
        width: 100%;
        text-align: left !important; }
        .reservation-page .summary-panel .summary-row > div:first-child {
          margin-bottom: 5px; } }
  .reservation-page .form-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px; }
    .reservation-page .form-header h3 {
      margin: 0; }
    .reservation-page .form-header .legend {
      position: relative;
      display: inline-block;
      color: #e75525;
      font-size: 14px; }
    @media only screen and (max-width: 991px) {
      .reservation-page .form-header {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .reservation-page .form-header .legend {
          margin-top: 5px;
          font-size: 12px; } }
  .reservation-page .reservation-fee {
    color: #222222;
    margin-bottom: 50px; }
  .reservation-page form .row {
    color: #222222; }
  .reservation-page form .btn-outline {
    border-color: #222222;
    color: #222222;
    padding: 15px 20px;
    font-size: 14px; }
  .reservation-page form .terms {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px; }
    .reservation-page form .terms .link {
      cursor: pointer;
      color: #e75525;
      text-decoration: underline; }
      .reservation-page form .terms .link:hover {
        color: #e75525;
        text-decoration: none; }
  .reservation-page form p.small {
    color: #7f7f7f;
    font-size: 13px;
    max-width: 300px;
    margin-top: 25px; }
    @media screen and (max-width: 340px) {
      .reservation-page form p.small {
        margin-top: 50px; } }
  .reservation-page .continue-reservation-btn {
    min-width: 168px;
    padding: 12px 40px; }
    @media only screen and (max-width: 991px) {
      .reservation-page .continue-reservation-btn {
        width: 100%; } }
  .reservation-page .reservation-footer {
    margin-top: 50px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .reservation-page .reservation-footer .back-link {
      margin-right: 50px; }
    .reservation-page .reservation-footer .link-list {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .reservation-page .reservation-footer a {
      font-size: 14px; }
    .reservation-page .reservation-footer .left {
      margin-right: auto; }
    .reservation-page .reservation-footer .right {
      margin-left: auto; }
    @media only screen and (max-width: 991px) {
      .reservation-page .reservation-footer {
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .reservation-page .reservation-footer .left, .reservation-page .reservation-footer .right {
          width: 100%; }
        .reservation-page .reservation-footer a {
          display: inline-block;
          margin-top: 20px; }
        .reservation-page .reservation-footer .right {
          margin-bottom: 20px; } }
  @media only screen and (max-width: 1366px) {
    .reservation-page .module-panel .flex-row > div {
      max-width: 48%;
      margin-left: 2%; }
    .reservation-page .module-panel .flex-row > div:first-child {
      margin-right: 2%; } }
  @media only screen and (max-width: 1199px) {
    .reservation-page .project-links a > span {
      display: none; }
    .reservation-page .module-panel .flex-row {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .reservation-page .module-panel .flex-row > div {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px; }
      .reservation-page .module-panel .flex-row > div:first-child {
        margin-right: 0;
        margin-top: 0; } }
  @media only screen and (max-width: 991px) {
    .reservation-page .content-header .project-links {
      display: none; }
    .reservation-page .content-header .flex {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .reservation-page .module-panel .upgrades-options .row > div:first-child {
      margin-bottom: 10px; }
    .reservation-page .module-panel .upgrades-options .row > div:last-child {
      margin-bottom: 25px; }
    .reservation-page .module-panel .selection {
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .reservation-page .content-header .flex {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .reservation-page .content-header .project-links {
      margin-top: 20px; } }
  .reservation-page .reservation-form-wrapper h4 {
    margin-bottom: 35px;
    margin-top: 0; }
    .reservation-page .reservation-form-wrapper h4.mb0 {
      margin-bottom: 0; }
    .reservation-page .reservation-form-wrapper h4.space-top {
      margin-top: 30px; }
  .reservation-page .reservation-form-wrapper.reservation-summary h4.space-top {
    margin-top: 50px; }
  .reservation-page .reservation-form-wrapper .requried-star {
    color: #e75525;
    margin-left: 5px;
    display: inline-block; }
  .reservation-page .reservation-form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .reservation-page .reservation-form-row:after, .reservation-page .reservation-form-row:before {
      display: none; }
    .reservation-page .reservation-form-row .col {
      max-width: 410px;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .reservation-page .reservation-form-row .col.col-sm-12 {
        width: 100%; }
      .reservation-page .reservation-form-row .col .wrap-fields {
        width: auto;
        max-width: 410px; }
    .reservation-page .reservation-form-row.mt {
      margin-top: 40px; }
    .reservation-page .reservation-form-row.mt20 {
      margin-top: 20px; }
    @media only screen and (max-width: 1440px) {
      .reservation-page .reservation-form-row .col {
        max-width: 340px; }
        .reservation-page .reservation-form-row .col .wrap-fields {
          max-width: 340px; } }
    @media only screen and (max-width: 1199px) {
      .reservation-page .reservation-form-row .col {
        max-width: 300px; }
        .reservation-page .reservation-form-row .col .wrap-fields {
          max-width: 300px; } }
    @media only screen and (max-width: 991px) {
      .reservation-page .reservation-form-row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .reservation-page .reservation-form-row .form-group .form-control {
          width: 100%; }
        .reservation-page .reservation-form-row .col {
          width: 100%; }
        .reservation-page .reservation-form-row .col {
          max-width: 100%; }
          .reservation-page .reservation-form-row .col .wrap-fields {
            max-width: 100%; }
        .reservation-page .reservation-form-row .checkbox-group.styled.inline {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .reservation-page .reservation-form-row .checkbox-group.styled.inline .label {
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; }
        .reservation-page .reservation-form-row .fileUpload .btn-upload {
          max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .reservation-page .reservation-form-row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .reservation-page .reservation-form-row .col {
          width: 100%; }
        .reservation-page .reservation-form-row .col {
          max-width: 100%; }
          .reservation-page .reservation-form-row .col .wrap-fields {
            max-width: 100%; } }
  .reservation-page #client-lookup-results {
    margin-top: 50px; }
  .reservation-page .results-listing {
    margin-bottom: 50px; }
  .reservation-page .results-listing-row {
    border: 1px solid #ddd;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(127, 127, 127, 0.05);
    border-radius: 0;
    margin-bottom: 20px;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    transition: box-shadow .2s; }
    .reservation-page .results-listing-row:hover {
      box-shadow: 0px 4px 16px 0px rgba(127, 127, 127, 0.2); }
    .reservation-page .results-listing-row.active {
      box-shadow: 0px 4px 16px 0px rgba(127, 127, 127, 0.1); }
      .reservation-page .results-listing-row.active .dot {
        border-color: #e75525; }
        .reservation-page .results-listing-row.active .dot:after {
          background: #e75525; }
      .reservation-page .results-listing-row.active:hover {
        box-shadow: 0px 4px 16px 0px rgba(127, 127, 127, 0.2); }
    .reservation-page .results-listing-row .col {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 20px;
      border-right: 1px solid #ddd;
      color: #222222; }
      .reservation-page .results-listing-row .col:last-child {
        border-right: 0; }
    .reservation-page .results-listing-row .tiny-col {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .reservation-page .results-listing-row .col-dot {
      padding-left: 40px; }
    .reservation-page .results-listing-row .dot {
      width: 17px;
      height: 17px;
      background: #ffffff;
      border: 1px solid #ddd;
      border-radius: 50%;
      transition: border-color .2s;
      position: relative;
      margin-top: 3px;
      margin-left: 10px; }
      .reservation-page .results-listing-row .dot:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        top: 4px;
        left: 4px;
        background: #ffffff;
        transition: background .2s;
        border-radius: 50%; }
    @media only screen and (max-width: 991px) {
      .reservation-page .results-listing-row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .reservation-page .results-listing-row .col {
          border: none;
          margin-bottom: 10px;
          padding: 0; }
        .reservation-page .results-listing-row .col-dot {
          padding-left: 0px; }
          .reservation-page .results-listing-row .col-dot .dot {
            margin-left: 0; } }
  .reservation-page .results-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .reservation-page .results-footer .btn, .reservation-page .results-footer .panel-btn, .reservation-page .results-footer .panel-control span, .panel-control .reservation-page .results-footer span, .reservation-page .results-footer .panel-control label, .panel-control .reservation-page .results-footer label, .reservation-page .results-footer .main-btn, .reservation-page .results-footer .outline-btn, .reservation-page .results-footer .dl-btn, .reservation-page .results-footer .doc-list .item .document-btn, .doc-list .item .reservation-page .results-footer .document-btn, .reservation-page .results-footer .doc-list .item .view-btn, .doc-list .item .reservation-page .results-footer .view-btn {
      margin-right: 30px; }
    .reservation-page .results-footer .btn:last-child, .reservation-page .results-footer .panel-btn:last-child, .reservation-page .results-footer .panel-control span:last-child, .panel-control .reservation-page .results-footer span:last-child, .reservation-page .results-footer .panel-control label:last-child, .panel-control .reservation-page .results-footer label:last-child, .reservation-page .results-footer .main-btn:last-child, .reservation-page .results-footer .outline-btn:last-child, .reservation-page .results-footer .dl-btn:last-child, .reservation-page .results-footer .doc-list .item .document-btn:last-child, .doc-list .item .reservation-page .results-footer .document-btn:last-child, .reservation-page .results-footer .doc-list .item .view-btn:last-child, .doc-list .item .reservation-page .results-footer .view-btn:last-child {
      margin-left: auto;
      margin-right: 0; }
    @media only screen and (max-width: 1199px) {
      .reservation-page .results-footer {
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .reservation-page .results-footer .btn, .reservation-page .results-footer .panel-btn, .reservation-page .results-footer .panel-control span, .panel-control .reservation-page .results-footer span, .reservation-page .results-footer .panel-control label, .panel-control .reservation-page .results-footer label, .reservation-page .results-footer .main-btn, .reservation-page .results-footer .outline-btn, .reservation-page .results-footer .dl-btn, .reservation-page .results-footer .doc-list .item .document-btn, .doc-list .item .reservation-page .results-footer .document-btn, .reservation-page .results-footer .doc-list .item .view-btn, .doc-list .item .reservation-page .results-footer .view-btn {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 20px;
          white-space: normal;
          width: auto;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
          .reservation-page .results-footer .btn:last-child, .reservation-page .results-footer .panel-btn:last-child, .reservation-page .results-footer .panel-control span:last-child, .panel-control .reservation-page .results-footer span:last-child, .reservation-page .results-footer .panel-control label:last-child, .panel-control .reservation-page .results-footer label:last-child, .reservation-page .results-footer .main-btn:last-child, .reservation-page .results-footer .outline-btn:last-child, .reservation-page .results-footer .dl-btn:last-child, .reservation-page .results-footer .doc-list .item .document-btn:last-child, .doc-list .item .reservation-page .results-footer .document-btn:last-child, .reservation-page .results-footer .doc-list .item .view-btn:last-child, .doc-list .item .reservation-page .results-footer .view-btn:last-child {
            margin-left: 0; } }
    @media only screen and (max-width: 991px) {
      .reservation-page .results-footer .btn, .reservation-page .results-footer .panel-btn, .reservation-page .results-footer .panel-control span, .panel-control .reservation-page .results-footer span, .reservation-page .results-footer .panel-control label, .panel-control .reservation-page .results-footer label, .reservation-page .results-footer .main-btn, .reservation-page .results-footer .outline-btn, .reservation-page .results-footer .dl-btn, .reservation-page .results-footer .doc-list .item .document-btn, .doc-list .item .reservation-page .results-footer .document-btn, .reservation-page .results-footer .doc-list .item .view-btn, .doc-list .item .reservation-page .results-footer .view-btn {
        width: 100%; } }

.home-page .panel {
  margin-top: 20px; }

.home-page #main > section > header {
  margin-top: 60px; }

.home-page #main > section:first-child > header {
  margin-top: 0; }

#floorplate_body {
  margin-top: 0;
  position: relative;
  overflow: hidden; }
  #floorplate_body svg {
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  #floorplate_body .zoom-controls, #floorplate_body .modal-content .zoom, .modal-content #floorplate_body .zoom {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto; }

#floorplate_container .floorplate-hotspot {
  cursor: pointer; }

#floorplate_container .info-container {
  cursor: pointer; }

#floorplate_container svg > g:hover .floorplate-hotspot {
  opacity: 0.6; }

.floorplate-modal .modal-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0; }

.floorplate-modal .modal-body > div {
  box-sizing: border-box; }

.floorplate-modal .product-info-label {
  font-weight: bold; }

.floorplate-modal .field-group {
  margin-bottom: 10px; }

.floorplate-module-panel .header-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .floorplate-module-panel .header-actions > div:first-child {
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .floorplate-module-panel .header-actions {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  @media (max-width: 550px) {
    .floorplate-module-panel .header-actions {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .floorplate-module-panel .header-actions > div:first-child {
        margin-right: 0;
        margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .floorplate-module-panel header.flex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .floorplate-module-panel header.flex .heading {
      margin-bottom: 10px; } }

.investors-page .main-content table {
  width: 100%; }

.investors-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.investors-section {
  margin-bottom: 70px; }
  .investors-section h5 {
    margin-bottom: 20px;
    color: #e75525; }

.sale-counts {
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }
  .sale-counts .sale-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 240px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 20px; }
    .sale-counts .sale-count:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      border-left: 120px solid transparent;
      border-right: 120px solid transparent;
      border-top: 20px solid #ffffff; }
    .sale-counts .sale-count:first-child {
      margin-left: 0; }
    .sale-counts .sale-count:last-child {
      margin-right: 0; }
    .sale-counts .sale-count[data-type="reserved"] {
      background-color: #bababa; }
      .sale-counts .sale-count[data-type="reserved"]:after {
        border-top-color: #c6c6c6; }
    .sale-counts .sale-count[data-type="signed"] {
      background-color: #e75525; }
      .sale-counts .sale-count[data-type="signed"]:after {
        border-top-color: #DC5313; }
      .sale-counts .sale-count[data-type="signed"]:after {
        border-top-color: #c2471e; }
    .sale-counts .sale-count[data-type="unconditional"] {
      background-color: #154365; }
      .sale-counts .sale-count[data-type="unconditional"]:after {
        border-top-color: #003146; }
  .sale-counts .copy, .sale-counts .count {
    padding: 0 16px; }
  .sale-counts .copy {
    font-family: "museo-sans";
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #ffffff;
    position: relative; }
  .sale-counts .count {
    font-family: "museo-sans";
    font-weight: 500;
    text-align: center;
    position: relative;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 50px;
    font-size: 20px; }
  @media only screen and (max-width: 991px) {
    .sale-counts {
      width: 250px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .sale-counts .sale-count {
        margin: 5px 0 25px; } }

@media only screen and (max-width: 991px) {
  .header-links .view-eoi-btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    .header-links .view-eoi-btns .eoi-remove-all {
      margin-top: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-links .view-eoi-btns .eoi-remove-all .icon {
        margin-right: 0;
        margin-left: 10px; } }

.portal-table.eoi-table tbody tr:hover .eoi-remove-one {
  opacity: 1; }

.portal-table.eoi-table tbody td {
  vertical-align: middle; }

.portal-table.eoi-table .eoi-preference-number {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px; }

.portal-table.eoi-table .eoi-move {
  display: inline-block;
  vertical-align: middle; }

.portal-table.eoi-table .eoi-move-preference {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  color: rgba(99, 100, 102, 0.8); }
  .portal-table.eoi-table .eoi-move-preference.disabled {
    pointer-events: none;
    opacity: .2; }
  .portal-table.eoi-table .eoi-move-preference .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 20px;
    height: 20px; }
  .portal-table.eoi-table .eoi-move-preference:hover {
    color: #000000; }

.portal-table.eoi-table .eoi-remove-one {
  display: inline-block;
  vertical-align: middle;
  float: right;
  position: absolute;
  top: 50%;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: rgba(99, 100, 102, 0.6);
  opacity: 0;
  transition: opacity .1s; }
  .portal-table.eoi-table .eoi-remove-one .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 14px;
    height: 14px; }
  .portal-table.eoi-table .eoi-remove-one:hover {
    color: #000000;
    opacity: 1; }
  .portal-table.eoi-table .eoi-remove-one.loading .loader {
    opacity: 1; }
  .portal-table.eoi-table .eoi-remove-one.loading .icon {
    opacity: 0; }
  .portal-table.eoi-table .eoi-remove-one .loader {
    opacity: 0;
    transition: opacity .1s;
    position: absolute;
    top: 8px;
    left: 8px; }

.portal-table.eoi-table .col-controls {
  min-width: 150px;
  width: 200px;
  padding-right: 50px; }

@media only screen and (max-width: 1199px) {
  .portal-table.eoi-table .eoi-remove-one {
    opacity: 1; } }

.approve-eoi-listing {
  position: relative; }
  .approve-eoi-listing .portal-table {
    position: relative;
    z-index: 1; }
  .approve-eoi-listing .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s; }
    .approve-eoi-listing .overlay .loader {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
  .approve-eoi-listing.loading .overlay {
    opacity: 1;
    visibility: visible; }

/* Projects */
.projects-page .content-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .projects-page .content-header .page-heading {
    margin-bottom: 0; }
  .projects-page .content-header .projects-view-nav-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    margin: 0;
    bottom: -47px;
    margin-right: -21px; }
  .projects-page .content-header .projects-view-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .2s; }
    .projects-page .content-header .projects-view-nav li {
      display: inline-block; }
      .projects-page .content-header .projects-view-nav li a {
        display: inline-block;
        color: rgba(99, 100, 102, 0.5);
        transition: color .1s;
        text-decoration: none;
        padding: 6px 20px;
        font-size: 14px; }
        .projects-page .content-header .projects-view-nav li a:after {
          content: '';
          position: absolute;
          top: 50%;
          right: auto;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          left: auto;
          background: rgba(99, 100, 102, 0.5);
          width: 1px;
          height: 20px; }
        .projects-page .content-header .projects-view-nav li a .icon {
          width: 16px;
          height: 16px; }
      .projects-page .content-header .projects-view-nav li.active a, .projects-page .content-header .projects-view-nav li.active a:hover {
        color: #000000; }
      .projects-page .content-header .projects-view-nav li a:hover {
        color: #636466; }
      .projects-page .content-header .projects-view-nav li:last-child a:after {
        display: none; }
    .projects-page .content-header .projects-view-nav.loading {
      opacity: 0;
      pointer-events: none; }

.projects-page .section-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 20px 15px;
  cursor: pointer;
  transition: border 0.2s;
  border-bottom: 1px solid transparent; }
  .projects-page .section-header h4 {
    margin-bottom: 10px;
    color: #e75525; }
  .projects-page .section-header .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #e75525;
    height: 18px;
    width: 18px; }
  .projects-page .section-header:hover .icon {
    color: #c2471e; }
  .projects-page .section-header.collapsed {
    border-color: #dddddd; }
    .projects-page .section-header.collapsed .icon {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .projects-page .section-header.collapsed:hover {
      border-color: rgba(0, 0, 0, 0.2); }

.projects-page .info-tooltip {
  position: relative;
  cursor: default; }
  .projects-page .info-tooltip .info-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
    .projects-page .info-tooltip .info-icon a {
      display: inline-block; }
    .projects-page .info-tooltip .info-icon .icon {
      height: 18px;
      width: 18px; }
    .projects-page .info-tooltip .info-icon.open .icon {
      color: rgba(0, 0, 0, 0.3); }
    .projects-page .info-tooltip .info-icon.open:hover .icon {
      color: rgba(0, 0, 0, 0.5); }
  .projects-page .info-tooltip .dropdown-menu {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    padding: 8px 10px;
    background: #222222; }
    .projects-page .info-tooltip .dropdown-menu li {
      list-style-type: none;
      padding: 0;
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff;
      white-space: nowrap; }
      .projects-page .info-tooltip .dropdown-menu li:before {
        display: none; }
    .projects-page .info-tooltip .dropdown-menu:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #222222;
      border-width: 10px;
      margin-top: -10px;
      opacity: 1; }
    @media only screen and (max-width: 1199px) {
      .projects-page .info-tooltip .dropdown-menu {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: 0;
        top: auto;
        margin-left: 0;
        margin-top: 10px; }
        .projects-page .info-tooltip .dropdown-menu:before {
          position: absolute;
          right: 50%;
          top: auto;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          top: 0;
          border-right-color: transparent;
          border-bottom-color: #222222;
          margin-top: -20px; } }
    @media only screen and (max-width: 400px) {
      .projects-page .info-tooltip .dropdown-menu li {
        white-space: normal; } }
  .projects-page .info-tooltip:hover .icon, .projects-page .info-tooltip.open .icon {
    color: rgba(0, 0, 0, 0.3); }
  .projects-page .info-tooltip:hover .dropdown-menu, .projects-page .info-tooltip.open .dropdown-menu {
    display: block; }

.projects-page .project-section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .projects-page .project-section:visible {
    margin-top: 40px; }

.projects-page .projects-filters-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding-top: 10px; }
  .projects-page .projects-filters-fields .form-group {
    margin-bottom: 0; }
  .projects-page .projects-filters-fields select {
    max-width: 200px;
    margin-right: 20px; }

.projects-page .tab-pane {
  position: relative; }

.projects-page .projects-status-tab-container {
  position: relative; }

.projects-page .projects-status-tab {
  position: absolute;
  left: 60px;
  top: -55px;
  margin-left: -14px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .2s; }
  .projects-page .projects-status-tab .project-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .projects-page .projects-status-tab li a {
    padding: 10px 14px; }
  .projects-page .projects-status-tab.loading {
    opacity: 0;
    pointer-events: none; }

@media only screen and (max-width: 1440px) {
  .projects-page .projects-status-tab {
    left: 40px; } }

@media only screen and (max-width: 1199px) {
  .projects-page .content-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px; }
    .projects-page .content-header .heading {
      margin-bottom: 20px; }
    .projects-page .content-header .projects-filters-fields {
      position: relative; }
    .projects-page .content-header .projects-view-nav-container {
      margin-right: -20px;
      bottom: auto;
      top: 0; }
  .projects-page .projects-status-tab {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-top: -20px;
    left: auto; } }

@media only screen and (max-width: 767px) {
  .projects-page .content-header .heading {
    width: 100%; }
  .projects-page .content-header .projects-view-nav-container {
    margin-right: -12px;
    margin-left: 20px;
    top: -5px; }
  .projects-page .content-header .projects-view-nav li {
    height: 36px; }
    .projects-page .content-header .projects-view-nav li a {
      padding: 8px 14px; }
      .projects-page .content-header .projects-view-nav li a:after {
        height: 16px; }
      .projects-page .content-header .projects-view-nav li a .icon {
        margin-right: 0;
        width: 14px;
        height: 14px;
        position: relative;
        margin-top: -2px; }
      .projects-page .content-header .projects-view-nav li a .text {
        display: none; }
  .projects-page .content-header .projects-filters-fields {
    width: 100%; }
    .projects-page .content-header .projects-filters-fields .form-group {
      width: 50%;
      min-width: 50%;
      max-width: 50%; }
    .projects-page .content-header .projects-filters-fields .form-group:first-child {
      padding-right: 10px; }
    .projects-page .content-header .projects-filters-fields .form-group:last-child {
      padding-left: 10px; }
    .projects-page .content-header .projects-filters-fields select {
      max-width: 100%; }
  .projects-page .searchbar {
    width: 100%; } }

@media only screen and (max-width: 400px) {
  .projects-page .content-header .projects-view-nav-container {
    position: relative;
    top: auto;
    margin: 0;
    margin-left: -12px; }
  .projects-page .content-header .projects-filters-fields {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .projects-page .content-header .projects-filters-fields .form-group {
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
    .projects-page .content-header .projects-filters-fields .form-group:first-child {
      padding-right: 0;
      margin-bottom: 10px; }
    .projects-page .content-header .projects-filters-fields .form-group:last-child {
      padding-left: 0; } }

/* Projects Grid */
.projects-grid, .salesboard-page.stage-select .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%; }
  .projects-grid .item-wrapper, .salesboard-page.stage-select .grid .item-wrapper {
    position: relative;
    padding: 0 4% 8%; }
  .projects-grid .item-inner, .salesboard-page.stage-select .grid .item-inner {
    position: relative;
    height: 290px; }
  .projects-grid .item, .salesboard-page.stage-select .grid .item {
    width: 25%;
    position: relative;
    border-radius: 0;
    overflow: hidden; }
    .projects-grid .item .img, .salesboard-page.stage-select .grid .item .img {
      display: block;
      height: 100%;
      text-align: center;
      background-size: cover;
      background-position: 50% 50%;
      background-color: rgba(34, 34, 34, 0.95); }
    .projects-grid .item .content, .salesboard-page.stage-select .grid .item .content {
      background: rgba(34, 34, 34, 0.95);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .projects-grid .item .content .heading, .salesboard-page.stage-select .grid .item .content .heading {
        padding: 24px 26px;
        transition: all 1.2s; }
        .projects-grid .item .content .heading a, .salesboard-page.stage-select .grid .item .content .heading a {
          text-decoration: none; }
          .projects-grid .item .content .heading a:hover .project-location, .salesboard-page.stage-select .grid .item .content .heading a:hover .project-location {
            color: rgba(255, 255, 255, 0.6); }
        .projects-grid .item .content .heading .project-name, .salesboard-page.stage-select .grid .item .content .heading .project-name, .projects-grid .item .content .heading .project-location, .salesboard-page.stage-select .grid .item .content .heading .project-location {
          font-size: 16px;
          margin: 0;
          transition: color 0.2s; }
        .projects-grid .item .content .heading .project-name, .salesboard-page.stage-select .grid .item .content .heading .project-name {
          color: #ffffff; }
        .projects-grid .item .content .heading .project-location, .salesboard-page.stage-select .grid .item .content .heading .project-location {
          color: rgba(255, 255, 255, 0.4); }
      .projects-grid .item .content .overlay-body, .salesboard-page.stage-select .grid .item .content .overlay-body {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        padding-top: 1px;
        transition: max-height .2s,opacity .3s,visibility .3s; }
      .projects-grid .item .content .links, .salesboard-page.stage-select .grid .item .content .links {
        margin: 0;
        padding: 0;
        margin-top: -13px; }
        .projects-grid .item .content .links li, .salesboard-page.stage-select .grid .item .content .links li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
          .projects-grid .item .content .links li:last-child, .salesboard-page.stage-select .grid .item .content .links li:last-child {
            border-bottom: 0; }
          .projects-grid .item .content .links li a, .salesboard-page.stage-select .grid .item .content .links li a {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.4);
            text-decoration: none;
            padding: 13px 24px;
            display: inline-block;
            width: 100%; }
            .projects-grid .item .content .links li a:hover, .salesboard-page.stage-select .grid .item .content .links li a:hover {
              color: #ffffff; }
          .projects-grid .item .content .links li .icon, .salesboard-page.stage-select .grid .item .content .links li .icon {
            color: #ffffff;
            width: 18px;
            height: 18px;
            margin-right: 15px; }
    .projects-grid .item:hover .overlay-body, .salesboard-page.stage-select .grid .item:hover .overlay-body, .projects-grid .item.active .overlay-body, .salesboard-page.stage-select .grid .item.active .overlay-body {
      opacity: 1;
      visibility: visible;
      transition: max-height .2s,opacity .1s,visibility .1s;
      max-height: 100px; }
  @media only screen and (max-width: 1199px) {
    .projects-grid .item, .salesboard-page.stage-select .grid .item {
      width: 33.333333%; } }
  @media only screen and (max-width: 991px) {
    .projects-grid, .salesboard-page.stage-select .grid {
      margin-top: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .projects-grid .item, .salesboard-page.stage-select .grid .item {
        width: 50%; }
        .projects-grid .item .overlay li a:hover, .salesboard-page.stage-select .grid .item .overlay li a:hover {
          background: #e1e1e1;
          color: #e75525;
          stroke: #e75525; }
      .projects-grid .item-wrapper, .salesboard-page.stage-select .grid .item-wrapper {
        padding: 0 15px 30px; } }
  @media (max-width: 768px) {
    .projects-grid, .salesboard-page.stage-select .grid {
      margin: 0; }
      .projects-grid .item, .salesboard-page.stage-select .grid .item {
        width: 100%;
        margin: 0 0 30px; }
      .projects-grid .item-wrapper, .salesboard-page.stage-select .grid .item-wrapper {
        padding: 0; } }

/* Projects List */
.projects-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -1%;
  margin-right: -1%; }
  @media only screen and (max-width: 1199px) {
    .projects-list {
      margin-left: 0;
      margin-right: 0; } }

.project-list-item {
  width: 50%; }
  .project-list-item .item-wrapper {
    margin-top: 0;
    height: 100%; }
  .project-list-item .item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 2% 4%; }
  .project-list-item .project_image, .project-list-item .project_content {
    background-color: #ffffff; }
  .project-list-item .project_content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .project-list-item .project_content .inner {
      height: 100%;
      padding: 30px 35px;
      background: rgba(34, 34, 34, 0.95); }
  .project-list-item .project_image {
    -webkit-flex: .5;
        -ms-flex: .5;
            flex: .5;
    position: relative; }
    .project-list-item .project_image > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: 50% 50%;
      overflow: hidden; }
      .project-list-item .project_image > a:hover:after {
        opacity: 1; }
      .project-list-item .project_image > a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.2s; }
  .project-list-item .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .project-list-item .header h3 {
      line-height: normal; }
  .project-list-item .heading-link {
    text-decoration: none; }
    .project-list-item .heading-link:hover {
      text-decoration: none; }
      .project-list-item .heading-link:hover .project-location {
        color: #ffffff; }
  .project-list-item .project-heading {
    color: #ffffff;
    transition: color 0.2s; }
  .project-list-item .project-location {
    color: #b3b3b3;
    transition: color 0.2s; }
  .project-list-item .project-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-top: -10px; }
    .project-list-item .project-links li:after {
      background: rgba(179, 179, 179, 0.2); }
    .project-list-item .project-links li a {
      color: #b3b3b3; }
      .project-list-item .project-links li a:hover {
        color: #ffffff; }
    .project-list-item .project-links .text {
      display: none; }
  .project-list-item .address {
    margin-bottom: 0;
    font-size: 14px;
    margin-bottom: 20px;
    color: #b3b3b3; }
  .project-list-item .project-progress {
    width: 100%;
    max-width: 300px; }
  .project-list-item .progress-details p {
    color: #ffffff;
    font-size: 14px;
    line-height: normal; }
  .project-list-item .progress-details p.small-text {
    color: #b3b3b3;
    font-size: 13px; }
  @media only screen and (max-width: 1440px) {
    .project-list-item .project_content .inner {
      padding: 20px 25px; }
    .project-list-item .project-links {
      margin-right: -25px;
      margin-top: -10px; }
      .project-list-item .project-links li a {
        padding: 10px 15px; }
        .project-list-item .project-links li a .icon {
          width: 18px;
          height: 18px; } }
  @media only screen and (max-width: 1199px) {
    .project-list-item {
      width: 100%;
      margin-bottom: 30px; }
      .project-list-item .item-inner {
        padding: 0; } }
  @media only screen and (max-width: 767px) {
    .project-list-item {
      margin-bottom: 30px; }
      .project-list-item .item-wrapper {
        height: auto; }
      .project-list-item .item-inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        padding: 0; }
      .project-list-item .project_image {
        height: 160px;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .project-list-item .project-links {
        margin-right: -15px; } }

body.map-view #main-footer {
  margin-top: 0; }

/* Projects map */
.projects_map_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .projects_map_container > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .projects_map_container #projects_map {
    height: 700px;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .projects_map_container #projects_map {
        max-height: 500px; } }
    @media only screen and (max-width: 767px) {
      .projects_map_container #projects_map {
        height: 450px; } }
    @media only screen and (max-width: 480px) {
      .projects_map_container #projects_map {
        height: 300px; } }
  .projects_map_container #projects_map_sidebar {
    max-width: 340px;
    background: white;
    overflow: hidden;
    position: relative; }
    .projects_map_container #projects_map_sidebar .inner {
      overflow-y: auto;
      position: absolute;
      bottom: 55px;
      top: 55px;
      right: 0;
      left: 0; }
    .projects_map_container #projects_map_sidebar p.lead {
      padding: 0px 50px;
      margin-bottom: 30px; }
    .projects_map_container #projects_map_sidebar .projects_list {
      margin: 0;
      padding: 0;
      margin-top: -10px; }
      .projects_map_container #projects_map_sidebar .projects_list li {
        cursor: pointer;
        color: #222222;
        margin-bottom: 0;
        transition: color 0.2s; }
        .projects_map_container #projects_map_sidebar .projects_list li .listing-inner {
          padding: 15px 20px 15px 50px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; }
          .projects_map_container #projects_map_sidebar .projects_list li .listing-inner:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50px;
            right: 0;
            height: 1px;
            background: rgba(99, 100, 102, 0.1); }
        .projects_map_container #projects_map_sidebar .projects_list li .heading {
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .projects_map_container #projects_map_sidebar .projects_list li .heading .name, .projects_map_container #projects_map_sidebar .projects_list li .heading .location {
            margin-bottom: 0;
            font-size: 15px; }
          .projects_map_container #projects_map_sidebar .projects_list li .heading .name {
            color: #000000; }
          .projects_map_container #projects_map_sidebar .projects_list li .heading .location {
            color: #b3b3b3; }
        .projects_map_container #projects_map_sidebar .projects_list li .icon {
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          border-radius: 20px;
          padding: 2px;
          box-sizing: content-box;
          text-align: center; }
          .projects_map_container #projects_map_sidebar .projects_list li .icon, .projects_map_container #projects_map_sidebar .projects_list li .icon svg {
            width: 30px;
            height: 30px; }
          .projects_map_container #projects_map_sidebar .projects_list li .icon svg .pin {
            fill: #e75525; }
          .projects_map_container #projects_map_sidebar .projects_list li .icon svg .pin_dot {
            fill: white; }
        .projects_map_container #projects_map_sidebar .projects_list li:hover {
          background: #f9f9f9; }
        .projects_map_container #projects_map_sidebar .projects_list li.active {
          color: #e75525;
          background: #f9f9f9; }
          .projects_map_container #projects_map_sidebar .projects_list li.active .icon {
            color: #c2471e; }
  .projects_map_container .gm-iw-container, .projects_map_container .gm-style-iw {
    width: 300px !important; }
  .projects_map_container #project_info {
    width: 300px; }

.projects_map_container {
  position: relative; }
  .projects_map_container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1efec;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s; }
  .projects_map_container #map-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .projects_map_container.loading .overlay {
    opacity: 1;
    visibility: visible; }

@media only screen and (max-width: 1199px) {
  .projects_map_container {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #projects_map {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .projects_map_container #projects_map_sidebar {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 30px 0; }
    .projects_map_container #projects_map_sidebar .inner {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      top: auto;
      height: 300px; }
    .projects_map_container #projects_map_sidebar p.lead {
      padding: 0 30px; }
    .projects_map_container #projects_map_sidebar .projects_list li .listing-inner {
      padding: 15px 20px 15px 30px; } }

.project-progress {
  max-width: 600px; }
  .project-progress .progress, .project-progress .progress-bar {
    box-shadow: none;
    height: 10px;
    border-radius: 0; }
  .project-progress .progress {
    background: #dddddd;
    margin-bottom: 0; }
  .project-progress .progress-bar {
    background: #3cb878; }
  .project-progress span {
    margin-top: -7px; }
  .project-progress .progress-details {
    margin-top: 15px; }
    .project-progress .progress-details .lead {
      font-size: 17px;
      color: #222222; }
  @media only screen and (max-width: 991px) {
    .project-progress .progress-details .lead {
      font-size: 15px; } }

/* Project Info page */
.project-page {
  overflow-x: hidden;
  /* Responsive */ }
  .project-page #main {
    max-width: 100%; }
    .project-page #main .content-header {
      margin-top: 40px;
      margin-bottom: 40px; }
      .project-page #main .content-header.wrapper {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px; }
      .project-page #main .content-header .header-heading {
        font-size: 30px;
        line-height: normal;
        margin: 0; }
        @media only screen and (max-width: 991px) {
          .project-page #main .content-header .header-heading {
            font-size: 20px; } }
      .project-page #main .content-header .project-links {
        margin-right: -20px; }
    @media only screen and (max-width: 1600px) {
      .project-page #main .content-header {
        margin-top: 30px;
        margin-bottom: 30px; }
      .project-page #main #project_hero_container,
      .project-page #main #project_hero,
      .project-page #main #project_hero .item {
        height: 500px; } }
    @media only screen and (min-height: 1024px) and (min-width: 1199px) {
      .project-page #main .content-header {
        margin-top: 50px;
        margin-bottom: 50px; }
      .project-page #main #project_hero_container, .project-page #main #project_hero, .project-page #main #project_hero .item {
        height: 600px; } }
    @media only screen and (max-width: 1199px) {
      .project-page #main #project_hero_container, .project-page #main #project_hero, .project-page #main #project_hero .item {
        height: 350px; } }
    @media only screen and (max-width: 991px) {
      .project-page #main .content-header {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0; }
      .project-page #main #project_hero_container {
        height: 300px; }
      .project-page #main #project_hero, .project-page #main #project_hero .item {
        height: 250px; } }
  .project-page .project-header {
    margin-bottom: 75px; }
    .project-page .project-header .verbose-eoi-btn {
      padding-top: 10px;
      text-align: right; }
  .project-page .project-progress {
    max-width: 400px;
    width: 100%; }
  .project-page #project_hero_container {
    height: 500px;
    overflow: hidden; }
  .project-page #project_hero {
    height: 500px;
    width: 100%;
    position: relative; }
    .project-page #project_hero .item {
      background-size: cover;
      background-position-x: 50%;
      background-repeat: no-repeat;
      height: 500px;
      position: relative;
      overflow: hidden; }
      .project-page #project_hero .item.align-top {
        background-position-y: 0%; }
      .project-page #project_hero .item.align-center {
        background-position-y: 50%; }
      .project-page #project_hero .item.align-bottom {
        background-position-y: 100%; }
      .project-page #project_hero .item .overlay {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, black 0%, transparent 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
        /* IE6-9 */
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        opacity: .8;
        z-index: 0;
        display: none; }
      .project-page #project_hero .item .content {
        position: absolute;
        bottom: 100px;
        left: 0;
        right: 0; }
        .project-page #project_hero .item .content h1 {
          color: #ffffff; }
    @media only screen and (max-width: 991px) {
      .project-page #project_hero .item .content {
        bottom: 30px; } }
  .project-page .project-section {
    margin-bottom: 80px; }
    .project-page .project-section.black {
      background-color: black; }
      .project-page .project-section.black * {
        color: white; }
      .project-page .project-section.black a {
        color: #636466;
        text-decoration: underline; }
        .project-page .project-section.black a:hover {
          text-decoration: none; }
    .project-page .project-section.grey {
      background-color: #7f7f7f; }
      .project-page .project-section.grey * {
        color: black; }
      .project-page .project-section.grey a {
        color: #e75525;
        text-decoration: underline; }
        .project-page .project-section.grey a:hover {
          text-decoration: none; }
      .project-page .project-section.grey .gallery .item * {
        color: white; }
    .project-page .project-section.black .doc-list a, .project-page .project-section.grey .doc-list a {
      color: #c2471e;
      text-decoration: none; }
      .project-page .project-section.black .doc-list a *, .project-page .project-section.grey .doc-list a * {
        color: #c2471e; }
    @media only screen and (max-width: 1440px) {
      .project-page .project-section:last-child {
        margin-bottom: 0; } }
    @media only screen and (max-width: 991px) {
      .project-page .project-section {
        margin-bottom: 50px; } }
  .project-page .project-intro {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
    margin: 0 auto; }
    .project-page .project-intro .project-intro-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .project-page .project-intro .panel {
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-right: 40px;
      margin-bottom: 80px; }
      .project-page .project-intro .panel .body {
        padding-bottom: 0; }
    .project-page .project-intro .module-panel,
    .project-page .project-intro #project-side-nav {
      margin-bottom: 130px; }
      @media only screen and (max-width: 1440px) {
        .project-page .project-intro .module-panel,
        .project-page .project-intro #project-side-nav {
          margin-bottom: 80px; } }
    .project-page .project-intro .project-location {
      font-size: 15px;
      color: rgba(0, 0, 0, 0.5); }
    .project-page .project-intro hr {
      margin-top: 40px;
      margin-bottom: 40px;
      border-color: rgba(0, 0, 0, 0.05); }
    .project-page .project-intro .body-content {
      max-width: 100%;
      margin-bottom: 50px; }
    .project-page .project-intro .body-map {
      margin-top: 50px;
      margin-left: -50px;
      margin-right: -50px; }
    .project-page .project-intro #project_map {
      height: 300px;
      width: 100%; }
    .project-page .project-intro .right-section {
      width: 300px;
      max-width: 100%;
      margin-left: 100px; }
      @media only screen and (max-width: 1900px) {
        .project-page .project-intro .right-section {
          margin-left: 60px; } }
      @media only screen and (max-width: 1800px) {
        .project-page .project-intro .right-section {
          margin-left: 20px; } }
    .project-page .project-intro .logo {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      max-width: 300px;
      margin-bottom: 40px; }
      .project-page .project-intro .logo .img {
        border-radius: 0;
        height: 200px;
        width: 100%;
        max-width: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-color: #fff; }
    .project-page .project-intro #project_info #project_content {
      padding: 10px 50px 10px 15px; }
    @media only screen and (max-width: 991px) {
      .project-page .project-intro .project-intro-inner {
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .project-page .project-intro .module-panel,
      .project-page .project-intro #project-side-nav {
        margin-bottom: 50px; }
      .project-page .project-intro .module-panel {
        margin-right: 0;
        width: 100%; }
      .project-page .project-intro .right-section {
        width: 100%;
        margin-left: 0;
        margin-top: 20px; }
      .project-page .project-intro .logo {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px; }
      .project-page .project-intro hr {
        margin-top: 20px;
        margin-bottom: 20px; }
      .project-page .project-intro .project-location {
        font-size: 13px;
        line-height: 20px; }
      .project-page .project-intro .body-content {
        margin-bottom: 25px; }
      .project-page .project-intro .body-map {
        margin-top: 25px;
        margin-left: -25px;
        margin-right: -25px; }
      .project-page .project-intro #project_map {
        height: 200px; } }
  .project-page .container-default {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto; }
  .project-page .container-wide {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto; }
    .project-page .container-wide .video-container {
      margin-left: -15px;
      margin-right: -15px;
      max-width: calc(100% + 30px); }
  .project-page .project-gallery {
    text-align: center;
    background: #777779; }
  .project-page .video-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
  .project-page iframe[src*='//player.vimeo.com'], .project-page iframe[src*='//www.youtube.com'] {
    transition: opacity .2s ease;
    opacity: 0;
    visibility: hidden; }
  .project-page .project-documents h3 {
    font-size: 14px;
    line-height: 20px;
    color: #e75525;
    padding: 20px 0; }
  .project-page .project-documents > .flex {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .project-page .project-documents > .flex > div {
      margin: 0 50px;
      max-width: 350px; }
  .project-page .project-products > div {
    margin: 0 auto; }
  .project-page .project-products table tbody td {
    min-width: 220px; }
  .project-page .section-content {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .project-page .section-content {
        margin-bottom: 30px; } }
  .project-page .section-footer {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .project-page .section-footer {
        margin-top: 30px; } }
  @media (max-width: 1700px) {
    .project-page #main .content-header.wrapper,
    .project-page #main .project-section {
      padding-left: 0;
      padding-right: 0; }
      .project-page #main .content-header.wrapper .container-wide, .project-page #main .content-header.wrapper .container-default,
      .project-page #main .project-section .container-wide,
      .project-page #main .project-section .container-default {
        padding-left: 50px;
        padding-right: 50px; } }
  @media only screen and (max-width: 1700px) and (max-width: 991px) {
    .project-page #main .content-header.wrapper .container-wide,
    .project-page #main .project-section .container-wide {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 1700px) and (max-width: 991px) {
    .project-page #main .content-header.wrapper .container-default,
    .project-page #main .project-section .container-default {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 1199px) {
    .project-page #gallery_modal .slick-arrow {
      padding: 0 4px; }
    .project-page #gallery_modal .slick-arrow.slider-next {
      right: 0px; }
    .project-page #gallery_modal .slick-arrow.slider-prev {
      left: 0px; }
    .project-page #gallery_modal .modal-close {
      top: 15px;
      right: 15px; } }
  @media only screen and (max-width: 991px) {
    .project-page #main {
      padding-left: 0;
      padding-right: 0; }
      .project-page #main .content-header.wrapper {
        padding-left: 30px;
        padding-right: 30px; }
    .project-page .project-header {
      margin-bottom: 0; }
      .project-page .project-header .slick-container, .project-page .project-header .slick-container .loader {
        display: none; }
    .project-page #gallery_modal .slick-arrow.slider-next {
      right: 0; }
    .project-page #gallery_modal .slick-arrow.slider-prev {
      left: 0; }
    .project-page #gallery_modal .modal-close {
      top: 15px;
      right: 15px; } }
  .project-page .product-status-chart-container {
    position: relative;
    width: 100%; }
  .project-page .product-status-chart-container:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .project-page .product-status-chart {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.doc-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 30px; }
  .doc-list .item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.6666666667% - 30px);
    box-shadow: 0px 2px 8px 0px rgba(127, 127, 127, 0.2);
    background: #f9f9f9;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    transition: box-shadow 0.2s;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .doc-list .item > a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 100%;
      text-decoration: none;
      position: relative; }
    .doc-list .item .document-btns {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 150px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .doc-list .item .document-btn {
      display: inline-block;
      font-size: 12px;
      width: 84px;
      color: #333333;
      background: #f2f2f2;
      transition: all 0.2s;
      padding: 2px 14px; }
    .doc-list .item .view-btn {
      font-size: 12px;
      color: #333333;
      background: #f2f2f2;
      transition: all 0.2s;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 2px 14px; }
    .doc-list .item .img {
      position: relative;
      border-radius: 0;
      overflow: hidden;
      background-color: #ffffff;
      border: 1px solid #f2f2f2;
      background-size: cover;
      background-position: 50% 50%;
      height: 170px;
      margin-bottom: 15px; }
      .doc-list .item .img.has-img .icon {
        display: none; }
      .doc-list .item .img .inner {
        width: 100%;
        padding-bottom: 120%; }
      .doc-list .item .img .icon {
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        width: 85px;
        height: 85px; }
      .doc-list .item .img .text-img {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: white;
        text-align: center;
        opacity: 1;
        font-size: 20px; }
    .doc-list .item:hover {
      box-shadow: 0px 2px 8px 0px rgba(127, 127, 127, 0.3); }
      .doc-list .item:hover .view-btn {
        background: #e75525;
        color: #ffffff; }
    .doc-list .item *, .doc-list .item:hover * {
      transition: all ease .3s; }
    .doc-list .item .text {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .doc-list .item .text span {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        vertical-align: middle; }
      .doc-list .item .text .heading {
        font-size: 15px;
        color: #222222; }
      .doc-list .item .text .description {
        font-size: 13px;
        color: #b3b3b3;
        margin-top: -5px; }
    .doc-list .item .note {
      font-size: 11px;
      line-height: normal;
      font-style: italic;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #000000; }
  .doc-list.vertical {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .doc-list.vertical .item {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
      .doc-list.vertical .item > a {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .doc-list.vertical .item > a:hover .view-btn {
          background-color: #e75525; }
      .doc-list.vertical .item .img {
        height: 50px;
        width: 50px;
        background: transparent;
        border-color: transparent;
        margin-bottom: 0;
        margin-right: 35px; }
        .doc-list.vertical .item .img .icon {
          width: 48px;
          height: 48px; }
      .doc-list.vertical .item .text {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .doc-list.vertical .item .date {
        margin-right: 10px;
        font-size: 13px; }
      .doc-list.vertical .item .view-btn {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background: #ffffff; }
  @media only screen and (max-width: 1600px) {
    .doc-list .item {
      width: calc(20% - 30px); } }
  @media only screen and (max-width: 1440px) {
    .doc-list .item {
      width: calc(25% - 30px); } }
  @media only screen and (max-width: 991px) {
    .doc-list .item {
      width: calc(33.333333% - 30px); } }
  @media only screen and (max-width: 767px) {
    .doc-list {
      width: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: 0;
      margin-right: 0; }
      .doc-list .item {
        width: 100%;
        max-width: 500px;
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 0; }
        .doc-list .item:last-child {
          margin-bottom: 0; }
        .doc-list .item a {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        .doc-list .item:hover span {
          text-decoration: none; }
        .doc-list .item .img {
          border: none;
          margin-right: 15px;
          height: 40px;
          width: 40px;
          margin-bottom: 0;
          border-radius: 0; }
          .doc-list .item .img.has-img {
            background: none !important; }
            .doc-list .item .img.has-img .icon {
              display: block; }
          .doc-list .item .img .icon {
            width: 36px;
            height: 36px; }
        .doc-list .item .text {
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding-right: 15px; }
          .doc-list .item .text .heading {
            font-size: 13px;
            line-height: 16px; }
          .doc-list .item .text .description {
            font-size: 12px;
            line-height: 15px; }
        .doc-list .item .view-btn {
          position: relative;
          top: auto;
          right: auto;
          padding: 2px 12px; }
        .doc-list .item .document-btns {
          top: 0px;
          height: 55px;
          position: relative;
          right: 0; }
        .doc-list .item .document-btn {
          display: block; }
        .doc-list .item .copy-link-btn {
          margin-bottom: 4px; } }
  @media only screen and (max-width: 480px) {
    .doc-list .item .img {
      display: none; } }

html.is-ios .doc-list .item > a {
  padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    html.is-ios .doc-list .item > a {
      padding-bottom: 0; } }

.subnav-has-siblings .doc-list .item,
.doc-list.bigger-items .item {
  width: calc(21% - 30px); }

@media only screen and (max-width: 1600px) {
  .subnav-has-siblings .doc-list .item,
  .doc-list.bigger-items .item {
    width: calc(24.5% - 30px); } }

@media only screen and (max-width: 1440px) {
  .subnav-has-siblings .doc-list .item,
  .doc-list.bigger-items .item {
    width: calc(32% - 30px); } }

@media only screen and (max-width: 991px) {
  .subnav-has-siblings .doc-list .item,
  .doc-list.bigger-items .item {
    width: calc(33.333333% - 30px); } }

@media only screen and (max-width: 767px) {
  .subnav-has-siblings .doc-list .item,
  .doc-list.bigger-items .item {
    width: 100%; } }

.product-page .favourite-product,
.salesboard-page .favourite-product,
.price-list-page .favourite-product {
  display: inline-block;
  margin-left: 6px;
  font-size: 20px;
  cursor: pointer;
  color: #929292; }
  .product-page .favourite-product:hover,
  .salesboard-page .favourite-product:hover,
  .price-list-page .favourite-product:hover {
    color: #e75525; }

.product-page .content-header {
  margin-bottom: 30px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-page .content-header .btn-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-page .content-header .btns a {
    padding: 11px 20px;
    margin-right: 15px; }
    .product-page .content-header .btns a:last-child {
      margin-right: 0; }
  .product-page .content-header .back-link {
    padding: 8px 0; }
  @media only screen and (max-width: 991px) {
    .product-page .content-header .btn-row {
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-align-items: flex-start !important;
          -ms-flex-align: start !important;
              align-items: flex-start !important; }
      .product-page .content-header .btn-row .btns {
        margin-top: 30px;
        width: 100%; }
      .product-page .content-header .btn-row .back-link {
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .product-page .content-header .btn-row a:nth-child(2) {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .product-page .content-header .btns a {
      width: 100%;
      margin-top: 30px; }
      .product-page .content-header .btns a:nth-child(2) {
        margin-top: 30px; }
      .product-page .content-header .btns a:first-child {
        margin-top: 0; } }
  .product-page .content-header .header-heading {
    font-size: 30px; }
    @media only screen and (max-width: 991px) {
      .product-page .content-header .header-heading {
        font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .product-page .content-header .header-subheading a {
      font-size: 14px; } }

.product-page .product-intro {
  margin-bottom: 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .product-page .product-intro > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 40px;
    min-width: calc(50% - 40px); }
    .product-page .product-intro > div:nth-child(odd) {
      margin-right: 0px; }
    .product-page .product-intro > div:nth-child(even) {
      margin-left: 40px; }
  .product-page .product-intro .product-deposits .deposit-status {
    color: #e75525; }
  @media only screen and (max-width: 991px) {
    .product-page .product-intro > div {
      min-width: 100%; }
      .product-page .product-intro > div:nth-child(odd) {
        margin-right: 0px; }
      .product-page .product-intro > div:nth-child(even) {
        margin-left: 0px; } }

.product-page #product-info {
  max-width: 100%; }
  .product-page #product-info .body-header {
    border-bottom: 1px solid #ebebeb;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .product-page #product-info .col-name {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 0;
    margin-right: 30px; }
  .product-page #product-info .col-status {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right; }
    .product-page #product-info .col-status span {
      display: inline-block; }
  .product-page #product-info .body-content .row > div > div {
    display: inline-block;
    margin-right: 15px;
    color: #e75525; }
    .product-page #product-info .body-content .row > div > div svg {
      margin-right: 5px; }
    .product-page #product-info .body-content .row > div > div:last-child {
      margin-right: 0; }
  .product-page #product-info .body-content .row.product-price > div:last-child {
    color: #3cb878; }
  .product-page #product-info .address {
    color: #b3b3b3;
    font-size: 15px; }
  .product-page #product-info .status-color {
    font-size: 14px;
    line-height: normal; }

.product-page #product-floorplans #floorplan_modal_btn {
  float: right;
  padding: 10px 20px; }

.product-page #product-floorplans .floorplan {
  margin: 85px auto 26px;
  text-align: center; }
  .product-page #product-floorplans .floorplan > svg {
    max-width: 100%;
    height: auto; }

.product-page #product-floorplans .floorplan_note {
  font-style: normal;
  font-size: 12px;
  text-align: right;
  width: 100%;
  display: block; }

.product-page #product-options .body-content {
  margin-top: 0; }
  .product-page #product-options .body-content h3 {
    margin-top: 40px; }
    .product-page #product-options .body-content h3:first-child {
      margin-top: 0; }
  .product-page #product-options .body-content .panel-table .row:last-child {
    margin-bottom: 0; }

.product-page .product-floorplan canvas {
  max-width: 100%; }

.product-page .content-fixed-nav .inner {
  max-width: 1480px; }
  .product-page .content-fixed-nav .inner .btn, .product-page .content-fixed-nav .inner .panel-btn, .product-page .content-fixed-nav .inner .panel-control span, .panel-control .product-page .content-fixed-nav .inner span, .product-page .content-fixed-nav .inner .panel-control label, .panel-control .product-page .content-fixed-nav .inner label, .product-page .content-fixed-nav .inner .main-btn, .product-page .content-fixed-nav .inner .outline-btn, .product-page .content-fixed-nav .inner .dl-btn, .product-page .content-fixed-nav .inner .doc-list .item .document-btn, .doc-list .item .product-page .content-fixed-nav .inner .document-btn, .product-page .content-fixed-nav .inner .doc-list .item .view-btn, .doc-list .item .product-page .content-fixed-nav .inner .view-btn {
    padding: 8px 10px;
    font-size: 13px; }
    .product-page .content-fixed-nav .inner .btn svg, .product-page .content-fixed-nav .inner .panel-btn svg, .product-page .content-fixed-nav .inner .panel-control span svg, .panel-control .product-page .content-fixed-nav .inner span svg, .product-page .content-fixed-nav .inner .panel-control label svg, .panel-control .product-page .content-fixed-nav .inner label svg, .product-page .content-fixed-nav .inner .main-btn svg, .product-page .content-fixed-nav .inner .outline-btn svg, .product-page .content-fixed-nav .inner .dl-btn svg, .product-page .content-fixed-nav .inner .doc-list .item .document-btn svg, .doc-list .item .product-page .content-fixed-nav .inner .document-btn svg, .product-page .content-fixed-nav .inner .doc-list .item .view-btn svg, .doc-list .item .product-page .content-fixed-nav .inner .view-btn svg {
      height: 16px;
      width: 16px;
      margin-left: 8px; }

.product-page .fixed-nav-sections .nav_section {
  padding: 50px 0;
  border-top: 1px solid #ebebeb; }
  .product-page .fixed-nav-sections .nav_section:first-child {
    border-top: 0; }
  .product-page .fixed-nav-sections .nav_section .panel {
    margin-bottom: 0; }

.product-page .fixed-nav-sections .product-carpark header svg * {
  stroke: #222222; }

@media only screen and (max-width: 1440px) {
  .product-page .content-fixed-nav .inner {
    max-width: 1520px; } }

@media only screen and (max-width: 1199px) {
  .product-page .product-intro {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .product-page .product-intro > div {
      width: 100%;
      max-width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 0px; } }

@media only screen and (max-width: 991px) {
  .product-page .content-header .project-links {
    display: none; }
  .product-page .product-intro #product-info .body-header {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .product-page .product-intro #product-info .body-header > div:last-child {
      margin-top: 10px;
      font-size: 18px; }
  .product-page .product-intro #product-floorplans #floorplan_modal_btn {
    float: none; }
  .product-page .product-intro #product-floorplans .floorplan {
    margin: 30px 0; }
  .product-page .product-intro #product-floorplans .floorplan_note {
    text-align: left; }
  .product-page .fixed-nav-sections .nav_section {
    padding: 0; } }
/*# sourceMappingURL=style.css.map */