@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,800);/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
@charset "UTF-8";

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

.glyphicon,
.widget__icon--button {
  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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.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,
.widget__icon--button: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: "\A5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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,
.grid-view ul.listing-item-tools {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li,
.grid-view ul.listing-item-tools > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
}

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

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

.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: '\A0   \2014';
}

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

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

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

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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}

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

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

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  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.42857;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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"].editIco-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"].editIco-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"].editIco-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"].editIco-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"].editIco-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"].editIco-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"].editIco-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"].editIco-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.editIco-btn,
.views-table_old td.views-field.views-field-edit-node
  .input-group-lg > .input-group-btn > a.form-control-static:nth-child(1),
.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.editIco-btn,
.views-table_old td.views-field.views-field-edit-node
  .input-group-sm > .input-group-btn > a.form-control-static:nth-child(1) {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-sm > .input-group-btn > a:nth-child(1) {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
form .input-group-sm > select.form-select,
.edit-profile_form .input-group-sm > select.form-select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.editIco-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.editIco-btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
form .input-group-sm > select[multiple].form-select,
.edit-profile_form .input-group-sm > select[multiple].form-select,
.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].editIco-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,
.form-group-sm form select.form-select,
form .form-group-sm select.form-select,
.form-group-sm
.edit-profile_form select.form-select,
.edit-profile_form .form-group-sm select.form-select {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm form select[multiple].form-select,
form
.form-group-sm select[multiple].form-select,
.form-group-sm
.edit-profile_form select[multiple].form-select,
.edit-profile_form
.form-group-sm select[multiple].form-select {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-lg > .input-group-btn > a:nth-child(1) {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
form .input-group-lg > select.form-select,
.edit-profile_form .input-group-lg > select.form-select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.editIco-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.editIco-btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
form .input-group-lg > select[multiple].form-select,
.edit-profile_form .input-group-lg > select[multiple].form-select,
.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].editIco-btn {
  height: auto;
}

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

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

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

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

.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 > .editIco-btn + .form-control-feedback,
.views-table_old td.views-field.views-field-edit-node
.input-group-lg > .input-group-btn > a:nth-child(1) + .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 > .editIco-btn + .form-control-feedback,
.views-table_old td.views-field.views-field-edit-node
.input-group-sm > .input-group-btn > a:nth-child(1) + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

.has-feedback label ~ .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,
.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1) {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.editIco-btn:focus,
.views-table_old td.views-field.views-field-edit-node a:focus:nth-child(1),
.btn.focus,
.focus.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.focus:nth-child(1),
.btn:active:focus,
.editIco-btn:active:focus,
.views-table_old td.views-field.views-field-edit-node a:active:focus:nth-child(1),
.btn:active.focus,
.editIco-btn:active.focus,
.views-table_old td.views-field.views-field-edit-node a:active.focus:nth-child(1),
.btn.active:focus,
.active.editIco-btn:focus,
.views-table_old td.views-field.views-field-edit-node a.active:focus:nth-child(1),
.btn.active.focus,
.active.focus.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.active.focus:nth-child(1) {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.editIco-btn:hover,
.views-table_old td.views-field.views-field-edit-node a:hover:nth-child(1),
.btn:focus,
.editIco-btn:focus,
.views-table_old td.views-field.views-field-edit-node a:focus:nth-child(1),
.btn.focus,
.focus.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.focus:nth-child(1) {
  color: #333;
  text-decoration: none;
}

.btn:active,
.editIco-btn:active,
.views-table_old td.views-field.views-field-edit-node a:active:nth-child(1),
.btn.active,
.active.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.active:nth-child(1) {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.disabled.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.disabled:nth-child(1),
.btn[disabled],
[disabled].editIco-btn,
.views-table_old td.views-field.views-field-edit-node a[disabled]:nth-child(1),
fieldset[disabled] .btn,
fieldset[disabled] .editIco-btn,
fieldset[disabled] .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
  fieldset[disabled] a:nth-child(1) {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
a.disabled.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.disabled:nth-child(1),
fieldset[disabled] a.btn,
fieldset[disabled] a.editIco-btn,
fieldset[disabled] .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
fieldset[disabled] a:nth-child(1) {
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-link:hover,
.btn-link:focus {
  color: #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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-lg > a:nth-child(1) {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-sm > a:nth-child(1) {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-xs > a:nth-child(1) {
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  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.42857;
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group > a:nth-child(1),
.btn-group-vertical > .btn,
.btn-group-vertical > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
  .btn-group-vertical > a:nth-child(1) {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .editIco-btn:hover,
.views-table_old td.views-field.views-field-edit-node .btn-group > a:hover:nth-child(1),
.btn-group > .btn:focus,
.btn-group > .editIco-btn:focus,
.views-table_old td.views-field.views-field-edit-node .btn-group > a:focus:nth-child(1),
.btn-group > .btn:active,
.btn-group > .editIco-btn:active,
.views-table_old td.views-field.views-field-edit-node .btn-group > a:active:nth-child(1),
.btn-group > .btn.active,
.btn-group > .active.editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group > a.active:nth-child(1),
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .editIco-btn:hover,
.views-table_old td.views-field.views-field-edit-node
    .btn-group-vertical > a:hover:nth-child(1),
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .editIco-btn:focus,
.views-table_old td.views-field.views-field-edit-node
    .btn-group-vertical > a:focus:nth-child(1),
.btn-group-vertical > .btn:active,
.btn-group-vertical > .editIco-btn:active,
.views-table_old td.views-field.views-field-edit-node
    .btn-group-vertical > a:active:nth-child(1),
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.editIco-btn,
.views-table_old td.views-field.views-field-edit-node
    .btn-group-vertical > a.active:nth-child(1) {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .editIco-btn + .btn,
.btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .btn,
.views-table_old td.views-field.views-field-edit-node .btn-group a:nth-child(1) + .btn,
.btn-group .btn + .editIco-btn,
.btn-group .editIco-btn + .editIco-btn,
.btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group a:nth-child(1) + .editIco-btn,
.btn-group .views-table_old td.views-field.views-field-edit-node .btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-group .btn + a:nth-child(1),
.btn-group .views-table_old td.views-field.views-field-edit-node .editIco-btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-group .editIco-btn + a:nth-child(1),
.btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-group a:nth-child(1) + a:nth-child(1),
.btn-group .btn + .btn-group,
.btn-group .editIco-btn + .btn-group,
.btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .btn-group,
.views-table_old td.views-field.views-field-edit-node
.btn-group a:nth-child(1) + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .editIco-btn,
.btn-group .views-table_old td.views-field.views-field-edit-node .btn-group + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
.btn-group .btn-group + a:nth-child(1),
.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 .editIco-btn,
.btn-toolbar .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-toolbar a:nth-child(1),
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-toolbar > a:nth-child(1),
.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 > .editIco-btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.views-table_old td.views-field.views-field-edit-node .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-child(1) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > .editIco-btn:first-child,
.views-table_old td.views-field.views-field-edit-node .btn-group > a:first-child:nth-child(1) {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .editIco-btn:first-child:not(:last-child):not(.dropdown-toggle),
.views-table_old td.views-field.views-field-edit-node .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle):nth-child(1) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .editIco-btn:last-child:not(:first-child),
.views-table_old td.views-field.views-field-edit-node .btn-group > a:last-child:not(:first-child):nth-child(1),
.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) > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group > .btn-group:not(:first-child):not(:last-child) > a:nth-child(1) {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .editIco-btn:last-child,
.views-table_old td.views-field.views-field-edit-node .btn-group > .btn-group:first-child:not(:last-child) > a:last-child:nth-child(1),
.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) > .editIco-btn:first-child,
.views-table_old td.views-field.views-field-edit-node .btn-group > .btn-group:last-child:not(:first-child) > a:first-child:nth-child(1) {
  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 > .editIco-btn + .dropdown-toggle,
.views-table_old td.views-field.views-field-edit-node .btn-group > a:nth-child(1) + .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 > .editIco-btn + .dropdown-toggle,
.views-table_old td.views-field.views-field-edit-node .btn-group-lg.btn-group > a:nth-child(1) + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

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

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

.btn .caret,
.editIco-btn .caret,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1) .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-group-lg > .editIco-btn .caret,
.views-table_old td.views-field.views-field-edit-node .btn-group-lg > a:nth-child(1) .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .editIco-btn .caret,
.dropup .views-table_old td.views-field.views-field-edit-node .btn-group-lg > a:nth-child(1) .caret,
.views-table_old td.views-field.views-field-edit-node .dropup .btn-group-lg > a:nth-child(1) .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:nth-child(1),
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.btn-group-vertical > .btn-group > a:nth-child(1) {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > .btn-group > a:nth-child(1) {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .editIco-btn + .btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:nth-child(1) + .btn,
.btn-group-vertical > .btn + .editIco-btn,
.btn-group-vertical > .editIco-btn + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:nth-child(1) + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > .btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > .editIco-btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:nth-child(1) + a:nth-child(1),
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .editIco-btn + .btn-group,
.views-table_old td.views-field.views-field-edit-node
.btn-group-vertical > a:nth-child(1) + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.btn-group-vertical > .btn-group + a:nth-child(1),
.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 > .editIco-btn:not(:first-child):not(:last-child),
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:not(:first-child):not(:last-child):nth-child(1) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .editIco-btn:first-child:not(:last-child),
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:first-child:not(:last-child):nth-child(1) {
  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 > .editIco-btn:last-child:not(:first-child),
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > a:last-child:not(:first-child):nth-child(1) {
  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) > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a:nth-child(1) {
  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) > .editIco-btn:last-child,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child:nth-child(1),
.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) > .editIco-btn:first-child,
.views-table_old td.views-field.views-field-edit-node .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child:nth-child(1) {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-justified > a:nth-child(1),
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .editIco-btn,
.btn-group-justified > .btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .btn-group-justified > .btn-group a:nth-child(1) {
  width: 100%;
}

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

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .editIco-btn input[type="radio"],
.views-table_old td.views-field.views-field-edit-node [data-toggle="buttons"] > a:nth-child(1) input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .editIco-btn input[type="checkbox"],
.views-table_old td.views-field.views-field-edit-node
[data-toggle="buttons"] > a:nth-child(1) input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .editIco-btn input[type="radio"],
.views-table_old td.views-field.views-field-edit-node
[data-toggle="buttons"] > .btn-group > a:nth-child(1) input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .editIco-btn input[type="checkbox"],
.views-table_old td.views-field.views-field-edit-node
[data-toggle="buttons"] > .btn-group > a:nth-child(1) 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: 3px;
}

.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.editIco-btn,
.views-table_old td.views-field.views-field-edit-node
  .input-group-sm > .input-group-btn > a.input-group-addon:nth-child(1) {
  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.editIco-btn,
.views-table_old td.views-field.views-field-edit-node
  .input-group-lg > .input-group-btn > a.input-group-addon:nth-child(1) {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:first-child > a:nth-child(1),
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:first-child > .btn-group > a:nth-child(1),
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .editIco-btn:not(:last-child):not(.dropdown-toggle),
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle):nth-child(1),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:last-child > .btn-group:not(:last-child) > a:nth-child(1) {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:last-child > a:nth-child(1),
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:last-child > .btn-group > a:nth-child(1),
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .editIco-btn:not(:first-child),
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:first-child > a:not(:first-child):nth-child(1),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node
.input-group-btn:first-child > .btn-group:not(:first-child) > a:nth-child(1) {
  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 > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:nth-child(1) {
  position: relative;
}

.input-group-btn > .btn + .btn,
.input-group-btn > .editIco-btn + .btn,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:nth-child(1) + .btn,
.input-group-btn > .btn + .editIco-btn,
.input-group-btn > .editIco-btn + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:nth-child(1) + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > .btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .input-group-btn > .editIco-btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:nth-child(1) + a:nth-child(1) {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .editIco-btn:hover,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:hover:nth-child(1),
.input-group-btn > .btn:focus,
.input-group-btn > .editIco-btn:focus,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:focus:nth-child(1),
.input-group-btn > .btn:active,
.input-group-btn > .editIco-btn:active,
.views-table_old td.views-field.views-field-edit-node .input-group-btn > a:active:nth-child(1) {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .input-group-btn:first-child > a:nth-child(1),
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .input-group-btn:last-child > a:nth-child(1),
.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.42857;
  border: 1px solid transparent;
  border-radius: 3px 3px 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: 3px;
}

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

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

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

.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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (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;
    -webkit-box-shadow: none;
    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: 3px;
  border-top-left-radius: 3px;
  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.editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-sm > a.navbar-btn:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.editIco-btn,
.views-table_old td.views-field.views-field-edit-node .btn-group-xs > a.navbar-btn:nth-child(1) {
  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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  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: 3px;
  border-top-left-radius: 3px;
}

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

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

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

.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,
.editIco-btn .label,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1) .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,
.editIco-btn .badge,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1) .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .editIco-btn .badge,
.views-table_old td.views-field.views-field-edit-node .btn-group-xs > a:nth-child(1) .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .editIco-btn .badge,
.views-table_old td.views-field.views-field-edit-node
  .btn-group-xs > a:nth-child(1) .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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  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;
}

@-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: #dddde2;
  border-radius: 1em;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

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

.progress-bar-success {
  background-color: #5cb85c;
}

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

.progress-bar-info {
  background-color: #5bc0de;
}

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

.progress-bar-warning {
  background-color: #f0ad4e;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.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: 3px;
  border-top-left-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.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: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-top-left-radius: 2px;
}

.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: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-top-left-radius: 2px;
}

.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: 2px;
  border-top-right-radius: 2px;
}

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.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: 2px;
  border-bottom-right-radius: 2px;
}

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

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

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

.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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn,
.modal-footer .editIco-btn + .btn,
.modal-footer .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .btn,
.views-table_old td.views-field.views-field-edit-node .modal-footer a:nth-child(1) + .btn,
.modal-footer .btn + .editIco-btn,
.modal-footer .editIco-btn + .editIco-btn,
.modal-footer .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .modal-footer a:nth-child(1) + .editIco-btn,
.modal-footer .views-table_old td.views-field.views-field-edit-node .btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .modal-footer .btn + a:nth-child(1),
.modal-footer .views-table_old td.views-field.views-field-edit-node .editIco-btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .modal-footer .editIco-btn + a:nth-child(1),
.modal-footer .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .modal-footer a:nth-child(1) + a:nth-child(1) {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .editIco-btn + .btn,
.modal-footer .btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .btn,
.views-table_old td.views-field.views-field-edit-node .modal-footer .btn-group a:nth-child(1) + .btn,
.modal-footer .btn-group .btn + .editIco-btn,
.modal-footer .btn-group .editIco-btn + .editIco-btn,
.modal-footer .btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + .editIco-btn,
.views-table_old td.views-field.views-field-edit-node .modal-footer .btn-group a:nth-child(1) + .editIco-btn,
.modal-footer .btn-group .views-table_old td.views-field.views-field-edit-node .btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .modal-footer .btn-group .btn + a:nth-child(1),
.modal-footer .btn-group .views-table_old td.views-field.views-field-edit-node .editIco-btn + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .modal-footer .btn-group .editIco-btn + a:nth-child(1),
.modal-footer .btn-group .views-table_old td.views-field.views-field-edit-node a:nth-child(1) + a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .modal-footer .btn-group a:nth-child(1) + a:nth-child(1) {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

.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.42857;
  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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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;
}

.clearfix:before,
section:before,
.map-container:before,
.my-network_tools:before,
.page_header:before,
.page_header-title:before,
.tools .tool_mobile ul.basics:before,
.tools .tool_mobile .mobile-filters_buttons:before,
.tools .tool_desktop .top_area:before,
.tools .tool_desktop .bottom_area:before,
.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input:before,
.tools .tool_desktop ul.filters li.more .dropdown-menu:before,
.views-display-layout .results_result:before,
.page-bb-search .results_result:before,
.page-search .results_result:before,
.page-request-demo .results_result:before,
.views-display-layout .results_list:not(.search-grid) .online:before,
.page-bb-search .results_list:not(.search-grid) .online:before,
.page-search .results_list:not(.search-grid) .online:before,
.page-request-demo .results_list:not(.search-grid) .online:before,
.property_detail .property-header:before,
.property_detail .property-header .info ul:before,
.property_detail .property-header .actions:before,
.property_detail .property-nav-mobile:before,
.property_detail .property-body .big-card:before,
.page--front section .container:before,
.static-page section .container:before,
.page-realtor-signup section .container:before,
.page-contact section .container:before,
.page-about section .container:before,
.page-terms-conditions section .container:before,
.page-privacy-policy section .container:before,
.page-request-demo section .container:before,
.edit_listing header:before,
.clearfix:after,
section:after,
.map-container:after,
.my-network_tools:after,
.page_header:after,
.page_header-title:after,
.tools .tool_mobile ul.basics:after,
.tools .tool_mobile .mobile-filters_buttons:after,
.tools .tool_desktop .top_area:after,
.tools .tool_desktop .bottom_area:after,
.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input:after,
.tools .tool_desktop ul.filters li.more .dropdown-menu:after,
.views-display-layout .results_result:after,
.page-bb-search .results_result:after,
.page-search .results_result:after,
.page-request-demo .results_result:after,
.views-display-layout .results_list:not(.search-grid) .online:after,
.page-bb-search .results_list:not(.search-grid) .online:after,
.page-search .results_list:not(.search-grid) .online:after,
.page-request-demo .results_list:not(.search-grid) .online:after,
.property_detail .property-header:after,
.property_detail .property-header .info ul:after,
.property_detail .property-header .actions:after,
.property_detail .property-nav-mobile:after,
.property_detail .property-body .big-card:after,
.page--front section .container:after,
.static-page section .container:after,
.page-realtor-signup section .container:after,
.page-contact section .container:after,
.page-about section .container:after,
.page-terms-conditions section .container:after,
.page-privacy-policy section .container:after,
.page-request-demo section .container:after,
.edit_listing header:after {
  content: " ";
  display: table;
}

.clearfix:after,
section:after,
.map-container:after,
.my-network_tools:after,
.page_header:after,
.page_header-title:after,
.tools .tool_mobile ul.basics:after,
.tools .tool_mobile .mobile-filters_buttons:after,
.tools .tool_desktop .top_area:after,
.tools .tool_desktop .bottom_area:after,
.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input:after,
.tools .tool_desktop ul.filters li.more .dropdown-menu:after,
.views-display-layout .results_result:after,
.page-bb-search .results_result:after,
.page-search .results_result:after,
.page-request-demo .results_result:after,
.views-display-layout .results_list:not(.search-grid) .online:after,
.page-bb-search .results_list:not(.search-grid) .online:after,
.page-search .results_list:not(.search-grid) .online:after,
.page-request-demo .results_list:not(.search-grid) .online:after,
.property_detail .property-header:after,
.property_detail .property-header .info ul:after,
.property_detail .property-header .actions:after,
.property_detail .property-nav-mobile:after,
.property_detail .property-body .big-card:after,
.page--front section .container:after,
.static-page section .container:after,
.page-realtor-signup section .container:after,
.page-contact section .container:after,
.page-about section .container:after,
.page-terms-conditions section .container:after,
.page-privacy-policy section .container:after,
.page-request-demo section .container:after,
.edit_listing header: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;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

.clearfix:after,
section:after,
.map-container:after,
.my-network_tools:after,
.page_header:after,
.page_header-title:after,
.tools .tool_mobile ul.basics:after,
.tools .tool_mobile .mobile-filters_buttons:after,
.tools .tool_desktop .top_area:after,
.tools .tool_desktop .bottom_area:after,
.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input:after,
.tools .tool_desktop ul.filters li.more .dropdown-menu:after,
.views-display-layout .results_result:after,
.page-bb-search .results_result:after,
.page-search .results_result:after,
.page-request-demo .results_result:after,
.views-display-layout .results_list:not(.search-grid) .online:after,
.page-bb-search .results_list:not(.search-grid) .online:after,
.page-search .results_list:not(.search-grid) .online:after,
.page-request-demo .results_list:not(.search-grid) .online:after,
.property_detail .property-header:after,
.property_detail .property-header .info ul:after,
.property_detail .property-header .actions:after,
.property_detail .property-nav-mobile:after,
.property_detail .property-body .big-card:after,
.page--front section .container:after,
.static-page section .container:after,
.page-realtor-signup section .container:after,
.page-contact section .container:after,
.page-about section .container:after,
.page-terms-conditions section .container:after,
.page-privacy-policy section .container:after,
.page-request-demo section .container:after,
.edit_listing header:after {
  content: "";
  display: table;
  clear: both;
}

strong,
b {
  font-weight: 600;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

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

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

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (min-width: 3px) {
  .container .grid-view > li {
    width: calc(100% * (1 /1) - 17px);
  }
}

@media (min-width: 532px) {
  .container .grid-view > li {
    width: calc(100% * (1 /2) - 17px);
    max-width: 270px;
    margin: 0 0 14px 1.4%;
  }
}

@media (min-width: 992px) {
  .container .grid-view > li {
    width: calc(100% * (1 /3) - 17px);
  }
}

@media (min-width: 1100px) {
  .container .grid-view > li {
    width: calc(100% * (1 /3) - 17px);
  }
}

@media (min-width: 1440px) {
  .container .grid-view > li {
    width: calc(100% * (1 /3) - 17px);
  }
}

body > .container-fluid .grid-view > li {
  margin: 1.2%;
  margin-bottom: 16px;
}

@media (min-width: 4px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /1) - 17px);
  }
}

@media (min-width: 480px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /1) - 17px);
  }
}

@media (min-width: 560px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /2) - 17px);
  }
}

@media (min-width: 700px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /2) - 17px);
  }

  body > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 800px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /3) - 17px);
  }

  body > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 992px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /3) - 17px);
  }

  body > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 1300px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /4) - 17px);
  }

  body > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 1540px) {
  body > .container-fluid .grid-view > li {
    width: calc(100% * (1 /5) - 17px);
  }

  body > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

body.page-bb-search > .container-fluid .grid-view > li {
  margin: 1.2%;
  margin-bottom: 16px;
}

@media (min-width: 4px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /1) - 17px);
  }
}

@media (min-width: 480px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /1) - 17px);
  }
}

@media (min-width: 560px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /2) - 17px);
  }
}

@media (min-width: 700px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /3) - 17px);
  }

  body.page-bb-search > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 800px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /4) - 17px);
  }

  body.page-bb-search > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 992px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /4) - 17px);
  }

  body.page-bb-search > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 1300px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /5) - 17px);
  }

  body.page-bb-search > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 1540px) {
  body.page-bb-search > .container-fluid .grid-view > li {
    width: calc(100% * (1 /6) - 17px);
  }

  body.page-bb-search > .container-fluid .grid-view > li .bb_listing_element {
    max-width: 310px;
  }
}

@media (min-width: 532px) {
  .filterBy {
    max-width: 75px;
  }
}

@media screen and (max-width: 33.3em) {
  .media-mobile,
  .page_header-advanced .tool_mobile,
  .page-dashboard .tool_mobile,
  .page-my-dashboard .tool_mobile,
  .page-listing-flyer .tool_mobile {
    display: block;
  }

  .navbar-nav .btn,
  .navbar-nav .editIco-btn,
  .navbar-nav .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node .navbar-nav a:nth-child(1) {
    max-width: 50%;
    margin-left: 12px;
    margin-bottom: 12px;
  }
}

/*Responsiveness Toastr*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

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

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

.nopadding,
.main-content .sidebar {
  padding: 0 !important;
  margin: 0 !important;
}

.white-gradient,
.filter-tags li,
.offer-mini-card .financing,
.tools .tool_mobile .mobile-filters_box,
.tools .tool_mobile .mobile-filters_box .header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}

.muta span,
.map_btn_white span,
.share_btn_white span {
  display: none;
}

@media (min-width: 992px) {
  .muta span,
  .map_btn_white span,
  .share_btn_white span {
    display: block;
  }
}

.orangetxt,
.grid-view h3 .location span {
  color: orange;
}

.list-inline,
.grid-view ul.listing-item-tools {
  margin: 0;
  padding: 0;
}

.list-inline li,
.grid-view ul.listing-item-tools li {
  display: inline-block;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.linear-transition,
.full-page-layout .main-content .sidebar,
.page-bb-search .main-content .sidebar,
.page-search .main-content .sidebar,
.static-page .main-content .sidebar,
.page-realtor-signup .main-content .sidebar,
.page-contact .main-content .sidebar,
.page-about .main-content .sidebar,
.page-terms-conditions .main-content .sidebar,
.page-privacy-policy .main-content .sidebar,
.page-request-demo .main-content .sidebar,
.node-type-listing-flyer .main-content .sidebar,
.full-page-layout .main-content .sidebar.expanded,
.page-bb-search .main-content .sidebar.expanded,
.page-search .main-content .sidebar.expanded,
.static-page .main-content .sidebar.expanded,
.page-realtor-signup .main-content .sidebar.expanded,
.page-contact .main-content .sidebar.expanded,
.page-about .main-content .sidebar.expanded,
.page-terms-conditions .main-content .sidebar.expanded,
.page-privacy-policy .main-content .sidebar.expanded,
.page-request-demo .main-content .sidebar.expanded,
.node-type-listing-flyer .main-content .sidebar.expanded {
  transition: all 0.2s ease-in-out 0s, visibility 1s linear 0.2s, z-index 0s linear 0.01s;
}

.inline {
  display: inline-block;
}

.white-bg {
  background-color: white;
}

body {
  min-width: 320px;
  color: #585858;
  background-color: #f0f5fe;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 14px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 21px;
  font-weight: lighter;
  margin: 21px 0;
}

h3[data-toggle] {
  cursor: pointer;
}

h3[data-toggle]:after {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E252";
  color: #7f8fa4;
  vertical-align: middle;
  margin-left: 7px;
}

h3[data-toggle]:after {
  font-size: 12px;
  transition: transform 0.15s ease-in-out;
  transform: rotate(-180deg);
}

h3[data-toggle].collapsed:after {
  transform: rotate(0deg);
}

p {
  font-size: 14px;
  text-align: justify;
  line-height: 21px;
  font-weight: lighter;
}

ul {
  margin: 0;
  padding: 0;
}

form {
  max-width: none !important;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  /*color: $hover-color*/
}

a:hover {
  color: #3d9ba5;
}

#main-header {
  position: relative;
  background-color: white;
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  padding: 5px 0;
  z-index: 500;
  border: none;
  min-width: 280px;
}

@media (min-width: 992px) {
  #main-header .mobile-sidebar-menu {
    display: none;
  }

  #main-header .navbar-nav {
    display: block;
  }
}

#main-header .navbar {
  margin-bottom: 0;
}

#main-header .navbar-right {
  margin-right: 0;
}

#main-header .navbar-default {
  background: transparent;
  border: none;
}

#main-header .navbar-default .navbar-nav > li > a:link,
#main-header .navbar-default .navbar-nav > li > a:visited,
#main-header .navbar-default .navbar-nav > li > a:hover,
#main-header .navbar-default .navbar-nav > li > a:focus,
#main-header .navbar-default .navbar-nav > li > a:active {
  color: #5600b2;
}

@media (min-width: 992px) {
  #main-header .navbar-default .navbar-nav > li > a:link,
  #main-header .navbar-default .navbar-nav > li > a:visited,
  #main-header .navbar-default .navbar-nav > li > a:hover,
  #main-header .navbar-default .navbar-nav > li > a:focus,
  #main-header .navbar-default .navbar-nav > li > a:active {
    color: #595959;
  }
}

#main-header .logo {
  margin-left: 20px;
  display: block;
  width: 85px;
  height: 50px;
  padding: 0;
  text-indent: -10000px;
  background: url(images/bb-logo-square.svg) no-repeat left;
  background-position-x: right;
  background-size: 140px;
}

#main-header.main {
  background-color: white;
}

#main-header.main nav.navbar-default {
  border: 0;
}

#main-header.main nav.navbar-default ul {
  padding-left: 0;
}

#main-header.main nav.navbar-default li {
  list-style: none;
}

#main-header.main nav.navbar-default button.navbar-toggle {
  border: 0;
}

#main-header.main nav.navbar-default .icon-bar {
  background-color: #5600b2;
}

@media (min-width: 992px) {
  #main-header.main nav.navbar-default .navbar-nav {
    margin-right: 0;
  }

  #main-header.main nav.navbar-default .navbar-nav li {
    list-style: none;
    margin-left: 6px;
  }
}

#main-header.main-home .navbar-default .navbar-nav > li > a {
  line-height: 9px;
}

@media (min-width: 992px) {
  #main-header.main-home .navbar-default .navbar-nav > li > a {
    margin-left: 14px;
    text-transform: uppercase;
  }

  #main-header.main-home .navbar-default .navbar-nav > li > a.btn,
  #main-header.main-home .navbar-default .navbar-nav > li > a.editIco-btn,
  #main-header.main-home .navbar-default .views-table_old td.views-field.views-field-edit-node .navbar-nav > li > a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node #main-header.main-home .navbar-default .navbar-nav > li > a:nth-child(1) {
    text-transform: none;
  }
}

#main-header.main-home .navbar-default .navbar-nav > li > a:link,
#main-header.main-home .navbar-default .navbar-nav > li > a:visited,
#main-header.main-home .navbar-default .navbar-nav > li > a:hover,
#main-header.main-home .navbar-default .navbar-nav > li > a:focus,
#main-header.main-home .navbar-default .navbar-nav > li > a:active {
  color: #595959;
}

#main-header.main-home .navbar-default .navbar-nav > li > a.btn-med-scorpion {
  color: white;
}

#main-header.main-home .navbar-default .navbar-nav > li > a.btn-med-scorpion:hover {
  background-color: #464646;
}

#main-header.main-home .navbar-default .navbar-nav > li > a.btn-med-cobra:hover {
  color: white;
  background-color: #464646;
}

#main-header.simple {
  background-color: #353a4e;
  height: 46px;
}

@media (min-width: 992px) {
  #main-header.simple {
    height: 60px;
  }
}

#main-header.simple .logo-type {
  display: none;
  text-indent: -10000px;
  background: url(images/logo_blue.png) no-repeat left;
  width: 191px;
  height: 38px;
  margin-left: 14px;
}

@media (min-width: 992px) {
  #main-header.simple .logo-type {
    display: block;
  }
}

#main-header.simple .logo-symbol {
  margin: 0 auto;
  display: block;
  background: url(images/bankingbridge_icon.png) no-repeat center;
  background-size: cover;
  width: 55px;
  height: 55px;
  position: relative;
  top: 3px;
  z-index: 20;
}

@media (min-width: 992px) {
  #main-header.simple .logo-symbol {
    width: 82px;
    height: 82px;
    top: -37px;
  }
}

footer {
  display: block;
  border: 1px dashed orange;
}

form .form-field,
.edit-profile_form .form-field {
  margin-bottom: 21px;
}

form .form-field label,
.edit-profile_form .form-field label {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4.66667px;
}

form .form-field input,
form .form-field select,
form .form-field textarea,
.edit-profile_form .form-field input,
.edit-profile_form .form-field select,
.edit-profile_form .form-field textarea {
  border-radius: 0;
}

form select:not([multiple]),
.edit-profile_form select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
}

form select.form-control,
form select.form-select,
form
.edit-profile_form select.form-select,
.edit-profile_form form select.form-select,
.edit-profile_form select.form-control,
.edit-profile_form select.form-select {
  display: inline-block;
}

section {
  margin: 16px 0;
}

section h2 {
  font-size: 26px;
}

table.zebra {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #d7d8dc;
}

table.zebra tbody tr:nth-child(odd) {
  background-color: #f5f6f8;
}

table.zebra tbody td {
  padding: 10px;
}

table.zebra2 {
  width: 100%;
  border: 1px solid #d7d8dc;
}

table.zebra2 tbody tr:nth-child(odd) {
  background-color: #fbfbfd;
  border: 1px solid #d7d8dc;
}

table.zebra2 tbody td {
  padding: 10px;
}

.agent-card {
  border: 1px solid #d7d8dc;
}

.agent-card .submit-btn {
  max-width: 100%;
}

.agent-card .header {
  padding: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #353a4e;
}

.agent-card .agency-logo {
  min-width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 40px;
  margin-left: 3%;
}

.agent-card .agent-picture {
  width: 80px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.agent-card .btn,
.agent-card .editIco-btn,
.agent-card .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .agent-card a:nth-child(1) {
  margin-top: 16px;
  width: 100%;
}

.agent-card .agent-card-contents {
  padding: 12px;
}

.agent-card .agent-card-contents h3 {
  font-size: 1.3em;
  margin: 0;
}

.agent-card ul {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.agent-card ul li {
  margin-left: 3%;
  vertical-align: top;
}

.agent-card ul li:first-child {
  margin-left: 0;
}

.agent-card ul li.agent-info {
  margin: 0 2%;
  line-height: 26px;
  word-break: break-all;
}

.agent-card ul li.agent-info p {
  font-size: 14px;
}

.app-messages .error,
.app-messages .messages--error {
  background-color: #fef073;
  color: #585858;
}

.app-messages .messages,
.app-messages .messages--status,
.app-messages .messages--warning,
.app-messages .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid #ea6425;
}

.bank-table {
  font-size: 12px;
  width: 100%;
}

.bank-table thead tr {
  background: #f0f5fe;
  font-weight: 400;
  text-transform: uppercase;
}

.bank-table th,
.bank-table td {
  border: 1px solid #d7d8dc;
  padding: 6px;
}

.bank-table td {
  line-height: 21px;
}

.bank-table td .btn,
.bank-table td .editIco-btn,
.bank-table .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old .bank-table td.views-field.views-field-edit-node a:nth-child(1) {
  padding: 0 6px;
  background: transparent;
}

.bank-table td .btn:before,
.bank-table td .editIco-btn:before,
.bank-table .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old .bank-table td.views-field.views-field-edit-node a:nth-child(1):before {
  margin-right: 0;
}

.bank-table td p {
  line-height: 32px;
}

.bank-table tfoot td {
  border: none;
}

.bank-table tbody tr:nth-child(even) {
  background-color: #f5f6f8;
}

.bank-table .w_tools {
  text-align: center;
  width: 1%;
}

.bank_personal-data ul {
  margin: 0;
  padding: 0;
}

.bank_personal-data ul li {
  list-style: none;
}

.card-layout {
  border: 1px solid #d7d8dc;
  margin-top: 0;
  padding: 10px;
}

.card-layout p {
  text-align: left;
}

.card-layout section {
  margin: 0;
}

.card-layout .online {
  margin-top: 14px;
}

.card-layout .img-container {
  height: 115px;
  max-width: 140px;
  background-size: cover;
  background-position: center;
  text-indent: -10000px;
}

.card-layout .col-md-6:nth-child(1) {
  padding-right: 0;
}

.card-layout .col-md-6:nth-child(2) {
  padding-left: 7px;
}

.card-layout .remark {
  font-size: 10px;
  color: #777777;
  float: left;
  background: #fef073;
  padding: 3px;
}

.card-layout .heart-btn {
  position: relative;
  top: 3px;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  right: 0;
  float: right;
}

.card-layout .heart-btn:before {
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
}

.card-layout .price {
  margin: 7px 0;
}

.card-layout .offeredBy {
  font-size: 11px;
  color: #777777;
  margin-top: 12px;
}

.card-layout .offeredBy span {
  display: none;
}

.card-layout .equal-blocks ul {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

.card-layout .equal-blocks ul li {
  display: inline;
  padding: 0;
  background: 0;
  border: 0;
  font-size: 16px;
  margin-right: 7px;
  line-height: 21px;
}

.card-layout .equal-blocks ul li span {
  display: inline !important;
  line-height: normal;
}

.carousel-container .carousel button.flickity-prev-next-button {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  height: 35px;
  width: 35px;
}

@media (min-width: 992px) {
  .carousel-container .carousel button.flickity-prev-next-button {
    visibility: visible;
  }
}

.carousel-container .carousel button.flickity-prev-next-button .arrow {
  fill: white;
}

.carousel-container .carousel button.flickity-prev-next-button.previous {
  left: 5px;
}

.carousel-container .carousel button.flickity-prev-next-button.next {
  right: 5px;
}

.carousel-container .carousel-main .carousel-cell {
  width: 100%;
  height: 230px;
  margin-right: 10px;
  background: white;
  background-size: cover;
}

@media (min-width: 992px) {
  .carousel-container .carousel-main .carousel-cell {
    height: 412px;
  }
}

.carousel-container .carousel-nav .carousel-cell {
  width: 50px;
  height: 35px;
  opacity: 0.7;
  margin: 6px 6px 0 0;
  background-size: cover;
}

@media (min-width: 992px) {
  .carousel-container .carousel-nav .carousel-cell {
    width: 90px;
    height: 60px;
  }
}

.carousel-container .carousel-nav .carousel-cell::before,
.carousel-container .carousel-nav .carousel-cell::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  transition: all 0.5s ease;
  pointer-events: none;
}

.carousel-container .carousel-nav .carousel-cell::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--bs-primary);
  border-left: 2px solid var(--bs-primary);
}

.carousel-container .carousel-nav .carousel-cell::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--bs-primary);
  border-right: 2px solid var(--bs-primary);
}

.carousel-container .carousel-nav .carousel-cell:hover::before {
  width: 100%;
  height: 100%;
  transition-delay: 0s;
}

.carousel-container .carousel-nav .carousel-cell:hover::after {
  width: 100%;
  height: 100%;
  transition-delay: 0.25s;
}

.carousel-container .carousel-nav .carousel-cell.is-nav-selected {
  border: 2px solid var(--bs-primary);
  opacity: 1;
  border-radius: 2px;
}

.carousel-container .carousel-nav .flickity-prev-next-button {
  display: none;
}

.content_avatar {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 6px;
  float: left;
}

.content-tools {
  /*max-height: 106px;*/
  margin-bottom: 14px;
}

.content-tools .top {
  padding-bottom: 14px;
  border-bottom: 1px solid #d7d8dc;
}

.content-tools .avatar {
  display: inline-block;
  height: 36px;
  width: 36px;
  background-size: cover;
  background-position: center;
  float: left;
  margin: 3px 7px 12px 0;
}

.content-tools .title {
  text-transform: uppercase;
  color: #adb0b7;
  margin-left: 12px;
  font-size: 12px;
}

.content-tools .name {
  font-size: 16px;
  color: #353a4e;
}

.content-tools .name .edit-network {
  color: #5600b2;
  margin-left: 10px;
  top: 1px;
}

.content-tools .list-inline,
.content-tools .grid-view ul.listing-item-tools,
.grid-view .content-tools ul.listing-item-tools {
  padding: 14px 0;
}

.content-tools .list-inline li,
.content-tools .grid-view ul.listing-item-tools li,
.grid-view .content-tools ul.listing-item-tools li {
  display: inline-block;
}

.content-tools input {
  margin: auto 6px;
}

.content-tools label {
  margin-right: 14px;
}

.content_body {
  position: relative;
}

@media (min-width: 992px) {
  .content_body {
    background-color: transparent !important;
  }
}

.contact-form-bank .controls .submit-btn {
  margin: 14px auto;
  width: 100%;
}

.container-inline.form-wrapper {
  margin-bottom: 16px;
}

.contextual-links-region {
  max-width: 100%;
}

.contextual-links-region .views-form form[action="/listing_flyer/manage-organizations"] {
  height: calc(100vh - 200px);
  overflow: auto;
  padding-right: 0.5rem;
}

.contextual-links-region .views-form form#views-form-administration-realtor-agencies-page-1 {
  height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 0.5rem;
}

.contextual-links-region .contextual-links-wrapper {
  position: relative;
  right: 0;
  height: 24px;
}

.contextual-links-region .contextual-links-wrapper a.contextual-links-trigger {
  position: absolute;
  top: 0px;
  right: 20px;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1em;
}

#views-exposed-form-administration-mortgage-banks-page-1 {
  display: none;
}

#views-exposed-form-bb-administration-organizations-page-1 {
  display: none;
}

.page-listing-flyer-manage-mortgage-banks #views-exposed-form-administration-mortgage-banks-page-1 {
  display: block !important;
}

.page-listing-flyer-manage-organizations #views-exposed-form-bb-administration-organizations-page-1 {
  display: block !important;
}

.equal-blocks ul {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  justify-content: justify;
  align-items: stretch;
  margin: 20px 0;
  border: 1px solid #d7d8dc;
  border-bottom: 0;
  border-right: 0;
}

.equal-blocks ul li {
  border: solid #d7d8dc;
  border-width: 0 1px 1px 0;
  width: 33%;
  flex-grow: 1;
  line-height: 35px;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  overflow: hidden;
}

.equal-blocks ul li span {
  display: block;
  line-height: 10px;
  color: #9ea9ae;
  font-size: 12px;
}

.filter-tags {
  line-height: 36px;
  margin-top: 3px;
}

.filter-tags li {
  padding: 6px 24px 6px 6px;
  display: inline-block;
  position: relative;
  border-radius: 2.5px;
  border: 1px solid #d7d8dc;
  margin-right: 6px;
}

.filter-tags li .close-btn {
  border-radius: 50%;
  overflow: hidden;
  background: 0;
}

.filter-tags li .close-btn:before {
  font-size: 10px;
  color: #d7d8dc;
}

.filter-tags li p {
  font-size: 12px;
  text-align: left;
  line-height: 12px;
}

.filter-tags li p span {
  display: inline-block;
}

.filter-tags li p span::first-letter {
  text-transform: uppercase;
}

.filter-tools-container {
  margin-bottom: 14px;
}

.filter-tools {
  border-bottom: 0;
  padding-bottom: 16px;
}

.filter-tools .page_title_container {
  border-bottom: 1px solid #d7d8dc;
  padding: 0;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.filter-tools ul.filter-tags,
.filter-tools ul.search-controls,
.filter-tools ul.filters,
.filter-tools ul.filter-tags {
  float: none !important;
  display: inline-block !important;
}

.filter-tools .top_area {
  margin: 0 16px;
}

.filter-tools .top_area .right-col,
.filter-tools .top_area .left-col {
  padding: 0;
}

.filter-tools .left-col {
  text-align: left;
}

.filter-tools .right-col {
  text-align: right;
}

.filter-tools ul.filter-tags {
  margin-left: 0 !important;
}

.filter-tools ul.search-views {
  float: none !important;
}

.filter-tools ul.search-controls {
  vertical-align: top;
}

.filter-tools ul.search-controls li.save-filters {
  display: block !important;
  margin: 14px 0;
}

.filter-tools ul.filters li .dropdown-menu:before,
.filter-tools ul.filters li .dropdown-menu:after {
  left: 40px !important;
}

.filter-tools ul.filters li.more .dropdown-menu:before,
.filter-tools ul.filters li.more .dropdown-menu:after {
  left: 800px !important;
}

.filter-tools ul.search-controls > li .dropdown-menu {
  left: -95px !important;
}

.filter-tools ul.search-controls > li .dropdown-menu:before,
.filter-tools ul.search-controls > li .dropdown-menu:after {
  left: 120px !important;
}

.form-wrapper .selector,
.form-group .selector,
.form-item .selector {
  display: inline-block;
}

.form-wrapper ul.checkboxes,
.form-group ul.checkboxes,
.form-item ul.checkboxes {
  column-count: 2;
}

.form-wrapper ul.checkboxes li,
.form-group ul.checkboxes li,
.form-item ul.checkboxes li {
  display: inline-block;
  margin-top: 6px;
}

.form-wrapper ul.checkboxes li input[type="checkbox"],
.form-group ul.checkboxes li input[type="checkbox"],
.form-item ul.checkboxes li input[type="checkbox"] {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.form-wrapper .selector,
.form-wrapper .selectpicker,
.form-group .selector,
.form-group .selectpicker,
.form-item .selector,
.form-item .selectpicker {
  max-height: 110px;
  width: 100%;
}

.form-wrapper > label,
.form-group > label,
.form-item > label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 4px;
}

.form-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 0;
  padding: 8px;
  margin-left: -2px;
}

.form_white {
  text-align: left;
  color: #585858;
  margin: auto;
  padding: 0;
}

.form_white .btn.submit-btn,
.form_white .submit-btn.editIco-btn,
.form_white .views-table_old td.views-field.views-field-edit-node a.submit-btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .form_white a.submit-btn:nth-child(1) {
  display: block;
  max-width: 100%;
  background-color: #595959;
}

.form_scorpion {
  text-align: left;
  color: white;
  background-color: #595959;
  padding: 14px;
  border-radius: 5px;
}

.form_scorpion .btn.submit-btn,
.form_scorpion .submit-btn.editIco-btn,
.form_scorpion .views-table_old td.views-field.views-field-edit-node a.submit-btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .form_scorpion a.submit-btn:nth-child(1) {
  display: block;
  max-width: 100%;
  background-color: #5600b2;
}

.full-page-layout .main-content .menu-toggle-btn,
.page-bb-search .main-content .menu-toggle-btn,
.page-search .main-content .menu-toggle-btn,
.static-page .main-content .menu-toggle-btn,
.page-realtor-signup .main-content .menu-toggle-btn,
.page-contact .main-content .menu-toggle-btn,
.page-about .main-content .menu-toggle-btn,
.page-terms-conditions .main-content .menu-toggle-btn,
.page-privacy-policy .main-content .menu-toggle-btn,
.page-request-demo .main-content .menu-toggle-btn,
.node-type-listing-flyer .main-content .menu-toggle-btn {
  display: block;
}

.full-page-layout .main-content .sidebar,
.page-bb-search .main-content .sidebar,
.page-search .main-content .sidebar,
.static-page .main-content .sidebar,
.page-realtor-signup .main-content .sidebar,
.page-contact .main-content .sidebar,
.page-about .main-content .sidebar,
.page-terms-conditions .main-content .sidebar,
.page-privacy-policy .main-content .sidebar,
.page-request-demo .main-content .sidebar,
.node-type-listing-flyer .main-content .sidebar {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 102px;
  left: -300px;
  border: 1px solid #d7d8dc;
  z-index: 100;
  max-width: 300px;
}

.full-page-layout .main-content .sidebar .menu-toggle-btn,
.page-bb-search .main-content .sidebar .menu-toggle-btn,
.page-search .main-content .sidebar .menu-toggle-btn,
.static-page .main-content .sidebar .menu-toggle-btn,
.page-realtor-signup .main-content .sidebar .menu-toggle-btn,
.page-contact .main-content .sidebar .menu-toggle-btn,
.page-about .main-content .sidebar .menu-toggle-btn,
.page-terms-conditions .main-content .sidebar .menu-toggle-btn,
.page-privacy-policy .main-content .sidebar .menu-toggle-btn,
.page-request-demo .main-content .sidebar .menu-toggle-btn,
.node-type-listing-flyer .main-content .sidebar .menu-toggle-btn {
  position: absolute;
  right: -27px;
  top: 0;
}

.full-page-layout .main-content .sidebar.expanded,
.page-bb-search .main-content .sidebar.expanded,
.page-search .main-content .sidebar.expanded,
.static-page .main-content .sidebar.expanded,
.page-realtor-signup .main-content .sidebar.expanded,
.page-contact .main-content .sidebar.expanded,
.page-about .main-content .sidebar.expanded,
.page-terms-conditions .main-content .sidebar.expanded,
.page-privacy-policy .main-content .sidebar.expanded,
.page-request-demo .main-content .sidebar.expanded,
.node-type-listing-flyer .main-content .sidebar.expanded {
  left: 0px;
}

.full-page-layout .main-content .sidebar.expanded .menu-toggle-btn,
.page-bb-search .main-content .sidebar.expanded .menu-toggle-btn,
.page-search .main-content .sidebar.expanded .menu-toggle-btn,
.static-page .main-content .sidebar.expanded .menu-toggle-btn,
.page-realtor-signup .main-content .sidebar.expanded .menu-toggle-btn,
.page-contact .main-content .sidebar.expanded .menu-toggle-btn,
.page-about .main-content .sidebar.expanded .menu-toggle-btn,
.page-terms-conditions .main-content .sidebar.expanded .menu-toggle-btn,
.page-privacy-policy .main-content .sidebar.expanded .menu-toggle-btn,
.page-request-demo .main-content .sidebar.expanded .menu-toggle-btn,
.node-type-listing-flyer .main-content .sidebar.expanded .menu-toggle-btn {
  background-color: white;
}

.full-page-layout .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-bb-search .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-search .main-content .sidebar.expanded .menu-toggle-btn:active,
.static-page .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-realtor-signup .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-contact .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-about .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-terms-conditions .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-privacy-policy .main-content .sidebar.expanded .menu-toggle-btn:active,
.page-request-demo .main-content .sidebar.expanded .menu-toggle-btn:active,
.node-type-listing-flyer .main-content .sidebar.expanded .menu-toggle-btn:active,
.full-page-layout .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-bb-search .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-search .main-content .sidebar.expanded .menu-toggle-btn:before,
.static-page .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-realtor-signup .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-contact .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-about .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-terms-conditions .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-privacy-policy .main-content .sidebar.expanded .menu-toggle-btn:before,
.page-request-demo .main-content .sidebar.expanded .menu-toggle-btn:before,
.node-type-listing-flyer .main-content .sidebar.expanded .menu-toggle-btn:before {
  color: #5600b2;
}

.full-page-layout .main-content .page-content,
.page-bb-search .main-content .page-content,
.page-search .main-content .page-content,
.static-page .main-content .page-content,
.page-realtor-signup .main-content .page-content,
.page-contact .main-content .page-content,
.page-about .main-content .page-content,
.page-terms-conditions .main-content .page-content,
.page-privacy-policy .main-content .page-content,
.page-request-demo .main-content .page-content,
.node-type-listing-flyer .main-content .page-content {
  width: 100%;
}

.grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.grid-view > li {
  display: inline-block;
  flex-grow: 1;
  margin: 1.4%;
}

.grid-view h3 {
  margin: 14px 0;
  font-size: 21px;
  width: 100%;
}

.grid-view h3 .location {
  display: block;
  margin: 6px 0;
  font-size: 12px;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px dashed #d7d8dc;
  overflow: hidden;
  white-space: nowrap;
}

.grid-view h3 .location span {
  display: inline-block;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #d7d8dc;
}

.grid-view h3 span .city-state {
  color: #23527c;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.grid-view h3 span .neighborhood {
  color: #23527c;
  display: inline-block;
}

@media (min-width: 992px) {
  .grid-view h3 {
    display: inline-block;
  }
}

.grid-view section {
  margin: 0;
}

.grid-view .listing.rounded-container,
.grid-view .listing.content_body,
.grid-view .listing.offer-mini-card,
.grid-view .widget-chart_container .listing.w_content,
.widget-chart_container .grid-view .listing.w_content,
.grid-view .listing#listing-flyer-node-form,
.grid-view
  .listing#profile2-edit-loan-officer-form,
.grid-view
  .listing#profile2-edit-realtor-form {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid white;
  padding: 8px;
  margin: 0;
}

.grid-view .listing.rounded-container.selected,
.grid-view .listing.selected.content_body,
.grid-view .listing.selected.offer-mini-card,
.grid-view .widget-chart_container .listing.selected.w_content,
.widget-chart_container .grid-view .listing.selected.w_content,
.grid-view .listing.selected#listing-flyer-node-form,
.grid-view
    .listing.selected#profile2-edit-loan-officer-form,
.grid-view
    .listing.selected#profile2-edit-realtor-form {
  border: 1px solid black;
}

.grid-view .listing.rounded-container .rcol,
.grid-view .listing.content_body .rcol,
.grid-view .listing.offer-mini-card .rcol,
.grid-view .widget-chart_container .listing.w_content .rcol,
.widget-chart_container .grid-view .listing.w_content .rcol,
.grid-view .listing#listing-flyer-node-form .rcol,
.grid-view
    .listing#profile2-edit-loan-officer-form .rcol,
.grid-view
    .listing#profile2-edit-realtor-form .rcol {
  padding-left: 16px;
}

.grid-view .listing.rounded-container .offeredBy img,
.grid-view .listing.content_body .offeredBy img,
.grid-view .listing.offer-mini-card .offeredBy img,
.grid-view .widget-chart_container .listing.w_content .offeredBy img,
.widget-chart_container .grid-view .listing.w_content .offeredBy img,
.grid-view .listing#listing-flyer-node-form .offeredBy img,
.grid-view
    .listing#profile2-edit-loan-officer-form .offeredBy img,
.grid-view
    .listing#profile2-edit-realtor-form .offeredBy img {
  display: none;
}

.grid-view .listing.rounded-container .col-md-8,
.grid-view .listing.content_body .col-md-8,
.grid-view .listing.offer-mini-card .col-md-8,
.grid-view .widget-chart_container .listing.w_content .col-md-8,
.widget-chart_container .grid-view .listing.w_content .col-md-8,
.grid-view .listing#listing-flyer-node-form .col-md-8,
.grid-view
    .listing#profile2-edit-loan-officer-form .col-md-8,
.grid-view
    .listing#profile2-edit-realtor-form .col-md-8,
.grid-view .listing.rounded-container .col-md-4,
.grid-view .listing.content_body .col-md-4,
.grid-view .listing.offer-mini-card .col-md-4,
.grid-view .widget-chart_container .listing.w_content .col-md-4,
.widget-chart_container
    .grid-view .listing.w_content .col-md-4,
.grid-view .listing#listing-flyer-node-form .col-md-4,
.grid-view
    .listing#profile2-edit-loan-officer-form .col-md-4,
.grid-view
    .listing#profile2-edit-realtor-form .col-md-4 {
  width: 100%;
}

.grid-view .listing.rounded-container .cover,
.grid-view .listing.content_body .cover,
.grid-view .listing.offer-mini-card .cover,
.grid-view .widget-chart_container .listing.w_content .cover,
.widget-chart_container .grid-view .listing.w_content .cover,
.grid-view .listing#listing-flyer-node-form .cover,
.grid-view
    .listing#profile2-edit-loan-officer-form .cover,
.grid-view
    .listing#profile2-edit-realtor-form .cover {
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
}

.grid-view .listing.rounded-container .price,
.grid-view .listing.content_body .price,
.grid-view .listing.offer-mini-card .price,
.grid-view .widget-chart_container .listing.w_content .price,
.widget-chart_container .grid-view .listing.w_content .price,
.grid-view .listing#listing-flyer-node-form .price,
.grid-view
    .listing#profile2-edit-loan-officer-form .price,
.grid-view
    .listing#profile2-edit-realtor-form .price {
  font-weight: 400;
  font-size: 21px;
}

.grid-view .listing.rounded-container .price span,
.grid-view .listing.content_body .price span,
.grid-view .listing.offer-mini-card .price span,
.grid-view .widget-chart_container .listing.w_content .price span,
.widget-chart_container .grid-view .listing.w_content .price span,
.grid-view .listing#listing-flyer-node-form .price span,
.grid-view
      .listing#profile2-edit-loan-officer-form .price span,
.grid-view
      .listing#profile2-edit-realtor-form .price span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.grid-view .listing.rounded-container .not-equal-blocks,
.grid-view .listing.content_body .not-equal-blocks,
.grid-view .listing.offer-mini-card .not-equal-blocks,
.grid-view .widget-chart_container .listing.w_content .not-equal-blocks,
.widget-chart_container .grid-view .listing.w_content .not-equal-blocks,
.grid-view .listing#listing-flyer-node-form .not-equal-blocks,
.grid-view
    .listing#profile2-edit-loan-officer-form .not-equal-blocks,
.grid-view
    .listing#profile2-edit-realtor-form .not-equal-blocks {
  display: block;
}

.grid-view .listing.rounded-container .not-equal-blocks li,
.grid-view .listing.content_body .not-equal-blocks li,
.grid-view .listing.offer-mini-card .not-equal-blocks li,
.grid-view .widget-chart_container .listing.w_content .not-equal-blocks li,
.widget-chart_container .grid-view .listing.w_content .not-equal-blocks li,
.grid-view .listing#listing-flyer-node-form .not-equal-blocks li,
.grid-view
      .listing#profile2-edit-loan-officer-form .not-equal-blocks li,
.grid-view
      .listing#profile2-edit-realtor-form .not-equal-blocks li {
  display: inline;
  font-weight: 500;
}

.grid-view .listing.rounded-container .not-equal-blocks li span,
.grid-view .listing.content_body .not-equal-blocks li span,
.grid-view .listing.offer-mini-card .not-equal-blocks li span,
.grid-view .widget-chart_container .listing.w_content .not-equal-blocks li span,
.widget-chart_container .grid-view .listing.w_content .not-equal-blocks li span,
.grid-view .listing#listing-flyer-node-form .not-equal-blocks li span,
.grid-view
        .listing#profile2-edit-loan-officer-form .not-equal-blocks li span,
.grid-view
        .listing#profile2-edit-realtor-form .not-equal-blocks li span {
  font-weight: 100;
  margin: 3px;
}

.grid-view .listing.rounded-container .online,
.grid-view .listing.content_body .online,
.grid-view .listing.offer-mini-card .online,
.grid-view .widget-chart_container .listing.w_content .online,
.widget-chart_container .grid-view .listing.w_content .online,
.grid-view .listing#listing-flyer-node-form .online,
.grid-view
    .listing#profile2-edit-loan-officer-form .online,
.grid-view
    .listing#profile2-edit-realtor-form .online {
  display: block;
}

.grid-view .listing.rounded-container .online .heart-btn,
.grid-view .listing.content_body .online .heart-btn,
.grid-view .listing.offer-mini-card .online .heart-btn,
.grid-view .widget-chart_container .listing.w_content .online .heart-btn,
.widget-chart_container .grid-view .listing.w_content .online .heart-btn,
.grid-view .listing#listing-flyer-node-form .online .heart-btn,
.grid-view
      .listing#profile2-edit-loan-officer-form .online .heart-btn,
.grid-view
      .listing#profile2-edit-realtor-form .online .heart-btn {
  top: 32px;
}

.grid-view .listing.rounded-container .online .remark,
.grid-view .listing.content_body .online .remark,
.grid-view .listing.offer-mini-card .online .remark,
.grid-view .widget-chart_container .listing.w_content .online .remark,
.widget-chart_container .grid-view .listing.w_content .online .remark,
.grid-view .listing#listing-flyer-node-form .online .remark,
.grid-view
      .listing#profile2-edit-loan-officer-form .online .remark,
.grid-view
      .listing#profile2-edit-realtor-form .online .remark {
  display: block;
}

.grid-view .listing.rounded-container .offeredBy,
.grid-view .listing.content_body .offeredBy,
.grid-view .listing.offer-mini-card .offeredBy,
.grid-view .widget-chart_container .listing.w_content .offeredBy,
.widget-chart_container .grid-view .listing.w_content .offeredBy,
.grid-view .listing#listing-flyer-node-form .offeredBy,
.grid-view
    .listing#profile2-edit-loan-officer-form .offeredBy,
.grid-view
    .listing#profile2-edit-realtor-form .offeredBy {
  margin-top: 2px;
}

.grid-view .listing.rounded-container .col-md-8,
.grid-view .listing.content_body .col-md-8,
.grid-view .listing.offer-mini-card .col-md-8,
.grid-view .widget-chart_container .listing.w_content .col-md-8,
.widget-chart_container .grid-view .listing.w_content .col-md-8,
.grid-view .listing#listing-flyer-node-form .col-md-8,
.grid-view
    .listing#profile2-edit-loan-officer-form .col-md-8,
.grid-view
    .listing#profile2-edit-realtor-form .col-md-8 {
  padding: 0;
}

.grid-view .listing.rounded-container .btn.glyphicon-remove-sign,
.grid-view .listing.content_body .btn.glyphicon-remove-sign,
.grid-view .listing.offer-mini-card .btn.glyphicon-remove-sign,
.grid-view .widget-chart_container .listing.w_content .btn.glyphicon-remove-sign,
.widget-chart_container .grid-view .listing.w_content .btn.glyphicon-remove-sign,
.grid-view .listing#listing-flyer-node-form .btn.glyphicon-remove-sign,
.grid-view
    .listing#profile2-edit-loan-officer-form .btn.glyphicon-remove-sign,
.grid-view
    .listing#profile2-edit-realtor-form .btn.glyphicon-remove-sign,
.grid-view .listing.rounded-container .glyphicon-remove-sign.editIco-btn,
.grid-view .listing.content_body .glyphicon-remove-sign.editIco-btn,
.grid-view .listing.offer-mini-card .glyphicon-remove-sign.editIco-btn,
.grid-view .widget-chart_container .listing.w_content .glyphicon-remove-sign.editIco-btn,
.widget-chart_container .grid-view .listing.w_content .glyphicon-remove-sign.editIco-btn,
.grid-view .listing#listing-flyer-node-form .glyphicon-remove-sign.editIco-btn,
.grid-view
    .listing#profile2-edit-loan-officer-form .glyphicon-remove-sign.editIco-btn,
.grid-view
    .listing#profile2-edit-realtor-form .glyphicon-remove-sign.editIco-btn,
.grid-view .listing.rounded-container .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view .listing.rounded-container a.glyphicon-remove-sign:nth-child(1),
.grid-view .listing.content_body .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view .listing.content_body a.glyphicon-remove-sign:nth-child(1),
.grid-view .listing.offer-mini-card .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view .listing.offer-mini-card a.glyphicon-remove-sign:nth-child(1),
.grid-view .widget-chart_container .listing.w_content .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view .widget-chart_container .listing.w_content a.glyphicon-remove-sign:nth-child(1),
.widget-chart_container .grid-view .listing.w_content .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .widget-chart_container .grid-view .listing.w_content a.glyphicon-remove-sign:nth-child(1),
.grid-view .listing#listing-flyer-node-form .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view .listing#listing-flyer-node-form a.glyphicon-remove-sign:nth-child(1),
.grid-view
    .listing#profile2-edit-loan-officer-form .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view
    .listing#profile2-edit-loan-officer-form a.glyphicon-remove-sign:nth-child(1),
.grid-view
    .listing#profile2-edit-realtor-form .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view
    .listing#profile2-edit-realtor-form a.glyphicon-remove-sign:nth-child(1) {
  width: 107%;
}

.grid-view .listing.rounded-container .carousel,
.grid-view .listing.content_body .carousel,
.grid-view .listing.offer-mini-card .carousel,
.grid-view .widget-chart_container .listing.w_content .carousel,
.widget-chart_container .grid-view .listing.w_content .carousel,
.grid-view .listing#listing-flyer-node-form .carousel,
.grid-view
    .listing#profile2-edit-loan-officer-form .carousel,
.grid-view
    .listing#profile2-edit-realtor-form .carousel,
.grid-view .listing.rounded-container .carousel-nav,
.grid-view .listing.content_body .carousel-nav,
.grid-view .listing.offer-mini-card .carousel-nav,
.grid-view .widget-chart_container .listing.w_content .carousel-nav,
.widget-chart_container
    .grid-view .listing.w_content .carousel-nav,
.grid-view .listing#listing-flyer-node-form .carousel-nav,
.grid-view
    .listing#profile2-edit-loan-officer-form .carousel-nav,
.grid-view
    .listing#profile2-edit-realtor-form .carousel-nav {
  display: block;
}

.grid-view .listing.rounded-container .carousel .carousel-cell,
.grid-view .listing.content_body .carousel .carousel-cell,
.grid-view .listing.offer-mini-card .carousel .carousel-cell,
.grid-view .widget-chart_container .listing.w_content .carousel .carousel-cell,
.widget-chart_container .grid-view .listing.w_content .carousel .carousel-cell,
.grid-view .listing#listing-flyer-node-form .carousel .carousel-cell,
.grid-view
    .listing#profile2-edit-loan-officer-form .carousel .carousel-cell,
.grid-view
    .listing#profile2-edit-realtor-form .carousel .carousel-cell {
  height: 160px;
  margin: 4px 4px 0 0;
}

.grid-view .listing.rounded-container .carousel-nav .carousel-cell,
.grid-view .listing.content_body .carousel-nav .carousel-cell,
.grid-view .listing.offer-mini-card .carousel-nav .carousel-cell,
.grid-view .widget-chart_container .listing.w_content .carousel-nav .carousel-cell,
.widget-chart_container .grid-view .listing.w_content .carousel-nav .carousel-cell,
.grid-view .listing#listing-flyer-node-form .carousel-nav .carousel-cell,
.grid-view
    .listing#profile2-edit-loan-officer-form .carousel-nav .carousel-cell,
.grid-view
    .listing#profile2-edit-realtor-form .carousel-nav .carousel-cell {
  height: 46px;
}

.grid-view ul.lifetime {
  margin: 16px auto;
}

.grid-view ul.lifetime li {
  width: initial;
  padding: 2px;
}

.grid-view ul.lifetime li.novelty {
  background-color: #fef073;
  width: 14%;
  text-align: center;
  list-style-type: none;
}

.grid-view ul.listing-item-tools li {
  width: initial;
}

.grid-view ul.listing-item-tools li:first-child {
  width: 21px;
  height: 21px;
  border-right: 1px solid #d7d8dc;
}

.grid-view ul.listing-item-tools .btn.glyphicon-eye-open:before,
.grid-view ul.listing-item-tools .glyphicon-eye-open.editIco-btn:before,
.grid-view ul.listing-item-tools .views-table_old td.views-field.views-field-edit-node a.glyphicon-eye-open:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .grid-view ul.listing-item-tools a.glyphicon-eye-open:nth-child(1):before {
  color: #5600b2;
}

.grid-view ul.listing-item-tools .btn.glyphicon-edir:before,
.grid-view ul.listing-item-tools .glyphicon-edir.editIco-btn:before,
.grid-view ul.listing-item-tools .views-table_old td.views-field.views-field-edit-node a.glyphicon-edir:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .grid-view ul.listing-item-tools a.glyphicon-edir:nth-child(1):before {
  color: #5600b2;
}

.grid-view ul.listing-item-tools .btn.glyphicon-remove-sign:before,
.grid-view ul.listing-item-tools .glyphicon-remove-sign.editIco-btn:before,
.grid-view ul.listing-item-tools .views-table_old td.views-field.views-field-edit-node a.glyphicon-remove-sign:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .grid-view ul.listing-item-tools a.glyphicon-remove-sign:nth-child(1):before {
  color: red;
}

.grid-view ul.listing-item-tools .btn:hover,
.grid-view ul.listing-item-tools .editIco-btn:hover,
.grid-view ul.listing-item-tools .views-table_old td.views-field.views-field-edit-node a:hover:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .grid-view ul.listing-item-tools a:hover:nth-child(1) {
  opacity: 0.72;
}

.grid-view ul.relations {
  display: block;
  margin-bottom: 12px;
}

.grid-view ul.relations a:link,
.grid-view ul.relations a:hover,
.grid-view ul.relations a:visited {
  color: orange;
  text-decoration: underline;
}

.grid-view ul.relations li {
  margin: 4px;
  font-size: 12px;
  line-height: 16px;
}

.image-widget {
  margin: 16px 0;
  min-width: 20%;
}

.map-infowindow {
  border: 1px solid #d7d8dc;
  width: 280px;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}

.map-infowindow .btn-small-white,
.map-infowindow .share_btn_white {
  width: 66px;
  margin-left: -6px;
}

.map-infowindow .btn-small-white:before,
.map-infowindow .share_btn_white:before {
  color: #5600b2;
}

.map-infowindow .cover {
  background-position: center;
}

.bb_map_label {
  text-align: center;
  padding: 8px 0px;
}

.bb_map_label span {
  background: white;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 1px 1px 1px #888888;
}

.listing.map-infowindow {
  border: 1px solid #d7d8dc;
  height: 200px;
}

.listing.map-infowindow h3 {
  margin-top: 0;
}

.listing {
  border: 1px solid white;
}

.listing.active {
  border: 1px solid black;
}

.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 80px;
  text-indent: -9999em;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader.loader-circle,
.search-map__indicator--loading:after {
  width: 1em;
  height: 1em;
  border-top: 0.125em solid rgba(86, 0, 178, 0.1);
  border-right: 0.125em solid rgba(86, 0, 178, 0.1);
  border-bottom: 0.125em solid rgba(86, 0, 178, 0.1);
  border-left: 0.125em solid var(--bs-primary);
  border-radius: 50%;
  -webkit-animation: loader-circle 1.1s infinite linear;
  -o-animation: loader-circle 1.1s infinite linear;
  animation: loader-circle 1.1s infinite linear;
}

@-webkit-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-o-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.map-container {
  display: block;
}

.map-container .map {
  min-height: 260px;
  width: 100%;
  display: block;
  background: #e2e6ef;
}

@media (min-width: 992px) {
  .map-container .map {
    min-height: 320px;
  }
}

.map-results-container {
  width: 100%;
}

.map-results-container .map.big {
  border: 1px solid #d7d8dc;
  height: 76vh;
}

.mobile-sidebar-menu li a:link,
.mobile-sidebar-menu li a:active,
.mobile-sidebar-menu li a:visited,
.mobile-sidebar-menu ul.menu li a:link,
.mobile-sidebar-menu ul.menu li a:active,
.mobile-sidebar-menu ul.menu li a:visited {
  color: #353a4e;
  line-height: 34px;
  display: block;
  padding: 2px 28px;
  font-size: 16px;
}

.mobile-sidebar-menu li a:hover,
.mobile-sidebar-menu ul.menu li a:hover {
  color: #5600b2;
}

.mobile-sidebar-menu li.active-trail a:link,
.mobile-sidebar-menu li.active-trail a:active,
.mobile-sidebar-menu li.active-trail a:visited,
.mobile-sidebar-menu li.active-trail a:hover,
.mobile-sidebar-menu ul.menu li.active-trail a:link,
.mobile-sidebar-menu ul.menu li.active-trail a:active,
.mobile-sidebar-menu ul.menu li.active-trail a:visited,
.mobile-sidebar-menu ul.menu li.active-trail a:hover {
  background: #5600b2;
  color: white;
}

.mobile-sidebar-menu h2,
.mobile-sidebar-menu ul.menu h2 {
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #d7d8dc;
}

.modal .modal-content {
  border-radius: 0;
}

.bb-modal.bb-modal {
  position: relative;
}

.bb-modal .page_header {
  margin: 0 auto;
  padding: 12px;
}

.bb-modal .profile_picture {
  height: 100px;
  width: 100px;
  border: 1px solid #d7d8dc;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.bb-modal .company_picture {
  min-height: 100px;
  max-width: 170px;
  width: 100%;
  border: 1px solid #d7d8dc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 7px;
  display: none;
}

@media (min-width: 992px) {
  .bb-modal .company_picture {
    display: block;
  }
}

.bb-modal .company_picture.mobile {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .bb-modal .company_picture.mobile {
    display: none;
  }
}

.bb-modal .profile_info li {
  list-style: none;
  font-size: 16px;
  margin: 0 0 16px 0;
}

.bb-modal .profile_info label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.bb-modal .profile_info .btn.add,
.bb-modal .profile_info .add.editIco-btn,
.bb-modal .profile_info .views-table_old td.views-field.views-field-edit-node a.add:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .bb-modal .profile_info a.add:nth-child(1) {
  padding: 6px 30px;
  margin-bottom: 12px;
}

.bb-modal .bank-table {
  margin-top: 14px;
}

.bb-modal .bank-table thead tr {
  background: #353a4e;
  color: white;
  padding: 4px;
}

.bb-modal .form-group {
  padding-left: 0;
}

.bb-modal .form-group label {
  margin-bottom: 7px;
}

.bb-modal .selectpicker {
  width: 75%;
}

.mobile-list a:link {
  text-decoration: underline;
}

.mobile-list .mobile-list-el {
  border: 1px solid #d7d8dc;
  border-bottom: 0;
}

.mobile-list .mobile-list-el ul {
  padding: 0;
  margin: 0;
}

.mobile-list .mobile-list-el ul li {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid lightgrey;
}

.mobile-list .mobile-list-el:last-child {
  border-bottom: 1px solid #d7d8dc;
}

.my-network_tools {
  margin-top: 26px;
  background: #f0f5fe;
}

.my-network_tools .or {
  display: inline;
  margin: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.my-network_tools .all-inline > * {
  display: inline;
  width: 35%;
}

.my-network_tools .selector {
  display: inline-block !important;
}

@media (min-width: 992px) {
  .my-network_tools .page_header-actions.below {
    margin-bottom: 16px;
  }

  .my-network_tools .tools_desktop {
    display: block !important;
    padding: 0;
  }

  .my-network_tools .tools_desktop .row {
    margin-bottom: 14px;
  }

  .my-network_tools .tools_desktop .row.above .form-group.wider {
    width: 30%;
  }

  .my-network_tools .tools_desktop .row.below .form-group.wider {
    width: 30%;
  }

  .my-network_tools .all-inline input {
    width: 90px;
    margin-bottom: 12px;
  }

  .my-network_tools .all-inline span {
    display: inline;
  }

  .my-network_tools .form-group ul.checkboxes {
    column-count: 1;
  }

  .my-network_tools .form-group ul.checkboxes li {
    display: block;
  }

  .my-network_tools .form-group #brealtors {
    width: initial;
  }

  .my-network_tools .form-group #edit-submit--2 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 34px;
  }

  .my-network_tools .form-group > label {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 14px;
  }
}

#network-header {
  background-color: #f8fafb;
  min-height: 80px;
  border-top: 1px solid #dcddde;
  border-bottom: 1px solid #dcddde;
  margin-left: -15px;
  /*margin-left: -29px;
  margin-right: -14px;*/
  padding: 15px 25px;
}

#network-header .network-header-search {
  margin-top: 42px;
}

#network-search #network-header {
  padding-bottom: 22px;
  padding-top: 28px;
}

#network-search #network-header .network-header-search {
  margin-top: 0;
}

#network-search #network-header .filter-tags {
  margin-bottom: 5px;
}

#network-header p {
  color: #595959;
  font-family: Roboto;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

#network-header p + p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}

#network-header .tt-dataset p {
  line-height: 1.2;
}

#network-search #network-header .input-group-lg {
  margin-top: 0;
}

#network-header .input-group-lg > .form-control {
  border-color: #dfe3e9;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#network-header .input-group-lg > .input-group-btn > .btn,
#network-header .input-group-lg > .input-group-btn > .editIco-btn,
#network-header .views-table_old td.views-field.views-field-edit-node .input-group-lg > .input-group-btn > a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node #network-header .input-group-lg > .input-group-btn > a:nth-child(1) {
  border-color: #1398b1;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
}

#network-header .input-group-lg > .input-group-btn > .btn .glyphicon,
#network-header .input-group-lg > .input-group-btn > .editIco-btn .glyphicon,
#network-header .views-table_old td.views-field.views-field-edit-node .input-group-lg > .input-group-btn > a:nth-child(1) .glyphicon,
.views-table_old td.views-field.views-field-edit-node #network-header .input-group-lg > .input-group-btn > a:nth-child(1) .glyphicon,
#network-header .input-group-lg > .input-group-btn > .btn .widget__icon--button,
#network-header .input-group-lg > .input-group-btn > .editIco-btn .widget__icon--button,
#network-header .views-table_old td.views-field.views-field-edit-node .input-group-lg > .input-group-btn > a:nth-child(1) .widget__icon--button,
.views-table_old td.views-field.views-field-edit-node #network-header .input-group-lg > .input-group-btn > a:nth-child(1) .widget__icon--button {
  color: #a2dbe2;
}

#network-header .tt-dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

#network-header .tt-loading {
  left: auto;
  right: 75px;
  top: 50%;
  z-index: 2;
  margin-top: -10px;
}

@media (max-width: 768px) {
  #network-header {
    background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
    margin-left: -15px;
    margin-right: -15px;
    background-size: auto 80px;
    background-repeat-y: no-repeat;
  }

  #network-header .tt-loading {
    right: 25px;
    top: 14px;
  }
}

#network-header .network-row,
.network-table .network-row {
  border-radius: 4px;
  border: 1px solid #e6eaee;
  background-color: #fff;
  margin-bottom: 2px;
  display: flex;
  flex-flow: row wrap;
}

#network-header .network-row.network-external,
.network-table .network-row.network-external {
  border-left-color: #1398b1;
}

#network-header .network-row .glyphicon,
#network-header .network-row .widget__icon--button,
.network-table .network-row .glyphicon,
.network-table .network-row .widget__icon--button {
  color: #c8d2df;
  margin: 0 0 0 10px;
}

#network-header .network-body,
.network-table .network-body {
  color: #354052;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

#network-header .network-body .network-body-title,
.network-table .network-body .network-body-title {
  display: inline-block;
}

#network-header .network-body .network-body-title.network-body-th,
.network-table .network-body .network-body-title.network-body-th {
  font-size: 16px;
}

@media (max-width: 768px) {
  #network-header .network-body .network-body-title.network-body-th,
  .network-table .network-body .network-body-title.network-body-th {
    line-height: 1.2;
  }
}

#network-header .network-body .network-body-subtitle,
.network-table .network-body .network-body-subtitle {
  color: #8291a6;
  font-size: 12px;
}

#network-header .network-body .network-body-desc,
.network-table .network-body .network-body-desc {
  color: #8291a6;
  font-size: 12px;
  margin-top: 0;
}

@media (max-width: 768px) {
  #network-header .network-body .network-body-desc,
  .network-table .network-body .network-body-desc {
    line-height: 1;
  }
}

#network-header .network-thumb img,
.network-table .network-thumb img {
  height: 56px;
  width: 56px;
  border: 3px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#network-header .network-thumb img.network-thumb-small,
.network-table .network-thumb img.network-thumb-small {
  height: 49px;
  width: 49px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  #network-header .network-thumb img.network-thumb-small,
  .network-table .network-thumb img.network-thumb-small {
    margin-top: 5px;
  }
}

#network-header .network-agency-thumb,
.network-table .network-agency-thumb {
  padding-top: 5px;
  width: 100%;
}

#network-header .network-agency-thumb img,
.network-table .network-agency-thumb img {
  height: 50px;
  width: auto;
}

.input-custom-addon {
  position: relative;
}

.input-custom-addon .form-control {
  padding-left: 35px;
}

.input-custom-addon .glyphicon,
.input-custom-addon .widget__icon--button {
  position: absolute;
  color: #58bec8;
  z-index: 1;
  font-size: 1.2rem;
  top: 13px;
  left: 10px;
}

.network-table .network-row {
  border-left: 4px solid #58bec8;
  height: 82px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .network-table .network-row {
    display: block;
  }
}

.network-table .network-row.incoming-invite {
  border-left-color: #f58323;
}

.network-table .network-row.outcoming-invite {
  border-left-color: #f5a623;
}

.network-table .network-row.agency-info {
  height: auto;
  min-height: 82px;
}

.network-table .network-row.agency-info .network-agency-thumb {
  padding-top: 20px;
}

.network-table .network-row.agency-info .network-agency-thumb + .network-body {
  padding-top: 5px;
  padding-bottom: 10px;
}

.network-table .mls-info .network-body,
.network-table .agency-info .network-body {
  padding-top: 20px;
}

.network-table .network-body {
  width: calc(100% * (9 / 10));
  padding-top: 32px;
}

@media (max-width: 768px) {
  .network-table .network-body {
    padding-top: 23px;
    width: auto;
    float: left;
    min-width: 218px;
  }

  .network-table-invitations .network-table .network-body {
    min-width: 145px;
  }
}

@media (max-width: 768px) {
  .network-table .network-table-icon {
    margin-top: 18px;
  }

  .network-table .network-table-icon a:first-child {
    display: block;
    margin-bottom: 8px;
  }
}

.network-table .network-thumb {
  width: calc(100% * (1 / 10));
  margin-top: 13px;
}

@media (max-width: 768px) {
  .network-table .network-thumb {
    float: left;
    margin-right: 10px;
    width: auto;
  }
}

.network-table .invitation-tag {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #f5a623;
  padding: 0 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .network-table .invitation-tag {
    height: auto;
    line-height: 1.1em;
    padding: 3px 10px;
    text-align: left;
  }
}

.network-table .invitation-tag:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #f5a623;
  position: absolute;
  left: -5px;
  top: 8px;
}

.network-table .delete_btn_ico + .invitation-tag {
  margin-top: 8px;
}

.network-table .btn,
.network-table .editIco-btn,
.network-table .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .network-table a:nth-child(1) {
  border: 1px solid var(--bs-light-blue);
  border-radius: 4px;
  background: none;
  background-color: var(--bs-light-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .network-table .btn,
  .network-table .editIco-btn,
  .network-table .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node .network-table a:nth-child(1) {
    font-size: 12px;
    margin-top: 8px;
    padding: 5px 8px;
  }
}

@media (max-width: 768px) {
  .network-table.network-table-invitations .network-body {
    min-width: 145px;
  }
}

@media (max-width: 768px) {
  .network-table.network-table-invitations .network-table-icon {
    margin-top: 8px;
  }
}

#network-header .network-row {
  min-height: 60px;
  padding: 0 5px;
}

#network-header .network-row.mls-info {
  align-items: center;
}

#network-header .network-row.agency-info-no-photo {
  align-items: center;
}

#network-header .network-body {
  width: calc(100% * (4 / 5));
}

#network-header .network-body.realtor-info {
  padding-top: 12px;
}

#network-header .network-agency-thumb + .network-body {
  width: initial;
}

#network-header .network-thumb {
  padding-top: 5px;
  width: calc(100% * (1 / 5));
}

@media (max-width: 768px) {
  #network-header .network-thumb {
    margin-right: 10px;
    width: auto;
  }

  #network-header .network-body {
    width: auto;
  }
}

#no-results {
  background: #fff url(images/no-results.png) 35px 135px no-repeat;
  color: #595959;
  padding: 35px 35px 165px;
}

#no-results h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

#no-results p {
  font-size: 14px;
  line-height: 22px;
}

.tabs {
  background: #fff;
  box-shadow: 0 -1px 0 0 #e6eaee;
  height: 66px;
  margin-left: -15px;
  padding-left: 25px;
}

.tabs li {
  cursor: pointer;
  line-height: 58px;
  color: #7f8fa4;
  font-size: 16px;
  padding-top: 5px;
}

.tabs li + li {
  margin-left: 40px;
}

.tabs li.active {
  border-bottom: 3px solid #1398b1;
  color: #354052;
  font-weight: 400;
}

li.closed {
  background-color: #e57373;
  padding: 2px 4px !important;
  color: white;
  font-weight: 400;
  list-style: none;
  border-radius: 4px;
}

.page-my-shared-listings .col-btn_edit,
.page-my-shared-listings .col-btn_delete {
  display: none;
}

.novelty {
  background-color: #fef073;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 6px;
  text-align: center;
  width: 14%;
  list-style: none;
}

.offer-mini-card {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  padding-bottom: 10px !important;
}

.offer-mini-card span {
  font-weight: 500;
}

.offer-mini-card .customize-btn {
  position: absolute;
  right: 12px;
  top: 16px;
}

.offer-mini-card .financing {
  position: absolute;
  right: 14px;
  top: 74px;
  max-width: 115px;
  text-align: right;
  line-height: 16px;
  padding: 8px;
}

@media (min-width: 992px) {
  .offer-mini-card .financing {
    text-align: center;
  }
}

.offer-mini-card hr {
  border-top: 1px dashed #d7d8dc;
  width: 100%;
  margin: 12px 0;
}

@media (min-width: 992px) {
  .offer-mini-card hr {
    margin: 6px auto;
  }
}

.offer-mini-card h1 {
  display: inline-block;
  font-weight: lighter;
}

.offer-mini-card h1 span {
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 992px) {
  .offer-mini-card {
    text-align: center;
    max-width: 246px;
  }

  .offer-mini-card hr {
    border-top: 1px dashed #d7d8dc;
    width: 90%;
  }

  .offer-mini-card p {
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
  }

  .offer-mini-card h3 {
    font-weight: lighter;
  }

  .offer-mini-card span {
    font-weight: normal;
  }

  .offer-mini-card .customize-btn {
    position: relative;
    margin-top: 12px;
    right: 0;
    top: 0;
  }

  .offer-mini-card .financing {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
    border: 0;
    background: none;
  }
}

@media (min-width: 992px) {
  .page_body {
    padding-left: 15px;
  }
}

.page-profile-realtor .page_body,
.page-profile-loan-officer .page_body,
.page-bb-import-status .page_body {
  margin-top: 20px;
}

.pager {
  margin: 14px 0;
  text-align: right;
}

.pager a:link,
.pager a:hover,
.pager a:visited,
.pager a:active {
  color: #353a4e;
}

.pager .pager-current {
  color: #5600b2;
}

.page_header {
  position: relative;
  margin: 0 -15px;
  padding: 15px;
  background: #fff;
  box-shadow: 500px 0px 0px 0 #fff;
}

.page_header-actions.above .btn,
.page_header-actions.above .editIco-btn,
.page_header-actions.above .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page_header-actions.above a:nth-child(1) {
  float: right;
  margin-right: 7px;
}

@media (min-width: 992px) {
  .page_header-actions.above .btn,
  .page_header-actions.above .editIco-btn,
  .page_header-actions.above .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node .page_header-actions.above a:nth-child(1) {
    margin-top: 14px;
  }
}

.page_header-title {
  line-height: 1.5;
}

.page_header-title h1.page-title {
  font-size: 21px;
  margin: 0;
  display: inline-block;
}

.page_header-title h1.page-title a:link,
.page_header-title h1.page-title a:hover,
.page_header-title h1.page-title a:visited,
.page_header-title h1.page-title a:active {
  color: #353a4e;
}

@media (min-width: 992px) {
  .page_header-title h1.page-title {
    font-size: 26px;
    line-height: 16px;
  }
}

@media (min-width: 992px) {
  .page_header-title {
    padding: 20px 0 15px;
  }
}

.page_header.return a:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E091";
  color: #353a4e;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .page_header.return a:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .page_header {
    margin: 0 -15px 0 0;
    padding: 20px 15px 10px 15px;
  }
}

.page_header-advanced .tool_mobile,
.page-dashboard .tool_mobile,
.page-my-dashboard .tool_mobile,
.page-listing-flyer .tool_mobile {
  padding: 0 14px;
}

.page_header-advanced .tool_mobile ul.controls,
.page-dashboard .tool_mobile ul.controls,
.page-my-dashboard .tool_mobile ul.controls,
.page-listing-flyer .tool_mobile ul.controls {
  padding: 0 14px;
}

.page_header-advanced .tool_mobile ul.controls li,
.page-dashboard .tool_mobile ul.controls li,
.page-my-dashboard .tool_mobile ul.controls li,
.page-listing-flyer .tool_mobile ul.controls li {
  display: inline-block;
  margin-right: 6px;
}

.page_header-advanced .tool_mobile .tools-views a.btn:before,
.page-dashboard .tool_mobile .tools-views a.btn:before,
.page-my-dashboard .tool_mobile .tools-views a.btn:before,
.page-listing-flyer .tool_mobile .tools-views a.btn:before,
.page_header-advanced .tool_mobile .tools-views a.editIco-btn:before,
.page-dashboard .tool_mobile .tools-views a.editIco-btn:before,
.page-my-dashboard .tool_mobile .tools-views a.editIco-btn:before,
.page-listing-flyer .tool_mobile .tools-views a.editIco-btn:before,
.page_header-advanced .tool_mobile .tools-views .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .page_header-advanced .tool_mobile .tools-views a:nth-child(1):before,
.page-dashboard .tool_mobile .tools-views .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .page-dashboard .tool_mobile .tools-views a:nth-child(1):before,
.page-my-dashboard .tool_mobile .tools-views .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .page-my-dashboard .tool_mobile .tools-views a:nth-child(1):before,
.page-listing-flyer .tool_mobile .tools-views .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .page-listing-flyer .tool_mobile .tools-views a:nth-child(1):before {
  margin: 0px 2px;
  font-size: 16px;
}

.page_header-advanced .tool_desktop,
.page-dashboard .tool_desktop,
.page-my-dashboard .tool_desktop,
.page-listing-flyer .tool_desktop {
  padding: 0;
}

.page_header-advanced .tool_desktop ul li,
.page-dashboard .tool_desktop ul li,
.page-my-dashboard .tool_desktop ul li,
.page-listing-flyer .tool_desktop ul li {
  vertical-align: top;
}

.page_header-advanced .main-content .page-title,
.page-dashboard .main-content .page-title,
.page-my-dashboard .main-content .page-title,
.page-listing-flyer .main-content .page-title {
  display: none;
}

.page_header-advanced .main-content .page_header,
.page-dashboard .main-content .page_header,
.page-my-dashboard .main-content .page_header,
.page-listing-flyer .main-content .page_header {
  padding: 20px 0 20px 0;
}

@media (min-width: 992px) {
  .page_header-advanced .main-content .page-title,
  .page-dashboard .main-content .page-title,
  .page-my-dashboard .main-content .page-title,
  .page-listing-flyer .main-content .page-title {
    display: block;
  }

  .page_header-advanced .main-content .page_header,
  .page-dashboard .main-content .page_header,
  .page-my-dashboard .main-content .page_header,
  .page-listing-flyer .main-content .page_header {
    background-color: white;
    border-bottom: 1px solid #d7d8dc;
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px 40px 16px;
    min-height: 150px;
  }

  .page_header-advanced .main-content .page_header ul,
  .page-dashboard .main-content .page_header ul,
  .page-my-dashboard .main-content .page_header ul,
  .page-listing-flyer .main-content .page_header ul {
    display: inline-block;
    padding: 0;
  }

  .page_header-advanced .main-content .page_header ul li,
  .page-dashboard .main-content .page_header ul li,
  .page-my-dashboard .main-content .page_header ul li,
  .page-listing-flyer .main-content .page_header ul li {
    display: inline-block;
  }

  .page_header-advanced .main-content .page_header ul.tools-filter .filterBy,
  .page-dashboard .main-content .page_header ul.tools-filter .filterBy,
  .page-my-dashboard .main-content .page_header ul.tools-filter .filterBy,
  .page-listing-flyer .main-content .page_header ul.tools-filter .filterBy {
    max-width: 90px;
    border: 1px solid #d7d8dc;
  }

  .page_header-advanced .main-content .page_header input[type="text"],
  .page-dashboard .main-content .page_header input[type="text"],
  .page-my-dashboard .main-content .page_header input[type="text"],
  .page-listing-flyer .main-content .page_header input[type="text"] {
    border-radius: 0;
    height: 34px;
  }

  .page_header-advanced .main-content .page-content,
  .page-dashboard .main-content .page-content,
  .page-my-dashboard .main-content .page-content,
  .page-listing-flyer .main-content .page-content {
    padding: 0;
    padding-left: 16px;
  }
}

.page-title {
  color: var(--bs-dark);
}

.page-title:link,
.page-title:visited,
.page-title:active,
.page-title:hover {
  color: var(--bs-dark);
}

.rounded-container,
.content_body,
.offer-mini-card,
.widget-chart_container .w_content,
#listing-flyer-node-form,
#profile2-edit-loan-officer-form,
#profile2-edit-realtor-form {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  min-width: 200px;
  position: relative;
  overflow: hidden;
}

.selector #edit-submit--2,
.selector input,
.selector select,
.form-type-select #edit-submit--2,
.form-type-select input,
.form-type-select select {
  border-radius: 0;
  height: 30px;
}

.selector .selectpicker,
.form-type-select .selectpicker {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: 1px solid #d7d8dc;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-right: 1.5em;
  height: 34px;
}

.selector #edit-submit--2,
.selector .bb_filter_btn,
.form-type-select #edit-submit--2,
.form-type-select .bb_filter_btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 40px;
  height: 34px;
}

.sidebar_cards ul li {
  padding-right: 0;
  margin: 14px auto;
  padding: 0;
  background: transparent;
}

.sidebar_cards ul li:nth-child(even),
.sidebar_cards ul li.active {
  background: transparent;
}

.sidebar_cards ul li:nth-child(even) .rounded-container,
.sidebar_cards ul li:nth-child(even) .content_body,
.sidebar_cards ul li:nth-child(even) .offer-mini-card,
.sidebar_cards ul li:nth-child(even) .widget-chart_container .w_content,
.widget-chart_container .sidebar_cards ul li:nth-child(even) .w_content,
.sidebar_cards ul li:nth-child(even) #listing-flyer-node-form,
.sidebar_cards ul li:nth-child(even)
  #profile2-edit-loan-officer-form,
.sidebar_cards ul li:nth-child(even)
  #profile2-edit-realtor-form,
.sidebar_cards ul li.active .rounded-container,
.sidebar_cards ul li.active .content_body,
.sidebar_cards ul li.active .offer-mini-card,
.sidebar_cards ul li.active .widget-chart_container .w_content,
.widget-chart_container
  .sidebar_cards ul li.active .w_content,
.sidebar_cards ul li.active #listing-flyer-node-form,
.sidebar_cards ul li.active
  #profile2-edit-loan-officer-form,
.sidebar_cards ul li.active
  #profile2-edit-realtor-form {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.sidebar_cards ul li:not(.active) {
  opacity: 0.45;
}

.spinner {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: cover;
  background-image: url(images/spinner.gif);
  position: absolute;
  left: 50vw;
  top: 50vh;
}

.tools {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  background: #e9ecf3;
  border-bottom: 1px solid #d7d8dc;
  margin-bottom: 2px;
  padding: 12px;
}

@media (min-width: 992px) {
  .tools {
    background: white;
    padding: 24px 0;
  }
}

.tools .navbar-collapse.collapse {
  display: none !important;
}

.tools .dropdown {
  display: inline-block;
  vertical-align: top;
}

.tools .dropdown .dropdown-menu {
  min-width: 100px;
  margin-top: 8px;
  border-radius: 5px;
}

.tools .dropdown .dropdown-menu:before {
  top: -8px;
  left: 30px;
}

.tools .dropdown .dropdown-menu:after {
  top: -6px;
  left: 30px;
}

.tools .dropdown .dropdown-menu:before {
  position: absolute;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #d7d8dc;
  content: "";
}

.tools .dropdown .dropdown-menu:after {
  position: absolute;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.tools .dropdown .dropdown-menu .active > a,
.tools .dropdown .dropdown-menu .active > a:hover {
  background: #5600b2;
}

.tools .dropdown .dropdown-menu li a {
  font-weight: 100;
  cursor: pointer;
}

.tools .dropdown-menu {
  background: white;
}

.tools .tool_mobile {
  padding: 0;
}

@media (min-width: 992px) {
  .tools .tool_mobile {
    display: none;
  }
}

.tools .tool_mobile .btn,
.tools .tool_mobile .editIco-btn,
.tools .tool_mobile .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .tools .tool_mobile a:nth-child(1) {
  top: 0;
  width: 100%;
  display: block;
}

.tools .tool_mobile ul.basics li {
  padding: 0 3px;
  vertical-align: top;
  display: inline-block;
}

.tools .tool_mobile ul.basics li input.search-box {
  background: #353a4e;
  border-radius: 5px;
  height: 31px;
  color: white;
  padding: 0 3px;
  border: none;
}

.tools .tool_mobile ul.basics li span.search-icon {
  margin-left: 33.333%;
  margin-top: 7px;
}

.tools .tool_mobile ul.basics li:last-child {
  margin-right: 0;
}

.tools .tool_mobile .mobile-filters .rounded-container,
.tools .tool_mobile .mobile-filters .content_body,
.tools .tool_mobile .mobile-filters .offer-mini-card,
.tools .tool_mobile .mobile-filters .widget-chart_container .w_content,
.widget-chart_container .tools .tool_mobile .mobile-filters .w_content,
.tools .tool_mobile .mobile-filters #listing-flyer-node-form,
.tools .tool_mobile .mobile-filters
    #profile2-edit-loan-officer-form,
.tools .tool_mobile .mobile-filters
    #profile2-edit-realtor-form {
  padding-bottom: 0;
}

.tools .tool_mobile .mobile-filters label {
  display: block;
  font-weight: 400;
  padding: 7px 0;
  color: #585858;
}

.tools .tool_mobile .mobile-filters_buttons {
  margin-bottom: 12px;
}

.tools .tool_mobile .mobile-filters_buttons a {
  width: 100%;
  display: block;
}

.tools .tool_mobile .mobile-filters_buttons li {
  line-height: 16px;
  padding: 0 3px;
}

.tools .tool_mobile .mobile-filters_box {
  border: 1px solid #d7d8dc;
  border-radius: 5px;
}

.tools .tool_mobile .mobile-filters_box .filter-tags {
  padding: 7px;
}

.tools .tool_mobile .mobile-filters_box .header {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #585858;
  padding: 9px 6px;
  border-bottom: 1px solid #d7d8dc;
}

.tools .tool_mobile .mobile-filters_box .header span {
  background: #5600b2;
  border-radius: 100px;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 12px;
  color: white;
  margin-right: 6px;
}

.tools .tool_mobile .mobile-filters_search-box {
  position: relative;
}

.tools .tool_mobile .mobile-filters_search-box .search-icon {
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 25px;
  left: 10px;
}

.tools .tool_mobile .mobile-filters_search-box .search-icon:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E003";
  color: #dadee7;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.tools .tool_mobile .mobile-filters_search-box input {
  background: white;
  height: 32px;
  padding: 20px;
  padding-left: 28px;
  width: 100%;
  font-size: 1.1em;
  border: 1px solid #d7d8dc;
  margin: 12px auto;
}

.tools .tool_mobile .mobile-filters_group {
  margin-top: 12px;
}

.tools .tool_mobile .mobile-filters_range span {
  display: inline-block;
  margin: 0 2px;
}

.tools .tool_mobile .mobile-filters_range #bb_min_price_ph,
.tools .tool_mobile .mobile-filters_range #bb_max_price_ph {
  width: 46%;
  display: inline-block;
}

.tools .tool_mobile .mobile-filters_range input {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  padding: 6px 3px;
  border: 1px solid #d7d8dc;
}

.tools .tool_mobile .mobile-filters_select-finger {
  margin-top: 14px;
}

.tools .tool_mobile .mobile-filters_select-finger ul {
  display: flex;
}

.tools .tool_mobile .mobile-filters_select-finger ul li {
  display: inline-block;
  margin: 0 0 0 1%;
  flex-grow: 1;
  width: calc(100% * (1 / 6) - 10px - 1px);
}

.tools .tool_mobile .mobile-filters_select-finger ul li:first-child {
  margin-left: 0;
}

.tools .tool_mobile .mobile-filters_select-finger ul li:last-child {
  margin-right: 0;
}

.tools .tool_mobile .mobile-filters_select-finger ul li a:link,
.tools .tool_mobile .mobile-filters_select-finger ul li a:hover,
.tools .tool_mobile .mobile-filters_select-finger ul li a:active,
.tools .tool_mobile .mobile-filters_select-finger ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 42px;
  background: #5600b2;
  color: white;
}

.tools .tool_mobile .mobile-filters_select-finger ul li a:active,
.tools .tool_mobile .mobile-filters_select-finger ul li a.active {
  background: #5600b2;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tools .tool_mobile .mobile-filters_panel-group {
  margin-top: 16px;
  margin-left: -21px;
  margin-right: -21px;
}

.tools .tool_mobile .mobile-filters_panel-group #slider_filter_1 ul {
  column-count: 2;
}

.tools .tool_mobile .mobile-filters_panel-group #slider_filter_1 ul label:first-child {
  margin-top: 0;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters {
  padding: 21px;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .rounded-container,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .content_body,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .offer-mini-card,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .widget-chart_container .w_content,
.widget-chart_container .tools .tool_mobile .mobile-filters_panel-group ul.details-filters .w_content,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters #listing-flyer-node-form,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters
        #profile2-edit-loan-officer-form,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters
        #profile2-edit-realtor-form {
  padding-bottom: 0;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters li label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 8px 0;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters li:last-child select {
  width: 95%;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters span {
  display: inline-block;
  margin: 0 2px;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters select.form-control,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters form select.form-select,
form .tools .tool_mobile .mobile-filters_panel-group ul.details-filters select.form-select,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters
        .edit-profile_form select.form-select,
.edit-profile_form .tools .tool_mobile .mobile-filters_panel-group ul.details-filters select.form-select {
  width: 44%;
  margin-bottom: 8px;
  border-radius: 0;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .controls {
  text-align: right;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .controls .btn,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .controls .editIco-btn,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .tools .tool_mobile .mobile-filters_panel-group ul.details-filters .controls a:nth-child(1) {
  margin-left: 12px;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .col-sm-4:nth-child(3) select.form-control,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .col-sm-4:nth-child(3) form select.form-select,
form .tools .tool_mobile .mobile-filters_panel-group ul.details-filters .col-sm-4:nth-child(3) select.form-select,
.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .col-sm-4:nth-child(3)
        .edit-profile_form select.form-select,
.edit-profile_form .tools .tool_mobile .mobile-filters_panel-group ul.details-filters .col-sm-4:nth-child(3) select.form-select {
  width: 100%;
}

.tools .tool_mobile .mobile-filters_panel-group ul.details-filters .form-control {
  display: inline-block;
}

.tools .tool_mobile .mobile-filters_panel-group .header {
  border-top: 1px solid #d7d8dc;
  display: block;
  padding: 21px;
  width: 100%;
  font-weight: 400;
}

.tools .tool_mobile .mobile-filters_panel-group .header:link,
.tools .tool_mobile .mobile-filters_panel-group .header:visited,
.tools .tool_mobile .mobile-filters_panel-group .header:active,
.tools .tool_mobile .mobile-filters_panel-group .header:hover {
  color: #585858;
}

.tools .tool_desktop {
  display: none;
}

.tools .tool_desktop input[type="text"] {
  border-radius: 0;
}

@media (min-width: 992px) {
  .tools .tool_desktop {
    display: block;
  }
}

.tools .tool_desktop .top_area {
  margin-bottom: 14px;
}

.tools .tool_desktop .search-area {
  display: flex;
  position: relative;
}

.tools .tool_desktop .search-area .dropdown {
  flex: 0 0 auto;
}

.tools .tool_desktop .search-area .twitter-typeahead {
  flex: 1;
}

.tools .tool_desktop .search-area .loader {
  height: 20px;
  width: 20px;
  border-width: 3px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
}

.tools .tool_desktop input.search-box {
  font-size: 16px;
  padding: 8px;
  width: 100%;
  border: 1px solid #d7d8dc;
  margin-left: -4px;
  padding-right: 36px;
}

.tools .tool_desktop ul.filter-tags {
  display: inline;
}

.tools .tool_desktop .right-col {
  padding-left: 0;
}

.tools .tool_desktop ul.filters {
  float: right;
}

.tools .tool_desktop ul.filters > li:not(:last-child) {
  border-right: 1px solid #d7d8dc;
}

.tools .tool_desktop ul.filters li {
  display: inline-block;
}

.tools .tool_desktop ul.filters li:first-child {
  border-left: 0;
}

.tools .tool_desktop ul.filters li:first-child nav a.dropdown-toggle {
  border-radius: 5px 0 0 5px;
}

.tools .tool_desktop ul.filters li:last-child nav a.dropdown-toggle {
  border-radius: 0 5px 5px 0;
}

.tools .tool_desktop ul.filters li ul.dropdown-menu {
  font-size: 12px;
  padding: 12px;
}

.tools .tool_desktop ul.filters li.price .dropdown-menu {
  font-weight: 100;
  width: 212px;
  border-radius: 5px;
  padding: 12px 0;
}

.tools .tool_desktop ul.filters li.price .dropdown-menu li {
  margin-top: 6px;
  display: block;
}

.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range {
  padding: 0 14px;
  height: 30px;
}

.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input {
  font-size: 12px;
  width: 48%;
  display: inline-block;
  padding: 6px 3px;
}

.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input:first-child {
  float: left;
}

.tools .tool_desktop ul.filters li.price .dropdown-menu li.filter-range input:last-child {
  float: right;
}

.tools .tool_desktop ul.filters li.realtor .dropdown-menu {
  padding: 14px;
  width: 212px;
}

.tools .tool_desktop ul.filters li.realtor .dropdown-menu li {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 8px;
}

.tools .tool_desktop ul.filters li.realtor .dropdown-menu li input {
  margin-right: 4px;
}

.tools .tool_desktop ul.filters li.beds ul.dropdown-menu li,
.tools .tool_desktop ul.filters li.baths ul.dropdown-menu li {
  margin-bottom: 6px;
  display: block;
}

.tools .tool_desktop ul.filters li.beds ul.dropdown-menu li input[type="radio"],
.tools .tool_desktop ul.filters li.baths ul.dropdown-menu li input[type="radio"] {
  margin-right: 3px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu {
  left: -556px;
  width: 640px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu:before {
  left: 601px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu:after {
  left: 602px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 8px 0;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu span {
  display: inline-block;
  margin: 0 2px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu select.form-control,
.tools .tool_desktop ul.filters li.more .dropdown-menu form select.form-select,
form .tools .tool_desktop ul.filters li.more .dropdown-menu select.form-select,
.tools .tool_desktop ul.filters li.more .dropdown-menu
          .edit-profile_form select.form-select,
.edit-profile_form .tools .tool_desktop ul.filters li.more .dropdown-menu select.form-select {
  display: inline-block;
  width: 44%;
  margin-bottom: 8px;
  border-radius: 0;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu select.form-control-full {
  width: 96%;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-right: 1.5em;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu .agree-box label {
  border-top: 1px solid #d7d8dc;
  padding-top: 12px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu .controls {
  text-align: right;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu .controls .btn,
.tools .tool_desktop ul.filters li.more .dropdown-menu .controls .editIco-btn,
.tools .tool_desktop ul.filters li.more .dropdown-menu .controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .tools .tool_desktop ul.filters li.more .dropdown-menu .controls a:nth-child(1) {
  margin-left: 12px;
}

.tools .tool_desktop ul.filters li.more .dropdown-menu .col-sm-4:nth-child(3) select.form-control,
.tools .tool_desktop ul.filters li.more .dropdown-menu .col-sm-4:nth-child(3) form select.form-select,
form .tools .tool_desktop ul.filters li.more .dropdown-menu .col-sm-4:nth-child(3) select.form-select,
.tools .tool_desktop ul.filters li.more .dropdown-menu .col-sm-4:nth-child(3)
          .edit-profile_form select.form-select,
.edit-profile_form .tools .tool_desktop ul.filters li.more .dropdown-menu .col-sm-4:nth-child(3) select.form-select {
  width: 100%;
}

.tools .tool_desktop ul.search-controls {
  float: left;
}

.tools .tool_desktop ul.search-controls li {
  display: inline-block;
}

.tools .tool_desktop ul.search-controls li.more-filters .dropdown-menu {
  width: 200px;
  padding: 7px;
}

.tools .tool_desktop ul.search-controls li.more-filters .dropdown-menu ul.filter-tags li {
  display: inline-block;
}

.tools .tool_desktop ul.search-views {
  float: right;
  display: none;
}

.tools .tool_desktop ul.search-views li {
  display: inline-block;
}

.tools .tool_desktop ul.search-views li button,
.tools .tool_desktop ul.search-views li a {
  padding: 6px 12px;
}

.tools li.sort .dropdown-menu {
  width: 160px;
  padding: 12px;
}

.tools li.sort .dropdown-menu li {
  width: 100%;
  font-size: 12px;
}

.tools .bb_filter_select option[disabled] {
  display: none;
}

.tools-filter .label {
  line-height: 30px;
}

.mobile-filters_box .turn-arrow:after,
.tools .tool_mobile .mobile-filters_box .header:after,
.mobile-filters_box .tools .tool_mobile .mobile-filters_panel-group .header:after {
  top: 12px;
}

.turn-arrow,
.tools .tool_mobile .mobile-filters_box .header,
.tools .tool_mobile .mobile-filters_panel-group .header {
  position: relative;
}

.turn-arrow:after,
.tools .tool_mobile .mobile-filters_box .header:after,
.tools .tool_mobile .mobile-filters_panel-group .header:after {
  content: "";
  position: absolute;
  right: 5%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  transform: rotate(0deg);
}

.turn-arrow.collapsed:after,
.tools .tool_mobile .mobile-filters_box .collapsed.header:after,
.tools .tool_mobile .mobile-filters_panel-group .collapsed.header:after {
  transform: rotate(180deg);
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/

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

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #353a4e;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.views-table_old {
  width: 100%;
}

.views-table_old thead {
  display: none;
  color: white;
}

@media (min-width: 992px) {
  .views-table_old thead {
    display: table-header-group;
    background: #353a4e;
  }

  .views-table_old thead th {
    padding: 6px;
    border: 1px solid white;
  }

  .views-table_old thead a:link {
    color: white;
  }
}

.views-table_old tbody tr {
  display: flex;
  flex-flow: column;
  padding: 6px;
  cursor: pointer;
  background: none;
}

@media (min-width: 992px) {
  .views-table_old tbody tr {
    display: table-row;
  }
}

.views-table_old tbody tr.odd,
.views-table_old tbody tr.even {
  border: 1px solid #d7d8dc;
  border-top: none;
}

.views-table_old tbody tr.odd {
  background: #f5f6f8;
}

.views-table_old td a:link {
  color: #585858;
}

@media (min-width: 992px) {
  .views-table_old td {
    border: 1px solid #d7d8dc;
    padding: 10px;
  }
}

.views-table_old td.views-field-views-bulk-operations {
  order: 4;
  margin-top: -16px;
}

.views-table_old td:before {
  font-weight: 500;
  text-transform: uppercase;
  min-width: 90px;
  display: inline-block;
  margin: 6px 0;
}

@media (min-width: 992px) {
  .views-table_old td:before {
    display: none;
  }
}

.views-table_old td.views-field.views-field-title:before {
  content: "Name ";
}

.views-table_old td.views-field.views-field-ra-agencyid:before {
  content: "MLS ";
}

.views-table_old td.views-field.views-field-type {
  text-transform: capitalize;
}

.views-table_old td.views-field.views-field-type:before {
  content: "Type ";
}

.views-table_old td.views-field.views-field-changed:before {
  content: "Updated ";
}

.views-table_old td.views-field.active {
  background: none;
}

.views-table_old td.views-field.views-field-edit-node {
  margin-top: 12px;
  margin: 12px 0 0 94px;
}

.views-table_old td.views-field.views-field-edit-node a:nth-child(1) {
  color: white;
  width: 25px;
  display: inline-block;
}

.views-table_old td.views-field.views-field-edit-node a:nth-child(1):after {
  background: white;
  width: 35px;
  height: 30px;
  padding: 6px;
}

.views-table_old td.views-field.views-field-edit-node a:nth-child(2) {
  color: white;
  width: 25px;
  display: inline-block;
}

.views-table_old td.views-field.views-field-edit-node a:nth-child(2):after {
  background: white;
  width: 35px;
  height: 30px;
  padding: 6px;
}

.views-table {
  width: 100%;
  font-size: 14px;
}

.views-table .btn,
.views-table .editIco-btn,
.views-table .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .views-table a:nth-child(1) {
  padding: 2px;
}

.views-table .btn:before,
.views-table .editIco-btn:before,
.views-table .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .views-table a:nth-child(1):before {
  margin: 0;
}

.views-table th,
.views-table td {
  vertical-align: middle;
  font-size: 13px;
  padding: 12px 14px;
}

.views-table th.col-checkbox,
.views-table td.col-checkbox {
  text-align: center;
}

.views-table th.col-address,
.views-table td.col-address {
  width: 50%;
}

.views-table th.col-city,
.views-table td.col-city {
  width: 20%;
}

.views-table th.col-updated,
.views-table td.col-updated {
  width: 20%;
}

.views-table th.active img {
  margin: 0 12px;
}

.views-table td.active {
  background-color: #dadee7;
}

.views-table thead {
  color: var(--bs-dark);
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
}

.views-table thead a:link,
.views-table thead a:hover,
.views-table thead a:active,
.views-table thead a:visited {
  color: var(--bs-dark);
}

.views-table thead th {
  border: 1px solid var(--bs-border-color);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(86, 0, 178, 0.1);
}

.views-table tbody {
  /*tr:nth-child(even) {
      background-color: $bg-color;
    }
    tr:nth-child(odd) {
      background-color: $bg-color-2;
    }*/
}

.views-table tbody td {
  border: 1px solid #d7d8dc;
}

.views-table .views-field-edit-node {
  width: 1%;
  text-align: center;
}

.views-table .views-field-edit-node a {
  width: 21px;
  height: 14px;
  display: inline-block;
  overflow: hidden;
}

.views-table .views-field-delete-node {
  width: 1%;
  text-align: center;
}

.views-table .views-field-delete-node a {
  width: 21px;
  height: 14px;
  display: inline-block;
  overflow: hidden;
}

.views-table .views-field-views-bulk-operations {
  text-align: center;
}

.views-list {
  font-size: 14px;
}

.views-list label {
  font-weight: 500;
  text-transform: uppercase;
}

.views-list li {
  border: 1px solid #d7d8dc;
  border-bottom: 0;
  padding: 14px;
}

.views-list li:last-child {
  border: 1px solid #d7d8dc;
}

.views-list td {
  padding: 6px;
}

.views-list input[type="checkbox"] {
  margin-right: 6px;
}

.views-list .btn,
.views-list .editIco-btn,
.views-list .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .views-list a:nth-child(1) {
  padding: 4px;
}

.widget-chart_container {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.widget-chart_container a.w_name:link,
.widget-chart_container a.w_name:hover,
.widget-chart_container a.w_name:active,
.widget-chart_container a.w_name:visited {
  color: #ea6425;
}

.widget-chart_container .w_tools {
  width: 1%;
  text-align: center;
}

.widget-chart_container .w_header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
  background: #353a4e;
}

.widget-chart_container .w_name {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}

.widget-chart_container .w_avatar {
  float: left;
  margin-right: 6px;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget-chart_container .w_content {
  font-size: 14px;
  padding: 7px;
}

.widget-chart_container .w_footer {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.widget-chart_container .w_footer a:link,
.widget-chart_container .w_footer a:hover,
.widget-chart_container .w_footer a:active,
.widget-chart_container .w_footer a:visited {
  color: #5600b2;
}

.widget-chart_container .w_footer ol {
  display: inline;
}

.widget-chart_container .w_footer ol li {
  display: inline;
}

.widget-chart_container .w_footer span > a {
  color: #5600b2;
  display: inline-block;
  margin: 14px 0 7px 0;
  padding-right: 7px;
  margin-right: 14px;
}

.widget-chart_container .w_footer.multi span > a {
  border-right: 1px solid #d7d8dc;
}

.widget-chart_container .w_chart {
  background: #252837;
  padding: 12px;
}

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

.bb-nav li.active span.badge {
  background-color: #fff;
  color: #686e7e;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 3px) {
  .footable-paging [data-page="first"],
  .footable-paging [data-page="last"] {
    display: none;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.btn,
.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1) {
  font-family: "Roboto", sans-serif;
  color: #595959;
  overflow: hidden;
  text-transform: capitalize;
  background-color: white;
}

.btn:before,
.editIco-btn:before,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1):before {
  font-family: "Glyphicons Halflings";
  float: left;
  margin-right: 6px;
}

.btn-small-bright {
  padding: 6px 6px;
  border-radius: 5px;
  background-color: #353a4e;
  color: white;
}

.btn-small-bright:hover,
.btn-small-bright:focus {
  color: white;
}

.btn-small-scorpion {
  padding: 6px 6px;
  border-radius: 5px;
  background-color: #595959;
  color: white;
}

.btn-small-scorpion:hover,
.btn-small-scorpion:focus {
  background: #464646;
  color: white;
}

.btn-small-bombay,
.sort_btn {
  padding: 6px 6px;
  border-radius: 5px;
  background-color: #adb0b7;
  color: white;
}

.btn-small-bombay:hover,
.sort_btn:hover,
.btn-small-bombay:focus,
.sort_btn:focus {
  background-color: #adb0b7;
  color: white;
}

.btn-small-white,
.share_btn_white {
  padding: 6px 5px;
  border-radius: 5px;
  background-color: white;
  color: #595959;
}

.btn-small-white:hover,
.share_btn_white:hover,
.btn-small-white:focus,
.share_btn_white:focus {
  color: #595959;
}

.btn-small-turquesa,
.form-submit,
.sort-filter-btn {
  padding: 6px 6px;
  border-radius: 5px;
  background-color: #5600b2;
  color: white;
}

.btn-small-turquesa:hover,
.form-submit:hover,
.sort-filter-btn:hover,
.btn-small-turquesa:focus,
.form-submit:focus,
.sort-filter-btn:focus {
  background-color: #5600b2;
  color: white;
}

.btn-small-cobra {
  padding: 6px 6px;
  border-radius: 5px;
  background-color: white;
  border: 2px solid #595959;
  color: #595959;
}

.btn-small-cobra:hover,
.btn-small-cobra:focus {
  background-color: #595959;
  color: white;
}

.btn-med-bright {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: #353a4e;
  color: white;
}

.btn-med-bright:hover,
.btn-med-bright:focus {
  color: white;
}

.btn-med-scorpion {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: #595959;
  color: white;
}

.btn-med-scorpion:hover,
.btn-med-scorpion:focus,
.btn-med-scorpion:active {
  background: #464646;
  color: white;
}

.btn-med-bombay {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: #adb0b7;
  color: white;
}

.btn-med-bombay:hover,
.btn-med-bombay:focus {
  background-color: #adb0b7;
  color: white;
}

.btn-med-white {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: white;
  color: #595959;
}

.btn-med-white:hover,
.btn-med-white:focus {
  color: #595959;
}

.btn-med-turquesa,
.btn_hero,
.btn_showing,
.save_search_btn,
.login-page .login-form #edit-submit,
#listing-flyer-node-form .form-submit,
#profile2-edit-loan-officer-form .form-submit,
#profile2-edit-realtor-form .form-submit {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: #5600b2;
  color: white;
}

.btn-med-turquesa:hover,
.btn_hero:hover,
.btn_showing:hover,
.save_search_btn:hover,
.login-page .login-form #edit-submit:hover,
#listing-flyer-node-form .form-submit:hover,
#profile2-edit-loan-officer-form .form-submit:hover,
#profile2-edit-realtor-form .form-submit:hover,
.btn-med-turquesa:focus,
.btn_hero:focus,
.btn_showing:focus,
.save_search_btn:focus,
.login-page .login-form #edit-submit:focus,
#listing-flyer-node-form .form-submit:focus,
#profile2-edit-loan-officer-form .form-submit:focus,
#profile2-edit-realtor-form .form-submit:focus {
  background-color: #5600b2;
  color: white;
}

.btn-med-cobra {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: white;
  border: 2px solid #595959;
  color: #595959;
}

.btn-med-cobra:hover,
.btn-med-cobra:focus {
  background-color: #595959;
  color: white;
}

.btn-modern {
  border: 1px solid var(--bs-primary);
  border-radius: 4px;
  background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  transition: box-shadow 0.15s ease-in-out, background 0.15s ease-in-out;
}

.btn-modern:hover {
  color: #fff;
  /* background: linear-gradient(0deg, #1398b1 0%, #71e3ef 100%);
      box-shadow: 0 5px 9px 0px rgba(124, 127, 129, 0.45);*/
}

.btn-modern:active {
  color: #fff;
  /*background: linear-gradient(0deg, #0c7488 0%, #4fb0ba 100%);*/
  background-color: var(--bs-primary);
  box-shadow: none;
  outline: 0;
}

.btn-modern:active:focus {
  outline: 0;
  border: 1px solid var(--bs-primary);
}

.btn-modern:focus {
  color: #fff;
  outline: 0;
  border: 1px solid var(--bs-primary);
}

.btn-modern.btn-flat {
  color: var(--bs-primary);
  background: none;
  border: 1px solid var(--bs-primary);
}

.btn-modern.btn-flat:hover {
  color: #ffffff;
  outline: 0;
  background-color: var(--bs-primary);
}

.btn-modern.btn-flat:focus {
  border: 1px solid #e5e5e5;
  outline: 0;
}

.btn-modern.btn-flat:active {
  outline: 0;
}

.btn-icon .glyphicon,
.btn-icon .widget__icon--button {
  color: var(--bs-primary);
  margin-right: 5px;
  font-size: 12px;
}

.bb_filter_btn {
  cursor: pointer;
}

.btn_hero {
  background: white;
  color: #4dc0d5;
  text-transform: none;
  padding: 13px 22px;
  border-radius: 5px;
  font-size: 16px;
}

.btn_hero:hover,
.btn_hero:focus {
  color: #4dc0d5;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .btn_showing {
    padding: 20px 12px;
  }
}

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  background: white;
  cursor: pointer;
}

.close-btn:before {
  margin-right: 0;
}

.filter-tags .close-btn {
  top: 2px;
  right: -2px;
}

.delete-btn {
  color: #777777;
}

.delete-btn span {
  display: none;
}

@media (min-width: 992px) {
  .delete-btn span {
    display: inline;
  }
}

.deleteIco-btn:after,
.views-table_old td.views-field.views-field-edit-node a:nth-child(2):after {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E083";
  color: red;
  vertical-align: middle;
  margin-left: 7px;
}

.editIco-btn:after,
.views-table_old td.views-field.views-field-edit-node a:nth-child(1):after {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\270F";
  color: #4dc0d5;
  vertical-align: middle;
  margin-left: 7px;
}

.heart-btn {
  padding: 1px 1px;
  border-radius: 5px;
}

.heart-btn:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E005";
  color: #dadee7;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.heart-btn:before {
  font-size: 21px;
}

.heart-btn.active {
  box-shadow: none;
}

.heart-btn.active:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E005";
  color: red;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.heart-btn.active:before {
  font-size: 21px;
}

.map_btn_white:after {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E062";
  color: #595959;
  vertical-align: middle;
  margin-left: 7px;
}

.map_btn_white:after {
  margin-left: 0;
}

.menu-toggle-btn {
  cursor: pointer;
  padding: 6px;
  height: 30px;
  border-radius: 0;
  padding: 4px;
  background: #adb0b7;
  font-size: 16px;
}

.menu-toggle-btn:before {
  margin-right: 0;
  text-align: center;
  color: white;
}

.searchBy-btn {
  padding: 8px 16px;
  border-radius: 5px;
  border-radius: 0;
  background: #353a4e;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 1px;
  color: white;
}

.searchBy-btn:link,
.searchBy-btn:visited,
.searchBy-btn:hover {
  color: white;
}

.share_btn_white:after {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E095";
  color: #595959;
  vertical-align: middle;
  margin-left: 7px;
}

.share_btn_white:after {
  margin-left: 0;
}

.share_btn_white.loading:after {
  display: none;
}

.sort_btn {
  padding: 6px 12px;
  color: white;
}

.sort-filter-btn {
  font-size: 14px;
  padding: 10px;
  border-radius: 0;
}

.save_search_btn {
  padding: 12px 30px;
  border-radius: 5px;
}

.view-btn {
  color: #777777;
}

.view-btn span {
  display: none;
}

@media (min-width: 992px) {
  .view-btn span {
    display: inline;
  }
}

.bb_listing_view_btn.active {
  pointer-events: none;
  cursor: default;
  background-color: #5600b2;
}

.btn.view_btn_ico,
.view_btn_ico.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.view_btn_ico:nth-child(1) {
  color: #5600b2;
  background: none;
}

.btn.edit_btn_ico,
.edit_btn_ico.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.edit_btn_ico:nth-child(1) {
  color: #5600b2;
  background: none;
}

.btn.delete_btn_ico,
.delete_btn_ico.editIco-btn,
.views-table_old td.views-field.views-field-edit-node a.delete_btn_ico:nth-child(1) {
  color: red;
  background: none;
}

.w_header .btn,
.w_header .editIco-btn,
.w_header .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .w_header a:nth-child(1) {
  color: #777777;
  background: none;
}

.w_header .btn:before,
.w_header .editIco-btn:before,
.w_header .views-table_old td.views-field.views-field-edit-node a:nth-child(1):before,
.views-table_old td.views-field.views-field-edit-node .w_header a:nth-child(1):before {
  margin-right: 0;
}

.w_header .btn.w_chart_btn,
.w_header .w_chart_btn.editIco-btn,
.w_header .views-table_old td.views-field.views-field-edit-node a.w_chart_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .w_header a.w_chart_btn:nth-child(1) {
  float: right;
}

.w_header .btn.w_list_btn,
.w_header .w_list_btn.editIco-btn,
.w_header .views-table_old td.views-field.views-field-edit-node a.w_list_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .w_header a.w_list_btn:nth-child(1) {
  float: right;
}

.w_header .btn.active,
.w_header .active.editIco-btn,
.w_header .views-table_old td.views-field.views-field-edit-node a.active:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .w_header a.active:nth-child(1) {
  color: white;
}

#edit-fboauth .fb-btn {
  height: 42px;
  width: 186px;
  background: url(/themes/bankingbridge_ui/images/fb_connect_button.png);
  background-size: cover;
  display: inline-block;
}

.bb_fab {
  display: none;
  width: 135px;
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.bb_fab body {
  background: #673ab7;
  color: white;
  text-align: center;
}

.bb_fab a {
  color: inherit;
}

.bb_fab h1,
.bb_fab h2,
.bb_fab h3,
.bb_fab h4 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bb_fab h1 {
  font-size: 3em;
}

.bb_fab .menu {
  filter: url("#shadowed-goo");
}

.bb_fab .menu-item,
.bb_fab .menu-open-button {
  background: #00bcd4;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: -40px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}

.bb_fab .menu-open {
  display: none;
}

.bb_fab .hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: transform 200ms;
}

.bb_fab .hamburger-1 {
  transform: translate3d(0, -8px, 0);
}

.bb_fab .hamburger-2 {
  transform: translate3d(0, 0, 0);
}

.bb_fab .hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.bb_fab .menu-open:checked + .menu-open-button .hamburger-1 {
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.bb_fab .menu-open:checked + .menu-open-button .hamburger-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.bb_fab .menu-open:checked + .menu-open-button .hamburger-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.bb_fab .menu {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: 45px;
  padding-top: 20px;
  padding-left: 80px;
  width: 650px;
  height: 150px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
}

.bb_fab .menu-item:hover {
  background: white;
  color: #00bcd4;
}

.bb_fab .menu-item:nth-child(3) {
  transition-duration: 180ms;
}

.bb_fab .menu-item:nth-child(4) {
  transition-duration: 180ms;
}

.bb_fab .menu-open-button {
  z-index: 2;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.bb_fab .menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.bb_fab .menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.bb_fab .menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bb_fab .menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 190ms;
  transform: translate3d(0, -60px, 0);
}

.bb_fab .menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 290ms;
  transform: translate3d(0, -120px, 0);
}

.bb-realtor .bb_fab,
.bb-loan-officer .bb_fab {
  bottom: -13px !important;
  right: 67px !important;
}

.trendArrow__up {
  color: #f44336;
}

.trendArrow__down {
  color: #4caf50;
}

.modal-delete-btn {
  background-color: #ef5350;
  color: white;
}

.page-my-bb-network .glyphicon-trash {
  color: #ef9a9a;
}

.page-my-bb-network .glyphicon-refresh {
  color: #a5d6a7;
}

.navbar-default .user-menu {
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-default .user-menu {
    display: none;
  }
}

@media (min-width: 991px) {
  .user-menu-mobile {
    display: none;
  }
}

.navbar-header li.dropdown.open a.dropdown-toggle,
.navbar-default .navbar-nav li.dropdown.open a.dropdown-toggle {
  background: rgba(120, 112, 250, 0.3) !important;
}

.navbar-header .dropdown-menu,
.navbar-default .navbar-nav .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-header a.dropdown-toggle,
.navbar-default .navbar-nav a.dropdown-toggle {
  height: 40px;
  width: 40px;
  background: none;
  border-radius: 50%;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  padding: 4px;
  border: none;
  background: rgba(120, 112, 250, 0.2);
}

.navbar-header a.dropdown-toggle:active,
.navbar-header a.dropdown-toggle:visited,
.navbar-header a.dropdown-toggle:focus,
.navbar-header a.dropdown-toggle:hover,
.navbar-default .navbar-nav a.dropdown-toggle:active,
.navbar-default .navbar-nav a.dropdown-toggle:visited,
.navbar-default .navbar-nav a.dropdown-toggle:focus,
.navbar-default .navbar-nav a.dropdown-toggle:hover {
  background: rgba(120, 112, 250, 0.4);
}

.navbar-header a.dropdown-toggle img,
.navbar-default .navbar-nav a.dropdown-toggle img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: none;
}

.navbar-header a.dropdown-toggle img:hover,
.navbar-default .navbar-nav a.dropdown-toggle img:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav .dropdown-toggle,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
  color: #5600b2;
  border-color: #d7d8dc;
}

.navbar-default .navbar-nav > li > a.btn-med-scorpion:focus {
  background-color: #595959;
  color: white;
}

.eye-icon:before,
.view-btn:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E105";
  color: #5600b2;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.delete-icon:before,
.views-table .views-field-delete-node a:before,
.delete-btn:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E083";
  color: red;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.glass-icon:before,
.tools .tool_mobile ul.basics li span.search-icon:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E003";
  color: #dadee7;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.close-icon:before,
.close-btn:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E014";
  color: #dadee7;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.edit-icon:before,
.views-table .views-field-edit-node a:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E065";
  color: #5600b2;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

.footable .input-group-btn .btn,
.footable .input-group-btn .editIco-btn,
.footable .input-group-btn .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .footable .input-group-btn a:nth-child(1) {
  line-height: 1.43857 !important;
}

.footable .input-group-btn .btn-primary {
  background-color: white !important;
  border-color: #ccc !important;
}

.footable .input-group-btn .btn-primary:hover {
  color: #555;
}

.footable .glyphicon,
.footable .widget__icon--button {
  padding: 6px 6px;
  border-radius: 0px;
  background-color: white;
  border: #ccc 1px solid;
}

.footable .masqLink {
  margin-left: 5px;
}

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

.content-tools .flyerTemplateSelectBtn {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  height: 54px;
  width: 44px;
  background-size: 40px 50px;
  border: 2px solid #ccc;
  border-radius: 3px;
}

.content-tools .flyerTemplateSelectBtn.tpl3 {
  background-image: url(images/cobblehill-flyer-thumbnail.png);
}

.content-tools .flyerTemplateSelectBtn.tpl4 {
  background-image: url(images/cobblehill-poc-thumbnail.png);
}

.content-tools .flyerTemplateSelectBtn.tpl7 {
  background-image: url(images/fancy-flyer-thumbnail.png);
}

.bb-realtor .content-tools .flyerTemplateSelectBtn {
  top: -6px;
}

.chart-btn-wrapper {
  position: absolute;
  font-size: 15px;
  top: 10px;
  right: 8px;
  border-radius: 100%;
  border: 2px solid #7ccc94;
  height: 2em;
  width: 2em;
  background-color: #7ccc94;
  color: white;
  cursor: pointer;
}

.chart-btn-wrapper .chart-btn {
  margin-top: 5px;
  margin-left: 1px;
}

.chart-btn-wrapper:hover {
  border-color: #44b666;
}

.nav-pills li .btn-modern {
  padding: 6px 13px !important;
}

.nav-pills li.active .btn-modern {
  color: #fff;
  background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
  box-shadow: none;
  outline: 0;
}

.form__input-group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form__input-group + .form__input-group {
  margin-top: 25px;
}

.form__input-group--row {
  flex-direction: row;
}

.form__input-group--row > * {
  flex: 1;
  margin-right: 10px;
}

.form__input-group--row > *:last-child {
  margin-right: 0;
}

.form__input-group .toggle-password {
  position: absolute;
  right: 10px;
  top: 28px;
  padding: 0px;
  cursor: pointer;
}

.form__input-group .toggle-password:focus {
  outline: none;
  box-shadow: none;
}

.form__input-group > i {
  position: absolute;
  right: -35px;
  top: 24px;
  font-size: 30px;
}

.form__label {
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.form__label i {
  position: absolute;
  left: 69px;
}

.form__label i:hover + .form__tooltip-container {
  z-index: 2;
  visibility: visible;
}

.form__input {
  height: 39px;
  border: 1px solid #dfe3e9;
  border-radius: 3px;
  color: #353a4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 8px;
}

.form__input:focus {
  border: 1px solid #1398b1;
}

.form__input::-webkit-input-placeholder {
  color: #dfe4ee;
}

.form__photo-upload {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.form__photo-upload a {
  display: flex;
  flex-direction: column;
  color: #1398b1;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
}

.form__photo-upload a img {
  height: 96px;
  width: 96px;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.form__photo-upload a div {
  margin-top: 10px;
  text-align: center;
}

.form__photo-upload-loader {
  width: 18px !important;
  height: 18px !important;
  border-width: 3px !important;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .form__photo-upload {
    margin-bottom: 18px;
  }

  .form__photo-upload a {
    flex: 1;
  }
}

.form .form-preview.disable {
  position: relative;
}

.form .form-preview.disable .form-preview-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.form .required:after {
  content: " *";
  color: red;
}

.form .password .form__tooltip-container {
  top: -47px;
  left: 90px;
  width: 325px;
}

.form .password .form__tooltip-container ul {
  list-style: inside;
  margin-left: 30px;
}

.form .password .form__tooltip-container ul li span {
  position: relative;
  left: -9px;
}

.form .verify-password .form__tooltip-container {
  top: 21px;
  left: 393px;
  width: 151px;
}

.form .verify-password .fa-times-circle:hover + .form__tooltip-container {
  z-index: 2;
  visibility: visible;
}

.form__tooltip-container {
  position: absolute;
  padding: 8px;
  border-radius: 3px;
  background-color: #2C3E50;
  opacity: 0.95;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  text-transform: none;
  visibility: hidden;
}

.form__tooltip-container:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  margin-right: 1px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2C3E50 transparent transparent;
}

.jt-modal {
  position: fixed !important;
}

.jt-modal .modal-content {
  background: none;
  border: 0;
  position: relative;
}

.jt-modal .modal-content h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.jt-modal .modal-content .intro {
  margin-bottom: 25px;
}

.jt-modal .modal-content .msa_content {
  line-height: 1.5em;
  max-height: 500px;
  overflow-y: scroll;
  margin-right: -15px;
  padding-right: 15px;
  font-size: 12px;
  color: #354052;
}

.jt-modal .modal-body,
.jt-modal .modal-footer {
  background: white;
}

.jt-modal .modal-header {
  background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 18px 25px;
}

.jt-modal .modal-header .modal-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
}

.jt-modal .modal-header .glyphicon-remove {
  font-size: 20px;
  margin-top: 3px;
  cursor: pointer;
}

.jt-modal .modal-body {
  position: relative;
  min-height: 180px;
}

.jt-modal .modal-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.jt-modal .closeBtn {
  font-size: 33px;
  font-weight: 300;
  right: 14px;
  position: absolute;
  top: 13px;
  cursor: pointer;
  color: #fff;
}

.jt-modal .closeBtn-light {
  color: rgba(255, 255, 255, 0.75);
}

.jt-modal .alert {
  padding: 5px 10px !important;
}

.jt-modal .alert .close {
  position: absolute;
  right: 25px;
  font-size: 20px;
  top: 18px;
  cursor: pointer;
}

.jt-modal .nav-pills {
  padding-left: 20px;
  height: 61px;
  font-size: 16px;
  background: #fbfbfc;
  border-top: 2px solid #dfe4ee;
  border-bottom: 2px solid #dfe4ee;
}

.jt-modal .nav-pills li {
  height: 100%;
  margin-right: 25px;
}

.jt-modal .nav-pills li.active {
  border-bottom: solid #4296ae 3px;
  font-weight: 500;
}

.jt-modal .nav-pills li.active a {
  color: #354052;
  background: none;
}

.jt-modal .nav-pills li a {
  color: #7f8fa4;
  height: 100%;
  padding-top: 22px;
  padding: 22px 0px 22px 0px;
  border-radius: 0px;
  font-weight: normal;
}

.jt-modal .nav-pills li a:hover {
  background: none;
}

.jt-modal .nav-pills li a:focus {
  background: none;
}

.jt-modal #details .btn-default {
  line-height: 1.43;
  background: #eee;
}

.jt-modal #details label {
  height: 13px;
  width: 150px;
  color: #9b9b9b;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.jt-modal #details input {
  font-size: 16px;
}

.jt-modal .pictureList {
  overflow: hidden;
}

.jt-modal .pictureList .ui-state-highlight {
  border: 5px solid white;
}

.jt-modal .pictureList li {
  float: left;
  width: calc(33% - 9px);
  padding-bottom: 22%;
  background-position: center;
  margin: 5px;
  cursor: -webkit-grab;
  background-size: cover;
  border: 5px solid white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.jt-modal .pictureList li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.jt-modal .pictureList li .weightNum {
  position: absolute;
  font-size: 16px;
  color: white;
  margin: 4px;
  font-weight: bold;
}

.jt-modal .pictureList li .weightNumWrapper {
  height: 0px;
  width: 0px;
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid #4296ae;
  transform: rotate(180deg);
  opacity: 0.7;
  position: absolute;
  margin: -2px;
}

.jt-modal .pictureList li:active {
  cursor: -webkit-grabbing;
}

.jt-modal--invite-success .modal-body {
  padding: 28px 20px;
}

.jt-modal--invite-success .modal-footer {
  border-top: 0;
  text-align: center;
}

.jt-modal--invite-success .modal-invite-success-title {
  max-width: 80%;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #353a4d;
}

.jt-modal--invite-success .modal-invite-success-text {
  max-width: 80%;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #353a4d;
}

.jt-modal .modal-user-info {
  background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.jt-modal .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}

.jt-modal .loader-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.55);
}

.pair-modal .modal-body {
  min-height: 150px;
}

.pair-modal_loading {
  display: block;
  top: 28px;
}

.page-integrations .modal-dialog.modal-md {
  width: 475px;
}

.user {
  font-family: Roboto, sans-serif;
  color: #F3F4F6;
  padding: 28px 0;
}

.user__picture {
  display: block;
  height: 124px;
  width: 124px;
  margin: 0 auto 18px;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  object-fit: cover;
}

.user__name {
  font-size: 29px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  margin-bottom: 4px;
}

.user__agency {
  color: #F3F4F6;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.user__address {
  color: #F3F4F6;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
}

.network-header {
  display: flex;
  background: rgba(86, 0, 178, 0.1);
  padding: 1rem;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.network-header__back-button {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  background: 0;
  border: 0;
  color: var(--bs-primary);
  padding: 0;
  font-size: 16px;
  padding: 0 15px 0 0;
}

.network-header__back-button:hover,
.network-header__back-button:active,
.network-header__back-button:focus {
  color: #585858;
}

.network-header__description {
  flex: unset;
  padding-right: 30px;
}

.network-header__description p {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
}

.network-header__description p:first-child {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.network-header__search {
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .network-header {
    /* flex-direction: column; */
    background: linear-gradient(0deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
    padding: 14px 20px;
  }

  .network-header__description {
    display: none;
  }

  .network-header__search {
    padding-left: 0;
  }

  .network-header__back-button {
    color: #fff;
  }

  .network-header__back-button:hover,
  .network-header__back-button:active,
  .network-header__back-button:focus {
    color: #fff;
  }
}

.network-search {
  position: relative;
  display: flex;
}

.network-search__input {
  flex: 1;
  position: relative;
  height: 46px;
}

.network-search__input input {
  width: 100%;
  height: 46px;
  border: 1px solid #dfe3e9;
  border-right: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  line-height: 23px;
  padding: 0 15px 0 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.network-search__button {
  display: flex;
  flex: 0 0 auto;
  width: 50px;
  height: 44px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.network-search__button:hover {
  transform: scale(1) !important;
}

.network-search__button:hover .gylphicon {
  transform: scale(1.2);
}

.network-search__loader {
  position: absolute;
  right: 95px;
  width: 18px !important;
  height: 18px !important;
  border-width: 3px !important;
  top: 50%;
  margin-top: -9px;
}

@media (max-width: 767px) {
  .network-search__input {
    height: 39px;
  }

  .network-search__input:before {
    font-family: "Glyphicons Halflings";
    display: inline-block;
    content: "\E003";
    color: #58bec8;
    width: 14px;
    margin-right: 6px;
    font-size: 12px;
  }

  .network-search__input input {
    height: 39px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 18px;
    line-height: 21px;
    padding-left: 38px;
  }

  .network-search__input:before {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 18px;
    margin-top: -9px;
    margin-right: 0;
    z-index: 1;
  }

  .network-search__button {
    display: none;
  }

  .network-search__loader {
    right: 10px;
  }
}

.network-section__title {
  color: #354052;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin: 13px 0;
}

.network-section__title--search {
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-dark);
  font-weight: 600;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .network-section__title--search {
    font-size: 14px;
    line-height: 16px;
  }
}

.network-table__row {
  display: flex;
  min-height: 40px;
  border-radius: 4px;
  border: 1px solid #e6eaee;
  border-left: none;
  border-right: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 2px;
  flex-flow: row wrap;
  align-items: center;
}

.network-table__row--incoming {
  border-left-color: #f58323;
}

.network-table__row--outcoming {
  border: none;
  border-bottom: 1px solid var(--bs-border-color);
}

.network-table__column {
  flex: 1;
}

.network-table__picture {
  flex: 0 0 auto;
  margin-right: 24px;
  position: relative;
}

.network-table__picture img {
  height: 38px;
  width: 38px;
  border: 1px solid rgba(86, 0, 178, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  object-fit: cover;
  max-width: 38px;
  max-height: 38px;
  font-size: 10px;
}

.network-table__picture .num_listings_badge {
  position: absolute;
  right: -7px;
  top: -3px;
  font-size: 13px;
  border-radius: 50%;
  background: #66bb6a;
  padding: 2px;
  color: white;
  z-index: 1;
  border: 2px white solid;
  width: 23px;
  line-height: 15px;
  text-align: center;
}

.network-table__picture--agency img {
  width: 100px;
  height: auto;
  border-radius: 0;
}

.network-table__user-info .network-table__user-info-title {
  font-size: 14px;
  line-height: 19px;
}

.pair-modal .network-table__user-info .network-table__user-info-title {
  color: #595959;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.network-table__user-info .network-table__user-info-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #8291a6;
}

.pair-modal .network-table__user-info .network-table__user-info-subtitle {
  color: #abc0d3;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.network-table__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.network-table__action--icon {
  color: var(--text-dark-50);
  border: 0;
  padding: 0.25rem;
  outline: 0;
  background: none;
  display: inline-block;
  transition: 0.3s all;
}

.network-table__action--icon:hover {
  background-color: rgba(86, 0, 178, 0.1);
  border-radius: 4px;
  transform: scale(1.2);
}

.network-table__action--icon .icon-reload {
  color: var(--text-dark-50);
}

.network-table__action--icon .icon-delete {
  color: var(--bs-danger);
}

.network-table__action--icon .icon-edit {
  color: var(--bs-success);
}

.network-table__action--invitation-tag {
  display: inline-flex;
  align-items: center;
  height: auto;
  min-height: 29px;
  line-height: 16px;
  border-radius: 3px;
  background-color: transparent;
  padding: 0 10px;
  color: var(--bs-light-blue);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: relative;
  text-transform: none;
  border: 1px solid var(--bs-light-blue);
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.network-table__action--invitation-tag:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--bs-light-blue);
  transition: left 0.3s ease;
  z-index: -1;
}

.network-table__action--invitation-tag:hover {
  color: #ffffff;
}

.network-table__action--invitation-tag:hover::before {
  left: 0;
}

.network-table__action + .network-table__action {
  margin-left: 0px;
}

.network-table__action .gylphicon {
  color: #a2dbe2;
  margin-right: 5px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .network-table__user-info {
    flex: 2;
  }

  .network-table__picture {
    position: relative;
    margin-right: 12px;
  }

  .network-table__picture img {
    width: 39px;
    height: 39px;
  }

  .network-table__picture .num_listings_badge {
    font-size: 11px;
    width: 20px;
    line-height: 11px;
  }

  .network-table__picture--agency img {
    width: 70px;
    height: auto;
  }

  .network-table__actions {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 12px;
  }

  .network-table__action--invitation-tag {
    line-height: 13px;
    padding: 3px 10px;
    text-align: left;
    font-size: 13px;
  }

  .network-table__action + .network-table__action {
    margin: 15px 0 0;
  }
}

.network-table__pair-modal {
  cursor: pointer;
}

.listing_list .network-table__picture img {
  height: 60px;
  width: 60px;
}

.autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  background-color: #EFF3F6;
  background-clip: padding-box;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.33);
}

.autocomplete__row {
  display: flex;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #E6EAEE;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFF;
  padding: 5px;
  margin-bottom: 2px;
  flex-flow: row wrap;
  align-items: center;
  color: #354052;
  cursor: pointer;
}

.autocomplete__row + .autocomplete__row {
  margin-top: 2px;
}

.autocomplete__picture {
  flex: 0 0 auto;
  margin-right: 11px;
}

.autocomplete__picture img {
  height: 46px;
  width: 46px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.autocomplete__picture--agency img {
  width: 80px;
  height: auto;
  border-radius: 0;
}

.autocomplete__info {
  flex: 1;
}

.autocomplete__info-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.autocomplete__info-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #8291A6;
}

@media (max-width: 767px) {
  .autocomplete {
    width: auto !important;
    right: 0 !important;
    top: 53px !important;
    left: 0 !important;
    margin: 0 -20px;
  }

  .autocomplete--extended {
    margin: 0 -20px 0 -51px;
  }
}

.results-tabs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background: #fff;
  height: 66px;
  padding: 0 20px;
}

.results-tabs__tab {
  display: flex;
  flex: 0 0 auto;
  color: #7F8FA4;
  font-family: Roboto;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  padding: 5px;
  align-items: center;
}

.results-tabs__tab + .results-tabs__tab {
  margin-left: 40px;
}

.results-tabs__tab--active {
  color: #354052;
  border-bottom: 3px solid #1398B1;
  font-weight: 600;
}

@media (max-width: 767px) {
  .results-tabs {
    justify-content: space-between;
    height: 46px;
  }

  .results-tabs__tab {
    font-size: 14px;
    line-height: 16px;
  }

  .results-tabs__tab + .results-tabs__tab {
    margin-left: 10px;
  }
}

.benefits {
  display: flex;
  flex-direction: column;
}

.benefits__benefit {
  position: relative;
  color: #DFE4EE;
  padding-left: 38px;
}

.benefits__benefit:before {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/themes/bankingbridge_ui/images/check-mark.png) 0 0 no-repeat;
  top: -5px;
  left: 0;
}

.benefits__benefit + .benefits__benefit {
  margin-top: 40px;
}

.benefits__benefit-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.benefits__benefit-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  margin-top: 10px;
}

.data-form {
  margin: 50px 0;
}

.data-form__col {
  display: flex;
  flex-direction: row;
}

.data-form__col > .data-form__input-group {
  flex: 1;
}

.data-form__col > .data-form__input-group + .data-form__input-group {
  margin-top: 0;
}

.data-form__col + .data-form__input-group,
.data-form__col + .data-form__col {
  margin-top: 15px;
}

.data-form__input-group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.data-form__input-group + .data-form__input-group,
.data-form__input-group + .data-form__col {
  margin-top: 15px;
}

.data-form__label {
  color: #9B9B9B;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
}

.data-form__input {
  display: flex;
  align-items: center;
  height: 39px;
  border: 0;
  border-bottom: 2px solid #DFE3E9;
  color: #353A4D;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 0;
}

.data-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.data-form__footer a {
  color: #1398B1;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: right;
}

.data-form__button .glyphicon,
.data-form__button .widget__icon--button {
  color: #A2DBE2;
  margin-right: 5px;
  font-size: 12px;
}

.map-listing {
  display: flex;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  min-width: 370px;
  width: 370px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.7);
}

.map-listing__right-column {
  flex: 1 1 auto;
}

.map-listing__left-column {
  flex: 0 0 120px;
  margin-right: 10px;
}

.map-listing__picture {
  max-width: 150px;
  width: 150px;
  height: auto;
}

.map-listing__picture img {
  display: block;
  width: 150px;
  height: auto;
}

.map-listing__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.map-listing__location {
  display: block;
  margin: 0;
}

.map-listing__price {
  display: block;
  margin: 3px 0;
  font-weight: 500;
  font-size: 22px;
  font-size: 28px;
  color: #5DBEC7;
}

.map-listing__lifetime {
  display: block;
}

.map-listing__relations {
  display: block;
  list-style-type: none;
}

.map-listing__relations li {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.search-map {
  position: relative;
}

.search-map__indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1000001;
  background: #353A4E;
  font-size: 14px;
  color: white;
  padding: 15px 20px;
}

.search-map__indicator--loading:after {
  content: '';
  width: 14px;
  height: 14px;
  border-width: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.launchpad {
  height: calc(100dvh - 190px);
  overflow-y: auto;
  padding-top: 0.5rem;
}

.launchpad__title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--bs-dark);
}

.launchpad__subtitle {
  font-size: 20px;
  line-height: 32px;
  color: #595959;
}

.launchpad__description {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin: 10px 0;
}

.launchpad__description--bold {
  font-weight: 600;
}

.launchpad__separator {
  display: block;
  border: 0;
  background: #bebebf;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}

.launchpad__two-col {
  display: flex;
}

.launchpad__section {
  flex: 1;
  width: calc(100% - 300px);
}

.launchpad__sidebar {
  flex: 0 0 240px;
  margin: 60px 0 0 60px;
}

.launchpad__sidebar-title {
  color: #9fa9ba;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.launchpad__status-list-item {
  margin: 5px 0;
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}

.launchpad__status-list-item:before {
  display: inline-block;
  content: "";
  border-radius: 6px;
  border-right-color: rgba(255, 75, 100, 0);
  border-top-color: #ff4b64;
  border-bottom-color: rgba(255, 75, 100, 0.5);
  border-left-color: #ff4b64;
  border-width: 6px;
  border-style: solid;
  height: 0px;
  width: 0px;
  transform: rotate(-45deg);
  margin-right: 5px;
}

.launchpad__status-list-item--green:before {
  border-right-color: rgba(51, 173, 0, 0);
  border-top-color: #33ad00;
  border-bottom-color: rgba(51, 173, 0, 0.5);
  border-left-color: #33ad00;
}

.launchpad__status-list-item--blue:before {
  border-right-color: rgba(0, 170, 255, 0);
  border-top-color: #00aaff;
  border-bottom-color: rgba(0, 170, 255, 0.5);
  border-left-color: #00aaff;
}

.launchpad__status-list-item--purple:before {
  border-right-color: rgba(191, 143, 225, 0);
  border-top-color: #bf8fe1;
  border-bottom-color: rgba(191, 143, 225, 0.5);
  border-left-color: #bf8fe1;
}

.launchpad__status-list-item--turquoise:before {
  border-right-color: rgba(152, 212, 224, 0);
  border-top-color: #98d4e0;
  border-bottom-color: rgba(152, 212, 224, 0.5);
  border-left-color: #98d4e0;
}

.launchpad__section-title {
  font-size: 19px;
  line-height: 23px;
  margin: 18px 0;
  font-weight: 400;
  color: #595959;
}

.launchpad__tasks {
  display: flex;
}

.launchpad__tasks .slick-slide {
  outline: 0;
  margin: 5px 10px;
}

.launchpad__tasks .slick-dots li button:before,
.launchpad__tasks .slick-dots li.slick-active button:before {
  color: var(--bs-primary);
  font-size: 38px;
}

.launchpad__task {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 22px 25px;
}

.launchpad__task + .launchpad__task {
  margin-left: 26px;
}

.launchpad__task-icon {
  width: 49px;
  height: 49px;
  margin: 0 auto;
}

.launchpad__task-title {
  font-size: 16px;
  line-height: 24px;
  color: #354052;
  font-weight: 600;
  margin: 10px 0;
}

.launchpad__task-description {
  font-size: 16px;
  line-height: 20px;
  color: #354052;
  font-weight: 500;
  text-align: center;
}

.launchpad__task-button {
  margin-top: 26px;
}

.launchpad__box {
  position: relative;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px 25px;
  margin: 10px 0;
}

.launchpad__box-edit,
.launchpad__box-save,
.launchpad__box-cancel {
  position: absolute;
  top: -20px;
  right: -20px;
  color: var(--bs-primary);
  font-size: 12px;
  cursor: pointer;
}

.launchpad__box-edit .glyphicon,
.launchpad__box-edit .widget__icon--button,
.launchpad__box-save .glyphicon,
.launchpad__box-save .widget__icon--button,
.launchpad__box-cancel .glyphicon,
.launchpad__box-cancel .widget__icon--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7eaee;
  border-radius: 50%;
  background: #f4f7f9;
  vertical-align: text-bottom;
}

.launchpad__box-save {
  top: 24px;
}

.launchpad__box-edit {
  top: 70px;
}

.launchpad__box-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}

.launchpad__loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
}

.launchpad__form {
  display: flex;
  flex-direction: column;
  width: 95%;
}

.launchpad__form-row {
  flex: 1;
  display: flex;
  border-bottom: 1px solid #e6eaee;
  padding: 20px 0;
  align-items: center;
}

.launchpad__form-label {
  flex: 0 0 120px;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}

.launchpad__form-input {
  flex: 2;
  border: 0;
  font-size: 14px;
  color: #354052;
  font-weight: 400;
  height: 24px;
  padding: 0;
}

.launchpad__form-input:focus {
  border: 0;
  outline: 0;
}

.launchpad__form-avatar {
  flex: 2;
  display: flex;
}

.launchpad__form-avatar img {
  display: block;
  width: 70px;
  height: 70px;
  border: 0;
  border: 1px solid #e6eaee;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

.launchpad__form-agency-logo {
  flex: 2;
  display: flex;
}

.launchpad__form-agency-logo img {
  display: block;
  width: 70px;
  height: 70px;
  border: 0;
  border: 1px solid #e6eaee;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

.launchpad__form-avatar-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: 1px solid #e6eaee;
  background-color: #fafbfc;
  padding: 5px 10px;
  z-index: 1;
  margin-left: -40px;
  width: 75px;
  border-radius: 3px;
}

.launchpad__form-avatar-control {
  flex: 1;
  display: flex;
  align-items: center;
  color: #c8d2df;
  cursor: pointer;
}

.launchpad__form-avatar-control + .launchpad__form-avatar-control {
  border-top: 1px solid #e6eaee;
}

.launchpad__form-text {
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #354052;
}

.launchpad__form-switch {
  flex: 0 0 48px;
  position: relative;
  height: 24px;
  width: 48px;
  border-radius: 83px;
  background-color: #dfe1e5;
  transition: background 0.15s ease-in-out;
  cursor: pointer;
}

.launchpad__form-switch-handle {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  border-radius: 83px;
  background-color: #ffffff;
  transition: left 0.15s ease-in-out;
}

.launchpad__form-switch--active {
  background-color: var(--bs-primary);
}

.launchpad__form-switch--active .launchpad__form-switch-handle {
  left: 26px;
}

@media (max-width: 767px) {
  .launchpad__two-col {
    flex-direction: column;
  }

  .launchpad__sidebar {
    flex: 1;
    order: -1;
    margin: 20px 0 0;
    padding: 0 10px;
  }

  .launchpad__form-label {
    flex: 0 0 80px;
  }

  .launchpad__box-edit,
  .launchpad__box-save,
  .launchpad__box-cancel {
    right: -10px;
  }
}

.flyer-template-picker__template-list {
  display: flex;
  align-items: center;
}

.flyer-template-picker__template {
  position: relative;
  margin: 5px;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 3px #dadada;
  cursor: pointer;
}

.flyer-template-picker__template .glyphicon,
.flyer-template-picker__template .widget__icon--button {
  display: none;
  position: absolute;
  font-size: 48px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -24px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.flyer-template-picker__template--active {
  box-shadow: 0 0 0px 3px rgba(88, 190, 200, 0.8);
}

.flyer-template-picker__template--active .glyphicon,
.flyer-template-picker__template--active .widget__icon--button {
  display: block;
}

.flyer-template-picker__template-thumbnail {
  display: block;
  width: 100px;
  height: auto;
}

.flyer-template-picker__swatch-list {
  display: flex;
  flex-wrap: wrap;
}

.flyer-template-picker__swatch {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 5px;
  border: 1px solid #fff;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.flyer-template-picker__swatch:before,
.flyer-template-picker__swatch:after {
  flex: 1;
  content: '';
}

.flyer-template-picker__swatch .glyphicon,
.flyer-template-picker__swatch .widget__icon--button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.flyer-template-picker__swatch--active {
  box-shadow: 0 0 0px 2px rgba(88, 190, 200, 0.8);
}

.flyer-template-picker__swatch--active .glyphicon,
.flyer-template-picker__swatch--active .widget__icon--button {
  display: block;
}

.flyer-template-picker__swatch--tpl4-1:before {
  background: #0c4d87;
}

.flyer-template-picker__swatch--tpl4-1:after {
  background: #b2b4b8;
}

.flyer-template-picker__swatch--tpl4-2:before {
  background: #ee3028;
}

.flyer-template-picker__swatch--tpl4-2:after {
  background: #1d4578;
}

.flyer-template-picker__swatch--tpl4-3:before {
  background: #a7c262;
}

.flyer-template-picker__swatch--tpl4-3:after {
  background: #b2b4b8;
}

.flyer-template-picker__swatch--tpl4-4:before {
  background: #f3cc77;
}

.flyer-template-picker__swatch--tpl4-4:after {
  background: #0f4878;
}

.flyer-template-picker__swatch--tpl4-5:before {
  background: #18502b;
}

.flyer-template-picker__swatch--tpl4-5:after {
  background: #e4d09e;
}

.flyer-template-picker__swatch--tpl4-6:before {
  background: #db2127;
}

.flyer-template-picker__swatch--tpl4-6:after {
  background: #bedd9c;
}

.flyer-template-picker__swatch--tpl4-7:before {
  background: #1699ce;
}

.flyer-template-picker__swatch--tpl4-7:after {
  background: #71bc45;
}

.flyer-template-picker__swatch--tpl4-8:before {
  background: #52194b;
}

.flyer-template-picker__swatch--tpl4-8:after {
  background: #b2b4b8;
}

.flyer-template-picker__swatch--tpl4-9:before {
  background: #e07e27;
}

.flyer-template-picker__swatch--tpl4-9:after {
  background: #ea9b35;
}

.flyer-template-picker__swatch--tpl4-10:before {
  background: #761f22;
}

.flyer-template-picker__swatch--tpl4-10:after {
  background: #ffffff;
}

.flyer-template-picker__swatch--tpl4-11:before {
  background: #74bb44;
}

.flyer-template-picker__swatch--tpl4-11:after {
  background: #446077;
}

.flyer-template-picker__swatch--tpl4-12:before {
  background: #798739;
}

.flyer-template-picker__swatch--tpl4-12:after {
  background: #ffffff;
}

.flyer-template-picker__swatch--tpl4-13:before {
  background: #713237;
}

.flyer-template-picker__swatch--tpl4-13:after {
  background: #f4c34c;
}

.flyer-template-picker__swatch--tpl4-14:before {
  background: #a9a99d;
}

.flyer-template-picker__swatch--tpl4-14:after {
  background: #61605a;
}

.flyer-template-picker__swatch--tpl4-15:before {
  background: #215833;
}

.flyer-template-picker__swatch--tpl4-15:after {
  background: #0c3317;
}

.flyer-template-picker__swatch--tpl3-1:before {
  background: #3686b6;
}

.flyer-template-picker__swatch--tpl3-1:after {
  background: #d17f2b;
}

.flyer-template-picker__swatch--tpl3-2:before {
  background: #ffffff;
}

.flyer-template-picker__swatch--tpl3-2:after {
  background: #df7e26;
}

.flyer-template-picker__swatch--tpl3-3:before {
  background: #d8d8d7;
}

.flyer-template-picker__swatch--tpl3-3:after {
  background: #083e5f;
}

.flyer-template-picker__swatch--tpl3-4:before {
  background: #d2d2d2;
}

.flyer-template-picker__swatch--tpl3-4:after {
  background: #b42c33;
}

.flyer-template-picker__swatch--tpl3-5:before {
  background: #faad19;
}

.flyer-template-picker__swatch--tpl3-5:after {
  background: #f3b01c;
}

.flyer-template-picker__swatch--tpl7-1:before {
  background: #533b34;
}

.flyer-template-picker__swatch--tpl7-1:after {
  background: #533b34;
}

.flyer-template-picker__swatch--tpl7-2:before {
  background: #531313;
}

.flyer-template-picker__swatch--tpl7-2:after {
  background: #531313;
}

.flyer-template-picker__swatch--tpl7-3:before {
  background: #26676f;
}

.flyer-template-picker__swatch--tpl7-3:after {
  background: #26676f;
}

.flyer-template-picker__swatch--tpl7-4:before {
  background: #2b2c43;
}

.flyer-template-picker__swatch--tpl7-4:after {
  background: #2b2c43;
}

.flyer-template-picker__swatch--tpl7-5:before {
  background: #421f40;
}

.flyer-template-picker__swatch--tpl7-5:after {
  background: #421f40;
}

.flyer-template-picker__swatch--tpl7-6:before {
  background: #13142f;
}

.flyer-template-picker__swatch--tpl7-6:after {
  background: #13142f;
}

.bb-error--msg {
  color: #dc3545;
  text-transform: none;
  display: inline-block;
  padding-left: 10px;
  font-style: italic;
}

.bb-loading__parent {
  position: relative;
}

.bb-loading__loader {
  opacity: 0;
  border-width: 0.05em;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 26px;
  z-index: 2;
  margin-top: 0;
  border-top: 0.05em solid rgba(163, 175, 183, 0.5);
  border-right: 0.05em solid rgba(163, 175, 183, 0.5);
  border-bottom: 0.05em solid rgba(163, 175, 183, 0.5);
  border-left: 0.05em solid #a3afb7;
  border-radius: 50%;
  animation: loader-circle 1.1s infinite linear;
  transition: opacity 0.5s;
}

.bb-loading__loader__on {
  opacity: 1;
}

.accent-color-field .bb-loading__loader {
  right: 65px;
}

.pac-container {
  z-index: 1051;
}

.ac-sidebar-menu .menu {
  padding: 0;
  height: calc(100vh - 96px);
  overflow: auto;
  margin-bottom: 0;
}

.ac-sidebar-menu .menu .menu__item {
  padding: 0.5rem 1rem;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.5;
}

.ac-sidebar-menu .menu .menu__item a {
  color: var(--text-dark-50);
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.ac-sidebar-menu .menu .menu__item a::before {
  font-size: 16px;
  font-family: 'IcoMoon';
  margin-right: 8px;
}

.ac-sidebar-menu .menu .menu__item:hover,
.ac-sidebar-menu .menu .menu__item.active-trail {
  background-color: rgba(86, 0, 178, 0.1);
  border-radius: 6px;
}

.ac-sidebar-menu .menu .menu__item:hover a,
.ac-sidebar-menu .menu .menu__item.active-trail a {
  color: var(--bs-primary);
}

.ac-sidebar-menu .menu .menu__item a[href="/my-flyers"]::before {
  content: "\E90E";
}

.ac-sidebar-menu .menu .menu__item a[href="/search-listings"]::before {
  content: "\E916";
}

.ac-sidebar-menu .menu .menu__item a[href="/my-shared-listings/grid"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/listing_flyer/my-listing-flyers/grid"]::before {
  content: "\E913";
}

.ac-sidebar-menu .menu .menu__item a[href="/my-archive"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/listing_flyer/my-archive"]::before {
  content: "\E912";
}

.ac-sidebar-menu .menu .menu__item a[href="/my-rates"]::before {
  content: "\E911";
}

.ac-sidebar-menu .menu .menu__item a[href="/my-profile-edit"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/listing_flyer/my-profile"]::before {
  content: "\E90F";
}

.ac-sidebar-menu .menu .menu__item a[href="/my-programs"]::before {
  content: "\E914";
}

.ac-sidebar-menu .menu .menu__item a[href="/my-network"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/my-bb-network"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/listing_flyer/manage-loan-programs"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/listing_flyer/manage-realtor-agencies"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/listing_flyer/admin-manage-listing-flyers"]::before,
.ac-sidebar-menu .menu .menu__item a[href="/branch-integrations"]::before {
  content: "\E910";
}

.ac-sidebar-menu .menu .menu__item a[href="/masquerade/unswitch?token=fZWfZN8egZnyggNgb2YKr_Dn56Ph3RW4THW1XWoV00Q"]::before {
  content: "\E91D";
}

.ac-sidebar-menu .menu .menu__item a[href="/impersonate"]::before {
  content: "\E91E";
}

.ac-sidebar-menu .menu .menu__item a[href="/org-manager"]::before {
  content: "\E922";
}

.ac-top-menu {
  height: 52px;
}

.ac-top-menu a {
  color: var(--text-dark-50) !important;
  font-weight: 500;
}

.ac-top-menu a:hover {
  background-color: transparent;
  color: var(--bs-primary) !important;
}

.ac-top-menu .ac-menu-right .dropdown button {
  padding: 2px;
  border: none;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.ac-top-menu .ac-menu-right .dropdown button:hover {
  transform: scale(1.1);
  background-color: transparent;
}

.ac-top-menu .ac-menu-right .ac-nav-profile a {
  gap: 0.25rem;
  font-size: 16px;
}

.ac-top-menu .ac-menu-right .ac-nav-profile a .icon-dropdown {
  font-size: 14px;
}

.ac-top-menu .ac-menu-right .open .dropdown-menu {
  min-width: 220px;
  padding: 1rem 0 rem;
}

.ac-top-menu .ac-menu-right .open .dropdown-menu li a {
  padding: 0.5rem 1rem;
  margin-bottom: 2px;
  font-size: 16px;
}

.ac-top-menu .ac-menu-right .open .dropdown-menu li a:hover {
  background-color: rgba(86, 0, 178, 0.1);
  border-radius: 0;
}

.ac-top-menu .nav > li {
  display: inline-block;
}

.listings-views {
  padding: 1rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.listings-views .grid-view {
  height: calc(100vh - 308px);
  overflow-y: auto;
  justify-content: flex-start;
}

.listings-views .grid-view .bb_listing_element {
  flex: 1 1 0;
  flex-basis: calc(25% - 0.5rem);
  margin: 0;
  margin-bottom: 2px;
  max-width: calc(25% - 0.5rem);
}

.listings-views .grid-view .bb_listing_element .listing {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  margin-top: 2px;
  margin-left: 2px;
  /*.carousel-container{
                    .carousel{
                        border: 1px solid var(--bs-border-color);
                        border-radius: 2px;

                        .carousel-nav{
                            .carousel-cell{
                                border:1px solid var(--bs-border-color);
                                border-radius: 2px;
                            }
                        }
                    }
                }*/
}

.listings-views .grid-view .bb_listing_element .listing .status span {
  background-color: var(--bs-success);
  border-radius: 4px;
  color: white;
}

.listings-views .grid-view .bb_listing_element .listing .bb-listings-extra-tools {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.ac-realtor-profile-blk {
  padding: 0.5rem;
  max-height: calc(100dvh - 185px);
  overflow-y: auto;
}

.ac-realtor-profile-blk .content_body {
  padding: 0;
}

.ac-realtor-profile-blk .form-type-item {
  margin-bottom: 1rem;
}

.ac-realtor-profile-blk .form-type-item label {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-dark);
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.ac-realtor-profile-blk .form-type-item label:last-child {
  margin-bottom: 0;
  border: none;
}

.ac-realtor-profile-blk .static-page .content_body .btn-edit,
.ac-realtor-profile-blk .page-realtor-signup .content_body .btn-edit,
.ac-realtor-profile-blk
  .page-contact .content_body .btn-edit,
.ac-realtor-profile-blk .page-about .content_body .btn-edit,
.ac-realtor-profile-blk .page-terms-conditions .content_body .btn-edit,
.ac-realtor-profile-blk .page-privacy-policy .content_body .btn-edit,
.ac-realtor-profile-blk .page-request-demo .content_body .btn-edit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.75rem;
  transition: all 0.3s ease-in-out;
}

.ac-realtor-profile-blk .static-page .content_body .btn-edit:hover,
.ac-realtor-profile-blk .page-realtor-signup .content_body .btn-edit:hover,
.ac-realtor-profile-blk
    .page-contact .content_body .btn-edit:hover,
.ac-realtor-profile-blk .page-about .content_body .btn-edit:hover,
.ac-realtor-profile-blk .page-terms-conditions .content_body .btn-edit:hover,
.ac-realtor-profile-blk .page-privacy-policy .content_body .btn-edit:hover,
.ac-realtor-profile-blk .page-request-demo .content_body .btn-edit:hover {
  background-color: var(--bs-primary);
  transform: scale(1.05);
}

.ac-realtor-profile-blk .static-page .content_body .field-items,
.ac-realtor-profile-blk .page-realtor-signup .content_body .field-items,
.ac-realtor-profile-blk
  .page-contact .content_body .field-items,
.ac-realtor-profile-blk .page-about .content_body .field-items,
.ac-realtor-profile-blk .page-terms-conditions .content_body .field-items,
.ac-realtor-profile-blk .page-privacy-policy .content_body .field-items,
.ac-realtor-profile-blk .page-request-demo .content_body .field-items {
  margin: 0.5rem 0;
}

.ac-realtor-profile-blk .static-page .content_body .field-items .field .field-label,
.ac-realtor-profile-blk .page-realtor-signup .content_body .field-items .field .field-label,
.ac-realtor-profile-blk
    .page-contact .content_body .field-items .field .field-label,
.ac-realtor-profile-blk .page-about .content_body .field-items .field .field-label,
.ac-realtor-profile-blk .page-terms-conditions .content_body .field-items .field .field-label,
.ac-realtor-profile-blk .page-privacy-policy .content_body .field-items .field .field-label,
.ac-realtor-profile-blk .page-request-demo .content_body .field-items .field .field-label {
  color: var(--bs-dark);
}

form.user-profile-form {
  padding: 1.5rem;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: calc(100vh - 160px);
  overflow-y: auto;
}

form.user-profile-form .form-wrapper legend {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-dark);
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-text {
  margin-bottom: 1.5rem;
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-text .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--bs-dark);
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-text .form-item label {
  font-size: 14px;
  font-weight: 500;
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-text .form-item input {
  width: max-content;
  padding: 0.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  margin-bottom: 0.25rem;
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-text .form-item .description {
  font-size: 12px;
  color: var(--text-dark-50);
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-image {
  margin-bottom: 1.5rem;
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-image label {
  font-weight: bold;
  color: black;
  font-size: 16px;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-image .image-widget .image-widget-data input {
  margin-bottom: 1rem;
}

form.user-profile-form .form-wrapper .fieldset-wrapper .field-type-image .description {
  font-size: 12px;
  color: var(--text-dark-50);
  line-height: 1.5;
}

form.user-profile-form .field-type-list-boolean {
  margin-bottom: 1.5rem;
}

form.user-profile-form .field-type-list-boolean label.option {
  display: inline-block;
}

form.user-profile-form .field-type-list-boolean .description {
  font-size: 12px;
  color: var(--text-dark-50);
  line-height: 1.5;
}

form.user-profile-form .form-actions input {
  transition: all 0.3s ease;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}

form.user-profile-form .form-actions input:hover {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  transform: scale(1.05);
}

form.user-profile-form .form-actions a {
  border: 1px solid var(--bs-primary) !important;
  color: var(--bs-primary) !important;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

form.user-profile-form .form-actions a:hover {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

.my-lending-network {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.my-lending-network .pairs {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-right: 10px;
}

.my-lending-network .pairs h3 {
  margin-top: 0;
  font-weight: 600;
}

.ac-default-avatar {
  padding: 6px;
  border-radius: 30px;
  border: 2px solid rgba(86, 0, 178, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3D1FF;
  color: var(--bs-primary);
  margin-right: 5px;
}

@media (min-width: 992px) {
  #ac-sidebar-wrapper.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

@media (max-width: 991px) {
  .col-md-3 {
    width: 25%;
  }

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

  .hidden-md {
    display: none;
  }

  .ac-logo-img-blk a {
    padding: 0 !important;
  }

  .ac-logo-img-blk a img {
    height: auto;
    width: 120px;
    margin-right: 0.5rem;
  }

  .ac-logo-img-blk a:focus {
    background-color: #ffffff !important;
  }

  .ac-top-menu .ac-mobile-icon-show-hide .btn.collapsed .icon-hamburger-menu,
  .ac-top-menu .ac-mobile-icon-show-hide .collapsed.editIco-btn .icon-hamburger-menu,
  .ac-top-menu .ac-mobile-icon-show-hide .views-table_old td.views-field.views-field-edit-node a.collapsed:nth-child(1) .icon-hamburger-menu,
  .views-table_old td.views-field.views-field-edit-node .ac-top-menu .ac-mobile-icon-show-hide a.collapsed:nth-child(1) .icon-hamburger-menu {
    display: block;
  }

  .ac-top-menu .ac-mobile-icon-show-hide .btn.collapsed .icon-close,
  .ac-top-menu .ac-mobile-icon-show-hide .collapsed.editIco-btn .icon-close,
  .ac-top-menu .ac-mobile-icon-show-hide .views-table_old td.views-field.views-field-edit-node a.collapsed:nth-child(1) .icon-close,
  .views-table_old td.views-field.views-field-edit-node .ac-top-menu .ac-mobile-icon-show-hide a.collapsed:nth-child(1) .icon-close {
    display: none;
  }

  .ac-top-menu .ac-mobile-icon-show-hide .btn:not(.collapsed) .icon-hamburger-menu,
  .ac-top-menu .ac-mobile-icon-show-hide .editIco-btn:not(.collapsed) .icon-hamburger-menu,
  .ac-top-menu .ac-mobile-icon-show-hide .views-table_old td.views-field.views-field-edit-node a:not(.collapsed):nth-child(1) .icon-hamburger-menu,
  .views-table_old td.views-field.views-field-edit-node .ac-top-menu .ac-mobile-icon-show-hide a:not(.collapsed):nth-child(1) .icon-hamburger-menu {
    display: none;
  }

  .ac-top-menu .ac-mobile-icon-show-hide .btn:not(.collapsed) .icon-close,
  .ac-top-menu .ac-mobile-icon-show-hide .editIco-btn:not(.collapsed) .icon-close,
  .ac-top-menu .ac-mobile-icon-show-hide .views-table_old td.views-field.views-field-edit-node a:not(.collapsed):nth-child(1) .icon-close,
  .views-table_old td.views-field.views-field-edit-node .ac-top-menu .ac-mobile-icon-show-hide a:not(.collapsed):nth-child(1) .icon-close {
    display: block;
  }

  .ac-top-menu.px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  #ac-sidebar-wrapper {
    position: absolute;
    z-index: 999;
    top: 52px;
  }

  .ac-mobile-icon-show-hide button {
    padding: 4px;
    background-color: rgba(86, 0, 178, 0.1);
    color: var(--bs-primary);
    border: 1px solid rgba(86, 0, 178, 0.25);
  }

  .ac-mobile-icon-show-hide button:focus {
    outline: none;
  }

  .ac-mobile-icon-show-hide button:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
  }

  .ac-rt-btm-container-blk.px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .h3 {
    font-size: 18px !important;
  }

  .tabs-component .nav-tabs .nav-item a {
    min-width: 80px !important;
  }

  .tabs-component .tabs-component-panel {
    padding: 1rem 0.5rem !important;
  }

  .tabs-component .tabs-component-panel header {
    gap: 0;
  }

  .tabs-component .tabs-component-panel form .gap-4 {
    gap: 0.75rem;
  }

  .tabs-component .tabs-component-panel form .filter-state-search,
  .tabs-component .tabs-component-panel form .filter-realtor-mls-id {
    width: 100%;
  }

  .tabs-component .tabs-component-panel form .filter-realtor-mls-id input {
    width: 100%;
  }

  .tabs-component .tabs-component-panel form .filter-realtor-mls-id button {
    width: 38px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 6px;
  }

  .tabs-component .tabs-component-panel .pr-4 {
    padding-right: 0.25rem !important;
  }

  .tabs-component .tabs-component-panel .network-realtor-name {
    width: 145px;
  }

  .tabs-component .tabs-component-panel .network-realtor-name .ac-default-avatar {
    width: 24px;
    height: 24px;
  }

  .tabs-component .tabs-component-panel .network-realtor-name .network-table__user-info-title {
    font-size: 12px;
    width: calc(100% - 40px);
  }

  .tabs-component .tabs-component-panel .network-realtor-name,
  .tabs-component .tabs-component-panel .network-realtor-state,
  .tabs-component .tabs-component-panel .network-realtor-actions-btn {
    font-size: 12px;
  }

  .tabs-component .tabs-component-panel .network-realtor-state {
    width: 40px;
    text-align: center;
  }

  .tabs-component .tabs-component-panel .network-realtor-actions-btn {
    width: 130px;
    padding: 0.25rem;
    flex-direction: row;
    padding: 0.25rem;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }

  .tabs-component .tabs-component-panel .network-realtor-actions-btn .btn-invite-span {
    margin-right: 0;
  }

  .tabs-component .tabs-component-panel .network-realtor-actions-btn .btn-modern {
    padding: 2px 6px;
  }

  .tabs-component .tabs-component-panel .network-realtor-actions-btn .network-table__action--icon {
    margin: 0;
    background-color: rgba(86, 0, 178, 0.1);
    font-size: 16px;
    border: 1px solid rgba(86, 0, 178, 0.1);
    border-radius: 2px;
  }

  .tabs-component .tabs-component-panel .network-table__user-info-subtitle {
    display: none;
  }

  #propmix-alerts-modal .modal-dialog {
    width: 400px !important;
  }

  .network-header__search.network-search .selected-state {
    width: 100% !important;
    margin-right: 0px !important;
  }

  .network-search {
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }

  .network-search__input {
    height: 44px;
  }

  .network-search__input input {
    height: 44px;
    width: -webkit-fill-available;
  }

  .network-search__input:before {
    color: var(--bs-primary);
  }

  .ac-network-search-data .ac-fixed-height-blk {
    padding-right: 0;
  }

  .ac-network-search-data .ac-fixed-height-blk .network-table__row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ac-network-search-data .ac-fixed-height-blk .network-table__user-info-subtitle {
    display: none !important;
  }

  .ac-network-search-data .ac-fixed-height-blk .network-table__actions button {
    margin: 0;
  }

  #extraProfileDetails {
    flex-direction: column;
    height: auto !important;
  }

  #extraProfileDetails .form-group {
    width: 98% !important;
    margin-bottom: 10px !important;
  }

  .my-network-manual-content .col-xs-2 {
    width: 16.66667%;
  }

  .my-network-manual-content .network-table__actions {
    flex-direction: row;
    padding-right: 0;
    justify-content: flex-end;
  }

  .my-network-manual-content .network-table__actions button {
    padding: 0.15rem;
  }

  .my-network-manual-content .ac-realtor-email-block {
    word-break: break-all;
  }

  #my-shared-listings-grid .grid-view .bb_listing_element {
    max-width: unset !important;
  }
}

@media (max-width: 767px) {
  #vue-my-archive-app {
    margin-top: 2.5rem;
  }

  .my-archive-search-wrapper {
    width: 100% !important;
  }

  .my-archive-search-wrapper #myarchive-autocomplete-search {
    width: 100% !important;
  }

  .multiselect-wrapper {
    width: 100% !important;
  }

  .autoComplete--hidden {
    width: 100% !important;
  }

  .autoComplete__list-container--no-fluid {
    min-width: 100% !important;
    top: 44px !important;
  }

  .ac-search-filter-blk .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 14px;
    width: 40px;
    padding: 0.5rem;
  }

  .ac-search-filter-blk .autoComplete__input-container input {
    width: 100% !important;
  }

  .smartlist-toolbar .ac-search-filter-blk .dropdown .dropdown-menu {
    left: unset !important;
    right: 0;
    top: 46px !important;
  }

  .date-created-wrapper {
    width: 100% !important;
  }

  .date-created-wrapper .ac-realtor-search-wrapper-blk {
    flex-direction: column;
  }

  .date-created-wrapper .ac-realtor-search-wrapper-blk .ac-find-realtors-search-box {
    width: 100% !important;
  }

  .date-created-wrapper .ac-realtor-search-wrapper-blk .ac-select-state-wrapper {
    width: 100%;
  }

  .date-created-wrapper .ac-realtor-search-wrapper-blk .ac-select-state-wrapper .drop-down {
    width: 100% !important;
  }

  .date-created-wrapper .ac-realtor-search-wrapper-blk .ac-select-state-wrapper .drop-down #state.form-control {
    width: calc(100% - 30px) !important;
  }

  .date-created-wrapper .form-step .img-uploader .img-uploader__label-wrapper {
    width: 120px !important;
    height: 120px !important;
  }

  .date-created-wrapper .form-step .img-uploader .img-uploader__label-wrapper .img-uploader__label {
    border-radius: 4px !important;
    flex-direction: column;
  }

  .date-created-wrapper .form-step .img-uploader .img-uploader__label-wrapper .img-uploader__label .img-uploader__label-txt {
    position: unset !important;
  }

  .date-created-wrapper .form-step .img-uploader .img-uploader__label-wrapper .img-thumbnail,
  .date-created-wrapper .form-step .img-uploader .img-uploader__label-wrapper .img-preview {
    width: 120px !important;
    height: 120px !important;
    border-radius: 4px;
    border: 1px dashed var(--bs-primary);
  }

  .date-created-wrapper .form-step .img-uploader .text-danger {
    font-size: 11px;
    line-height: 12px;
  }

  .date-created-wrapper .l-container {
    position: relative;
  }

  .date-created-wrapper #my-shared-listings-grid .grid-view .bb_listing_element {
    max-width: unset !important;
    margin: unset !important;
    flex: auto !important;
    flex-basis: unset !important;
  }

  .subscription-plan {
    padding: 0;
  }

  .tabs-component .nav-tabs li {
    height: 40px;
  }
}

/**
 * Agent connect login pages.
 */

.user-simplified-page-body {
  background: rgba(86, 0, 178, 0.1);
  padding: 1em;
}

.user-simplified-page-body h1,
.user-simplified-page-body h2,
.user-simplified-page-body h3,
.user-simplified-page-body h4,
.user-simplified-page-body h5,
.user-simplified-page-body h6 {
  font-weight: bold;
  margin: 10px 0;
}

.user-simplified-page-body .d-flex {
  align-items: center;
  justify-content: center;
  height: 100%;
}

.user-simplified-page-body .user-simplified-page {
  height: auto;
  width: auto;
  display: unset;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  overflow: auto;
  background-color: #ffffff;
  border-radius: 16px;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-wrapper::after {
  left: 100%;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(86, 0, 178, 0.1);
  border-top-color: rgba(86, 0, 178, 0.1);
  border-width: 17px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  margin-top: -16px;
  margin-left: -34px;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-logo {
  text-align: center;
  padding: 1rem 0 2rem;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-logo a {
  display: inline-block;
  max-width: 240px;
  margin: auto;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-logo a img {
  max-width: 100%;
  height: auto;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-title {
  font-size: 1.538rem;
}

.user-simplified-page-body .user-simplified-page .login-ins-block {
  text-align: center;
}

.user-simplified-page-body .user-simplified-page .login-ins-block a {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: var(--text-dark-50);
  font-size: 14px;
  width: 67%;
  display: inline-block;
  text-decoration: none;
  transition: 300ms all;
}

.user-simplified-page-body .user-simplified-page .login-ins-block a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
  border: 1px solid var(--bs-primary);
}

.user-simplified-page-body .user-simplified-page .login__separator {
  position: relative;
  text-align: center;
}

.user-simplified-page-body .user-simplified-page .login__separator::after,
.user-simplified-page-body .user-simplified-page .login__separator::before {
  content: "";
  position: absolute;
  background-color: #e3e3ea;
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
}

.user-simplified-page-body .user-simplified-page .login__separator::after {
  right: 0;
  left: auto;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item {
  padding: 0;
  margin: 1em 0;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item label {
  margin: 0 0 10px;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item .element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item .password-toggle {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 80%;
  color: #5600b2;
}

.user-simplified-page-body .user-simplified-page input {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #d0d0d0;
  max-width: 100%;
  font-weight: 400;
  color: #444b53;
  background: #fff;
  border-radius: 4px;
  transition: border-color 0.25s ease-in-out;
  will-change: border-color;
}

.user-simplified-page-body .user-simplified-page input:focus {
  border-color: rgba(86, 0, 178, 0.3) !important;
}

.user-simplified-page-body .user-simplified-page .form-actions .form-submit {
  background-color: #5600b2;
  border: none;
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
  padding: 0.60rem;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.user-simplified-page-body .user-simplified-page .form-actions .form-cancel {
  background-color: rgba(86, 0, 178, 0.1);
  color: #5600b2;
  border: 1px solid rgba(86, 0, 178, 0.2);
  padding: 0.15rem 1rem;
  border-radius: 40px;
  font-size: 14px;
}

.user-simplified-page-body .user-simplified-page .form-actions .form-cancel:hover {
  background-color: #5600b2;
  color: #ffffff;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li {
  list-style-type: none;
  margin: 0;
  min-width: 166px;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li a {
  font-size: 14px;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  line-height: 1.2;
  display: block;
  text-align: center;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li.first a {
  background-color: #5600b2;
  color: white;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li.last a {
  background-color: rgba(86, 0, 178, 0.1);
  color: #5600b2;
  border: 1px solid rgba(86, 0, 178, 0.2);
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vbo-views-form form {
  height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 0.5rem;
}

.vbo-views-form form .fieldset-wrapper .form-select {
  min-width: 200px;
}

.vbo-views-form form .fieldset-wrapper .form-submit {
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
  transition: 300ms all ease-in-out;
}

.vbo-views-form form .fieldset-wrapper .form-submit:hover {
  transform: scale(1.05);
}

.item-list .pager {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.item-list .pager .pager-current,
.item-list .pager .pager-item,
.item-list .pager .pager-first,
.item-list .pager .pager-previous,
.item-list .pager .pager-next,
.item-list .pager .pager-last {
  padding: 2px 4px;
}

.item-list .pager .pager-current:hover,
.item-list .pager .pager-item:hover,
.item-list .pager .pager-first:hover,
.item-list .pager .pager-previous:hover,
.item-list .pager .pager-next:hover,
.item-list .pager .pager-last:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
}

.item-list .pager .pager-current:hover a,
.item-list .pager .pager-item:hover a,
.item-list .pager .pager-first:hover a,
.item-list .pager .pager-previous:hover a,
.item-list .pager .pager-next:hover a,
.item-list .pager .pager-last:hover a {
  color: #ffffff;
}

.item-list .pager .pager-current {
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
}

#launchpad-crop-image-modal .modal-dialog,
#crop-image-modal .modal-dialog,
#invite-crop-image-modal .modal-dialog {
  width: 800px;
  height: 600px;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body,
#crop-image-modal .modal-dialog .modal-content .modal-body,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  max-height: 650px;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body #image,
#crop-image-modal .modal-dialog .modal-content .modal-body #image,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body #image {
  width: 100%;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container {
  width: 100% !important;
  max-height: 620px !important;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box {
  border-radius: 50%;
  /* Optional: for circular cropping */
  /* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-face,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-face,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-face {
  border-radius: 50%;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box {
  outline: 0;
  box-shadow: 0 0 0 1px #39f;
}

/**
 * Agent connect login pages.
 */

.user-simplified-page-body {
  background: rgba(86, 0, 178, 0.1);
  padding: 1em;
}

.user-simplified-page-body h1,
.user-simplified-page-body h2,
.user-simplified-page-body h3,
.user-simplified-page-body h4,
.user-simplified-page-body h5,
.user-simplified-page-body h6 {
  font-weight: bold;
  margin: 10px 0;
}

.user-simplified-page-body .d-flex {
  align-items: center;
  justify-content: center;
  height: 100%;
}

.user-simplified-page-body .user-simplified-page {
  height: auto;
  width: auto;
  display: unset;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  overflow: auto;
  background-color: #ffffff;
  border-radius: 16px;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-wrapper::after {
  left: 100%;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(86, 0, 178, 0.1);
  border-top-color: rgba(86, 0, 178, 0.1);
  border-width: 17px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  margin-top: -16px;
  margin-left: -34px;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-logo {
  text-align: center;
  padding: 1rem 0 2rem;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-logo a {
  display: inline-block;
  max-width: 240px;
  margin: auto;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-logo a img {
  max-width: 100%;
  height: auto;
}

.user-simplified-page-body .user-simplified-page .user-simplified-page-title {
  font-size: 1.538rem;
}

.user-simplified-page-body .user-simplified-page .login-ins-block {
  text-align: center;
}

.user-simplified-page-body .user-simplified-page .login-ins-block a {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: var(--text-dark-50);
  font-size: 14px;
  width: 67%;
  display: inline-block;
  text-decoration: none;
  transition: 300ms all;
}

.user-simplified-page-body .user-simplified-page .login-ins-block a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
  border: 1px solid var(--bs-primary);
}

.user-simplified-page-body .user-simplified-page .login__separator {
  position: relative;
  text-align: center;
}

.user-simplified-page-body .user-simplified-page .login__separator::after,
.user-simplified-page-body .user-simplified-page .login__separator::before {
  content: "";
  position: absolute;
  background-color: #e3e3ea;
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
}

.user-simplified-page-body .user-simplified-page .login__separator::after {
  right: 0;
  left: auto;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item {
  padding: 0;
  margin: 1em 0;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item label {
  margin: 0 0 10px;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item .element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.user-simplified-page-body .user-simplified-page .user-login .form-item .password-toggle {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 80%;
  color: #5600b2;
}

.user-simplified-page-body .user-simplified-page input {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #d0d0d0;
  max-width: 100%;
  font-weight: 400;
  color: #444b53;
  background: #fff;
  border-radius: 4px;
  transition: border-color 0.25s ease-in-out;
  will-change: border-color;
}

.user-simplified-page-body .user-simplified-page input:focus {
  border-color: rgba(86, 0, 178, 0.3) !important;
}

.user-simplified-page-body .user-simplified-page .form-actions .form-submit {
  background-color: #5600b2;
  border: none;
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
  padding: 0.60rem;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}

.user-simplified-page-body .user-simplified-page .form-actions .form-cancel {
  background-color: rgba(86, 0, 178, 0.1);
  color: #5600b2;
  border: 1px solid rgba(86, 0, 178, 0.2);
  padding: 0.15rem 1rem;
  border-radius: 40px;
  font-size: 14px;
}

.user-simplified-page-body .user-simplified-page .form-actions .form-cancel:hover {
  background-color: #5600b2;
  color: #ffffff;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li {
  list-style-type: none;
  margin: 0;
  min-width: 166px;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li a {
  font-size: 14px;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  line-height: 1.2;
  display: block;
  text-align: center;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li.first a {
  background-color: #5600b2;
  color: white;
}

.user-simplified-page-body .user-simplified-page .user-form-links ul li.last a {
  background-color: rgba(86, 0, 178, 0.1);
  color: #5600b2;
  border: 1px solid rgba(86, 0, 178, 0.2);
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vbo-views-form form {
  height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 0.5rem;
}

.vbo-views-form form .fieldset-wrapper .form-select {
  min-width: 200px;
}

.vbo-views-form form .fieldset-wrapper .form-submit {
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
  transition: 300ms all ease-in-out;
}

.vbo-views-form form .fieldset-wrapper .form-submit:hover {
  transform: scale(1.05);
}

.item-list .pager {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.item-list .pager .pager-current,
.item-list .pager .pager-item,
.item-list .pager .pager-first,
.item-list .pager .pager-previous,
.item-list .pager .pager-next,
.item-list .pager .pager-last {
  padding: 2px 4px;
}

.item-list .pager .pager-current:hover,
.item-list .pager .pager-item:hover,
.item-list .pager .pager-first:hover,
.item-list .pager .pager-previous:hover,
.item-list .pager .pager-next:hover,
.item-list .pager .pager-last:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
}

.item-list .pager .pager-current:hover a,
.item-list .pager .pager-item:hover a,
.item-list .pager .pager-first:hover a,
.item-list .pager .pager-previous:hover a,
.item-list .pager .pager-next:hover a,
.item-list .pager .pager-last:hover a {
  color: #ffffff;
}

.item-list .pager .pager-current {
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
}

#launchpad-crop-image-modal .modal-dialog,
#crop-image-modal .modal-dialog,
#invite-crop-image-modal .modal-dialog {
  width: 800px;
  height: 600px;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body,
#crop-image-modal .modal-dialog .modal-content .modal-body,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  max-height: 650px;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body #image,
#crop-image-modal .modal-dialog .modal-content .modal-body #image,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body #image {
  width: 100%;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container {
  width: 100% !important;
  max-height: 620px !important;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box {
  border-radius: 50%;
  /* Optional: for circular cropping */
  /* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-face,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-face,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-face {
  border-radius: 50%;
}

#launchpad-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box,
#invite-crop-image-modal .modal-dialog .modal-content .modal-body .cropper-container .cropper-crop-box .cropper-view-box {
  outline: 0;
  box-shadow: 0 0 0 1px #39f;
}

.subscription-plans {
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.subscription-plans .plan-card {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
  flex-basis: 48%;
}

.subscription-plans .plan-card:hover {
  border-color: var(--bs-primary);
  box-shadow: 0 2px 8px rgba(19, 152, 177, 0.1);
}

.subscription-plans .plan-card.selected {
  border-color: var(--bs-primary);
  background-color: rgba(86, 0, 178, 0.1);
  box-shadow: 0 2px 8px rgba(19, 152, 177, 0.2);
}

.subscription-plans .plan-card .btn-select {
  background-color: rgba(86, 0, 178, 0.1);
  border: 1px solid rgba(86, 0, 178, 0.25);
  border-radius: 4px;
  color: var(--bs-primary);
  transition: 300ms all;
  min-width: 90px;
}

.subscription-plans .plan-card .btn-select:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}

.subscription-plans .plan-card .btn-select:focus {
  outline: none;
}

.subscription-plans .plan-title {
  margin: 0 0 0.5rem 0;
  color: var(--bs-primary);
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

.subscription-plans .plan-description {
  margin: 0 0 1rem 0;
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.4;
}

.subscription-plans .plan-price {
  margin-bottom: 1rem;
}

.subscription-plans .price-amount {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
}

.subscription-plans .price-interval {
  color: #666;
  font-size: 0.9rem;
}

.current-plan {
  background: rgba(86, 0, 178, 0.1);
  border: 1px solid rgba(86, 0, 178, 0.25);
  padding: 1rem;
  border-radius: 4px;
  margin: 1rem 0;
}

.current-plan p {
  margin: 0.5rem 0;
}

.update-info {
  background: rgba(86, 0, 178, 0.1);
  border: 1px solid rgba(86, 0, 178, 0.25);
  border-radius: 4px;
  padding: 1rem;
  margin-top: 1rem;
}

body.container-fluid {
  padding: 0;
}

body.maintenance-page {
  text-align: center;
  padding: 40px;
  font-size: 1.4em;
  line-height: 2em;
}

.main-content {
  background: #f0f5fe;
}

.main-content .sidebar {
  display: none;
  position: relative;
  background: #e2e6ef;
}

@media (min-width: 992px) {
  .main-content .sidebar {
    display: block;
    max-width: 280px;
  }
}

.main-content .sidebar ul li {
  text-transform: capitalize;
}

.main-content .sidebar ul li:nth-child(even) {
  background: #dadee7;
}

.main-content .sidebar ul li a {
  display: block;
  padding: 14px;
  color: #777777;
  height: 100%;
}

.main-content .sidebar ul li a.active {
  background: #686e7e;
  color: white;
}

.main-content .grid-view .cover.default {
  background-position: center;
  display: block;
}

@media (min-width: 992px) {
  .main-content {
    border-bottom: 1px solid #d7d8dc;
  }

  .main-content p,
  .main-content ul li {
    font-size: 14px;
  }

  .main-content .rounded-container,
  .main-content .content_body,
  .main-content .offer-mini-card,
  .main-content .widget-chart_container .w_content,
  .widget-chart_container .main-content .w_content,
  .main-content #listing-flyer-node-form,
  .main-content
      #profile2-edit-loan-officer-form,
  .main-content
      #profile2-edit-realtor-form {
    margin-bottom: 16px;
  }
}

.main-content .page-content {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .main-content .page-content {
    margin-left: -15px;
  }
}

.app-messages .messages {
  display: block !important;
}

.not-logged-in .btn-edit {
  display: none !important;
}

.views-display-layout .results_result,
.page-bb-search .results_result,
.page-search .results_result,
.page-request-demo .results_result {
  margin: 16px 0;
}

@media (min-width: 992px) {
  .views-display-layout .results_result,
  .page-bb-search .results_result,
  .page-search .results_result,
  .page-request-demo .results_result {
    margin: 14px 0 16px 0;
  }
}

.views-display-layout .results_result a:link,
.page-bb-search .results_result a:link,
.page-search .results_result a:link,
.page-request-demo .results_result a:link,
.views-display-layout .results_result a:hover,
.page-bb-search .results_result a:hover,
.page-search .results_result a:hover,
.page-request-demo .results_result a:hover,
.views-display-layout .results_result a:visited,
.page-bb-search .results_result a:visited,
.page-search .results_result a:visited,
.page-request-demo .results_result a:visited {
  color: black;
  font-size: 16px;
}

.views-display-layout .results_result h1,
.page-bb-search .results_result h1,
.page-search .results_result h1,
.page-request-demo .results_result h1 {
  font-size: 16px;
}

@media (min-width: 992px) {
  .views-display-layout .results_result h1,
  .page-bb-search .results_result h1,
  .page-search .results_result h1,
  .page-request-demo .results_result h1 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .views-display-layout .results_list:not(.search-grid),
  .page-bb-search .results_list:not(.search-grid),
  .page-search .results_list:not(.search-grid),
  .page-request-demo .results_list:not(.search-grid) {
    margin: 16px 0;
  }
}

.views-display-layout .results_list:not(.search-grid) h3 .location,
.page-bb-search .results_list:not(.search-grid) h3 .location,
.page-search .results_list:not(.search-grid) h3 .location,
.page-request-demo .results_list:not(.search-grid) h3 .location {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.85em;
}

@media (min-width: 992px) {
  .views-display-layout .results_list:not(.search-grid) .infotag,
  .page-bb-search .results_list:not(.search-grid) .infotag,
  .page-search .results_list:not(.search-grid) .infotag,
  .page-request-demo .results_list:not(.search-grid) .infotag {
    display: inline-block;
    float: right;
    margin-top: -21px;
  }
}

.views-display-layout .results_list:not(.search-grid) .price,
.page-bb-search .results_list:not(.search-grid) .price,
.page-search .results_list:not(.search-grid) .price,
.page-request-demo .results_list:not(.search-grid) .price {
  font-size: 21px;
  font-weight: 500;
}

.views-display-layout .results_list:not(.search-grid) .price span,
.page-bb-search .results_list:not(.search-grid) .price span,
.page-search .results_list:not(.search-grid) .price span,
.page-request-demo .results_list:not(.search-grid) .price span {
  font-size: 16px;
}

.views-display-layout .results_list:not(.search-grid) .online,
.page-bb-search .results_list:not(.search-grid) .online,
.page-search .results_list:not(.search-grid) .online,
.page-request-demo .results_list:not(.search-grid) .online {
  position: relative;
  min-height: 21px;
  margin: 8px 0;
}

.views-display-layout .results_list:not(.search-grid) .online .remark,
.page-bb-search .results_list:not(.search-grid) .online .remark,
.page-search .results_list:not(.search-grid) .online .remark,
.page-request-demo .results_list:not(.search-grid) .online .remark {
  display: inline;
  background: #fef073;
  padding: 4px;
}

.views-display-layout .results_list:not(.search-grid) .online .heart-btn,
.page-bb-search .results_list:not(.search-grid) .online .heart-btn,
.page-search .results_list:not(.search-grid) .online .heart-btn,
.page-request-demo .results_list:not(.search-grid) .online .heart-btn {
  position: absolute;
  top: -6px;
  right: 0;
}

.views-display-layout .results_list:not(.search-grid) .equal-blocks,
.page-bb-search .results_list:not(.search-grid) .equal-blocks,
.page-search .results_list:not(.search-grid) .equal-blocks,
.page-request-demo .results_list:not(.search-grid) .equal-blocks {
  padding: 0;
  margin-top: 0;
}

.views-display-layout .results_list:not(.search-grid) .equal-blocks ul,
.page-bb-search .results_list:not(.search-grid) .equal-blocks ul,
.page-search .results_list:not(.search-grid) .equal-blocks ul,
.page-request-demo .results_list:not(.search-grid) .equal-blocks ul {
  margin: 0;
}

.views-display-layout .results_list:not(.search-grid) .offeredBy,
.page-bb-search .results_list:not(.search-grid) .offeredBy,
.page-search .results_list:not(.search-grid) .offeredBy,
.page-request-demo .results_list:not(.search-grid) .offeredBy {
  font-weight: 400;
  font-size: 12px;
}

.views-display-layout .results_list:not(.search-grid) .offeredBy img,
.page-bb-search .results_list:not(.search-grid) .offeredBy img,
.page-search .results_list:not(.search-grid) .offeredBy img,
.page-request-demo .results_list:not(.search-grid) .offeredBy img {
  margin-right: 6px;
  vertical-align: middle;
  max-height: 40px;
}

.views-display-layout .results_list:not(.search-grid) .controls .btn,
.page-bb-search .results_list:not(.search-grid) .controls .btn,
.page-search .results_list:not(.search-grid) .controls .btn,
.page-request-demo .results_list:not(.search-grid) .controls .btn,
.views-display-layout .results_list:not(.search-grid) .controls .editIco-btn,
.page-bb-search .results_list:not(.search-grid) .controls .editIco-btn,
.page-search .results_list:not(.search-grid) .controls .editIco-btn,
.page-request-demo .results_list:not(.search-grid) .controls .editIco-btn,
.views-display-layout .results_list:not(.search-grid) .controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .views-display-layout .results_list:not(.search-grid) .controls a:nth-child(1),
.page-bb-search .results_list:not(.search-grid) .controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-bb-search .results_list:not(.search-grid) .controls a:nth-child(1),
.page-search .results_list:not(.search-grid) .controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
.page-search .results_list:not(.search-grid) .controls a:nth-child(1),
.page-request-demo .results_list:not(.search-grid) .controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-request-demo .results_list:not(.search-grid) .controls a:nth-child(1) {
  width: 100%;
}

.login-page .rounded-container,
.login-page .content_body,
.login-page .offer-mini-card,
.login-page .widget-chart_container .w_content,
.widget-chart_container .login-page .w_content,
.login-page #listing-flyer-node-form,
.login-page
#profile2-edit-loan-officer-form,
.login-page
#profile2-edit-realtor-form {
  max-width: 360px;
  margin: auto;
}

@media (min-width: 992px) {
  .login-page .rounded-container,
  .login-page .content_body,
  .login-page .offer-mini-card,
  .login-page .widget-chart_container .w_content,
  .widget-chart_container .login-page .w_content,
  .login-page #listing-flyer-node-form,
  .login-page
    #profile2-edit-loan-officer-form,
  .login-page
    #profile2-edit-realtor-form {
    background: none;
  }
}

.login-page .login-form {
  max-width: 360px;
  margin: 0 auto;
}

.login-page .login-form label {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 21px 0 6px 0;
}

.login-page .login-form input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 14px;
  border: 1px solid #d7d8dc;
}

.login-page .login-form #edit-submit {
  padding: 12px 0;
  width: 100%;
  text-align: center;
  margin-top: 32px;
  text-transform: uppercase;
}

.login-page .social-login {
  border-top: 1px solid #d7d8dc;
  border-bottom: 1px solid #d7d8dc;
  padding: 16px 0;
}

.login-page .social-login .fb-btn {
  width: 220px;
  height: 46px;
  display: inline-block;
  background: url(images/fb-btn.png) no-repeat -9px -7px;
  border-radius: 5px;
}

.login-page .social-login span {
  display: inline-block;
  float: left;
  margin: 20px 20px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.login-page .social-login .forgot a:link,
.login-page .social-login .forgot a:visited {
  color: orange;
}

.property_detail .main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

.property_detail .property-header {
  display: block;
  margin: 26px auto 0;
}

.property_detail .property-header .info {
  border-bottom: 1px solid #d7d8dc;
  padding-bottom: 12px;
}

@media (min-width: 992px) {
  .property_detail .property-header .info {
    border-bottom: none;
  }
}

.property_detail .property-header .info h1 span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin: 8px 0 16px;
}

.property_detail .property-header .info ul li {
  float: right;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 16px;
}

.property_detail .property-header .info ul li span {
  font-weight: bold;
  display: block;
}

.property_detail .property-header .info ul li.price {
  font-size: 26px;
  float: left;
  margin-left: 0;
  color: green;
}

@media (min-width: 992px) {
  .property_detail .property-header .info ul li {
    float: none;
  }

  .property_detail .property-header .info ul li span {
    display: inline;
  }
}

.property_detail .property-header .actions {
  padding: 0;
  margin: 14px 0;
}

@media (min-width: 992px) {
  .property_detail .property-header .actions {
    margin: 0 auto 16px auto;
    width: 200px;
    float: right;
  }

  .property_detail .property-header .actions .btn,
  .property_detail .property-header .actions .editIco-btn,
  .property_detail .property-header .actions .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node .property_detail .property-header .actions a:nth-child(1) {
    width: 100%;
  }

  .property_detail .property-header .actions li {
    width: 48%;
    display: block;
    margin: 0;
    float: none;
  }

  .property_detail .property-header .actions li:first-child {
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }

  .property_detail .property-header .actions li:first-child a.request-btn {
    padding: 15px 30px;
    width: 100%;
  }

  .property_detail .property-header .actions li:nth-child(3) {
    margin: 0;
  }
}

.property_detail .property-header .actions ul li {
  margin-left: 7px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.property_detail .property-header .actions ul li:first-child {
  float: left;
  margin-left: 0;
}

@media (min-width: 992px) {
  .property_detail .property-header .actions .share-btn,
  .property_detail .property-header .actions .map-btn {
    width: 100%;
    height: 50px;
  }

  .property_detail .property-header .actions .share-btn:before,
  .property_detail .property-header .actions .map-btn:before {
    font-size: 16px;
  }
}

.property_detail .property-nav-mobile {
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  background: #e2e6ef;
  border-top: 1px solid #d7d8dc;
  border-bottom: 1px solid #d7d8dc;
  z-index: 500;
  padding: 0;
}

@media (min-width: 992px) {
  .property_detail .property-nav-mobile {
    display: none;
  }
}

.property_detail .property-nav-mobile ul li {
  font-size: 16px;
  text-align: center;
  width: 50%;
  padding: 0;
}

.property_detail .property-nav-mobile ul li a {
  color: #353a4e;
  display: block;
  padding: 14px;
}

.property_detail .property-nav-mobile ul li.active {
  background: #353a4e;
}

.property_detail .property-nav-mobile ul li.active a {
  color: #e2e6ef;
  cursor: default;
}

.property_detail .property-nav-desktop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.property_detail .property-nav-desktop ul.nav-desktop {
  height: 60px;
  background: #e2e6ef;
}

.property_detail .property-nav-desktop li {
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.property_detail .property-nav-desktop li a {
  display: block;
  color: #353a4e;
  border-right: 1px solid #d7d8dc;
  padding: 20px 25px;
  background: #e9ecf3;
  font-size: 21px;
}

.property_detail .property-nav-desktop li a.active {
  color: #e9ecf3;
  background: #353a4e;
  cursor: default;
}

@media (min-width: 992px) {
  .property_detail .property-nav-desktop {
    display: block;
  }
}

.property_detail .property-body {
  border-radius: 0;
  -moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .property_detail .property-body {
    border-radius: 5px;
  }
}

.property_detail .property-body .big-card section.row {
  margin-top: -16px;
}

@media (min-width: 992px) {
  .property_detail .property-body .big-card {
    padding-top: 80px;
  }
}

.property_detail .property-body aside .property-opts {
  text-transform: uppercase;
  display: block;
}

.property_detail .property-body aside .property-opts ul li {
  display: inline-block;
  margin: 10px 0;
}

.property_detail .property-body aside .property-opts p.price {
  float: left;
  height: 30px;
  font-size: 26px;
  line-height: normal;
  margin-right: 14px;
}

@media (min-width: 992px) {
  .property_detail .property-body aside .property-opts p.price {
    font-size: 40px;
    padding-bottom: 54px;
    border-bottom: 2px dashed #d7d8dc;
    float: none;
    margin-right: 0;
  }
}

.property_detail .property-body aside .property-opts p.financing {
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  padding-top: 8px;
}

@media (min-width: 992px) {
  .property_detail .property-body aside .property-opts p.financing {
    font-size: 16px;
  }
}

.property_detail .property-body aside .property-opts span {
  text-transform: none;
}

.property_detail .property-body .contact-agent-form {
  display: none;
  margin: 12px auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d8dc;
}

.property_detail .property-body .contact-agent-form label {
  display: block;
  color: #9ea9ae;
  margin: 14px 0 7px 0;
  font-weight: 600;
}

.property_detail .property-body .contact-agent-form .form-control {
  border-radius: 0;
}

.property_detail .property-body .contact-agent-form .submit-btn {
  margin: 25px 0;
}

.property_detail .property-body .loan-offers {
  background: #f0f5fe;
}

.property_detail .property-body .loan-offers .loan-offers-header {
  padding-top: 26px;
  margin-bottom: 0px;
}

.property_detail .property-body .loan-offers .loan-offers-header h2 {
  display: inline-block;
  padding: 26px 0;
}

.property_detail .property-body .loan-offers .loan-offers-header h2 span {
  border-left: 1px solid #d7d8dc;
  padding-left: 8px;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .property_detail .property-body .loan-offers .loan-offers-header .bankLogo {
    margin-top: 10px;
  }
}

.property_detail .property-body .loan-offers .text-uppercase,
.property_detail .property-body .loan-offers .initialism {
  margin-bottom: -14px;
}

.property_detail .property-body .loan-offers .offer-mini-card {
  margin: 20px auto;
}

@media (min-width: 532px) {
  .property_detail .property-body .loan-offers .offer-mini-card {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .property_detail .property-body .loan-offers {
    background: none;
  }

  .property_detail .property-body .loan-offers .loan-offers-header {
    border-top: 2px dashed #d7d8dc;
  }

  .property_detail .property-body .loan-offers .loan-offers-header h2 {
    font-size: 2.8em;
  }

  .property_detail .property-body .loan-offers .offer-mini-card {
    background: #fbfbfd;
  }
}

.property_detail .loanInfoBtn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.page--front,
.static-page,
.page-realtor-signup,
.page-contact,
.page-about,
.page-terms-conditions,
.page-privacy-policy,
.page-request-demo {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  background-color: white;
}

.page--front section,
.static-page section,
.page-realtor-signup section,
.page-contact section,
.page-about section,
.page-terms-conditions section,
.page-privacy-policy section,
.page-request-demo section {
  margin: 0;
  padding: 56px 0 70px 0;
}

.page--front h3,
.static-page h3,
.page-realtor-signup h3,
.page-contact h3,
.page-about h3,
.page-terms-conditions h3,
.page-privacy-policy h3,
.page-request-demo h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 12px;
}

@media (min-width: 992px) {
  .page--front h3,
  .static-page h3,
  .page-realtor-signup h3,
  .page-contact h3,
  .page-about h3,
  .page-terms-conditions h3,
  .page-privacy-policy h3,
  .page-request-demo h3 {
    text-align: center;
  }
}

.page--front h3:after,
.static-page h3:after,
.page-realtor-signup h3:after,
.page-contact h3:after,
.page-about h3:after,
.page-terms-conditions h3:after,
.page-privacy-policy h3:after,
.page-request-demo h3:after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  margin: 16px auto;
  border-bottom: 1px solid #d7d8dc;
}

@media (min-width: 992px) {
  .page--front h3:after,
  .static-page h3:after,
  .page-realtor-signup h3:after,
  .page-contact h3:after,
  .page-about h3:after,
  .page-terms-conditions h3:after,
  .page-privacy-policy h3:after,
  .page-request-demo h3:after {
    width: 14%;
  }
}

.page--front h4,
.static-page h4,
.page-realtor-signup h4,
.page-contact h4,
.page-about h4,
.page-terms-conditions h4,
.page-privacy-policy h4,
.page-request-demo h4 {
  text-transform: none;
  font-weight: 300;
  font-size: 21px;
  margin: 16px 0;
}

.page--front h4.centered,
.static-page h4.centered,
.page-realtor-signup h4.centered,
.page-contact h4.centered,
.page-about h4.centered,
.page-terms-conditions h4.centered,
.page-privacy-policy h4.centered,
.page-request-demo h4.centered {
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .page--front h4.centered,
  .static-page h4.centered,
  .page-realtor-signup h4.centered,
  .page-contact h4.centered,
  .page-about h4.centered,
  .page-terms-conditions h4.centered,
  .page-privacy-policy h4.centered,
  .page-request-demo h4.centered {
    font-size: 42px;
  }
}

.page--front h6,
.static-page h6,
.page-realtor-signup h6,
.page-contact h6,
.page-about h6,
.page-terms-conditions h6,
.page-privacy-policy h6,
.page-request-demo h6 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin: 12px 0;
  text-align: left;
}

.page--front p,
.static-page p,
.page-realtor-signup p,
.page-contact p,
.page-about p,
.page-terms-conditions p,
.page-privacy-policy p,
.page-request-demo p {
  text-align: justify;
  font-size: 16px;
  margin: 12px 0 12px 0;
  line-height: 26px;
  max-width: 520px;
}

.page--front .col-md-12,
.static-page .col-md-12,
.page-realtor-signup .col-md-12,
.page-contact .col-md-12,
.page-about .col-md-12,
.page-terms-conditions .col-md-12,
.page-privacy-policy .col-md-12,
.page-request-demo .col-md-12 {
  text-align: center;
}

.page--front .line,
.static-page .line,
.page-realtor-signup .line,
.page-contact .line,
.page-about .line,
.page-terms-conditions .line,
.page-privacy-policy .line,
.page-request-demo .line {
  clear: both;
  display: block;
  border-bottom: 1px solid #d7d8dc;
  height: 1px;
  margin: 32px 0;
}

.page--front .btn,
.static-page .btn,
.page-realtor-signup .btn,
.page-contact .btn,
.page-about .btn,
.page-terms-conditions .btn,
.page-privacy-policy .btn,
.page-request-demo .btn,
.page--front .editIco-btn,
.static-page .editIco-btn,
.page-realtor-signup .editIco-btn,
.page-contact .editIco-btn,
.page-about .editIco-btn,
.page-terms-conditions .editIco-btn,
.page-privacy-policy .editIco-btn,
.page-request-demo .editIco-btn,
.page--front .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page--front a:nth-child(1),
.static-page .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .static-page a:nth-child(1),
.page-realtor-signup .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-realtor-signup a:nth-child(1),
.page-contact .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
  .page-contact a:nth-child(1),
.page-about .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-about a:nth-child(1),
.page-terms-conditions .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-terms-conditions a:nth-child(1),
.page-privacy-policy .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-privacy-policy a:nth-child(1),
.page-request-demo .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-request-demo a:nth-child(1) {
  margin: 16px auto;
  max-width: 170px;
  font-size: 16px;
  display: inline-block;
}

.page--front .btn.left_btn,
.static-page .btn.left_btn,
.page-realtor-signup .btn.left_btn,
.page-contact .btn.left_btn,
.page-about .btn.left_btn,
.page-terms-conditions .btn.left_btn,
.page-privacy-policy .btn.left_btn,
.page-request-demo .btn.left_btn,
.page--front .left_btn.editIco-btn,
.static-page .left_btn.editIco-btn,
.page-realtor-signup .left_btn.editIco-btn,
.page-contact .left_btn.editIco-btn,
.page-about .left_btn.editIco-btn,
.page-terms-conditions .left_btn.editIco-btn,
.page-privacy-policy .left_btn.editIco-btn,
.page-request-demo .left_btn.editIco-btn,
.page--front .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page--front a.left_btn:nth-child(1),
.static-page .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .static-page a.left_btn:nth-child(1),
.page-realtor-signup .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-realtor-signup a.left_btn:nth-child(1),
.page-contact .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
    .page-contact a.left_btn:nth-child(1),
.page-about .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-about a.left_btn:nth-child(1),
.page-terms-conditions .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-terms-conditions a.left_btn:nth-child(1),
.page-privacy-policy .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-privacy-policy a.left_btn:nth-child(1),
.page-request-demo .views-table_old td.views-field.views-field-edit-node a.left_btn:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-request-demo a.left_btn:nth-child(1) {
  display: inline-block;
  margin: 32px 0;
}

.page--front .centered,
.static-page .centered,
.page-realtor-signup .centered,
.page-contact .centered,
.page-about .centered,
.page-terms-conditions .centered,
.page-privacy-policy .centered,
.page-request-demo .centered {
  text-align: center;
}

.page--front .hero,
.static-page .hero,
.page-realtor-signup .hero,
.page-contact .hero,
.page-about .hero,
.page-terms-conditions .hero,
.page-privacy-policy .hero,
.page-request-demo .hero {
  padding: 64px 21px;
}

@media (min-width: 992px) {
  .page--front .hero .container,
  .static-page .hero .container,
  .page-realtor-signup .hero .container,
  .page-contact .hero .container,
  .page-about .hero .container,
  .page-terms-conditions .hero .container,
  .page-privacy-policy .hero .container,
  .page-request-demo .hero .container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page--front .hero,
  .static-page .hero,
  .page-realtor-signup .hero,
  .page-contact .hero,
  .page-about .hero,
  .page-terms-conditions .hero,
  .page-privacy-policy .hero,
  .page-request-demo .hero {
    padding-bottom: 0;
  }
}

.page--front .hero .leadtxt,
.static-page .hero .leadtxt,
.page-realtor-signup .hero .leadtxt,
.page-contact .hero .leadtxt,
.page-about .hero .leadtxt,
.page-terms-conditions .hero .leadtxt,
.page-privacy-policy .hero .leadtxt,
.page-request-demo .hero .leadtxt {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: lighter;
  margin: 40px auto;
  max-width: 88%;
}

@media (min-width: 992px) {
  .page--front .hero .leadtxt br:first-child,
  .static-page .hero .leadtxt br:first-child,
  .page-realtor-signup .hero .leadtxt br:first-child,
  .page-contact .hero .leadtxt br:first-child,
  .page-about .hero .leadtxt br:first-child,
  .page-terms-conditions .hero .leadtxt br:first-child,
  .page-privacy-policy .hero .leadtxt br:first-child,
  .page-request-demo .hero .leadtxt br:first-child {
    display: none;
  }
}

.page--front .hero h3,
.static-page .hero h3,
.page-realtor-signup .hero h3,
.page-contact .hero h3,
.page-about .hero h3,
.page-terms-conditions .hero h3,
.page-privacy-policy .hero h3,
.page-request-demo .hero h3 {
  font-size: 21px;
  margin: 21px 0;
  line-height: 26px;
  font-weight: lighter;
  text-transform: none;
  max-width: 580px;
  margin: 21px auto;
}

.page--front .hero h3:after,
.static-page .hero h3:after,
.page-realtor-signup .hero h3:after,
.page-contact .hero h3:after,
.page-about .hero h3:after,
.page-terms-conditions .hero h3:after,
.page-privacy-policy .hero h3:after,
.page-request-demo .hero h3:after {
  display: none;
}

.page--front .hero .media,
.static-page .hero .media,
.page-realtor-signup .hero .media,
.page-contact .hero .media,
.page-about .hero .media,
.page-terms-conditions .hero .media,
.page-privacy-policy .hero .media,
.page-request-demo .hero .media {
  margin-bottom: -3px;
  margin-top: 47px;
  display: none;
}

@media (min-width: 992px) {
  .page--front .hero .media,
  .static-page .hero .media,
  .page-realtor-signup .hero .media,
  .page-contact .hero .media,
  .page-about .hero .media,
  .page-terms-conditions .hero .media,
  .page-privacy-policy .hero .media,
  .page-request-demo .hero .media {
    display: block;
  }
}

.page--front .beach-bg,
.static-page .beach-bg,
.page-realtor-signup .beach-bg,
.page-contact .beach-bg,
.page-about .beach-bg,
.page-terms-conditions .beach-bg,
.page-privacy-policy .beach-bg,
.page-request-demo .beach-bg {
  background: #4dc0d5;
  font-weight: lighter;
  color: white;
  text-align: center;
}

.page--front .bg_scorpion,
.static-page .bg_scorpion,
.page-realtor-signup .bg_scorpion,
.page-contact .bg_scorpion,
.page-about .bg_scorpion,
.page-terms-conditions .bg_scorpion,
.page-privacy-policy .bg_scorpion,
.page-request-demo .bg_scorpion {
  color: white;
  text-align: center;
  background: #585858;
}

.page--front .bg_scorpion h3,
.static-page .bg_scorpion h3,
.page-realtor-signup .bg_scorpion h3,
.page-contact .bg_scorpion h3,
.page-about .bg_scorpion h3,
.page-terms-conditions .bg_scorpion h3,
.page-privacy-policy .bg_scorpion h3,
.page-request-demo .bg_scorpion h3 {
  text-transform: none;
  line-height: 33px;
  padding: 0 20px;
  font-weight: 100;
}

.page--front .bg_scorpion h3:after,
.static-page .bg_scorpion h3:after,
.page-realtor-signup .bg_scorpion h3:after,
.page-contact .bg_scorpion h3:after,
.page-about .bg_scorpion h3:after,
.page-terms-conditions .bg_scorpion h3:after,
.page-privacy-policy .bg_scorpion h3:after,
.page-request-demo .bg_scorpion h3:after {
  display: none;
}

.page--front .gray-bg,
.static-page .gray-bg,
.page-realtor-signup .gray-bg,
.page-contact .gray-bg,
.page-about .gray-bg,
.page-terms-conditions .gray-bg,
.page-privacy-policy .gray-bg,
.page-request-demo .gray-bg {
  background: #f2f2f2;
}

.page--front p.centered,
.static-page p.centered,
.page-realtor-signup p.centered,
.page-contact p.centered,
.page-about p.centered,
.page-terms-conditions p.centered,
.page-privacy-policy p.centered,
.page-request-demo p.centered {
  margin: auto;
}

.page--front .col-md-12.centered .media,
.static-page .col-md-12.centered .media,
.page-realtor-signup .col-md-12.centered .media,
.page-contact .col-md-12.centered .media,
.page-about .col-md-12.centered .media,
.page-terms-conditions .col-md-12.centered .media,
.page-privacy-policy .col-md-12.centered .media,
.page-request-demo .col-md-12.centered .media {
  margin-top: 32px;
}

.page-bb-search header.main,
.page-search header.main {
  margin-bottom: 0;
}

.page-bb-search .search-tools,
.page-search .search-tools {
  display: block;
}

.page-bb-search .page_header,
.page-search .page_header {
  display: none;
}

.page-bb-search .results_list > li,
.page-search .results_list > li {
  margin: auto;
  margin-bottom: 21px;
  max-width: 1100px;
}

.page-bb-search .results_list > li .rounded-container,
.page-bb-search .results_list > li .content_body,
.page-bb-search .results_list > li .offer-mini-card,
.page-bb-search .results_list > li .widget-chart_container .w_content,
.widget-chart_container .page-bb-search .results_list > li .w_content,
.page-bb-search .results_list > li #listing-flyer-node-form,
.page-bb-search .results_list > li
  #profile2-edit-loan-officer-form,
.page-bb-search .results_list > li
  #profile2-edit-realtor-form,
.page-search .results_list > li .rounded-container,
.page-search .results_list > li .content_body,
.page-search .results_list > li .offer-mini-card,
.page-search .results_list > li .widget-chart_container .w_content,
.widget-chart_container
  .page-search .results_list > li .w_content,
.page-search .results_list > li #listing-flyer-node-form,
.page-search .results_list > li
  #profile2-edit-loan-officer-form,
.page-search .results_list > li
  #profile2-edit-realtor-form {
  margin: auto;
}

.page-bb-search .results_result,
.page-search .results_result {
  max-width: 1100px;
  margin: 16px auto;
}

.carousel-cell {
  background-size: cover;
  background-position: center !important;
}

.page-my-listings .page_header {
  display: none;
}

@media (min-width: 992px) {
  .page-my-listings .filter-tools-container {
    margin-left: -13px;
  }
}

.page-my-listings .filter-tools,
.page-my-listings .listings-tools {
  display: block;
}

.page-my-listings .tools.filter-tools {
  padding-bottom: 12px;
}

.page-my-shared-listings .rounded-container,
.page-my-shared-listings .content_body,
.page-my-shared-listings .offer-mini-card,
.page-my-shared-listings .widget-chart_container .w_content,
.widget-chart_container .page-my-shared-listings .w_content,
.page-my-shared-listings #listing-flyer-node-form,
.page-my-shared-listings
#profile2-edit-loan-officer-form,
.page-my-shared-listings
#profile2-edit-realtor-form,
.page-my-listings .rounded-container,
.page-my-listings .content_body,
.page-my-listings .offer-mini-card,
.page-my-listings .widget-chart_container .w_content,
.widget-chart_container
.page-my-listings .w_content,
.page-my-listings #listing-flyer-node-form,
.page-my-listings
#profile2-edit-loan-officer-form,
.page-my-listings
#profile2-edit-realtor-form {
  overflow: initial;
}

.page-my-shared-listings .rounded-container .dropup.open .dropdown-menu,
.page-my-shared-listings .content_body .dropup.open .dropdown-menu,
.page-my-shared-listings .offer-mini-card .dropup.open .dropdown-menu,
.page-my-shared-listings .widget-chart_container .w_content .dropup.open .dropdown-menu,
.widget-chart_container .page-my-shared-listings .w_content .dropup.open .dropdown-menu,
.page-my-shared-listings #listing-flyer-node-form .dropup.open .dropdown-menu,
.page-my-shared-listings
  #profile2-edit-loan-officer-form .dropup.open .dropdown-menu,
.page-my-shared-listings
  #profile2-edit-realtor-form .dropup.open .dropdown-menu,
.page-my-listings .rounded-container .dropup.open .dropdown-menu,
.page-my-listings .content_body .dropup.open .dropdown-menu,
.page-my-listings .offer-mini-card .dropup.open .dropdown-menu,
.page-my-listings .widget-chart_container .w_content .dropup.open .dropdown-menu,
.widget-chart_container
  .page-my-listings .w_content .dropup.open .dropdown-menu,
.page-my-listings #listing-flyer-node-form .dropup.open .dropdown-menu,
.page-my-listings
  #profile2-edit-loan-officer-form .dropup.open .dropdown-menu,
.page-my-listings
  #profile2-edit-realtor-form .dropup.open .dropdown-menu {
  display: block !important;
}

.page-my-shared-listings .rounded-container .dropdown-menu,
.page-my-shared-listings .content_body .dropdown-menu,
.page-my-shared-listings .offer-mini-card .dropdown-menu,
.page-my-shared-listings .widget-chart_container .w_content .dropdown-menu,
.widget-chart_container .page-my-shared-listings .w_content .dropdown-menu,
.page-my-shared-listings #listing-flyer-node-form .dropdown-menu,
.page-my-shared-listings
  #profile2-edit-loan-officer-form .dropdown-menu,
.page-my-shared-listings
  #profile2-edit-realtor-form .dropdown-menu,
.page-my-listings .rounded-container .dropdown-menu,
.page-my-listings .content_body .dropdown-menu,
.page-my-listings .offer-mini-card .dropdown-menu,
.page-my-listings .widget-chart_container .w_content .dropdown-menu,
.widget-chart_container
  .page-my-listings .w_content .dropdown-menu,
.page-my-listings #listing-flyer-node-form .dropdown-menu,
.page-my-listings
  #profile2-edit-loan-officer-form .dropdown-menu,
.page-my-listings
  #profile2-edit-realtor-form .dropdown-menu {
  display: none !important;
}

.page-my-shared-listings .rounded-container .bb-listings-extra-tools,
.page-my-shared-listings .content_body .bb-listings-extra-tools,
.page-my-shared-listings .offer-mini-card .bb-listings-extra-tools,
.page-my-shared-listings .widget-chart_container .w_content .bb-listings-extra-tools,
.widget-chart_container .page-my-shared-listings .w_content .bb-listings-extra-tools,
.page-my-shared-listings #listing-flyer-node-form .bb-listings-extra-tools,
.page-my-shared-listings
  #profile2-edit-loan-officer-form .bb-listings-extra-tools,
.page-my-shared-listings
  #profile2-edit-realtor-form .bb-listings-extra-tools,
.page-my-listings .rounded-container .bb-listings-extra-tools,
.page-my-listings .content_body .bb-listings-extra-tools,
.page-my-listings .offer-mini-card .bb-listings-extra-tools,
.page-my-listings .widget-chart_container .w_content .bb-listings-extra-tools,
.widget-chart_container
  .page-my-listings .w_content .bb-listings-extra-tools,
.page-my-listings #listing-flyer-node-form .bb-listings-extra-tools,
.page-my-listings
  #profile2-edit-loan-officer-form .bb-listings-extra-tools,
.page-my-listings
  #profile2-edit-realtor-form .bb-listings-extra-tools {
  position: absolute;
  bottom: 7px;
  right: -1px;
}

.page-my-shared-listings .rounded-container .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings .content_body .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings .offer-mini-card .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings .widget-chart_container .w_content .bb-listings-extra-tools .btn-small-white,
.widget-chart_container .page-my-shared-listings .w_content .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings #listing-flyer-node-form .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings
    #profile2-edit-loan-officer-form .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings
    #profile2-edit-realtor-form .bb-listings-extra-tools .btn-small-white,
.page-my-shared-listings .rounded-container .bb-listings-extra-tools .share_btn_white,
.page-my-shared-listings .content_body .bb-listings-extra-tools .share_btn_white,
.page-my-shared-listings .offer-mini-card .bb-listings-extra-tools .share_btn_white,
.page-my-shared-listings .widget-chart_container .w_content .bb-listings-extra-tools .share_btn_white,
.widget-chart_container .page-my-shared-listings .w_content .bb-listings-extra-tools .share_btn_white,
.page-my-shared-listings #listing-flyer-node-form .bb-listings-extra-tools .share_btn_white,
.page-my-shared-listings
    #profile2-edit-loan-officer-form .bb-listings-extra-tools .share_btn_white,
.page-my-shared-listings
    #profile2-edit-realtor-form .bb-listings-extra-tools .share_btn_white,
.page-my-listings .rounded-container .bb-listings-extra-tools .btn-small-white,
.page-my-listings .content_body .bb-listings-extra-tools .btn-small-white,
.page-my-listings .offer-mini-card .bb-listings-extra-tools .btn-small-white,
.page-my-listings .widget-chart_container .w_content .bb-listings-extra-tools .btn-small-white,
.widget-chart_container
    .page-my-listings .w_content .bb-listings-extra-tools .btn-small-white,
.page-my-listings #listing-flyer-node-form .bb-listings-extra-tools .btn-small-white,
.page-my-listings
    #profile2-edit-loan-officer-form .bb-listings-extra-tools .btn-small-white,
.page-my-listings
    #profile2-edit-realtor-form .bb-listings-extra-tools .btn-small-white,
.page-my-listings .rounded-container .bb-listings-extra-tools .share_btn_white,
.page-my-listings .content_body .bb-listings-extra-tools .share_btn_white,
.page-my-listings .offer-mini-card .bb-listings-extra-tools .share_btn_white,
.page-my-listings .widget-chart_container .w_content .bb-listings-extra-tools .share_btn_white,
.widget-chart_container
    .page-my-listings .w_content .bb-listings-extra-tools .share_btn_white,
.page-my-listings #listing-flyer-node-form .bb-listings-extra-tools .share_btn_white,
.page-my-listings
    #profile2-edit-loan-officer-form .bb-listings-extra-tools .share_btn_white,
.page-my-listings
    #profile2-edit-realtor-form .bb-listings-extra-tools .share_btn_white {
  padding-right: 0px;
}

.page-my-shared-listings .rounded-container .bb-has-guest,
.page-my-shared-listings .content_body .bb-has-guest,
.page-my-shared-listings .offer-mini-card .bb-has-guest,
.page-my-shared-listings .widget-chart_container .w_content .bb-has-guest,
.widget-chart_container .page-my-shared-listings .w_content .bb-has-guest,
.page-my-shared-listings #listing-flyer-node-form .bb-has-guest,
.page-my-shared-listings
  #profile2-edit-loan-officer-form .bb-has-guest,
.page-my-shared-listings
  #profile2-edit-realtor-form .bb-has-guest,
.page-my-listings .rounded-container .bb-has-guest,
.page-my-listings .content_body .bb-has-guest,
.page-my-listings .offer-mini-card .bb-has-guest,
.page-my-listings .widget-chart_container .w_content .bb-has-guest,
.widget-chart_container
  .page-my-listings .w_content .bb-has-guest,
.page-my-listings #listing-flyer-node-form .bb-has-guest,
.page-my-listings
  #profile2-edit-loan-officer-form .bb-has-guest,
.page-my-listings
  #profile2-edit-realtor-form .bb-has-guest {
  float: right;
  font-size: 90%;
  background: #5600b2;
  color: white;
  padding: 3px;
  border-radius: 3px;
}

#manageRealtorGuest {
  font-size: 16px;
}

.jt-modal .alert {
  padding: 5px 10px !important;
}

.jt-modal .alert .close {
  position: absolute;
  right: 25px;
  font-size: 20px;
  top: 18px;
  cursor: pointer;
}

.jt-modal .nav-pills {
  padding-left: 20px;
  height: 61px;
  font-size: 16px;
  background: #fbfbfc;
  border-top: 2px solid #dfe4ee;
  border-bottom: 2px solid #dfe4ee;
}

.jt-modal .nav-pills li {
  height: 100%;
  margin-right: 25px;
}

.jt-modal .nav-pills li.active {
  border-bottom: solid #4296ae 3px;
  font-weight: 500;
}

.jt-modal .nav-pills li.active a {
  color: #354052;
  background: none;
}

.jt-modal .nav-pills li a {
  color: #7f8fa4;
  height: 100%;
  padding-top: 22px;
  padding: 22px 0px 22px 0px;
  border-radius: 0px;
  font-weight: normal;
}

.jt-modal .nav-pills li a:hover {
  background: none;
}

.jt-modal .nav-pills li a:focus {
  background: none;
}

.jt-modal #details .savePrice {
  line-height: 1.43;
  background: #eee;
}

.jt-modal #details label {
  height: 13px;
  width: 150px;
  color: #9b9b9b;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.jt-modal #details input {
  font-size: 16px;
}

.jt-modal .pictureList {
  overflow: hidden;
}

.jt-modal .pictureList .ui-state-highlight {
  border: 5px solid white;
}

.jt-modal .pictureList li {
  float: left;
  width: calc(33% - 9px);
  padding-bottom: 22%;
  background-position: center;
  margin: 5px;
  cursor: -webkit-grab;
  background-size: cover;
  border: 5px solid white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.jt-modal .pictureList li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.jt-modal .pictureList li .weightNum {
  position: absolute;
  font-size: 16px;
  color: white;
  margin: 4px;
  font-weight: bold;
}

.jt-modal .pictureList li .weightNumWrapper {
  height: 0px;
  width: 0px;
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid #4296ae;
  transform: rotate(180deg);
  opacity: 0.7;
  position: absolute;
  margin: -2px;
}

.jt-modal .pictureList li:active {
  cursor: -webkit-grabbing;
}

.jt-modal hr.separator {
  margin-top: 0px;
  border-top: 2px solid #a2d1df !important;
  margin-left: -15px;
  margin-right: -15px;
}

.jt-modal .form-group-subtitle {
  color: #44717e;
  font-weight: 400;
}

.jt-modal span.desc {
  color: #777;
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
  margin-left: 1px;
}

.page-my-shared-listings .page_header {
  display: none;
}

@media (min-width: 992px) {
  .page-my-shared-listings .filter-tools-container {
    margin-left: -13px;
  }
}

.page-my-shared-listings .filter-tools,
.page-my-shared-listings .listings-tools {
  display: block;
}

.page-my-shared-listings .tools.filter-tools {
  padding-bottom: 12px;
}

.page-my-shared-listings .rounded-container .dropdown-menu,
.page-my-shared-listings .content_body .dropdown-menu,
.page-my-shared-listings .offer-mini-card .dropdown-menu,
.page-my-shared-listings .widget-chart_container .w_content .dropdown-menu,
.widget-chart_container .page-my-shared-listings .w_content .dropdown-menu,
.page-my-shared-listings #listing-flyer-node-form .dropdown-menu,
.page-my-shared-listings
#profile2-edit-loan-officer-form .dropdown-menu,
.page-my-shared-listings
#profile2-edit-realtor-form .dropdown-menu {
  display: none !important;
}

.static-page,
.page-realtor-signup,
.page-contact,
.page-about,
.page-terms-conditions,
.page-privacy-policy,
.page-request-demo {
  text-align: justify;
}

.static-page ul,
.page-realtor-signup ul,
.page-contact ul,
.page-about ul,
.page-terms-conditions ul,
.page-privacy-policy ul,
.page-request-demo ul {
  padding-left: 14px;
}

.static-page ul li,
.page-realtor-signup ul li,
.page-contact ul li,
.page-about ul li,
.page-terms-conditions ul li,
.page-privacy-policy ul li,
.page-request-demo ul li {
  list-style-type: disc;
  margin: 6px;
  line-height: 16px;
}

@media (min-width: 992px) {
  .static-page ul li,
  .page-realtor-signup ul li,
  .page-contact ul li,
  .page-about ul li,
  .page-terms-conditions ul li,
  .page-privacy-policy ul li,
  .page-request-demo ul li {
    margin: 12px;
  }
}

.static-page h3,
.page-realtor-signup h3,
.page-contact h3,
.page-about h3,
.page-terms-conditions h3,
.page-privacy-policy h3,
.page-request-demo h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  margin: 26px 0 14px 0;
}

.static-page h4,
.page-realtor-signup h4,
.page-contact h4,
.page-about h4,
.page-terms-conditions h4,
.page-privacy-policy h4,
.page-request-demo h4 {
  font-size: 30px;
  text-align: center;
  margin-top: 16px;
}

.static-page p,
.page-realtor-signup p,
.page-contact p,
.page-about p,
.page-terms-conditions p,
.page-privacy-policy p,
.page-request-demo p {
  max-width: 100% !important;
}

.static-page section,
.page-realtor-signup section,
.page-contact section,
.page-about section,
.page-terms-conditions section,
.page-privacy-policy section,
.page-request-demo section {
  padding: 26px;
}

.static-page .sidebar,
.page-realtor-signup .sidebar,
.page-contact .sidebar,
.page-about .sidebar,
.page-terms-conditions .sidebar,
.page-privacy-policy .sidebar,
.page-request-demo .sidebar,
.static-page .navbar-collapse.collapse,
.page-realtor-signup .navbar-collapse.collapse,
.page-contact .navbar-collapse.collapse,
.page-about .navbar-collapse.collapse,
.page-terms-conditions .navbar-collapse.collapse,
.page-privacy-policy .navbar-collapse.collapse,
.page-request-demo .navbar-collapse.collapse,
.static-page .page_header,
.page-realtor-signup .page_header,
.page-contact .page_header,
.page-about .page_header,
.page-terms-conditions .page_header,
.page-privacy-policy .page_header,
.page-request-demo .page_header {
  display: none;
}

.static-page .stripe,
.page-realtor-signup .stripe,
.page-contact .stripe,
.page-about .stripe,
.page-terms-conditions .stripe,
.page-privacy-policy .stripe,
.page-request-demo .stripe {
  padding: 16px;
  min-height: 100vh;
}

.static-page .form-field label,
.page-realtor-signup .form-field label,
.page-contact .form-field label,
.page-about .form-field label,
.page-terms-conditions .form-field label,
.page-privacy-policy .form-field label,
.page-request-demo .form-field label {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
}

.static-page .page_body,
.page-realtor-signup .page_body,
.page-contact .page_body,
.page-about .page_body,
.page-terms-conditions .page_body,
.page-privacy-policy .page_body,
.page-request-demo .page_body {
  padding-left: 0;
}

.static-page .page-content,
.page-realtor-signup .page-content,
.page-contact .page-content,
.page-about .page-content,
.page-terms-conditions .page-content,
.page-privacy-policy .page-content,
.page-request-demo .page-content {
  background-color: transparent;
  border: 0;
}

@media (min-width: 992px) {
  .static-page h4,
  .page-realtor-signup h4,
  .page-contact h4,
  .page-about h4,
  .page-terms-conditions h4,
  .page-privacy-policy h4,
  .page-request-demo h4 {
    font-size: 40px;
    text-align: left;
  }

  .static-page h4.centered,
  .page-realtor-signup h4.centered,
  .page-contact h4.centered,
  .page-about h4.centered,
  .page-terms-conditions h4.centered,
  .page-privacy-policy h4.centered,
  .page-request-demo h4.centered {
    text-align: center;
  }
}

.static-page .media-mobile img,
.page-realtor-signup .media-mobile img,
.page-contact .media-mobile img,
.page-about .media-mobile img,
.page-terms-conditions .media-mobile img,
.page-privacy-policy .media-mobile img,
.page-request-demo .media-mobile img,
.static-page .page_header-advanced .tool_mobile img,
.page_header-advanced .static-page .tool_mobile img,
.page-realtor-signup .page_header-advanced .tool_mobile img,
.page_header-advanced .page-realtor-signup .tool_mobile img,
.page-contact .page_header-advanced .tool_mobile img,
.page_header-advanced
  .page-contact .tool_mobile img,
.page-about .page_header-advanced .tool_mobile img,
.page_header-advanced .page-about .tool_mobile img,
.page-terms-conditions .page_header-advanced .tool_mobile img,
.page_header-advanced .page-terms-conditions .tool_mobile img,
.page-privacy-policy .page_header-advanced .tool_mobile img,
.page_header-advanced .page-privacy-policy .tool_mobile img,
.page-request-demo .page_header-advanced .tool_mobile img,
.page_header-advanced .page-request-demo .tool_mobile img,
.static-page .page-dashboard .tool_mobile img,
.page-dashboard .static-page .tool_mobile img,
.page-realtor-signup .page-dashboard .tool_mobile img,
.page-dashboard .page-realtor-signup .tool_mobile img,
.page-contact .page-dashboard .tool_mobile img,
.page-dashboard
  .page-contact .tool_mobile img,
.page-about .page-dashboard .tool_mobile img,
.page-dashboard .page-about .tool_mobile img,
.page-terms-conditions .page-dashboard .tool_mobile img,
.page-dashboard .page-terms-conditions .tool_mobile img,
.page-privacy-policy .page-dashboard .tool_mobile img,
.page-dashboard .page-privacy-policy .tool_mobile img,
.page-request-demo .page-dashboard .tool_mobile img,
.page-dashboard .page-request-demo .tool_mobile img,
.static-page .page-my-dashboard .tool_mobile img,
.page-my-dashboard .static-page .tool_mobile img,
.page-realtor-signup .page-my-dashboard .tool_mobile img,
.page-my-dashboard .page-realtor-signup .tool_mobile img,
.page-contact .page-my-dashboard .tool_mobile img,
.page-my-dashboard
  .page-contact .tool_mobile img,
.page-about .page-my-dashboard .tool_mobile img,
.page-my-dashboard .page-about .tool_mobile img,
.page-terms-conditions .page-my-dashboard .tool_mobile img,
.page-my-dashboard .page-terms-conditions .tool_mobile img,
.page-privacy-policy .page-my-dashboard .tool_mobile img,
.page-my-dashboard .page-privacy-policy .tool_mobile img,
.page-request-demo .page-my-dashboard .tool_mobile img,
.page-my-dashboard .page-request-demo .tool_mobile img,
.static-page .page-listing-flyer .tool_mobile img,
.page-listing-flyer .static-page .tool_mobile img,
.page-realtor-signup .page-listing-flyer .tool_mobile img,
.page-listing-flyer .page-realtor-signup .tool_mobile img,
.page-contact .page-listing-flyer .tool_mobile img,
.page-listing-flyer
  .page-contact .tool_mobile img,
.page-about .page-listing-flyer .tool_mobile img,
.page-listing-flyer .page-about .tool_mobile img,
.page-terms-conditions .page-listing-flyer .tool_mobile img,
.page-listing-flyer .page-terms-conditions .tool_mobile img,
.page-privacy-policy .page-listing-flyer .tool_mobile img,
.page-listing-flyer .page-privacy-policy .tool_mobile img,
.page-request-demo .page-listing-flyer .tool_mobile img,
.page-listing-flyer .page-request-demo .tool_mobile img {
  display: block;
  margin: auto;
}

.page-realtor-signup .container,
.page-contact .container {
  max-width: 600px;
}

@media (min-width: 992px) {
  .page-about .col-md-5 {
    text-align: center;
  }
}

.page-about #app-nav .navbar-right .user-menu {
  margin: 0 12px;
}

.page-about #app-nav .navbar-right .user-menu a {
  margin: 0 auto;
}

.page-contact #app-nav .navbar-right .user-menu {
  margin: 0 12px;
}

.page-contact #app-nav .navbar-right .user-menu a {
  margin: 0 auto;
}

.page-terms-conditions li.user-menu {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-terms-conditions li.user-menu .dropdown-toggle {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-privacy-policy li.user-menu {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-privacy-policy li.user-menu .dropdown-toggle {
  margin-top: 0px;
  margin-bottom: 0px;
}

.node-type-listing-flyer header.main {
  display: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .node-type-listing-flyer header.main {
    margin-bottom: 6px;
  }
}

.node-type-listing-flyer #loanInfoModal .arch-toggle-wrapper {
  margin-top: 20px;
}

.node-type-listing-flyer #loanInfoModal .step1 .loPrivate {
  display: none;
}

.node-type-listing-flyer #loanInfoModal .step2 input {
  font-size: 16px;
}

.node-type-listing-flyer #loanInfoModal .step2 .back-btn {
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.bb-loan-officer table .loPrivate {
  display: table-row !important;
}

.bb-admin table .loPrivate {
  display: table-row !important;
}

.page-user .page_header-actions.above > .btn-edit {
  display: inline-block;
}

.page-user .user-picture {
  max-width: 100px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
}

.page-user .user-picture img {
  border: 1px solid #d7d8dc;
  max-width: 100%;
}

.page-user .field-label,
.page-user .content_body > h3 {
  margin: 14px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #adb0b7;
}

.page-user .field-items {
  font-size: 14px;
  line-height: 21px;
}

.page-user-reset .btn-edit {
  display: none !important;
}

.page-user-edit .logo-agent img {
  border: 1px solid #d7d8dc;
  max-height: 100px;
  margin: 16px 0;
}

.page-user-edit .user-picture {
  position: relative;
  top: 0px;
  right: 0px;
}

.page-user-edit .selector select {
  width: 100%;
  height: 34px;
}

.page-user-edit .form-controls {
  text-align: center;
}

.page-user-edit .form-controls .btn,
.page-user-edit .form-controls .editIco-btn,
.page-user-edit .form-controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .page-user-edit .form-controls a:nth-child(1) {
  width: 42%;
  margin: 0 12px;
}

@media (min-width: 992px) {
  .page-user-edit .form-controls .btn,
  .page-user-edit .form-controls .editIco-btn,
  .page-user-edit .form-controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node .page-user-edit .form-controls a:nth-child(1) {
    max-width: 100px;
  }
}

.page-user-edit .btn-edit,
.page-user-edit #edit-mimemail {
  display: none !important;
}

.page-my-bb-network .lender-profile .page_header-actions.above .btn-add-lender,
.page-my-bb-network .realtor-profile .page_header-actions.above .btn-add-realtor {
  display: inline-block;
}

@media (min-width: 992px) {
  .page-my-bb-network .tools_mobile,
  .page-my-bb-network .lender-profile .page_header-actions.above .btn,
  .page-my-bb-network .lender-profile .page_header-actions.above .editIco-btn,
  .page-my-bb-network .lender-profile .page_header-actions.above .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node
  .page-my-bb-network .lender-profile .page_header-actions.above a:nth-child(1),
  .page-my-bb-network .realtor-profile .page_header-actions.above .btn,
  .page-my-bb-network .realtor-profile .page_header-actions.above .editIco-btn,
  .page-my-bb-network .realtor-profile .page_header-actions.above .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
  .views-table_old td.views-field.views-field-edit-node
  .page-my-bb-network .realtor-profile .page_header-actions.above a:nth-child(1) {
    display: none;
  }

  .page-my-bb-network .page_header-actions.below .btn-add-lender,
  .page-my-bb-network .page_header-actions.below .btn-add-realtor {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .page-my-bb-network .page_header {
    display: none;
  }
}

.page-my-bb-network.bb-realtor .myInviteConfirmContent {
  display: none;
}

.page-my-bb-network.bb-realtor .msaNext {
  display: none;
}

.page-my-bb-network .acceptInvite .myInviteConfirmContent,
.page-my-bb-network .internalInvite .myInviteConfirmContent {
  display: none;
}

.page-my-bb-network .acceptInvite .msaNext,
.page-my-bb-network .internalInvite .msaNext {
  display: none;
}

.page-my-bb-network #myInviteConfirm input {
  font-size: 16px;
}

.page-dashboard section {
  margin-bottom: text-medium;
}

@media (min-width: 992px) {
  .page-dashboard .w_content .bank-table {
    display: block;
  }

  .page-dashboard .mobile-list {
    display: none;
  }

  .page-dashboard .page_header-actions.above .btn-edit {
    display: inline-block;
  }
}

.page-dashboard span.label {
  font-weight: 500;
}

.page-dashboard .form-control-static {
  padding-top: 2px;
}

.page-dashboard #profile .form-group {
  margin-bottom: 0px;
}

.page-my-dashboard section {
  margin-bottom: text-medium;
}

@media (min-width: 992px) {
  .page-my-dashboard .w_content .bank-table {
    display: block;
  }

  .page-my-dashboard .mobile-list {
    display: none;
  }

  .page-my-dashboard .page_header-actions.above .btn-edit {
    display: inline-block;
  }
}

.page-my-bank-io .page_header-title {
  border-bottom: 1px solid #d7d8dc;
}

.page-my-bank-io .company_picture {
  display: inline-block;
  height: 100px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 14px;
}

.page-my-bank-io .bank_info {
  margin: 7px 0;
}

.page-my-bank-io .bank_info .col-md-4 {
  padding: 0;
  margin: 0;
}

.page-my-bank-io .bank_personal-data {
  font-size: 16px;
  margin-top: 16px;
}

.page-my-bank-io .bank_personal-data label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

.page-my-bank-io .bank_personal-data ul {
  margin: 0;
  padding: 0;
}

.page-my-bank-io .bank_personal-data ul li {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

.page-my-bank-io .bank_contact {
  margin-top: 48px;
}

.page-my-bank-io .bank_featured {
  margin: 48px auto 0;
}

.page-my-bank-io .bank_featured .content_avatar {
  margin-left: 0;
  border: 1px solid #d7d8dc;
  height: 50px;
  width: 50px;
}

.page-my-bank-io .bank_featured ul {
  padding: 0;
}

.page-my-bank-io .bank_featured ul li {
  padding: 0;
  list-style-type: none;
  margin: 32px 0 0;
}

@media (min-width: 992px) {
  .page-my-bank-io .bank_featured .content_avatar {
    margin: 14px;
    height: 100px;
    width: 100px;
    display: block;
    float: none;
    margin-bottom: 14px;
  }

  .page-my-bank-io .bank_featured li {
    display: inline-block;
    margin: auto 32px;
  }
}

@media (min-width: 992px) {
  .page-my-bank-io .officers_list li {
    width: 22%;
  }
}

.node-type-mortgage-bank .btn-edit {
  display: inline-block !important;
}

.node-type-listing-flyer .page_header {
  display: none;
}

.node-type-listing-flyer .validate-or {
  padding-top: 25px;
  text-align: center;
}

.node-type-listing-flyer .validate-or span {
  padding: 9px;
  border-radius: 50%;
  background-color: #7e57c2;
  color: white;
  font-size: 11px;
  font-weight: 500;
}

.node-type-listing-flyer .fb-validate-option {
  padding-top: 20px;
}

.node-type-listing-flyer .fb-validate-option .form-group {
  text-align: center;
}

@media (max-width: 990px) {
  .node-type-listing-flyer .email-validate-option {
    padding-top: 20px;
  }

  .node-type-listing-flyer .fb-validate-option {
    padding-top: 0px;
  }

  .node-type-listing-flyer .validate-or {
    padding-top: 10px;
  }
}

.node-type-realtor-agency .btn-edit {
  display: inline-block !important;
  top: 4px;
}

.page-profile-loan-officer .page_header-actions.above > .btn-edit,
.page-profile-realtor .page_header-actions.above > .btn-edit {
  display: inline-block;
}

.page-profile-loan-officer .user-picture,
.page-profile-realtor .user-picture {
  max-width: 100px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
}

.page-profile-loan-officer .user-picture img,
.page-profile-realtor .user-picture img {
  border: 1px solid #d7d8dc;
}

.page-profile-loan-officer .field-label,
.page-profile-loan-officer .content_body > h3,
.page-profile-realtor .field-label,
.page-profile-realtor .content_body > h3 {
  margin: 14px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #adb0b7;
}

.page-profile-loan-officer .field-items,
.page-profile-realtor .field-items {
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .page-profile-loan-officer .launchpad__task-button,
  .page-profile-realtor .launchpad__task-button {
    width: 100%;
    max-width: none !important;
  }
}

#edit-profile-realtor-lfrp-flyer-preference {
  display: none !important;
}

#edit-profile-loan-officer-lflop-flyer-preference {
  display: none !important;
}

#social_manage_modal .bg-success {
  padding: 10px;
  color: #468847;
}

#social_manage_modal .bg-success span {
  margin-right: 10px;
}

#extra_details_modal form input {
  font-size: 16px;
}

#extra_details_modal form textarea {
  font-size: 16px;
}

#social_preview_modal .social-square-logo {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -5px;
  border-radius: 3px;
}

#social_preview_modal .social-square-logo.facebook {
  background-image: url("https://agentconnect.insellerate.com/sites/all/themes/bankingbridge_ui/images/fb_square.png");
}

#social_preview_modal .social-square-logo.linkedin {
  background-image: url("https://agentconnect.insellerate.com/sites/all/themes/bankingbridge_ui/images/linkedin_square.png");
}

#social_preview_modal .social-square-logo.email {
  background-image: url("https://agentconnect.insellerate.com/sites/all/themes/bankingbridge_ui/images/envelop.png");
}

#social_preview_modal .share-desc {
  margin-top: 10px;
  font-weight: 500;
}

@media (min-width: 992px) {
  #listing-flyer-node-form,
  #profile2-edit-loan-officer-form,
  #profile2-edit-realtor-form {
    background: transparent;
  }
}

#listing-flyer-node-form .container-fluid,
#profile2-edit-loan-officer-form .container-fluid,
#profile2-edit-realtor-form .container-fluid {
  margin-bottom: 24px;
}

#listing-flyer-node-form .container-fluid label,
#profile2-edit-loan-officer-form .container-fluid label,
#profile2-edit-realtor-form .container-fluid label {
  font-size: 21px;
  display: block;
  margin: 16px 0;
}

#listing-flyer-node-form .container-fluid .col-xs-4,
#profile2-edit-loan-officer-form .container-fluid .col-xs-4,
#profile2-edit-realtor-form .container-fluid .col-xs-4 {
  width: 48%;
  text-align: center;
  margin: 16px 0;
}

@media (min-width: 992px) {
  #listing-flyer-node-form .container-fluid .col-xs-4,
  #profile2-edit-loan-officer-form .container-fluid .col-xs-4,
  #profile2-edit-realtor-form .container-fluid .col-xs-4 {
    width: 24%;
  }
}

#listing-flyer-node-form .form-file,
#profile2-edit-loan-officer-form .form-file,
#profile2-edit-realtor-form .form-file {
  margin: 12px;
}

#listing-flyer-node-form .form-wrapper,
#profile2-edit-loan-officer-form .form-wrapper,
#profile2-edit-realtor-form .form-wrapper {
  padding: 14px;
  padding-left: 0;
  vertical-align: top;
}

@media (min-width: 992px) {
  #listing-flyer-node-form .form-wrapper,
  #profile2-edit-loan-officer-form .form-wrapper,
  #profile2-edit-realtor-form .form-wrapper {
    display: inline-block;
    width: 48%;
  }
}

#listing-flyer-node-form .form-wrapper.form-actions,
#profile2-edit-loan-officer-form .form-wrapper.form-actions,
#profile2-edit-realtor-form .form-wrapper.form-actions {
  padding-top: 0;
  margin-top: 0;
}

#listing-flyer-node-form .form-wrapper .form-text,
#profile2-edit-loan-officer-form .form-wrapper .form-text,
#profile2-edit-realtor-form .form-wrapper .form-text {
  width: 100%;
  height: 30px;
  padding-left: 6px;
}

#listing-flyer-node-form .form-wrapper .description,
#profile2-edit-loan-officer-form .form-wrapper .description,
#profile2-edit-realtor-form .form-wrapper .description {
  font-size: 12px;
  margin-top: 4px;
  font-style: italic;
}

#listing-flyer-node-form .form-item,
#profile2-edit-loan-officer-form .form-item,
#profile2-edit-realtor-form .form-item {
  margin-top: 12px;
}

#listing-flyer-node-form .form-item > label,
#profile2-edit-loan-officer-form .form-item > label,
#profile2-edit-realtor-form .form-item > label {
  margin-bottom: 4px;
}

#listing-flyer-node-form .field-widget-image-image,
#profile2-edit-loan-officer-form .field-widget-image-image,
#profile2-edit-realtor-form .field-widget-image-image {
  display: block;
  width: 90%;
}

#listing-flyer-node-form .field-widget-image-image .image-widget,
#profile2-edit-loan-officer-form .field-widget-image-image .image-widget,
#profile2-edit-realtor-form .field-widget-image-image .image-widget {
  border: 1px solid #d7d8dc;
  padding: 14px;
}

#listing-flyer-node-form .field-widget-image-image .image-widget .image-preview,
#listing-flyer-node-form .field-widget-image-image .image-widget .image-widget-data,
#profile2-edit-loan-officer-form .field-widget-image-image .image-widget .image-preview,
#profile2-edit-loan-officer-form .field-widget-image-image .image-widget .image-widget-data,
#profile2-edit-realtor-form .field-widget-image-image .image-widget .image-preview,
#profile2-edit-realtor-form .field-widget-image-image .image-widget .image-widget-data {
  width: 48%;
}

@media (min-width: 992px) {
  #listing-flyer-node-form .field-widget-image-image .image-widget .image-preview,
  #listing-flyer-node-form .field-widget-image-image .image-widget .image-widget-data,
  #profile2-edit-loan-officer-form .field-widget-image-image .image-widget .image-preview,
  #profile2-edit-loan-officer-form .field-widget-image-image .image-widget .image-widget-data,
  #profile2-edit-realtor-form .field-widget-image-image .image-widget .image-preview,
  #profile2-edit-realtor-form .field-widget-image-image .image-widget .image-widget-data {
    width: 24%;
    display: inline-block;
    vertical-align: top;
  }
}

#listing-flyer-node-form .field-widget-image-image .image-widget .image-widget-data,
#profile2-edit-loan-officer-form .field-widget-image-image .image-widget .image-widget-data,
#profile2-edit-realtor-form .field-widget-image-image .image-widget .image-widget-data {
  width: 70%;
}

#listing-flyer-node-form span.file,
#profile2-edit-loan-officer-form span.file,
#profile2-edit-realtor-form span.file {
  margin: 12px;
  display: block;
  font-weight: bold;
}

#listing-flyer-node-form #edit-actions,
#profile2-edit-loan-officer-form #edit-actions,
#profile2-edit-realtor-form #edit-actions {
  display: block;
}

.page-my-dashboard .btn-edit,
.page-profile-loan-officer-edit .btn-edit,
.page-profile-realtor-edit .btn-edit {
  display: none !important;
}

.bb-realtor #edit-profile-realtor-lfrp-agentid {
  display: none;
}

.bb-external-loan-officer #edit-profile-loan-officer-lflop-originator-id,
.bb-external-loan-officer #edit-profile-loan-officer-lflop-biz-channel {
  display: none;
}

.bb-loan-officer #edit-profile-loan-officer-lflop-external,
.bb-external-loan-officer #edit-profile-loan-officer-lflop-external {
  display: none;
}

.bb-admin #edit-profile-loan-officer-lflop-external,
.bb-admin #edit-profile-realtor-lfrp-agentid {
  display: inline-block !important;
}

@media (min-width: 992px) {
  .edit_listing {
    padding: 0 50px;
  }
}

.edit_listing header {
  margin: 20px auto;
}

.edit_listing header .goback-header {
  line-height: 31px;
  text-align: left;
  padding-left: 0;
}

.edit_listing header .goback-header a {
  display: inline-block;
}

.edit_listing header .goback-header a:before {
  font-family: "Glyphicons Halflings";
  display: inline-block;
  content: "\E091";
  color: #777777;
  width: 14px;
  margin-right: 6px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .edit_listing header .goback-header a {
    color: #777777;
  }

  .edit_listing header .goback-header a:before {
    display: none;
  }
}

.edit_listing header .goback-header a h1 {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .edit_listing header .goback-header a h1 {
    font-size: 26px;
    margin: 25px 0 20px;
  }
}

.edit_listing header .options-header {
  text-align: right;
  padding-right: 0;
}

@media (min-width: 992px) {
  .edit_listing header .options-header {
    text-align: left;
    padding-left: 0;
  }
}

.edit_listing header .options-header nav.dropdown {
  font-size: 0;
  z-index: 80;
  display: inline-block;
}

@media (min-width: 992px) {
  .edit_listing header .options-header nav.dropdown {
    width: 100%;
  }

  .edit_listing header .options-header nav.dropdown .dropdown-menu {
    display: block;
    position: relative;
    border: 1px solid #d7d8dc;
    box-shadow: none;
    border-radius: 0;
    background: #e9ecf3;
    padding: 0;
    margin: auto;
    width: 100%;
    z-index: 80;
  }

  .edit_listing header .options-header nav.dropdown .dropdown-menu li {
    display: inline-block;
  }

  .edit_listing header .options-header nav.dropdown .dropdown-menu li.active a {
    background-color: #353a4e;
    color: white;
  }

  .edit_listing header .options-header nav.dropdown .dropdown-menu li a {
    padding: 16px;
    display: block;
  }

  .edit_listing header .options-header nav.dropdown .dropdown-menu li a:hover,
  .edit_listing header .options-header nav.dropdown .dropdown-menu li a:active {
    background-color: #353a4e;
    color: white;
  }
}

.edit_listing header .options-header nav.dropdown a.dropdown-toggle {
  color: #777777;
}

@media (min-width: 992px) {
  .edit_listing header .options-header nav.dropdown a.dropdown-toggle {
    display: none;
  }
}

.edit_listing header .options-header nav.dropdown a.dropdown-toggle:visited {
  color: #777777;
}

.edit_listing header .options-header .mobile-action-btn {
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #5fbdc7;
  display: inline-block;
}

@media (min-width: 992px) {
  .edit_listing header .options-header .mobile-action-btn {
    display: none;
  }
}

.edit_listing section h2 {
  font-size: 26px;
  text-transform: capitalize;
  border-bottom: 1px solid #d7d8dc;
  padding: 20px 0;
}

.edit_listing section .form-group {
  padding: 0;
}

@media (min-width: 992px) {
  .edit_listing section .form-group:nth-child(2) {
    padding-right: 14px;
  }

  .edit_listing section .form-group:nth-child(3) {
    padding-left: 14px;
  }
}

.edit_listing section#geolocation .row {
  padding-top: 14px;
  margin: 0;
}

.edit_listing section#geolocation .row .form-group:nth-child(1) {
  padding-right: 14px;
}

.edit_listing section#geolocation .form-group:nth-child(2) {
  padding-left: 14px;
  padding-right: 0;
}

.edit_listing section#geolocation #map_edit {
  height: 320px;
  display: block;
}

.edit_listing .gallery {
  margin-top: 21px;
  text-align: center;
}

.edit_listing .gallery li {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 20px 20px 13px 20px;
  min-width: 140px;
  background-color: purple;
  cursor: move;
  background: white;
  border: 1px solid #d7d8dc;
  overflow: hidden;
}

.edit_listing .gallery li img {
  display: block;
  width: 100%;
  height: 100%;
}

.edit_listing .gallery li a {
  display: inline-block;
  padding: 5px;
  font-weight: lighter;
}

.edit_listing .gallery .ui-state-highlight {
  background-color: #e2e6ef;
  width: 240px;
  height: 215px;
}

.edit_listing #map-edit {
  margin-top: 21px;
  height: 240px;
}

.edit_listing .form-field {
  margin-top: 21px;
}

.edit_listing #controls {
  text-align: center;
}

.edit_listing #controls h2 {
  margin: 0 0 40px 0;
}

.edit_listing #controls .btn,
.edit_listing #controls .editIco-btn,
.edit_listing #controls .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node .edit_listing #controls a:nth-child(1) {
  margin: 0 14px;
}

.page-request-demo .symph {
  color: #5600b2;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  margin: 28px auto;
}

@media (min-width: 992px) {
  .page-request-demo .symph {
    font-size: 16px;
    text-align: left;
    line-height: 32px;
  }
}

.page-request-demo h4 {
  text-transform: capitalize;
  line-height: 36px;
}

.page-request-demo p.label {
  font-weight: bold;
}

.page-request-demo .form_scorpion {
  margin: 14px auto;
}

.page-request-demo .form_scorpion h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin: 16px;
  padding-bottom: 14px;
  display: block;
  border-bottom: 1px solid #d7d8dc;
  font-weight: 500;
}

.page-request-demo .media-desktop .media,
.page-request-demo .page_header-advanced .tool_desktop .media,
.page_header-advanced .page-request-demo .tool_desktop .media,
.page-request-demo .page-dashboard .tool_desktop .media,
.page-dashboard .page-request-demo .tool_desktop .media,
.page-request-demo .page-my-dashboard .tool_desktop .media,
.page-my-dashboard .page-request-demo .tool_desktop .media,
.page-request-demo .page-listing-flyer .tool_desktop .media,
.page-listing-flyer .page-request-demo .tool_desktop .media {
  width: 80%;
  display: block;
  margin: 32px auto;
}

.page-realtor-signup {
  color: #333;
}

.page-realtor-signup .glyphicon,
.page-realtor-signup .widget__icon--button {
  font-size: 80px;
  margin-bottom: 20px;
}

.page-realtor-signup .dl-horizontal {
  margin-bottom: 10px;
}

.page-realtor-signup .confirm-page .center-block {
  margin-top: 10px;
}

.page-realtor-signup .realtor-info {
  margin-top: 10px;
}

.page-realtor-signup .loader-wrapper {
  margin-top: 20px;
}

.page-realtor-signup h2 {
  color: #333;
  margin-top: 10px;
}

.page-realtor-signup .not-me {
  color: #333;
}

.page-realtor-signup .not-me .glyphicon-exclamation-sign {
  color: #f0ad4e;
  font-size: 80px;
  margin-bottom: 20px;
}

.page-realtor-signup .not-me p {
  text-align: center;
}

.page-realtor-signup .already-activated .glyphicon-exclamation-sign {
  color: #f0ad4e;
  font-size: 80px;
  margin-bottom: 20px;
}

.page-my-flyers.bb-loan-officer .list-static_flyer .program-set-placeholder {
  /* display: none !important; */
}

.page-my-flyers.bb-loan-officer .list-static_flyer .smartlist-toolbar .btn-circle {
  /* display: none !important; */
}

.page-my-flyers.bb-loan-officer .list-static_flyer .program-overlay .program-buttons-wrapper {
  /* display: none !important; */
}

.page-my-flyers.bb-bank-admin .list-static_flyer .program-set-placeholder,
.page-my-flyers.bb-admin .list-static_flyer .program-set-placeholder {
  display: unset !important;
}

.page-my-flyers.bb-bank-admin .list-static_flyer .smartlist-toolbar .btn-circle,
.page-my-flyers.bb-admin .list-static_flyer .smartlist-toolbar .btn-circle {
  display: inline-block !important;
}

.page-my-flyers.bb-bank-admin .list-static_flyer .program-overlay .program-buttons-wrapper,
.page-my-flyers.bb-admin .list-static_flyer .program-overlay .program-buttons-wrapper {
  display: flex !important;
}

#toast-container {
  font-weight: normal;
}

#toast-container .loader.loader-circle,
#toast-container .search-map__indicator--loading:after {
  border-top: 0.125em solid rgba(255, 255, 255, 0.5);
  border-right: 0.125em solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.125em solid rgba(255, 255, 255, 0.5);
  border-left: 0.125em solid white;
  font-size: 20px;
  color: white;
  position: absolute;
  right: 15px;
  top: 11px;
}

.offer-mini-card a.loan {
  display: none;
}

.page-integrations .collapsed,
.page-brand-integrations .collapsed {
  transform: rotate(180deg);
}

.page-integrations .accent-color-field,
.page-brand-integrations .accent-color-field {
  position: relative;
}

.page-integrations .network-table__row,
.page-brand-integrations .network-table__row {
  min-height: auto;
}

.page-integrations .network-table__row:hover,
.page-brand-integrations .network-table__row:hover {
  border-left-width: 6px;
  transition: border-left-width .1s;
}

.page-integrations .network-table__row.active,
.page-brand-integrations .network-table__row.active {
  border-left-color: #58bec8;
}

.page-integrations .network-table__row.inactive,
.page-brand-integrations .network-table__row.inactive {
  border-left-color: #f44336;
}

.page-integrations .network-table__row.idle,
.page-brand-integrations .network-table__row.idle {
  border-left-color: #ffb300;
}

.page-integrations .network-table__row.initial,
.page-brand-integrations .network-table__row.initial {
  border-left-color: #90a4ae;
}

.page-integrations .network-table__row .network-table__actions .glyphicon,
.page-integrations .network-table__row .network-table__actions .widget__icon--button,
.page-brand-integrations .network-table__row .network-table__actions .glyphicon,
.page-brand-integrations .network-table__row .network-table__actions .widget__icon--button {
  cursor: pointer;
}

.page-integrations .network-table__row .network-table__title,
.page-brand-integrations .network-table__row .network-table__title {
  position: absolute;
  left: 40px;
}

.page-listing .page_header {
  display: none;
}

.page-listing .sidebar {
  display: none;
}

.page-listing #main-header {
  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;
}

body.page-listing-flyer-manage-listing-flyer-archive,
body.page-profile-realtor-edit,
body.page-profile-loan-officer-edit,
body.page-listing-flyer-config,
body.page-listing-flyer-manage-loan-programs,
body.page-listing-flyer-manage-realtor-agencies,
body.page-listing-flyer-my-loan-programs {
  /*border:$on;*/
}

.signup-flow {
  min-height: 100vh;
  display: flex;
}

.signup-flow__sidebar {
  display: flex;
  flex: 1;
  background: linear-gradient(135deg, rgba(52, 57, 91, 0.99) 0%, rgba(52, 57, 91, 0.99) 60%, #666d96 100%);
  padding: 128px 82px;
  max-width: 460px;
  align-items: center;
  flex-direction: column;
}

.signup-flow__sidebar-logo {
  width: 235px;
  height: auto;
  display: block;
  margin-bottom: 150px;
}

.signup-flow__content {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: center;
  text-align: left;
  background: #FFFFFF;
  color: #353A4D;
  padding: 128px 82px;
}

.signup-flow__content-body {
  max-width: 605px;
}

.signup-flow__content-header {
  max-width: 605px;
}

.signup-flow__content-header-logo {
  display: none;
}

.signup-flow__content-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 25px;
}

.signup-flow__content-text {
  color: #353A4D;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.signup-flow__content-text + .signup-flow__content-text {
  margin-top: 20px;
}

.signup-flow__content-text--bold {
  font-weight: 600;
}

.signup-flow__content-text--gap-top {
  margin-top: 70px;
}

.signup-flow__content-text + .signup-flow__content-text--gap-top {
  margin-top: 70px;
}

.signup-flow__form {
  display: flex;
  margin: 38px 0;
  max-width: 350px;
}

.signup-flow__form form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.signup-flow__data {
  max-width: 350px;
}

.signup-flow__loading {
  display: flex;
  justify-content: center;
  margin-top: 140px;
}

.signup-flow__info {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 140px;
  background: rgba(34, 160, 182, 0.08);
  border: 1px solid #dfe3e9;
  padding: 20px 15px;
}

.signup-flow__success {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 140px;
  background: rgba(34, 160, 182, 0.08);
  border: 1px solid #dfe3e9;
  padding: 20px 15px;
}

.signup-flow__success:before {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/themes/bankingbridge_ui/images/check-mark.png) 0 0 no-repeat;
  margin-right: 5px;
}

.signup-flow__error {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 140px;
  background: rgba(218, 30, 30, 0.1);
  border: 1px solid #ffbdbd;
  padding: 20px 15px;
}

.signup-flow__loading-dot {
  width: 13px;
  height: 13px;
  background-color: #D8D8D8;
  animation: dot-keyframes 1.5s infinite ease-in-out;
  animation-fill-mode: both;
  border-radius: 50%;
}

.signup-flow__loading-dot + .signup-flow__loading-dot {
  margin-left: 8px;
}

.signup-flow__loading-dot:nth-child(2) {
  animation-delay: 0.25s;
}

.signup-flow__loading-dot:nth-child(3) {
  animation-delay: 0.5s;
}

.signup-flow__loading-dot:nth-child(4) {
  animation-delay: 0.75s;
}

@media (max-width: 767px) {
  .signup-flow {
    flex-direction: column;
  }

  .signup-flow__sidebar {
    display: none;
    max-width: 100%;
  }

  .signup-flow__content {
    padding: 0;
  }

  .signup-flow__content-header {
    padding: 25px 25px 40px;
    background: linear-gradient(135deg, rgba(52, 57, 91, 0.99) 0%, rgba(52, 57, 91, 0.99) 60%, #666d96 100%);
    max-width: 100%;
  }

  .signup-flow__content-header .signup-flow__content-title {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
  }

  .signup-flow__content-header .signup-flow__content-text {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
  }

  .signup-flow__content-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .signup-flow__content-text--gap-top {
    margin-top: 30px;
  }

  .signup-flow__content-header-logo {
    display: block;
    width: 29px;
    height: auto;
    margin-bottom: 36px;
  }

  .signup-flow__content-body {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
  }

  .signup-flow__form,
  .signup-flow__data {
    max-width: 100%;
  }

  .signup-flow__form {
    margin: -10px 0 38px;
  }

  .signup-flow__form a img {
    margin: 0 auto;
  }
}

@keyframes dot-keyframes {
  0% {
    background-color: #D8D8D8;
  }

  50% {
    background-color: #58BEC8;
  }

  100% {
    background-color: #D8D8D8;
  }
}

.widget__icon {
  display: inline-block;
  margin-left: 5px;
}

.widget__icon--boomtown {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAjCAYAAAB2BvMkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4NTkzMjk4MkRBNjExRTRCRERBOUNDRTk1NjkwMjMxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4NTkzMjk5MkRBNjExRTRCRERBOUNDRTk1NjkwMjMxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mjg1OTMyOTYyREE2MTFFNEJEREE5Q0NFOTU2OTAyMzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg1OTMyOTcyREE2MTFFNEJEREE5Q0NFOTU2OTAyMzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7DtrxJAAAQm0lEQVR42uxcaZBVxRXufrMwyCZjBAmiaDAuiCsxYixJTIiJlgsuQS2XKMZKaSqpEjTkRzQWxpjFaBlTlRjcSk2JJFpGsSSWOyhCAAFZlEJFFlEHRWZBZt68k+/c1/e9c889974ZrUqcKrs43H693u4+fZav+47vmOn2ds41gro9/iOXCAVQCfQu8jo5Ly7jnR1kGQ7eJzNIdOCNRoiMRn1oU+XF9a02Oc3Kj0N/0DY32E0uznVr3RA3xrVZw+lX8m5kmINEKwX8Kvn0b5EezV2BaBPPrdV4CS9YCC9Xjfvw2+6rQC6Vb4UCyX5c1HYpTIh+96y0GmEm6HRQV+irAfVfwvPHC6+b4OoRWQgaGS+gSy8CIfl9PF8AzQM9APrE9fHQCdrD73AT/Cr3YmmKG+PXgBMw+cktcyToZWsB9CJYi4KyhMXcB9FNn3ER/6+hYOxMjOsAjGNccgNQZ7wxeFcN0tLCJ8kjeTjoHMRn4fk6ko/o64xVDM+LCndhhC3gnq+419zurskXZbE6SwoUKFs6KGbzYY77bMgaG5jozZipqk//ekWyglpNlSRIpiHwDnwFdFhfnjAe8k4MaGxhkfuw4Sg3t26aG+V2umfpIKhQyC3PqiOpwmJJlSGdLElEWABWh65KfW+uWIUa1GZI4HZpQzlSRhMZi6B+N6LMY6QYsK/NGQXmGupb3cl197v59ce5qf4ZGAoHue2un2twpca8nSyZKYPZPBagLl6MbMv088xUmVk7kjZcFO2I0+o181DVruqislGfYBjRD0uub4AW9GWpxeETKqvGIb7Tzao/1x3QfZOb0T0VBXa1HuU3bdzNFakLU1e2maIqX8ZTM10X0jYHRou5CNIqMuf6lE2VpQ7VGLYbDNiWkFgxRwlPblNgnLGIT8/p82LLS+uLgXdYaxC7P6+b4ZbVn+Gu9M8uW0ojR8+nMaNbXePoete9H0owrTImf13I2w/x0aBQlt7twe7vi6HVsDl3pCRWAh6gyLZ4jwlqcjVXQPIdhro7OoepfPCqhgY4g/XvRtBbvXj5vUBjQANC162glXJnfIpwaHi3lRZzdZQt9uYjCgu6bi8saL2oNKn0MJ3lHqDjHKSWG0YdrugL3cZuLinVUIrtkxi6CHbpkDAfPJYNoHc+p4zTDNqVsJuSi99mbK7Wylx6V8WXBFZUiHGYMC9/A10Ae/YEElxD5UnSgRnpWtBk0L5xu8LrZHjj9gBbZIVJqHMVip/oY3VcHdSHoEdAN4LeVPVOx0udjA47w+8G0NOgOaAZoB+CDgwb4S20eQOid4Wyo0E/w6AnlcjtCwYrNni3+pjCUzNALx7ffaE7tfhr1+w38QTWGdKnkPSQKuksuaahztlIG66Ne0zwfBj1NyH+hGL+8wN+Fnuny0EPijLTGDER5u3NoI9C3vdAE9n5CMzAdt5zAS46BenHC2yN214U5nQ86DLQt0EjAirzOMpPRzvvq3G1GnjZzopU6ZgZqb2RapLeCRNSEml3oc1LYo4K7b0GGuerBsvpWKy7ER9qWfIKJpuHxT1DY2Jc3zMDGGBqBQ7xFSjqp6C/ikbvgXF4sTIKO7EhVpOASHwwIkO53yG6CdFbY+aQwCoX2c27b+Lx/GXFB92ddLT7uv9gaZDGMqzGJI9Vk8+MfEdg8FoY1mww2LnlPH8a/ntU2Tbt+D0wlB2BtC1qUc/C4+HQx2L8Hq/6Y+b9BegfoLNU36xJmPEuzNjoG4Pm6BRpB4cxy3ecAnqIAdJCL9T+iZR2Gbf4qi7dBwsxJ5JYVMXBMpiKw0mgO5WbdgkzFVloucDYQrwRZf4C2k94pVt9YAyB+DfGTFVhmOQ4rkH0NmlvRgxFVTEEz/FcLj/Gv81s1lO8h/u8WzJVDTsLi+J/W4g4PkKwi6p8f5Z4MXCrDWr8Pjx4qZwy3Mh/Ml4zo+9RmqmU/cT5PzG8QpIeMTZGawymFrTHF8p0SWmFtN+zWnMKVkD6ElH9Fi8mkbTd5tPQBd7hfNDBVC48EI9ZtVy4ChNVVeyflMRLMIYcF/UCD5FeMnbfHpzQQbsJaLWmW36NnFy5UDGepZkRbVzDHieoBXkrVJvM4+PCQo6XCxqe40OcpdkodSTUid9LZZ86njUe0c7xqgjbXjsV3tVeOTZyNrrCdtKPQFeBngFN93KRfEUCzRHSYoIx36zmrsY8TgHdGy+UkmQXhLYOdz49RvQ1H/kXof7lLhyNKGjku/g9OAslUpJynWYcLxneu7X8zj65eZi6ZKHaSDx5pE2UixviW/G8CpPPKuNxa4GRf2wov8gYzmGh/FcN5+GQkDTGAG1XxjaRBnuVVGNiFUuGRN6lNsNO6RmKtCTc4JNSphkTfkcwCL+lVyzs/BaUWSa8wW7jcPp60B9Y7wZ7Y01Km2KHhUp1jlLeZQlp7ATcFxyIKw3EtgG/90wxTJL5Hgo2AS/Iy8ZYulBhKgpzmZv1aQPxRPdgV1cXy3s8Gwymu5Qle3ifU1HmVYP5mkKdhcbR0UEhuqd+B+TFanK4IYGWpvVISpq2oK1Lg2Z6zoCTu+P6gcGY0VqTTEntBeH9lYt7pQaETRMbsWIn78DzYmVMF51qB2G9EzYP/m01dmFn6KeoYX9OozLFYaspkaiqtinNXKyipwRpxIlLlBRjacTebuwdrvcGg0pWq3UsU6o6F1pFfqDKvGGUKYaFWmio1y+FN2821Gj/UH6AIZWW1rAL+V2PLduEVCx52pjeFN5pyxltt4k4i4V2eQhdWRHvbL6O1Z9IWxK7x9Ke8WkLfbCyv/ulbBjIAhLgrIIzvLKWBynoIWZkorQkjJlsUcIZIDdIXenpiCCQauWBmQ5H6CTvrNBSjyI+SFUboOsLg5gP+zerNhr4rZC3v75WEwLbZ03Guy0rq0RvXp3BsyMWAuHoqakngC7aaBc/dzGjyUNo54xF1WmUVFMnsHGaZ/T25JxOV/Dac7P2i09CEJ7SfZKEKmB4Z50ICKk9WEpWspyPQv4I867R5C2Q9N4CsFonGGW9amMInicE8NJq//uou7/GyiSDZrxTAfWG1DLoLfRdxDvkWWEhd9HVrhWeGINqv3Xl+3IaAE0uvK9KtQQMYMAIlGbgLGZIxCkNMSSxKNG3btsbHqV0UCr4WYXLyIQYsuK1gsF0jcEB4HY+VIb93vIYTUtJxqcC+CnTWF1ty4NHsg7SZdvyZoegj6WjhrKfFCiHsdiQC17h1Sj3RJa3xZiTz2HKxEK5NAyQtcKUwewkFrwmTEA208j0inr3Rv9UZfTgRqS8Qmm46knPkk6WylSMSLFKQjuviZsDHJixfpDDlJNAx6i8dxgR76lElbdga41Dng2ytGI7K6EKjfrMibOCR3dKOKKxGGhqT/Rf3pUaKdW045DVGBl2X4VxeqKTlcsYqdNaUqaQ3W518RNeU6a6K0V3vcion1rQBSqNPc2B+tqxYPB6py4nIizLmlDN3BnYWmY+4jtEO22p6TK6bUgg0eX7zfenJJJzR4Ia6FNexNJSzOfYatL+ETBAliRN3M33hjrVOJZzaVXpa9kJGb0LeynFOBqKllCFoUIXx0C1ZqZehKXWSLQtpSWuxWCamUHtysZKMla+e10JL+mFLoPSAZAzkHXTpsqy5YTR7DNsKwVvmIznFDJvebgJKSq4T/ZhvgvlG9+17Kc8yZAR2DZannO+yCbLthr23bI8206rPGszpMdRuQ0rIZUOS8A7/QWOwRSkJU0oPzy+GJ9C1ntxrTRhlNfShpQt+aiGcCE1Lsqw/by1C3LVYFIVWuXy7JYcSfSSVEdK2jwXq0uLIfBkjO7VDEO/N++gJGZ8PTm6VlM5y8xUhZRjGHlXQXb1HDdp+4QMCWRJMp9hc7leSL345VJS12ulI2w0yrf3MnGsDCO2uhhpxZu3kBkfZZRU+0ssJg7Pf4Oe1EwrnitQbnvOxx69+kDE2BgDRdnXZUa9ntiw64vRAKszeyAeU73NhG0KX5VSpVW92y5pgIc+vaNM7IrB050Cv2q1mIIorbE8CY8viRIkNgYZ2JnJUD4pB+V3hHnmvvIc21WZDkPNDVLSY0uOF7csSKWUhxrCqlr2WFoNVr9z1HCEER5D3mbUgS3oV6YYy6ftkv7hXK0J7Y9H+p85njjWqc7+Gqoa/FoCjFCibJjBFPE7NFQYMlatHnlUPtIJ42qu4bMlYXufj80lcCpnSytvYh5Jt1xPfMlXsD4tHQaWPcIK+j1au/eI91ftbMqx5Tbg9/b0x6mVZ6+uRZeMQ3bldeq2ljhxw0W+R72zJ3xE9P2gYVdQMrJOgG+tKU+e3A14tmEeN2Lx+LvEsYb91BLKv2dgUcww/wTdSuVLbr8xpAnJMzgvJSKp2wtqoGQApD05KqiF8wR1xh9WDFNl7kH9X7nyRcorQF8zpNF2aSSzigEjbiv56LaoXHQ+Pvkg1OHbncMMJmrJUsF6Q9RyPuRX2mkPNfpvHyeuWRe0avAKyc4zapH/S4Fo35syzXzEDLPQxjxfvvJq2VJ/D08+JF4l1HHcH19TnovobND+xtrz1eMdXthWpIBSUoYekWGUp89YE3Mh89U1k6zwL8PTGoU4X258CjRZq9LYpqrabpGRzGbJK0b7bxaqRwILM+yiVXm2lX3mSaa9FYx1XefssH58Rfxt5J2ZOiukDNTcMkvD81XkzxaINl8G/CgPGSflxSE8ClohilxBZGNPsl11ZjhdwwdapWmv0acla+7HkUS1gawkg0Tu+N09Vz+V+CNof4UGWkEvG/Vayn/vIZKgaw17qYTfiyUulbURNMaWhdKr7yj5Dj/fGD7Plb9M8kG7NMY41F6WR5ejCSKjLT46EIF31kmOEvfkU16aCMvRj75j/UJA+5NAqJAsPgmO8gcSy0X9waScA1QY4HzirHCo6nOQersBhgE/VDHdMAMLGqYWbgMqTNTodQ6zLUL+mfa2ioBSZzpCLnW0EoctUhUKz3GIofoGK2ej2ZCAQ0vVYxE+CJ+TwXwPxjbWf1z5ukW3RqaFTVuHeAvxJTlyzwe1ZIXFKHMIKk9DuXPQzu4JqVAObyB6Hxq90bk0E4bzSfYw+NLZxAzJwWqGL/49rhh3A8pspvIdKx+Nj8p3uOQtUmTEZQrBNpSf0nP5zcEzpuCUrEvA+WVsiFz1nnJd0t32scR5IdwIvRzP86RhLgJLG74bf0tyoRKsvQhtrg1Mz1/e8F92eVosKDPexjCfFPJnZ3h1/Pkd33boirORtwNliqIMj+Vg/O4SJzHx7dvvBFWetVEmRzPQMTOahuhTL8vFDm46M1Z3L09seGfwSfu+mKMmLDh/trUmthfy/sSQ6H4clb/FGxYW8d3onn35062sUB8vOPqoIzLfOy4jP3GT71InmK0ehYr9UOba4m1uZuk0N8Fv4QmtC4vM8fhPFhmqzkspx9e3R6JcE96ODe+1rK5slURWO/GfleKrNd1K8hTE8U890otZmBTy6gUjFTR2FspU5qB8BkmhPc+fprEtdX3G/K9feN2EMfXCi8kLvWUqDnyQPdd9trDSGR+W1gjFHrx3sca4uzPayypT6sF7vR9sys8SSjnjKvXgna38XsxBxIl844K9v+vz6vXpP7HzRfjfBuEV8hkhfzD7sYHcz/+Csb4Inzbw11d/BB0KRpsHpnoDT/4M7xjEo6tU/xVgAAu71mkTZ3LoAAAAAElFTkSuQmCC") no-repeat;
  width: 55px;
  height: 11px;
  background-size: 55px auto;
}

.modal .widget__icon--boomtown {
  width: 125px;
  height: 29px;
  background-size: 125px auto;
}

.widget__icon--widget::after {
  color: #c8d2df;
  content: "</>";
  font-size: 16px;
}

.modal .widget__icon--widget::after {
  content: "</embed>";
  font-size: 28px;
  width: 10px;
  height: 10px;
}

.widget__icon--standalone::after {
  content: "<s/>";
  color: #c8d2df;
  font-size: 16px;
}

.modal .widget__icon--standalone::after {
  content: "</standalone>";
  font-size: 28px;
  width: 10px;
  height: 10px;
}

.widget__icon--api::after {
  content: "\F20E";
  color: #c8d2df;
  font-size: 16px;
  font-family: "Font Awesome 5 Brands";
}

.modal .widget__icon--api::after {
  content: "<api/>";
  font-size: 28px;
  width: 10px;
  height: 10px;
}

.widget__icon--button {
  background: #c8d2df;
  box-shadow: inset 0px 0px 0px 1px #fff;
  border: 2px solid #c8d2df;
  border-radius: 3px;
  width: 35px;
  height: 18px;
  color: #999;
  font-size: 15px;
  position: absolute;
}

.widget__icon--button:before {
  left: 45%;
  position: absolute;
  top: 4px;
}

.modal .widget__icon--button {
  width: 120px;
  height: 28px;
  top: 0;
  font-size: 26px;
}

.modal .widget__icon--button:before {
  left: 50%;
  top: 6px;
}

.login-bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #281d57 url("/themes/bankingbridge_ui/images/login-lines-hero-background.svg") 50% 50%;
  position: relative;
  z-index: 1;
}

.login-block {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 16px;
  width: 476px;
  color: #8da3b7;
}

.login-block .login-header {
  text-align: center;
  margin-bottom: 25px;
}

.login-block .form-group {
  margin-bottom: 20px;
}

.login-block .form-check-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.login-block input[type="checkbox"] + label:before {
  content: "\F0C8";
  border: 1px #ccc solid;
}

.login-block input[type="checkbox"]:checked + label:before {
  content: "\F14A";
  color: #1ccaa7;
}

.login-block .form-check-label::before {
  font-family: FontAwesome;
  font-size: 20px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 6px;
  left: 0px;
}

.login-block .messages {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.login-block .messages.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.login-block .messages.status {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  display: block !important;
}

.login-block .messages__item {
  margin-bottom: 2px;
}

.login-block textarea,
.login-block input.text,
.login-block input[type="text"],
.login-block input[type="button"],
.login-block input[type="submit"],
.login-block .input-checkbox {
  -webkit-appearance: none;
}

.login-block input[type="submit"]:focus {
  outline: 0;
}

.login-header__logo {
  width: 52px;
  height: 52px;
}

.login-block__inner {
  margin: 0 auto;
  max-width: 336px;
}

.is-sso-login .login-block__inner {
  min-width: 280px;
}

.login-header__title {
  color: #281d57;
  font-size: 26px;
}

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

.alt-login-btn {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #281d57;
  border: 1px solid #e3e3ea;
  font-weight: 300;
  cursor: pointer;
  height: 42px;
  padding: 8px 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 1px transparent;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}

.alt-login-btn:hover {
  border-color: #b9b9e1;
  box-shadow: 0px 0px 0px 1px #b9b9e1;
  color: #281d57;
}

.alt-login-btn svg {
  height: 16px;
  width: 16px;
  color: #1877f2;
  margin-right: 4px;
}

.alt-login-btn.is-ms img,
.alt-login-btn.is-google img {
  height: 16px;
  margin-right: 4px;
}

.alt-login-btn.is-ms {
  width: 100%;
  max-width: 250px;
}

.login__separator {
  position: relative;
  text-align: center;
}

.login__separator::after,
.login__separator::before {
  content: "";
  position: absolute;
  background-color: #e3e3ea;
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
}

.login__separator::after {
  right: 0;
  left: auto;
}

.is-sso-login .login__separator {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.login-block__input {
  background: #fff;
  padding: 20px 14px;
  border: 1px solid #e3e3ea;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
}

.login-block__input::-moz-placeholder {
  opacity: 1;
}

.login-block__input::-moz-placeholder,
.login-block__input:-ms-input-placeholder,
.login-block__input::-webkit-input-placeholder {
  color: #281d57;
}

.login-block__submit {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  border-radius: 4px;
  background: var(--bs-primary);
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 100%;
  height: 42px;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: inset 0 0 100px 100px transparent;
  margin: 0px auto;
  border: 2px solid var(--bs-primary);
  cursor: pointer;
  outline: 0;
}

.login-block__submit:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
}

.login-block__remember .form-group {
  margin-bottom: 0;
}

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

.login-block__links a {
  color: #2acac5;
}

.login-block__links a:hover {
  color: #00cb7a;
}

.login-loader {
  position: relative;
  background: #fff;
  border-radius: 7px;
  padding: 50px 100px;
}

.login-loader .loader.loader-circle,
.login-loader .search-map__indicator--loading:after {
  border-left-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.login-block__note p {
  background: #f9fafc;
  border-radius: 7px;
  box-shadow: 0 0 1px 1px #e3e3ea inset;
  color: #5a6d97;
  padding: 8px 16px;
}

@media only screen and (max-width: 550px) {
  .login-bg {
    padding: 35px;
  }

  .login-block {
    width: 100%;
    padding: 24px 32px;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("/themes/bankingbridge_ui/images/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("/themes/bankingbridge_ui/images/fonts/slick.eot");
  src: url("/themes/bankingbridge_ui/images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/themes/bankingbridge_ui/images/fonts/slick.woff") format("woff"), url("/themes/bankingbridge_ui/images/fonts/slick.ttf") format("truetype"), url("/themes/bankingbridge_ui/images/fonts/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%;
  -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: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: "\2022";
  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;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 100%;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.twitter-typeahead {
  /* //width: 100%; */
  /* //float: left;
  display: initial !important; */
  display: inline-block;
  width: 100%;
}

.input-group .twitter-typeahead {
  display: table-cell !important;
}

.twitter-typeahead .tt-hint {
  color: #999999;
}

.twitter-typeahead .tt-input {
  z-index: 2;
}

/*.tt-loading {
  width: 20px !important;
  height: 20px !important;
  border-width: 4px !important;
  position: absolute !important;
  left: 518px;
  top: 8px;
}*/

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  background-color: #EFF3F6;
  background-clip: padding-box;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.33);
}

.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
  color: #262626;
}

.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}

.tt-header {
  background: #ADB0B7;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 1px;
  color: white !important;
  cursor: default !important;
}

.tt-header:hover {
  background-color: #ADB0B7 !important;
}

.tt-highlight {
  background: rgba(48, 123, 177, 0.15) !important;
}

table.footable-details,
table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}

table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.footable-hide-fouc {
  display: none;
}

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: .3;
}

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}

table.footable-details > tbody > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > thead > tr:first-child > th {
  border-top-width: 0;
}

table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > thead > tr:first-child > th {
  border-top-width: 1px;
}

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: .3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none;
}

table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th,
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th {
  display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

.fooicon-loader:before {
  content: "\E030";
}

.fooicon-plus:before {
  content: "+";
}

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

.fooicon-search:before {
  content: "\E003";
}

.fooicon-remove:before {
  content: "\E014";
}

.fooicon-sort:before {
  content: "\E150";
}

.fooicon-sort-asc:before {
  content: "\E155";
}

.fooicon-sort-desc:before {
  content: "\E156";
}

.fooicon-pencil:before {
  content: "\270F";
}

.fooicon-trash:before {
  content: "\E020";
}

.fooicon-eye-close:before {
  content: "\E106";
}

.fooicon-flash:before {
  content: "\E162";
}

.fooicon-cog:before {
  content: "\E019";
}

.fooicon-stats:before {
  content: "\E185";
}

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: 400;
}

table.footable.footable-filtering-right > thead > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
  text-align: right;
}

table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

table.footable-paging-center > tfoot > tr.footable-paging > td,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th,
table.footable > tfoot > tr.footable-paging > td {
  text-align: center;
}

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}

table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}

table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}

table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }

  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }

  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}

table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable,
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity .3s ease-in;
}

td.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
td.footable-sortable:hover > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0;
}

table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
}

table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}

ul.pagination > li.footable-page {
  display: none;
}

ul.pagination > li.footable-page.visible {
  display: inline;
}

td.footable-editing {
  width: 90px;
  max-width: 90px;
}

table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none;
}

table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
  display: inline-block;
}

#admin-menu {
  opacity: 0.3;
}

.mapGridEl,
.officers_list.more,
.bank_contact,
.w_content .bank-table,
.w_chart,
.my-dashboard_tools,
.status,
.listings-views .view,
.content-controls .top,
.filter-tools,
.my-network_tools .tools_desktop,
.my-network_tools.realtor,
.my-network_tools.lender,
.options-header,
.spinner,
.relations,
.menu-toggle-btn,
.infotag,
.tools,
#edit-select legend,
.mobile-filters,
.not-equal-blocks,
.page_header .btn,
.page_header .editIco-btn,
.page_header .views-table_old td.views-field.views-field-edit-node a:nth-child(1),
.views-table_old td.views-field.views-field-edit-node
.page_header a:nth-child(1),
.page_header .selector,
.page_header-title .page-tag_line,
.cover,
.hide {
  display: none;
}

.navEdit,
.media-desktop,
.page_header-advanced .tool_desktop,
.page-dashboard .tool_desktop,
.page-my-dashboard .tool_desktop,
.page-listing-flyer .tool_desktop {
  display: none !important;
}

@media (min-width: 992px) {
  .media-mobile,
  .page_header-advanced .tool_mobile,
  .page-dashboard .tool_mobile,
  .page-my-dashboard .tool_mobile,
  .page-listing-flyer .tool_mobile {
    display: none !important;
  }

  .media-desktop,
  .page_header-advanced .tool_desktop,
  .page-dashboard .tool_desktop,
  .page-my-dashboard .tool_desktop,
  .page-listing-flyer .tool_desktop {
    display: inline-block !important;
  }
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.sidebar .nav li:hover {
  text-decoration: none;
  background-color: #eeeeee !important;
}

.sidebar .nav li a {
  background-color: inherit;
}

::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f0f2f5;
  /* Track background */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(86, 0, 178, 0.1);
  /* Scrollbar thumb */
  border-radius: 10px;
  border: 1px solid #ffffff;
  /* Padding around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(86, 0, 178, 0.2);
  /* Hover effect */
}

.ac-fixed-height-blk {
  height: calc(100vh - 370px);
  overflow: auto;
}

.btn-invite-pending {
  border-color: var(--bs-light-blue) !important;
  color: var(--bs-light-blue) !important;
}

.btn-light-blue {
  background-color: var(--bs-light-blue) !important;
  border-color: var(--bs-light-blue) !important;
}

.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #fff;
}

.form-check-input:checked {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

/*-- Default Style --*/

:root {
  --bs-primary: #5600b2;
  /* Custom Primary Color */
  --bs-primary-rgb: 86, 0, 178;
  /* RGB version for transparency effects */
  --bs-secondary: #3e60ac;
  --bs-success: #22C55e;
  --bs-danger: #ff6995;
  --bs-dark: #011024;
  --text-dark-50: #525252;
  --bs-light-blue: #1c63f4;
  --bs-link-color: var(--text-dark-50);
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 86, 0, 178;
  --bs-border-color: #dee2e6;
}

.btn-primary {
  --bs-btn-hover-bg: rgba(86, 0, 178, 0.1);
  --bs-btn-hover-border-color: #5600b2;
  --bs-btn-active-bg: tranparent;
  --bs-btn-active-border-color: #5600b2;
}

.btn-outline-primary {
  border-color: var(--bs-primary) !important;
  color: var(--bs-primary) !important;
}

.btn-outline-primary:hover {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

.btn-cancel {
  background-color: transparent;
  border: 1px solid var(--bs-primary) !important;
  border-radius: 4px;
  color: var(--bs-primary) !important;
  transition: 300ms ease all;
}

.btn-cancel:focus,
.btn-cancel:hover {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  text-decoration: none;
}

.btn-modern {
  transition: 300ms ease all !important;
}

.btn-modern:hover {
  transform: scale(1.05);
}

.bg-primary {
  background-color: var(--bs-primary);
}

.bg-transparent {
  background-color: transparent !important;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #F6F7FD;
  font-weight: normal;
}

.text-muted,
p,
label {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: var(--bs-primary);
}

a:hover {
  color: rgba(86, 0, 178, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-dark);
}

.h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-6 {
  font-size: 1rem;
  font-weight: 700;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fw-bold {
  font-weight: 700;
}

.border-0 {
  border: none;
}

.border-bottom {
  border-bottom: 1px solid var(--bs-border-color);
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-end {
  border-right: 1px solid var(--bs-border-color);
}

.rounded-2 {
  border-radius: 0.375rem;
}

.rounded-3 {
  border-radius: 0.5rem;
}

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

.border {
  border: 1px solid var(--bs-border-color);
}

.flex-grow-1 {
  flex-grow: 1;
}

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1.5rem;
}

.text-dark {
  color: #011024 !important;
}

.shadow-none {
  box-shadow: none;
}

.badge {
  background-color: rgba(86, 0, 178, 0.1) !important;
  color: var(--bs-primary) !important;
  padding: 5px 12px;
  font-weight: normal;
  border-radius: 30px;
}

.sidebar {
  width: 280px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: width 0.3s;
}

.ac-main-container {
  width: calc(100% - 280px);
}

/* Custom CSS for smooth transitions without JS */

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
  pointer-events: none;
  /* Prevent interaction while hidden */
}

.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
  /* Re-enable interaction when visible */
}

.dropup.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
  /* Re-enable interaction when visible */
}

/* Optional slide-up effect */

.dropdown-menu {
  transform: translateY(8px) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: var(--bs-border-color);
}

.dropdown.open .dropdown-menu {
  transform: translateY(0);
}

/* Style for the toggle elements */

.dropdown-toggle .icon-dropdown {
  transition: transform 0.3s ease;
}

.dropdown.open .dropdown-toggle .icon-dropdown {
  transform: rotate(180deg);
}

.img-circle {
  transition: all 0.3s ease;
}

.list-program {
  height: calc(100vh - 280px);
  overflow: auto;
}

.bb-realtor .tabs,
.bb-realtor #edit-account,
.bb-realtor .vertical-tabs,
.bb-loan-officer .tabs {
  display: none;
}

.ac-whitebg-shadow-blk {
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
}

.form-single-submit-processed .ac-main-container {
  overflow: hidden;
}

.terms-con {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  padding: 20px 15px;
}

.terms-con h2 {
  font-size: 17px;
  margin: 0px;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}

.terms-con h3 {
  font-size: 16px;
  margin: 0px;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #172B4D;
  font-weight: 700;
}

.terms-con h4 {
  font-size: 15px;
  margin: 0px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #172B4D;
  font-weight: 700;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}

.terms-con h5 {
  font-size: 14px;
  margin: 0px;
  line-height: 1.2em;
  margin-bottom: 6px;
  color: #172B4D;
  font-weight: 600;
}

.terms-con h6 {
  font-size: 14px;
  margin: 0px;
  line-height: 1.2em;
  margin-bottom: 9px;
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}

.terms-con p {
  font-size: 14px;
  margin: 0px;
  line-height: 1.8em;
  font-weight: 400;
  color: #172B4D;
  margin-bottom: 15px;
}

.terms-con ul li {
  font-size: 14px;
  margin: 0px;
  line-height: 1.3em;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
  list-style-type: disc;
}

.terms-con ol li {
  font-size: 14px;
  margin: 0px;
  line-height: 1.6em;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
  list-style: auto;
}

.terms-con ul {
  padding-left: 25px;
}

.terms-con ol {
  padding-left: 25px;
}

.terms-con ol.alpha li {
  list-style: lower-alpha;
}

.terms-con ol.dec li {
  list-style: lower-roman;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

#crop-image-modal .modal-content .modal-body {
  height: 660px;
  width: 100%;
  overflow: hidden;
}

#crop-image-modal .modal-content .modal-body .cropper-container {
  width: 100% !important;
}

.l-messages {
  display: none;
}

/*
.admin-bar {
  body {
    overflow: hidden;
  }

  .ac-sidebar-menu {
    .menu{
      height: calc(100vh - 120px);
    }
  }  
}
  */


/*# sourceMappingURL=bb-styles.css.map*/