/* Minification failed. Returning unminified contents.
(14922,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(16669,30): run-time error CSS1038: Expected hex color, found '#ffff'
(21078,34): run-time error CSS1046: Expect comma, found '0'
(21078,38): run-time error CSS1046: Expect comma, found '/'
 */
/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:0;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:0 0;color:inherit;border:0;outline:0;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: 'Karla', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

footer {
    display: none;
    text-align: center;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

body {
    position: relative;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul > li {
    display: inline-block;
    font-family: 'Karla', sans-serif;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -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: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
    margin: 0;
}

a {
    text-decoration: none;
    font-family: 'Karla', sans-serif;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
    }

    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: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    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: 'Karla', sans-serif;
    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: 5px 0 10px 5px;
}

.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 !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.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%;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: 'Karla', sans-serif;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 5px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    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: 5px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .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: 1216px;
    }
}

.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;
    }

    .detaishide1 li {
        width: 100% !important;
        display: block;
        color: rgb(168, 168, 168);
    }

    .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%;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 4px 1px;
    color: rgb(85, 85, 85);
}

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;
}

::-moz-placeholder {
    color: #A9A9A9 !important;
    font-weight: normal !important;
    font-family: 'Karla';
    font-size: 14px !important;
}

::-webkit-input-placeholder {
    color: #A9A9A9 !important;
    font-weight: normal !important;
    font-family: Karla !important;
    font-size: 14px !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #A9A9A9 !important;
    font-weight: normal !important;
    font-family: Karla !important;
    font-size: 13px !important;
}

.for_offer_id::placeholder {
    color: #A9A9A9 !important;
    font-weight: normal !important;
    font-family: Karla !important;
    font-size: 13px !important;
}

#regpop input::placeholder {
    color: #A9A9A9 !important;
    font-weight: normal !important;
    font-family: Karla !important;
    font-size: 16px !important;
}

.for_offer_id:focus {
    outline: none !important;
    border: none !important;
    box-shadow: 0px 0px 5px 2px #e2e2e2;
    border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #A9A9A9;
    font-weight: 700;
    font-family: ''Karla', sans-serif', sans-serif;
    font-size: 14px;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
    border: 0 none;
}

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[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 2px;
}

.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,
    .form-control-static.input-sm,
    .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-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 {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 5px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.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 + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -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 {
    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: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn.focus,
    .btn:active:focus,
    .btn:active.focus,
    .btn.active:focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
     
    .btn:focus,
     
    .btn.focus  {
        color: #fff !important;
        text-decoration: none !important;
        border: 0;
        outline: 0;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        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_buyer: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;
    }

#sellerlist .itm {
    padding-top: 6px;
}

.userlog div {
    border-bottom: 1px solid rgb(189, 185, 185);
    padding: 2px;
    text-align: left;
}

.userlog {
    min-height: 30px;
    overflow-y: scroll;
    height: 400px;
}

.btn-danger {
    color: #fff;
    background-color: rgb(224, 40, 68);
    border-color: rgb(224, 40, 68);
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

.pop_up_body select {
    height: 41px;
    margin-bottom: 3px;
}

.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 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: -6px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

.text-left.cont-sell-information {
    padding: 7px 0;
    display: block;
    margin-top: 43px;
    clear: both;
    overflow: hidden;
}

.selectview .text-right a:last-child {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.selectview .col-group:last-child {
    text-align: right;
}

.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: 176px;
    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: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: rgb(34, 117, 153);
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: rgb(34, 117, 153);
            background-color: #ededed;
        }

    .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-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before,
    .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-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) {
        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 {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 5px;
        height: 41px;
        padding: 6px 12px 1px !important;
    }

        .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: 5px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 5px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 5px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        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 6px;
        }

            .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: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 5px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a,
        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before,
    .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
    /* float: right; */
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }

    .for_padding {
        padding: 2px 0px;
    }

    .form_for_login {
        margin-top: 11px;
        float: none;
    }
}

.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: 0px;
    padding: 9px 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {

    .for-mrgn {
        height: 115px!important;
    }

    .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: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm,
    .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs,
    .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.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: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.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;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before,
    .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    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 {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

    .alert > p + p {
        margin-top: 5px;
    }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -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);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -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: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 4px 31px 21px 31px;
    text-align: left;
    border: 0 none;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -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;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 11px;
    top: 6px;
}

.login_btn_div {
    padding: 0px 0 4px;
}

input:focus {
    box-shadow: 0px 0px 8px 0px rgba(82, 168, 236, 0.71) !important;
    outline: 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow-y: scroll;
    padding-right: 0px !important;
}

.modal {
    display: none;
    /* position: absolute !important;  */
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.bootbox.modal::-webkit-scrollbar {
    width: 10px;
}

.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;
}

.bootbox.modal.fade.in {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    position: relative !important;
    background-color: rgb(245, 245, 245) !important;
    border: none !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
    background-clip: padding-box !important;
    outline: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: auto;
    background-clip: padding-box;
    outline: 0;
}

.modal-body {
    /*position: absolute; */
    /* padding: 12px 40px 36px 40px;  */
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    text-align: center;
    /* background: rgb(245, 245, 245); */
    border-radius: 5px;
}

.modal-dialog {
    display: -webkit-box;
    display: table;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
}


/* .modal-open .modal {
    padding-right: 17px;
} */

.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 !important;
    border-bottom: none !important;
}

    .modal-header:before,
    .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 8px 0 0;
    line-height: 1.42857;
}

.intro > .modal-body {
    text-align: center;
    font-size: 15px;
    color: rgb(14, 109, 150);
    font-weight: bold;
}

.intro > .modal-footer .btn-default {
    color: #fff;
    background-color: rgb(34, 117, 153);
    border-color: #ccc;
    width: 36%;
    height: 45px;
    font-size: 18px;
}



.intro > .modal-footer .btn-primary {
    color: #fff;
    background-color: rgb(34, 117, 153);
    border-color: #ccc;
    width: 100px;
    height: 45px;
    font-size: 18px;
}


.modal-footer {
    padding: 0 !important;
    text-align: right !important;
    border-top: none !important;
}

.change_body .modal-footer {
    padding: 0 !important;
    text-align: right;
    border-top: none;
    margin: 0 !important;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 26px;
    margin-right: 127px;
}

.doitlater {
    background: no-repeat;
    margin: 0 auto !important;
    text-align: center;
    float: none !important;
    display: block;
}

button.btn.margin-top:hover {
    color: #464444 !important;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

#regpop #btnsubmit {
    border-radius: 0 !important;
}

.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: 759px) {
    .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    }

    .modal-sm {
        width: 382px;
    }

    .modal-medium {
        width: 462px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Karla', 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: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Karla', 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;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: 'Karla', sans-serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.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;
    }

    .agentdetails {
        width: 48% !important;
        margin: 0 6px !important;
    }

    .disagent {
        height: 28px !important;
        margin-bottom: 3px !important;
        text-align: center !important;
    }

    .activeagent-search {
        text-align: center !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .statusgiven {
        text-align: left !important;
    }

    .asign-teamlead {
        text-align: left !important;
        padding: 10px 0 13px 2px !important;
    }

    .agentdiscription .col-xs-12 {
        padding: 0;
    }

    .selleraddress {
        line-height: normal !important;
        max-height: 40px !important;
        margin-top: 12px !important;
        ;
        position: relative !important;
        -webkit-transform: translateY(-10%) !important;
        transform: translateY(-10%) !important;
        right: auto !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;
    }

    .for_select ul {
        margin: -7px 1px 1px !important;
    }

    .for_select li {
        margin-right: 0px !important;
    }

    .edit-delete {
        text-align: left;
    }

    .padding_box_style .col-xs-12 {
        display: block;
        padding-left: 17px;
    }

    .added_team_discription {
        display: inline-block;
        width: 75% !important;
    }

    .what_is_offer ul li:first-child {
        display: block !important;
    }

    .what_is_offer ul {
        height: auto !important;
        line-height: 35px !important;
        text-align: center !important;
    }

    .img-respon {
        width: 100%;
        margin: auto;
        height: 204px;
        object-fit: contain;
    }

    .for_image_styliing {
        width: 250px !important;
        margin: auto;
        display: block;
        object-fit: fill;
    }
}

@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;
    }

    body .inner_error_msg {
        width: 100% !important;
        float: none !important;
        clear: both;
    }

    body #altmsg,
    body .msg_center {
        max-height: 61px;
        margin-top: 0;
        overflow-x: hidden;
        height: auto;
        overflow-y: auto;
        position: absolute;
        left: 0 !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: auto !important;
    }

    .row.for_place_offer_details {
        height: auto !important;
    }

    .flt-right {
        float: left !important;
    }

    .txt-rgt {
        text-align: left !important;
    }

    .details_purchasing {
        padding-left: 40px !important;
    }

    .for_name_style {
        padding-left: 20px !important;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        margin: 0 2px 2px 15px !important;
    }

    .fortabs li {
        padding: 0 6px !important;
        font-size: 20px !important;
    }

    .hint-tutorials .btn {
        width: 176px !important;
    }

    .checkit {
        margin-left: 40px !important;
        display: block !important;
    }

    .itm {
        height: auto !important;
    }

    #sellerlist .form-group.pull-right {
        float: left !important;
    }

    .for_place_offer {
        width: 94px !important;
        font-size: 15px;
        margin: 0px 12px;
    }

    .login_popup_title_home {
        font-size: 22px !important;
    }

    .tutorials {
        text-align: center !important;
        font-size: 17px !important;
        font-weight: 500;
        font-family: "Open Sans";
        vertical-align: sub;
        display: block !important;
        margin-top: 19px !important;
    }

    .mls-listing {
        float: none;
        text-align: center !important;
    }

    .for_print span {
        font-size: 18px;
        margin-left: 2px !important;
    }

    .activeagent-search li {
        margin: 0 0px 0 0 !important;
    }

        .activeagent-search li input {
            padding: 5px !important;
            width: 112px !important;
        }

    .selleraddress {
        line-height: normal !important;
        max-height: 40px !important;
        margin-top: 12px !important;
        ;
        position: relative !important;
        -webkit-transform: translateY(-10%) !important;
        transform: translateY(-10%) !important;
        right: auto !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;
    }

    .selleraddress {
        max-height: 49px !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .nav.fortabs li a {
        font-size: 17px !important;
        width: auto;
        padding: 6px 0 !important;
    }

    .nav.fortabs li {
        height: 36px !important;
        padding: 0 14px !important;
        min-width: 68px !important;
    }

    .zipforms {
        margin-left: 12px !important;
        padding: 5px 6px !important;
        font-size: 13px !important;
    }

    .clshide {
        width: 118px;
    }

    .fit-sp li {
        width: 49%;
        vertical-align: top;
        height: 41px;
        overflow: hidden;
    }

    .form-group.marg-v-10 {
        margin: 0;
    }

    .tab-content.new_content .for_place_offerd {
        height: 45px !important;
    }

    #saleslist .sales_listing_style > li {
        min-height: 60px;
        max-width: 123px !important;
    }

    .activeagent-search li input {
        padding: 9px;
        width: 149px !important;
    }

    .added_team_discription {
        display: inline-block;
        width: 80% !important;
    }

    .add_new_team li {
        margin: 0 2px 0px 4px !important;
    }

    .add_new_team h4 {
        font-size: 16px !important;
    }

    .withplusicon {
        font-size: 14px !important;
    }

    .agentdiscription .col-xs-12.col-md-6.col-lg-6 {
        padding: 0;
    }

    .new_content .alert {
        padding: 15px 15px 0 !important;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        font-size: 20px !important;
        margin: 4px 6px 2px 4px !important;
    }

    .counter {
        font-size: 12px !important;
    }

    .cntaling .counter {
        width: 50px !important;
        margin-left: 4px !important;
    }

    .col-md-2.ser-email.email-limit-list {
        width: 187px !important;
    }

    #btneditSP {
        display: block;
    }

    .byrcounteroffer {
        font-size: 10px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .inner_error_msg {
        height: 50px !important;
    }
}

@media (min-width: 992px) and (max-width: 1119px) {
    body .inner_error_msg {
        height: 51px !important;
    }

    .custm_search.last_search_box input {
        width: 133px !important;
    }

    .buyer-head-top .for_listing_list .search_by_address .search_active#agentlist #ddlagent {
        width: 117px !important;
    }

    .custm_search.last_search_box input {
        width: 133px !important;
    }

    .form-control.service_location.ui-autocomplete-input {
        width: 132px !important;
    }
}

@media (min-width: 940px) and (max-width: 1122px) {
    #saleslist .sales_listing_style > li {
        min-height: 60px;
        max-width: 123px !important;
    }

    #saleslist .sales_listing_style > li {
        min-height: 60px;
        max-width: 242px !important;
        width: 169px;
    }

    .agent-sales {
        padding-left: 10px;
    }

    .net-earning {
        padding-left: 10px;
    }

    .edit-icon-style {
        padding-left: 23px;
    }
}

@media (min-width: 775px) and (max-width: 939px) {
    #saleslist .sales_listing_style > li {
        min-height: 60px;
        max-width: 123px !important;
    }

    #saleslist .sales_listing_style > li {
        min-height: 60px;
        max-width: 242px !important;
        width: 136px;
    }

    .agent-sales {
        padding-left: 10px;
    }

    .net-earning {
        padding-left: 10px;
    }

    .edit-icon-style {
        padding-left: 23px;
    }

    .printotherpage .listingWrap.col-xs-12 {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }

    .clshide {
        width: 82px !important;
    }

        .clshide select {
            width: 100% !important;
            padding: 1px 1px 2px !important;
            font-size: 12px !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;
    }

    .col-xs-12.col-md-2.xx-1.xx-7.padding-0.for_pad.flt-right.listing-width {
        max-width: 56px !important;
        width: 135px !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;
    }

    .for_select ul {
        margin: -3px;
        text-align: center !important;
    }

    .col-xs-12 {
        max-width: 100% !important;
    }

    .listing-list-details .xx-1 {
        max-width: 165px;
        min-width: 100%;
    }

    .for_sales_filter.sale_serchpanel_input li {
        width: 100% !important;
        padding: 0px;
    }

    .check_field_style {
        display: none !important;
    }

    #saleslist .sales_listing_style > li {
        min-height: 60px;
        min-width: 100%;
    }

    .container.body-content .for_setting_bg li {
        width: 100% !important;
        float: none;
        display: inline-block;
        margin: auto;
    }

    .agentdetails {
        width: 46% !important;
    }

    .printotherpage .listingWrap.col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .agentdiscription {
        padding: 4px 0;
        border-right: none !important;
    }

    .asign-teamlead {
        text-align: right;
        border-left: none !important;
    }

    .listing-list-details .xx-1 {
        max-width: 165px;
        min-width: 100%;
    }

    .resposivepad {
        margin-left: 40px;
        display: block;
    }

    .listing-width .resposivepadw {
        margin-left: 4px;
    }

    .manualoffer {
        width: 100% !important;
    }

    body #clientlist .tab-pane .row.for_place_offer_details.autoheight {
        min-height: 54px;
        height: auto !important;
    }

    .offer_data {
        font-size: 18px;
        padding-top: 3px;
        display: block;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 12px;
        text-align: center;
        margin-right: 78px;
    }

    #generalfilelist li:first-child,
    #filelist li:first-child {
        width: 80% !important;
        margin-left: 0;
    }

    .row.for_place_offer_details.autoheight .client-listing .client-first-list {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .container.body-content .for_setting_bg li {
        width: 124px;
        margin: 0 16px;
    }

    .edit-delete {
        text-align: left !important;
    }

    .resposivepadw {
        padding-left: 39px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .col-xs-12.col-md-3.xx-1.xx-5.for_place_offerd {
        max-width: 225px !important;
        width: 400px;
    }

    .col-xs-12.col-md-2.xx-1.xx-7.padding-0.for_pad.flt-right {
        width: 303px !important;
        max-width: 190px !important;
    }

    .col-xs-12.col-md-2.xx-1.xx-2 {
        width: 285px;
        max-width: 181px !important;
    }

    .wdt-292 {
        width: 251px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    #main_navigation .for_all_user li {
        display: inline-block;
        width: 95px !important;
        margin-right: 0px !important;
    }

    .for_all_user li a span {
        font-size: 15px !important;
    }

    .for_listing_list .search_by_address .search_active#agentlist #ddlagent {
        width: 206px !important;
        max-width: 157px !important;
    }

    .custm_search .for-w {
        width: 170px !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;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

select {
    font-family: 'Karla', sans-serif;
    color: rgb(51, 51, 51);
    background-color: #ffffff;
    /* -moz-appearance:none;
	-webkit-appearance:none;
	appearance:none; */
}

option {
    padding: 4px;
    font-size: 16px;
    text-transform: capitalize;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

ul {
    -webkit-padding-start: 0;
    list-style: none;
}

.onlyforheight {
    height: 116px;
}

select:focus {
    box-shadow: none;
    border: 2px solid #00b0ee;
}

.service_location:focus {
    box-shadow: none;
    border: none !important;
    box-shadow: none !important;
}

.hidden {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.btn_mainBlue {
    font-weight: 500;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.35s, transform 0.2s;
    border-radius: 2px;
    height: 34px;
    min-width: 120px;
}

    .btn_mainBlue:hover,
    .btn_mainBlue:focus {
        font-weight: 500;
    }

    .btn_mainBlue.navbar_btn {
        line-height: 34px !important;
        background-color: #00b0ee;
        color: #ffffff;
    }

        .btn_mainBlue.navbar_btn:hover,
        .btn_mainBlue.navbar_btn:focus {
            color: #ffffff;
            background-color: #028db2 !important;
        }

    .btn_mainBlue.border_btn {
        background-color: #ffffff;
        border: 2px solid #00b0ee;
        color: #00b0ee;
    }

        .btn_mainBlue.border_btn:hover,
        .btn_mainBlue.border_btn:focus {
            color: #ffffff;
            background-color: #00b0ee;
        }

    .btn_mainBlue.cancel_btn {
        background-color: #e0e0e0;
        border: 2px solid transparent;
        color: #7d7d7d;
    }

        .btn_mainBlue.cancel_btn:hover,
        .btn_mainBlue.cancel_btn:focus {
            color: #ffffff;
            background-color: #7d7d7d;
            border: 2px solid transparent;
        }

    .btn_mainBlue.save_btn {
        background-color: #00b0ee;
        border: 2px solid transparent;
        color: #ffffff;
    }

        .btn_mainBlue.save_btn:hover,
        .btn_mainBlue.save_btn:focus {
            color: #ffffff;
            background-color: #028db2;
            border: 2px solid transparent;
        }

.btn_with_icon {
    padding-left: 40px !important;
}

#allListings {
    padding: 15px 0;
}

.listingBox ul li .marg-v-10 {
    border: 1px solid #545454;
}

.listingBox ul {
    padding-left: 0;
}

    .listingBox ul hr {
        margin: 10px auto;
    }

    .listingBox ul li select {
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #7d7d7d;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .listingBox ul li select:focus {
            box-shadow: none;
            border-right: none;
            border-top: none;
            border-bottom: none;
        }

    .listingBox ul li h4 {
        text-align: center;
        color: #00b0ee;
        font-weight: bold;
        padding: 10px 0 0;
    }

    .listingBox ul li p .notify_offer {
        font-weight: 500;
        color: #f44336;
    }

.listingBox.status_active select {
    border-left: 6px solid #00c853;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.listingBox.status_escrow select {
    border-left: 6px solid #ffab00;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.listingBox.status_closed select {
    border-left: 6px solid #00b0ee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.listingBox.status_cancelled select {
    border-left: 6px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.notify_offer_icon {
    border-left: 40px solid transparent;
    border-right: 40px solid #f44336;
    border-top: 40px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 17px;
    bottom: 32px;
    z-index: 1;
}

.notification_counter {
    position: absolute;
    margin-top: -20px;
    right: -36px;
    background-color: #fff;
    font-size: 10px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    color: #f44336;
}

@media screen and (min-width: 300px) {
    .listingWrap.col-xs-12 {
        width: 100%;
    }

    .nav li {
        text-align: center;
    }

    .userPic {
        margin: 0 auto;
    }

    .btn_with_icon {
        width: 100%;
    }
}

@media screen and (min-width: 480px) {
    .listingWrap.col-xs-12 {
        width: 50%;
    }
}

@media screen and (min-width: 720px) {
    .listingWrap.col-xs-12 {
        width: 33.33%;
    }
}

@media screen and (min-width: 768px) {
    .btn_with_icon {
        width: auto;
    }
}

@media screen and (min-width: 1080px) {
    .listingWrap.col-xs-12 {
        width: 25%;
    }
}

.boxesPadding {
    background-color: #ffffff;
    border-top: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .boxesPadding .boxesTopic {
        color: #00b0ee;
        font-weight: 500;
        padding: 20px;
        margin: 0;
    }

    .boxesPadding hr {
        margin: 0;
        border-top: 2px solid #e0e0e0;
    }

    .boxesPadding .boxesParagraph {
        padding: 30px 30px 0 30px;
        line-height: 32px;
    }

        .boxesPadding .boxesParagraph p {
            padding: 15px 30px;
        }

.loginBox {
    text-align: center;
    margin-top: 7.5%;
    padding: 20px 20px 30px;
}

    .loginBox h1 {
        color: #00b0ee;
        padding-bottom: 20px;
    }

    .loginBox form {
        max-width: 300px;
        margin: 0 auto;
    }

    .loginBox button {
        width: 100%;
        margin-bottom: 30px;
    }

    .loginBox a {
        color: #7d7d7d;
        text-decoration: underline;
    }

        .loginBox a:hover,
        .loginBox a:active,
        .loginBox a:focus {
            color: #00b0ee;
        }

.input-group-addon {
    border: none;
    padding: 0 6px;
    background-color: #e0e0e0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .input-group-addon .material-icons {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.5;
    }

.btn-primary {
    background-color: #00b0ee;
    color: #ffffff;
    border-color: #00b0ee;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #028db2;
        color: #ffffff;
        border-color: #028db2;
    }

    .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 {
        background-color: #028db2;
        color: #ffffff;
        border-color: #028db2;
    }

    .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: #00b0ee;
        color: #ffffff;
        border-color: #00b0ee;
    }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
}

.wrapEmAll {
    margin-bottom: 30px;
}

@media screen and (min-width: 240px) {
    .allSteps {
        padding: 0 0 80px;
    }

    .half_padding:nth-child(1) {
        padding-right: 15px;
    }

    .half_padding:nth-child(2) {
        padding-left: 15px;
    }

    .extra_hidden {
        visibility: hidden;
    }

    .call_to_action button {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .call_to_action .right {
        float: none;
    }

        .call_to_action .right button {
            display: block;
            margin-bottom: 10px;
            width: 100%;
        }
}

@media screen and (min-width: 768px) {
    .allSteps {
        padding: 0 0 140px;
    }

    .half_padding:nth-child(1) {
        padding-right: 7.5px;
    }

    .half_padding:nth-child(2) {
        padding-left: 7.5px;
    }

    .call_to_action button {
        display: inline-block;
        margin-bottom: 0;
        min-width: 100px;
        width: auto;
    }

    .call_to_action .right {
        float: right;
    }

        .call_to_action .right button {
            display: inline-block;
            margin-bottom: 0;
            min-width: 100px;
            width: auto;
        }
}

@media screen and (min-width: 992px) {
    .allSteps {
        padding: 0 0 60px;
    }
}

@media screen and (min-width: 1200px) {
    .extra_hidden {
        visibility: visible;
    }
}

.allSteps {
    text-align: center;
}

    .allSteps .steps a {
        padding: 13px 20px;
        border-radius: 100%;
        font-size: 18px;
        height: 52px;
        width: 52px;
        margin: 0 auto;
    }

        .allSteps .steps a.active {
            color: #ffffff;
            font-weight: 700;
        }

    .allSteps .stepInfo {
        padding-top: 20px;
        display: block;
    }

        .allSteps .stepInfo.active {
            color: #00b0ee;
            font-weight: 500;
        }

.icon_has_topic {
    position: absolute;
    margin-top: -2px;
    font-size: 24px;
}

.topic_has_icon {
    padding-left: 32px;
}

.editable_mode {
    margin-top: -24px;
    font-size: 12px;
    color: #e0e0e0;
}

    .editable_mode .icon_has_topic {
        font-size: 14px;
    }

    .editable_mode .topic_has_icon {
        padding-left: 20px;
    }

.you_are_here {
    list-style-type: none;
}

    .you_are_here li {
        display: inline-table;
        line-height: 36px;
    }

        .you_are_here li i.material-icons {
            vertical-align: middle;
        }

        .you_are_here li a {
            color: #7d7d7d;
            text-decoration: none;
            text-transform: uppercase;
        }

            .you_are_here li a:hover,
            .you_are_here li a:active,
            .you_are_here li a:focus {
                color: #00b0ee;
            }

            .you_are_here li a.active {
                color: #00b0ee;
                font-weight: 700;
                font-size: 16px;
            }

.move_down_group {
    margin-bottom: 0;
}

.move_up_group {
    margin-top: 0;
}

.checkbox-custom,
.radio-custom,
.checkbox-custom-label,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-custom + .checkbox-custom-label:before,
    .radio-custom + .radio-custom-label:before {
        content: '';
        background: #ffffff;
        border: 2px solid #e0e0e0;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
    }

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

    .checkbox-custom:checked + .checkbox-custom-label:before {
        content: "check";
        font-family: Material Icons;
        background: #00b0ee;
        color: #ffffff;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
    }

.radio-custom {
    opacity: 0;
    position: absolute;
}

    .radio-custom + .radio-custom-label:before {
        border-radius: 50%;
    }

    .radio-custom:checked + .radio-custom-label:before {
        content: "check";
        font-family: Material Icons;
        color: #7d7d7d;
    }

.checkbox-custom-label {
    position: relative;
    font-weight: 400;
}

.radio-custom-label {
    position: relative;
}

.full_width .input-group {
    width: 100%;
}

.custom_margin-md {
    margin-bottom: 27px;
}

.call_to_action {
    padding: 0 30px 30px;
}

.datepicker {
    border: 2px solid #e0e0e0;
    padding: 10px;
}

    .datepicker table tr td.today,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover {
        background-color: #028db2 !important;
        background-image: none !important;
        color: #ffffff !important;
    }

    .datepicker table tr td.active,
    .datepicker table tr td.active:hover,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover {
        background-color: #00b0ee !important;
        background-image: none !important;
        color: #ffffff !important;
    }

    .datepicker td,
    .datepicker th {
        border-radius: 2px !important;
        padding: 10px !important;
        border: 3px solid #ffffff !important;
    }

.drop_zone {
    text-align: center;
    padding: 30px;
}

.drop_area {
    padding: 20px 10px;
}

.blue_icon {
    color: #00b0ee;
}

.call_to_action {
    border-bottom: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
}

.visibilityHide {
    visibility: hidden;
}

.has-error .form-control {
    box-shadow: none;
    border-color: #f44336;
}

    .has-error .form-control:focus {
        box-shadow: none;
        border-color: #f44336;
    }

.boxesPadding_full {
    border: 2px solid #e0e0e0;
}

.property_information {
    margin-top: 15px;
}

.heading_status {
    padding: 15px;
    border-bottom: 2px solid #e0e0e0;
}

    .heading_status h4 {
        color: #00b0ee;
    }

    .heading_status h5 {
        text-align: right;
        text-transform: uppercase;
    }

.entry {
    padding: 7px 4px;
}

    .entry:last-child {
        border: none;
    }

    .entry.links_entry {
        padding-top: 15px;
    }

.form-group.final_group {
    margin-bottom: 0;
}

.seperated_entry {
    margin: 7.5px 0;
}

.tabs li,
.tabs li:before {
    cursor: default;
    z-index: 1;
    position: relative;
    border: 2px solid #e0e0e0;
    border-bottom: 0;
    float: left;
    height: 45px;
    margin: 6px 0 0 1px;
    padding: 0 1px;
    width: 150px;
    border-radius: 5px 5px 0 0;
    background: rgba(34, 113, 153, 0.12);
}

    .tabs li:nth-child(1) {
        z-index: 7;
    }

    .tabs li:nth-child(2) {
        z-index: 6;
    }

    .tabs li:nth-child(3) {
        z-index: 5;
    }

    .tabs li:nth-child(4) {
        z-index: 4;
    }

    .tabs li:nth-child(5) {
        z-index: 3;
    }

    .tabs li:nth-child(6) {
        z-index: 2;
    }

    .tabs li:nth-child(7) {
        z-index: 1;
    }

    .tabs li.active,
    .tabs li.active:before {
        z-index: 9 !important;
        background: rgb(34, 117, 153);
    }

    .tabs li:first-child:before {
    }

    .tabs li.active a {
        color: #fff;
    }

    .tabs li a {
        font-size: 15px;
        color: rgb(34, 117, 153);
        text-align: center;
        font-family: 'Karla', sans-serif;
        font-weight: bold;
    }

.tabs > li.active > a,
.tabs > li.active > a:hover,
.tabs > li.active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
    background-color: transparent;
    border: none;
}

.tab-content label {
    font-weight: normal;
    margin: 0;
}

.checkbox {
    position: relative;
    top: 0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: initial;
}

    .checkbox:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: 2px;
        top: 4px;
        z-index: 1;
        width: 15px;
        height: 7px;
        border: 2px solid #545454;
        border-top-style: none;
        border-right-style: none;
    }

    .checkbox:checked:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1);
    }

    .checkbox:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid #f2f2f2;
        cursor: pointer;
    }

.dropdown-menu.with-arrow {
    width: 300px;
}

    .dropdown-menu.with-arrow:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #FFF;
        margin: -15px 0 0 30px;
        right: 15px;
    }

.dropdown.usernameHere.open:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 100;
}

.btn_blue {
    background: #227599;
    padding: 4px !important;
    margin-top: 14px;
    color: #fff;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100%;
    border: none !important;
    font-family: 'Karla', sans-serif;
    height: 50px ;
}

.btn_blue1 {
    background: none rgb(34, 117, 153);
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none;
    font-family: 'Karla', sans-serif;
    padding: 6px 25px;
    height: 41px;
    border-radius: 5px;
}

#dvedit .btn.disable_btn {
    border-radius: 0;
    line-height: 35px;
}

.btn_white {
    background: #fff;
    padding: 10px !important;
    margin-top: 4px;
    color: #00b0ee;
    border: 1px solid #00b0ee;
}

    .btn_white:focus,
    .btn_white.focus,
    .btn_white:active:focus,
    .btn_white:active,
    .btn_white.active,
    .btn_white.active.focus {
        background: #00b0ee;
        color: #fff;
    }

.btn_blue:hover {
    color: #fff !important;
}

button.btn.btn.btn_blue.margin-top:hover {
    color: #fff !important;
}

#filelist.ogoffer p {
    margin-top: 5px !important;
}

#filelist a {
    height: 32px;
}

.vertival-tabs li {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

    .vertival-tabs li.active {
        border-left: 6px solid #00b0ee;
        border-top: 1px solid #e0e0e0;
    }

        .vertival-tabs li.active a {
            color: #00b0ee;
        }

    .vertival-tabs li a {
        border: none !important;
        padding: 15px 15px;
        color: #7d7d7d;
        text-align: left;
    }

.tag {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    cursor: default;
    display: inline-block;
    height: 23px;
}

    .tag .include {
        display: inline-block;
        color: #222;
        margin: 2px 5px;
        max-width: 325px;
        max-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        direction: ltr;
        cursor: move;
    }

.tgl {
    position: relative;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin: 0 0 5px 0;
    font-size: 14px;
}

    .tgl,
    .tgl:after,
    .tgl:before,
    .tgl *,
    .tgl *:after,
    .tgl *:before,
    .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::selection,
        .tgl:after::selection,
        .tgl:before::selection,
        .tgl *::selection,
        .tgl *:after::selection,
        .tgl *:before::selection,
        .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl p {
            padding: 0 !important;
            margin: 0;
            display: inline-block;
            font-weight: 400;
        }

        .tgl span {
            position: relative;
            display: inline-block;
            height: 1.8em;
            line-height: 1.2em;
            overflow: hidden;
            font-weight: normal;
            text-align: center;
            border-radius: 2em;
            padding: 0.2em 1em;
            border: 1px solid #fafafa;
            box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
            transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
            margin-bottom: -5px;
        }

            .tgl span:before {
                position: relative;
                display: block;
                line-height: 1.3em;
                padding: 0 0.2em;
                font-size: 1em;
            }

            .tgl span:after {
                position: absolute;
                display: block;
                content: '';
                border-radius: 2em;
                width: 1.3em;
                height: 1.3em;
                margin-left: -1.45em;
                top: 0.2em;
                background: #FFFFFF;
                transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
            }

        .tgl input[type="checkbox"] {
            display: none !important;
        }

            .tgl input[type="checkbox"]:not(:checked) + span {
                background: #de474e;
                color: #FFFFFF;
                padding-left: 1.6em;
                padding-right: 0.4em;
            }

                .tgl input[type="checkbox"]:not(:checked) + span:before {
                    content: attr(data-off);
                    color: #FFFFFF;
                }

                .tgl input[type="checkbox"]:not(:checked) + span:after {
                    background: #FFFFFF;
                    left: 1.6em;
                }

            .tgl input[type="checkbox"]:checked + span {
                background: #00b0ee;
                color: #FFFFFF;
                padding-left: 0.4em;
                padding-right: 1.6em;
            }

                .tgl input[type="checkbox"]:checked + span:before {
                    content: attr(data-on);
                }

                .tgl input[type="checkbox"]:checked + span:after {
                    background: #FFFFFF;
                    left: 100%;
                }

            .tgl input[type="checkbox"]:disabled,
            .tgl input[type="checkbox"]:disabled + span,
            .tgl input[type="checkbox"]:read-only,
            .tgl input[type="checkbox"]:read-only + span {
                cursor: not-allowed;
            }

.tgl-gray input[type="checkbox"]:not(:checked) + span {
    background: #e3e3e3;
    color: #999999;
}

    .tgl-gray input[type="checkbox"]:not(:checked) + span:before {
        color: #999999;
    }

    .tgl-gray input[type="checkbox"]:not(:checked) + span:after {
        background: #ffffff;
    }


/* Custom */

.border_left_6_green {
    border-left: 6px solid #00c853;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.no-padd {
    padding: 0;
}

.no-padd-i {
    padding: 0 !important;
}

.padd-5 {
    padding: 5px;
}

.pad-7 {
    padding: 1px 7px;
}

.padd-10 {
    padding: 10px;
}

.padd-15 {
    padding: 15px;
}

.padding-15 {
    padding: 4px 23px 0px 23px;
}

.padd-20 {
    padding: 20px;
}

.padd-20i {
    padding: 20px !important;
}

.padd-25 {
    padding: 25px;
}

.marg-5 {
    margin: 5px;
}

.marg-10 {
    margin: 10px;
}

.marg-15 {
    margin: 15px;
}

.marg-20 {
    margin: 20px;
}

.marg-25 {
    margin: 25px;
}

.marg-t-5 {
    margin-top: 5px;
}

.marg-t-10 {
    margin-top: 10px;
}

.marg-t-15 {
    margin-top: 15px;
}

.marg-t-20 {
    margin-top: 20px;
}

.marg-t-25 {
    margin-top: 25px;
}

.marg-t-30 {
    margin-top: 30px;
}

.no-marg {
    margin: 0;
}

.marg-v-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.marg-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marg-v-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marg-v-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marg-v-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.marg-v-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marg-b-20 {
    margin-bottom: 20px;
}

.no-padd-h {
    padding-right: 0;
    padding-left: 0;
}

.padd-5 {
    padding: 5px;
}

.padd-t-5 {
    padding-top: 5px;
}

.padd-hv {
    padding: 5px 3px;
}

.padd-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padd-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padd-v-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padd-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padd-v-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padd-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padd-v-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padd-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padd-h-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padd-h-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padd-h-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.padd-h-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padd-h-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.txt-upper {
    text-transform: uppercase;
}

.colorGrey {
    color: #e0e0e0;
}

.colordarkGrey {
    color: #7d7d7d;
}

.colormainBlue {
    color: #00b0ee;
}

.fs-20 {
    font-size: 20px;
}

.fs-36 {
    font-size: 36px;
}

.bdr-tp-1 {
    border-top: 1px solid #e0e0e0;
}

.bdr-none {
    border: none;
}

.bdr-none-i {
    border: none !important;
}

.line-height {
    line-height: 1.4;
}

.overflow-s-x {
    overflow-x: scroll;
}

.vertical-center {
    vertical-align: middle !important;
}

@media screen and (max-width: 1024px) {
    .what_is_offer ul li {
        display: inline-block;
        margin-right: 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .tab-content {
        margin-top: 50px;
    }

    .login_popup_title_home {
        font-size: 30px;
        font-weight: bold;
        color: rgb(34, 117, 153);
        text-align: right;
        line-height: 1;
        border-radius: 0px;
        margin: 32px 0px 5px 1px !important;
        padding: 0px !important;
        font-family: 'Karla', sans-serif;
    }

    .what_is_offer ul {
        list-style: none;
        background: #92BFD1;
        width: 100% !important;
        height: auto !important;
    }

        .what_is_offer ul li {
            margin-right: 43px;
        }

    li.first_one {
        margin-left: 0 !important;
    }

    li.first_two {
        margin-left: 0 !important;
    }

    .img_management {
        margin: auto;
        text-align: center;
    }

    .img_management {
        margin: 69px 0 !important;
    }

    .img_management-second {
        margin: 60px 0 !important;
        text-align: center;
    }

    .cntent_management {
        padding: 0px 0px !important;
        margin: 0px 0px 0px;
    }

    .form_for_login {
        margin-top: 11px;
        float: none !important;
    }

    .login_popup_title_home {
        text-align: center !important;
    }

    .form_for_login ul li {
        margin-left: 1px !important;
        display: block !important;
    }

    #main_navigation {
        position: absolute;
        background: #227599;
        left: 0;
        right: 0;
        padding: 18px;
        width: 100%;
    }

    .for_input_btn {
        width: 100% !important;
    }

    .for_pass_btn {
        width: 100% !important;
    }

    .for_login_btn {
        width: 100% !important;
    }

    .mainNavBar {
        min-height: 55px !important;
        height: 61px !important;
    }
}

@media screen and (max-width: 767px) {
    .search_by_address ul li:first-child {
        width: 100% !important;
    }

    .row.for_place_offer_details {
        height: auto !important;
    }

    .flt-right {
        float: left !important;
    }

    .txt-rgt {
        text-align: left !important;
    }

    .details_purchasing {
        padding-left: 40px !important;
    }

    .for_name_style {
        padding-left: 20px !important;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        margin: 0 2px 2px 15px !important;
    }

    .fortabs li {
        padding: 0 6px !important;
        font-size: 20px !important;
    }

    .hint-tutorials .btn {
        width: 176px !important;
    }

    .checkit {
        margin-left: 40px !important;
        display: block !important;
    }

    body .inner_error_msg {
        width: 100% !important;
        float: none !important;
        clear: both;
    }

    body #altmsg,
    body .msg_center {
        max-height: 61px;
        margin-top: 0;
        overflow-x: hidden;
        height: auto;
        overflow-y: auto;
        position: absolute;
        left: 0 !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: auto !important;
    }

    .txt-rgt {
        margin-left: 33px;
    }

    .new_content .alert-info {
        height: auto !important;
    }

    .col-xx-3 {
        width: 23%;
    }

    .for_select {
        text-align: center !important;
        margin-top: 6px;

    }

    span.offer_data {
        float: right;
    }

    .for_place_offerd {
        height: 40px !important;
    }

    .for_image_styliing {
        width: 50%;
        margin: auto;
    }

    .itm {
        height: auto !important;
    }

    #sellerlist .form-group.pull-right {
        float: left !important;
    }

    .client-listing .for_place_offerd.client-fourth-list {
        width: 100% !important;
    }
}

@media screen and (min-width: 315px) and (max-width: 480px) {
    .validation-summary-errors {
        bottom: auto !important;
        left: 0;
        right: 0;
    }

    .for_btn_listing {
        text-align: left !important;
        padding: 15px 36px;
    }

    div#opnescrow {
        float: left !important;
    }

    .for_only_details {
        height: auto !important;
        overflow: hidden;
    }

    .search_by_address .search_active#agentlist #ddlagent {
        display: block;
        min-width: 100% !important;
        width: 100% !important;
    }

    .backtolisting {
        width: 110px !important;
    }

    .for_btn_listing {
        padding: 12px 9px !important;
    }

    .for_model_name {
        font-size: 15px !important;
    }

    .for_detail_information_lister div span {
        font-size: 13px !important;
    }

    body .inner_error_msg {
        width: 100% !important;
        float: none !important;
    }

    .fortabs li {
        height: auto !important;
        padding: 0 7px !important;
        min-width: 30px !important;
    }

    .nav.tabs.fortabs li a {
        font-size: 14px !important;
        width: auto;
        padding: 10px 0 !important;
    }

    .dropdown.hint-tutorials {
        display: none;
    }

    #stepfrm {
        width: 100% !important;
        max-width: 100% !important;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 12px;
        text-align: center;
        margin-right: 78px;
    }

    .zipforms {
        margin-left: 0 !important;
        text-align: center;
        display: block !important;
    }

    .new_content .alert-info {
        height: auto !important;
    }

    .profile_form {
        width: 100% !important;
    }

    .for_place_offerd {
        height: 38px !important;
    }

    .for_select {
        text-align: left !important;
    }

        .for_select li {
            margin-right: 2px !important;
            max-width: 104px !important;
        }

    .comparer_items0 {
        padding: 4px 9px !important;
        font-size: 14px !important;
        width: 98px !important;
    }

    .row.for_place_offer_details {
        height: auto !important;
    }

    .flt-right {
        float: left !important;
    }

    .txt-rgt {
        text-align: left !important;
    }

    .details_purchasing {
        padding-left: 40px !important;
    }

    .for_name_style {
        padding-left: 20px !important;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        margin: 0 2px 2px 15px !important;
    }

    .fortabs li {
        padding: 0 6px !important;
        font-size: 20px !important;
    }

    .hint-tutorials .btn {
        width: 176px !important;
    }

    .checkit {
        margin-left: 40px !important;
        display: block !important;
    }

    .login_bar {
        width: 100%;
    }

        .login_bar .navbar-nav {
            margin: 0;
        }

    .has-btn {
        height: auto !important;
    }

    .container.for_fixed_container {
        width: 100% !important;
    }

    .form_for_login ul li {
        display: block;
        width: 100%;
    }

    .for_padding {
        padding: 2px 19px !important;
    }

    .form_for_login {
        margin-top: 11px;
        float: none !important;
    }

    #main_navigation {
        position: absolute;
        background: #227599;
        left: 0;
        right: 0;
        padding: 18px;
        width: 93%;
        margin: auto;
    }

    .for_input_btn {
        width: 100% !important;
    }

    .for_pass_btn {
        width: 100% !important;
    }

    .for_login_btn {
        width: 100% !important;
    }

    .mainNavBar {
        min-height: 55px !important;
        height: 61px !important;
    }

    .mls-listing {
        /* text-align: left!important; */
        margin-top: 0 !important;
    }

    .for_offer_id {
        width: 200px !important;
    }

    .tutorials {
        text-align: center !important;
        font-size: 16px !important;
        display: block !important;
        margin-top: 15px !important;
    }

    .img_management {
        margin: 0 !important;
    }

    .img_management-second {
        margin: 0px 0 !important;
        text-align: center;
    }

    .for_place_offer {
        margin: 0px !important;
    }

    .mdlog .modal-body {
        padding: 2px 7px 4px 9px !important;
    }

    .mdlog h2 {
        padding: 3px 0 !important;
    }

    .form_u_reg {
        width: 100% !important;
        text-align: center !important;
        margin: auto !important;
        padding: 0 38px !important;
    }

    .btn_blue1 {
        padding: 6px 14px !important;
    }

    .modal-dialog {
        position: relative;
        width: 100%;
        padding: 10px !important;
    }

    .form-group-for-radio span {
        font-size: 10px !important;
        margin: 0 4px 8px -1px !important;
    }

    .pad-7 .pop_heading h2 {
        font-size: 21px !important;
    }

    .close {
        right: 20px;
    }

    .explamaton_circle_code {
        position: absolute;
        left: -19px !important;
        top: 13px;
    }

    .medium .modal-dialog {
        width: 100% !important;
    }

    .for_all_user li {
        display: block !important;
        width: 100% !important;
        background: #23799e;
        margin-bottom: 3px;
        padding: 3px 0;
    }

    .for_user_details {
        padding: 7px 0;
        text-align: center;
    }

    ul.dropdown-menu.for_setteld_down {
        margin: auto;
        text-align: center;
    }

    #uname .fa {
        position: absolute;
        top: 5px !important;
        right: -20px !important;
    }

    li.dropdown.usernameHere {
        position: relative;
    }

    .dropdown-menu.for_setteld_down {
        position: relative;
    }

    .for_first_name {
        display: block !important;
        width: 100% !important;
    }

    .body-content {
        padding-top: 70px !important;
        min-height: 700px;
        overflow: hidden;
    }

    .for_listing_list {
        height: auto !important;
    }

    .for_o_icon ul li {
        margin-right: 10px !important;
    }

    .search_by_address li {
        margin-right: auto !important;
        display: block;
    }

    select#filter {
        margin: 3px 0;
        width: 100% !important;
    }

    .custm_search input {
        width: 100% !important;
    }

    .search_by_address {
        padding: 0px 15px 0 15px !important;
    }

    .for_image_styliing {
        width: 100%;
        margin: auto;
    }

    .client_head_top_style .search_by_address.client-last-child .for_client_search:last-child {
        width: 18%;
        text-align: center;
    }

    .for_select ul {
        margin: -3px;
        text-align: center;
    }

    .edit-listingpop .input-group {
        display: block;
    }

    .all_details {
        width: 100% !important;
    }

    #stepfrm .row.padding-15 {
        padding: 6px 28px 0 21px !important;
    }

    .tab.for_upload_docs {
        width: 100% !important;
    }

    .adinal-offer {
        padding: 0 73px 0 27px !important;
    }

        .adinal-offer .col-group {
            padding: 0 !important;
        }

    .counteroffer-popup {
        width: 100% !important;
    }

        .counteroffer-popup .counter_sub {
            max-width: 300px !important;
        }
    /* #agentname-1 {
			padding-left: 40px;
		} */
    .form-group.pull-right {
        text-align: left;
        float: left !important;
    }

    #sellers .for_place_offerd {
        height: 29px !important;
    }

    .itm {
        height: auto !important;
    }

    #filecabinet.upload_itms ul {
        padding: 0 !important;
        margin: 0 !important;
        float: right;
    }

    .for_place_offerd a {
        font-size: 15px !important;
    }

    .purchase_price {
        color: rgb(85, 85, 85);
        font-weight: 600;
        font-size: 13px !important;
    }

    .lst {
        margin-top: 7px !important;
    }

    .for_detail_information_lister a {
        font-weight: 300 !important;
    }

    .medium.content_lineheight .modal-content {
        width: 100% !important;
    }

    .reg-user .modal-content {
        width: 97% !important;
        margin: 0 !important;
    }

    .btn_blue {
        font-size: 14px !important;
    }

    #generalfilelist li:first-child,
    #filelist li:first-child {
        width: 90% !important;
        margin-left: 0;
    }

    #updatepanel .pop_heading {
        padding: 27px 0px 0px 0 !important;
    }

    #OfferDetail_OfferNote {
        margin-left: 11px;
    }

    .updatingaccountpop {
        width: 100% !important;
    }

        .updatingaccountpop .modal-title {
            padding: 14px 1px 17px 0px !important;
        }

        .updatingaccountpop p {
            padding: 0px 0 0 9px !important;
        }

        .updatingaccountpop .popfont p:last-child {
            margin-right: 0px !important;
        }

        .updatingaccountpop .smallcheck {
            margin: 0 !important;
        }

    #imageinput {
        width: auto !important;
    }

    .tab.class-input-height.manualoffer .row.padding-15 {
        padding: 0 !important;
    }

    .update-form .disable_btn {
        border-radius: 0px !important;
        font-size: 14px;
    }

    textarea#editnote {
        width: 90% !important;
        overflow: hidden;
    }

    .only-padd {
        padding: 20px 20px 0 !important;
    }

    .fotter_content a {
        line-height: 40px !important;
        font-size: 14px !important;
    }

    .offer_data {
        font-size: 18px;
    }

    .fotter_content {
        position: relative !important;
        bottom: auto !important;
        top: 10px !important;
        margin: 0;
        right: auto !important;
    }

    .selectview .modal-body {
        width: 100% !important;
    }

    .selectview .text-right a:last-child {
        text-align: left !important;
    }

    .file-uploadcabinet {
        width: auto !important;
    }

    body .sortitem .buyer-list-details .buyer-btnset ul {
        margin-left: 18px !important;
    }

    .selction_for_select select {
        font-size: 14px !important;
    }

    #l-offer {
        width: 100% !important;
    }

    .disable_btn {
        font-size: 14px !important;
    }

    .client-listing .for_place_offerd.client-fourth-list {
        width: 100% !important;
    }

    .agentdetails {
        width: 97% !important;
    }

    .detaishide1 li {
        width: 100% !important;
        color: rgb(168, 168, 168);
    }

    .form_u_reg .form-group-for-radio span input[type="radio"] {
        width: 18px !important;
        height: 19px !important;
    }

    .input-group {
        position: relative;
        display: block;
        border-collapse: separate;
    }

    .for_upload_docs .col-group {
        margin-top: 3px;
        padding: 2px 0px 0 0 !important;
    }

    .price_count.about_status,
    .abt_price {
        max-width: 93px !important;
        width: 154px;
    }

    .printotherpage .listingWrap.col-xs-12 {
        width: 100% !important;
    }

    .fotter_content a .fa {
        font-size: 26px !important;
    }

    #message {
        top: -92px !important;
    }

    .comparer_items {
        width: 103px !important;
        padding: 4px 3px !important;
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .offer_data {
        font-size: 16px !important;
        text-align: center !important;
        float: none !important;
    }

    #serviceprovider {
        text-align: center !important;
    }

    .counterwidth .modal-content {
        width: 100% !important;
    }

    .ed-highest-best {
        width: 100% !important;
        margin-left: 10px !important;
        line-height: 4px !important;
        display: block !important;
    }

    .edtcount .modal-content {
        width: 100% !important;
    }
}

.listingWrap:nth-child(8n+1) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.listingWrap:nth-child(8n+2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.listingWrap:nth-child(8n+3) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.listingWrap:nth-child(8n+4) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.listingWrap:nth-child(8n+5) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.listingWrap:nth-child(8n+6) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.listingWrap:nth-child(8n+7) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.listingWrap:nth-child(8n+8) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.wow {
    visibility: hidden;
}

.listingWrap {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.navbar {
    margin-bottom: 30px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out;
}

    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 1px;
    }

    .navbar-toggle .icon-bar:nth-of-type(4) {
        top: 2px;
    }

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg);
}

.mainNavBar {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 4px 2px;
    min-height: 86px;
    background: #227599;
    height: 85px;
}

#main_navigation ul.nav li.usernameHere {
    padding: 6px 0 0;
}

@media screen and (min-width: 768px) {
    #main_navigation ul.nav li a.mainNavLinks {
        padding: 15px 0;
    }
}

@media screen and (min-width: 918px) {
    #main_navigation ul.nav li a.mainNavLinks {
        padding: 15px 30px;
    }
}

#main_navigation ul.nav li a.mainNavLinks svg#Layer_1 {
    margin: auto 10px -10px auto;
}

#main_navigation ul.nav li a:hover,
#main_navigation ul.nav li a:focus,
#main_navigation ul.nav li a.active {
    color: #00b0ee;
    background-color: transparent;
    border-bottom: 2px solid #00b0ee;
}

    #main_navigation ul.nav li a:hover #mainNavIcon .st0,
    #main_navigation ul.nav li a:focus #mainNavIcon .st0,
    #main_navigation ul.nav li a.active #mainNavIcon .st0 {
        stroke: #00b0ee;
    }

#main_navigation ul.dropdown-menu {
    border: 2px solid #e0e0e0;
    box-shadow: none;
    border-radius: 2px;
    width: 238px;
    margin-top: 13px;
    padding: 4px 0px;
    background: rgb(237, 237, 237);
}

    #main_navigation ul.dropdown-menu li a {
        margin: 0 auto;
    }

.navbar-brand {
    padding: 0px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0;
}

    .navbar-brand img {
        width: auto;
        padding: 2px 0;
    }

@media screen and (min-width: 240px) {
    .navbar-brand img {
        height: 88%;
        margin-top: 8px;
    }
}

@media screen and (min-width: 300px) {
    .navbar-brand img {
        height: 70%;
        margin-top: 8px;
    }
}

@media screen and (min-width: 640px) {
    .navbar-brand img {
        height: 74%;
        margin-top: 6px;
    }
}

@media screen and (min-width: 840px) {
    .navbar-brand img {
        height: auto;
        margin-top: 18px;
        width: 169px;
    }
}

.userPic {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 50px;
}

    .userPic img {
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }

.main_toggle .icon-bar {
    background-color: #00b0ee;
}

.subnav_btn_icon {
    position: absolute;
    padding-bottom: 10px;
    margin-left: -30px;
    margin-top: 5px;
}

.subNavBar {
    background-color: #efefef;
    height: 54px;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0;
}

#sub_navigation {
    padding: 0 15px;
}

    #sub_navigation .navbar-nav {
        margin: 8px 0;
    }

        #sub_navigation .navbar-nav li a {
            display: block;
            padding-top: 0 !important;
        }

        #sub_navigation .navbar-nav select,
        #sub_navigation .navbar-nav input {
            box-shadow: none;
            color: #7d7d7d;
            border: 2px solid #e0e0e0;
            border-radius: 2px;
            padding: 4px 12px;
            /*min-width: 120px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; */
        }

            #sub_navigation .navbar-nav select:focus,
            #sub_navigation .navbar-nav input:focus {
                box-shadow: none;
                border: 2px solid #00b0ee;
            }


/*# sourceMappingURL=styles.css.map */


/*# for_navigation login form*/

.form_for_login ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .form_for_login ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
    }

.for_remember {
    display: block;
    color: white;
    margin-top: 4px;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    text-align: left;
}

.forget_password {
    display: block;
    color: white;
    margin-top: 6px;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    text-align: left;
}

    .forget_password:hover {
        color: white;
        text-decoration: underline;
    }

.for_input_btn {
    box-sizing: border-box;
    z-index: 4;
    height: 30px;
    width: 218px;
    left: 0px;
    top: 0px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08) inset;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    color: rgb(85, 85, 85);
    padding: 0px 6px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
}

.form_for_login {
    margin-top: 15px;
    float: right;
}

.for_pass_btn {
    box-sizing: border-box;
    z-index: 4;
    height: 30px;
    width: 152px;
    left: 0px;
    top: 0px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08) inset;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    color: rgb(85, 85, 85);
    padding: 0px 6px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
}

.for_login_btn {
    box-sizing: border-box;
    z-index: 17;
    height: 30px;
    width: 93px;
    cursor: pointer;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: medium none;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(34, 117, 153);
    line-height: 1;
    border-radius: 4px;
    transition: box-shadow 200ms ease 0s, background 200ms ease 0s;
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    caret-color: transparent;
}

.for_padding {
    padding: 2px 42px;
}


/*# home page layout*/

.body-content {
    padding-top: 113px;
    min-height: 700px;
}

.for_content_management {
    text-align: center;
    padding: 0;
    margin: 0;
}

.hint-tutorials .btn {
    width: 177px;
    background: rgb(255, 255, 255);
    color: rgb(156, 156, 156);
    height: 31px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    font-size: 15px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
    padding: 4px;
}

    .hint-tutorials .btn:hover,
    .hint-tutorials .btn:focus {
        color: rgb(51, 51, 51) !important;
    }

.hint-tutorials .dropdown-menu li {
    width: 100%;
    font-size: 14px;
}

    .hint-tutorials .dropdown-menu li a {
        width: 100%;
        font-size: 15px;
        color: rgb(51, 51, 51);
    }

.linsting-hint-popup li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin: 0 !important;
    padding: 0px;
}

.dropdown.hint-tutorials {
    margin-bottom: 8px;
}

.hint-pop-up {
    position: absolute;
    z-index: 999;
    top: 0;
    min-width: 438px;
}

.linsting-hint-popup {
    position: relative;
    width: auto;
    background: rgb(255, 243, 224);
    border: 1px solid rgb(46, 109, 164);
    left: 270px;
    margin: 0;
    padding: 0;
    height: 46px;
    top: 6px;
}

    .linsting-hint-popup .btn_blue {
        margin: 0px 0px;
        width: 88px;
        line-height: 36px;
        height: 46px !important;
        padding: 0 !important;
    }

#secondpop .linsting-hint-popup {
    left: 360px;
}

.hint-tutorials .dropdown-menu li a:hover {
    background: #0f86ec;
    color: #fff;
}

.hint-tutorials .dropdown-menu {
    border: 1px solid rgb(82, 168, 236);
    border-radius: 0;
    padding: 0;
}

.hint-tutorials .btn:focus {
    box-shadow: 0px 0px 8px 0px rgba(82, 168, 236, 0.71) !important;
    ;
    border: 1px solid rgb(82, 168, 236);
}

.pading-hint {
    padding: 0 12px !important;
}

.hint-tutorials .btn .caret {
    margin-left: 56px;
}

.hint-pop-up .fa {
    font-size: 28px;
    color: rgb(34, 117, 153);
    text-align: center;
    padding: 8px 7px;
}

.login_popup_title_home {
    font-size: 30px;
    font-weight: bold;
    color: rgb(34, 117, 153);
    text-align: right;
    line-height: 1;
    border-radius: 0px;
    margin: -3px 0px 5px 2px;
    padding: 0px 27px;
    font-family: 'Karla', sans-serif;
}

.for_offer_id {
    box-sizing: border-box;
    z-index: 6;
    height: 46px;
    width: 228px;
    border: 1px solid rgb(255, 183, 77);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 0px 15px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
    opacity: .9;
}

.for_place_offer {
    z-index: 10;
    height: 46px;
    width: 116px;
    cursor: pointer;
    background: rgb(224, 162, 62) none repeat scroll 0% 0%;
    border: medium none;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1;
    border-radius: 4px;
    transition: box-shadow 200ms ease 0s, background 200ms ease 0s;
    vertical-align: baseline;
    margin: 0px 16px;
}

.for_only_offer {
    margin-top: 28px;
    margin-right: 4px;
}

.about_every_offer {
    margin-top: 22px;
}

    .about_every_offer h2 {
        color: #227599;
        font-weight: 600;
        font-size: 32px;
        font-family: 'Karla', sans-serif;
    }

.for_secure {
    color: #c0c0c0;
    font-size: 18px;
    margin: -5px 0px 0px 0px;
    font-family: 'Karla', sans-serif;
}

.for_secure {
    color: #c0c0c0;
    font-size: 18px;
    margin: -5px 0px 0px 0px;
}

.what_is_offer ul li {
    display: inline-block;
    margin-right: 39px;
}

.what_is_offer ul {
    list-style: none;
}

.what_is_offer {
    margin-top: 18px;
}

.about_every_offer span {
    display: block;
    margin-bottom: 23px;
}

.what_is_offer ul {
    list-style: none;
    background: rgb(146, 191, 209);
    display: block;
    margin: auto;
    height: 64px;
    line-height: 64px;
    padding: 2px 19px;
}

.what_is {
    box-sizing: border-box;
    font-size: 26px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding-top: 6px;
    border-radius: 0px;
    padding: 0 1px;
}

.learn_more {
    width: 35px;
    margin-right: 5px;
    margin-top: -3px;
}

.what_is_offer ul li a {
    font-size: 19px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    font-weight: bold;
    font-family: 'Karla', sans-serif;
    line-height: 1;
    text-transform: capitalize;
}

.what_is_offer ul li {
    display: inline-block;
    margin-right: 43px;
}

    .what_is_offer ul li a:hover {
        text-decoration: none;
    }

.for_offer_section {
    clear: both;
    position: relative;
    display: block;
}

.lg-for-paragraph {
    font-family: 'Material Icons';
    font-size: 120px !important;
    color: rgb(146, 191, 209);
}

.img_management {
    margin-top: 77px;
    margin-left: 33px;
}

.cntent_management h3 {
    color: rgb(34, 117, 153);
    margin-bottom: 28px;
    font-family: 'Karla', sans-serif;
}

.cntent_management p {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    font-family: 'Karla', sans-serif;
    line-height: 1.4;
    letter-spacing: -0.10px;
    word-spacing: 0.57px;
    margin-bottom: 22px;
}

.fotter_content p {
    display: table;
    margin: auto;
    width: 38%;
    font-size: 12px;
    color: grey;
    line-height: 23px;
}

.last {
    margin-top: 27px;
    padding: 0 22px 9px;
    text-align: left;
}

.fotter_content a {
    color: rgb(62, 181, 33);
    cursor: pointer;
    display: block;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

.btn_back {
    position: absolute;
    opacity: .4;
    font-weight: bold;
    cursor: pointer;
    left: 15px;
    top: 8px;
}


/* .container.for_fixed_container {
    width: 1245px;
} */

.img_management-second {
    margin-top: 97px;
}

i.material-icons.lg-for-paragraph-second {
    color: rgb(146, 191, 209);
    font-size: 115px;
}

li.first_one {
    margin-left: 38px;
}

.first a img {
    margin-top: -5px;
    margin-left: 1px;
}

li.first_one {
    margin-left: 42px;
}

li.first_two {
    margin-left: 24px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    vertical-align: sub;
}

.for_all_user li {
    display: inline-block;
    min-width: auto;
    text-align: center;
    margin-right: 50px;
}

.file-uploadcabinet {
    width: 270px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 6px 0;
}

    .file-uploadcabinet .fa.fa-upload {
        font-size: 20px;
        font-weight: bold;
        margin-right: 3px;
        vertical-align: bottom;
    }

    .file-uploadcabinet a:hover,
    .file-uploadcabinet a:focus {
        color: #227599;
    }

ul.for_all_user {
    margin-top: 26px;
}

.for_all_user li a span {
    color: white;
    font-weight: bold;
    font-family: 'Karla', sans-serif;
    font-size: 17px;
}

.for_all_user li a:hover {
    text-decoration: none;
}

.for_first_name {
    color: white !important;
    font-size: 21px;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    width: 210px;
    display: block;
}

span.set_to_trial_period {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.77);
}

.set_to_toggle {
    color: rgba(255, 255, 255, 0.77);
    display: block;
    font-family: 'Karla', sans-serif;
    height: 23px;
    line-height: normal;
    width: 186px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
    object-fit: contain;
}

.row.for_listing_list {
    width: auto !important;
}

li.dropdown.usernameHere {
    position: relative;
}

.for_user_details {
    padding: 7px 0 0;
    margin-bottom: 0;
}

    .for_user_details li.dropdown.usernameHere {
        display: block;
    }

.usernameHere {
    cursor: pointer;
}

#uname {
    font-size: 15px;
    font-weight: 700;
    max-width: 203px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 203px;
    height: 26px;
    display: inline-block;
}

    #uname .fa {
        position: absolute;
        top: 0;
        color: rgba(255, 255, 255, 0.69);
        right: 0;
        font-size: 23px;
        height: 67px;
        padding-top: 26px;
    }

i.material-icons.for_arrow {
    font-size: 26px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    /*top: 23px;*/
    color: rgba(255, 255, 255, 0.57);
}

.for_first_name:hover,
.for_first_name:active,
.for_first_name:focus,
.for_first_name:visited {
    text-decoration: none !important;
}

span.trai_period {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

a.sign_up_for {
    position: absolute;
    right: 0;
    top: 8px;
    text-transform: capitalize;
    color: rgb(62, 181, 33) !important;
    font-size: 15px;
}

.for_setteld_down .menu-item {
    padding: 13px 8px 13px;
    margin: 0px 0px;
    position: relative;
    width: 224px;
    background: rgb(237, 237, 237);
}

    .for_setteld_down .menu-item:hover {
        background: #dfe4e6;
    }

    .for_setteld_down a:hover {
        background: none !important;
    }

    .for_setteld_down a {
        font-size: 16px;
        color: rgb(34, 117, 153) !important;
        font-weight: 700 !important;
    }

.pull-right_align .material-icons {
    font-size: 50px;
    color: rgb(34, 117, 153);
}

.pull-right_align {
    text-align: right;
}

.delating {
    text-align: right;
    width: 100%;
    display: block;
    color: rgb(85, 85, 85);
    font-size: 15px;
    font-weight: bold;
}

.adjust_alignment {
    color: rgb(104, 100, 100);
    font-weight: bold;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    padding: 1px 12px;
}

.for_pull_right {
    display: inline-block;
    float: right;
    font-size: 16px;
}

    .for_pull_right .fa {
        color: rgb(184, 182, 182);
        font-size: 16px;
    }

.for_both_content {
    background: rgb(219, 219, 219);
    width: 100%;
    display: block;
    height: 54px;
}

.fa.fa-user.for_user_icon {
    padding: 13px 20px;
    font-size: 26px;
    vertical-align: middle;
    color: #337ab7;
    float: left;
}

.for_both_content a {
    text-align: center;
    display: inline-block;
    color: #227599;
    font-weight: bold;
    font-size: 15px;
    vertical-align: -webkit-baseline-middle;
}

.padding-0 {
    padding: 0;
}

img.img-respon {
    width: 100%;
    margin: auto;
    height: 204px;
}


/* .for_btn_listing {
	text-align: right;
	padding: 15px 12px 0;
} */

.for_btn_listing {
    text-align: right;
    padding: 15px 36px;
}

    .for_btn_listing a {
        background: rgb(34, 117, 153);
        color: white;
        padding: 6px 22px;
        font-weight: 700;
        font-size: 15px;
        border-radius: 5px;
        vertical-align: unset;
    }

#placeoffer .fa {
    vertical-align: middle;
    font-size: 14px;
}

.new_buyer_name h2 {
    font-weight: 500;
    color: rgb(34, 117, 153);
    line-height: 110px;
}

.new_buyer_name {
    text-align: center;
    border: 1px solid #f9eded;
}

.big_font p {
    padding: 11px;
    text-align: center;
    font-size: 16px;
}

.for_list_price_new {
    height: 53px;
    line-height: 45px;
    padding: 0px 7px;
    font-size: 13px;
    font-family: 'Karla', sans-serif;
    color: #666363;
    margin: 0;
}

.only_for_border {
    border-bottom: 1px solid #f7f2f2;
}

.margin-0 {
    margin: 0;
}

.for_notes {
    text-align: center;
    padding: 14px 0;
    text-transform: capitalize;
    font-weight: bold;
}

.offer_data {
    font-size: 15px;
    padding-top: 4px;
    display: block;
}

.for_place_offerd {
    padding: 5px 0;
    height: 43px;
    overflow: hidden;
}

.for_upload_docs .btn_blue {
    height: 50px !important;
}

.for_upload_docs .disable_btn {
    height: 50px !important;
}

.selction_for_select select {
    padding: 1px 4px 2px;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 4px;
    height: 30px;
    border: 1px solid #e4eef3;
    color: rgb(34, 117, 153);
}

.selction_for_select_new select {
    padding: 1px 4px 2px;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 4px;
    height: 30px;
    border: 1px solid #e4eef3;
    color: black;
}

.spaceattach {
    display: block;
    overflow: hidden;
    height: 27px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

.checkit {
    margin-left: 20px;
    display: block;
    margin-top: -1px;
}

.sellertable .table > thead > tr > th {
    border: none;
}

.sellertable .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border: none;
}

    .sellertable .table > thead > tr > th.text-center {
        font-weight: normal;
        text-align: left;
    }

.seller_details td {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 108px;
    width: 80px;
    white-space: nowrap;
    padding: 0 9px !important;
}

.new_listing_for_margin {
    margin: 0px 0px 0px -30px;
}

    .new_listing_for_margin a {
        display: inline-block;
        margin-bottom: 7px;
    }

.icon_dropdown {
    background: none;
    border: none;
    font-size: 20px;
    color: rgba(148, 148, 148, 0.69);
    margin-right: 4px;
    vertical-align: top;
    padding-top: 8px;
}

.client-listing .icon_dropdown {
    padding-top: 2px;
}

.autoheight .client-listing .client-first-list {
    width: 4% !important;
}

#clientlist .client-list-style.detail {
    padding: 0 16px 12px 62px;
}

.autoheight .client-listing .client-third-list {
    min-width: 150px;
}

.for_btn_dropdown a {
    color: #463d3d;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-top: 6px;
}

#offerdetail {
    font-size: 14px;
}

.for_btn_dropdown input {
    margin-right: 6px;
    padding: 0;
    display: inline-block;
    height: 41px;
    width: 14px;
    vertical-align: top;
}

.dual_agency {
    font-weight: normal;
    font-size: 12px;
    color: rgb(62, 181, 33);
    display: block;
    text-align: left;
    width: 120px;
}

.for_place_offerd span.fa.fa-plus {
    font-size: 12px;
    color: rgb(34, 117, 153);
}

.fa-plus{
    padding-left: 5px;
}

.details_purchasing p,
.pur_buyer {
    padding: 0;
    margin: 0;
    color: rgb(85, 85, 85);
    font-weight: normal !important;
    font-size: 12px !important;
    display: block;
    font-family: 'Karla', sans-serif;
}

span.purchase_price {
    color: rgb(85, 85, 85);
    font-weight: 800;
}

.boldtxt {
    color: rgb(85, 85, 85);
    font-weight: 800;
    text-align: center;
}

.releated_background {
    background: rgba(34, 117, 153, 0.12);
    text-align: center;
    line-height: 26px;
    height: 26px;
    color: rgb(99, 82, 82);
}

.for_place_offerd a .fa.fa-expand {
    display: inline-block;
    float: left;
    width: 20px;
    height: 45px;
    line-height: 51px;
    color: rgb(34, 117, 153);
}

.for_name_style {
    font-size: 14px !important;
    color: rgb(85, 85, 85) !important;
    text-transform: capitalize;
}

.for_name_style {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    max-width: 325px;
}

.counter {
    font-weight: 800;
    font-size: 14px;
    color: #227599;
    padding-top: 5px;
    display: inline-block;
    vertical-align: sub;
}

.for_pad ul li a .fa.fa-file-pdf-o {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 5px 2px 6px;
}

.clshide select {
    width: 100%;
    padding: 1px 1px 2px;
}

.row.releated_background {
    background: rgba(34, 117, 153, 0.12);
    text-align: center;
    line-height: 26px;
    height: 26px;
    color: rgb(99, 82, 82);
}

.row.normal_row_margin {
    text-align: center;
}

.normal_row_margin a {
    font-weight: 700;
    color: rgb(85, 85, 85);
}

button.icon_dropdown:focus {
    border: none;
    outline: none;
}

.account_holder_details p {
    margin: 3px 0px;
    color: #5c5454;
}

div#drop_content {
    position: relative;
    top: -29px;
    background: #fff;
}

.for_detail_information_lister a {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    cursor: pointer;
    margin-bottom: 0px;
    display: inline-block;
}

#pofferlist .modal-header {
    padding: 8px 17px 7px !important;
    border-bottom: none !important;
    background: rgba(34, 115, 153, 0.12);
}

#pofferlist .modal-title {
    margin: 0px 0 0;
    line-height: 1.42857;
    font-size: 21px;
    color: rgb(34, 117, 153);
}

.upload_itms .fa.fa-upload {
    float: left;
    font-size: 26px;
    margin-right: 21px;
    margin-top: 0px;
}

.upload_itms ul {
    padding: 0;
    margin: -12px;
}

#EditBuyer,
#DeleteBuyer .fa {
    font-size: 19px !important;
    margin-right: 12px;
    color: #b1aeae;
}


/* .actionBtn .fa:hover {
	font-size: 19px !important;
	margin-right: 14px;
	color: #227599;
} */

.for_padding_top {
    padding-top: 24px;
}

span.view_files {
    font-size: 18px;
    text-transform: capitalize;
}

img#PropertyImg {
    width: 100%;
    object-fit: contain;
}

.modal-title {
    text-align: center;
    color: rgb(21, 94, 125);
    font-weight: 600;
    font-family: 'Karla', sans-serif;
}

.pop_heading h2 .fa {
    position: absolute;
    left: 16px;
    font-size: 30px;
    top: -7px;
    color: rgb(68, 68, 68);
    cursor: pointer;
}

.pop_heading {
    padding: 10px 6px;
}

    .pop_heading h2 {
        font-size: 18px !important;
        text-align: center;
        color: rgb(34, 117, 153);
        font-weight: 600;
        font-family: 'Karla', sans-serif;
        margin: 0;
    }

    .pop_heading button.bootbox-close-button.close {
        position: absolute;
        right: 16px;
        top: -9px;
    }

.full_width label {
    color: rgb(58, 54, 54);
    text-transform: capitalize;
}

.full_width input,
.full_width {
    border: none;
    border-radius: 5px !important;
    width: 100% !important;
}

.input-group.full_width {
    width: 100%;
}


/*loader-css--->*/

.everyoffer_loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #227599, 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.5), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.7), 1.8em -1.8em 0 0em #227599, 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.5), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.7), 2.5em 0em 0 0em #227599, 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.5), 2.5em 0em 0 0em rgba(26, 0, 26, 0.7), 1.75em 1.75em 0 0em #227599, 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.5), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.7), 0em 2.5em 0 0em #227599, -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.5), 0em 2.5em 0 0em rgba(26, 0, 26, 0.7), -1.8em 1.8em 0 0em #227599, -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.5), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.7), -2.6em 0em 0 0em #227599, -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.5), -2.6em 0em 0 0em rgba(26, 0, 26, 0.7), -1.8em -1.8em 0 0em #227599;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #227599, 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.5), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.7), 1.8em -1.8em 0 0em #227599, 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.5), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.7), 2.5em 0em 0 0em #227599, 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.5), 2.5em 0em 0 0em rgba(26, 0, 26, 0.7), 1.75em 1.75em 0 0em #227599, 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.5), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.7), 0em 2.5em 0 0em #227599, -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.2), -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.5), 0em 2.5em 0 0em rgba(26, 0, 26, 0.7), -1.8em 1.8em 0 0em #227599, -2.6em 0em 0 0em rgba(26, 0, 26, 0.2), -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.5), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.7), -2.6em 0em 0 0em #227599, -1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(26, 0, 26, 0.2), 1.8em -1.8em 0 0em rgba(26, 0, 26, 0.2), 2.5em 0em 0 0em rgba(26, 0, 26, 0.2), 1.75em 1.75em 0 0em rgba(26, 0, 26, 0.2), 0em 2.5em 0 0em rgba(26, 0, 26, 0.2), -1.8em 1.8em 0 0em rgba(26, 0, 26, 0.5), -2.6em 0em 0 0em rgba(26, 0, 26, 0.7), -1.8em -1.8em 0 0em #227599;
    }
}


/*End loader css*/

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    position: absolute;
    bottom: -21px;
}

#regForm h3 {
    margin: 10px 0px 7px 0;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    color: rgb(34, 125, 164);
    font-weight: 700;
    text-align: center;
}

.sub_address {
    color: rgb(85, 85, 85);
    text-align: center;
    font-weight: 800;
    display: block;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
    max-width: 263px;
    overflow: hidden;
    white-space: nowrap;
    margin: auto;
    text-overflow: ellipsis;
}

h1 {
    text-align: center;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #fff;
    border: 1px solid red !important;
}


/* Hide all steps by default: */

.tab {
    display: none;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: auto;
    width: auto;
    margin: 0 0px;
    border: none;
    display: inline-block;
    text-align: center;
}

    .step.active {
        opacity: 1;
    }


    /* Mark the steps that are finished and valid: */

    .step.finish {
        background-color: #4CAF50;
    }

.active_buyer {
    height: 47px;
    padding: 0px 37px 0 9px;
    border-radius: 5px;
    margin: 0px 0 14px 0;
    border: 1px solid rgb(243, 232, 232);
}

select.invalid {
    background-color: #ffdddd;
}

.step.finish {
    background-color: #4CAF50;
    display: none;
}

.medium .modal-dialog {
    width: 409px;
}

.image_wrapper {
    display: block;
}

.col-group {
    margin-top: 3px;
    padding: 2px 14px 0 0;
}

    .col-group lable {
        display: inline-block;
        width: 100%;
        font-weight: bold;
        font-family: 'Karla', sans-serif;
        font-size: 14px;
        margin-top: 4px;
        color: rgb(51, 51, 51);
        white-space: nowrap;
    }

    .col-group label {
        display: inline-block;
        width: 100%;
        font-weight: bold;
        font-family: 'Karla', sans-serif;
        font-size: 14px;
        margin-top: 4px;
        color: rgb(51, 51, 51);
        white-space: nowrap;
    }

    .col-group input {
        padding: 0px 10px;
        border-radius: 5px;
        width: 100%;
        border: none;
        font-family: 'Karla', sans-serif;
        height: 41px;
        box-sizing: border-box;
        box-shadow: none;
        margin-bottom: 4px;
    }

.only-padd .col-group input {
    border: 1px none rgba(204, 204, 204, 0) !important;
    height: 41px !important;
    margin-bottom: 3px;
}

.class-input-height .col-group input {
    height: 41px;
    border: 1px solid rgb(204, 204, 204);
}

#add {
    margin: 0 !important;
}

.all_details .col-group {
    text-align: left;
}

select.active_buyer_financing {
    display: block;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    padding: 3px 8px;
    margin-top: 2px;
    border-radius: 5px;
    height: 30px;
}

.col-group input[type="checkbox"] {
    display: inline-block;
    width: 14px;
    vertical-align: middle;
    height: 24px !important;
    margin: 0;
}

.set-uppop input[type="checkbox"] {
    height: 15px !important;
}

.for-chekbox {
    display: block;
    margin-bottom: 2px;
    margin-top: 3px;
    text-align: left !important;
}

.for_select_selection {
    vertical-align: middle !important;
    margin: 7px 0 !important;
    display: inline-block !important;
}

#stepfrm .col-group {
    margin-bottom: 4px;
    text-align: left;
}

#OfferDetail_OfferNote {
    margin-top: 13px;
    height: 206px;
    border: 1px solid rgb(204, 204, 204) !important;
    margin-bottom: 6px;
}

.col_group_margin {
    margin-bottom: 12px;
}

.file_upload:before {
    content: "Click to upload document";
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100%;
    padding: 15px 12px;
    margin: 0px -12px;
    border: 1px;
    color: #735c5c;
    top: 0;
    height: 41px;
    text-align: center;
}

.file_upload:after,
#filedocument:after {
    content: "File uploaded";
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 15px 12px;
    margin: 0;
    border: 1px;
    color: #1cda1c;
    top: 0;
    height: 38px;
    text-align: center;
    left: 0;
}

.filedocument {
    content: "File uploaded";
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 15px 12px;
    margin: 0;
    border: 1px;
    color: #1cda1c;
    top: 0;
    height: 38px;
    text-align: center;
    left: 0;
}

.file_upload,
#filedocument {
    position: relative;
    left: 0;
    width: 100% !important;
    height: 41px;
    margin-bottom: 0px;
}

.for_upload_docs input {
    height: 41px !important;
    line-height: 10px;
    border: 1px solid rgb(204, 204, 204);
}

.check_input_style input {
    height: auto !important;
}

.spinfo ul li label {
    font-weight: 100;
}

.doc_upload_popup .next_btn_for_stepform.add_disable_btn .disable_btn {
    padding-right: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 41px !important;
}

.for_upload_docs p {
    margin-top: 35px !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 0 !important;
    text-align: left;
}

.for_upload_docs .row span {
    display: block;
    text-align: left;
    padding: 0 1px;
    margin-bottom: 13px;
}

#opneinscrow .fa.fa-users {
    font-size: 24px;
}

.tab.for_upload_docs .col-group input {
    width: 100%;
    padding: 12px 12px;
}

.for_upload_docs span {
    display: block;
}

.for_upload_docs > .col-group > input[type="checkbox"] {
    display: none;
}

input.offer_check {
    width: 12px;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.offer_check:focus {
    border: 0 !important;
    outline: 0 !important;
    background: none !important;
}

input[type="checkbox"]:focus {
    border: 0 !important;
    outline: 0 !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
}

.tab p {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 1px 1px;
    font-family: 'Karla', sans-serif;
    text-align: justify;
}


/*12.11.2018*/

span.for_both_content.new_add_user {
    margin-bottom: 2px;
}

.for_btn_dropdown {
    margin: 5px 0;
}

.listing-list-details .for_btn_dropdown {
    margin: 0px 0;
}

.both_user_details {
    height: 106px;
}

.first_n {
    color: rgb(85, 85, 85);
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.next_user_details span {
    margin: 0px 0 1px;
    line-height: 15px;
}

a.next_user_details {
    display: block;
    text-align: left;
}

.third_n {
    display: block;
    font-weight: normal;
    color: rgb(85, 85, 85);
    font-size: 12px;
    word-break: break-word;
    letter-spacing: 0.60px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

span.fourth_n {
    display: block;
    font-weight: normal;
    color: #6b5e5e;
    font-size: 12px;
}

.adrrs {
    font-size: 14px;
    font-weight: 800;
    display: block;
    padding: 4px 0 0 0;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(34, 117, 153);
}

.adress_details p {
    color: rgb(85, 85, 85);
    font-weight: normal;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
}

.adress_details ul li {
    display: inline-block;
    width: 50%;
    color: #676161;
    font-size: 12px;
}

    .adress_details ul li:last-child {
        color: rgb(85, 85, 85);
        font-weight: bold;
        text-align: right;
        font-size: 14px;
    }

.for_buyer_details ul {
    margin: 0 0 2px 0;
}

.heading {
    margin: 0;
    text-align: right;
    font-size: 18px;
    color: rgb(90, 90, 90);
    font-weight: 600;
    padding: 3px 0;
    font-family: 'Karla', sans-serif;
}

.for_sales_filter li {
    display: inline-block;
    width: 175px;
    padding-left: 10px;
    padding-right: 10px;
}

.for_sort_filter {
    text-align: right;
}

    .for_sort_filter li {
        display: inline-block;
        margin: 0 4px;
        text-align: left;
    }

.fa.fa-sort-amount-desc.for_filter {
    font-size: 28px;
    color: #b5adad;
}

input.for_last_search {
    padding: 7px 6px;
    border-radius: 4px;
    border: 1px solid #fbf4f4;
    width: 100%;
}

.for_client_search span.fa.fa-print {
    font-size: 20px;
    text-align: center;
    color: rgb(143, 143, 143);
    box-sizing: border-box;
}

.for_client_search.print_icon_style span.fa.fa-refresh {
    padding: 0px 0px 0 !important;
}

.ad_new_buyer {
    margin: 18px 0px;
    vertical-align: middle;
    display: inline-block;
}

.dtal_purchasing {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 19px;
    color: #a79c9c;
}

.for_name_style_client > .fa.fa-expand {
    font-size: 21px;
    float: left;
    margin-right: 7px;
    padding: 7px;
}

.pur_buyr {
    display: block;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    margin: 2px;
    color: #227599;
}

.spinfo ul {
    padding: 4px 14px;
}

.selectview .modal-body {
    width: 455px;
    display: table;
}

.selectview span {
    padding: 10px 22px 0;
    text-align: center;
    font-weight: 100;
}

.selectview .col-group {
    margin: 0;
    padding: 4px 0;
    text-align: left;
}

.for_sbmt {
    background-color: rgb(34, 117, 153);
    color: #fff;
    font-weight: 700 !important;
    margin: 12px 0;
    font-size: 14px !important;
}

.profile_form .disable_btn {
    font-size: 14px;
    font-weight: 700;
}

#home,
#menu3 h4 {
    padding: 8px 0px 11px;
    font-size: 20px;
    color: rgb(34, 117, 153);
    font-family: 'Karla', sans-serif;
    font-weight: 600;
}

input.for_sbmt_pswd {
    margin: 11px 0;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}

.bdr-rdis {
    border-radius: 0 0 5px 5px !important;
}

.for_setting_bg > li a {
    color: #227599;
    font-size: 20px;
}

.for_template {
    background: rgb(245, 245, 245);
    padding: 7px 0 7px 5px;
}

    .for_template li {
        margin-right: 12px;
    }

    .for_template.nav-pills > li.active > a,
    .for_template.nav-pills > li.active > a:hover,
    .for_template.nav-pills > li.active > a:focus {
        color: rgb(34, 117, 153) !important;
        background-color: rgba(255, 255, 255, 0.12) !important;
        font-weight: 600;
    }

    .for_template > li a {
        font-size: 16px;
        color: #227599;
    }

.second_level_tab {
    background-color: rgb(245, 245, 245);
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.for_template li input[type="radio"] {
    margin: 10px 8px 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.rbtn li input[type="radio"] {
    margin: 10px 8px 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

span.radio_btn {
    vertical-align: text-bottom;
    font-size: 15px;
}

.radio input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.profile_form.padding-top-15 {
    margin-bottom: 50px;
}

.sign_up_every_offer {
    background: rgb(34, 117, 153);
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 16px;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Karla', sans-serif;
}

.text-right {
    text-align: right;
}

.evry_offer_editor {
    z-index: 999;
    margin: 8px 0;
}


/*this-css-romove-after-develpment*/

.heading_editor {
    padding: 15px 0px 0px;
    font-size: 18px;
    color: rgb(34, 117, 153);
    font-family: 'Karla', sans-serif;
    font-weight: 600;
}

span.purchase_price.email-limit {
    display: inline-block !important;
    padding: 0 !important;
}


/*-End-this-css-romove-after-develpment*/

.tab_only_setting {
    font-weight: 600 !important;
    display: block;
    color: #171515;
}

.heading_editor.nxt-edit {
    margin: 2px 0 17px 0;
}

input.email_for_profile {
    width: 100%;
    padding: 3px;
    margin: 6px 0;
    border: 1px solid #f5eeee;
}

.for_ser_provider li {
    display: inline-block;
    margin: 14px 25px 0 0;
    width: 160px;
}

a.ser_pro.active {
    color: rgb(34, 117, 153);
    font-weight: 700;
    font-size: 15px;
}

.modal-content.intros {
    background: rgb(245, 245, 245);
    text-align: center;
    border-radius: 0;
}

.intros .bootbox-body {
    font-family: 'Karla', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: rgb(29, 108, 142);
}

.intros .modal-footer {
    padding: 15px;
    text-align: center;
    border: none;
}

.model-container {
    max-width: 330px;
    margin: auto;
    background: rgb(245, 245, 245);
    position: relative;
}

.pop_up_body .heading_editor {
    text-align: center;
}

.search_by {
    padding: 0 22px;
}

    .search_by li {
        display: inline-block;
        margin-right: 13px;
    }

        .search_by li input[type="radio"] {
            margin-right: 6px;
            vertical-align: baseline;
        }

        .search_by li:first-child {
            color: rgb(85, 85, 85);
            font-weight: 700;
        }

.search_contain_area {
    height: 140px;
    padding: 3px 22px;
}

    .search_contain_area input {
        width: 100%;
        padding: 4px;
        border: 1px solid #ffeeee;
    }


/*this-css-romove-after-develpment*/

.search_for_user {
    display: block;
    text-align: center;
    padding: 10px;
    background: none rgb(194, 194, 194);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 9px 0 0 0;
}


    /*end-this-css-romove-after-develpment*/

    .search_for_user:hover {
        color: #fff;
    }

.Add_new {
    text-align: center;
    margin: 7px 0 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
}

.new_ser_prvdr input {
    width: 100%;
    margin: 7px 0px;
    padding: 5px;
    border: 1px solid #f1ecec;
}


/*form.new_ser_prvdr {
  padding: 0 10px 0;
}*/

.new_ser_prvdr select {
    margin-bottom: 6px;
    border: 1px solid #f1ecec;
    -webkit-appearance: menulist;
}


/*remove this css after developer emplement
}*/

.pop_up_body.for_search {
    background: rgb(245, 245, 245);
    padding: 0px 24px;
}

.plans h2 {
    text-align: center;
    font-size: 30px;
    color: rgb(34, 117, 153);
    font-family: 'Karla', sans-serif;
}

.plans {
    margin: 50px 0;
    padding: 0 41px 0 51px;
    background: #fff !important;
}

    .plans p {
        text-align: center;
        font-weight: 700;
    }

.team_plans {
    border: 1px solid rgb(34, 117, 153);
    text-align: center;
    margin: 60px 0px;
}

    .team_plans h4 {
        font-size: 25px;
        color: rgb(34, 117, 153);
        border-bottom: 1px solid rgb(34, 117, 153);
        padding: 0 2px 11px;
    }

    .team_plans h2 span {
        position: absolute;
        font-size: 16px;
        top: -21px;
        left: 58px;
        color: #000;
    }

    .team_plans h2 sub {
        position: absolute;
        font-size: 16px;
        bottom: 15px;
        margin: 0px 8px;
        font-family: 'Karla', sans-serif;
    }

    .team_plans h2 {
        position: relative;
        font-size: 42px;
        font-family: 'Karla', sans-serif;
        color: #000;
        margin: 56px 0 15px;
    }

    .team_plans a {
        background-color: rgb(51, 181, 229);
        padding: 15px 39px;
        display: inline-block;
        color: #fff;
        font-weight: normal;
        margin: 18px 0px 31px;
        font-family: 'Karla', sans-serif;
        font-size: 15px;
        border-radius: 5px;
    }

    .team_plans li {
        margin-bottom: 11px;
        font-size: 14px;
        font-family: 'Karla', sans-serif;
    }

    .team_plans h3 {
        margin: 35px 0px 0 !important;
        background: rgb(34, 117, 153);
        padding: 5px;
        color: #fff;
        font-size: 20px;
        font-family: 'Karla', sans-serif;
        height: 40px;
        line-height: 34px;
    }

    .team_plans.duble_border {
        border: 3px solid rgb(146, 191, 209);
        margin: 36px 0 0px 0px;
    }

.duble_border h3 {
    margin: 44px 0px 0;
}

.duble_border ul {
    margin-bottom: 80px;
}

.back_pricing {
    text-align: center;
    display: block;
    color: rgb(29, 102, 134);
    font-size: 12px;
    font-family: 'Karla', sans-serif;
    text-decoration: underline;
    margin-bottom: 56px;
}

    .back_pricing:hover {
        text-decoration: underline;
    }

.radio_plans li {
    display: inline-block;
    width: 145px;
    margin: 2px 11px;
}

.plan_summry {
    border: 1px solid grey;
    box-sizing: border-box;
    box-shadow: rgb(170, 170, 170) 2px 2px 4px 0px;
    display: table;
    width: 100%;
}

    .plan_summry ul {
        margin-bottom: 26px;
    }

    .plan_summry li {
        margin: 7px 0;
    }

.card_login {
    border: 1px solid rgb(34, 117, 153);
    padding: 9px 12px;
}

    .card_login label {
        display: block;
        padding: 9px 16px;
        font-size: 15px;
        color: rgb(51, 51, 51);
    }

    .card_login input {
        padding: 9px 9px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid rgb(204, 204, 204);
        height: 46px;
        background: rgb(255, 255, 255);
    }

    .card_login ul {
        background: rgb(242, 242, 242);
        margin: 11px 0 0 0;
        padding: 4px 3px;
    }

        .card_login ul li {
            display: inline-block;
            margin: 0 4px;
        }

            .card_login ul li .fa {
                font-size: 16px;
            }

            .card_login ul li .fa {
                font-size: 20px;
                color: rgb(68, 68, 68);
            }

.pls_select_plan {
    background: none rgba(51, 122, 183, 0.75);
    display: block;
    text-align: center;
    padding: 13px 0;
    margin: 16px 0;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    box-shadow: none;
    border: 0 none;
}

    .pls_select_plan:hover,
    .pls_select_plan:focus {
        color: rgb(255, 255, 255) !important;
    }

.plan2 {
    width: 100% !important;
    margin: 0 !important;
}

.card_login1 {
    border: 0 none;
    padding: 9px 15px;
}

.change_body {
    position: relative;
    padding: 0;
}

.btn_grey {
    background: rgb(171, 171, 171);
    padding: 12px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
}

.blank_popup {
    border: 1px solid #c3acac;
    padding: 9px;
    position: relative;
    margin-top: 54px;
}

    .blank_popup img {
        width: 9%;
        margin-right: 14px;
        float: left;
    }

.pp_cntent {
    display: block;
    overflow: hidden;
    text-align: center;
}

    .pp_cntent p {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        margin: 8px;
    }

    .pp_cntent span {
        margin-top: 12px;
        display: block;
    }

.pop_close {
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
}

textarea#offer_instruction {
    text-align: justify;
    color: rgb(33, 31, 31);
    height: 160px;
}

.fotter_content {
    position: absolute;
    bottom: -11px;
    right: 15px;
    height: 30px;
    display: block;
}

    .fotter_content a .fa {
        font-size: 18px;
    }

.reg_pop_up {
    position: absolute;
    width: 532px;
    background: rgb(245, 245, 245);
    left: 0;
    right: 0;
    margin: 30px auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 20px 0px;
    border-radius: 5px;
}

.pad-7 .pop_heading h2 {
    position: relative;
    font-size: 32px;
    text-align: center;
    color: rgb(34, 117, 153);
    font-weight: bold;
    font-family: 'Karla', sans-serif;
    margin: 0 0 2px;
}

    .pad-7 .pop_heading h2 .fa {
        position: absolute;
        left: 22px;
        font-size: 25px;
        top: -3px;
        color: rgb(68, 68, 68);
        cursor: pointer;
    }

.pad-7 p {
    color: rgb(90, 90, 90);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 6px 0;
}

.form_u_reg {
    width: 532px;
    text-align: center;
    margin: 3px auto;
    padding: 0 80px;
}

.form-group-for-radio {
    text-align: center;
    position: relative;
}

    .form-group-for-radio span {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 30px 12px 3px;
        display: inline-block;
    }

        .form-group-for-radio span input {
            margin: 0 0px 0 6px;
            display: inline-block !important;
            opacity: 0;
            cursor: pointer;
            position: relative;
            vertical-align: middle;
        }

.form_u_reg .form-group-for-radio span input[type="radio"] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    vertical-align: bottom;
    width: 21px;
    height: 20px;
    z-index: 999;
    opacity: 0;
}

.checkmark {
    position: absolute !important;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #cccccc;
    padding: 3px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.form-group-for-radio span input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #337ab7;
}

.checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #337ab7;
    content: '';
}


/* Show the indicator (dot/circle) when checked */

.form-group-for-radio span input:checked ~ .checkmark:after {
    display: block;
}

.form_u_reg .form-control {
    border: 1px none rgba(204, 204, 204, 0);
    height: 30px;
    border-radius: 5px;
    font-weight: normal !important;
    font-family: Karla;
    color: rgb(85, 85, 85);
    background: rgb(255, 255, 255);
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
    box-shadow: none;
}

.form-group p {
    text-align: left;
    font-size: 12px;
    color: rgb(51, 51, 51);
}

.reg_pop_up #btn_submit {
    background: rgb(179, 175, 175) none repeat scroll 0% 0%;
    width: 100%;
    padding: 3px 0 34px;
    font-size: 20px;
    font-weight: bold;
    margin: 7px 0 0 0;
    font-family: 'Karla', sans-serif;
    border-radius: 0;
}

.font-color {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    font-family: karla;
    font-size: 12px;
    line-height: 1.3px;
}

    .font-color:hover {
        color: rgb(51, 51, 51) !important;
        text-decoration: underline !important;
    }

.login_btn_div p {
    color: rgb(34, 117, 153);
    margin: 0;
    padding: 6px 0 0 0;
    font-size: 13px;
}

.explamaton_circle {
    position: absolute !important;
    right: 0px;
    color: rgb(194, 190, 190);
    top: -1px;
    cursor: pointer;
    opacity: .6;
    color: black;
}

    .explamaton_circle .material-icons {
        font-size: 17px;
    }

.explamaton_circle_code {
    position: absolute;
    left: -28px;
    top: 8px;
    opacity: .6;
    color: #a49c9c;
    cursor: pointer;
}

.b-a-inform #PolicyTerm {
    position: initial;
    float: left;
}

.explamaton_circle_code .material-icons {
    font-size: 17px;
}

.explamaton_circle1 {
    color: #B6B9BA;
    cursor: pointer;
    font-size: 20px;
}

.info_pop .pop_heading {
    text-align: center;
    width: 532px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.info_pop p {
    padding: 1px;
    font-family: 'Karla', sans-serif;
}

.navbar-collapse .active a span {
    color: rgb(180, 227, 240) !important;
}

.padding-0 .close {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 999999;
}

#regpop #btn_submit {
    width: 100%;
    font-family: 'Karla', sans-serif;
    background: none rgb(179, 175, 175);
    font-size: 18px;
    padding: 0;
    font-weight: 700;
    transition: box-shadow 200ms ease 0s, background 200ms ease 1s;
}

    #regpop #btn_submit:hover {
        background: none rgb(179, 175, 175);
        color: #fff;
        opacity: 1;
    }

.welcome_every_offer h2 {
    font-family: 'Karla', sans-serif;
    color: rgb(51, 51, 51);
    font-size: 36px;
    font-weight: bold;
}

.welcome_every_offer {
    padding: 39px 3px;
    text-align: center;
    display: block;
}

.welcome_page img {
    float: left;
    width: 329px;
    height: 448px;
}

.welcome_every_offer .fa {
    font-size: 158px;
    position: relative;
    color: rgb(34, 117, 153);
    height: 179.64px;
    margin: 29px 0;
}

    .welcome_every_offer .fa:after {
        position: absolute;
        color: #fff;
        z-index: 9999999;
        content: "GO!";
        font-family: 'Karla', sans-serif;
        left: 0;
        right: 0;
        bottom: 52px;
        font-size: 26px;
        font-weight: bold;
    }

.welcome_every_offer h3 {
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.welcome_page {
    padding: 1px 1px 8px;
    background: rgba(235, 235, 235, 0.9);
    margin: -28px 0px 24px 0;
}

.datepicker-dropdown {
    position: absolute);
    top: -46px !important;
}

.backtolisting:hover {
    color: rgb(51, 51, 51);
    background: #fff;
}

.intro .modal-footer .btn {
    width: 30%;
    margin: 15px 15px 12px 5px;
    height: 44px;
    font-size: 14px;
    outline: 0;
}

.buyer_frm .btn-primary {
    background-color: rgb(34, 117, 153);
    color: #ffffff;
    border-color: rgb(34, 117, 153);
    width: 100%;
    padding: 10px;
}

.gnlupload {
    display: block;
    overflow: hidden;
    height: 51px;
    clear: both;
}

.buyer_frm {
    text-align: center;
    margin: 7px 0 11px;
    word-break: break-word;
    padding: 8px;
}

    .buyer_frm .modal-footer {
        padding: 0;
        text-align: right;
        border-top: none;
    }

.padding0 .modal-body {
    padding: 0;
}

textarea#editnote {
    width: 100%;
    overflow: hidden;
}

textarea#User_Note {
    margin: 5px 0 7px;
    height: 65px;
    border: none;
    border-radius: 5px;
}


/* .padding0 .row {
	padding: 0 20px;
} */

.delete_msg {
    font-family: 'Karla', sans-serif;
    text-align: center;
    display: block;
    margin: 9px 0 30px;
}

.padding0 button.bootbox-close-button.close {
    position: absolute;
    right: 8px;
    top: 12px;
}

#updatepanel .pop_heading {
    padding: 18px 0px 0px 0;
}

    #updatepanel .pop_heading h2 .fa {
        position: absolute;
        left: 16px;
        font-size: 30px;
        top: -10px;
        color: rgb(68, 68, 68);
        cursor: pointer;
    }

.back_btn_for_buyer {
    position: absolute;
    opacity: .4;
    font-weight: bold;
    cursor: pointer;
    top: 11px;
    display: block !important;
    font-size: 14px;
    left: 10px;
    z-index: 10;
}

.disable_btn {
    height: 50px !important;
    background: none rgb(166, 164, 164);
    border: none !important;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: 14px 0 0px 0;
}

#manualbuyerlist ul:first-child {
    border: none;
}

.add_buyer_stepfrm {
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    margin-bottom: 0;
    /* border-top: 1px dashed rgb(150, 150, 150); */
}

#filelist ul:last-child {
    border-bottom: 0 none;
}

#filelist ul {
    border-bottom: 1px dashed rgb(150, 150, 150);
}


/* .selleraddress {
    vertical-align:-webkit-baseline-middle;
    line-height: 0px!important;
} */

.selleraddress {
    vertical-align: middle;
    line-height: normal;
    display: flex;
    max-height: 65px;
    margin-top: 19px;
    overflow-x: hidden;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
}

.pop_up_body.padding-15 {
    padding-left: 23px;
    padding-right: 9px;
}

.add_buyer_stepfrm li {
    display: inline-block;
    height: 21px;
    vertical-align: -webkit-baseline-middle;
    text-align: center;
}

    .add_buyer_stepfrm li:first-child {
        width: 90%;
    }

#manualbuyerlist ul {
    border-top: 1px dashed rgb(150, 150, 150);
}

.add_buyer_stepfrm li .fa.fa-plus-circle {
    color: green;
    font-size: 18px;
    padding-top: 2px;
}

.add_buyer_stepfrm .fa.fa-minus-circle {
    text-align: center;
    display: block;
    color: rgb(184, 182, 182);
    font-size: 18px;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.addbuyer_stepfrm {
    margin: 12px 9px;
    min-height: 9px;
}

.all_details {
    margin: 24px 1px 0 0px;
}

.for-chekbox input {
    margin: 4px 0 !important;
    height: auto !important;
}

.newbyergrplink {
    display: block;
    text-align: center;
    padding: 6px 0 10px 0;
    font-family: 'Karla', sans-serif;
    color: rgb(85, 85, 85);
    font-size: 12px;
    font-weight: 700;
}

.intro .modal-footer {
    padding: 0px 0px 20px 0 !important;
    text-align: center !important;
    border-top: none !important;
    height: 86px;
    padding: 15px;
}

.intro h4 {
    padding: 25px 41px 0px 32px;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.4;
}

.for_selctfrm {
    margin: 11px 0 4px 0;
}

    .for_selctfrm p {
        margin: 0;
        padding: 7px 0 0;
        font-weight: bold;
    }

.searching_result {
    height: 130px;
}

    .searching_result label {
        margin: 9px 0 4px;
    }

.rfdfd .form-group-for-radio {
    padding: 11px;
}

.form-group-for-radio ul {
    display: inline-block;
}

.addnewsp {
    text-align: left;
}

select#groupstatus {
    width: 160px;
}

.rfdfd .form-group-for-radio span {
    padding: 11px 0;
    display: inline-block !important;
}

.bootbox-body {
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    color: rgb(51, 51, 51);
}

.margin-top {
    margin-top: 26px;
}


/* .sellertable {
	margin: -8px;
} */

.viewlog {
    font-size: 12px;
    color: rgb(85, 85, 85);
    font-family: 'Karla', sans-serif;
    margin-top: 3px;
    display: block;
}

.normal_row_margin p {
    margin: 0;
    line-height: 3px;
    height: 15px;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 1%;
    height: 4px;
    background: #3d9cc5;
    z-index: 99999999999999;
    position: absolute;
    top: 0;
}


/*Agent-page*/

.add_new_team {
    background: rgba(34, 115, 153, 0.12);
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 1px;
    display: inline-block;
    width: 100%;
}

.withplusicon {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    color: #227599;
    font-weight: 600;
    margin: 0;
    width: 100%;
    position: relative;
    display: block;
}

.padding-top {
    display: block;
    padding-top: 110px;
}

.add_new_team ul {
    padding-top: 11px;
}

.add_new_team li {
    margin: 0 2px 0px 19px;
}

.add_new_team h4 {
    font-size: 21px;
    color: #227599;
    font-weight: bold;
    word-break: break-word;
}

.added_team {
    background: #fff;
    margin: 5px 15px 14px 15px;
    padding: 8px 0px 1px 8px;
    display: block;
    border-radius: 5px;
}

.added_team_discription {
    display: inline-block;
    width: 90%;
}

    .added_team_discription a {
        color: rgb(85, 85, 85);
        display: block;
    }

        .added_team_discription a span {
            text-decoration: underline !important;
        }

.discription_icon {
    float: right;
    margin: 0px 1px;
}

.added_team_discription a .material-icons {
    font-size: 22px;
    margin: 4px 4px 6px 0;
    vertical-align: middle;
}

.discription_icon .material-icons {
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
    color: rgba(76, 69, 69, 0.3);
    cursor: pointer;
}

.withplusicon input {
    position: relative;
    width: 198px;
    padding: 1px 3px;
    border: none;
    pointer-events: none;
}

.withplusicon .fa-check {
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
    color: rgb(62, 181, 33);
    display: none;
}

.activeagent {
    vertical-align: middle;
    display: block;
    margin-top: 14px;
    text-align: center;
}

    .activeagent li {
        color: #2b2a2a;
        font-weight: 600;
        margin: 0 3px 0 0;
        font-size: 14px;
    }

.activeagent-search {
    text-align: center;
}

    .activeagent-search li input {
        padding: 9px;
        width: 198px;
    }

    .activeagent-search li a .fa {
        font-size: 20px;
        color: rgb(143, 143, 143);
    }

    .activeagent-search li {
        margin: 0 9px 0 0;
    }

/* .agentdetails {
	background: #fff;
	display: inline-block;
	width: 95%;
	clear: both;
	margin: 0 18px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 9px;
} */
.agentdetails {
    background: #fff;
    display: inline-block;
    width: 98.9%;
    clear: both;
    margin: 0 5px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 9px;
}

.agentdiscription p {
    position: relative;
    margin: 3px 0 0 0;
    color: rgb(85, 85, 85);
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Karla', sans-serif;
}

.agentdiscription .explamaton_circle {
    top: 0;
    padding: 0px;
    right: 6px;
}

.withplusicon h3 {
    margin: 1px 0 6px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}

.agentdiscription {
    padding: 4px 0;
    border-right: 1px solid rgba(34, 113, 153, 0.11);
}

.statusgiven {
    text-align: right;
    margin: 9px 0px;
    font-family: 'Karla', sans-serif;
    color: #000;
}

    .statusgiven a {
        color: rgb(85, 85, 85);
        margin-bottom: 4px;
        display: block;
        white-space: nowrap;
    }

        .statusgiven a strong {
            width: 20px;
            padding-left: 2px;
            color: #000;
        }

.asign-teamlead {
    text-align: right;
    border-left: 1px solid rgba(34, 113, 153, 0.11);
    display: block;
    padding: 10px 0 13px 0;
    min-height: 74px;
}

    .asign-teamlead a {
        display: block;
        font-family: 'Karla', sans-serif;
        color: #000;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .asign-teamlead .material-icons {
        color: rgba(85, 85, 85, 0.4);
        height: 19.44px;
        width: 14px;
        padding: 0px;
        font-size: 16px;
        background: none;
    }

.fa.fa-star {
    margin-left: 2px;
    color: red;
}

.team_content {
    color: rgb(51, 51, 51);
    text-align: center;
    font-family: 'Karla', sans-serif;
    line-height: 1.4;
    font-size: 14px;
    padding: 0 17px;
}

.disagent {
    position: relative;
    height: 75px;
    display: block;
    margin-bottom: 3px;
}

.displayingagent {
    position: absolute;
    bottom: 0;
    display: none;
}

    .displayingagent li {
        color: rgb(153, 34, 34);
        font-weight: bold;
    }

.showall {
    position: relative;
    display: block;
}

.showallagent {
    position: absolute;
    top: -20px;
    display: none;
    width: 100%;
    text-align: center;
    left: 49px;
}

    .showallagent li {
        color: rgb(153, 34, 34);
        font-weight: bold;
        cursor: pointer;
    }

.pop_heading label {
    text-align: center;
}

.for_move {
    padding: 8px !important;
    margin: 14px 0;
    border-radius: 4px !important;
}

.disable_star {
    color: rgb(168, 168, 168) !important;
}

    .disable_star .fa.fa-star {
        color: rgb(168, 168, 168) !important;
    }

.detaishide1 {
    border-top: 1px solid rgba(34, 113, 153, 0.11);
    padding: 2px 0 !important;
    margin: 0;
    clear: both;
}

    .detaishide1 li {
        width: 25%;
        color: rgb(168, 168, 168);
    }

.updatingaccountpop .fa {
    text-align: center;
    display: block;
    font-size: 50px;
    color: #227599;
    margin: 0px auto;
    padding: 29px 0;
}

.ofpopup .updatingaccountpop p:last-child {
    text-align: right;
    margin-right: 46px;
}

.updatingaccountpop .smallcheck {
    font-size: 14px;
    color: #227599;
    padding: 19px 3px 7px 1px;
    text-align: left;
    display: inline-block;
    font-weight: normal;
}

.ofpopup .updatingaccountpop p {
    font-size: 14px;
    color: #227599;
    font-weight: normal;
    padding: 0px 0 0 0;
    font-family: karla;
    text-align: left;
}

    .ofpopup .updatingaccountpop p:nth-child(2) {
        font-size: 22px;
    }

.updatingaccountpop .smallcheck:nth-child(2) {
    font-size: 22px;
}

.clientexist {
    /*width: 320px;*/
    text-align: center;
    /*box-shadow: 1px 1px 1px 1px #dde;*/
    padding-bottom: 21px;
}

.updatingaccountpop1 {
    width: 320px;
    text-align: center;
    box-shadow: 1px 1px 1px 1px #dde;
    padding-bottom: 21px;
    background: #fff;
}

.updatingaccountpop h3 {
    font-size: 16px;
    color: rgb(85, 85, 85);
    font-family: 'Karla', sans-serif;
    padding: 21px 0 30px 0;
    font-weight: 700;
}

.updatingaccountpop .modal-title {
    padding: 14px 25px 17px 25px;
}

.updatingaccountpop p {
    font-size: 16px;
    color: #227599;
    font-weight: 100;
    padding: 0px 0 0 30px;
    text-align: center;
    font-family: karla;
}

    .updatingaccountpop p:nth-child(2) {
        font-size: 24px;
    }

.asc,
.desc > .fa {
    color: rgb(34, 117, 153);
    font-size: 21px;
}

.updatingaccountpop p:last-child {
    text-align: right;
    margin-right: 30px;
}

#lblDownPayment {
    min-height: 26px !important;
    line-height: 30px;
    vertical-align: baseline;
    height: 26px;
    display: block;
    margin-bottom: 5px;
}

.counter_sub {
    text-align: center !important;
    color: rgb(85, 85, 85);
    font-weight: bold;
}

.counter-for h2 {
    margin: 0 0 4px 0;
}

.counter-for .radio_plans {
    text-align: center;
}

.counter-for li {
    width: 40%;
    margin: 10px 0;
}

.for_button {
    position: absolute;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.msgupdate {
    display: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 187;
    height: 36px;
    padding-top: 9.5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 233, 198);
    border-radius: 4px;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: rgb(60, 118, 61);
    text-align: center;
    line-height: 1;
    background-color: rgb(223, 240, 216);
    top: -3px;
    width: 380px;
    left: 0px;
}

.msgpassreset {
    display: none;
    /* opacity: 0; */
    position: absolute;
    box-sizing: border-box;
    z-index: 187;
    height: 44px;
    padding-top: 9.5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 233, 198);
    border-radius: 4px;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: rgb(60, 118, 61);
    text-align: center;
    line-height: 1;
    background-color: rgb(223, 240, 216);
    top: 226px;
    width: 275px;
    left: 0px;
}

.reset_frm {
    text-align: center;
    margin: 19px 0 30px;
    border: 1px solid #d0cbcb;
    background: #F5F5F5;
}

    .reset_frm .rheading {
    }

    .reset_frm .rsubheading1 {
        color: rgb(12, 100, 138);
        font-weight: bold;
    }

    .reset_frm .rsubheading2 {
        font-size: 20px;
        font-weight: bold;
        color: rgb(85, 85, 85);
        margin: 21px 0;
        display: block;
    }

    .reset_frm a {
        text-align: left;
        color: rgb(85, 85, 85);
        font-family: karla;
        font-weight: 600;
    }

.fupload {
    height: 42px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 233, 198);
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(85, 85, 85);
    text-align: center;
    line-height: 1;
    background-color: rgb(223, 240, 216);
    width: 100%;
}

.mainNavBar1 {
    background: #D9EDF7 !important;
    margin-bottom: 0;
    padding: 4px 2px;
    min-height: 86px;
    background: #227599;
    height: 85px;
    display: none;
    z-index: 999 !important;
}

.tutorials {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    font-family: "Open Sans";
    vertical-align: sub;
}

    .tutorials a {
        display: block;
    }

.mls-listing {
    float: right;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.main_section .modal-body {
    background: rgb(245, 245, 245);
    padding: 0px;
}

#regform {
    padding: 0px;
}

#registerpanel {
    padding-top: 9px;
}

.dropdown-menu.for_setteld_down {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 1px !important;
}

select:focus {
    box-shadow: 0px 0px 8px 0px rgba(82, 168, 236, 0.71) !important;
    border: 1px solid rgb(182, 168, 236) !important;
    outline: none !important;
}


/* .update-form {
    width: 462px;
} */

.update-form #buyergroup {
    margin: 24px auto 4px auto;
}

tab.for_upload_docs {
    width: 500px;
}

.update-form .disable_btn {
    border-radius: 0px !important;
}

.offer_head_style {
    padding: 7px;
}

    .offer_head_style .for_place_offerd {
        padding-top: 4px;
    }

    .offer_head_style .offer_data {
        padding-top: 1px;
        display: inline-block;
    }

.proccess-pdf-alignstyle ul {
    margin: 11px 5px;
}

    .proccess-pdf-alignstyle ul li {
        vertical-align: middle;
    }

.update-form select::-moz-placeholder {
    font-size: 20px !important;
}

.mdlog .modal-body {
    padding: 2px 45px 33px;
}

.mdlog h2 {
    padding: 26px 0;
}

.modal-body.change_body h2 {
    margin-bottom: 15px;
    margin-top: 6px;
}

button#modalclose {
    margin-top: 23px;
}

.next_btn_for_stepform .disable_btn {
    border-radius: 0 0 5px 5px;
}


/* .step_form {
    width:500px;
} */

#stepfrm .row.padding-15 {
    text-align: justify;
    padding: 6px 28px 0 28px;
}

#add.disable_btn {
    border-radius: 5px;
    height: 41px !important;
    line-height: 41px;
}

#add.btn_blue {
    border-radius: 5px !important;
    margin-top: 0px !important;
    height: 41px !important;
    line-height: 35px;
}

#manualbuyerlist {
    margin: 12px 0px !important;
    min-height: 9px;
}

.only-padd {
    padding: 20px 40px;
}

.sm-ser-pro .modal-body {
    padding: 16px;
}

#searchsp .modal-title {
    padding-top: 29px;
}

#searchsp span {
    text-align: left;
    display: block;
    margin: 6px 0;
    text-transform: lowercase;
}

.spinfo {
    margin-top: 10px;
}

#spaction select {
    margin-bottom: 9px;
}

#registerpanel #btnsubmit {
    border-radius: 0 0 5px 5px;
}


/*--LISTING-PAGE-CSS---*/

.for_listing_list {
    background: rgba(34, 115, 153, 0.12);
    border-radius: 5px 5px 0px 0px;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 56px;
}

.for_o_icon {
    height: 56px;
    line-height: 56px;
}

    .for_o_icon ul li {
        margin-right: 15px;
    }

.for_listng_list {
    font-family: 'Karla', sans-serif;
    font-size: 21px;
    color: #227599;
    font-weight: 600;
    /* display: block; */
}

.for_send_for_another {
    margin: -1px 105px;
    float: right
}

.for_send_another_guest {
    line-height: 2.5;
    font-size: 14px !important;
    font-family: Open Sans;
    border: 1px solid rgb(34, 117, 153);
    border-radius: 4px !important;
    height: 44px;
    width: 294px;
    margin-top: 0px
}

.for_client_search span.fa.fa-refresh {
    font-size: 20px;
    text-align: center;
    /* vertical-align: middle; */
    padding: 5px;
    color: #b9adad;
}

.for_o_icon .fa.fa.fa-plus {
    font-size: 14px;
    color: rgb(34, 117, 153);
    padding: 21px 0 0 0;
}

#NewListing,
#addbuyergroup {
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    color: #227599;
    font-weight: 600;
}

.search_by_address {
    padding: 5px 0 0 0;
    margin: 0;
    text-align: right;
}

    .search_by_address ul {
        padding: 0 9px 0 0px;
    }

    .search_by_address li {
        margin-right: 3px;
    }

.service_location {
    margin: 0 !important;
}

.create-team .modal-body {
    padding: 0 15px;
}

.create-team #txtNewTeamName {
    height: 41px;
    margin-top: 4px;
}

.create-team .modal-footer {
    padding: 10px 0 0 0 !important;
}

.newagent_popup input {
    height: 41px;
}

.newagent_popup #ddlagent {
    height: 41px;
}

.edit-agent select {
    height: 41px;
}

select#filter {
    margin: 3px auto;
}

.search_active select {
    width: 144px;
    height: 40px;
    border: 1px solid rgba(214, 214, 214, 0);
    font-family: 'Karla', sans-serif;
    border-radius: 5px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
    font-size: 14px;
    color: rgb(85, 85, 85);
    -webkit-appearance: menulist;
    box-shadow: none;
}

.custm_search input {
    height: 40px;
    border: 1px solid rgba(214, 214, 214, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 285px;
    border-radius: 5px;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: rgb(170, 170, 170);
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
    box-shadow: none;
    margin: 3px 0px 0 7px;
}

.selectdate {
    background: rgb(219, 219, 219);
    padding: 11px 5px 10px 0;
    text-align: right;
    display: none;
}

    .selectdate input {
        width: 264px;
        height: 34px;
        border: 1px solid rgba(214, 214, 214, 0);
        cursor: pointer;
        box-sizing: content-box;
        border-radius: 5px;
        font-family: 'Karla', sans-serif;
        font-size: 14px;
        color: rgb(85, 85, 85);
        padding: 0px 10px;
        transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
        box-shadow: none;
        margin: 0 7px;
    }

#searchresult {
    margin-top: 20px;
}

.listingBox {
    background-color: #ffffff;
    border: 1px solid rgb(194, 188, 188);
    margin: 0 auto 20px auto;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    display: inline-table;
    width: 100%;
}

    .listingBox ul li img {
        width: 100%;
        height: 180px;
        max-width: none;
    }

    .listingBox ul li {
        list-style-type: none;
    }

.user_adress_details {
    background: rgb(219, 219, 219);
    padding: 6px 5px;
    display: block;
    width: 100%;
    padding-bottom: 17px;
    position: relative;
}

.adrees_details {
    float: left;
    margin: 3px 0px 0 5px;
    height: 60px;
    display: block;
}

.limit_add {
    text-align: left;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    color: rgb(34, 117, 153);
    font-weight: bold;
    text-transform: capitalize;
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1px 0 0px;
    height: 21px;
}

.short_address {
    font-family: 'Karla';
    font-size: 12px;
    font-weight: normal;
    color: rgb(85, 85, 85);
}

.for_arrow {
    z-index: 999999;
    cursor: pointer;
}

.user_adress_details .fa {
    font-size: 29px;
    color: rgb(34, 117, 153);
    margin-top: 7px;
    margin-right: 9px;
}

.for_collapse_alignment {
    width: 100%;
    margin-top: 12px;
    text-align: left;
}

    .for_collapse_alignment ul {
        clear: both;
        overflow: hidden;
        margin-bottom: 4px;
    }

        .for_collapse_alignment ul li {
            width: 48%;
            font-size: 12px;
            color: rgb(85, 85, 85);
        }

            .for_collapse_alignment ul li:last-child {
                text-align: right;
            }

.listing_id {
    color: rgb(85, 85, 85);
    font-size: 15px;
    font-weight: bold;
}

.for_list_price {
    height: 45px;
    border-bottom: 1px solid rgb(240, 240, 240);
    padding: 13px 13px;
    font-size: 12px;
    font-family: 'Karla', sans-serif;
    color: rgb(85, 85, 85);
    margin: 0;
    display: block;
    font-weight: normal;
    line-height: 21px;
}

.buyergrp .for_list_price {
    line-height: 15px;
}

.price_count {
    display: inline-block;
    float: right;
}

    .price_count.big_font {
        font-size: 14px;
        color: rgb(23, 84, 111);
        font-weight: 600;
        font-family: 'Karla', sans-serif;
        padding: 0;
    }

    .price_count.about_status,
    .abt_price {
        color: rgb(85, 85, 85);
        font-size: 14px;
        font-family: 'Karla', sans-serif;
        font-weight: bold;
        text-overflow: ellipsis;
        max-width: 154px;
        width: 154px;
        text-align: right;
    }

.for_list_offer {
    height: 34px;
    line-height: 43px;
    width: 100%;
    text-align: center;
}

.for_only_details .for_model_name span {
    display: inline-block;
}


/* .offer_for {
	padding: 0px 6px;
	border-right: 1px solid #fbe6e6;
	display: inline-block;
	color: rgb(23, 84, 111);
	width: 165px;
	text-align: center;
} */

.offer_for {
    padding: 0px 6px;
    border-right: 1px solid #fbe6e6;
    display: inline-block;
    color: rgb(23, 84, 111);
    width: 60% !important;
    text-align: center;
}

.email-limit-seller {
    max-width: 176px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: block;
}


/* .for_view {
	text-align: center;
	display: inline-block;
	padding:0px 0px 4px 36px;
	color: rgb(23, 84, 111) !important;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Karla', sans-serif;
} */

.for_view {
    text-align: center;
    display: inline-block;
    padding: 0px 0px 4px 10px;
    color: rgb(23, 84, 111) !important;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
    width: 38%;
}

.xx-7.padding-0.for_pad.flt-right {
    width: 303px !important;
    max-width: 259px !important;
}

.listingwidth .xx-7.padding-0.for_pad.flt-right {
    width: 303px !important;
    max-width: 116px !important;
}

.backtolisting {
    padding: 0;
    margin: 7px 0 7px 0px;
    display: inline-block;
    font-size: 14PX;
    font-weight: 800;
    color: rgb(51, 51, 51);
    width: 150px;
}

.for_only_details {
    clear: both;
    width: 100%;
    padding: 7px 0px 7px;
    height: 64px;
    background-color: rgba(34, 115, 153, 0.12);
    border-radius: 0;
    margin: 0;
}

.for_model_name {
    font-size: 17px;
    color: rgb(34, 117, 153);
    font-weight: bold;
    font-family: 'Karla';
    height: 23px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 553px;
    margin-top: 4px;
}

.for_detail_information_lister p {
    font-size: 13px;
    box-sizing: border-box;
    z-index: 8;
    height: 17px;
    font-family: "Open Sans", karla;
    color: #227599;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0 1px;
    margin: 0;
}

.for_model_name span {
    display: block;
}

.listing_offer_for_details_page > .col-xs-12.col-md-6 {
    border-bottom: 1px solid #f7f2f2;
    padding: 1px;
    height: 35px;
    line-height: 32px;
}

.for_detail_information_lister .text-right span {
    line-height: 34px;
}

.listing_offer_for_details_page p {
    color: rgb(85, 85, 85);
    font-size: 12px;
    margin: 0;
    font-family: "Open Sans", karla;
}

.offer_data .fa-paw {
    margin-right: 6px;
    display: inline-block;
}

.final_price {
    font-size: 16px;
    font-weight: 700;
    color: rgb(34, 117, 153);
    text-align: right;
    display: block;
    line-height: 34px;
}

.uncenseller span {
    font-size: 18px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-bottom: 7px;
    display: inline-block;
    margin-right: 12px;
}

.lsdetails .fa.fa-expand {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    vertical-align: -webkit-baseline-middle;
}

.unsent {
    margin-left: 32px;
    margin-bottom: 10px;
    display: block !important;
    width: 100%;
    font-weight: normal !important;
    font-size: 14px !important;
    margin-top: -4px;
}

#btnadd {
    margin: 0;
}

.vcongrats {
    margin-bottom: 16px !important;
}

.lsdetails {
    float: left;
}

#newseller {
    margin: 30px 0px;
    display: block;
    color: rgb(62, 181, 33);
}

.rowlimit {
    margin-bottom: 1px;
    max-width: 572px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: contents;
}

.c-offers {
    margin: 1px 5px;
    display: block;
    color: #ef2f2f;
}

.fortabs li {
    height: 56px;
    border: 0 none;
    border-radius: 0;
    width: auto;
    padding: 0 23px;
    min-width: 95px;
}

    .fortabs li a {
        font-size: 18px !important;
        width: auto;
        padding: 15px 0 !important;
    }

.tab-content.new_content {
    margin: 6px 15px 0px 15px;
    min-height: 1000px;
}

.fortabs {
    /* margin-top: 12px; */
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#offerdetail {
    font-size: 14px;
    padding-top: 15px;
}

.for_btn_dropdown [aria-expanded="true"] {
    transform: rotate(90deg);
    margin-top: 5px;
    transition: all .2s ease-out;
}

.for_btn_dropdown [aria-expanded="false"] {
    transition: all .2s ease-out;
}

.zipforms {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    background: rgba(34, 117, 153, 0.15);
    padding: 5px 23px;
    color: rgb(34, 117, 153);
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.new_content .alert-info {
    background-color: rgb(219, 219, 219);
    color: rgb(37, 100, 127);
    height: 55px;
}

.new_content .alert {
    padding: 15px;
    margin-bottom: 6px;
    border: 0 none;
    border-radius: 0;
    position: relative;
}

#listingdetail {
    overflow: hidden;
}

.for_select {
    text-align: left;
    padding: 2px 0 0 0;
    float:right;
}

    .for_select ul {
        margin: -3px;
        text-align: right;
        padding: 0;
    }

.resposivepadw, .fit-sp {
    padding: 0 !important;
}

.for_select li {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.fa.new_print_icon {
    font-size: 22px;
    vertical-align: middle;
    color: rgb(143, 143, 143);
}

.comparer_items0 {
    background: rgb(191, 191, 191);
    color: #fff;
    padding: 4px 27px;
    border: none;
    vertical-align: inherit;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    width: 137px;
}

button.comparer_items {
    background: rgb(34, 117, 153);
    color: #fff;
    padding: 4px 19px;
    border: none;
    vertical-align: inherit;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    width: 137px;
}

.for_place_offerd a {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    color: rgb(34, 117, 153);
}

.row.for_place_offer_details {
    background: rgba(34, 115, 153, 0.12);
    height: 57px;
    padding: 3px 14px 0 0;
    margin-bottom: 6px;
    border: 0 none;
    border-radius: 0;
    clear: both;
}

.for_btn_dropdown .fa {
    font-size: 12px;
    color: rgb(85, 85, 85);
    font-weight: normal;
}

.dropdown_buyer_agent_details a {
    font-size: 14px !important;
    color: rgb(85, 85, 85);
    margin-bottom: 5px;
    display: block;
}

    .dropdown_buyer_agent_details a .fa {
        font-size: 10px;
        color: rgb(145, 145, 145);
    }

.detail_holder {
    color: rgb(85, 85, 85);
    cursor: default;
    margin-bottom: 5px;
    display: block;
    font-size: 15px !important;
    font-weight: bold;
    font-family: karla;
}

.z-form {
    display: inline-block;
}

.for_btn_dropdown .fa:after {
    content: "\f054";
    transform: rotate(90deg);
    position: absolute;
    transition: ease 3ms all;
    display: none;
}

.rotate-css {
    transform: rotate(90deg);
}


/*----seller-CSS---*/

.sellertable table {
    background-color: rgba(34, 117, 153, 0.12);
}

.seller_details1 {
    border-bottom: 2px solid #ffff;
}

    .seller_details1 th {
        color: rgb(85, 85, 85);
        font-size: 12px;
    }

.seller_details {
    border-bottom: 2px solid #fff;
    height: 43px;
}

    .seller_details td {
        line-height: 43px !important;
    }

    .seller_details td {
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 108px;
        width: 80px;
        white-space: nowrap;
        padding: 0 9px !important;
        color: rgb(85, 85, 85);
    }

#EditSeller,
#DeleteSeller .fa {
    font-size: 20px !important;
    margin-right: 6px;
    color: #b1aeae;
}


/*---/END-seller-CSS---*/


/*---Start-file-css---*/

#file_cabinet p {
    font-size: 17px;
    color: rgb(34, 117, 153);
    margin-top: 1px;
}

.upload_itms {
    color: rgb(34, 117, 153);
}

    .upload_itms ul li {
        display: block;
        color: rgb(34, 117, 153);
        font-size: 14px;
    }

.lst {
    margin-top: 4px;
}

.add_buyer_stepfrm li:first-child {
    text-align: left;
    margin-left: 2px;
}

.itm {
    background: rgba(34, 115, 153, 0.12);
    min-height: 52px;
    margin-bottom: 5px;
    border: 0 none;
    border-radius: 0;
    overflow: hidden;
    clear: both;
}

#splist .itm {
    padding-top: 5px;
}

.itm label {
    font-size: 12px;
    color: rgb(85, 85, 85);
}

.actionBtn .fa {
    font-size: 19px !important;
    margin-right: 8px;
    color: rgb(34, 117, 153);
}

.for_buyer_details {
    padding: 1px 0 3px 0px;
}

#btneditSP {
    margin-top: 3px;
    display: inline-block;
}

.text-left p {
    text-align: left;
}

.for_agent_details {
    padding: 0px;
}

    .for_agent_details.text-center {
        padding-right: 2px;
    }

.for_pad {
    padding-top: 11px;
}

.xx-7.for_pad {
    padding-top: 9px;
}


/*---/End-file-css---*/


/*---/END-OF-LISTING-PAGE-CSS----*/


/*---/START-OF-BUYER-PAGE-CSS----*/

.adress_details {
    background-color: rgb(219, 219, 219);
    display: block;
    padding: 2px 11px;
    height: 100px;
}

.big_font {
    color: rgb(85, 85, 85);
    padding: 6px 6px;
    display: block;
    font-size: 14px;
}

.edit-limit {
    min-height: 130px;
}

.for_alignment_only {
    padding: 5px 0;
    min-height: 419px;
    overflow: hidden;
    height: 419px;
    clear: both;
}

.new_buyer_name h2 {
    font-weight: 500;
    color: rgb(34, 117, 153);
    line-height: 130px;
    min-height: 132px;
    margin: 0;
}

.col-md-9.padding-0 {
    border-right: 1px solid #f7f2f2;
}

.for_name_style .purchase_price {
    position: absolute;
    top: 18px;
    left: 22px;
    font-size: 14px;
    line-height: 14px;
}

.for_name_style {
    position: relative;
    width: 100%;
    display: block;
}

    .for_name_style .fa.fa-expand {
        font-weight: bold;
    }

.icon_dropdown > .fa.fa-long-arrow-right {
    color: #227599;
    font-size: 21px;
}

.main-list-style .icon_dropdown > .fa.fa-long-arrow-right {
    color: #227599;
    line-height: 32px;
    font-size: 21px;
    width: 22px;
}

.ser_underline {
    text-decoration: none !important;
}

    .ser_underline:hover {
        text-decoration: none !important;
    }

#clientlist .for_place_offer_details {
    background: rgb(245, 245, 245);
    padding-top: 0px;
}

#clientlist .for_btn_dropdown {
    margin: 8px 0;
}

.pur-font p {
    font-size: 14px;
}

.dtal_purchasing {
    text-align: center;
    display: block;
}

    .dtal_purchasing .fa {
        font-size: 24px;
        padding-top: 8px;
        color: rgb(194, 190, 190);
    }

.cntaling ul {
    width: 300px;
    overflow: hidden;
    padding: 0;
}

    .cntaling ul li a .fa.fa-file-pdf-o {
        font-size: 25px;
        vertical-align: middle;
        margin: 0 0px 2px 1px !important;
    }

.b-align #EditBuyer {
    margin: 5px !important;
}

.cntaling .counter {
    width: 75px;
    display: inline-block;
    text-align: left;
    margin-right: 0px;
    padding-top: 0 !important;
    vertical-align: middle;
    align-items: center;
    margin-left: 19px;
}

#buyerlist .itm .col-md-2 {
    padding-top: 3px;
}

.namelimit {
    white-space: nowrap;
    max-width: 158px;
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
    display: block;
}

#buyerlist .itm {
    padding-top: 3px;
}

.cntaling li {
    margin-left: 2px;
}

.explamaton_circle#info_pop {
    right: 22px;
    opacity: .4;
}

.b-align {
    padding: 11px 0;
}

.pur_buyer.purchase_price {
    top: 9px !important;
    word-spacing: 3px;
}


/*---/END-OF-BUYER-PAGE-CSS----*/


/*----Client-PAGE-CSS----*/

.client-listing li {
    margin-right: 4px;
    padding: 0 9px;
    height: 54px;
    overflow: hidden;
}


/* .client-listing .for_place_offerd {
	width: 185px;
} */

.details_purchasing.pur-font {
    max-width: 294px;
    height: 40px;
    overflow: hidden;
    padding-top: 2px;
    width: 294px;
    ;
}

.client-listing li:last-child {
    max-width: 220px;
    text-align: right;
    padding: 0;
    width: 220px;
}

.client-listing .dtal_purchasing {
    text-align: right;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}

    .client-listing .dtal_purchasing .fa {
        font-size: 20px;
    }

#clientlist .detail {
    padding: 0 55px 12px;
    clear: both;
    overflow: hidden;
    margin-bottom: 6px;
    background: rgb(245, 245, 245);
    margin-top: -6px;
}

#clientlist .purchase_price {
    color: rgb(85, 85, 85);
    font-weight: 800;
}

.autoheight {
    height: auto !important;
}

.lis-details a .fa {
    font-size: 20px;
    margin: 5px 0;
}

.lis-details span {
    font-size: 14px;
    margin: 5px 0;
    font-weight: normal !important;
}

.lis-details a {
    margin-right: 8px;
}

.lis-details {
    /* border-top: 1px dashed rgb(150, 150, 150); */
    padding-bottom: 2px;
}

    .lis-details:first-child {
        border-top: 1px dotted #fff;
    }

.border-none {
    border: none;
}

.client-listing {
    padding: 3px 0;
    margin: 0;
    height: 46px;
    overflow: hidden;
}

.client-fifth-list p {
    font-size: 14px !important;
    color: rgb(85, 85, 85);
    line-height: normal;
    font-family: karla;
}

#clientlist .row.for_place_offer_details.autoheight {
    height: 46px !important;
}

#noborder .fa {
    font-size: 20px;
}

#noborder .purchase_price {
    font-weight: normal;
}

.stt {
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 4px;
}

.client-listing li:first-child {
    width: 40px;
}

.c-mover {
    width: 66px;
    text-align: left;
    float: right;
    margin: 0 !important;
    padding: 0px 0;
}

    .c-mover li {
        width: 26px !important;
        display: inline-block;
        position: relative;
        top: 2px;
    }


/*---/END-OF-Client-PAGE-CSS----*/


/*----Sales-PAGE-CSS----*/

.prev_sales {
    display: inline-block;
    background: none rgb(34, 117, 153);
    float: right;
    color: #fff;
    width: 160px;
    text-align: center;
    border: 1px solid rgb(46, 109, 164);
    border-radius: 4px;
    padding: 4px 0;
    margin: -1px 34px 0px 0px;
    height: 30px;
    font-size: 15px;
}

.sales_report {
    background: rgba(34, 117, 153, 0.12);
    display: inline-block;
    width: 100%;
    margin: 7px 0;
    height: 100px;
    padding: 11px 0;
}

.for_sales_filter ul {
    margin-bottom: 6px;
}

.for_sales_filter select {
    display: block;
    padding: 6px 1px 7px 6px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    width: 100%;
    color: rgb(156, 156, 156);
}

.for_sales_filter label {
    font-weight: 100;
    font-size: 12px;
}

.for_sort_filter label {
    font-weight: 100;
    font-size: 12px;
}

.for_sort_filter select {
    display: block;
    padding: 6px 0px 7px 0px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(156, 156, 156);
}

.fa.fa-sort-amount-asc.for_filter {
    font-size: 28px;
    color: #b5adad;
}

.for_print span {
    font-size: 20px;
    color: rgb(143, 143, 143);
    margin-left: 7px;
}

.sales_report_item {
    background: rgba(34, 117, 153, 0.12);
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 7px;
    padding: 0 0px 7px 15px;
}

.elsecondition {
    padding: 0 0px 0px 15px;
    margin-bottom: 0;
}

.edit-icon-style {
    margin-left: 12px;
}

.pad-10 {
    position: relative;
    top: 21px;
}

.form-group #EditSeller {
    font-size: 18px !important;
    margin-right: 15px;
    color: #b1aeae;
    margin-left: 15px;
    padding-top: 8px;
    display: -webkit-inline-box;
}

.sales_listing_style .listitem span {
    display: inline-block;
    padding-right: 0;
    width: 100% !important;
    word-break: break-word !important;
    white-space: normal;
}

#saleslist {
    min-height: 450px;
}

.prev_sales:hover {
    color: #fff;
}


/*----/Sales-PAGE-CSS----*/


/*----file-List-CSS----*/

.itm.atchmentlist {
    height: 36px;
    line-height: 36px;
}

.atchmentlist .purchase_price a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding-top: 1px;
}

#deletefile {
    color: rgb(34, 117, 153);
}


/*----/-END-file-List-CSS----*/


/*----/--Setting-Page-CSS----*/

.for_setting_bg {
    background-color: rgba(34, 115, 153, 0.12);
    margin: 19px 0;
    border-radius: 5px 5px 0 0;
}

    .for_setting_bg.nav-pills > li.active > a,
    .for_setting_bg.nav-pills > li.active > a:hover,
    .for_setting_bg.nav-pills > li.active > a:focus {
        color: rgb(34, 117, 153) !important;
        background-color: rgba(255, 255, 255, 0.12) !important;
        font-weight: bold;
    }

.emailoffer {
    width: 210px !important;
}

#btnresponseinfo {
    font-weight: bold;
    color: rgb(34, 117, 153);
    padding-top: 14px;
}

    #btnresponseinfo:hover {
        text-decoration: underline !important;
    }

.setingpage #home {
    margin-left: 42px;
}

.setingpage h4 {
    color: #227599;
    font-size: 20px;
}

.svprov {
    padding: 0 91px 18px 0px;
    color: rgb(122, 122, 122);
}

.profile_form lable {
    display: block;
    margin-top: 14px;
    margin-bottom: 3px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: 'Karla';
    font-weight: 700;
}

.profile_form label {
    display: block;
    margin-top: 14px;
    margin-bottom: 3px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: 'Karla';
    font-weight: 700;
}

.profile_form input {
    padding: 7px;
    width: 100%;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 5px !important;
    font-family: 'Karla', sans-serif;
    font: status-bar;
    box-shadow: none;
    height: 36px !important;
}

.profile_form {
    width: 100%;
    max-width: 400px;
}

.for_template li input[type="radio"]:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none !important;
}

.sett_form {
    width: auto !important;
}

.clsinfo {
    background-color: #F5F5F5;
    clear: both;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed rgb(150, 150, 150);
    color: rgb(85, 85, 85);
    font-weight: 600;
}

.npass {
    left: 266px !important;
    width: 100% !important;
    top: -60px !important;
    font-size: 11px;
}

.cnpass {
    position: absolute;
    margin: auto;
    top: 28px !important;
    padding: 4px;
    border-radius: 4px;
    right: 0 !important;
    font-size: 13px;
}

.brd-rds {
    border-radius: 0 0 5px 5px !important;
}

.withplusicon .fa.fa-plus {
    font-size: 13px;
}


/*----/-END-Setting-Page-CSS----*/


/*--Coumnter-css---*/

.counter-form {
    padding: 0 0px;
    width: auto;
    opacity: 1;
}

.count-set {
    clear: both;
    overflow: hidden;
    margin-left: 13px;
    display: block;
    width: 100%;
}

.counter-form .form-group-for-radio {
    margin-top: 15px;
    margin-bottom: 4px;
}

.counter-form span {
    margin: -3px 2px 25px 0px !important;
    font-weight: bold;
    font-size: 14px !important;
    color: #333 !important;
    opacity: 1 !important;
}

.popup_spacing_style .col-group {
    margin-top: 0px;
    padding: 2px 14px 5px 14px;
}

.label_gap_style.col-group {
    padding-bottom: 0px;
}

#updatepanel.popup_spacing_style .pop_heading {
    padding: 18px 0px 18px 0;
}

.custm_search.last_search_box .form-control {
    margin: 3px 0px 0 0px;
    width: 210px;
}

.newagent_popup .col-group {
    padding: 2px 0px 0 0;
}

.discription_icon.visiblity-hide .editable_text[style="display: none;"] {
    visibility: hidden;
    display: block !important;
}

.withplusicon.full-wd-input input {
    width: 100%;
}

.withplusicon.full-wd-input .fa-check {
    right: 4px;
    top: 3px;
}

.client_head_top_style .search_by_address .custm_search .for_last_search {
    width: 244px;
}

.client_head_top_style .search_active select {
    width: 85%;
    margin-top: 3px;
    float: right;
}

.bootbox .bootbox-body .delete_msg {
    padding: 11px;
}

.pre_sale_style .for_sort_filter select {
    width: 100%;
}

.pre_sale_style .for_sort_filter label {
    font-weight: bold;
    color: rgb(58, 54, 54);
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
}

.offer_listing_popup .btn {
    margin-bottom: 15px;
    line-height: 40px;
    margin-top: 9px;
    border-radius: 4px !important;
    height: 41px;
}

.offer_listing_popup .input-group.full_width.pdT-10 {
    padding-top: 10px;
}

.offer_listing_popup .modal-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.doc_upload_popup .for_upload_docs p {
    padding: 0px !important;
}

.col-group.pdR-0 {
    padding-right: 0px;
}

.doc_upload_popup .next_btn_for_stepform button {
    border-radius: 4px !important;
    margin-top: 0;
}

    .doc_upload_popup .next_btn_for_stepform button.disable_btn {
        background: none rgb(197, 197, 197);
    }

.doc_upload_popup .next_btn_for_stepform .btn_blue.modalclose {
    border-radius: 0px !important;
}

.doc_upload_popup .file_upload::before {
    text-align: center;
    padding: 14px 12px;
}

#updatepanel.doc_upload_popup .pop_heading {
    padding: 18px 0px 28px 0;
}

.text-left.mrgB-10 {
    margin-bottom: 10px;
}

.add_new_team.left-team-box ul {
    padding-left: 0px;
}

.pop_heading.getting_offers_popup {
    padding: 15px 25px;
}

    .pop_heading.getting_offers_popup hr {
        border-top: 5px solid #dedede;
    }

    .pop_heading.getting_offers_popup h2 {
        margin: 6px 0 17px;
    }

    .pop_heading.getting_offers_popup .padding-60 {
        padding: 0 60px;
    }

.updatingaccountpop.clientexist.search_popup_style {
    padding: 20px;
}

.counteroffer-popup .counter_sub {
    text-align: left;
    padding-left: 22px;
    max-width: 415px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.counteroffer-popup .pop_heading.counter-for .radio_plans {
    text-align: left;
    padding-left: 22px;
}

.counteroffer-popup .pop_heading.counter-for .check_input_style {
    text-align: left;
    color: green;
    padding-left: 23px;
}

.check-wd-content span {
    font-size: 14px;
    line-height: 15px;
    text-align: right;
}

.check-wd-content #chkHigest {
    margin: 0 5px 0px 0px !important;
    height: 18px;
}

.counteroffer-popup .small {
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    margin-top: -3px;
    display: block;
    margin-bottom: 1px;
}

.counteroffer-popup .pop_heading.counter-for .check_input_style {
    text-align: left;
    color: rgb(62, 181, 33);
    padding-left: 30px;
    font-size: 14px;
    font-family: karla;
}

.counteroffer-popup .check-wd-content {
    line-height: 12px;
}

.service_pro_section .ser_pro {
    color: rgb(34, 117, 153);
    font-weight: bold;
    font-size: 16px;
}

#printR {
    position: relative;
}

.listingWrap {
    position: relative;
}

.listingpop {
    position: relative;
    width: 309px;
    background: rgb(255, 243, 224);
    border: 1px solid rgb(46, 109, 164);
    left: 275px;
    margin: 0;
    padding: 0;
    height: 169px;
    top: 180px;
    font-family: "Open Sans";
}

    .listingpop .fa {
        float: left;
        width: 25%;
        text-align: center;
        height: 46px;
        line-height: 46px;
        font-size: 40px;
        color: rgb(34, 117, 153);
    }

    .listingpop a {
        width: 75%;
        display: block;
        text-align: center;
        font-size: 14px;
        float: right;
        padding: 10px 22px 0 39px;
        line-height: 1.4;
        color: rgb(51, 51, 51);
        font-family: "Open Sans";
    }

    .listingpop .btn_blue {
        width: 100%;
    }

.sndstep {
    top: 360px;
}

.thirdstep {
    left: 163px;
    top: 362px;
}

    .sndstep .fa,
    .thirdstep .fa {
        padding-top: 34px;
    }

    .sndstep a,
    .thirdstep a {
        padding: 13px 4px 0 0px !important;
    }

        .sndstep a p,
        .thirdstep a p {
            margin: 8px 0 0 0;
        }

#popupfive,
#popfour,
#popthree,
#popupsx,
#secondpop,
#firstpop,
#quickpopup1 {
    display: none;
}

.for-mrgn {
    display: block;
    height: 105px;
}

.heightm {
    display: block;
    height: 25px;
}

#popupsix .listingpop {
    top: 50px;
    float: right;
    height: auto;
    right: 29px;
    left: auto;
}

#popupsix {
    right: 0;
}

    #popupsix .listingpop .fa {
        float: right;
    }

    #popupsix .listingpop a {
        padding: 10px 1px 0 2px;
        float: left;
    }

#popupsevan .listingpop {
    width: 346px;
    left: 310px;
    height: auto;
    top: 20px;
}

    #popupsevan .listingpop .fa {
        line-height: 128px;
    }

    #popupsevan .listingpop a {
        padding: 10px 11px 0 7px;
    }

#popupeight .listingpop {
    width: 398px;
    left: 97px;
    height: auto;
    top: 63px;
}

#popuptwelve .listingpop {
    width: 265px;
    left: 204px;
    height: auto;
    top: 1px;
}

    #popuptwelve .listingpop a {
        padding: 10px 4px 0 1px;
    }

#popupeight .listingpop a {
    padding: 18px 4px 0 1px;
}

#popupnine .listingpop {
    width: 451px;
    left: 203px;
    height: auto;
    top: 63px;
}

    #popupnine .listingpop a {
        padding: 11px 8px 0 1px;
    }

#popupten .listingpop a {
    padding: 10px 23px 0 5px;
}

#popupten .listingpop {
    position: relative;
    width: 354px;
    left: 301px;
    height: auto;
    top: 63px;
}

    #popupten .listingpop a {
        padding: 10px 6px 0 1px;
    }

#popupelevan .listingpop {
    top: 0;
    left: 698px;
    height: auto;
}

    #popupelevan .listingpop a {
        padding: 10px 6px 0 5px;
    }

#popupthirteen .listingpop {
    width: 382px;
    left: 170px;
    height: auto;
    top: -47px;
}

    #popupthirteen .listingpop .fa {
        line-height: 128px;
    }

    #popupthirteen .listingpop a {
        padding: 10px 11px 0 7px;
    }

#popupfourteen .listingpop {
    width: 412px;
    height: auto;
    top: 86px;
    left: 787px;
}

    #popupfourteen .listingpop .fa {
        float: right;
    }

#popupfifteen .listingpop {
    width: 382px;
    left: 784px;
    height: auto;
    top: 60px;
}

    #popupfifteen .listingpop a {
        padding: 10px 11px 0 7px;
    }

#popupsixteen .listingpop {
    width: 382px;
    left: 814px;
    height: auto;
    top: 86px;
}

    #popupsixteen .listingpop .fa {
        float: right;
        width: 20%;
    }

    #popupsixteen .listingpop a {
        padding: 10px 0px 0 12px;
        width: 80%;
    }

#popupsevteen .listingpop {
    top: 0px;
    height: auto;
    float: right;
    left: 335px;
}

    #popupsevteen .listingpop .fa {
        float: right;
    }

#popupeighteen {
    z-index: 9999;
}

    #popupeighteen .listingpop {
        width: 292px;
        left: 23px;
        height: auto;
        top: 129px;
    }

        #popupeighteen .listingpop a {
            padding: 10px 21px 0 6px;
        }

#popupninteen .listingpop {
    width: 415px;
    left: 315px;
    height: auto;
    top: -74px;
}

    #popupninteen .listingpop .fa {
        float: left;
        width: 12%;
        line-height: 317px;
    }

    #popupninteen .listingpop a {
        width: 88%;
        padding: 10px 1px 0 0px;
    }

#poptwenty .linsting-hint-popup {
    width: 383px;
    left: 0px;
    height: 46px;
    top: 157px;
}

#poptwenty .fa {
    font-size: 28px;
    color: rgb(34, 117, 153);
    text-align: center;
    padding: 0px 0px 15px 64px;
    vertical-align: middle;
}

#poptwenty .pading-hint {
    width: 168px;
    height: 45px;
    line-height: 18px;
    margin-top: 7px !important;
}

#poptone .listingpop {
    top: -5px;
    left: 35px;
    height: auto;
    width: 295px;
}

#summary-1 {
    position: relative;
}

#popttwo .listingpop {
    top: -27px;
    left: 210px;
    height: auto;
    width: 437px;
    text-align: center;
}

.file-uploadcabinet a {
    color: #227599;
}

#main-1 {
    position: relative;
    clear: both;
}

#popttwo .listingpop a p {
    text-align: center;
}

#popttwo .listingpop a {
    width: 80%;
    padding: 13px 1px 0 5px;
}

#popttwo .listingpop .fa {
    float: left;
    width: 20%;
}

#poptthree .listingpop {
    position: relative;
    width: 354px;
    left: 360px;
    height: auto;
    top: 63px;
}

    #poptthree .listingpop a {
        padding: 0;
    }

#poptfour .listingpop {
    top: 27px;
    height: auto;
    float: right;
    left: 324px;
    width: 325px;
}

    #poptfour .listingpop .fa {
        float: none;
        line-height: 159px;
        width: auto;
        position: absolute;
    }

    #poptfour .listingpop a {
        width: 87%;
        padding: 21px 0px 0px 0px;
    }

#serviceprovider {
    margin-top: -3px;
    display: block;
}

#poptfive .listingpop {
    top: -15px;
    height: auto;
}

    #poptfive .listingpop .fa {
        float: right;
    }

    #poptfive .listingpop a {
        padding: 10px 6px 0 5px;
    }

        #poptfive .listingpop a p .fa {
            font-size: 18px;
            color: rgb(62, 181, 33);
            line-height: normal;
            padding: 0;
            float: none;
            width: auto;
        }

#poptsix .listingpop {
    top: 3px;
    left: 502px;
    height: auto;
    width: 414px;
}

.sellertable {
    position: relative;
}

#poptsix .listingpop .fa {
    float: right;
}


/* .offer_cabinet_popup {
	width: 400px!important;
} */

.dropdown-toggle.for_first_name {
    height: 28px;
    /* margin-bottom: 3px; */
}

@media only screen and (min-width:1025px) and (max-width: 1134px) {
    .login_popup_title_home {
        font-size: 28px !important;
        text-align: left !important;
        padding: 0px 20px;
    }

    .what_is_offer ul li {
        display: inline-block;
        margin-right: 10px !important;
    }

    .limit_add {
        max-width: 181px !important;
    }

    .price_count.about_status,
    .abt_price {
        max-width: 135px !important;
        width: 154px;
    }

    .offer_for {
        width: 135 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .login_popup_title_home {
        font-size: 25px;
        text-align: left;
        margin: 0px;
        padding: 0px 0px;
    }

    .for_only_offer {
        margin-top: 11px;
        margin-right: 0;
    }

    .for_place_offer {
        width: 97px;
        font-size: 15px;
        margin: 0px 12px;
    }

    .mls-listing {
        float: none;
        text-align: left;
    }

    .for_offer_id {
        width: 181px;
        font-size: 14px;
        text-align: center;
        padding: 0px 1px;
    }

    .fotter_content {
        position: absolute;
        bottom: -0px;
    }

    .first_two {
        margin-left: 0px !important;
    }

    .first_one {
        margin-left: 0px !important;
    }

    .img_management {
        margin-top: 68px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .mls-listing {
        float: none;
        text-align: center;
        margin-top: 13px;
    }

    .for_offer_id {
        width: 215px;
    }

    .fotter_content {
        position: absolute;
        bottom: 0;
    }

    .what_is_offer ul {
        text-align: center;
    }

        .what_is_offer ul li:first-child {
            display: block;
        }

    .for_all_user li {
        display: block;
        width: 100%;
        background: #23799e;
        margin-bottom: 3px;
        padding: 3px 0;
    }

    .for_user_details {
        padding: 7px 0;
        text-align: center;
    }

    #uname .fa {
        position: absolute;
        top: 5px !important;
        right: -20px !important;
    }

    .wdt-292 {
        padding-left: 15px !important;
    }
}

.pac-icon {
    display: none;
}

.pac-container {
    z-index: 1511;
    padding-left: 5px;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.pac-container:after {
    display: none !important;
}

.datepicker {
    z-index: 9999 !important;
}

.ui-menu .ui-menu-item {
    display: block;
}

    .ui-menu .ui-menu-item .ui-state-active {
        border: none;
        font-weight: bold;
    }

#imageinput {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    width: 151px;
    height: 117px;
    margin: auto;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.cl-list {
    padding: 0;
    margin: 0;
    position: relative;
}

.star {
    position: absolute;
    left: 0;
    font-size: 23px;
    top: 33%;
    color: rgb(51, 51, 51);
    opacity: .8;
}

.star-req {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.cl-list li.col-group {
    display: inline-block;
    width: 45%;
    margin: 0;
}

.only-padd .col-group {
    margin-top: 3px;
    padding: 2px 0px 0 0;
}

.only-padd {
    padding: 20px 40px 0;
}

.doc_upload_popup {
    width: 462px;
    display: inline-table;
}

.pop_up_body.for_search select {
    height: 41px !important;
}

.fit-sp {
    margin-bottom: 0;
}

    .fit-sp li {
        width: 49%;
    }

.step_form .all_details input {
    height: 30px;
    border: 1px solid rgb(204, 204, 204);
}

.step_form .all_details input {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.all_details span {
    text-align: center;
    display: block;
}

.settelment-upload span {
    margin-bottom: 10px !important;
    text-align: left;
}

#IsAllDocUpload {
    height: auto;
}

.settelment-upload p {
    padding: 0;
    margin: 0 !important;
    clear: both;
}

#generalfilelist li:first-child,
#filelist li:first-child {
    width: 95%;
    margin-left: 0;
}

div#generalfilelist,
#filelist {
    margin: 12px 18px 12px 0px;
}

.settelment-upload {
    padding: 36px 7px 0 16px;
}

.red {
    display: inline-block !important;
    color: rgb(199, 54, 54);
}

.green {
    color: rgb(62, 181, 33);
}

#filelist {
    margin-bottom: 20px;
}

.details_purchasing {
    padding-left: 3px;
}

#altmsg {
    height: 80px;
    margin-top: 9px;
    overflow-x: hidden;
    overflow-y: auto;
}

    #altmsg::-webkit-scrollbar {
        width: 4px;
        border-radius: 5px;
    }


    /* Track */

    #altmsg::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


    /* Handle */

    #altmsg::-webkit-scrollbar-thumb {
        background: #ebccd1;
        border-radius: 25%;
    }

.for_agent_details .col-xs-12.col-md-12 {
    height: 26px;
}

    .for_agent_details .col-xs-12.col-md-12 p {
        margin: 0;
        line-height: 26px;
        text-transform: capitalize;
    }

.clshide a {
    font-weight: bold;
}

#emailinfo .pop_heading {
    margin-bottom: 23px;
}

.counteroffer-popup {
    width: 100%;
}

.counterwidth .modal-content {
    width: 464px;
}

.bootbox.small_popup_togape .modal-dialog {
    margin: 100px auto 0;
}

.count-set input {
    height: 30px;
    border: 1px solid rgb(204, 204, 204);
    width: 90%;
    display: block;
}

    .count-set input[type="checkbox"] {
        height: auto !important;
    }

.count-set .for_select_selection {
    margin: 0 !important;
}

#PurchasePrice {
    width: 100%;
}

.count-set #loantype {
    width: 90%;
}

.fix-height {
    text-align: center;
    display: block;
    margin-bottom: 11px;
}

#OfferNote {
    border: 1px solid rgb(204, 204, 204);
    height: 206px;
}

    #OfferNote:focus {
        border: 1px solid rgba(82, 168, 236, 0.77) !important;
        box-shadow: rgba(82, 168, 236, 0.72) 0px 0px 8px 0px !important;
    }

.notwidth {
    width: 100% !important;
}

.add_buyer_stepfrm a {
    margin-right: 0 !important;
    text-align: left;
}

.adinal-offer {
    margin-top: 39px;
    display: block;
    clear: both;
}

#btnAddFile {
    height: 41px;
}

.buyer_frm p {
    /*font-weight: bold;*/
    color: rgb(85, 85, 85);
}

a.modalclose p {
    font-size: 14px;
    color: rgb(85, 85, 85);
    font-weight: normal;
    font-style: italic;
}

.buy-agent {
    padding: 10px 46px;
    margin-top: 4px;
}

p.text-center.ac-list {
    padding: 21px 43px 0;
}

.buy-agent input {
    margin: 2px 0;
    border: none;
}

span.c-g-account {
    padding: 9px 0px;
    display: block;
}

.modalclose {
    padding: 10px;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.res-password {
    padding: 45px;
}

    .res-password h2 {
        font-size: 24px;
    }

    .res-password lable {
        font-weight: normal;
        margin: 14px 0 21px 0;
    }

    .res-password label {
        font-weight: normal;
        margin: 14px 0 21px 0;
    }

    .res-password input {
        height: 40px;
        box-shadow: rgb(248, 185, 183) 0px 0px 8px 0px;
    }

    .res-password input {
        height: 40px;
        box-shadow: rgb(248, 185, 183) 0px 0px 8px 0px;
    }

.buyergrp .search_by_address ul {
    padding: 3px 9px 0 0px;
}

#agentdetail {
    color: #227599 !important;
}

    #agentdetail .fa {
        margin-left: 6px;
    }

.required {
    color: rgb(51, 51, 51);
    font-weight: normal;
}

    .required sup {
        font-size: 22px;
        top: 4px;
    }

.col-md-7.lst-n {
    padding-left: 0;
}

.set-pop {
    padding: 0 10px;
}

span.strng {
    font-weight: 800;
    color: rgb(85, 85, 85) !important;
    font-size: 15px;
}

.strng #agentdetail {
    color: rgb(85, 85, 85) !important;
    display: block;
    display: -webkit-box;
    float: right;
}

span.limit {
    white-space: nowrap;
    width: auto;
    max-width: 173px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.spin-checker {
    display: block;
    width: 122px;
    height: 120px;
    line-height: 120px;
    margin: auto;
}

    .spin-checker .fa {
        font-size: 70px;
        padding: 17px 0px;
    }

#buyergroupnote {
    color: #227599 !important;
}

.buy-file-cabinet font {
    text-align: left;
    display: block;
    margin-bottom: 22px;
}

ul.f-cab {
    padding-top: 5px;
}

/* .littilehelp #m-offer{width:453px;} */
.littilehelp #l-offer {
    /*width: 400px;*/
}


#m-offer input {
    border: 1px solid rgb(204, 204, 204);
    margin: 0;
}

#m-offer .col-group {
    margin: 0 0 1px 0;
}

#m-offer .next_btn_for_stepform {
    margin-top: 15px;
}

#l-offer .col-group {
    margin: 0;
    padding: 0;
}

#l-offer .row.padding-15 {
    text-align: justify;
    padding: 0px 28px 0 43px;
}

.small_popup_togape.new_services .col-md-6.col-group,
.small_popup_togape.new_services .col-group {
    padding: 2px 5px 0 5px;
}

.small_popup_togape.new_services .modal-dialog {
    max-width: 360px;
}

.small_popup_togape.new_services label {
    color: rgb(51, 51, 51);
}

.small_popup_togape.new_services br {
    display: none
}

.small_popup_togape.new_services .col-group > select.form-control:first-child {
    margin-bottom: 8px;
}

#e-offer #lblDownPayment {
    height: 30px;
}

.row.autoheight {
    height: 54px !important;
    overflow: hidden;
    clear: both;
    margin-bottom: 1px;
}

.reset_frm h1 {
    color: rgb(85, 85, 85);
}

.offer_cabinet_popup a {
    margin-bottom: 5px;
    display: block;
    margin-top: 1px;
}

.related-client {
    /* padding: 6px 105px; */
    /* font-size: 16px; */
}

/* .p-lst {
	font-size: 15px;
	font-weight: 600;
	margin: 8px;
	color: rgb(85, 85, 85);
} */

#teamlist {
    margin-top: 24px;
}

    #teamlist .added_team {
        background: #fff;
        margin: 6px 15px 14px 15px !important;
        padding: 12px 6px 1px 8px !important;
        display: block;
        border-radius: 5px;
        height: 73px !important;
    }

.small_popup_togape.new_services select.form-control {
    margin-bottom: 8px;
    margin-top: 8px;
}

.small_popup_togape.new_services .footer #btnSubmit {
    margin: 6px 0 0px 0;
}

.small_popup_togape.new_services .pop_up_body.for_search {
    padding: 0px;
}

.setingpage h4,
.setingpage #menu3 h4 {
    font-weight: 400;
}

.setingpage #menu1 .for_template {
    text-align: center;
}

    .setingpage #menu1 .for_template li {
        float: none;
        display: inline-block;
    }

#listingdetail {
    border: 1px solid #ededed;
}

body #altmsg,
body .msg_center {
    max-height: 61px;
    margin-top: 0;
    overflow-x: hidden;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    min-width: 250px;
}


#altmsg::-webkit-scrollbar {
    display: none;
}

body .inner_error_msg {
    position: relative;
    height: 68px;
    float: right;
}

.small_popup_togape.addbuyer_group .popup_spacing_style .col-group {
    padding: 2px 5px 5px 5px;
}

.small_popup_togape.addbuyer_group .set-pop {
    padding: 0 15px;
}

.small_popup_togape.addbuyer_group .star {
    left: -8px;
    height: 21px;
    top: 11px;
}

.rotate-css .fa-long-arrow-right:before {
    content: "\f061";
    font-family: 'FontAwesome'
}

.client-listing > li:last-child .c-mover {
    width: 58px;
    text-align: right;
    float: right;
    margin: 0 !important;
    padding: 0px 0;
}

.client-listing .c-mover li {
    width: 23px !important;
    display: inline-block;
    position: relative;
    top: 2px;
    padding: 0;
    margin: 0;
}

.client-listing .dtal_purchasing {
    text-align: center;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}

.client_head_top_style .for_listng_list {
    padding-left: 0px;
}

#dvedit p {
    padding: 1px 9px;
}

.inner_error_msg #newseller {
    margin: 0;
}

.o-data {
    font-size: 14px !important;
    padding: 3px 60px !important;
    font-weight: normal !important;
}

.for_place_offerd span {
    font-weight: bold;
    color: rgb(85, 85, 85);
    font-size: 14px;
}

#ad-seller #modalclose {
    margin: 8px 0 0 0;
}

#ad-seller .modal-title {
    padding: 21px 0 12px;
}

#register {
    line-height: 0 !important;
}

#newbuyer {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 8px;
    color: rgb(62, 181, 33);
}

#filecabinet.upload_itms ul {
    padding: 0;
    margin: -6px;
}

.reg-user .modal-content {
    width: 532px;
    margin: 0 auto 0 8px;
}

.inq-home input {
    height: 30px;
    margin-bottom: 0;
}

.inq-home textarea {
    border: 1px solid #ccc;
}

.inq-home .padding-15 {
    padding: 4px 23px 0px 36px;
}

.listing-page {
    margin-top: -18px;
}

.edit-listingpop .active_buyer {
    width: 100%;
    height: 41px;
    padding: 0px 37px 0 9px;
    border-radius: 5px;
    margin: 0px 0 5px 0;
    border: 1px solid rgb(243, 232, 232);
}

.medium.content_lineheight .modal-content {
    width: 450px;
}

.gpcreated {
    font-size: 12px;
    color: rgb(34, 117, 153);
    font-family: "Open Sans";
}

.manualoffer {
    width: 480px;
}

    .manualoffer p {
        padding-right: 16px;
        text-align: left;
    }

@media(max-width:479px) {
    .for_responsive_video iframe {
        height: 220px !important;
    }

    .for_offer_id {
        width: 180px !important;
    }

    .mls-listing .for_offer_id {
        width: 181px !important;
    }

    .mls-listing .for_place_offer {
        width: 85px !important;
        padding: 0px;
    }
}

.all_details .of5 {
    text-align: center;
    display: block;
    margin: 0px 0 13px 0;
}

.op-escrow .modal-content {
    padding: 0 60px;
}

.op-escrow .btn.btn.btn_blue.margin-top {
    border-radius: 4px !important;
    height: 41px;
    width: 80%;
    margin: 10px auto;
    display: block;
}

.withsrp {
    background: none;
    display: block;
    text-align: center;
    padding: 0;
    margin-left: 0 !important;
    margin: 24px auto 24px !important;
    color: rgb(62, 181, 33);
    font-size: 16px;
    font-family: karla;
}

    .withsrp:hover {
        color: rgb(62, 181, 33) !important;
    }

    .withsrp:focus {
        color: rgb(62, 181, 33) !important;
        outline: 0 none !important;
        border: 0;
    }

.teamagent .activeagent-search {
    text-align: left;
}

.offer-pop .modal-body {
    padding: 11px 5px 5px 5px;
}

.offer-pop span {
    display: block;
    color: #227599;
    margin: 17px 0 35px;
    font-weight: bold;
    font-size: 18px;
}

.offer-pop .btn {
    height: 41px;
    margin-bottom: 13px;
}

.brinformation .pop_heading {
    padding: 21px 0 0 0;
}

.brinformation .padd-15 {
    text-align: left;
}

#message {
    left: 0;
    position: absolute;
    background: #227599;
    display: block;
    right: 0;
    width: 100%;
    top: -75px;
    margin: auto;
    padding: 2px;
    border-radius: 5px;
    font-size: 12px;
}

.reset_frm #message {
    top: -39px;
    font-size: 11px;
}

.circleone {
    right: 0 !important;
}

#mess,
.er-msg {
    margin: auto;
    top: 6px;
    padding: 4px;
    border-radius: 4px;
    right: 18px;
    z-index: 9;
}

.flt-right {
    float: right;
}

.txt-rgt {
    text-align: right;
}

.pp_cntent span.fa {
    font-size: 14px;
    color: #227599;
    font-weight: 300;
}

#NoListing {
    font-weight: bold;
    font-size: 15px;
}

.row.pa.all_details {
    padding: 7px 34px;
}

.counter-for .close {
    top: 6px !important;
}

.pop_heading.counter-for {
    padding: 10px 6px !important;
}

.for-w {
    width: 220px !important;
}

.for-d select {
    width: 130px !important;
}

.for_listing_list .search_by_address .search_active#agentlist #ddlagent {
    width: 215px !important;
}

.op-escrow .modal-footer {
    text-align: center !important;
}

.row.padding-15.new-details.all_details {
    margin: 19px 0 0;
}

.agent-padd .buyer_frm {
    padding: 5px 24px 21px;
}

.cke_combo_text {
    padding-left: 0px !important;
    width: 29px !important;
}

.lbldown {
    margin-bottom: 2px !important;
}

.cke_button {
    height: 16px !important;
    padding: 4px 7px 0 4px !important;
    width: 13px !important;
}

.cke_combo_open {
    line-height: 17px;
    margin: 1px 6px 1px !important;
    width: 1px !important;
}


/*.dfimg{
    width:100%;
    object-fit:contain;
    display:block;
    margin:auto;
}*/

.offerdetails .row.padding-15.all_details {
    padding: 0 39px !important;
}

.for_setting_bg li {
    margin: 0 48px;
}

.popfont p:nth-child(2) {
    font-size: 18px;
}

.counter-for .col-group {
    padding: 0 !important;
}

.edtcount .modal-content {
    width: 500px;
}

.edtcount input {
    height: 30px;
    border: 1px solid rgb(204, 204, 204);
}

.edtcount .col-group {
    margin-top: 3px;
    padding: 2px 6px 0 8px;
}

.edtcount .of5 {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

#loading {
    font-size: 27px;
    margin-top: 13px;
    text-align: center;
    display: block;
    color: #227599;
    font-weight: bold;
}

.popfont span {
    font-weight: normal;
    font-family: karla;
    font-size: 16px;
}

.updatingaccountpop .popfont p:last-child {
    text-align: right !important;
    margin-right: 36px;
    margin-top: -14px;
}

.email-limit {
    padding: 5px 0;
    width: 196px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#txtHigest {
    padding: 0 !important;
    font-size: 12px;
    text-align: center;
    width: 100% !important;
}


/* .pre-offer span { -webkit-animation: mymove1 3s linear both;
	animation: mymove1 3s linear both;}

	@-webkit-keyframes mymove1 {
		15%   {font-size: 16px;font-weight: bold;}
		100% {font-size: 16px;font-weight: bold;}
	  }
	  .upda-offer span { -webkit-animation: mymove2 6s linear both;
		animation: mymove2 6s linear both;}
	
		@-webkit-keyframes mymove2 {
			0%   {}
			15%   {font-size: 14px;font-weight: normal;}
			30% {font-size: 16px;font-weight: bold;}
			100% {font-size: 16px;font-weight: bold;}
		  }
		  .autosend-offer span { -webkit-animation: mymove3 9s linear both; 
			animation: mymove3 9s linear both;}
		
			@-webkit-keyframes mymove3 {
				0%   {}
				30%   {font-size: 14px;font-weight: normal;}
				60%   {font-size: 16px;font-weight: bold;}
				100% {font-size: 16px;font-weight: bold;}
			  } */

.boldtxt a {
    float: left;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.email-limit a {
    color: rgb(85, 85, 85);
    cursor: default;
}

.email-limit-1 a {
    color: rgb(85, 85, 85);
    cursor: default;
}


.edt-ty {
    margin-top: 6px;
    margin-bottom: 10px;
}

.email-limit-list {
    padding: 0;
}

.purchase_price.buyeraddress {
    margin-top: 11px;
    display: flex;
    vertical-align: middle;
    height: 30px;
    overflow: hidden;
    align-items: center;
    justify-content: normal;
    line-height: 14px;
}

.buy-file-cabinet p {
    margin: 0 !important;
}

.poploader {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    margin: auto;
    text-align: center;
    font-size: 123px;
    color: #227599;
    transform: translate(-50%, -50%);
}

.listing-list-details {
    padding: 5px 14px 0 0 !important;
}

    .listing-list-details .xx-1 {
        max-width: 165px;
    }

.xx-5 {
    max-width: 350px !important;
    width: 400px;
}

.listing-width.xx-6 {
    max-width: 169px !important;
    width: 285px;
}

.xx-6 {
    max-width: 200px !important;
    width: 285px;
}

.xx-7 {
    max-width: 250px !important;
    width: 250px;
}

.listing-width .xx-7 {
    max-width: 250px !important;
    width: 170px;
}

.spinfo #lblmsg {
    font-weight: bold;
}

.for_alignment_only .offer_for {
    padding: 0px 6px;
    border-right: 1px solid #fbe6e6;
    display: inline-block;
    color: rgb(23, 84, 111);
    width: 184px;
    text-align: center;
}

.for_alignment_only .for_list_offer {
    height: 34px;
    line-height: 43px;
    display: block;
    text-align: center;
}

.for_alignment_only .offer_for {
    border-right: 1px solid #fbe6e6;
    display: block;
    color: rgb(23, 84, 111);
    width: 180px;
    text-align: center;
    float: left;
}

.for_alignment_only .for_view {
    text-align: center;
    display: inline-block;
    padding: 0;
    color: rgb(23, 84, 111) !important;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
}

#frmResetPassword h1 {
    font-size: 24px;
    color: rgb(39, 117, 153);
    font-weight: bold;
}

.reset_frm h4 {
    margin-top: 23px;
    font-weight: bold;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.reset_frm .form-group {
    padding: 0px 20px 5px;
}

.reset_frm input {
    border: 1px solid rgb(204, 204, 204);
}

.reset_frm {
    text-align: center;
    margin: 19px 0 30px;
    border: 1px solid rgb(199, 199, 199);
    background: rgb(245, 245, 245);
}

.inq-succ .modal-footer {
    text-align: center !important;
    padding-bottom: 19px !important;
}

.seller-file-details {
    align-items: center;
    display: flex;
    height: 38px;
}

.offer_cabinet_popup .next_btn_for_stepform {
    margin-top: 14px;
}

.finalspinar {
    display: table;
    margin: auto;
}

.xx-2 {
    width: 285px;
    max-width: 206px !important;
}

.for_pad.flt-right.xx-7.listing-width {
    max-width: 112px !important;
    width: 135px !important;
}

.distroye-manual {
    width: 100% !important;
}

    .distroye-manual .padding-15 {
        padding: 4px 23px 0px 23px;
        margin-left: 16px;
    }

.custm_search.last_search_box input {
    width: 154px !important;
}

.client-listing .client-fourth-list {
    width: 26% !important;
}

.client-listing .client-fifth-list {
    width: 20%;
}

.wl-buyer #message {
    top: -39px;
    font-size: 11px !important;
    left: -21px;
    width: 333px;
}

.b-c-compare {
    max-width: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-align span {
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
}

.compdata span.text-center {
    height: 26px;
    line-height: 26px;
}

.lis-agents h3 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    font-family: karla;
}

.actform input {
    height: 52px;
    width: 51%;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid rgb(235, 141, 141);
}

.ser-email .email-limit {
    padding: 5px 0;
    width: 264px !important;
}

.col-md-2.ser-email.email-limit-list {
    width: 255px;
}

.withoutarrow {
    display: inline-block;
    padding-left: 37px;
    line-height: 30px;
}

.byrsignlog {
    width: 132px;
}

.byrteliphn {
    width: 143px;
}

.byremail {
    width: 310px;
}

    .byremail .email-limit {
        width: 308px;
    }

#menu2 .setting_listing_style {
    padding: 1px 1px 0 15px;
    line-height: 23px;
}

.repet-listing .border-btm-dashed {
    padding: 6px 15px 6px 15px;
}

    .repet-listing .border-btm-dashed a .fa {
        font-size: 16px;
        font-weight: bold;
    }

    .repet-listing .border-btm-dashed a {
        padding-left: 20px;
    }

.setting_listing_style select {
    padding: 3px;
    font-weight: normal;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.mxlimit {
    max-width: 410px;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    width: 405px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-list-style .icon_dropdown {
    padding-top: 1px;
}

.adresslimit {
    max-width: 455px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.onlybuyerlisting {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.byrlisting {
    color: rgb(62, 181, 33) !important;
    padding-left: 10px;
}

.compdata .row {
    margin-bottom: 37px;
}

.new_print_icon.fa-refresh {
    margin-right: 3px;
}

.listing-width ul li a .fa.fa-file-pdf-o {
    font-size: 20px;
    vertical-align: middle;
    margin: 5px 7px 2px 6px !important;
}

.listing-width .text-rgt li:first-child a {
    vertical-align: -webkit-baseline-middle;
    font-weight: bold;
}

.p-left-56 {
    padding-left: 56px !important;
    min-width: 302px;
}


/* .wdt-292 {width:292px;} */

@media (max-width: 1079px) and (min-width:750px) {
    .printotherpage {
        width: 100%;
        max-width: 100% !important;
        margin: 0px auto;
    }
}

@media (max-width:640px) and (min-width:600px) {
    .printotherpage .listingWrap.col-xs-12 {
        width: 50%;
    }

    .printotherpage {
        width: 100%;
        max-width: 100% !important;
        margin: 0px auto;
    }
}

@media (max-width:599px) and (min-width:481px) {
    .printotherpage .listingWrap.col-xs-12 {
        width: 100%;
    }

    .printotherpage {
        width: 100%;
        max-width: 100% !important;
        margin: 0px auto;
    }
}

@media (max-width:350px) and (min-width:300px) {
    .col-xss-6 {
        width: 100% !important;
    }

    .newwidth {
        width: 300px !important;
    }
}

.ncommission {
    pointer-events: none;
    color: rgb(156, 156, 156);
}

.col-md-4.col-sm-5.col-xs-4.col-xxs-12.pdL-0 {
    padding-left: 0;
}

.man-menu {
    padding-left: 0;
    padding-right: 0;
}

.mainmenu {
    padding-left: 0;
    text-align: center;
}

span.purchase_price.limittext {
    /* line-height: 14px!important; */
    display: inline-block;
}

.limittext {
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    width: 180px;
    text-overflow: ellipsis;
    display: block;
}

#listingdetail .for_only_details .for_btn_listing {
    text-align: right;
    padding: 15px 17px 0 0 !important;
}

.readmorebtn .buyer_frm {
    padding: 0 !important;
}

.pdfwidth .col-xs-6.col-md-5 {
    padding: 0 7px;
}

.set_to_trial_period {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.77);
    height: 24px;
    display: block;
}

.byerfirstlimit {
    white-space: nowrap;
    max-width: 181px !important;
    width: 181px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.byerlimit {
    max-width: 262px !important;
}

#popup-reviewoffer .listingpop {
    height: auto;
    top: 69px;
    left: 440px;
    width: 384px;
}

    #popup-reviewoffer .listingpop .fa {
        text-align: center;
        font-size: 38px;
        color: rgb(34, 117, 153);
        position: absolute;
        right: 0;
        width: auto;
        float: none;
    }

#popup-reviewoffer a {
    width: auto;
    padding-top: 25px;
}

#revexpand .listingpop a {
    width: 100%;
    float: right;
    padding: 18px 22px 0 39px;
}

#revexpand .listingpop .fa {
    float: none;
    text-align: center;
    font-size: 30px;
    color: rgb(34, 117, 153);
    line-height: 37px;
    position: absolute;
    width: auto;
}

#revexpand .listingpop {
    top: 0;
    left: 39px;
    width: 350px;
}

#revexpand1 .listingpop a {
    width: 100%;
    float: right;
    padding: 18px 22px 0 39px;
}

#revexpand1 .listingpop .fa {
    float: none;
    text-align: center;
    font-size: 30px;
    color: rgb(34, 117, 153);
    line-height: 37px;
    position: absolute;
    width: auto;
}

#revexpand1 .listingpop {
    top: 43px;
    left: 122px;
    width: 350px;
}

#revexpand2 .listingpop {
    top: 0;
    left: 491px;
    width: 350px;
    height: auto;
}

    #revexpand2 .listingpop a {
        width: 100%;
        float: right;
        padding: 18px 22px 0 39px;
    }

    #revexpand2 .listingpop .fa {
        float: none;
        text-align: center;
        font-size: 30px;
        color: rgb(34, 117, 153);
        line-height: 37px;
        position: absolute;
        width: auto;
    }

#revexpand3 .listingpop {
    top: 3px;
    left: 511px;
    width: 400px;
    height: auto;
}

    #revexpand3 .listingpop a {
        width: 100%;
        float: right;
        padding: 18px 15px 0 37px;
    }

    #revexpand3 .listingpop .fa {
        float: none;
        text-align: center;
        font-size: 30px;
        color: rgb(34, 117, 153);
        line-height: 37px;
        position: absolute;
        width: auto;
        right: 0;
    }

    #revexpand3 .listingpop p {
        margin-bottom: 0;
    }

#revexpand4 .listingpop {
    top: 3px;
    left: 582px;
    width: 400px;
    height: auto;
}

    #revexpand4 .listingpop a {
        width: 100%;
        float: right;
        padding: 18px 15px 0 37px;
    }

    #revexpand4 .listingpop .fa {
        float: none;
        text-align: center;
        font-size: 30px;
        color: rgb(34, 117, 153);
        line-height: 37px;
        position: absolute;
        width: auto;
        right: 0;
    }

    #revexpand4 .listingpop p {
        margin-bottom: 0;
    }

#revexpand5 .listingpop {
    top: 3px;
    left: 504px;
    width: 510px;
    height: auto;
}

    #revexpand5 .listingpop a {
        width: 100%;
        float: right;
        padding: 18px 15px 0 37px;
    }

    #revexpand5 .listingpop .fa {
        float: none;
        text-align: center;
        font-size: 30px;
        color: rgb(34, 117, 153);
        line-height: 37px;
        position: absolute;
        width: auto;
        right: 0;
    }

    #revexpand5 .listingpop p {
        margin-bottom: 0;
    }

#popup-reviewoffer1 .listingpop {
    height: auto;
    top: 124px;
    left: 61px;
    width: 1074px;
}

    #popup-reviewoffer1 .listingpop .fa.forright {
        text-align: center;
        font-size: 38px;
        color: rgb(34, 117, 153);
        position: absolute;
        right: 0;
        width: auto;
        float: none;
    }

    #popup-reviewoffer1 .listingpop .fa.forleft {
        text-align: center;
        font-size: 38px;
        color: rgb(34, 117, 153);
        position: absolute;
        left: 0;
        width: auto;
        float: none;
    }

#popup-reviewoffer1 a {
    width: auto;
    padding-top: 25px;
    float: none;
}

#popupsevan1 .listingpop {
    height: auto;
    bottom: 63px;
    width: 500px;
    top: auto;
    left: 325px;
}

    #popupsevan1 .listingpop .fa {
        float: none;
        width: auto;
        text-align: center;
        font-size: 40px;
        color: rgb(34, 117, 153);
        position: absolute;
        bottom: 62px;
    }

    #popupsevan1 .listingpop a {
        width: 100%;
        float: right;
        padding: 10px 22px 41px 39px;
        display: block;
        margin-top: 19px;
    }

    #popupsevan1 .listingpop .font-p {
        font-size: 18px;
        margin-left: 46px;
        display: block;
        clear: both;
        overflow: hidden;
        padding-top: 16px;
    }

#popupsevan2 .listingpop {
    top: 34px;
    left: 358px;
    width: 427px;
    height: auto;
}

    #popupsevan2 .listingpop a {
        width: 100%;
    }

#poptwenty1 .linsting-hint-popup {
    width: 383px;
    left: 0px;
    height: 46px;
    top: 157px;
}

.search_active select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
    background: url(../content/images/br_down.png);
    background-position: 96% 54%;
    background-repeat: no-repeat;
    padding: 2px 0 0 7px;
    position: relative;
    background-color: #fff;
}

.forsubmitcounter {
    width: 462px;
}

.updatingaccountpop {
    width: 462px;
}

.ed-highest-best {
    width: 75px;
    margin-left: 10px;
    line-height: 4px;
}

.pd-left {
    padding-left: 0;
}



@media screen and (device-aspect-ratio: 40/71) {
    .for_remember,
    .forget_password {
        margin-top: 0px;
        margin-bottom: 1px;
    }

    #stepfrm .row.padding-15 {
        padding: 6px 12px 0 24px !important;
    }

    input[type="checkbox"] {
        width: 12px;
    }

    .for_place_offer {
        vertical-align: unset;
        height: 45px;
    }

    .for_place_offer {
        vertical-align: unset;
        height: 45px;
    }

    #message {
        top: -93px;
    }

    .close {
        right: 5px;
        font-size: 33px;
        top: 0;
    }

    .manualoffer p {
        text-align: justify;
    }

    .validation-summary-errors {
        bottom: 38px !important;
        left: 0;
        right: 0;
    }

    .search_by_address ul li:first-child {
        margin-bottom: 5px;
    }

    .listing-list-details .xx-1 {
        max-width: 100% !important;
        min-width: 100%;
        height: auto;
    }

    .for_name_style {
        height: auto;
        overflow: visible;
        text-overflow: inherit;
        width: 100%;
        max-width: 100%;
    }

    .spaceattach {
        display: block;
        overflow: hidden;
        height: auto;
        line-height: 18px;
        white-space: inherit;
        text-overflow: inherit;
        max-width: 100%;
    }

    .counterwidth .modal-content {
        width: 100%;
    }

    .xx-7.padding-0.for_pad.flt-right {
        width: 100% !important;
        min-width: 100% !important;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        margin: 0 2px 2px 2px !important;
    }

    .forsubmitcounter {
        width: 100%;
    }

    .updatingaccountpop {
        width: 100%;
    }

    .edtcount .modal-content {
        width: 100%;
    }

    .ed-highest-best {
        width: 135px;
        margin-left: 10px;
        line-height: 4px;
        display: block;
    }

    .col-group lable {
    }

    .col-group label {
    }

    .fa.new_print_icon {
        margin: 0 0px 0 7px;
    }

    button.comparer_items {
        width: 103px;
        padding: 4px 3px;
        font-size: 14px;
        font-weight: 300;
    }

    .offer_data {
        text-align: center;
        float: none !important;
    }

    .b-c-compare {
        max-width: 100%;
    }

    #serviceprovider {
        margin-top: 0px;
        display: block;
        text-align: center;
    }

    .byrsignlog {
        width: 100%;
    }

    .set_to_toggle {
        width: 100%;
    }

    #uname .fa-angle-down {
        margin-right: 16px;
    }

    .buy-agent {
        padding: 10px 23px;
    }

    .pd-left {
        padding-left: 15px;
    }

    .fotter_content a .fa {
        font-size: 26px;
    }

    .mainNavBar1 {
        height: auto;
        z-index: 999 !important;
    }

    .price_count.about_status, .abt_price {
        max-width: 140px !important;
        width: 154px;
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    .for_remember,
    .forget_password {
        margin-top: 0px;
        margin-bottom: 1px;
    }

    input[type="checkbox"] {
        width: 12px;
    }

    .for_place_offer {
        vertical-align: unset;
        height: 45px;
    }

    #message {
        top: -93px;
    }

    .manualoffer p {
        text-align: justify;
    }

    #stepfrm .row.padding-15 {
        padding: 6px 12px 0 24px !important;
    }

    .manualoffer p {
        text-align: justify;
    }

    .validation-summary-errors {
        bottom: 38px !important;
        left: 0;
        right: 0;
    }

    .search_by_address ul li:first-child {
        margin-bottom: 5px;
    }

    .listing-list-details .xx-1 {
        max-width: 100% !important;
        min-width: 100%;
        height: auto;
    }

    .for_name_style {
        height: auto;
        overflow: visible;
        text-overflow: inherit;
        width: 100%;
        max-width: 100%;
    }

    .spaceattach {
        display: block;
        overflow: hidden;
        height: auto;
        line-height: 18px;
        white-space: inherit;
        text-overflow: inherit;
        max-width: 100%;
    }

    .counterwidth .modal-content {
        width: 100%;
    }

    .xx-7.padding-0.for_pad.flt-right {
        width: 100% !important;
        min-width: 100% !important;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        margin: 0 2px 2px 2px !important;
    }

    .forsubmitcounter {
        width: 100%;
    }

    .updatingaccountpop {
        width: 100%;
    }

    .edtcount .modal-content {
        width: 100%;
    }

    .ed-highest-best {
        width: 100%;
        margin-left: 10px;
        line-height: 4px;
        display: block;
    }

    .fa.new_print_icon {
        margin: 0 0px 0 7px;
    }

    button.comparer_items {
        width: 103px;
        padding: 4px 3px;
        font-size: 14px;
        font-weight: 300;
    }

    .offer_data {
        text-align: center;
        float: none !important;
    }

    .b-c-compare {
        max-width: 100%;
    }

    #serviceprovider {
        margin-top: 0px;
        display: block;
        text-align: center;
    }

    .byrsignlog {
        width: 100%;
    }

    .set_to_toggle {
        width: 100%;
    }

    #uname .fa-angle-down {
        margin-right: 16px;
    }

    .buy-agent {
        padding: 10px 23px;
    }

    .pd-left {
        padding-left: 15px;
    }

    .fotter_content a .fa {
        font-size: 26px;
    }

    .mainNavBar1 {
        height: auto;
        z-index: 999 !important;
    }

    .price_count.about_status, .abt_price {
        max-width: 144px !important;
        width: 154px;
    }
}

@media screen and (device-aspect-ratio: 3/4) {


    .login_popup_title_home {
        margin-top: 2px !important;
    }

    .validation-summary-errors {
        bottom: 44px;
        left: 0;
        right: 0;
    }

    .about_every_offer h2 {
        margin-top: 0px;
    }

    .about_every_offer span {
        margin-bottom: 1px;
    }

    .reg-user .modal-content {
        margin: 0;
    }

    .for_remember {
        margin-top: 1px;
        margin-bottom: 3px;
    }

    .for_listing_list .search_by_address .search_active#agentlist #ddlagent {
        width: 194px !important;
    }

    .dropdown.hint-tutorials {
        display: none;
    }

    body .inner_error_msg {
        width: 100% !important;
        float: none !important;
        clear: both;
        display: table;
    }

    #teamlist .added_team {
        width: 45%;
        float: left;
    }

    .add_new_team h4 {
        margin: 0 0 5px;
    }

    .activeagent-search li input {
        padding: 5px !important;
        width: 157px !important;
        margin-right: 6px;
    }

    .new_content .alert {
        padding: 14px 15px 6px;
    }

    .for_pad ul li a .fa.fa-file-pdf-o {
        margin: 0 2px 2px 3px !important;
    }

    .ed-highest-best {
        width: 170px;
    }

    .edt-sell .modal-dialog {
        position: relative;
        width: 100%;
        margin: 10px;
    }

    #filecabinet p {
        font-size: 15px;
        color: rgb(34, 117, 153);
        margin-top: 5px;
    }

    #filecabinet.upload_itms ul {
        padding: 0 !important;
        margin: -3px !important;
    }

    .upload_itms .fa.fa-upload {
        margin-right: 5px;
        margin-top: 0px;
        padding-top: 5px;
    }

    .upload_itms ul li {
        font-size: 13px;
    }

    .sellertable#buyerlist .itm .col-xs-12 {
        width: 33%;
        height: 50px;
    }

    .client-listing li {
        display: block;
    }

    .modal-dialog {
        width: auto;
    }

    .for_sales_filter.sale_serchpanel_input ul li {
        width: 24% !important;
    }

    body .for_setteld_down li {
        width: 50%;
        display: block;
        margin: auto;
    }

    body .dropdown-menu.for_setteld_down {
        position: relative;
        width: 100% !important;
        text-align: center;
    }

    .navbar.mainNavBar.navbar-fixed-top .container > .col-md-9 .navbar-collapse .col-xs-12 .for_user_details {
        width: 37%;
        text-align: center;
        display: block;
        margin: auto;
    }

    .set_to_toggle {
        width: 100%;
    }

    .main-list-style .icon_dropdown > .fa.fa-long-arrow-right {
        width: 2px !important;
    }

    .setting_listing_style .main-list-style .icon_dropdown {
        padding-top: 1px !important;
        margin-left: -19px !important;
    }

    .uncent .modal-content {
        width: 100% !important;
        background: #fff;
    }

    .for_place_offer_details .icon_dropdown {
    }
}

.border-none {
    border: 0 none !important;
}

.allpopupwidth .modal-dialog {
    max-width: 400px;
}

.uncent .modal-content {
    width: 1217px;
    background: #fff;
}

.dvinescrow {
    bottom: 50px !important;
    min-width: 120px;
}

.lis-agents ul {
    background: rgb(245, 245, 245);
    padding: 10px;
    margin-bottom: 5px;
    display: table;
}

    .lis-agents ul li {
        color: rgb(34, 117, 153);
        font-size: 14px;
        margin-right: 16px;
        vertical-align: middle;
    }

        .lis-agents ul li a {
            font-weight: bold;
            font-size: 14px;
        }

            .lis-agents ul li a .fa {
                font-size: 16px;
                margin-right: 4px;
                vertical-align: middle;
            }

.view-ooffer li:first-child {
    width: 220px;
    overflow: hidden;
    text-transform: capitalize;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .view-ooffer li:first-child > a {
        width: 220px;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 100;
    }

        .view-ooffer li:first-child > a:hover {
            text-decoration: underline !important;
        }

.newwidth {
    width: 362px;
}

.for_detail_information_lister .text-right span {
    line-height: 34px;
    padding-right: 10px;
}

.diffrentcontent {
    position: absolute;
    max-height: 161px;
    overflow: hidden;
    clear: both;
    display: block;
    height: auto;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    min-width: 120px;
}

    .diffrentcontent a {
        color: rgb(62, 181, 33);
        font-weight: bold;
        font-size: 16px;
    }

.textColor {
    color: rgb(62, 181, 33) !important;
    font-weight: normal !important;
    font-size: 12px;
}

.textColor1 {
    color: #ef2f2f !important;
    font-weight: normal !important;
    font-size: 12px;
}

.listheight {
    height: 20px;
    padding-top: 3px;
}

.finalseller .col-ss:first-child {
    padding-right: 0;
    padding-left: 10px;
}

.finalseller .col-ss {
    padding: 0;
}

    .finalseller .col-ss:last-child {
        padding-right: 10px;
        padding-left: 0;
    }

.col-s1.col-md-1 {
    padding-left: 0;
    padding-right: 0;
}

.plural-height {
    padding-left: 5px;
    padding-right: 5px;
}

    .plural-height .dual_agency {
        width: 100%;
    }

.validation-summary-errors-buyer {
    color: #e80c4d;
    font-weight: 600;
    font-size: 12px;
    bottom: -13px;
    line-height: 12px;
}

.new-errormsg {
    font-size: 14px !important;
    line-height: normal !important;
    color: red !important;
    display: block !important;
    margin: 5px 0 !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
    text-decoration: none;
}

.updatingaccountpop .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.popfont p {
    text-align: left !important;
}

@supports (-ms-accelerator:true) {
    .sales_listing_style li ul {
        margin-left: -41px;
    }
}

@-moz-document url-prefix() {
    .sales_listing_style li ul {
        margin-left: -41px;
    }

    select {
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        background-image: url('https://maxcdn.icons8.com/Share/icon/Arrows//expand_arrow1600.png') !important;
        background-repeat: no-repeat !important;
        background-size: 12px !important;
        background-position: 95% 50% !important;
    }
}







/* 08-11-2019  */

.edit-last-section {
    width: 100%;
    max-width: 144px;
}

.email-add-section {
    width: 100%;
    max-width: 250px;
}

    .email-add-section .email-limit-seller {
        max-width: 300px;
        width: 100%;
    }

.popup-content-center .blank_popup > img {
    position: absolute;
}

.popup-content-center .blank_popup > div {
    padding: 0 68px !important;
}

    .popup-content-center .blank_popup > div.pop_close {
        padding: 0px !important;
    }

.popup-content-center .blank_popup {
    max-width: 650px;
    margin: 54px auto 0;
}

.agentdetails > .col-md-7 {
    padding: 0px;
}

.agentdiscription > .col-md-4 {
    padding: 0 10px;
}

@media (min-width:1200px) {
    .for_pad.flt-right.xx-7.listing-width {
        max-width: 120px !important;
    }

    .xx-5 {
        max-width: 310px !important;
    }
}

@media (min-width:1080px) and (max-width:1199px) {
    .col-xs-12.col-md-2.xx-1.xx-7.padding-0.for_pad.flt-right.listing-width {
        max-width: 117px !important;
    }
}

@media (min-width:992px) and (max-width:1079px) {
    .listing-list-details .xx-1 {
        max-width: 140px;
    }

    .col-xs-12.col-md-3.xx-1.xx-5.for_place_offerd {
        max-width: 200px !important;
    }

    .col-xs-12.col-md-2.xx-1.xx-7.padding-0.for_pad.flt-right.listing-width {
        max-width: 117px !important;
    }

    .phone-number-section {
        width: 100%;
        max-width: 144px;
    }

    .edit-last-section {
        width: 100%;
        max-width: 144px;
    }

    .email-add-section {
        width: 100%;
        max-width: 190px;
    }

    .address-section {
        padding: 0 15px;
    }

    .email-add-section .email-limit-seller {
        max-width: 300px;
        width: 100%;
    }

    .address-section span.purchase_price {
        font-size: 13px;
    }
}

@media (max-width:991px) {
    .popup-content-center .blank_popup .related-client {
        padding: 0px !important;
    }
}

@media (max-width:480px) {
    .popup-content-center .blank_popup > div {
        padding: 0 18px !important;
    }
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .add_new_team ul {
        padding-top: 11px !important;
        padding: 0;
    }

    .search_active select {
        background-image: none;
    }

    .search_by_address {
        padding: 6px 0 0 0;
    }

        .search_by_address li {
            margin-right: 3px;
            vertical-align: middle;
        }

    .asign-teamlead a {
        word-spacing: 0px;
    }

    .detaishide1 {
        margin-bottom: 10px;
    }

    .resposivepadw li {
        vertical-align: middle;
    }

    #filedocument {
        padding: 0;
    }

    .add_buyer_stepfrm li:first-child {
        width: 90% !important;
    }

    .for_sort_filter li {
        vertical-align: bottom;
    }

    .cntaling li {
        margin-left: 2px;
        vertical-align: middle;
    }

    .form-group #EditSeller {
        display: inline-block;
    }

    .r-summry-dis ul {
        padding: 0;
    }

    .sales_listing_style ul {
        padding: 0;
    }

    .r-summry {
        padding: 0;
    }

    span.limit {
        display: inline;
    }

    .seller-file-details {
        align-items: center;
        display: inline-block;
        height: 30px;
        line-height: 37px;
    }

    .finalseller :last-child.col-ss {
        padding-right: 10px;
        padding-left: 0px;
        padding-top: 7px;
    }

    .edit-listingpop .active_buyer {
        padding: 0;
    }
}

@supports (-ms-ime-align:auto) {
    .add_new_team ul {
        padding-top: 11px !important;
        padding: 0;
    }

    .search_active select {
        background-image: none;
    }

    .search_by_address {
        padding: 6px 0 0 0;
    }

        .search_by_address li {
            margin-right: 3px;
            vertical-align: middle;
        }

    .asign-teamlead a {
        word-spacing: 0px;
    }

    .detaishide1 {
        margin-bottom: 10px;
    }

    .resposivepadw li {
        vertical-align: middle;
    }

    #filedocument {
        padding: 0;
    }

    .add_buyer_stepfrm li:first-child {
        width: 90% !important;
    }

    .for_sort_filter li {
        vertical-align: bottom;
    }

    .cntaling li {
        margin-left: 2px;
        vertical-align: middle;
    }

    .form-group #EditSeller {
        display: inline-block;
    }

    .r-summry-dis ul {
        padding: 0;
    }

    .sales_listing_style ul {
        padding: 0;
    }

    .r-summry {
        padding: 0;
    }

    span.limit {
        display: inline;
    }

    .seller-file-details {
        align-items: center;
        display: inline-block;
        height: 30px;
        line-height: 37px;
    }

    .finalseller :last-child.col-ss {
        padding-right: 10px;
        padding-left: 0px;
        padding-top: 7px;
    }

    .edit-listingpop .active_buyer {
        padding: 0;
    }
}
@media screen and (max-width:500px) {
    .responsiveChecker {
        width: 100%;
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .for_agent_details .col-xs-12.col-md-12 p {
        white-space: nowrap;
    }
    .for_btn_listing a {
        padding: 6px 4px!important;
    
    }}


@media screen and (max-width:500px)
{
    .gridContainer {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }

        .gridContainer span {
            white-space: nowrap;
        }

    .d-flex {
        display: flex;
        padding: 15px 0px;
    }
    .new_content .alert {
        padding: 30px 0px;
    }


    .finalseller .col-ss:first-child {
        padding-right: 0;
        padding-left: 0!important;
    }
    .col-s2.col-md-2.phone-number-section {
        padding: 0;
    }
}



.bootbox .modal-body{
    padding:0!important;
}

.guest-pop-up {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 1250px;
    height: 500px;
}

.guest {
    width: 307px;
    height: 153px;
}

.guest-pop-up .fa {
    font-size: 40px;
    color: rgb(34, 117, 153);
    text-align: center;
    padding: 25px 7px;
    width: 21%;
}

#quickpopup1 .listingpop a {
    padding: 0px;
    margin-top: -46px;
    width: 83%;
}

.bgoverview {
    width: 389px;
    height: 350px;
    left: 405px;
    top: 245px;
}

#groupdetail {
    margin-top: 5px;
}

input.errorfield {
    border: 1px solid red;
}

.offerheader {
    min-height: 140px;
}

.spnamelimit {
    max-width:160px;
    min-width: 150px;
    text-overflow: ellipsis;
    padding-right: 0px;
}

.phonelimit {
    max-width: 160px;
    min-width: 150px;
    text-overflow: ellipsis;
    padding-right: 0px;
}

.spemaillimit {
    max-width: 220px;
    min-width: 150px;
    text-overflow: ellipsis;
    padding-right: 0px;
}

.spemaillimit .email-limit {
    width: 100%;
}

.offerdates {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    white-space: nowrap;
}

#subscription-summary label {
    font-weight: bold;
}

#subscription-summary .row {
    margin-left: 20px;
}

.info_popup {
    position: absolute;
    top: 20vh;
    background: white;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    width: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}

.payment-error-banner {
    height: fit-content;
    background: #DD1f13;
    width: 100%;
    color: white;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 6px;
}

.payment-error-content {
    display: flex;
}

.setting_btn {
    color: black;
    background: white;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
}

.setting_btn:hover {
    color: black;
}

.plan-feature-list > ul > li {
    display: block;
    font-family: 'Karla', sans-serif;
}

.team_plans ul {
    height: 170px;
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.policy-checkbox {
    text-align: left;
}

.scroll-text {
    max-height: 60vh;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px !important;
    line-height: 16px;
}

#clear-signature {
    color: rgb(34, 117, 153);
}

#clear-signature:hover {
    cursor: pointer;
}

.col-group .radio-select {
    width: auto;
    height:auto;
}

.percentage-input {
    background-color: white;
    padding: 2px;
    margin-left: 15px;
    display: inline;
    border-radius: 5px;
    margin-top: 15px;
}

.percentage-input input {
    width: auto;
    max-width: 60px;
    height: 20px;
    border: none;
    border-radius: 0px;
}

.info-bar-icon {
    color: white;
    display: initial;
    font-size: 40px !important;
    position: relative;
    top: 10px;
}

div.bootbox.modal.fade.padding0.small_popup_togape.account-upgrade-dialog.in > div > div > div.modal-footer {
    text-align: center !important;
}


.account-upgrade-dialog > div > div > div.modal-footer .btn {
    background: none !important;
    border: 1px solid rgb(21, 94, 125) !important;
    font-weight: bold !important;
    color: rgb(21, 94, 125) !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

#emailPreview {
    overflow-y: auto;
    max-height: 60vh;
}

#emailPreview p {
    margin-left: 0px;
}

#subscription-upgrade, #subscription-upgrade label {
    text-align: center;
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;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;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;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-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.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:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
