@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff; }

.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-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .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, .fa-gratipay: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-y-combinator-square:before, .fa-yc-square:before, .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"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

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

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

header {
  height: 73px;
  margin-bottom: 40px; }
  header .header-top {
    height: 49px;
    background-color: #666666;
    margin: 0;
    padding: 0;
    position: relative; }
    header .header-top .logo {
      background-color: #1c81c7;
      float: left;
      padding: 0 40px;
      height: 49px;
      position: relative;
      overflow: hidden; }
      header .header-top .logo:before {
        content: '';
        height: 100%;
        width: 6px;
        background-color: #8ebf49;
        position: absolute;
        right: 0px;
        top: 0;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0); }
      header .header-top .logo:after {
        content: '';
        height: 100%;
        z-index: 9;
        width: 6px;
        background-color: #1c81c7;
        position: absolute;
        right: 0px;
        top: 0;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%); }
      header .header-top .logo:hover:after {
        background-color: #1c81c7;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0); }
    header .header-top .header-right {
      float: right;
      margin: 20px 40px 0 0; }
      header .header-top .header-right nav {
        float: right; }
        header .header-top .header-right nav ul {
          margin: 0;
          padding: 0; }
          header .header-top .header-right nav ul li {
            list-style: none;
            float: left; }
            header .header-top .header-right nav ul li a {
              font-size: 14px;
              color: #ffffff;
              text-decoration: none;
              text-transform: uppercase;
              font-weight: bold;
              margin-right: 30px;
              position: relative; }
              header .header-top .header-right nav ul li a:hover {
                color: #f39302; }
              header .header-top .header-right nav ul li a.active {
                color: #f39302; }
                header .header-top .header-right nav ul li a.active.active:hover {
                  color: #f39302; }
              header .header-top .header-right nav ul li a span.arrow-up {
                display: none; }
              header .header-top .header-right nav ul li a.active span.arrow-up {
                border-bottom: 5px solid white;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                bottom: -13px;
                height: 0;
                left: 50%;
                margin-left: -5px;
                position: absolute;
                width: 0;
                display: block; }
@-moz-document url-prefix() {
  header .header-top .header-right nav ul li a.active span.arrow-up.arrow-up {
    bottom: -11px; } }
              @media screen and (-webkit-min-device-pixel-ratio: 0) {
                header .header-top .header-right nav ul li a.active span.arrow-up.arrow-up {
                  bottom: -13px; } }
        header .header-top .header-right nav .header-bottom {
          height: 24px;
          border-bottom: 1px solid #bdbbb9;
          background-color: #ffffff;
          box-shadow: 0px 7px 13px -4px #292929;
          position: absolute;
          width: 100%;
          left: 0px;
          top: 50px; }
          header .header-top .header-right nav .header-bottom nav {
            text-align: right; }
            header .header-top .header-right nav .header-bottom nav.dashboard-menu {
              float: right; }
              header .header-top .header-right nav .header-bottom nav.dashboard-menu.mydata-width {
                width: 715px; }
              header .header-top .header-right nav .header-bottom nav.dashboard-menu.user-mydata-width {
                width: 490px; }
              header .header-top .header-right nav .header-bottom nav.dashboard-menu ul {
                margin: 0;
                padding: 0; }
                header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li {
                  float: left;
                  line-height: 22px;
                  list-style: none;
                  margin: 0;
                  position: relative; }
                  header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu {
                    position: absolute;
                    top: 23px;
                    left: 0;
                    z-index: 21;
                    width: auto;
                    padding: 0 0 10px;
                    font-size: 12px;
                    font-weight: normal;
                    color: #ffffff;
                    background-color: rgba(102, 102, 102, 0.95);
                    display: none; }
                    header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu .tab-menu-heading {
                      font-size: 12px;
                      font-weight: bold;
                      text-transform: uppercase;
                      padding: 10px 0 0 10px;
                      text-align: left; }
                      @media only screen and (max-width: 640px) {
                        header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu .tab-menu-heading {
                          text-align: center; } }
                    header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul {
                      margin: 5px 0 0 0;
                      padding: 0;
                      line-height: 20px; }
                      header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li {
                        list-style: none;
                        white-space: nowrap;
                        float: none;
                        text-align: left; }
                        header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li .dashboard-sub-menu-more {
                          position: absolute;
                          top: -5px;
                          right: 100%;
                          z-index: 21;
                          width: auto;
                          padding: 0 0 10px;
                          font-size: 12px;
                          font-weight: normal;
                          color: #ffffff;
                          background-color: rgba(102, 102, 102, 0.95);
                          display: none; }
                          header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li .dashboard-sub-menu-more.right-side {
                            left: 100%;
                            right: initial; }
                        header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li a {
                          color: #ffffff;
                          display: block;
                          padding-left: 14px;
                          padding-right: 14px;
                          font-size: 12px;
                          font-weight: normal;
                          text-transform: none;
                          margin-right: 0; }
                          header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li a:hover {
                            background-color: #1f80c3; }
                        header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li:hover .dashboard-sub-menu-more {
                          display: block; }
                        header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li:hover > a {
                          background-color: #1f80c3; }
                        @media only screen and (max-width: 990px) {
                          header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li {
                            margin: 0 0; } }
                        @media only screen and (max-width: 640px) {
                          header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li {
                            text-align: center; } }
                    @media only screen and (max-width: 640px) {
                      header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu {
                        position: relative;
                        top: 0;
                        width: 100%; } }
                  header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li a {
                    text-decoration: none;
                    font-size: 12px;
                    color: #000000;
                    font-weight: 600;
                    font-family: Arial, Helvetica, sans-serif; }
                    header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li a:hover {
                      color: #f39302; }
                  header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li:hover .dashboard-sub-menu {
                    display: block; }
                  header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li:hover > a {
                    color: #f39302; }
                  header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li.click-disable .dashboard-sub-menu {
                    display: none !important; }
        @media screen and (max-width: 990px) {
          header .header-top .header-right nav .header-bottom {
            top: 34px;
            position: absolute; }
            header .header-top .header-right nav .header-bottom nav.dashboard-menu {
              margin: 0px;
              top: 0px;
              padding: 0px;
              background: none;
              display: inline; }
              header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li {
                margin: 0 10px;
                width: auto; }
                header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li a {
                  font-size: 10px; } }
    @media screen and (max-width: 990px) {
      header .header-top .logo {
        padding: 0 10px; }
      header .header-top .header-right {
        margin: 20px 10px 0 0; }
        header .header-top .header-right nav {
          background: rgba(102, 102, 102, 0.95);
          display: block;
          float: none;
          left: 0;
          padding: 7px;
          position: absolute;
          top: 49px;
          width: 100%;
          z-index: 3;
          text-align: center;
          display: none; }
          header .header-top .header-right nav ul li {
            float: left;
            width: 16%;
            text-align: center; }
            header .header-top .header-right nav ul li a {
              font-size: 13px;
              margin-right: 0px; }
              header .header-top .header-right nav ul li a.active span.arrow-up {
                bottom: -10px; }
          header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li {
            margin: 0 10px;
            line-height: 20px; }
            header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li a {
              font-size: 10px; } }
    @media screen and (max-width: 640px) {
      header .header-top .header-right nav ul {
        line-height: 30px; }
        header .header-top .header-right nav ul li {
          float: none;
          width: 100%; }
      header .header-top .header-right nav .header-bottom {
        height: 155px;
        position: relative;
        top: 0;
        border-bottom: none;
        min-height: 50px; }
        header .header-top .header-right nav .header-bottom nav.dashboard-menu {
          margin-right: 0px;
          width: 100%; }
          header .header-top .header-right nav .header-bottom nav.dashboard-menu ul {
            line-height: 30px; }
            header .header-top .header-right nav .header-bottom nav.dashboard-menu ul li {
              float: none; } }
    @media screen and (max-width: 580px) {
      header .header-top .logo {
        width: 200px;
        line-height: 49px;
        padding: 0 10px;
        border-right: 3px solid #8ebf49; }
        header .header-top .logo img {
          width: 100%; } }
  header .user-icon {
    background-image: url("../img/sprite.svg");
    background-position: right -23px;
    float: right;
    position: relative;
    padding-bottom: 9px;
    height: 19px;
    width: 16px;
    cursor: pointer; }
    header .user-icon .user-dropdown {
      background-color: rgba(136, 136, 136, 0.95);
      display: none;
      position: absolute;
      right: -2px;
      top: 29px;
      width: 200px;
      z-index: 3;
      padding: 10px 0;
      font-size: 12px;
      color: #ffffff;
      line-height: 20px; }
      header .user-icon .user-dropdown .heading {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 10px; }
      header .user-icon .user-dropdown .user-email {
        font-size: 10px;
        color: #ffffff;
        font-style: italic;
        padding: 0 10px 0 20px; }
      header .user-icon .user-dropdown ul {
        margin: 0;
        padding: 0; }
        header .user-icon .user-dropdown ul li {
          float: none;
          list-style: none; }
          header .user-icon .user-dropdown ul li a {
            font-size: 12px;
            color: #ffffff;
            text-decoration: none;
            display: block;
            padding: 0 10px; }
            header .user-icon .user-dropdown ul li a:hover {
              background-color: #1f80c3; }
      header .user-icon .user-dropdown:before {
        border-bottom: 5px solid #868686;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 5px;
        top: -5px;
        width: 0;
        opacity: 0.95; }
  header .toggle-menu-bar {
    float: right;
    margin: 0 20px;
    color: #FFF;
    cursor: pointer;
    display: none; }
  @media screen and (max-width: 990px) {
    header .toggle-menu-bar {
      display: block; } }

@media screen and (max-width: 990px) {
  header {
    height: 49px; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

* {
  outline: none; }

a {
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    outline: none;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s; }

img {
  vertical-align: middle; }

body {
  background-color: #aaaaaa;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif; }

header, section, footer, aside, article, figure {
  display: block; }

.clr {
  clear: both;
  line-height: 0;
  font-size: 0; }

input[type="text"] {
  border: 1px solid #1c81c7;
  border-radius: 0px; }

select {
  -webkit-appearance: menulist-button;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #1c81c7; }

.dn {
  display: none; }

.dn-h {
  height: 0px;
  opacity: 0;
  display: table-column;
  width: 0px !important; }

.db {
  display: block; }

.click-disable {
  pointer-events: none;
  opacity: 0.4; }

.dashboard-area {
  margin: 0 40px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #292929; }
  .dashboard-area .dashboard-tabs {
    margin: 0;
    border-bottom: 1px solid #999999;
    height: 50px; }
    .dashboard-area .dashboard-tabs #main-tabs {
      position: relative;
      width: calc(100% - 35px);
      overflow: hidden;
      height: 50px; }
      .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper {
        position: relative;
        font-family: Arial,sans-serif;
        margin: 0 0 0px 0;
        z-index: 2;
        height: 49px;
        overflow: hidden; }
        .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container {
          overflow: hidden;
          height: 50px;
          position: relative;
          margin: 0px 0px !important; }
          .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-tabs-list {
            margin: 0 0 0 0;
            list-style: none; }
          .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-left-arrow {
            left: 0;
            top: 0;
            position: absolute; }
            .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-left-arrow div {
              background-image: url("../img/sprite.svg");
              background-position: -41px -1px;
              cursor: pointer;
              float: left;
              height: 50px;
              width: 35px; }
              .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-left-arrow div:hover {
                background-position: -41px -52px; }
          .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-right-arrow {
            top: 0;
            right: 0px;
            position: absolute; }
            .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-right-arrow div {
              background-image: url("../img/sprite.svg");
              background-position: -82px -1px;
              cursor: pointer;
              float: right;
              height: 50px;
              width: 35px; }
              .dashboard-area .dashboard-tabs #main-tabs .ui-slider-tabs-list-wrapper .ui-slider-tabs-list-container .ui-slider-right-arrow div:hover {
                background-position: -82px -52px; }
      .dashboard-area .dashboard-tabs #main-tabs .tab-buttons {
        font-size: 20px;
        background-color: #2080c3;
        color: #fff;
        line-height: 50px;
        text-align: center;
        padding: 0px 7px;
        width: 35px;
        margin-left: 1px;
        float: right; }
        .dashboard-area .dashboard-tabs #main-tabs .tab-buttons:hover {
          background-color: #1a79b8;
          cursor: pointer; }
    .dashboard-area .dashboard-tabs .tab-menu-icon {
      float: left;
      position: relative;
      background-image: url("../img/sprite.svg");
      width: 35px;
      height: 50px;
      background-position: 0 -1px;
      cursor: pointer; }
      .dashboard-area .dashboard-tabs .tab-menu-icon:hover {
        background-position: 0 -52px; }
      .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu {
        display: none;
        position: absolute;
        top: 49px;
        left: 0;
        z-index: 3;
        width: 290px;
        padding: 0 0 10px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        background-color: rgba(102, 102, 102, 0.95); }
        .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu ul {
          margin: 5px 0 0 0;
          padding: 0;
          line-height: 20px; }
          .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu ul li {
            list-style: none;
            text-transform: capitalize; }
            .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu ul li a {
              color: #ffffff;
              display: block;
              padding-left: 14px;
              padding-right: 14px; }
              .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu ul li a:hover {
                background-color: #1f80c3; }
            .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu ul li.active {
              border-bottom: 4px solid #8ebf49;
              color: #1c81c7;
              text-transform: uppercase; }
        .dashboard-area .dashboard-tabs .tab-menu-icon .tab-dashboard-menu .tab-menu-heading {
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          padding: 10px 0 0 10px; }
    .dashboard-area .dashboard-tabs .tab-sort-icon {
      float: left;
      background-color: #1c81c7;
      color: #fff;
      padding: 12px 0;
      font-size: 21px;
      width: 35px;
      text-align: center;
      height: 50px;
      margin-right: 1px; }
      .dashboard-area .dashboard-tabs .tab-sort-icon:hover {
        background-color: #1b78b9;
        cursor: pointer; }
    .dashboard-area .dashboard-tabs .tab-arrow-back {
      float: left;
      background-image: url("../img/sprite.svg");
      width: 35px;
      height: 50px;
      background-position: -41px -1px;
      cursor: pointer; }
      .dashboard-area .dashboard-tabs .tab-arrow-back:hover {
        background-position: -41px -52px; }
    .dashboard-area .dashboard-tabs .tab-menu {
      margin: 0;
      padding: 0;
      float: left; }
      .dashboard-area .dashboard-tabs .tab-menu ul {
        margin: 0;
        padding: 0 0 0 0px; }
        .dashboard-area .dashboard-tabs .tab-menu ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          float: left;
          width: 174px;
          text-align: center;
          line-height: 12px;
          color: #aaaaaa;
          height: 50px !important;
          text-transform: capitalize;
          position: relative; }
          .dashboard-area .dashboard-tabs .tab-menu ul li:nth-child(1) {
            margin-left: 34px; }
          .dashboard-area .dashboard-tabs .tab-menu ul li .tab-remove {
            position: absolute;
            right: 0px;
            font-size: 17px;
            top: 3px;
            color: red;
            cursor: pointer;
            background: none;
            border: 0; }
            .dashboard-area .dashboard-tabs .tab-menu ul li .tab-remove i {
              display: block; }
            .dashboard-area .dashboard-tabs .tab-menu ul li .tab-remove input[type="checkbox"] {
              float: right; }
          .dashboard-area .dashboard-tabs .tab-menu ul li.active {
            border-bottom: 4px solid #8ebf49;
            color: #1c81c7;
            text-transform: uppercase; }
            .dashboard-area .dashboard-tabs .tab-menu ul li.active a {
              color: #1c81c7;
              width: 165px; }
          .dashboard-area .dashboard-tabs .tab-menu ul li a {
            display: block;
            font-size: 12px;
            font-weight: bold;
            margin: 12px auto 0;
            padding: 0;
            width: 145px;
            color: #aaaaaa; }
            .dashboard-area .dashboard-tabs .tab-menu ul li a:hover {
              color: #1c81c7; }
          .dashboard-area .dashboard-tabs .tab-menu ul li input[type="text"] {
            margin-top: 12px;
            padding: 2px;
            font-size: 11px;
            text-transform: uppercase;
            text-align: center;
            border: 1px solid #ff0000; }
          .dashboard-area .dashboard-tabs .tab-menu ul li button {
            width: 25px;
            height: 46px;
            background-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 0;
            background: #aaaaaa;
            color: #fff;
            right: 26px;
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .dashboard-area .dashboard-tabs .tab-menu ul li button:hover {
              background: #949393; }
            .dashboard-area .dashboard-tabs .tab-menu ul li button.dragger {
              right: 26px; }
            .dashboard-area .dashboard-tabs .tab-menu ul li button.remove {
              right: 0; }
        .dashboard-area .dashboard-tabs .tab-menu ul.ui-sortable li {
          width: 236px;
          padding-right: 52px; }
    .dashboard-area .dashboard-tabs .tab-menu-scroll {
      margin: 0;
      padding: 0;
      float: left; }
      .dashboard-area .dashboard-tabs .tab-menu-scroll.width-set {
        width: calc(100% - 71px) !important; }
      .dashboard-area .dashboard-tabs .tab-menu-scroll ul {
        margin: 0;
        padding: 0 0 0 0px; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode li:first-child.active {
          left: 2px important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode li.active {
          -webkit-box-shadow: inset 0px 0px 0px 0px #ff0000;
          -moz-box-shadow: inset 0px 0px 0px 0px #ff0000;
          box-shadow: inset 0px 0 0px 0px #ff0000;
          border-bottom: 2px solid #ff0000;
          top: 0px !important; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode li.active button {
            -webkit-box-shadow: inset 0px -4px 0px 0px #ff0000;
            -moz-box-shadow: inset 0px -4px 0px 0px #ff0000;
            box-shadow: inset 0px -4px 0px 0px #ff0000;
            background: #ff0000; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode li.active button:hover {
              background: #1c81c7; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode li.active button .fa-times {
              position: relative;
              top: -2px; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode li.active.scroll_tab_first {
            left: 2px !important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_left_button {
          display: block !important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_right_button {
          display: block !important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_left_button {
          background-image: url("../img/sprite.svg");
          background-position: -41px -1px;
          cursor: pointer;
          height: 50px;
          width: 35px !important;
          z-index: 2;
          border-radius: 0;
          background-color: #fff;
          border: 0; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_left_button::before {
            content: no-close-quote; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_left_button_disabled {
          background-image: url("../img/sprite.svg");
          background-position: -41px -1px;
          cursor: pointer;
          height: 50px;
          width: 35px !important;
          z-index: 2;
          border-radius: 0;
          background-color: #fff;
          border: 0;
          display: block !important;
          cursor: not-allowed !important; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_left_button_disabled::before {
            content: no-close-quote; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_right_button {
          background-image: url("../img/sprite.svg");
          background-position: -82px -1px;
          cursor: pointer;
          height: 50px;
          width: 35px !important;
          z-index: 2;
          border-radius: 0;
          background-color: #fff;
          border: 0; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_right_button::before {
            content: no-close-quote; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_right_button_disabled {
          background-image: url("../img/sprite.svg");
          background-position: -82px -1px;
          cursor: pointer;
          height: 50px;
          width: 35px !important;
          z-index: 2;
          border-radius: 0;
          background-color: #fff;
          border: 0;
          display: block !important;
          cursor: not-allowed !important; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_right_button_disabled::before {
            content: no-close-quote; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_inner {
          height: auto !important;
          left: 33px !important; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_inner span.scroll_tab_left_finisher {
            display: none !important; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_inner span.scroll_tab_right_finisher {
            display: none !important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode .scroll_tab_left_button {
          display: block !important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode .scroll_tab_inner li {
          padding-right: 25px; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode .scroll_tab_inner li.ui-sortable-placeholder {
            width: 160px;
            display: inline-block;
            position: relative;
            margin-top: -21px;
            top: 21px; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul.tab-edit-mode .scroll_tab_right_button {
          display: block !important; }
        .dashboard-area .dashboard-tabs .tab-menu-scroll ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          /*width: 174px;*/
          width: auto;
          text-align: center;
          color: #aaaaaa;
          height: 49px !important;
          text-transform: capitalize;
          position: relative;
          background: #fff;
          border-left: 0;
          border-top: 0; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul li:nth-child(1) {
            margin-left: 34px; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul li .tab-remove {
            position: absolute;
            right: 0px;
            font-size: 17px;
            top: 3px;
            color: red;
            cursor: pointer;
            background: none;
            border: 0; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li .tab-remove i {
              display: block; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li .tab-remove input[type="checkbox"] {
              float: right; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul li.active {
            -webkit-box-shadow: inset 0px -4px 0px 0px #8ebf49;
            -moz-box-shadow: inset 0px -4px 0px 0px #8ebf49;
            box-shadow: inset 0px -4px 0px 0px #8ebf49;
            color: #1c81c7;
            text-transform: uppercase;
            margin: 0 0 0 0; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li.active a {
              color: #1c81c7;
              width: auto; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li.active button {
              -webkit-box-shadow: inset 0px -4px 0px 0px #8ebf49;
              -moz-box-shadow: inset 0px -4px 0px 0px #8ebf49;
              box-shadow: inset 0px -4px 0px 0px #8ebf49; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul li a {
            display: block;
            font-size: 12px;
            font-weight: bold;
            margin: 0 auto;
            padding: 0 20px;
            width: auto;
            color: #aaaaaa;
            line-height: 49px;
            cursor: pointer; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li a:hover {
              color: #1c81c7; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul li input[type="text"] {
            margin-top: 12px;
            padding: 2px;
            font-size: 11px;
            text-transform: uppercase;
            text-align: center;
            border: 1px solid #ff0000; }
          .dashboard-area .dashboard-tabs .tab-menu-scroll ul li button {
            width: 25px;
            height: 51px;
            background-size: 100% 100%;
            position: absolute;
            right: 0;
            top: 0;
            background: #aaaaaa;
            color: #fff;
            right: 26px;
            border: 0;
            cursor: pointer;
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li button:hover {
              background: #949393; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li button.dragger {
              right: 26px; }
            .dashboard-area .dashboard-tabs .tab-menu-scroll ul li button.remove {
              right: 0; }
    .dashboard-area .dashboard-tabs .tab-arrow-fwd {
      float: right;
      background-image: url("../img/sprite.svg");
      width: 35px;
      height: 50px;
      background-position: -82px -1px;
      cursor: pointer; }
      .dashboard-area .dashboard-tabs .tab-arrow-fwd:hover {
        background-position: -82px -52px; }
  @media only screen and (max-width: 990px) {
    .dashboard-area {
      margin: 0 10px 40px; } }

.settings-popup {
  width: 600px; }
  .settings-popup .top-content_dash {
    width: 100%; }
    .settings-popup .top-content_dash .create-dash {
      display: block;
      float: left;
      margin: 22px 15px 0;
      width: 160px; }
      .settings-popup .top-content_dash .create-dash .create-tab {
        background: transparent url("../img/add-new-tab-sprite.png") no-repeat scroll left top;
        cursor: pointer;
        height: 98px;
        margin: 0 auto;
        width: 120px; }
        .settings-popup .top-content_dash .create-dash .create-tab:hover {
          background: transparent url("../img/add-new-tab-sprite.png") no-repeat scroll left bottom; }
      .settings-popup .top-content_dash .create-dash .manage-dash-text {
        cursor: pointer;
        line-height: 17px;
        margin-top: 10px;
        width: 100%;
        text-align: center; }
      .settings-popup .top-content_dash .create-dash .export-dta-icn {
        background: url("../img/report-export-icons.png") 0 -425px;
        width: 113px;
        height: 98px;
        cursor: pointer;
        margin: 0 auto; }
        .settings-popup .top-content_dash .create-dash .export-dta-icn:hover {
          background: url("../img/report-export-icons.png") 0 -528px; }
      .settings-popup .top-content_dash .create-dash .generate-presntation-icn {
        background: transparent url("../img/report-export-icons.png") repeat scroll 0 -208px;
        width: 96px;
        height: 101px;
        margin: 0 auto;
        cursor: pointer; }
        .settings-popup .top-content_dash .create-dash .generate-presntation-icn:hover {
          background: transparent url("../img/report-export-icons.png") repeat scroll 0 -311px; }

.tab-sort-popup {
  width: 1100px; }
  .tab-sort-popup .tab-sort-area {
    max-height: 650px;
    overflow-y: scroll; }
    .tab-sort-popup .tab-sort-area ul {
      list-style-type: decimal;
      list-style-position: inside; }
      .tab-sort-popup .tab-sort-area ul li {
        background-color: #f2f2f2;
        float: left;
        list-style: numaric inside;
        margin: 0 3px 6px;
        width: 32.5%;
        padding: 0 40px 0 5px;
        color: #000000;
        border: 1px solid #e0dada;
        position: relative; }
        .tab-sort-popup .tab-sort-area ul li span.drager {
          background-color: #aaa;
          padding: 11px 5px 11px;
          color: #fff;
          position: absolute;
          right: 19px;
          top: -1px; }
          .tab-sort-popup .tab-sort-area ul li span.drager:hover {
            background-color: #949393;
            cursor: move; }
        .tab-sort-popup .tab-sort-area ul li span.delete-indi {
          background-color: #aaa;
          padding: 11px 5px 11px;
          color: #fff;
          position: absolute;
          right: -1px;
          top: -1px; }
          .tab-sort-popup .tab-sort-area ul li span.delete-indi:hover {
            background-color: #949393;
            cursor: pointer; }
        .tab-sort-popup .tab-sort-area ul li a {
          color: #000000;
          padding: 0;
          height: 35px;
          line-height: 35px;
          display: inline-block;
          text-transform: uppercase; }
        .tab-sort-popup .tab-sort-area ul li:hover {
          background-color: #42a3e6;
          cursor: pointer;
          color: #ffffff;
          border: 1px solid #42a3e6; }
          .tab-sort-popup .tab-sort-area ul li:hover a {
            color: #ffffff; }
        .tab-sort-popup .tab-sort-area ul li.active {
          background-color: #8ebf49;
          border: 1px solid #8ebf49;
          color: #ffffff; }
          .tab-sort-popup .tab-sort-area ul li.active a {
            color: #ffffff; }
        .tab-sort-popup .tab-sort-area ul li.ui-sortable-helper {
          background-color: #42a3e6;
          color: #ffffff;
          height: 37px;
          border: 1px solid #42a3e6;
          width: 32.5% !important; }
          .tab-sort-popup .tab-sort-area ul li.ui-sortable-helper span.drager, .tab-sort-popup .tab-sort-area ul li.ui-sortable-helper span.delete-indi {
            padding: 10px 5px 10px; }
        .tab-sort-popup .tab-sort-area ul li.ui-sortable-placeholder {
          background-color: #42a3e6;
          color: #ffffff;
          height: 37px;
          border: 1px dashed #42a3e6; }

.dashboard-table-area-set {
  margin: 12px 12px 0;
  font-size: 12px; }
  .dashboard-table-area-set table thead tr th:nth-of-type(4).headerSortDown {
    cursor: pointer;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-sort-asc-b.png);
    background-position: left 20px; }
  .dashboard-table-area-set table thead tr th:nth-of-type(4).headerSortUp {
    cursor: pointer;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-sort-desc-b.png);
    background-position: left 20px; }
  .dashboard-table-area-set table thead tr th.headerSortDown {
    cursor: pointer;
    padding-right: 14px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-sort-asc-b.png);
    background-position: right 20px; }
    @media only screen and (max-width: 1366px) {
      .dashboard-table-area-set table thead tr th.headerSortDown {
        background-position: right 20px; } }
  .dashboard-table-area-set table thead tr th.headerSortUp {
    cursor: pointer;
    padding-right: 14px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-sort-desc-b.png);
    background-position: right 20px; }
    @media only screen and (max-width: 1366px) {
      .dashboard-table-area-set table thead tr th.headerSortUp {
        background-position: right 20px; } }
  .dashboard-table-area-set table tbody tr:nth-of-type(even) {
    background-color: #e0e0e0; }
  .dashboard-table-area-set table tbody tr:hover {
    background: #B2E0FF;
    cursor: pointer; }
  .dashboard-table-area-set table tbody tr.active {
    background: #f3cf00; }
  .dashboard-table-area-set table tbody tr:focus {
    background: #f3cf00; }
  .dashboard-table-area-set table tbody tr.red {
    background-color: #f7b8b8; }
    .dashboard-table-area-set table tbody tr.red:hover {
      background: #B2E0FF;
      cursor: pointer; }
  .dashboard-table-area-set table tbody tr.yellow {
    background-color: #f1e5a8; }
    .dashboard-table-area-set table tbody tr.yellow:hover {
      background: #B2E0FF;
      cursor: pointer; }
  .dashboard-table-area-set table tbody tr td {
    height: 25px;
    vertical-align: middle;
    padding: 0 3px; }
    .dashboard-table-area-set table tbody tr td.colspan-msg {
      background-color: #d53f00 !important;
      color: #FFFFFF;
      text-align: center !important;
      font-size: 12px;
      text-transform: uppercase; }
    .dashboard-table-area-set table tbody tr td.no-record {
      background-color: #d53f00 !important;
      color: #FFFFFF;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      padding: 12px 0 !important; }
    .dashboard-table-area-set table tbody tr td:nth-of-type(1) {
      padding: 0 0;
      background-color: #62a4d0;
      width: 18px; }
      .dashboard-table-area-set table tbody tr td:nth-of-type(1).edit-icon {
        width: 18px; }
    .dashboard-table-area-set table tbody tr td:nth-of-type(2) {
      padding: 0;
      width: 24px;
      position: relative; }
    .dashboard-table-area-set table tbody tr td:nth-of-type(3) {
      background-color: rgba(229, 229, 229, 0.6); }
    .dashboard-table-area-set table tbody tr td:nth-of-type(4), .dashboard-table-area-set table tbody tr td:nth-of-type(5), .dashboard-table-area-set table tbody tr td:nth-of-type(6) {
      position: relative; }
      .dashboard-table-area-set table tbody tr td:nth-of-type(4) p, .dashboard-table-area-set table tbody tr td:nth-of-type(5) p, .dashboard-table-area-set table tbody tr td:nth-of-type(6) p {
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        top: 0;
        line-height: 25px;
        width: 100%; }
        @media screen and (max-width: 1700px) {
          .dashboard-table-area-set table tbody tr td:nth-of-type(4) p, .dashboard-table-area-set table tbody tr td:nth-of-type(5) p, .dashboard-table-area-set table tbody tr td:nth-of-type(6) p {
            position: absolute; } }
        .dashboard-table-area-set table tbody tr td:nth-of-type(4) p.pa, .dashboard-table-area-set table tbody tr td:nth-of-type(5) p.pa, .dashboard-table-area-set table tbody tr td:nth-of-type(6) p.pa {
          position: absolute;
          top: 1px; }
    .dashboard-table-area-set table tbody tr td:nth-of-type(4) p {
      text-align: left; }
      @media screen and (max-width: 1700px) {
        .dashboard-table-area-set table tbody tr td:nth-of-type(4) p {
          position: relative; } }
      @media only screen and (max-width: 1400px) {
        .dashboard-table-area-set table tbody tr td:nth-of-type(4) p {
          position: relative; } }
    .dashboard-table-area-set table tbody tr td:nth-of-type(5) p {
      text-align: right; }
      @media only screen and (max-width: 1700px) {
        .dashboard-table-area-set table tbody tr td:nth-of-type(5) p {
          position: relative; } }
    .dashboard-table-area-set table tbody tr td.text-center {
      text-align: center !important; }
    .dashboard-table-area-set table tbody tr td:nth-of-type(6) p {
      text-align: right; }
      @media only screen and (max-width: 1400px) {
        .dashboard-table-area-set table tbody tr td:nth-of-type(6) p {
          position: relative; } }
    .dashboard-table-area-set table tbody tr td:nth-of-type(n+5) {
      text-align: right; }
    .dashboard-table-area-set table tbody tr td:nth-of-type(12), .dashboard-table-area-set table tbody tr td:nth-of-type(18) {
      width: 100px; }
      .dashboard-table-area-set table tbody tr td:nth-of-type(12) i, .dashboard-table-area-set table tbody tr td:nth-of-type(18) i {
        font-size: 15px;
        position: relative;
        right: 36px;
        top: 1px; }
    .dashboard-table-area-set table tbody tr td.new-entry {
      font-weight: bold; }
    .dashboard-table-area-set table tbody tr td > span {
      background-color: rgba(216, 216, 216, 0.8);
      background-image: url("../img/sprite.svg");
      background-repeat: no-repeat;
      text-align: center;
      width: 24px;
      height: 25px;
      display: block;
      margin: 0; }
      .dashboard-table-area-set table tbody tr td > span.indi-icon-default {
        background-position: -135px 2px;
        position: relative;
        cursor: pointer; }
      .dashboard-table-area-set table tbody tr td > span.indi-icon-yoy-per {
        background-position: -163px 2px; }
      .dashboard-table-area-set table tbody tr td > span.indi-icon-yoy {
        background-position: -190px 2px; }
      .dashboard-table-area-set table tbody tr td > span.indi-icon-mom-per {
        background-position: -218px 2px; }
      .dashboard-table-area-set table tbody tr td > span.indi-icon-mom {
        background-position: -245px 2px; }
@-moz-document url-prefix() {
  .dashboard-table-area-set table tbody tr td > span.indi-icon-default {
    background-position: -135px 4px; }
  .dashboard-table-area-set table tbody tr td > span.indi-icon-yoy-per {
    background-position: -163px 4px; }
  .dashboard-table-area-set table tbody tr td > span.indi-icon-yoy {
    background-position: -190px 4px; }
  .dashboard-table-area-set table tbody tr td > span.indi-icon-mom-per {
    background-position: -218px 4px; }
  .dashboard-table-area-set table tbody tr td > span.indi-icon-mom {
    background-position: -245px 4px; } }
@-moz-document url-prefix() {
  .dashboard-table-area-set table tbody tr td > span {
    height: 26px; } }
    .dashboard-table-area-set table tbody tr td .arrow-block {
      background-color: #62a4d0;
      color: #ffffff;
      text-align: center;
      position: relative;
      width: 18px;
      border-bottom: 1px solid #5194c0;
      padding: 5px; }
      .dashboard-table-area-set table tbody tr td .arrow-block:hover {
        background: #328dcc; }
      .dashboard-table-area-set table tbody tr td .arrow-block.active {
        background: #328dcc; }
      .dashboard-table-area-set table tbody tr td .arrow-block a {
        color: #ffffff;
        border-bottom: 1px solid #5194c0;
        display: block;
        height: 25px;
        line-height: 25px; }
    .dashboard-table-area-set table tbody tr td .check-block {
      color: #ffffff;
      text-align: center;
      position: relative;
      width: 18px;
      height: 25px; }
      .dashboard-table-area-set table tbody tr td .check-block input[type="checkbox"] {
        margin: 6px 0 0 4px; }
    .dashboard-table-area-set table tbody tr td .edit-dash {
      width: 100%;
      height: 100%; }
      .dashboard-table-area-set table tbody tr td .edit-dash span {
        background: #aaa;
        font-size: 7px;
        vertical-align: middle;
        color: #fff;
        font-weight: normal;
        width: 9px;
        float: left;
        height: 100%;
        padding: 9px 0;
        text-align: center; }
        .dashboard-table-area-set table tbody tr td .edit-dash span:hover {
          background: #949393; }
        .dashboard-table-area-set table tbody tr td .edit-dash span.closer {
          border-left: 1px solid #ccc; }
    .dashboard-table-area-set table tbody tr td.icon-seasonal {
      width: 17px;
      text-align: center; }
      .dashboard-table-area-set table tbody tr td.icon-seasonal img {
        width: 11px;
        display: block; }
    .dashboard-table-area-set table tbody tr td .fa-caret-up {
      font-size: 16px;
      margin-left: 5px; }
      .dashboard-table-area-set table tbody tr td .fa-caret-up.green {
        color: #8ebf49; }
      .dashboard-table-area-set table tbody tr td .fa-caret-up.red {
        color: #d34000; }
    .dashboard-table-area-set table tbody tr td .fa-caret-down {
      font-size: 16px;
      margin-left: 5px; }
      .dashboard-table-area-set table tbody tr td .fa-caret-down.green {
        color: #8ebf49; }
      .dashboard-table-area-set table tbody tr td .fa-caret-down.red {
        color: #d34000; }
    .dashboard-table-area-set table tbody tr td .fa-circle {
      font-size: 10px;
      margin-left: 5px; }
      .dashboard-table-area-set table tbody tr td .fa-circle.yellow {
        color: #f2cf00; }
    @media screen and (max-width: 1279px) {
      .dashboard-table-area-set table tbody tr td.td-hide {
        display: none; } }
    @media screen and (max-width: 990px) {
      .dashboard-table-area-set table tbody tr td.td-hide-990 {
        display: none; } }
    @media screen and (max-width: 860px) {
      .dashboard-table-area-set table tbody tr td.td-hide-860 {
        display: none; } }
    @media screen and (max-width: 720px) {
      .dashboard-table-area-set table tbody tr td.td-hide-720 {
        display: none; } }
    @media screen and (max-width: 595px) {
      .dashboard-table-area-set table tbody tr td.td-hide-595 {
        display: none; } }
  .dashboard-table-area-set table tr th {
    font-weight: normal; }
    .dashboard-table-area-set table tr th.blue-bg-light {
      background-color: #60a7d8;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: normal;
      color: #ffffff;
      padding: 5px 0; }
    .dashboard-table-area-set table tr th.blue-bg-dark {
      background-color: #328dcc;
      font-size: 12px;
      text-transform: uppercase;
      color: #ffffff;
      padding: 2px 3px;
      vertical-align: bottom;
      cursor: pointer; }
    .dashboard-table-area-set table tr th.orange-bg-light {
      background-color: #dc6633;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: normal;
      color: #ffffff;
      padding: 5px 0; }
    .dashboard-table-area-set table tr th.orange-bg-dark {
      background-color: #b34f29;
      font-size: 12px;
      text-transform: uppercase;
      color: #ffffff;
      padding: 5px 3px 2px 3px;
      vertical-align: bottom;
      cursor: pointer; }
    .dashboard-table-area-set table tr th:nth-of-type(4) {
      text-align: left; }
    .dashboard-table-area-set table tr th:nth-of-type(n+5) {
      text-align: right; }
    @media screen and (max-width: 1279px) {
      .dashboard-table-area-set table tr th.td-hide {
        display: none; } }
    @media screen and (max-width: 990px) {
      .dashboard-table-area-set table tr th.td-hide-990 {
        display: none; } }
    @media screen and (max-width: 860px) {
      .dashboard-table-area-set table tr th.td-hide-860 {
        display: none; } }
    @media screen and (max-width: 720px) {
      .dashboard-table-area-set table tr th.td-hide-720 {
        display: none; } }
    @media screen and (max-width: 595px) {
      .dashboard-table-area-set table tr th.td-hide-595 {
        display: none; } }
  @media only screen and (max-width: 1279px) {
    .dashboard-table-area-set table {
      width: 1920px; } }
  .dashboard-table-area-set .btn-set {
    margin: 10px 0; }
    .dashboard-table-area-set .btn-set .btn {
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      width: 215px;
      text-transform: uppercase;
      height: 42px;
      cursor: pointer;
      position: relative; }
      .dashboard-table-area-set .btn-set .btn.blue-btn {
        background: #1c81c7;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .dashboard-table-area-set .btn-set .btn.blue-btn:hover {
          background: #1b78b9; }
      .dashboard-table-area-set .btn-set .btn.gray-btn {
        background: #aaaaaa;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .dashboard-table-area-set .btn-set .btn.gray-btn:hover {
          background: #949393; }
      .dashboard-table-area-set .btn-set .btn.red-btn {
        background: #dc6633;
        width: 267px;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .dashboard-table-area-set .btn-set .btn.red-btn:hover {
          background: #d35017; }
      .dashboard-table-area-set .btn-set .btn.btn-margin {
        margin: 0 15px; }
      .dashboard-table-area-set .btn-set .btn .btn-loader {
        position: absolute;
        right: 11px;
        top: 11px;
        z-index: 20; }
  @media only screen and (max-width: 1280px) {
    .dashboard-table-area-set {
      overflow-x: scroll;
      width: calc(100% - 25px); } }

.tools-menu {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 0;
  background-color: rgba(102, 102, 102, 0.95);
  width: auto;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px;
  color: #fff; }
  .tools-menu ul {
    margin: 5px 0 0 0;
    line-height: 20px; }
    .tools-menu ul li {
      list-style: none;
      position: relative;
      white-space: nowrap; }
      .tools-menu ul li a {
        text-decoration: none;
        text-align: left;
        padding-left: 14px;
        padding-right: 14px;
        border-bottom: none;
        text-transform: capitalize;
        height: auto;
        line-height: inherit;
        color: #fff;
        display: block;
        border-bottom: none !important; }
        .tools-menu ul li a:hover {
          background-color: #1f80c3; }
      .tools-menu ul li:hover .tools-second-menu {
        display: block; }
      .tools-menu ul li:hover > a {
        background-color: #1f80c3; }
  .tools-menu .tools-menu-heading {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left; }
  .tools-menu .tools-second-menu {
    margin: 0;
    background-color: rgba(102, 102, 102, 0.95);
    left: 100%;
    top: -35px;
    position: absolute;
    width: auto;
    padding: 0 0 10px 0;
    display: none; }
    .tools-menu .tools-second-menu li {
      list-style: none;
      text-align: left;
      white-space: nowrap; }
      .tools-menu .tools-second-menu li a {
        text-align: left;
        padding-left: 14px;
        padding-right: 14px; }
        .tools-menu .tools-second-menu li a span.value {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -140px -45px;
          position: relative;
          top: 3px; }
        .tools-menu .tools-second-menu li a span.mom {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -161px -45px;
          position: relative;
          top: 3px; }
        .tools-menu .tools-second-menu li a span.mom-per {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -183px -45px;
          position: relative;
          top: 3px; }
        .tools-menu .tools-second-menu li a span.yoy {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -205px -45px;
          position: relative;
          top: 3px; }
        .tools-menu .tools-second-menu li a span.yoy-per {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -227px -45px;
          position: relative;
          top: 3px; }
      .tools-menu .tools-second-menu li:hover .tools-third-menu {
        display: block; }
    .tools-menu .tools-second-menu .tools-menu-heading {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px 0 5px 10px;
      text-align: left; }
  .tools-menu .tools-third-menu {
    margin: 0;
    background-color: rgba(102, 102, 102, 0.95);
    left: 100%;
    top: -35px;
    position: absolute;
    width: auto;
    padding: 0 0 10px 0;
    display: none; }

.transform-data-menu {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 35px;
  background-color: rgba(102, 102, 102, 0.95);
  width: 290px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px;
  color: #fff; }
  .transform-data-menu span {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #6b6b6b;
    top: 0;
    height: 0;
    left: -10px;
    margin-left: 0;
    position: absolute;
    width: 0;
    display: block; }
  .transform-data-menu .heading {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #FFF; }
  .transform-data-menu ul {
    margin: 5px 0 0 0;
    line-height: 20px; }
    .transform-data-menu ul li {
      list-style: none; }
      .transform-data-menu ul li a {
        text-align: left;
        padding-left: 14px;
        padding-right: 14px;
        display: block;
        color: #FFF; }
        .transform-data-menu ul li a span.value {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -140px -45px;
          position: relative;
          top: 3px !important;
          border: none;
          left: 0px; }
        .transform-data-menu ul li a span.mom {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -161px -45px;
          position: relative;
          top: 3px !important;
          border: none;
          left: 0px; }
        .transform-data-menu ul li a span.mom-per {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -183px -45px;
          position: relative;
          top: 3px !important;
          border: none;
          left: 0px; }
        .transform-data-menu ul li a span.yoy {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -205px -45px;
          position: relative;
          top: 3px !important;
          border: none;
          left: 0px; }
        .transform-data-menu ul li a span.yoy-per {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 17px;
          display: inline-block;
          height: 16px;
          background-position: -227px -45px;
          position: relative;
          top: 3px !important;
          border: none;
          left: 0px; }
        .transform-data-menu ul li a:hover {
          background-color: #1f80c3; }

@media screen and (max-width: 580px) {
  .dashboard-table-area-set table tbody tr td.arrow-block .tools-menu .tools-second-menu {
    position: relative;
    left: 0px;
    top: 0px; }
  .dashboard-table-area-set table tbody tr td.arrow-block .tools-menu .tools-third-menu {
    position: relative;
    left: 0px;
    top: 0px; } }
.entry-bar {
  background-color: #949494;
  font-size: 11px;
  color: #ffffff;
  font-style: italic;
  padding: 7px 10px;
  margin: 0 12px 0; }
  .entry-bar .entry-left {
    float: left;
    margin-right: 30px; }
    .entry-bar .entry-left .show {
      float: left;
      margin: 3px 0 0 0; }
    .entry-bar .entry-left .selection {
      float: left;
      margin: 0 10px;
      position: relative !important;
      top: 0 !important; }
      .entry-bar .entry-left .selection select {
        height: 17px;
        font-size: 11px;
        color: #000000;
        width: 50px; }
    .entry-bar .entry-left .entry-text {
      float: left;
      margin: 3px 0 0 0; }
  .entry-bar .current-period {
    float: left;
    margin-right: 30px; }
    .entry-bar .current-period input[type="checkbox"] {
      margin: 3px 5px 0 0;
      float: left; }
    .entry-bar .current-period .period-text {
      float: left;
      margin: 3px 0 0 0; }
      @media only screen and (max-width: 400px) {
        .entry-bar .current-period .period-text {
          width: 92%; } }
      .entry-bar .current-period .period-text .info-show-update-status {
        cursor: pointer; }

.hints-bar {
  background-color: #ffffff;
  font-size: 11px;
  color: #000000;
  font-style: italic;
  padding: 7px 0;
  margin: 0 12px 0; }
  .hints-bar .recent {
    float: left;
    margin: 6px 30px 0 0;
    height: 14px; }
    .hints-bar .recent span {
      color: #666666;
      font-weight: bold;
      font-style: normal; }
  .hints-bar .discontinued {
    float: left;
    margin: 6px 30px 0 0;
    height: 14px; }
    .hints-bar .discontinued span {
      color: #666666; }
  .hints-bar .seasonal-adjust {
    float: left;
    margin: 6px 30px 0 0;
    width: 125px;
    height: 14px; }
    .hints-bar .seasonal-adjust img {
      width: 10%; }
  .hints-bar .value {
    float: left;
    margin-right: 30px;
    width: auto; }
    .hints-bar .value span {
      background: url("../img/sprite.svg") no-repeat -134px 0;
      width: 24px;
      height: 20px;
      float: left; }
    .hints-bar .value img {
      width: 20%; }
    .hints-bar .value .value-set {
      margin: 4px 0 0 5px;
      float: left; }
  .hints-bar .mom {
    float: left;
    margin-right: 30px;
    width: auto; }
    .hints-bar .mom span {
      background: url("../img/sprite.svg") no-repeat -245px 0;
      width: 24px;
      height: 20px;
      float: left; }
    .hints-bar .mom img {
      width: 12%; }
    .hints-bar .mom .value-set {
      margin: 4px 0 0 5px;
      float: left; }
  .hints-bar .mom-per {
    float: left;
    margin-right: 30px;
    width: auto; }
    .hints-bar .mom-per img {
      width: 10%; }
    .hints-bar .mom-per span {
      background: url("../img/sprite.svg") no-repeat -218px 0;
      width: 24px;
      height: 20px;
      float: left; }
    .hints-bar .mom-per .value-set {
      margin: 4px 0 0 5px;
      float: left; }
  .hints-bar .yoy {
    float: left;
    margin-right: 30px;
    width: auto; }
    .hints-bar .yoy img {
      width: 13%; }
    .hints-bar .yoy span {
      background: url("../img/sprite.svg") no-repeat -190px 0;
      width: 24px;
      height: 20px;
      float: left; }
    .hints-bar .yoy .value-set {
      margin: 4px 0 0 5px;
      float: left; }
  .hints-bar .yoy-per {
    float: left;
    margin-right: 30px;
    width: auto; }
    .hints-bar .yoy-per img {
      width: 11%; }
    .hints-bar .yoy-per span {
      background: url("../img/sprite.svg") no-repeat -163px 0;
      width: 24px;
      height: 20px;
      float: left; }
    .hints-bar .yoy-per .value-set {
      margin: 4px 0 0 5px;
      float: left; }
  .hints-bar .red-hint {
    float: left;
    width: auto;
    margin: 10px 30px 3px 0;
    line-height: 20px; }
    .hints-bar .red-hint span {
      float: left;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      border: 1px solid #999; }
      .hints-bar .red-hint span.bg-red {
        background-color: #f7b8b8; }
  .hints-bar .yellow-hint {
    float: left;
    width: auto;
    line-height: 20px;
    margin: 10px 0 3px 0; }
    .hints-bar .yellow-hint span {
      float: left;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      border: 1px solid #999; }
      .hints-bar .yellow-hint span.bg-yellow {
        background-color: #f1e5a8; }
  @media screen and (max-width: 1580px) {
    .hints-bar .value .value-set, .hints-bar .mom .value-set, .hints-bar .mom-per .value-set, .hints-bar .yoy .value-set, .hints-bar .yoy-per .value-set {
      margin: 4px 4px 0 1px; }
    .hints-bar .recent, .hints-bar .discontinued, .hints-bar .seasonal-adjust {
      margin: 6px 5px 6px 0; }
    .hints-bar .value, .hints-bar .mom, .hints-bar .mom-per, .hints-bar .yoy, .hints-bar .yoy-per {
      margin-bottom: 6px;
      margin-right: 0px; } }

footer {
  margin: 0 40px;
  border-top: 2px solid #000000;
  padding: 15px 0;
  font-size: 11px;
  color: #000000; }
  footer.on-logout {
    width: auto;
    background: transparent; }
  footer .footer-left {
    float: left; }
    footer .footer-left ul {
      margin: 0;
      padding: 0; }
      footer .footer-left ul li {
        margin: 0;
        padding: 0 5px;
        list-style: none;
        float: left;
        font-size: 10px;
        border-right: 1px solid #000; }
        footer .footer-left ul li:last-child {
          border-right: 0; }
        footer .footer-left ul li a {
          text-decoration: none;
          text-transform: uppercase;
          color: #000000; }
          footer .footer-left ul li a.applied {
            background-image: url("../img/applied-alalysis-logo.svg");
            background-size: 13%;
            background-repeat: no-repeat;
            padding: 2px 0 7px 20px; }
  footer .footer-right {
    float: right; }
    footer .footer-right ul {
      margin: 0;
      padding: 0; }
      footer .footer-right ul li {
        margin: 0;
        padding: 0 5px;
        list-style: none;
        float: left;
        font-size: 10px;
        border-right: 1px solid #000; }
        footer .footer-right ul li:last-child {
          border-right: none;
          padding-right: 0px; }
        footer .footer-right ul li a {
          text-decoration: none;
          text-transform: uppercase;
          color: #000000; }
          footer .footer-right ul li a.applied {
            background-image: url("../img/applied-alalysis-logo.svg");
            background-size: 13%;
            background-repeat: no-repeat;
            padding: 2px 0 7px 20px; }
  @media screen and (max-width: 945px) {
    footer .footer-left {
      width: 435px;
      float: none;
      margin: 0 auto;
      margin-bottom: 20px; }
    footer .footer-right {
      width: 430px;
      float: none;
      margin: 0 auto; } }
  @media screen and (max-width: 550px) {
    footer .footer-left {
      width: auto;
      float: none;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 15px; }
      footer .footer-left ul li {
        float: none;
        border-right: none;
        margin-bottom: 5px; }
    footer .footer-right {
      width: auto;
      float: none;
      margin: 0 auto;
      text-align: center; }
      footer .footer-right ul li {
        float: none;
        border-right: none;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 990px) {
    footer {
      margin: 0 10px; } }

.inner-txt {
  background: none repeat scroll 0 0 #eeeeee;
  clear: both;
  cursor: pointer;
  float: left;
  line-height: 22px;
  margin-top: 1px;
  padding: 2px 4px 2px 10px;
  width: 94%; }

.inner-txt > img {
  float: right;
  margin: 1px 4px 0 0;
  text-align: center; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 300px;
  width: 220px;
  display: none;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

.popover.wider {
  width: 340px; }

.popover.large {
  width: 470px;
  max-height: 350px; }

.popover .arrow, .popover .top-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -10px 0 0 -3px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #121212; }

.popover .bottom-arrow {
  top: 100%;
  left: 50%;
  margin: 0 0 0 -3px;
  border-top: 5px solid #121212;
  border-bottom: 5px solid transparent; }

.popover .left-arrow {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #444;
  height: 0;
  left: -16px;
  margin: -5px 0 0;
  top: 50%;
  width: 6px;
  display: none; }

.popover .right-arrow {
  top: 50%;
  left: 100%;
  margin: -3px 0 0;
  border-left: 5px solid #121212;
  border-bottom: 5px solid transparent; }

.popover .wrap {
  /*background: none repeat scroll 0 0 #6e6e6e;
  border: 3px solid #444;
  border-radius: 4px;
  box-shadow: 1px 9px 7px #717171;*/ }

.popover .title {
  color: white;
  font-size: 1.3em;
  text-align: center;
  padding: 8px 0 0 0;
  height: 27px; }

.popover.large .content {
  max-height: 285px; }

/* popover arrows menus */
.tools-menu {
  position: absolute;
  z-index: 2;
  top: 162px;
  left: -28px;
  background-color: rgba(102, 102, 102, 0.95);
  width: auto;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px;
  color: #fff; }

/* line 217, scss/_center-table.scss */
.tools-menu ul {
  margin: 5px 0 0 0;
  line-height: 20px; }

/* line 220, scss/_center-table.scss */
.tools-menu ul li {
  list-style: none;
  position: relative;
  white-space: nowrap; }

/* line 224, scss/_center-table.scss */
.tools-menu ul li a {
  text-decoration: none;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  border-bottom: none;
  text-transform: capitalize;
  height: auto;
  line-height: inherit;
  color: #fff;
  display: block; }

/* line 233, scss/_center-table.scss */
.tools-menu ul li a:hover {
  background-color: #1f80c3; }

/* line 237, scss/_center-table.scss */
.tools-menu ul li:hover .tools-second-menu {
  display: block; }

/* line 240, scss/_center-table.scss */
.tools-menu ul li:hover > a {
  background-color: #1f80c3; }

/* line 245, scss/_center-table.scss */
.tools-menu .tools-menu-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
  text-align: left; }

/* line 252, scss/_center-table.scss */
.tools-menu .tools-second-menu {
  margin: 0;
  background-color: rgba(102, 102, 102, 0.95);
  left: 100%;
  top: -10px;
  position: absolute;
  width: auto;
  padding: 0 0 10px 0;
  display: none; }

/* line 261, scss/_center-table.scss */
.tools-menu .tools-second-menu li {
  list-style: none;
  text-align: left;
  white-space: nowrap; }

/* line 265, scss/_center-table.scss */
.tools-menu .tools-second-menu li a {
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  color: #fff; }

/* line 270, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.value {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -138px -239px;
  position: relative;
  top: 4px; }

/* line 281, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.mom {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -160px -239px;
  position: relative;
  top: 4px; }

/* line 292, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.mom-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -183px -239px;
  position: relative;
  top: 4px; }

/* line 303, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.yoy {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -207px -239px;
  position: relative;
  top: 4px; }

/* line 314, scss/_center-table.scss */
.tools-menu .tools-second-menu li a span.yoy-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 20px;
  display: inline-block;
  height: 18px;
  background-position: -225px -45px;
  position: relative;
  top: 4px; }

/* line 327, scss/_center-table.scss */
.tools-menu .tools-second-menu li:hover .tools-third-menu {
  display: block; }

/* line 331, scss/_center-table.scss */
.tools-menu .tools-second-menu .tools-menu-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 5px 10px;
  text-align: left; }

/* line 339, scss/_center-table.scss */
.tools-menu .tools-third-menu {
  margin: 0;
  background-color: rgba(102, 102, 102, 0.95);
  left: 100%;
  top: -10px;
  position: absolute;
  width: auto;
  padding: 0 0 10px 0;
  display: none; }

/* Icon popover menu */
.transform-data-menu {
  position: absolute;
  z-index: 2;
  top: 68px;
  left: 0;
  background-color: rgba(102, 102, 102, 0.95);
  width: 290px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px; }

/* line 74, scss/_center-table.scss */
.transform-data-menu span {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 10px solid #6b6b6b;
  top: 0;
  height: 0;
  left: -10px;
  margin-left: 0;
  position: absolute;
  width: 0;
  display: block; }

/* line 86, scss/_center-table.scss */
.transform-data-menu .heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
  text-align: left;
  color: #FFF; }

/* line 94, scss/_center-table.scss */
.transform-data-menu ul {
  margin: 5px 0 0 0;
  line-height: 20px; }

/* line 97, scss/_center-table.scss */
.transform-data-menu ul li {
  list-style: none; }

/* line 99, scss/_center-table.scss */
.transform-data-menu ul li a {
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  color: #FFF; }

/* line 106, scss/_center-table.scss */
.transform-data-menu ul li a span.value {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -140px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px; }

/* line 119, scss/_center-table.scss */
.transform-data-menu ul li a span.mom {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -161px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px; }

/* line 132, scss/_center-table.scss */
.transform-data-menu ul li a span.mom-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -183px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px; }

/* line 145, scss/_center-table.scss */
.transform-data-menu ul li a span.yoy {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -205px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px; }

/* line 158, scss/_center-table.scss */
.transform-data-menu ul li a span.yoy-per {
  background-image: url("../img/sprite.svg");
  background-repeat: no-repeat;
  text-align: center;
  width: 17px;
  display: inline-block;
  height: 16px;
  background-position: -227px -45px;
  position: relative;
  top: 3px !important;
  border: none;
  left: 0px; }

/* line 172, scss/_center-table.scss */
.transform-data-menu ul li a:hover {
  background-color: #1f80c3; }

/* CSS Document */
.clr {
  clear: both;
  line-height: 0;
  font-size: 0; }

.dn {
  display: none; }

.db {
  display: block; }

.loader-overlay {
  background-color: rgba(26, 26, 26, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  top: 0px; }
  .loader-overlay.inner-loader {
    position: absolute;
    left: 0; }

.loader {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px; }

.alert-overlay {
  background-color: rgba(26, 26, 26, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0px; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

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

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

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

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

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

.ui-front {
  z-index: 100; }

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

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

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

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1px; }

.ui-accordion .ui-accordion-icons {
  padding-left: 0; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 0; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 7px 7px 10px 7px;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .3em 0;
  background: rgba(211, 64, 0, 0.8);
  border: 0; }

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

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  background-color: none !important; }

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-title .ui-datepicker-month, .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  font-size: 19px; }

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

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  border: 0;
  margin: 0 4px;
  font-size: 12px;
  padding: 4px; }

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

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

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

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

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

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

.ui-datepicker-buttonpane button:hover {
  background: #60a7d8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

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

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

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

.ui-widget-content {
  background: #dddddd;
  color: #222222; }

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

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("img/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #acacac;
  font-weight: normal;
  color: #FFFFFF; }

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: rgba(211, 64, 0, 0.8) url("img/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #FFFFFF; }

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #1c81c7;
  font-weight: normal;
  color: #FFF; }

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: rgba(211, 64, 0, 0.8) url("img/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #FFF; }

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("img/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

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

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

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

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

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff;
  height: auto !important; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../img/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../img/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  background: url(../img/popup-cross-sprite.svg) no-repeat top left;
  width: 34px;
  height: 50px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom left; }

#cboxPin {
  position: absolute;
  top: 0px;
  right: 35px;
  display: block;
  background: url(../img/popup-cross-sprite.svg) no-repeat -39px 0;
  width: 34px;
  height: 50px;
  text-indent: -9999px; }

#cboxPin:hover {
  background-position: -39px bottom; }

/* Manage slide start */
.column.blankcoloum {
  width: 2%;
  background: none;
  border: none;
  margin: 5px -10px 5px 0; }

.dash-drag-area .column {
  margin: 5px 0;
  width: 14.666%; }

.column.blankcoloum ul {
  border: 1px solid #bbb;
  padding: 5px;
  width: calc(100% - 17px);
  height: 5px;
  margin: 0px 3px 0 0;
  background-image: url(../img/drag-file.png);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer; }

.column.blankcoloum .portlet {
  border: 0; }

.column.blankcoloum .portlet-header, .column.blankcoloum a.close {
  display: none; }

.column.blankcoloum i.fa-plus {
  width: 12px;
  float: left;
  background-color: #aaa;
  color: #fff;
  font-size: 8px;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  margin-top: 5px;
  cursor: pointer; }

.column.blankcoloum i.fa-plus:hover {
  background-color: #888; }

#facebox .close {
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 5px; }

.close {
  position: absolute;
  right: 0px;
  top: -1px;
  border-left: 1px solid #fff;
  padding: 4px;
  color: #FFF; }

.close .fa-remove {
  color: #FFF; }

.close .fa-remove:hover {
  color: #000; }

.close .close_image {
  width: 15px; }

.dash-drag-area,
.drag-left-area {
  background-color: #fff;
  float: left; }

.sub-header.manage-users.import-info-menu25 li.active a {
  color: #FFF; }

.drag-outer-area {
  width: -moz-calc(100% - 10% - 6px);
  width: -webkit-calc(100% - 10% - 6px);
  width: -o-calc(100% - 10% - 6px);
  width: calc(100% - 10% - 6px);
  height: -moz-calc(100% - 6px);
  height: -webkit-calc(100% - 6px);
  height: -o-calc(100% - 6px);
  height: calc(100% - 6px);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  margin: 0;
  overflow: hidden;
  border: 3px solid transparent;
  padding: 0;
  top: 0;
  left: 5%;
  position: fixed;
  z-index: 99999999999999999999999; }

.dash-drag-area {
  padding: 10px 0;
  width: 100%;
  overflow-y: auto;
  height: -moz-calc(100% - 57px);
  height: -webkit-calc(100% - 57px);
  height: -o-calc(100% - 57px);
  height: calc(100% - 57px); }

.coloum-outer {
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: 170px;
  height: calc(100% - 80px);
  /*overflow-y: auto;*/
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  margin-top: 15px; }

.drag-left-area {
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  font-family: arial;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px 10px; }

.drag-left-area ol {
  padding: 0 0 0 10px;
  float: left; }

.drag-left-area ol li {
  list-style: decimal inside;
  line-height: 22px; }

.drag-left-area .w-30 {
  text-align: right;
  float: right;
  padding-right: 30px; }

.drag-right-area {
  width: 65%;
  float: right;
  margin-left: 3%; }

.mtb100 {
  margin: 100px 0; }

.mtb20 {
  margin: 20px 0; }

.column {
  width: 14.28%;
  float: left; }

.dash-drag-area .column {
  margin: 5px 0 5px 0px;
    /*width: -moz-calc(15.666% - 10px);
	width: -webkit-calc(15.666% - 10px);
	width: -o-calc(15.666% - 10px);
	width: calc(15.666% - 10px);*/
  width: 14.666%; }

.dash-drag-area .ui-sortable-placeholder {
  border: 0;
  box-shadow: 0 0 2px #ddd; }

.portlet {
  padding: .3em;
  position: relative; }

.portlet-header {
  padding: .2em .3em;
  margin-bottom: .5em;
  position: relative;
  cursor: move; }

.portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px; }

.portlet-content {
  padding: 0.4em; }

.portlet-placeholder {
  border: 1px dotted #000;
  margin: 0 1em 1em 0;
  height: 100px; }

.connectedSortable {
  min-height: 26px;
  list-style-type: none;
  margin: 0;
  float: left;
  width: 100%;
  background: #FFF;
  padding: 3%; }

.connectedSortable li {
  height: calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: -o-calc(100% - 8px);
  position: relative;
  font-size: 1.2em;
  background: #fff !important;
  border: 1px solid #ddd; }

.connectedSortable li img {
  width: 100%; }

.connectedSortable li input[type="text"], .divider-slide ul li input[type="text"] {
  width: 100%;
  padding: 2px 4px;
  font-size: 11px; }

.divider-slide ul li.ui-state-default {
  background: none; }

.w-30 {
  width: 33%;
  float: left; }

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

.slide-01,
.slide-02,
.slide-03 {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  padding: 3px; }

.slide-01 {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.slide-02,
.slide-03 {
  margin-left: 1px;
  margin-right: 1px; }

.slide-02 {
  width: -moz-calc(50% - 10px) !important;
  width: -webkit-calc(50% - 10px) !important;
  width: -o-calc(50% - 10px) !important;
  width: calc(50% - 2px) !important;
  padding: 3.5px 0; }

.slide-03 {
  width: -moz-calc(33.33% - 10px) !important;
  width: -webkit-calc(33.33% - 10px) !important;
  width: -o-calc(33.33% - 10px) !important;
  width: calc(33.33% - 2px) !important;
  padding: 6.6px 0; }

.slide-01 img,
.slide-02 img,
.slide-03 img {
  width: 100%; }

.slide-01 h1,
.slide-01 p,
.slide-02 h1,
.slide-02 p,
.slide-03 h1,
.slide-03 p {
  margin: 0;
  text-align: right;
  text-shadow: 0 0 0;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  line-height: 1.6; }

.slide-01 h1 {
  font-size: 11px; }

.slide-01 p,
.slide-02 h1 {
  font-size: 9px; }

.slide-02 p,
.slide-03 h1 {
  font-size: 7px; }

.slide-03 p {
  font-size: 5px; }

.drag-left-area b {
  font-weight: 700; }

.ui-helper-hidden {
  display: none; }

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

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

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

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

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

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle,
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

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

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-icon,
.ui-widget-content .ui-icon {
  cursor: pointer; }

.ui-state-default .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon, .ui-state-active .ui-icon, .ui-state-highlight .ui-icon, .ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../img/ui-icons_222222_256x240.png); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

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

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

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

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

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

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

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

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

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px; }

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

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

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

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

.ui-icon-battery-2 {
  background-position: -80px -176px; }

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

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

#facebox .ui-sortable .portlet .close {
  position: absolute;
  right: 6px;
  top: 8px;
  z-index: 9; }

#facebox .ui-sortable .portlet .close img {
  width: 15px; }

.portlet {
  padding: 0;
  position: relative;
  font-size: 10px; }

.ui-widget-header {
  background: #adadad none repeat scroll 0 0;
  border: 1px solid #adadad;
  font-style: italic;
  font-weight: normal; }

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  margin: 0px 0px; }

.portlet-mover {
  cursor: move;
  float: left;
  height: 16px;
  width: 16px; }

.drag-here-port {
  background-image: url("../img/drag-cursoe.png");
  background-size: 100% auto;
  float: left;
  height: 16px;
  width: 16px; }

.slider-text {
  float: right;
  width: calc(100% - 17px);
  color: #000; }

.slide-01 h1 {
  font-size: 9px; }

.slide-01 p, .slide-02 h1 {
  font-size: 7px; }

.dash-drag-area .blankcoloum1 ul, .dash-drag-area .blankcoloum ul {
  background-image: url("../img/drag-file.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 1px solid #bbb;
  height: 5px;
  margin: 0 3px;
  padding: 5px;
  width: calc(100% - 17px); }

.column {
  float: left;
  width: 14.9%;
  margin: 5px 5px 5px 0px;
  min-height: 163px;
  background: #FFF;
  border: 1px solid #bbb;
  max-height: 164.2px; }

.column.divider-slide {
  overflow: auto;
  margin-left: 14px; }

@-moz-document url-prefix() {
  .column {
    min-height: 165px;
    max-height: 165px; } }
@media only screen and (max-width: 1366px) {
  .column.blankcoloum {
    width: 2.1%; } }
@media screen and (max-width: 1024px) {
  .column {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 10px;
    min-height: 190px;
    width: 26.28%; } }
@media screen and (max-width: 768px) {
  .column {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 10px;
    min-height: 190px;
    width: 41.28%; } }
/* Manage slide end */
#chart-body {
  width: 100%;
  height: 365px; }

.onpopup-loader-overlay {
  background-color: rgba(28, 129, 199, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0px; }

.onpopup-loader-overlay.orange {
  background-color: rgba(209, 92, 41, 0.5) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0px; }

.onpopup-loader {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px; }

/* 09032016 Strat */
.mb15 {
  margin-bottom: 15px; }

.cvl-selected-label {
  padding: 4px 2px;
  margin: 2px;
  background-color: #1d81c7;
  border: 1px solid #1F75A8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  float: left; }

.cvl-column-item,
.cvl-label-area {
  background-color: #fff;
  overflow: hidden; }

.cvl-selected-label .cvl-selected-del {
  float: left;
  color: #fff;
  width: 14px;
  padding: 1px 0;
  margin: 0 2px 0 0;
  border-right: 1px solid #fff;
  cursor: pointer; }

.cvl-selected-label .cvl-selected-name {
  float: left;
  padding: 0 4px 0 2px;
  margin: 0;
  color: #fff;
  cursor: default; }

.cvl-label-area {
  min-height: 29px;
  padding: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-box-shadow: 0 0 1px #d4d4d4;
  -webkit-box-shadow: 0 0 1px #d4d4d4;
  box-shadow: 0 0 1px #d4d4d4;
  border: 1px solid #d4d4d4; }

.cvl-column-item {
  padding: 2px 4px;
  margin: 0 0 2px;
  cursor: pointer;
  clear: both;
  border-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px; }

.cvl-column-item-selected {
  background-color: #fc3 !important;
  color: #000; }

.cvl-column-item:hover {
  background-color: #b2e0ff; }

.cvl-column-item .cvl-column-item-checkbox-box {
  width: 14px;
  height: 12px;
  margin: 0;
  padding: 2px 0;
  float: left; }

.cvl-column-item .cvl-column-item-checkbox {
  margin: 0;
  padding: 0;
  float: left; }

.cvl-column-item .cvl-column-item-label {
  display: block;
  margin-left: 20px;
  padding: 2px 0; }

.cvl-column-item-indicator {
  float: right;
  width: 10px;
  height: 10px;
  background: url(../img/icon_next_arrow.png) center center no-repeat;
  margin: 3px 2px; }

.cvl-column-waiter {
  float: left;
  width: 32px;
  height: 32px;
  background-image: url(../img/columnwaiter.gif);
  background-repeat: no-repeat; }

.cvl-column {
  float: left;
  overflow: auto;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px; }

.cvl-column-splitter {
  float: left;
  margin: 0 2px;
  background-color: #CCC;
  min-width: 3px;
  cursor: col-resize; }

.cvl-column-splitter-active {
  background-color: #1d81c7 !important; }

.cvl-column-list {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px; }

/* 09032016 End */
/* 10032016 Start */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 5px 10px;
  overflow: hidden; }

.tooltipster-default .tooltipster-content th {
  border-bottom: 1px solid #000;
  text-align: center;
  font-weight: 700;
  font-size: 12px; }

.tooltipster-default .tooltipster-content td {
  text-align: center;
  font-size: 12px;
  padding: 1px;
  margin: 1px 0; }

.tooltipster-default .tooltipster-content td:nth-child(2) {
  text-align: right !important; }

.tooltipster-default .tooltipster-content td:first-child,
.tooltipster-default .tooltipster-content th:first-child {
  text-align: left; }

.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

.tooltipster-content td.tnd {
  border-bottom: 2px solid #FFF; }

.tooltipster-content table tr:nth-child(odd) td {
  background-color: #f0f0f0; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* 10032016 End */
/* 15032016 Start */
/* My Data Page Start */
.my-data-dwnload {
  position: fixed;
  right: 55px;
  display: none; }

.my-data-dwnload li {
  display: inline-block; }

.my-data-dwnload li a {
  background-image: url(../img/my-new-twt-images.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 60px;
  width: 60px; }

.twt-icon-png {
  background-position: left bottom; }

.twt-icon-png:hover {
  background-position: left top; }

.save-icon-png {
  background-position: right bottom; }

.save-icon-png:hover {
  background-position: right top; }

.icon_save_twitter {
  background: url(../img/social_twitter_box_blue.png) center left no-repeat;
  padding: 5px 0 5px 25px; }

.icon_quik-srch {
  background: url(../img/icon_search-k-pop.png) center left no-repeat;
  margin: 0 0 0 1px;
  padding: 0 0 0 29px;
  cursor: pointer; }

.icn_dshbrd-mnagr {
  background: url(../img/icon-dashboard-manager.png) 3px 4px no-repeat;
  padding: 13px 0 13px 31px; }

.icn_reprt-exprt {
  background: url(../img/icon-report-export.png) 2px 4px no-repeat;
  padding: 7px 0 12px 23px !important; }

.icn_twtr-updt {
  background: url(../img/icon-twitter-update.png) 5px 5px no-repeat;
  padding: 8px 0 13px 28px !important; }

.tile-lg,
.tile-md,
.tile-sm {
  background: #fff; }

.simple-div.tile-sm {
  padding-bottom: 1px; }

.complex-div.tile-sm {
  padding-bottom: 1px; }

.simple-div.tile-md {
  padding-bottom: 1px; }

.complex-div.tile-md {
  padding-bottom: 1px; }

@-moz-document url-prefix() {
  .simple-div.tile-sm {
    padding-bottom: 0px; }

  .complex-div.tile-sm {
    padding-bottom: 0px; } }
@-moz-document url-prefix() {
  .simple-div.tile-md {
    padding-bottom: 3px; }

  .complex-div.tile-md {
    padding-bottom: 3px; } }
.delt-tile,
.pop-se-gh h1 {
  text-transform: uppercase; }

.mymr-data {
  font-family: arial;
  margin: 42px auto 0;
  width: 960px; }

.data-population {
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  margin: 0 0 10px;
  padding: 0 5px; }

.tile-lg {
  width: 952px; }

.tile-md {
  width: 472px; }

.tile-sm {
  width: 232px;
  max-height: 142px; }

.masonry {
  margin: 0 auto; }

.mrgraphpop {
  float: left;
  padding-left: 2px;
  margin-top: 4px;
  width: 190px; }

.mrgraphpop.shrink > h3 {
  font-size: 8px;
  line-height: 23px;
  margin-top: -4px; }

.mrgraphpop.shrink > h5 {
  font-size: 7px; }

.mrgraphpop h5,
.mrgraphpop > h3 {
  float: left;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0; }

.mrgraphpop h5 {
  color: #FFF;
  font-family: arial;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: -4px; }

.graphtab td:last-child {
  text-align: right; }

.graphtab td:last-child,
.mrgraphpop > h3 {
  font-weight: 700; }

.mrgraphpop > h3 {
  font-size: 12px;
  height: auto;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: -2px;
  color: #FFF; }

.mrgraphpop-right {
  cursor: pointer;
  right: 0;
  top: 0px;
  background: #aaa;
  color: #fff;
  padding: 10px 0;
  width: 22px;
  text-align: center;
  height: 37px; }

.mrgraphpop-right:hover {
  background-color: #1c81c7; }

.no-num h1,
.pop-se-gh,
.popover {
  display: none; }

.clear,
.clr,
.inner-txt,
.ui-helper-clearfix:after {
  clear: both; }

.mrgraphpop-right,
.pop-se-gh,
.popover,
span.top-arrow {
  position: absolute; }

.pop-se-gh {
  background-color: rgba(0, 0, 0, 0.85);
  width: 207px;
  right: 0;
  top: calc(100% + 4px);
  padding: 17px 12px 12px;
  cursor: default;
  z-index: 1; }

span.top-arrow {
  background-image: url(../img/hover-top-icon.png);
  background-position: right top;
  background-repeat: no-repeat;
  height: 5px;
  right: 3px;
  top: -5px;
  width: 11px; }

.graph-header,
.graph-left {
  float: left;
  position: relative; }

.graph-area {
  float: left;
  margin: 0;
  width: 100%; }

.graph-area h1 {
  color: #8ebf49;
  float: left;
  font-family: arial;
  font-size: 100px;
  font-weight: 400;
  height: 95px;
  line-height: 1;
  margin: 0;
  width: 100%; }

#facebox .image,
#facebox .loading,
.graph-area h1,
.inner-txt > img,
.popover .title {
  text-align: center; }

.graphtab td,
.graphtab th {
  font-size: 12px;
  color: #444;
  padding: 2px 0; }

.pop-se-gh h1,
.tile-lg table span,
.tile-md .graph-left table tr:nth-child(2) td {
  font-weight: 700; }

.graph-header {
  width: 100%;
  height: auto;
  margin: 5px 0; }

.tile-md .graph-header {
  height: 50px; }

.tile-sm .graph-header {
  height: 50px; }

.tile-md .graph-header .datapop-lg {
  width: 195px; }

.tile-md .graph-header .indi-icon-default {
  background-image: url("../img/sprite.svg");
  background-position: -135px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-md .graph-header .indi-icon-mom {
  background-image: url("../img/sprite.svg");
  background-position: -245px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-md .graph-header .indi-icon-mom-per {
  background-image: url("../img/sprite.svg");
  background-position: -218px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-md .graph-header .indi-icon-yoy {
  background-image: url("../img/sprite.svg");
  background-position: -190px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-md .graph-header .indi-icon-yoy-per {
  background-image: url("../img/sprite.svg");
  background-position: -163px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-sm .graph-header .indi-icon-default {
  background-image: url("../img/sprite.svg");
  background-position: -135px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-sm .graph-header .indi-icon-mom {
  background-image: url("../img/sprite.svg");
  background-position: -245px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-sm .graph-header .indi-icon-mom-per {
  background-image: url("../img/sprite.svg");
  background-position: -218px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-sm .graph-header .indi-icon-yoy {
  background-image: url("../img/sprite.svg");
  background-position: -190px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-sm .graph-header .indi-icon-yoy-per {
  background-image: url("../img/sprite.svg");
  background-position: -163px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-lg .graph-header .indi-icon-default {
  background-image: url("../img/sprite.svg");
  background-position: -135px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-lg .graph-header .indi-icon-mom {
  background-image: url("../img/sprite.svg");
  background-position: -245px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-lg .graph-header .indi-icon-mom-per {
  background-image: url("../img/sprite.svg");
  background-position: -218px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-lg .graph-header .indi-icon-yoy {
  background-image: url("../img/sprite.svg");
  background-position: -190px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.tile-lg .graph-header .indi-icon-yoy-per {
  background-image: url("../img/sprite.svg");
  background-position: -163px 2px;
  background-size: initial;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0; }

.graphImg {
  float: left;
  height: 100px;
  width: 100%; }

.graphImg.ShowLoader {
  background-image: url(../img/my-map-loader.gif);
  background-position: center;
  background-repeat: no-repeat; }

.no-num .graphImg {
  height: 200px; }

.tile-md .no-num .graphImg {
  height: 185px; }

.tile-md .graphImg {
  float: left;
  height: 85px;
  width: 100%; }

.graph-left img {
  height: 100%;
  width: 100%; }

.graph-left {
  height: 227px;
  margin: 0;
  width: 80%; }

.graph-left table {
  border-spacing: 0;
  background-color: transparent; }

.graph-left table td {
  padding: 0 5px 4px 5px;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase; }

.tile-sm .graph-left {
  height: auto; }

.graph-left > table {
  bottom: 0;
  position: absolute; }

.tile-sm .graph-left > table {
  position: relative; }

.graph-right {
  float: right;
  width: 16%; }

.delt-tile,
.graphtab,
.tile-md .graph-left,
.tile-sm .graph-left {
  width: 100%; }

.graphtab tr:nth-child(odd) {
  background: #fff; }

.graphtab tr:nth-child(even) {
  background: #ebebeb; }

.graphtab tr:last-child td {
  border-bottom: 1px solid #000; }

.graphtab tr:first-child td {
  border-top: 1px solid #000; }

.graphtab th {
  border: none; }

.tile-md .graph-left h1 {
  font-size: 90px;
  width: 100%; }

.tile-sm .graph-left h1 {
  font-size: 40px;
  height: 62.29px; }

.tile-sm .graph-left .graphImg {
  height: 62.29px; }

.data-population {
  display: block;
  float: left;
  -webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  -moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  -ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  -o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
  transition: left 0.4s ease-in-out, top 0.4s ease-in-out 0.4s; }

.data-ico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: right;
  height: 28px;
  width: 22px; }

.data-val {
  background-image: url(../img/value-icon-bl.png); }

.data-mom {
  background-image: url(../img/deflt-icon-bl.png); }

.data-mom-p {
  background-image: url(../img/defltper-icon-bl.png); }

.data-yoy {
  background-image: url(../img/cal-icon-bl.png); }

.data-yoy-p {
  background-image: url(../img/calpercent-icon-bl.png); }

#loading-target {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#loading-target img {
  left: 45%;
  position: fixed;
  top: 50%; }

.srchchild {
  border: none; }

.highcharts-loading {
  opacity: 0.8; }

.highcharts-loading span {
  background: url(/assets/js/map/high-chart.gif) no-repeat;
  display: inline-block;
  float: left;
  height: 80px;
  left: 40%;
  position: relative !important;
  right: 0;
  top: 43% !important;
  width: 220px;
  z-index: 1111; }

.highcharts-container text[text-anchor=end] tspan,
text.highcharts-subtitle,
text.highcharts-title {
  display: none; }

#Counties_statistical_list li:nth-child(2n),
#Counties_statistical_list_select li:nth-child(2n),
#US-States-list li:nth-child(2n),
#US-States-list-select li:nth-child(2n),
#metropolitan_statistical_list li:nth-child(2n),
#metropolitan_statistical_list_select li:nth-child(2n),
#wizard-econmic-sector li:nth-child(2n),
#wizard-econmic-sector-list li:nth-child(2n) {
  background: #f1f1f1; }

#Counties_statistical_list li:nth-child(2n+1),
#metropolitan_statistical_list li:nth-child(2n+1) {
  background: 0 0; }

#Counties_statistical_list_select li:nth-child(2n+1),
#US-States-list li:nth-child(2n+1),
#US-States-list-select li:nth-child(2n+1),
#metropolitan_statistical_list_select li:nth-child(2n+1),
#wizard-econmic-sector li:nth-child(2n+1),
#wizard-econmic-sector-list li:nth-child(2n+1) {
  background: #fff; }

p.selectedStateP {
  position: relative;
  margin: 0 9px 0 0;
  width: 79%; }

#addremove_indicator p,
#create_tab_plus p,
#remove_tab_minus p,
#reorder_indicator p,
#reorder_tab p {
  font-weight: 400;
  text-transform: none;
  white-space: normal;
  margin: 0; }

.my-data-png-header,
.my-data-png-header-1 {
  border-bottom: 2px solid;
  margin: 0 0 10px;
  padding: 0 0 5px;
  float: left; }

.pop-dash-table1 {
  max-height: 400px;
  width: 800px; }

.simple-div.tile-lg .mrgraphpop {
  width: 895px; }

.simple-div.tile-md .mrgraphpop {
  width: 415px; }

.complex-div.tile-md .graph-header .datapop-lg.has-one {
  width: 415px; }

.complex-div.tile-lg .graph-header .datapop-lg.has-one {
  width: 895px; }

.complex-div.tile-lg .graph-header .datapop-lg.has-two {
  width: 435px; }

.complex-div.tile-lg .graph-header .datapop-lg.has-three {
  width: 281.6px; }

.complex-div.tile-lg .graph-header .datapop-lg.has-four {
  width: 205px; }

.my-data-png-header {
  width: 1010px; }

.my-data-png-header-1 {
  width: 1180px; }

.tile-size {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  color: #000;
  display: inline-block;
  font-size: 13px;
  margin: 8px 7px 27px 5px;
  vertical-align: bottom;
  cursor: pointer; }

.tile-lg .sm-status,
.tile-md .sm-status,
.tile-sm .amcharts-balloon-div {
  display: none; }

.sml {
  padding: 4px 8px; }

.mdm {
  padding: 9px 14px; }

.lrg {
  margin-right: 0;
  padding: 12px 18px; }

.tile-active,
.tile-size:hover {
  background-color: #348dc8;
  border: 1px solid #fff;
  color: #fff; }

.pop-se-gh h1 {
  color: #fff;
  font-size: 16px;
  margin-left: 4px;
  text-shadow: 0 0 0; }

.delt-tile {
  background-color: #d53f00;
  border: 1px solid #d53f00;
  color: #fff;
  font-size: 13px;
  padding: 6px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer; }

.delt-tile:hover {
  background-color: #fff;
  color: #d53f00; }

.mydata-graph-icons {
  float: left;
  margin: 6px 0 16px 4px;
  width: 200px; }

.mydata-graph-icons li {
  float: left;
  margin-right: 2px;
  list-style: none; }

.mydata-graph-icons li .my-sprite {
  background-image: url(../img/icon-sprite.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 30px;
  width: 30px; }

.mydata-graph-icons li .hash {
  background-position: 0 0; }

.mydata-graph-icons li .hash.active,
.mydata-graph-icons li .hash:hover {
  background-position: 0 -30px; }

.mydata-graph-icons li .chart {
  background-position: -30px 0; }

.mydata-graph-icons li .chart.active,
.mydata-graph-icons li .chart:hover {
  background-position: -30px -30px; }

.mydata-graph-icons li .bar {
  background-position: -60px 0; }

.mydata-graph-icons li .bar.active,
.mydata-graph-icons li .bar:hover {
  background-position: -60px -30px; }

.mydata-graph-icons li .area-chart {
  background-position: -90px 0; }

.mydata-graph-icons li .area-chart.active,
.mydata-graph-icons li .area-chart:hover {
  background-position: -90px -30px; }

.mydata-graph-icons li .map-chart {
  background-position: -120px 0; }

.mydata-graph-icons li .map-chart.active,
.mydata-graph-icons li .map-chart:hover {
  background-position: -120px -30px; }

.do-graphs .graph-left {
  width: 60%; }

.do-graphs .graph-right {
  width: 38%; }

.graphImg-right,
.graphImg-right img {
  height: 100px;
  width: 100%; }

.graphImg-right {
  float: left; }

.do-graphs .graphtab {
  float: left;
  margin: 0 .5%;
  width: 49%; }

.mymr-data .place-position {
  border: 1px dashed #ACACAC; }

.ui-sortable-placeholder {
  background-color: transparent !important;
  border: 2px dashed #ddd;
  visibility: visible !important; }

.tile-lg.ui-sortable-placeholder,
.tile-md.ui-sortable-placeholder {
  height: 282px; }

.tile-sm.ui-sortable-placeholder {
  height: 134px; }

/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .tile-md .graph-left h1 {
        font-size: 80px;
        width: 100%;
    }
    .data-population {
        background: #fff;
        box-shadow: 0 0 3px #ccc;
        float: left;
        margin: 0 0 30px;
        padding: 0 5px;
    }
    .graph-left {
        float: left;
        height: 233px;
        margin: 0;
        position: relative;
        width: 77%;
    }
    .graph-right {
        float: right;
        width: 21%
    }
    .tile-sm .graph-left h1 {
        font-size: 40px;
        height: 53px;
    }
    .tile-sm .graph-left .graphImg {
        height: 53px;
    }
    .tile-sm .mrgraphpop {
        margin-top: 9px;
    }
}*/
@media only screen and (max-width: 980px) {
  .mymr-data {
    font-family: arial;
    margin: 42px auto 0;
    width: 750px; }

  .tile-lg {
    background: #fff;
    width: 710px; }

  .tile-md {
    width: 350px; }

  .tile-sm {
    width: 170px; }

  .tile-sm .mrgraphpop {
    width: 120px; }

  .tile-sm .graph-left h1 {
    font-size: 36px; }

  .tile-md .graph-left h1 {
    font-size: 65px; }

  .highcharts-container {
    width: 100% !important; }

  .graph-left table td {
    font-size: 9px; } }
.tile-lg .data-status {
  position: absolute;
  bottom: 40px;
  left: 6px; }

.tile-lg .data-status ul {
  float: left;
  width: 10px; }

.tile-lg .data-status li,
.tile-md .data-status li,
.tile-sm .data-status li {
  background: #ccc;
  margin: 0;
  list-style: none; }

.tile-lg .data-status span:first-child {
  left: 17px;
  position: absolute;
  top: 0;
  font-size: 12px; }

.tile-lg .data-status span:last-child {
  bottom: 0;
  left: 17px;
  position: absolute;
  font-size: 12px; }

.tile-md .data-status {
  bottom: 67px;
  position: absolute;
  right: 8px; }

.tile-md .data-status ul {
  float: right;
  width: 10px; }

.tile-md .data-status span:first-child {
  left: -30px;
  position: absolute;
  top: 0;
  font-size: 12px; }

.tile-md .data-status span:last-child {
  bottom: 0;
  left: -30px;
  position: absolute;
  font-size: 12px; }

.tile-sm .data-status {
  bottom: 26px;
  float: left;
  position: absolute;
  right: 0;
  width: 50px; }

.tile-sm .data-status ul,
.tile-sm .sm-status ul {
  float: right;
  width: 50px; }

.tile-sm .data-status li,
.tile-sm .sm-status li {
  background: #ccc;
  float: left;
  height: 5px;
  margin: 0;
  width: 7px; }

.tile-sm .data-status span:first-child {
  float: right;
  left: 0;
  position: relative;
  top: 0;
  font-size: 10px; }

.tile-sm .data-status span:last-child {
  position: relative;
  right: 0;
  font-size: 10px;
  top: -5px; }

.tile-sm .sm-status {
  bottom: 26px;
  float: left;
  position: absolute;
  right: 0;
  width: 80px; }

.mydata-dash {
  float: left;
  margin-right: 5px; }

.v_mydata .se-pre-con {
  background-color: transparent;
  opacity: 1;
  top: 0; }

.v_mydata > div#content {
  min-height: 700px; }

.datapop-lg {
  width: 159px; }

.graph-color1, .graph-color2, .graph-color3, .graph-color4, .graph-color5 {
  float: left;
  margin-right: 1px; }

.graph-color1 {
  background: #1c81c7; }

.graph-color2 {
  background: #47C440; }

.graph-color3 {
  background: #d34000; }

.graph-color4 {
  background: #4a2ef5; }

.graph-color5 {
  background: #009aa5; }

.color-change {
  float: left;
  height: 34px;
  width: 9px;
  margin: 0 3px 0 0;
  display: none; }

.color-change ul {
  margin: 0px;
  padding: 0px; }

.color-change ul li {
  float: none;
  height: 5.28px;
  list-style: none; }

.graph-color2 {
  background: #47C440; }

.graphleft-74 {
  width: 66%; }

.setting-popup {
  width: 195px; }

.graph-wdth-full {
  width: 100%; }

.shrink-to-fit {
  background: #348dc8;
  border: 1px solid #348dc8;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  margin: 0 0 15px;
  padding: 8px 0;
  text-transform: uppercase;
  transition: all .5s ease 0s;
  width: 99%; }

.shrink-to-fit:hover {
  background: #fff;
  color: #348dc8; }

#iconRunAllCron,
.my-data-png-footer a,
.search-heading,
.shrink-to-fit {
  text-transform: uppercase; }

.popular-dash-pop-table thead th:last-child,
.quick-search-loder,
.shrink-to-fit {
  text-align: center; }

#carousel_myData {
  margin: 0px; }

/* My Data Page End */
/* 15032016 End */
/* 16032016 Start */
.wizard-con {
  width: 100%; }

.breadcrumb {
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  margin: 25px 0 0; }

.breadcrumb li {
  float: left; }

.breadcrumb li a {
  color: #a9a9a9;
  text-decoration: none;
  padding: 10px 0 10px 18px;
  background: #efefef;
  position: relative;
  display: block;
  float: left;
  height: 66px;
  width: 130px;
  font-size: 12px;
  font-weight: 700;
  text-align: center; }

.breadcrumb li a:after,
.breadcrumb li a:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  display: block; }

.breadcrumb li a:after {
  border-left: 10px solid #efefef;
  z-index: 2; }

.breadcrumb li a:before {
  border-left: 10px solid #fff;
  margin-left: 1px;
  z-index: 1;
  transition: all 0.5s; }

.breadcrumb li a span {
  float: left;
  font-size: 26px;
  margin: 4px 8px 0 0;
  text-align: center;
  width: 15px;
  font-weight: 400; }

.breadcrumb li a h6 {
  color: #a9a9a9;
  height: 41px;
  font-family: helvetica;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 0 0;
  text-shadow: none;
  text-transform: none; }

.breadcrumb li:first-child a {
  padding: 10px 0 10px 7px; }

.breadcrumb li:last-child a {
  background: #fff !important;
  color: #A9A9A9;
  cursor: default;
  padding: 15px 0 0 14px;
  font-size: 27px;
  width: auto;
  font-weight: 400; }

.breadcrumb li a.active h6 {
  color: #fff; }

.breadcrumb li:last-child a.active {
  color: #A9AC55; }

.breadcrumb li:last-child a:after {
  border: 0; }

.breadcrumb li a.active {
  background: #A9AC55;
  color: #fff; }

.breadcrumb li a.active:after {
  border-left-color: #A9AC55 !important; }

.wizard {
  background: #1d81c7;
  border: 1px solid #196fac;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 7px 22px;
  margin-top: 0; }

.wizard-error {
  color: red;
  float: left;
  height: 23px;
  margin: 0 0 0 159px;
  text-transform: capitalize;
  width: 68%;
  font-weight: 700; }

/* 16032016 End */
/* 17032016 Start */
.h3-set {
  background: #acacac none repeat scroll 0 0;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 0;
  text-transform: uppercase;
  margin-bottom: 1px;
  cursor: pointer; }

.h3-set.active {
  background: #1c81c7; }

.after-h3-set {
  padding: 7px 7px 10px 7px;
  background: #dddddd; }

/* JConfirm Popup start 03032016 */
#popup-alert .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -175px;
  z-index: 999999;
  width: 350px;
  border: none;
  box-shadow: none; }

#popup-alert, #popup-confirm {
  display: none;
  margin: 0 !important; }

#popup-confirm .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -315px;
  z-index: 999999;
  width: 625px;
  border: none;
  box-shadow: none; }

#popup-alert .sub-header h2 img, #popup-confirm .sub-header h2 img {
  float: left;
  margin-top: -1px; }

#popup-alert .sub-header h2 span, #popup-confirm .sub-header h2 span {
  float: left;
  margin-left: 0px;
  margin-top: 1px; }

#popup-alert button, #popup-confirm button {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -50px; }

#popup-alert .popup-content, #popup-confirm .popup-content {
  position: relative;
  padding: 10px;
  background: #fff; }

#popup-alert .popup-content .inner, #popup-confirm .popup-content .inner {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  text-align: left; }

#popup-alert .popup-content button, #popup-confirm .popup-content button {
  bottom: auto;
  left: auto;
  margin: 15px 0 0;
  padding: 7px 30px;
  position: relative;
  background: #1c81c7;
  border: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  height: 42px; }

#popup-confirm .popup-content button.for-cancel {
  padding: 7px 30px;
  background-color: #aaaaaa;
  cursor: pointer;
  margin: 0 7px; }

#popup-detail {
  width: 534px; }

#popup-detail .hover-arrow {
  width: 18px;
  height: 30px;
  background: url(../img/popup-detail-arrow.png) top left no-repeat;
  z-index: 1001;
  position: relative; }

.alert-overlay .popup,
.alert-overlay .popup_dash {
  z-index: 1000;
  position: fixed;
  top: 1;
  left: -99999px;
  overflow: hidden; }

.box-shadow {
  -moz-box-shadow: 0 0 1px #d4d4d4;
  -webkit-box-shadow: 0 0 1px #d4d4d4;
  box-shadow: 0 0 1px #d4d4d4;
  border: 1px solid #1c81c7; }

.alert-overlay .sub-header {
  background: #1c81c7;
  display: block;
  overflow: hidden;
  color: #FFF;
  line-height: 49px;
  padding: 0; }

.alert-overlay .sub-header h2 {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px; }

.alert-overlay .sub-header h2 span {
  float: left;
  text-transform: uppercase; }

.alert-overlay .popup .icon-close {
  float: right;
  cursor: pointer;
  width: 35px;
  height: 50px;
  background: url(../img/popup-cross-sprite.svg) no-repeat top left;
  display: block;
  position: relative;
  right: -1px; }

.alert-overlay .popup .icon-close:hover {
  background: url(../img/popup-cross-sprite.svg) no-repeat bottom left; }

.alert-overlay .popup .icon {
  margin: 0 0 0 4px; }

.onpopup-loader-overlay {
  background-color: rgba(28, 129, 199, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0; }

.onpopup-loader {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -22px; }

.highcharts-title, .highcharts-subtitle {
  display: none; }

/*! noUiSlider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  height: 18px;
  left: -8px;
  top: -5px;
  width: 16px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  height: 16px;
  left: -8px;
  top: -4px;
  width: 16px; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #4e4f4f;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: default; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

.noUi-handle:after,
.noUi-handle:before {
  background: #ccc;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 3px;
  width: 1px; }

.noUi-handle:after {
  left: 8px; }

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

.example-val {
  float: left;
  font-size: 12px;
  margin: 6px 0 10px;
  font-weight: 700; }

#event-end {
  float: right; }

/*! noUiSlider*/
.noUi-marker,
.noUi-pips,
.noUi-value {
  position: absolute; }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  font: 400 12px Arial;
  color: #999; }

.noUi-value {
  width: 40px;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  background: #CCC; }

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px; }

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px; }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

/* Colorpicker Css Strat */
.colpick,
.colpick_color {
  position: absolute;
  overflow: hidden; }

.colpick,
.colpick_full_ns .colpick_current_color,
.colpick_full_ns .colpick_submit,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_rgb_b,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_r,
.colpick_hex_ns .colpick_current_color,
.colpick_hex_ns .colpick_submit,
.colpick_rgbhex .colpick_hsb_b,
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex_ns .colpick_current_color,
.colpick_rgbhex_ns .colpick_submit {
  display: none; }

.colpick {
  width: 346px;
  height: 170px;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.colpick_color {
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  outline: #aaa solid 1px;
  cursor: crosshair; }

.colpick_field_arrs,
.colpick_hue {
  cursor: n-resize;
  position: absolute; }

.colpick_color_overlay1,
.colpick_color_overlay2 {
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  position: absolute; }

.colpick_color_overlay1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  background: -moz-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%); }

.colpick_color_overlay2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  background: -moz-linear-gradient(top, transparent 0, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0, black 100%);
  background: -o-linear-gradient(top, transparent 0, black 100%);
  background: -ms-linear-gradient(top, transparent 0, black 100%);
  background: linear-gradient(to bottom, transparent 0, black 100%); }

.colpick_selector_outer {
  background: 0 0;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid #000;
  border-radius: 50%; }

.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%; }

.colpick_hue {
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa; }

.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0; }

.colpick_hue_larr,
.colpick_hue_rarr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.colpick_hue_larr {
  border-left: 7px solid #858585; }

.colpick_hue_rarr {
  right: 0;
  border-right: 7px solid #858585; }

.colpick_current_color,
.colpick_new_color {
  top: 6px;
  height: 27px;
  background: red;
  border: 1px solid #8f8f8f;
  width: 60px;
  position: absolute; }

.colpick_new_color {
  left: 207px; }

.colpick_current_color {
  left: 277px; }

.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.colpick_rgb_r {
  top: 40px;
  left: 207px; }

.colpick_rgb_g {
  top: 67px;
  left: 207px; }

.colpick_rgb_b {
  top: 94px;
  left: 207px; }

.colpick_hsb_h {
  top: 40px;
  left: 277px; }

.colpick_hsb_s {
  top: 67px;
  left: 277px; }

.colpick_hsb_b {
  top: 94px;
  left: 277px; }

.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px; }

.colpick_focus {
  border-color: #999; }

.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: 700;
  color: #777; }

.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: 0 0;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: 0; }

.colpick_hex_field input {
  right: 4px; }

.colpick_field_arrs {
  top: 0;
  right: 0;
  width: 9px;
  height: 21px; }

.colpick_field_darr,
.colpick_field_uarr {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute; }

.colpick_field_uarr {
  top: 5px;
  border-bottom: 4px solid #959595; }

.colpick_field_darr {
  bottom: 5px;
  border-top: 4px solid #959595; }

.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input,
.colpick_hex .colpick_submit {
  line-height: 25px;
  height: 25px; }

.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer; }

.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px; }

.colpick_full_ns .colpick_hsb_h,
.colpick_full_ns .colpick_rgb_r {
  top: 42px; }

.colpick_full_ns .colpick_hsb_s,
.colpick_full_ns .colpick_rgb_g {
  top: 73px; }

.colpick_full_ns .colpick_hsb_b,
.colpick_full_ns .colpick_rgb_b {
  top: 104px; }

.colpick_full_ns .colpick_hex_field {
  top: 135px; }

.colpick_rgbhex {
  width: 282px; }

.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px; }

.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none; }

.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none; }

.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f; }

.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px; }

.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px; }

.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px; }

.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px; }

.colpick_hex {
  width: 206px;
  height: 201px; }

.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px; }

.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none; }

.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none; }

.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px; }

.colpick_hex_ns .colpick_hex_field {
  width: 80px; }

.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f; }

.colpick_dark {
  background: #161616;
  border-color: #2a2a2a; }

.colpick_dark .colpick_color {
  outline-color: #333; }

.colpick_dark .colpick_hue {
  border-color: #555; }

.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d; }

.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969; }

.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a; }

.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969; }

.colpick_dark .colpick_field_darr {
  border-top-color: #696969; }

.colpick_dark .colpick_focus {
  border-color: #444; }

.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a; }

.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444; }

/* Colorpicker css end */
/* 17032016 End */
#divAuthorizeNetPopupScreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: grey;
  opacity: .5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50); }

#divAuthorizeNetPopup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  z-index: 2;
  overflow: visible; }

.AuthorizeNetShadow {
  height: 16px;
  width: 16px;
  position: absolute; }

.AuthorizeNetShadowT {
  top: -16px;
  left: 0;
  background-image: url(../img/shadow1-top.png);
  background-repeat: repeat-x;
  width: 100%; }

.AuthorizeNetShadowR {
  top: 0;
  right: -16px;
  background-image: url(../img/shadow1-right.png);
  background-repeat: repeat-y;
  height: 100%; }

.AuthorizeNetShadowB {
  bottom: -16px;
  left: 0;
  background-image: url(../img/shadow1-bottom.png);
  background-repeat: repeat-x;
  width: 100%; }

.AuthorizeNetShadowL {
  top: 0;
  left: -16px;
  background-image: url(../img/shadow1-left.png);
  background-repeat: repeat-y;
  height: 100%; }

.AuthorizeNetShadowTR {
  top: -16px;
  right: -16px;
  background-image: url(../img/shadow1-topRight.png);
  background-repeat: no-repeat; }

.AuthorizeNetShadowBR {
  bottom: -16px;
  right: -16px;
  background-image: url(../img/shadow1-bottomRight.png);
  background-repeat: no-repeat; }

.AuthorizeNetShadowBL {
  bottom: -16px;
  left: -16px;
  background-image: url(../img/shadow1-bottomLeft.png);
  background-repeat: no-repeat; }

.AuthorizeNetShadowTL {
  top: -16px;
  left: -16px;
  background-image: url(../img/shadow1-topLeft.png);
  background-repeat: no-repeat; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
  background-color: #ddd;
  border-width: 1px;
  border-style: solid;
  border-color: #a0a0a0 #909090 #909090 #a0a0a0;
  padding: 4px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
  height: 23px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
  position: absolute;
  right: 7px;
  top: 7px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
  background-image: url(../img/payclosebtn.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
  background-image: url(../img/payclosebtn.png); }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
  background-image: url(../img/payclosebtn.png); }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
  height: 30px; }

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
  position: absolute;
  right: 9px;
  bottom: 4px;
  width: 200px;
  height: 25px;
  background-image: url(../img/powered_simple.png); }

.popup-area .blue-bar {
  background-color: #1c81c7;
  padding: 5px 10px;
  font-size: 12px;
  color: #000000;
  height: 50px; }
  .popup-area .blue-bar .pop-title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px; }
    .popup-area .blue-bar .pop-title .info-icon {
      background-image: url("../img/sprite.svg");
      width: 40px;
      height: 40px;
      background-position: -185px -64px;
      float: left;
      margin-right: 7px; }
    .popup-area .blue-bar .pop-title .quick-icon {
      background-image: url("../img/sprite.svg");
      width: 40px;
      height: 40px;
      background-position: -227px -66px;
      float: left;
      margin-right: 7px;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
    .popup-area .blue-bar .pop-title .tips-icon {
      background-image: url("../img/sprite.svg");
      width: 25px;
      height: 40px;
      background-position: -216px -195px;
      float: left;
      margin-right: 7px; }
    .popup-area .blue-bar .pop-title img {
      width: 40px; }
  .popup-area .blue-bar .go-back {
    float: left;
    background-image: url("../img/sprite.svg");
    width: 35px;
    height: 50px;
    background-position: -41px -1px;
    cursor: pointer;
    margin-top: -5px;
    padding: 0px;
    margin-left: -10px;
    border-right: 1px solid #FFF;
    margin-right: 10px; }
    .popup-area .blue-bar .go-back:hover {
      background-position: -41px -52px; }
.popup-area .white-bar {
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-size: 12px;
  position: relative; }
  .popup-area .white-bar.pre-edit .btn.gray-btn {
    width: 112px; }
  .popup-area .white-bar.pre-edit #generate_presentation {
    margin: 0 15px; }
  .popup-area .white-bar.pre-edit .btn-margin {
    margin: 0; }
  .popup-area .white-bar.cre-edit .btn.gray-btn {
    width: 112px; }
  .popup-area .white-bar.cre-edit .btn-margin {
    margin: 0; }
  .popup-area .white-bar .do-not input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0; }
  .popup-area .white-bar .body-title {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding: 20px; }
    .popup-area .white-bar .body-title.p-set {
      padding: 10px 0 20px; }
    .popup-area .white-bar .body-title.p-set15 {
      padding: 10px 0 15px; }
    .popup-area .white-bar .body-title a {
      color: #aaaaaa;
      font-size: 18px; }
  .popup-area .white-bar .mb30 {
    margin-bottom: 30px; }
  .popup-area .white-bar .mb15 {
    margin-bottom: 15px; }
  .popup-area .white-bar .btn {
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    width: 215px;
    text-transform: uppercase;
    height: 42px;
    cursor: pointer;
    position: relative;
    font-family: Arial,Helvetica,sans-serif; }
    .popup-area .white-bar .btn.fr {
      float: right; }
    .popup-area .white-bar .btn.fl {
      float: left; }
    .popup-area .white-bar .btn.btn-right-margin {
      margin-right: 15px; }
    .popup-area .white-bar .btn.blue-btn {
      background: #1c81c7;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .popup-area .white-bar .btn.blue-btn:hover {
        background: #1b78b9; }
      .popup-area .white-bar .btn.blue-btn.wizard-btn {
        width: 140px;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popup-area .white-bar .btn.blue-btn.wizard-btn:hover {
          background: #1b78b9; }
      .popup-area .white-bar .btn.blue-btn.popular-import-btn {
        width: 270px;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popup-area .white-bar .btn.blue-btn.popular-import-btn:hover {
          background: #1b78b9; }
    .popup-area .white-bar .btn.gray-btn {
      background: #aaaaaa;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .popup-area .white-bar .btn.gray-btn:hover {
        background: #949393; }
      .popup-area .white-bar .btn.gray-btn.wizard-btn {
        width: 430px;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popup-area .white-bar .btn.gray-btn.wizard-btn:hover {
          background: #949393; }
    .popup-area .white-bar .btn .btn-loader {
      position: absolute;
      right: 11px;
      top: 11px;
      z-index: 20; }
  .popup-area .white-bar .btn-margin {
    margin: 0 15px; }
  .popup-area .white-bar .ml10-fl {
    margin-left: 10px;
    float: left; }
  .popup-area .white-bar .btn-margin-left {
    margin: 0 0 0 15px; }
  .popup-area .white-bar p {
    line-height: 20px; }
    .popup-area .white-bar p a {
      color: #1c81c7; }
    .popup-area .white-bar p.warning-text {
      background: #f7dfde;
      padding: 10px;
      font-style: italic;
      color: #ad4542;
      border: 1px solid #efcfd6;
      margin: 15px 0; }
  .popup-area .white-bar.twitter-set {
    min-height: 410px; }

@media screen and (max-width: 640px) {
  .popup-area .white-bar .btn {
    font-size: 12px;
    width: auto;
    padding: 0 10px; } }
#indi-information {
  width: 700px; }

.border-set {
  border-top: 1px solid #000000;
  padding: 7px 20px;
  line-height: 20px; }
  .border-set .info-left {
    float: left;
    width: 23%; }
  .border-set .info-right {
    float: right;
    width: 70%; }
    .border-set .info-right a {
      color: #1c81c7; }
    .border-set .info-right .imp-icon {
      color: #505050;
      font-size: 15px;
      display: inline-block;
      cursor: pointer;
      margin-left: 5px; }
      .border-set .info-right .imp-icon a {
        color: #505050; }
      .border-set .info-right .imp-icon .fa-user {
        font-size: 13px; }
      .border-set .info-right .imp-icon .fa-refresh {
        font-size: 13px; }

@media screen and (max-width: 640px) {
  #indi-information {
    width: 450px; } }
#quick-chart {
  width: 700px; }

#cboxPin {
  transition: inherit; }

.quick-chart-top .alert-btn {
  float: left;
  background: url("../img/quick-chart-icons.svg") no-repeat 0 0;
  display: block;
  width: 35px;
  height: 49px;
  transition: inherit; }
  .quick-chart-top .alert-btn:hover {
    background-position: 0 -50px; }
  .quick-chart-top .alert-btn.active {
    background-position: 0 -50px; }
.quick-chart-top .info-btn {
  float: left;
  background: url("../img/quick-chart-icons.svg") no-repeat -36px 0;
  display: block;
  width: 35px;
  height: 49px;
  transition: inherit; }
  .quick-chart-top .info-btn:hover {
    background-position: -36px -50px; }
  .quick-chart-top .info-btn.active {
    background-position: -36px -50px; }
.quick-chart-top .real-gross {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  line-height: 18px;
  width: 435px; }
  .quick-chart-top .real-gross span {
    font-size: 12px; }
.quick-chart-top .add-new-btn {
  float: right;
  background: url("../img/quick-chart-icons.svg") no-repeat right 0;
  display: block;
  width: 35px;
  height: 49px;
  transition: inherit; }
  .quick-chart-top .add-new-btn:hover {
    background-position: right -50px; }
.quick-chart-top .download-new-btn {
  float: right;
  background: url("../img/quick-chart-icons.svg") no-repeat -112px 0;
  display: block;
  width: 35px;
  height: 49px;
  position: relative;
  cursor: pointer; }
  .quick-chart-top .download-new-btn:hover {
    background-position: -112px -50px; }
  .quick-chart-top .download-new-btn .download-new-btn-menu {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 0;
    background-color: rgba(102, 102, 102, 0.95);
    width: 180px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 10px;
    display: none; }
    .quick-chart-top .download-new-btn .download-new-btn-menu .heading {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px 0 0 10px;
      text-align: left;
      color: #ffffff; }
    .quick-chart-top .download-new-btn .download-new-btn-menu ul {
      margin: 5px 0 0 0;
      line-height: 20px; }
      .quick-chart-top .download-new-btn .download-new-btn-menu ul li {
        list-style: none;
        position: relative; }
        .quick-chart-top .download-new-btn .download-new-btn-menu ul li a {
          text-decoration: none;
          text-align: left;
          padding-left: 14px;
          border-bottom: none;
          text-transform: capitalize;
          height: auto;
          line-height: inherit;
          color: #ffffff;
          display: block; }
          .quick-chart-top .download-new-btn .download-new-btn-menu ul li a:hover {
            background-color: #1f80c3; }
.quick-chart-top .export-btn {
  float: right;
  background: url("../img/quick-chart-icons.svg") no-repeat -77px 0;
  display: block;
  width: 35px;
  height: 49px;
  position: relative;
  cursor: pointer; }
  .quick-chart-top .export-btn:hover {
    background-position: -77px -50px; }
  .quick-chart-top .export-btn .export-btn-menu {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 0;
    background-color: rgba(102, 102, 102, 0.95);
    width: 180px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 10px;
    display: none; }
    .quick-chart-top .export-btn .export-btn-menu .heading {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px 0 0 10px;
      text-align: left;
      color: #ffffff; }
    .quick-chart-top .export-btn .export-btn-menu ul {
      margin: 5px 0 0 0;
      line-height: 20px; }
      .quick-chart-top .export-btn .export-btn-menu ul li {
        list-style: none;
        position: relative; }
        .quick-chart-top .export-btn .export-btn-menu ul li a {
          text-decoration: none;
          text-align: left;
          padding-left: 14px;
          border-bottom: none;
          text-transform: capitalize;
          height: auto;
          line-height: inherit;
          color: #ffffff;
          display: block; }
          .quick-chart-top .export-btn .export-btn-menu ul li a:hover {
            background-color: #1f80c3; }
.quick-chart-top .q-text {
  font-size: 12px;
  color: #000000;
  float: right;
  margin: 35px 10px 0 0; }

.quick-chart-map {
  margin: 30px 0; }
  .quick-chart-map #top-graph #popup-graph {
    width: 680px;
    height: 268px;
    background: #efefef; }
  .quick-chart-map img {
    width: 100%; }
  .quick-chart-map .map-show-scroll {
    background-color: #666666;
    font-size: 11px;
    color: #ffffff;
    font-style: italic;
    padding: 3px 15px; }
    .quick-chart-map .map-show-scroll input {
      margin: 3px 0 0 0;
      float: left; }
    .quick-chart-map .map-show-scroll .input-text {
      float: left;
      margin: 3px 0 0 5px; }

.quick-chart-table {
  margin: 0; }
  .quick-chart-table .blue-bg-light {
    background-color: #60a7d8;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
    text-align: center; }
  .quick-chart-table .orange-bg-light {
    background-color: #dc6633;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 3px;
    text-align: center; }
  .quick-chart-table .blue-bg-dark {
    background-color: #328dcc;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 3px;
    vertical-align: bottom;
    text-align: right; }
  .quick-chart-table .orange-bg-dark {
    background-color: #b34f29;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 3px;
    vertical-align: bottom;
    text-align: right; }
  .quick-chart-table tbody {
    background-color: rgba(239, 239, 239, 0.9); }
    .quick-chart-table tbody tr:nth-child(even) {
      background-color: rgba(221, 221, 221, 0.9); }
    .quick-chart-table tbody td {
      padding: 3px 3px;
      text-align: right; }
      .quick-chart-table tbody td.no-padding {
        padding: 0px; }
        .quick-chart-table tbody td.no-padding table tr td {
          width: 12%; }
  .quick-chart-table .same-year-bg {
    background-color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 3px;
    text-align: center; }

@media screen and (max-width: 640px) {
  #quick-chart {
    width: 450px; }
    #quick-chart .quick-chart-table {
      overflow: auto;
      width: 100%; }
      #quick-chart .quick-chart-table table {
        width: 700px; } }
.indi-report {
  width: 550px; }
  .indi-report.background {
    background-color: #efefef;
    padding: 10px;
    width: 100%; }
  .indi-report.mb15 {
    margin-bottom: 15px; }
  .indi-report .input-line input[type="checkbox"] {
    float: left; }
  .indi-report .input-line .input-text {
    float: left;
    margin-left: 10px; }
  .indi-report .save-as {
    font-size: 11px;
    padding: 15px 22px; }
    .indi-report .save-as .save-as-text {
      float: left;
      margin-top: 8px; }
    .indi-report .save-as input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic; }
  .indi-report .spacer35 {
    height: 35px; }
  .indi-report ul.info-update-status {
    padding: 0 20px 20px 20px;
    line-height: 20px; }
    .indi-report ul.info-update-status li {
      list-style: disc;
      color: #454545;
      line-height: 28px; }
      .indi-report ul.info-update-status li span {
        width: 25px;
        height: 17px;
        display: inline-block;
        position: relative;
        top: 5px; }
        .indi-report ul.info-update-status li span.red {
          background-color: #f7b8b8; }
        .indi-report ul.info-update-status li span.yellow {
          background-color: #f1e5a8; }

@media screen and (max-width: 640px) {
  .indi-report {
    width: 310px; }
    .indi-report .save-as input[type="text"] {
      width: 170px; } }
.tab-report {
  width: 550px; }
  .tab-report .input-line input[type="checkbox"] {
    float: left; }
  .tab-report .input-line .input-text {
    float: left;
    margin-left: 10px; }
  .tab-report .save-as {
    font-size: 11px;
    padding: 15px 22px; }
    .tab-report .save-as .save-as-text {
      float: left;
      margin-top: 8px; }
    .tab-report .save-as input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic; }
  .tab-report .spacer35 {
    height: 35px; }
  .tab-report .report-option {
    margin: 35px 0 25px; }
    .tab-report .report-option .report-text {
      float: left;
      margin-top: 8px;
      font-size: 11px; }
    .tab-report .report-option select {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #000;
      padding: 6px 9px;
      width: 175px;
      height: 27px;
      line-height: 27px; }

@media screen and (max-width: 640px) {
  .tab-report {
    width: 310px; }
    .tab-report .save-as input[type="text"] {
      width: 170px; } }
.dashboard-report {
  width: 625px; }
  .dashboard-report .input-line input[type="checkbox"] {
    float: left; }
  .dashboard-report .input-line .input-text {
    float: left;
    margin-left: 10px; }
  .dashboard-report .save-as {
    font-size: 11px;
    padding: 15px 22px; }
    .dashboard-report .save-as .save-as-text {
      float: left;
      margin-top: 8px; }
    .dashboard-report .save-as input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic; }
  .dashboard-report .spacer35 {
    height: 35px; }
  .dashboard-report .include-option {
    margin: 35px 0 25px; }
    .dashboard-report .include-option .report-text {
      margin: 8px 0;
      font-size: 11px; }
    .dashboard-report .include-option select {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #000;
      padding: 6px 9px;
      width: 175px;
      height: 27px;
      line-height: 27px; }
    .dashboard-report .include-option .available-section {
      float: left;
      width: 45%; }
    .dashboard-report .include-option .center-arrows {
      float: left;
      width: 10%;
      margin-top: 75px; }
      .dashboard-report .include-option .center-arrows .right-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -84px -1px;
        cursor: pointer;
        margin: 1px auto;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .dashboard-report .include-option .center-arrows .right-side-arrow:hover {
          background-position: -84px -52px; }
      .dashboard-report .include-option .center-arrows .left-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -1px;
        cursor: pointer;
        margin: 1px auto;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .dashboard-report .include-option .center-arrows .left-side-arrow:hover {
          background-position: -41px -52px; }
    .dashboard-report .include-option .include-section {
      float: left;
      width: 45%; }
    .dashboard-report .include-option .select-all-set {
      margin: 10px 0; }
      .dashboard-report .include-option .select-all-set input[type="checkbox"] {
        float: left; }
      .dashboard-report .include-option .select-all-set .select-all-text {
        float: left;
        font-size: 11px;
        color: #000;
        margin: 0 5px; }
  .dashboard-report .report-option {
    margin: 35px 0 25px; }
    .dashboard-report .report-option .report-text {
      float: left;
      margin-top: 8px;
      font-size: 11px; }
    .dashboard-report .report-option select {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #000;
      padding: 6px 9px;
      width: 175px;
      height: 27px;
      line-height: 27px; }

@media screen and (max-width: 640px) {
  .dashboard-report {
    width: 450px; } }
.custom-report {
  width: 1170px; }
  .custom-report .white-bar {
    position: relative; }
  .custom-report .note {
    margin: 5px 0 10px; }
  .custom-report .trail-month {
    margin: 0 0 10px; }
    .custom-report .trail-month input[type="checkbox"] {
      position: relative;
      top: 2px; }
  .custom-report .temp-sec-main .template-selection {
    margin: 20px 0 10px; }
    .custom-report .temp-sec-main .template-selection ul li {
      float: left;
      width: 23%;
      list-style: none;
      margin-right: 1%;
      padding: 1%;
      position: relative; }
      .custom-report .temp-sec-main .template-selection ul li .selected {
        position: absolute;
        font-size: 38px;
        color: #1cb91c;
        left: 20px;
        top: 17px;
        display: none; }
      .custom-report .temp-sec-main .template-selection ul li .view-purpose {
        position: absolute;
        font-size: 18px;
        right: 20px;
        top: 21px;
        background: #1c81c7;
        border-radius: 50px;
        text-align: center;
        width: 34px;
        height: 34px;
        color: #fff; }
        .custom-report .temp-sec-main .template-selection ul li .view-purpose:hover {
          background-color: #2080c3; }
        .custom-report .temp-sec-main .template-selection ul li .view-purpose .fa-eye {
          margin: 7px 8px; }
      .custom-report .temp-sec-main .template-selection ul li:hover {
        background-color: #d4ead4;
        cursor: pointer; }
      .custom-report .temp-sec-main .template-selection ul li.active {
        background-color: #d4ead4;
        cursor: pointer; }
        .custom-report .temp-sec-main .template-selection ul li.active .selected {
          display: block; }
      .custom-report .temp-sec-main .template-selection ul li img {
        max-width: 100%; }
      .custom-report .temp-sec-main .template-selection ul li h2 {
        text-transform: uppercase;
        color: #acacac;
        font-size: 16px;
        font-weight: normal;
        margin: 15px 0 0; }
  .custom-report .temp-sec-main .note {
    margin-bottom: 10px; }
  .custom-report .err-message-show {
    margin-bottom: 10px; }
  .custom-report .template-title.custom {
    padding: 15px 0 0;
    text-transform: none;
    color: #acacac;
    font-size: 18px; }
    .custom-report .template-title.custom.p0 {
      padding: 0; }
    .custom-report .template-title.custom span {
      font-weight: bold; }
  .custom-report .body-title.custom {
    padding: 15px 0 10px;
    text-transform: none;
    color: #acacac;
    font-size: 24px; }
  .custom-report .input-line input[type="checkbox"] {
    float: left; }
  .custom-report .input-line .input-text {
    float: left;
    margin-left: 10px; }
  .custom-report .save-as {
    font-size: 11px;
    padding: 15px 22px; }
    .custom-report .save-as.p0 {
      padding: 15px 0; }
    .custom-report .save-as .save-as-text {
      float: left;
      margin-top: 8px; }
    .custom-report .save-as input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic; }
    .custom-report .save-as .big-width {
      width: 90% !important; }
  .custom-report .spacer35 {
    height: 35px; }
  .custom-report .ce-left {
    width: 779px;
    float: left; }
    .custom-report .ce-left.full-width {
      width: 100%; }
      .custom-report .ce-left.full-width .include-option .filter-area .filter-elements {
        width: 271px; }
    .custom-report .ce-left .data-cust {
      margin-bottom: 15px; }
      .custom-report .ce-left .data-cust .data-cust-table thead {
        width: 100%;
        float: left; }
        .custom-report .ce-left .data-cust .data-cust-table thead tr {
          width: 100%; }
        .custom-report .ce-left .data-cust .data-cust-table thead tr:nth-of-type(1) {
          background: #1c81c7;
          color: #FFF;
          text-transform: uppercase; }
        .custom-report .ce-left .data-cust .data-cust-table thead th {
          padding: 3px;
          font-weight: normal; }
          .custom-report .ce-left .data-cust .data-cust-table thead th i {
            cursor: pointer;
            position: relative;
            top: -1px; }
          .custom-report .ce-left .data-cust .data-cust-table thead th .info-white {
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            background-position: -139px -22px;
            height: 16px;
            width: 17px;
            display: inline-block;
            top: 2px;
            position: relative; }
          .custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(1) {
            width: 315px;
            text-align: left; }
          .custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(2) {
            text-align: left;
            width: 96px; }
          .custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(3) {
            width: 114px;
            text-align: right; }
          .custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(4) {
            width: 110px;
            text-align: right; }
            .custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(4) input[type="checkbox"] {
              position: relative;
              top: 2px; }
          .custom-report .ce-left .data-cust .data-cust-table thead th:last-child {
            padding-right: 20px;
            width: 144px;
            text-align: right; }
      .custom-report .ce-left .data-cust .data-cust-table tbody {
        max-height: 200px;
        overflow-y: scroll;
        float: left;
        width: 100%; }
        .custom-report .ce-left .data-cust .data-cust-table tbody tr {
          width: 100%; }
        .custom-report .ce-left .data-cust .data-cust-table tbody td {
          height: 25px;
          vertical-align: middle;
          padding: 0 3px;
          font-size: 12px;
          color: #000; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(1) {
            background-color: rgba(216, 216, 216, 0.8); }
          .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(2) {
            background-color: rgba(229, 229, 229, 0.6);
            max-width: 145px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(3) {
            overflow: hidden;
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 265px;
            width: 265px; }
            @media only screen and (max-width: 990px) {
              .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(3) {
                max-width: 45px; } }
          .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(5), .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(7) {
            text-align: right;
            width: 125px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(4) input[type="text"] {
            float: left; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(6) {
            text-align: right;
            width: 74px;
            padding-right: 22px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-default {
            background-color: rgba(216, 216, 216, 0.8);
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            text-align: center;
            width: 28px;
            background-position: -136px 2px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-yoy-per {
            background-color: rgba(216, 216, 216, 0.8);
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            text-align: center;
            background-position: -164px 2px;
            width: 28px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-yoy {
            background-color: rgba(216, 216, 216, 0.8);
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            text-align: center;
            background-position: -191px 2px;
            width: 28px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-mom-per {
            background-color: rgba(216, 216, 216, 0.8);
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            text-align: center;
            background-position: -219px 2px;
            width: 28px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-mom {
            background-color: rgba(216, 216, 216, 0.8);
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            text-align: center;
            background-position: -246px 2px;
            width: 28px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td.icon-seasonal {
            width: 21px;
            text-align: center; }
            .custom-report .ce-left .data-cust .data-cust-table tbody td.icon-seasonal img {
              width: 11px; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td select {
            width: 85%;
            float: right;
            height: 17px;
            font-size: 11px; }
            .custom-report .ce-left .data-cust .data-cust-table tbody td select option {
              font-size: 12px; }
              .custom-report .ce-left .data-cust .data-cust-table tbody td select option:nth-of-type(even) {
                background-color: #ddd; }
          .custom-report .ce-left .data-cust .data-cust-table tbody td input[type="text"] {
            width: 85%;
            float: right;
            height: 17px;
            font-size: 11px;
            padding: 0 3px; }
        .custom-report .ce-left .data-cust .data-cust-table tbody tr:hover {
          background-color: #B2E0FF; }
        .custom-report .ce-left .data-cust .data-cust-table tbody tr:nth-of-type(odd) {
          background-color: rgba(237, 237, 237, 0.6); }
        .custom-report .ce-left .data-cust .data-cust-table tbody tr:nth-of-type(even) {
          background-color: rgba(221, 221, 221, 0.6); }
    .custom-report .ce-left .include-option {
      margin: 0px 0 25px; }
      .custom-report .ce-left .include-option .report-text {
        margin: 8px 0;
        font-size: 11px; }
      .custom-report .ce-left .include-option select {
        float: left;
        margin-left: 15px;
        font-size: 11px;
        color: #000;
        padding: 6px 9px;
        width: 175px;
        height: 27px;
        line-height: 27px; }
        .custom-report .ce-left .include-option select option {
          font-size: 12px; }
          .custom-report .ce-left .include-option select option:nth-of-type(even) {
            background-color: #ddd; }
      .custom-report .ce-left .include-option .available-section {
        float: left;
        width: 43%; }
      .custom-report .ce-left .include-option .center-arrows {
        float: left;
        width: 7%;
        margin-top: 75px; }
        .custom-report .ce-left .include-option .center-arrows .right-side-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -84px -1px;
          cursor: pointer;
          margin: 1px auto; }
          .custom-report .ce-left .include-option .center-arrows .right-side-arrow:hover {
            background-position: -84px -52px; }
        .custom-report .ce-left .include-option .center-arrows .left-side-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -41px -1px;
          cursor: pointer;
          margin: 1px auto; }
          .custom-report .ce-left .include-option .center-arrows .left-side-arrow:hover {
            background-position: -41px -52px; }
      .custom-report .ce-left .include-option .include-section {
        float: left;
        width: 44%; }
      .custom-report .ce-left .include-option .right-arrows {
        width: 5%;
        float: right;
        margin-top: 16px; }
        .custom-report .ce-left .include-option .right-arrows .top-double-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -81px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .custom-report .ce-left .include-option .right-arrows .top-double-arrow:hover {
            background-position: -81px -156px; }
        .custom-report .ce-left .include-option .right-arrows .top-single-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: 0px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .custom-report .ce-left .include-option .right-arrows .top-single-arrow:hover {
            background-position: 0px -156px; }
        .custom-report .ce-left .include-option .right-arrows .bottom-single-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -41px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .custom-report .ce-left .include-option .right-arrows .bottom-single-arrow:hover {
            background-position: -41px -156px; }
        .custom-report .ce-left .include-option .right-arrows .bottom-double-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -122px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .custom-report .ce-left .include-option .right-arrows .bottom-double-arrow:hover {
            background-position: -122px -156px; }
      .custom-report .ce-left .include-option .filter-area {
        background: #efefef;
        padding: 10px;
        margin-bottom: 15px; }
        .custom-report .ce-left .include-option .filter-area .filter-heading {
          color: #000;
          font-size: 13px;
          text-transform: uppercase;
          margin-bottom: 15px; }
        .custom-report .ce-left .include-option .filter-area .fa-filter {
          font-size: 14px; }
        .custom-report .ce-left .include-option .filter-area .filter-elements {
          float: left;
          width: 194px;
          margin-right: 15px; }
          .custom-report .ce-left .include-option .filter-area .filter-elements .for-search {
            position: relative; }
            .custom-report .ce-left .include-option .filter-area .filter-elements .for-search .search-icon {
              background-color: #2881c1;
              background-image: url("../img/sprite.svg");
              background-position: -137px -63px;
              cursor: pointer;
              height: 27px;
              position: absolute;
              right: 0;
              top: 6px;
              width: 20px;
              display: none; }
@-moz-document url-prefix() {
  .custom-report .ce-left .include-option .filter-area .filter-elements .for-search .search-icon {
    height: 26px; } }
            @media screen and (-webkit-min-device-pixel-ratio: 0) {
              .custom-report .ce-left .include-option .filter-area .filter-elements .for-search .search-icon {
                height: 25px; } }
          .custom-report .ce-left .include-option .filter-area .filter-elements input[type="text"] {
            font-size: 11px;
            color: #000;
            padding: 6px 9px;
            width: 100%;
            font-size: 11px;
            color: #666666;
            font-style: italic;
            margin: 5px 0; }
          .custom-report .ce-left .include-option .filter-area .filter-elements select {
            font-size: 11px;
            color: #000;
            padding: 6px 9px;
            width: 100%;
            float: none;
            margin: 5px 0;
            height: 27px;
            line-height: 27px; }
            .custom-report .ce-left .include-option .filter-area .filter-elements select option {
              font-size: 12px; }
              .custom-report .ce-left .include-option .filter-area .filter-elements select option:nth-of-type(even) {
                background-color: #ddd; }
          .custom-report .ce-left .include-option .filter-area .filter-elements .btn {
            width: 100%;
            margin: 18px 0 0;
            height: 28px; }
          @media only screen and (max-width: 990px) {
            .custom-report .ce-left .include-option .filter-area .filter-elements {
              width: 150px; } }
          .custom-report .ce-left .include-option .filter-area .filter-elements:nth-of-type(5) {
            margin-right: 0px;
            width: 130px;
            float: right; }
      .custom-report .ce-left .include-option .select-all-set {
        margin: 10px 0; }
        .custom-report .ce-left .include-option .select-all-set input[type="checkbox"] {
          float: left; }
        .custom-report .ce-left .include-option .select-all-set .select-all-text {
          float: left;
          font-size: 11px;
          color: #000;
          margin: 0 5px; }
      .custom-report .ce-left .include-option .select-all-set-feature {
        margin: 10px 0; }
        .custom-report .ce-left .include-option .select-all-set-feature input[type="checkbox"] {
          float: left; }
        .custom-report .ce-left .include-option .select-all-set-feature .select-all-text {
          float: left;
          font-size: 11px;
          color: #000;
          margin: 0 5px; }
          .custom-report .ce-left .include-option .select-all-set-feature .select-all-text:nth-of-type(1) {
            margin-right: 95px; }
  .custom-report .ce-right {
    width: 350px;
    float: right; }
    .custom-report .ce-right .info-pop {
      background-color: #888888;
      padding: 10px;
      font-size: 12px;
      color: #ffffff;
      position: relative; }
      .custom-report .ce-right .info-pop .icon-size {
        font-size: 20px; }
      .custom-report .ce-right .info-pop .info-pop-cross {
        position: absolute;
        right: 6px;
        top: 1px;
        color: #fff;
        font-size: 25px; }
        .custom-report .ce-right .info-pop .info-pop-cross:hover {
          color: #ccc; }
      .custom-report .ce-right .info-pop h5 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 10px 0 3px; }
      .custom-report .ce-right .info-pop p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px; }
      .custom-report .ce-right .info-pop ul {
        padding-left: 22px; }
        .custom-report .ce-right .info-pop ul li {
          margin-bottom: 5px;
          list-style: disc;
          line-height: 16px; }
  .custom-report .file-format.second .ce-left {
    min-height: 119px; }
  .custom-report .file-format.third .ce-left {
    min-height: 119px; }
  .custom-report .file-format .ce-left {
    width: 50%;
    float: left; }
    .custom-report .file-format .ce-left .report-option {
      margin: 0px 0 5px; }
      .custom-report .file-format .ce-left .report-option .report-text {
        margin: 5px 0;
        font-size: 11px; }
      .custom-report .file-format .ce-left .report-option input[type="text"] {
        font-size: 11px;
        color: #000;
        padding: 6px 9px;
        width: 96%;
        font-size: 11px;
        color: #666666;
        font-style: italic;
        margin: 5px 0; }
      .custom-report .file-format .ce-left .report-option select {
        font-size: 11px;
        color: #000;
        padding: 6px 9px;
        width: 90%;
        height: 29px;
        line-height: 27px; }
        .custom-report .file-format .ce-left .report-option select option {
          font-size: 12px; }
          .custom-report .file-format .ce-left .report-option select option:nth-of-type(even) {
            background-color: #ddd; }
  .custom-report .file-format .ce-right {
    width: 50%;
    float: left; }

@media screen and (max-width: 768px) {
  .custom-report {
    width: 700px; } }
.indicator-list-drag-feature {
  width: 100%; }
  .indicator-list-drag-feature .head {
    background-color: #1c81c7;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px; }
    .indicator-list-drag-feature .head span.info-label-cnt {
      float: right;
      font-style: italic; }
    .indicator-list-drag-feature .head span.info-count {
      float: right;
      margin-left: 5px;
      text-align: right;
      font-style: italic; }
    .indicator-list-drag-feature .head .i-head {
      /*float: left;
      width: 195px;*/ }
    .indicator-list-drag-feature .head .f-head {
      float: left;
      width: 45px; }
    .indicator-list-drag-feature .head .v-head {
      float: right;
      width: 65px; }
  .indicator-list-drag-feature .indis-body {
    border: 1px solid #ddd; }
    .indicator-list-drag-feature .indis-body ul {
      height: 230px;
      overflow-y: scroll; }
      .indicator-list-drag-feature .indis-body ul li {
        background-color: #f1f1f1;
        list-style: none; }
        .indicator-list-drag-feature .indis-body ul li.head {
          background-color: #A9AC55 !important;
          pointer-events: none; }
          .indicator-list-drag-feature .indis-body ul li.head:hover {
            background-color: #A9AC55; }
        .indicator-list-drag-feature .indis-body ul li.ui-selectee {
          cursor: pointer; }
        .indicator-list-drag-feature .indis-body ul li.ui-selected {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag-feature .indis-body ul li.ui-selecting {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag-feature .indis-body ul li:nth-child(2n) {
          background-color: #e0e0e0; }
        .indicator-list-drag-feature .indis-body ul li:hover {
          background-color: #b2e0ff; }
        .indicator-list-drag-feature .indis-body ul li.selected {
          background-color: #48adf1;
          color: #fff; }
        .indicator-list-drag-feature .indis-body ul li .icon-placeholder {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          background-color: rgba(216, 216, 216, 0.8);
          width: 24px;
          height: 25px;
          float: left; }
@-moz-document url-prefix() {
  .indicator-list-drag-feature .indis-body ul li .icon-placeholder {
    height: 27px; } }
          .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-default {
            background-position: -135px 2px; }
          .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-yoy-per {
            background-position: -163px 2px; }
          .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-yoy {
            background-position: -190px 2px; }
          .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-mom-per {
            background-position: -218px 2px; }
          .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-mom {
            background-position: -245px 2px; }
@-moz-document url-prefix() {
  .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-default {
    background-position: -135px 4px; }
  .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-yoy-per {
    background-position: -163px 4px; }
  .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-yoy {
    background-position: -190px 4px; }
  .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-mom-per {
    background-position: -218px 4px; }
  .indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-mom {
    background-position: -245px 4px; } }
@-moz-document url-prefix() {
  .indicator-list-drag-feature .indis-body ul li {
    height: 28px; } }
        .indicator-list-drag-feature .indis-body ul li .icon-seasonal {
          width: 20px;
          text-align: center;
          background-color: rgba(229, 229, 229, 0.6);
          float: left;
          height: 25px; }
@-moz-document url-prefix() {
  .indicator-list-drag-feature .indis-body ul li .icon-seasonal {
    height: 27px; } }
          .indicator-list-drag-feature .indis-body ul li .icon-seasonal img {
            width: 50%;
            margin-top: 7px; }
        .indicator-list-drag-feature .indis-body ul li .indis-name {
          width: 85%;
          max-width: 85%;
          overflow: hidden;
          text-align: left;
          float: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 6px 5px 5px; }
          .indicator-list-drag-feature .indis-body ul li .indis-name.full-name {
            width: 275px;
            max-width: 275px; }
        .indicator-list-drag-feature .indis-body ul li.indis-name-single {
          max-width: 100%;
          overflow: hidden;
          text-align: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          /*padding:6px 5px 5px;*/ }
          .indicator-list-drag-feature .indis-body ul li.indis-name-single.no-padding {
            padding: 0; }
            .indicator-list-drag-feature .indis-body ul li.indis-name-single.no-padding .full-name {
              width: 100%;
              max-width: 100%; }
          .indicator-list-drag-feature .indis-body ul li.indis-name-single .indis-name {
            width: 208px;
            max-width: 208px; }
          .indicator-list-drag-feature .indis-body ul li.indis-name-single .full-name {
            width: 100%;
            max-width: 100%; }
        .indicator-list-drag-feature .indis-body ul li .feature-input {
          float: left;
          width: 45px;
          text-align: center; }
          .indicator-list-drag-feature .indis-body ul li .feature-input input[type="checkbox"] {
            margin-top: 7px; }
        .indicator-list-drag-feature .indis-body ul li .value-select {
          float: right;
          width: 65px; }
          .indicator-list-drag-feature .indis-body ul li .value-select select {
            float: none;
            margin: 0;
            width: 95%;
            height: 18px;
            line-height: 18px;
            font-size: 11px;
            padding: 0px 0;
            margin-top: 4px; }

.custom-report-old {
  width: 790px; }
  .custom-report-old .input-line input[type="checkbox"] {
    float: left; }
  .custom-report-old .input-line .input-text {
    float: left;
    margin-left: 10px; }
  .custom-report-old .save-as {
    font-size: 11px;
    padding: 15px 22px; }
    .custom-report-old .save-as .save-as-text {
      float: left;
      margin-top: 8px; }
    .custom-report-old .save-as input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic; }
  .custom-report-old .spacer35 {
    height: 35px; }
  .custom-report-old .include-option {
    margin: 0px 0 25px; }
    .custom-report-old .include-option .report-text {
      margin: 8px 0;
      font-size: 11px; }
    .custom-report-old .include-option select {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #000;
      padding: 6px 9px;
      width: 175px;
      height: 27px;
      line-height: 27px; }
      .custom-report-old .include-option select option {
        font-size: 12px; }
        .custom-report-old .include-option select option:nth-of-type(even) {
          background-color: #ddd; }
    .custom-report-old .include-option .available-section {
      float: left;
      width: 43%; }
    .custom-report-old .include-option .center-arrows {
      float: left;
      width: 7%;
      margin-top: 75px; }
      .custom-report-old .include-option .center-arrows .right-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -84px -1px;
        cursor: pointer;
        margin: 1px auto; }
        .custom-report-old .include-option .center-arrows .right-side-arrow:hover {
          background-position: -84px -52px; }
      .custom-report-old .include-option .center-arrows .left-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -1px;
        cursor: pointer;
        margin: 1px auto; }
        .custom-report-old .include-option .center-arrows .left-side-arrow:hover {
          background-position: -41px -52px; }
    .custom-report-old .include-option .include-section {
      float: left;
      width: 44%; }
    .custom-report-old .include-option .right-arrows {
      width: 5%;
      float: right;
      margin-top: 16px; }
      .custom-report-old .include-option .right-arrows .top-double-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -81px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .custom-report-old .include-option .right-arrows .top-double-arrow:hover {
          background-position: -81px -156px; }
      .custom-report-old .include-option .right-arrows .top-single-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: 0px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .custom-report-old .include-option .right-arrows .top-single-arrow:hover {
          background-position: 0px -156px; }
      .custom-report-old .include-option .right-arrows .bottom-single-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .custom-report-old .include-option .right-arrows .bottom-single-arrow:hover {
          background-position: -41px -156px; }
      .custom-report-old .include-option .right-arrows .bottom-double-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -122px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .custom-report-old .include-option .right-arrows .bottom-double-arrow:hover {
          background-position: -122px -156px; }
    .custom-report-old .include-option .filter-area {
      background: #dddddd;
      padding: 10px;
      margin-bottom: 15px; }
      .custom-report-old .include-option .filter-area .filter-heading {
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .custom-report-old .include-option .filter-area .fa-filter {
        font-size: 14px; }
      .custom-report-old .include-option .filter-area .filter-elements {
        float: left;
        width: 165px;
        margin-right: 15px; }
        .custom-report-old .include-option .filter-area .filter-elements .for-search {
          position: relative; }
          .custom-report-old .include-option .filter-area .filter-elements .for-search .search-icon {
            background-color: #2881c1;
            background-image: url("../img/sprite.svg");
            background-position: -137px -63px;
            cursor: pointer;
            height: 27px;
            position: absolute;
            right: 0;
            top: 6px;
            width: 20px;
            display: none; }
@-moz-document url-prefix() {
  .custom-report-old .include-option .filter-area .filter-elements .for-search .search-icon {
    height: 26px; } }
          @media screen and (-webkit-min-device-pixel-ratio: 0) {
            .custom-report-old .include-option .filter-area .filter-elements .for-search .search-icon {
              height: 25px; } }
        .custom-report-old .include-option .filter-area .filter-elements input[type="text"] {
          font-size: 11px;
          color: #000;
          padding: 6px 9px;
          width: 100%;
          font-size: 11px;
          color: #666666;
          font-style: italic;
          margin: 5px 0; }
        .custom-report-old .include-option .filter-area .filter-elements select {
          font-size: 11px;
          color: #000;
          padding: 6px 9px;
          width: 100%;
          float: none;
          margin: 5px 0;
          height: 27px;
          line-height: 27px; }
          .custom-report-old .include-option .filter-area .filter-elements select option {
            font-size: 12px; }
            .custom-report-old .include-option .filter-area .filter-elements select option:nth-of-type(even) {
              background-color: #ddd; }
        .custom-report-old .include-option .filter-area .filter-elements .btn {
          width: 100%;
          margin: 5px 0; }
        @media only screen and (max-width: 990px) {
          .custom-report-old .include-option .filter-area .filter-elements {
            width: 150px; } }
    .custom-report-old .include-option .select-all-set {
      margin: 10px 0; }
      .custom-report-old .include-option .select-all-set input[type="checkbox"] {
        float: left; }
      .custom-report-old .include-option .select-all-set .select-all-text {
        float: left;
        font-size: 11px;
        color: #000;
        margin: 0 5px; }
  .custom-report-old .report-option {
    margin: 35px 0 25px; }
    .custom-report-old .report-option .report-text {
      float: left;
      margin-top: 8px;
      font-size: 11px; }
    .custom-report-old .report-option select {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #000;
      padding: 6px 9px;
      width: 190px;
      height: 27px;
      line-height: 27px; }
      .custom-report-old .report-option select option {
        font-size: 12px; }
        .custom-report-old .report-option select option:nth-of-type(even) {
          background-color: #ddd; }

@media screen and (max-width: 768px) {
  .custom-report {
    width: 700px; } }
#email-alert {
  width: 600px; }

.email-alert {
  width: 600px; }

.email-top .alert-btn {
  float: left;
  background: url("../img/quick-chart-icons.svg") no-repeat 0 0;
  display: block;
  width: 35px;
  height: 49px;
  cursor: pointer; }
  .email-top .alert-btn:hover {
    background-position: 0 bottom; }
  .email-top .alert-btn.active {
    background-position: 0 bottom; }
.email-top .real-gross {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  line-height: 18px;
  width: 520px; }
  .email-top .real-gross span {
    font-size: 12px;
    text-transform: capitalize; }
.email-top .alert-text {
  font-size: 13px;
  font-style: italic;
  margin: 10px 0; }

@media screen and (max-width: 640px) {
  #email-alert {
    width: 450px; } }
.establish-target {
  width: 600px; }
  .establish-target .establish-top .real-gross {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    line-height: 18px;
    width: auto; }
    .establish-target .establish-top .real-gross span {
      font-size: 12px;
      text-transform: capitalize; }
  .establish-target .establish-top .current-period {
    float: right;
    font-size: 24px;
    text-align: right;
    line-height: 15px;
    padding: 8px 0; }
    .establish-target .establish-top .current-period span {
      font-size: 12px;
      text-transform: capitalize; }
  .establish-target .set-target {
    font-size: 11px;
    margin: 30px 0; }
    .establish-target .set-target .set-target-text {
      float: left;
      margin-top: 8px; }
    .establish-target .set-target input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic; }
  .establish-target .input-line {
    margin-bottom: 30px; }
    .establish-target .input-line input[type="checkbox"] {
      float: left; }
    .establish-target .input-line input[type="radio"] {
      float: left; }
    .establish-target .input-line .input-text {
      float: left;
      margin: 0 0 5px 10px; }

@media screen and (max-width: 640px) {
  .establish-target {
    width: 450px; } }
.cpw {
  width: 900px; }
  .cpw .presentation-inputs {
    width: 250px;
    float: left;
    font-size: 12px;
    margin-right: 30px; }
    .cpw .presentation-inputs .input-text {
      margin: 5px 0; }
    .cpw .presentation-inputs input[type="text"] {
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 99%;
      font-style: italic; }
  .cpw .input-line {
    margin: 10px 0 20px; }
    .cpw .input-line input[type="checkbox"] {
      float: left; }
    .cpw .input-line .input-text {
      float: left;
      margin-left: 10px; }
  .cpw h3.h3-simple {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .cpw .accordian-arrow {
    border-right: 1px solid;
    padding: 6px;
    margin-right: 10px; }
    .cpw .accordian-arrow i.fa-angle-right {
      width: 8px;
      text-align: center; }
  .cpw .include-option {
    margin: 0px 0 25px; }
    .cpw .include-option .report-text {
      margin: 8px 0;
      font-size: 11px; }
    .cpw .include-option select {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #000;
      padding: 6px 9px;
      width: 175px; }
      .cpw .include-option select option {
        font-size: 12px; }
        .cpw .include-option select option:nth-of-type(even) {
          background-color: #ddd; }
    .cpw .include-option .filter-area {
      background: #efefef;
      padding: 10px;
      margin-bottom: 15px; }
      .cpw .include-option .filter-area .filter-heading {
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .cpw .include-option .filter-area .fa-filter {
        font-size: 14px; }
      .cpw .include-option .filter-area .filter-elements {
        float: left;
        width: 221px;
        margin-right: 15px; }
        .cpw .include-option .filter-area .filter-elements .for-search {
          position: relative; }
          .cpw .include-option .filter-area .filter-elements .for-search .search-icon {
            background-color: #2881c1;
            background-image: url("../img/sprite.svg");
            background-position: -137px -65px;
            cursor: pointer;
            height: 26px;
            position: absolute;
            right: 1px;
            top: 6px;
            width: 20px;
            display: none; }
@-moz-document url-prefix() {
  .cpw .include-option .filter-area .filter-elements .for-search .search-icon {
    height: 27px; } }
          @media screen and (-webkit-min-device-pixel-ratio: 0) {
            .cpw .include-option .filter-area .filter-elements .for-search .search-icon {
              height: 25px; } }
        .cpw .include-option .filter-area .filter-elements input[type="text"] {
          font-size: 11px;
          color: #000;
          padding: 6px 6px 7px 6px;
          width: 100%;
          font-size: 11px;
          color: #666666;
          font-style: italic;
          margin: 5px 0; }
        .cpw .include-option .filter-area .filter-elements select {
          font-size: 11px;
          color: #000;
          padding: 6px 9px;
          width: 100%;
          float: none;
          margin: 5px 0;
          height: 21px;
          line-height: 21px; }
          .cpw .include-option .filter-area .filter-elements select option {
            font-size: 12px; }
            .cpw .include-option .filter-area .filter-elements select option:nth-of-type(even) {
              background-color: #ddd; }
@-moz-document url-prefix() {
  .cpw .include-option .filter-area .filter-elements select {
    height: 29px; } }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .cpw .include-option .filter-area .filter-elements select {
            height: 27px; } }
        .cpw .include-option .filter-area .filter-elements .btn {
          width: 100%;
          margin: 18px 0 0;
          height: 28px; }
        .cpw .include-option .filter-area .filter-elements:nth-of-type(5) {
          margin-right: 0px;
          width: 130px;
          float: right; }
    .cpw .include-option .available-section {
      float: left;
      width: 43%;
      margin-bottom: 10px; }
    .cpw .include-option .center-arrows {
      float: left;
      width: 7%;
      margin-top: 75px; }
      .cpw .include-option .center-arrows .right-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -84px -1px;
        cursor: pointer;
        margin: 1px auto; }
        .cpw .include-option .center-arrows .right-side-arrow:hover {
          background-position: -84px -52px; }
      .cpw .include-option .center-arrows .left-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -1px;
        cursor: pointer;
        margin: 1px auto; }
        .cpw .include-option .center-arrows .left-side-arrow:hover {
          background-position: -41px -52px; }
    .cpw .include-option .include-section {
      float: left;
      width: 44%;
      margin-bottom: 10px; }
    .cpw .include-option .right-arrows {
      width: 5%;
      float: right;
      margin-top: 16px; }
      .cpw .include-option .right-arrows .top-double-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -81px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .cpw .include-option .right-arrows .top-double-arrow:hover {
          background-position: -81px -156px; }
      .cpw .include-option .right-arrows .top-single-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: 0px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .cpw .include-option .right-arrows .top-single-arrow:hover {
          background-position: 0px -156px; }
      .cpw .include-option .right-arrows .bottom-single-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .cpw .include-option .right-arrows .bottom-single-arrow:hover {
          background-position: -41px -156px; }
      .cpw .include-option .right-arrows .bottom-double-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -122px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .cpw .include-option .right-arrows .bottom-double-arrow:hover {
          background-position: -122px -156px; }
    .cpw .include-option .select-all-set {
      margin: 10px 0; }
      .cpw .include-option .select-all-set input[type="checkbox"] {
        float: left; }
      .cpw .include-option .select-all-set .select-all-text {
        float: left;
        font-size: 11px;
        color: #000;
        margin: 0 5px; }
  .cpw .indicator-detail-outer .indicator-detail-four thead {
    width: 100%;
    float: left; }
    .cpw .indicator-detail-outer .indicator-detail-four thead tr {
      width: 100%; }
    .cpw .indicator-detail-outer .indicator-detail-four thead tr:nth-of-type(1) {
      background: #1c81c7;
      color: #FFF;
      text-transform: uppercase; }
    .cpw .indicator-detail-outer .indicator-detail-four thead td {
      padding: 3px; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td i {
        cursor: pointer; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td .info-white {
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        background-position: -139px -22px;
        height: 16px;
        width: 17px;
        display: inline-block;
        top: 2px;
        position: relative; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td:nth-of-type(1) {
        width: 396px; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td:nth-of-type(2) {
        text-align: left;
        width: 99px; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td:nth-of-type(3) {
        width: 111px;
        text-align: center; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td:nth-of-type(4) {
        width: 112px;
        text-align: right; }
      .cpw .indicator-detail-outer .indicator-detail-four thead td:last-child {
        padding-right: 20px;
        width: 142px;
        text-align: right; }
  .cpw .indicator-detail-outer .indicator-detail-four tbody {
    max-height: 200px;
    overflow-y: scroll;
    float: left;
    width: 100%; }
    .cpw .indicator-detail-outer .indicator-detail-four tbody tr {
      width: 100%; }
    .cpw .indicator-detail-outer .indicator-detail-four tbody td {
      height: 25px;
      vertical-align: middle;
      padding: 0 3px;
      font-size: 12px;
      color: #000; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(1) {
        background-color: rgba(216, 216, 216, 0.8); }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(2) {
        background-color: rgba(229, 229, 229, 0.6);
        max-width: 145px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(3) {
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 338px;
        width: 338px; }
        @media only screen and (max-width: 990px) {
          .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(3) {
            max-width: 45px; } }
        .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(3) span.pres_loc {
          width: 338px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(4), .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(5), .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(6), .cpw .indicator-detail-outer .indicator-detail-four tbody td:nth-of-type(7) {
        text-align: right;
        width: 125px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td.indi-icon-default {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        width: 24px;
        background-position: -137px 2px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td.indi-icon-yoy-per {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -165px 2px;
        width: 24px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td.indi-icon-yoy {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -192px 2px;
        width: 24px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td.indi-icon-mom-per {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -220px 2px;
        width: 24px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td.indi-icon-mom {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -247px 2px;
        width: 24px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td.icon-seasonal {
        width: 21px;
        text-align: center; }
        .cpw .indicator-detail-outer .indicator-detail-four tbody td.icon-seasonal img {
          width: 11px; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td select {
        width: 88%;
        float: right;
        height: 17px;
        font-size: 11px; }
        .cpw .indicator-detail-outer .indicator-detail-four tbody td select option {
          font-size: 12px; }
          .cpw .indicator-detail-outer .indicator-detail-four tbody td select option:nth-of-type(even) {
            background-color: #ddd; }
      .cpw .indicator-detail-outer .indicator-detail-four tbody td input[type="text"] {
        width: 85%;
        float: right;
        height: 17px;
        font-size: 11px;
        padding: 0 3px; }
    .cpw .indicator-detail-outer .indicator-detail-four tbody tr:hover {
      background-color: #B2E0FF; }
    .cpw .indicator-detail-outer .indicator-detail-four tbody tr:nth-of-type(odd) {
      background-color: rgba(237, 237, 237, 0.6); }
    .cpw .indicator-detail-outer .indicator-detail-four tbody tr:nth-of-type(even) {
      background-color: rgba(221, 221, 221, 0.6); }
  .cpw .indicator-detail-outer .indicator-detail-two {
    margin-bottom: 10px; }
    .cpw .indicator-detail-outer .indicator-detail-two thead {
      width: 100%;
      float: left; }
      .cpw .indicator-detail-outer .indicator-detail-two thead tr {
        width: 100%; }
      .cpw .indicator-detail-outer .indicator-detail-two thead tr:nth-of-type(1) {
        background: #1c81c7;
        color: #FFF;
        text-transform: uppercase; }
      .cpw .indicator-detail-outer .indicator-detail-two thead td {
        padding: 3px; }
        .cpw .indicator-detail-outer .indicator-detail-two thead td .info-white {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          background-position: -139px -22px;
          height: 16px;
          width: 17px;
          display: inline-block;
          top: 2px;
          position: relative; }
        .cpw .indicator-detail-outer .indicator-detail-two thead td:nth-of-type(1) {
          width: 505px; }
        .cpw .indicator-detail-outer .indicator-detail-two thead td:nth-of-type(2) {
          text-align: left;
          width: 139px; }
        .cpw .indicator-detail-outer .indicator-detail-two thead td:last-child {
          padding-right: 20px;
          width: 217px;
          text-align: right; }
    .cpw .indicator-detail-outer .indicator-detail-two tbody {
      max-height: 200px;
      overflow-y: scroll;
      float: left;
      width: 100%; }
      .cpw .indicator-detail-outer .indicator-detail-two tbody tr {
        width: 100%; }
      .cpw .indicator-detail-outer .indicator-detail-two tbody td {
        height: 25px;
        vertical-align: middle;
        padding: 0 3px;
        font-size: 12px;
        color: #000; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td:nth-of-type(1) {
          background-color: rgba(216, 216, 216, 0.8); }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td:nth-of-type(2) {
          background-color: rgba(229, 229, 229, 0.6);
          max-width: 145px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td:nth-of-type(3) {
          overflow: hidden;
          text-align: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 408px;
          width: 408px; }
          @media only screen and (max-width: 990px) {
            .cpw .indicator-detail-outer .indicator-detail-two tbody td:nth-of-type(3) {
              max-width: 225px;
              width: 225px; } }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td:nth-of-type(4), .cpw .indicator-detail-outer .indicator-detail-two tbody td:nth-of-type(5) {
          text-align: right;
          width: 200px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td.indi-icon-default {
          background-color: rgba(216, 216, 216, 0.8);
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          width: 24px;
          background-position: -135px 2px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td.indi-icon-yoy-per {
          background-color: rgba(216, 216, 216, 0.8);
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          background-position: -163px 2px;
          width: 24px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td.indi-icon-yoy {
          background-color: rgba(216, 216, 216, 0.8);
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          background-position: -190px 2px;
          width: 24px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td.indi-icon-mom-per {
          background-color: rgba(216, 216, 216, 0.8);
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          background-position: -218px 2px;
          width: 24px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td.indi-icon-mom {
          background-color: rgba(216, 216, 216, 0.8);
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          text-align: center;
          background-position: -245px 2px;
          width: 24px; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td.icon-seasonal {
          width: 17px;
          text-align: center; }
          .cpw .indicator-detail-outer .indicator-detail-two tbody td.icon-seasonal img {
            width: 95%; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td select {
          width: 70%;
          float: right;
          height: 17px;
          font-size: 11px; }
          .cpw .indicator-detail-outer .indicator-detail-two tbody td select option {
            font-size: 12px; }
            .cpw .indicator-detail-outer .indicator-detail-two tbody td select option:nth-of-type(even) {
              background-color: #ddd; }
        .cpw .indicator-detail-outer .indicator-detail-two tbody td input[type="text"] {
          width: 70%;
          float: right;
          height: 17px;
          font-size: 11px;
          padding: 0 3px; }
      .cpw .indicator-detail-outer .indicator-detail-two tbody tr:nth-of-type(odd) {
        background-color: rgba(237, 237, 237, 0.6); }
      .cpw .indicator-detail-outer .indicator-detail-two tbody tr:nth-of-type(even) {
        background-color: rgba(221, 221, 221, 0.6); }
  .cpw .indicator-detail-outer .show-input {
    background-color: #949393;
    padding: 7px;
    margin-bottom: 10px; }
    .cpw .indicator-detail-outer .show-input input[type="checkbox"] {
      float: left; }
    .cpw .indicator-detail-outer .show-input .show-text {
      float: left;
      font-size: 12px;
      color: #FFF;
      font-style: italic;
      margin-left: 5px; }
  .cpw .indicator-detail-two {
    margin-bottom: 10px; }
    .cpw .indicator-detail-two thead tr:nth-of-type(1) {
      background: #1c81c7;
      color: #FFF;
      text-transform: uppercase; }
    .cpw .indicator-detail-two thead td {
      padding: 3px; }
      .cpw .indicator-detail-two thead td .info-white {
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        background-position: -139px -22px;
        height: 16px;
        width: 17px;
        display: inline-block;
        top: 2px;
        position: relative; }
      .cpw .indicator-detail-two thead td:nth-of-type(2), .cpw .indicator-detail-two thead td:nth-of-type(3), .cpw .indicator-detail-two thead td:nth-of-type(4), .cpw .indicator-detail-two thead td:nth-of-type(5) {
        text-align: right;
        width: 19%; }
    .cpw .indicator-detail-two tbody td {
      height: 25px;
      vertical-align: middle;
      padding: 0 3px;
      font-size: 12px;
      color: #000; }
      .cpw .indicator-detail-two tbody td:nth-of-type(1) {
        background-color: rgba(216, 216, 216, 0.8); }
      .cpw .indicator-detail-two tbody td:nth-of-type(2) {
        background-color: rgba(229, 229, 229, 0.6);
        max-width: 145px; }
      .cpw .indicator-detail-two tbody td:nth-of-type(3) {
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 145px; }
      .cpw .indicator-detail-two tbody td.indi-icon-default {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        width: 24px;
        background-position: -135px 2px; }
      .cpw .indicator-detail-two tbody td.indi-icon-yoy-per {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -163px 2px;
        width: 24px; }
      .cpw .indicator-detail-two tbody td.indi-icon-yoy {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -190px 2px;
        width: 24px; }
      .cpw .indicator-detail-two tbody td.indi-icon-mom-per {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -218px 2px;
        width: 24px; }
      .cpw .indicator-detail-two tbody td.indi-icon-mom {
        background-color: rgba(216, 216, 216, 0.8);
        background-image: url("../img/sprite.svg");
        background-repeat: no-repeat;
        text-align: center;
        background-position: -245px 2px;
        width: 24px; }
      .cpw .indicator-detail-two tbody td.icon-seasonal {
        width: 17px;
        text-align: center; }
        .cpw .indicator-detail-two tbody td.icon-seasonal img {
          width: 95%; }
      .cpw .indicator-detail-two tbody td select {
        width: 70%;
        float: right;
        height: 17px;
        font-size: 11px; }
        .cpw .indicator-detail-two tbody td select option {
          font-size: 12px; }
          .cpw .indicator-detail-two tbody td select option:nth-of-type(even) {
            background-color: #ddd; }
      .cpw .indicator-detail-two tbody td input[type="text"] {
        width: 70%;
        float: right;
        height: 17px;
        font-size: 11px;
        padding: 0 3px; }
    .cpw .indicator-detail-two tbody tr:nth-of-type(odd) {
      background-color: #ededed; }
    .cpw .indicator-detail-two tbody tr .show-input input[type="checkbox"] {
      float: left; }
    .cpw .indicator-detail-two tbody tr .show-input .show-text {
      float: left;
      font-size: 12px;
      color: #FFF;
      font-style: italic;
      margin-left: 5px; }
  .cpw.ccp {
    width: 1250px; }
    .cpw.ccp .err-message-show {
      margin-bottom: 10px; }
    .cpw.ccp .ccp-left {
      float: left;
      width: 860px; }
      .cpw.ccp .ccp-left.full-width {
        width: 100%; }
        .cpw.ccp .ccp-left.full-width .filter-elements {
          width: 291px; }
      .cpw.ccp .ccp-left .indicator-detail-outer .btn {
        margin-top: 15px; }
    .cpw.ccp .ccp-right {
      float: right;
      width: 350px; }
      .cpw.ccp .ccp-right .info-pop {
        background-color: #888888;
        padding: 10px;
        font-size: 12px;
        color: #ffffff;
        position: relative; }
        .cpw.ccp .ccp-right .info-pop .icon-size {
          font-size: 20px; }
        .cpw.ccp .ccp-right .info-pop .info-pop-cross {
          position: absolute;
          right: 6px;
          top: 1px;
          color: #fff;
          font-size: 25px; }
          .cpw.ccp .ccp-right .info-pop .info-pop-cross:hover {
            color: #ccc; }
        .cpw.ccp .ccp-right .info-pop h5 {
          font-size: 13px;
          text-transform: uppercase;
          margin: 10px 0 3px; }
        .cpw.ccp .ccp-right .info-pop p {
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 20px; }
        .cpw.ccp .ccp-right .info-pop ul {
          padding-left: 22px; }
          .cpw.ccp .ccp-right .info-pop ul li {
            margin-bottom: 5px;
            list-style: disc;
            line-height: 16px; }
    .cpw.ccp.popup-area .white-bar .body-title.p-set {
      padding: 20px 0 10px;
      text-transform: none;
      color: #acacac;
      font-size: 24px; }
    .cpw.ccp .presentation-section .ccp-left {
      width: 100%;
      float: right; }
    .cpw.ccp .presentation-section .ccp-right {
      width: 100%;
      float: left; }
      .cpw.ccp .presentation-section .ccp-right .info-pop .icon-size {
        float: left;
        margin-right: 20px;
        line-height: 44px; }
      .cpw.ccp .presentation-section .ccp-right .single-sec {
        margin-right: 35px;
        float: left; }
        .cpw.ccp .presentation-section .ccp-right .single-sec p {
          margin-bottom: 0; }
          .cpw.ccp .presentation-section .ccp-right .single-sec p i {
            color: #000; }
            .cpw.ccp .presentation-section .ccp-right .single-sec p i.fa-plus {
              background-color: #000;
              color: #fff;
              font-size: 9px;
              padding: 3px; }
          .cpw.ccp .presentation-section .ccp-right .single-sec p img {
            width: 12px;
            position: relative;
            top: -2px; }
    .cpw.ccp .template-section .ccp-left {
      width: 100%;
      float: right; }
      .cpw.ccp .template-section .ccp-left .upload-section {
        margin: 10px 0;
        padding: 10px;
        background-color: #efefef; }
        .cpw.ccp .template-section .ccp-left .upload-section h3 {
          text-transform: uppercase;
          font-weight: normal;
          margin-bottom: 15px;
          font-size: 13px;
          color: #000; }
        .cpw.ccp .template-section .ccp-left .upload-section .new-ad {
          float: left;
          width: 330px; }
          .cpw.ccp .template-section .ccp-left .upload-section .new-ad .up-t {
            float: left;
            margin: 0 0 5px 0; }
          .cpw.ccp .template-section .ccp-left .upload-section .new-ad .up-area {
            float: left;
            position: relative; }
            .cpw.ccp .template-section .ccp-left .upload-section .new-ad .up-area input[type="file"] {
              border: 1px solid #1c81c7; }
            .cpw.ccp .template-section .ccp-left .upload-section .new-ad .up-area button.btn {
              background-color: #1c81c7;
              color: #fff;
              font-size: 11px;
              position: absolute;
              left: 0;
              top: 0;
              width: auto;
              padding: 5px 15px;
              line-height: initial;
              height: auto;
              text-transform: none;
              pointer-events: none;
              cursor: pointer; }
@-moz-document url-prefix() {
  .cpw.ccp .template-section .ccp-left .upload-section .new-ad .up-area button.btn {
    padding: 5px 8px; } }
        .cpw.ccp .template-section .ccp-left .upload-section .btn-area {
          float: right; }
          .cpw.ccp .template-section .ccp-left .upload-section .btn-area .btn {
            height: 23px;
            margin-top: 19px; }
@-moz-document url-prefix() {
  .cpw.ccp .template-section .ccp-left .upload-section .btn-area .btn {
    height: 26px;
    margin-top: 20px; } }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area {
        width: 370px;
        float: left;
        margin: 10px 0 10px 0;
        padding-bottom: 10px;
        background-color: #efefef; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul {
          height: 435px;
          overflow-y: scroll; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li {
            padding: 10px 5px 5px;
            list-style: none; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li:hover, .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li.active {
              background-color: #B2E0FF; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .input-use {
              float: left;
              width: 20px;
              text-align: left;
              margin: 70px 0 0 0; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area {
              float: left;
              width: 297px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area .image-area-left {
                width: 197px;
                float: left; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area .image-area-left img {
                  width: 100%;
                  border: 1px solid #000;
                  height: 148px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area .image-area-right {
                width: 95px;
                float: right; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area .image-area-right img {
                  width: 100%;
                  border: 1px solid #000;
                  height: 71.65px; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area .image-area-right .bottom {
                  margin-top: 5px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area h3 {
                margin: 10px 0 5px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .image-area p {
                font-style: italic;
                line-height: 15px; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .btns {
              float: right;
              width: 20px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .btns span {
                background-color: #aaaaaa;
                display: block;
                color: #FFF;
                padding: 8px 0;
                text-align: center;
                margin-bottom: 5px;
                cursor: pointer; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area ul li .btns span:hover {
                  background-color: #666766; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area .upload-template-btn {
          background-color: #aaaaaa;
          width: 96%;
          margin: 0 auto;
          height: 42px;
          color: #fff;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 42px;
          text-align: center;
          cursor: pointer;
          margin-top: 10px; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .default-area .upload-template-btn:hover {
            background-color: #949393; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area {
        width: 800px;
        float: right;
        margin: 10px 0 10px 0; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .gray-head {
          color: #acacac;
          font-size: 24px;
          margin-bottom: 20px; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list {
          margin: 0 0 40px 0; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li {
            float: left;
            list-style: none;
            width: 240px; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li:nth-of-type(2) {
              margin: 0 20px; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li .slide-type {
              color: #000;
              font-size: 15px;
              text-align: center; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li .slide-img-type {
              margin: 10px 0; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li .slide-img-type img {
                width: 100%;
                height: 180px; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li .image-upload label {
              background-color: #efefef;
              font-size: 13px;
              color: #000;
              text-align: center;
              height: 35px;
              line-height: 35px;
              width: 100%;
              display: block;
              cursor: pointer; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li .image-upload label:hover {
                background-color: #1b78b9;
                color: #FFF; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-list ul li .image-upload input {
              display: none; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-fields label {
          margin: 5px 0;
          display: block; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-fields input[type="text"] {
          font-size: 11px;
          color: #666666;
          padding: 6px 9px;
          width: 50%;
          font-style: italic;
          margin-bottom: 10px; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .upload-area .upload-fields textarea {
          font-size: 11px;
          color: #666666;
          padding: 6px 9px;
          width: 50%;
          font-style: italic;
          border: 1px solid #1c81c7;
          min-height: 60px;
          margin-bottom: 10px;
          font-family: Arial, Helvetica, sans-serif; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas-left {
        float: left;
        width: 225px; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .bx-wrapper .bx-viewport {
        width: 88.3% !important;
        margin: 0 auto; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .bx-wrapper .bx-controls .bx-controls-direction a {
        width: 35px;
        height: 35px;
        background-image: url("../img/slider-controls.png");
        background-repeat: no-repeat;
        transition: initial;
        z-index: 19; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
          background-position: 0 0; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:hover {
            background-position: 0 bottom; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
          background-position: right top; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:hover {
            background-position: bottom right; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas-right {
        width: 995px; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas {
        margin: 10px 15px 10px 0;
        width: 210px !important;
        float: left;
        position: relative; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar {
          background-color: #1c81c7;
          color: #ffffff;
          font-size: 12px;
          text-transform: uppercase;
          padding: 5px 10px;
          height: 24px;
          position: relative; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar .input-type {
            float: left; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar .t-names {
            float: left;
            font-size: 12px;
            font-weight: normal;
            margin: 0 5px;
            text-transform: none;
            width: 145px; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar .t-names input[type="text"] {
              width: 95%;
              background: none;
              border: 1px solid #fff;
              margin-top: -2px;
              font-size: 12px;
              color: #fff;
              padding: 0 5px; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar .right-icon {
            width: 20px;
            color: #fff;
            text-align: center;
            height: 24px;
            font-size: 15px;
            padding: 3px 4px;
            margin: -5px 0 0 0; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar .right-icon:hover {
              cursor: pointer; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .type-bar .right-icon.edit {
              width: 21px;
              float: left; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types {
          background-color: #f2f2f2;
          padding: 15px 5px 0 5px;
          border: 1px solid #d3d3d3;
          min-height: 122px; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li {
            list-style: none;
            margin: 0 0 15px 0; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li.default {
              text-align: center;
              width: 169px;
              margin: 0 auto 15px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li.default h5 {
                color: #000000;
                font-size: 11px;
                font-weight: normal;
                margin: 3px 0 0;
                text-align: center; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li.default .img-set {
                height: 128px; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li.default .img-set img {
                  border: 1px solid #1c81c7;
                  max-width: 100%; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li.default img {
                border: 1px solid #1c81c7;
                max-width: 100%; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-side {
              float: left;
              width: 170px; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-side h5 {
                color: #000000;
                font-size: 11px;
                font-weight: normal;
                margin: 3px 0 0;
                text-align: center; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-side .img-set {
                height: 128px; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-side .img-set img {
                  border: 1px solid #1c81c7;
                  max-width: 100%; }
            .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-edit {
              float: right;
              margin: 30px 0 0 0; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-edit span i {
                background-color: #a9aaaa;
                padding: 5px;
                margin: 1px 0;
                cursor: pointer;
                color: #ffffff;
                font-size: 15px;
                display: block; }
                .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-edit span i:hover {
                  background-color: #666766; }
              .cpw.ccp .template-section .ccp-left .temp-areas-outer .temp-areas .temp-types ul li .temp-edit span .image-upload input {
                display: none; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .slide-panel-right {
        float: right;
        margin-top: 230px; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .slide-panel-right span {
          font-size: 40px;
          color: #a9aaaa; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .slide-panel-right span:hover {
            color: #1c81c7;
            cursor: pointer; }
      .cpw.ccp .template-section .ccp-left .temp-areas-outer .slide-panel-left {
        float: left;
        margin-top: 230px;
        margin-right: 20px; }
        .cpw.ccp .template-section .ccp-left .temp-areas-outer .slide-panel-left span {
          font-size: 40px;
          color: #a9aaaa; }
          .cpw.ccp .template-section .ccp-left .temp-areas-outer .slide-panel-left span:hover {
            color: #1c81c7;
            cursor: pointer; }
    .cpw.ccp .template-section .ccp-right {
      width: 100%;
      float: left; }
      .cpw.ccp .template-section .ccp-right .info-pop .icon-size {
        float: left;
        margin-right: 20px; }
      .cpw.ccp .template-section .ccp-right .single-sec {
        float: left;
        margin-top: -10px; }
        .cpw.ccp .template-section .ccp-right .single-sec p {
          margin-bottom: 0; }
          .cpw.ccp .template-section .ccp-right .single-sec p i {
            color: #000; }
          .cpw.ccp .template-section .ccp-right .single-sec p img {
            width: 12px;
            position: relative;
            top: -2px; }
    .cpw.ccp .ppt-name .ccp-left {
      width: 50%; }
      .cpw.ccp .ppt-name .ccp-left .presentation-inputs {
        width: 95%;
        margin-right: 50px; }
        .cpw.ccp .ppt-name .ccp-left .presentation-inputs:first-child {
          margin-bottom: 20px; }
      .cpw.ccp .ppt-name .ccp-left .h30 {
        height: 30px; }
      .cpw.ccp .ppt-name .ccp-left .btn.gray-btn.w112 {
        width: 112px; }
      .cpw.ccp .ppt-name .ccp-left .form-element {
        margin-bottom: 15px; }
        .cpw.ccp .ppt-name .ccp-left .form-element .template_image_del {
          width: 95%;
          border-bottom: 1px solid #000;
          padding-bottom: 10px; }
          .cpw.ccp .ppt-name .ccp-left .form-element .template_image_del .temp-select {
            float: left;
            width: 200px;
            cursor: pointer; }
            .cpw.ccp .ppt-name .ccp-left .form-element .template_image_del .temp-select label {
              font-size: 16px;
              padding-bottom: 10px;
              display: block; }
          .cpw.ccp .ppt-name .ccp-left .form-element .template_image_del .browse-right {
            float: left;
            margin: 70px 0 0 30px; }
            .cpw.ccp .ppt-name .ccp-left .form-element .template_image_del .browse-right input {
              padding: 7px;
              border: 1px solid #999; }
            .cpw.ccp .ppt-name .ccp-left .form-element .template_image_del .browse-right .img_upload_pres {
              color: red;
              font-size: 10px;
              margin: 5px 0 0 0; }
    .cpw.ccp .ppt-name .ccp-right {
      float: left;
      width: 50%; }

.manage-slide-custom-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .manage-slide-custom-overlay .manage-slide-custom {
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    background-color: #FFF;
    margin: 30px auto; }
    .manage-slide-custom-overlay .manage-slide-custom .ms-head {
      background-color: #1c81c7;
      padding: 5px 10px;
      height: 50px;
      color: #ffffff; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-head .ms-title {
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 40px; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-head .ms-title span.go-back {
          float: left;
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -41px -1px;
          cursor: pointer;
          margin-top: -5px;
          padding: 0px;
          margin-left: -10px;
          border-right: 1px solid #FFF;
          margin-right: 10px; }
          .manage-slide-custom-overlay .manage-slide-custom .ms-head .ms-title span.go-back:hover {
            background-position: -41px -52px; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-head .ms-close {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        background: url(../img/popup-cross-sprite.svg) no-repeat top left;
        width: 34px;
        height: 50px;
        text-indent: -9999px;
        cursor: pointer; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-head .ms-close:hover {
          background-position: bottom left; }
    .manage-slide-custom-overlay .manage-slide-custom .ms-body {
      background-color: #ffffff;
      padding: 10px;
      color: #000000;
      font-size: 12px;
      position: relative; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides {
        margin: 5px 0; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .slide-option {
          float: left;
          margin-right: 30px; }
          .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .slide-option .number {
            font-size: 12px;
            font-weight: bold;
            padding: 0 9px;
            border: 2px solid #000;
            float: left;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            line-height: 25px; }
          .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .slide-option .slide-text {
            float: left;
            margin-left: 5px; }
            .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .slide-option .slide-text .slide-heading {
              font-size: 12px;
              text-transform: uppercase;
              font-weight: bold; }
            .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .slide-option .slide-text .slide-description {
              font-size: 11px;
              color: #000; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .coloum-outer .coloum-outer {
          max-height: 700px;
          overflow-y: auto; }
          @media only screen and (max-width: 1366px) {
            .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .coloum-outer .coloum-outer {
              max-height: 400px; } }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .manage-slides .coloum-outer .column .portlet .portlet-header {
          background: #ccc; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-body .mb30 {
        margin-bottom: 30px; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn {
        font-size: 14px;
        color: #FFFFFF;
        border: none;
        width: 215px;
        text-transform: uppercase;
        height: 42px;
        cursor: pointer;
        position: relative; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn.wizard-btn {
          width: 330px; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn.btn-right-margin {
          margin-right: 15px; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn.blue-btn {
          background: #1c81c7; }
          .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn.blue-btn:hover {
            background: #1b78b9; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn.gray-btn {
          background: #aaaaaa; }
          .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn.gray-btn:hover {
            background: #949393; }
        .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn .btn-loader {
          position: absolute;
          right: 11px;
          top: 11px;
          z-index: 20; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-body .btn-margin {
        margin: 0 15px; }
      .manage-slide-custom-overlay .manage-slide-custom .ms-body p {
        line-height: 20px; }

@media screen and (max-width: 768px) {
  .cpw {
    width: 700px; }
    .cpw .include-option .filter-area .filter-elements {
      width: 150px;
      margin-right: 10px; }
    .cpw .manage-slides .slide-option {
      float: none;
      margin-bottom: 20px; } }
.top-breadcrumb {
  list-style: none;
  overflow: hidden; }
  .top-breadcrumb li {
    float: left; }
    .top-breadcrumb li a {
      text-decoration: none;
      padding: 10px 0 10px 5px;
      background-color: #efefef;
      position: relative;
      display: block;
      float: left;
      color: #666666;
      width: 213px;
      text-align: center; }
      .top-breadcrumb li a b {
        position: relative;
        z-index: 3; }
      .top-breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #efefef;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 90%;
        z-index: 2; }
      .top-breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 9px;
        left: 88%;
        z-index: 1; }
    .top-breadcrumb li:first-child a {
      padding-left: 10px; }
    .top-breadcrumb li.active a {
      background-color: #7eafd0;
      color: #fff; }
      .top-breadcrumb li.active a:after {
        border-left-color: #7eafd0; }

.success-msg {
  padding: 10px 50px;
  font-size: 12px;
  background: #8dc140;
  color: #FFFFFF;
  display: none;
  position: relative; }
  .success-msg .text-only {
    float: left;
    line-height: 24px; }
    .success-msg .text-only a {
      color: #FFF;
      text-decoration: underline;
      cursor: pointer;
      font-weight: bold; }
      .success-msg .text-only a:hover {
        text-decoration: none; }
  .success-msg span {
    text-transform: uppercase; }
  .success-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px; }
    .success-msg .msg-cross i {
      background: #fff;
      border-radius: 50%;
      color: #000;
      padding: 4px 6px;
      height: 24px;
      width: 24px;
      color: #ababab;
      font-size: 15px; }
      .success-msg .msg-cross i:hover {
        color: #666666; }

.error-msg {
  padding: 10px 50px;
  font-size: 12px;
  background: #d53f00;
  color: #FFFFFF;
  display: none;
  pointer: relative; }
  .error-msg .text-only {
    float: left;
    line-height: 24px; }
    .error-msg .text-only a {
      color: #FFF;
      text-decoration: underline;
      cursor: pointer;
      font-weight: bold; }
      .error-msg .text-only a:hover {
        text-decoration: none; }
  .error-msg span {
    text-transform: uppercase; }
  .error-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px; }
    .error-msg .msg-cross i {
      background: #fff;
      border-radius: 50%;
      color: #000;
      padding: 4px 6px;
      height: 24px;
      width: 24px;
      color: #ababab;
      font-size: 15px; }
      .error-msg .msg-cross i:hover {
        color: #666666; }

.succ-message-show {
  padding: 12px;
  font-size: 12px;
  background: #8dc140;
  color: #FFFFFF;
  position: relative; }
  .succ-message-show .text-only {
    float: left;
    line-height: 24px; }
    .succ-message-show .text-only span {
      text-transform: uppercase; }
  .succ-message-show .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .succ-message-show .msg-cross i {
      background: #fff;
      border-radius: 50%;
      color: #000;
      padding: 4px 6px;
      height: 24px;
      width: 24px;
      color: #ababab;
      font-size: 15px; }

.err-message-show {
  padding: 12px;
  font-size: 12px;
  background: #d53f00;
  color: #FFFFFF;
  position: relative; }
  .err-message-show .text-only {
    line-height: 24px;
    padding-right: 25px; }
  .err-message-show .msg-cross-all {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .err-message-show .msg-cross-all i {
      background: #fff;
      border-radius: 50%;
      color: #000;
      padding: 4px 6px;
      height: 24px;
      width: 24px;
      color: #ababab;
      font-size: 15px; }

.white-bar .success-msg {
  padding: 10px 50px 10px 10px;
  font-size: 12px;
  background: #8dc140;
  color: #FFFFFF;
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .white-bar .success-msg .text-only {
    float: left;
    line-height: 24px; }
    .white-bar .success-msg .text-only a {
      color: #FFF;
      text-decoration: underline;
      cursor: pointer;
      font-weight: bold; }
      .white-bar .success-msg .text-only a:hover {
        text-decoration: none; }
  .white-bar .success-msg span {
    text-transform: uppercase; }
  .white-bar .success-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px; }
    .white-bar .success-msg .msg-cross i {
      background: #fff;
      border-radius: 50%;
      color: #000;
      padding: 4px 6px;
      height: 24px;
      width: 24px;
      color: #ababab;
      font-size: 15px; }
      .white-bar .success-msg .msg-cross i:hover {
        color: #666666; }
.white-bar .error-msg {
  padding: 10px 50px 10px 10px;
  font-size: 12px;
  background: #d53f00;
  color: #FFFFFF;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .white-bar .error-msg .text-only {
    float: left;
    line-height: 24px; }
    .white-bar .error-msg .text-only a {
      color: #FFF;
      text-decoration: underline;
      cursor: pointer;
      font-weight: bold; }
      .white-bar .error-msg .text-only a:hover {
        text-decoration: none; }
  .white-bar .error-msg span {
    text-transform: uppercase; }
  .white-bar .error-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px; }
    .white-bar .error-msg .msg-cross i {
      background: #fff;
      border-radius: 50%;
      color: #000;
      padding: 4px 6px;
      height: 24px;
      width: 24px;
      color: #ababab;
      font-size: 15px; }
      .white-bar .error-msg .msg-cross i:hover {
        color: #666666; }

.indicator-detail-area {
  margin: 0 40px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #292929;
  display: none;
  position: relative; }
  .indicator-detail-area .pin-icon {
    transition: inherit; }
  .indicator-detail-area .indicator-detail-area-set {
    padding: 55px 12px 12px 12px;
    font-size: 12px; }
    .indicator-detail-area .indicator-detail-area-set .indi-list-view {
      width: 100%; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .entry-bar {
        float: left;
        width: 100%; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .top-head-tb {
        float: left;
        width: 100%; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .cont-body-tb {
        float: left;
        max-height: 337px;
        overflow-y: scroll;
        width: 100%; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .top-head-tb table, .indicator-detail-area .indicator-detail-area-set .indi-list-view .cont-body-tb table {
        width: 100%; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .top-head-tb table.list-vie-crt, .indicator-detail-area .indicator-detail-area-set .indi-list-view .cont-body-tb table.list-vie-crt {
        width: 100%; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th, .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr td {
        width: 18%;
        float: left; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th {
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 1px 3px;
        text-align: right; }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span {
          display: inline-block; }
          .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon {
            background-color: #fff;
            background-image: url("../img/sprite.svg");
            background-repeat: no-repeat;
            text-align: center;
            width: 22px;
            height: 23px;
            margin-bottom: -3px;
            margin-right: 5px;
            border-radius: 50%; }
            .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon.indi-icon-default {
              background-position: -136px 1px; }
            .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon.indi-icon-yoy {
              background-position: -191px 1px; }
            .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon.indi-icon-yoy-per {
              background-position: -163px 1px; }
            .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon.indi-icon-mom {
              background-position: -246px 1px; }
            .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon.indi-icon-mom-per {
              background-position: -218px 1px; }
          .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon-seasonal {
            margin-right: 5px;
            position: relative;
            top: -4px; }
            .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.icon-seasonal img {
              width: 11px; }
          .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.text-set {
            max-width: 200px;
            overflow: hidden;
            position: relative;
            text-overflow: ellipsis;
            top: -1px;
            white-space: nowrap; }
            @media only screen and (max-width: 1520px) {
              .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th span.text-set {
                max-width: 125px; } }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th:nth-of-type(1) {
          width: 82px;
          padding: 6px 3px; }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr th:nth-of-type(6) {
          padding-right: 22px; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr td {
        font-size: 12px;
        padding: 5px 3px;
        text-align: right; }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view .list-vie-crt tr td:nth-of-type(1) {
          width: 82px; }
      .indicator-detail-area .indicator-detail-area-set .indi-list-view table {
        width: 100%; }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view table thead {
          background-color: #1c81c7; }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view table tbody tr:nth-of-type(even) {
          background-color: #e0e0e0; }
        .indicator-detail-area .indicator-detail-area-set .indi-list-view table tbody tr:hover {
          background-color: #B2E0FF;
          cursor: pointer; }
    .indicator-detail-area .indicator-detail-area-set .full-list-view {
      width: 100%;
      max-height: 400px;
      overflow-y: scroll; }
      .indicator-detail-area .indicator-detail-area-set .full-list-view table {
        width: 100%; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg {
          background-color: #e0e0e0;
          padding: 5px 0;
          text-transform: uppercase; }
          .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span {
            display: inline-block; }
            .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span.icon {
              background-color: none;
              background-image: url("../img/sprite.svg");
              background-repeat: no-repeat;
              text-align: center;
              width: 22px;
              height: 23px;
              margin-bottom: -7px;
              margin-right: 5px;
              border-radius: 50%; }
              .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span.icon.indi-icon-default {
                background-position: -136px 1px; }
              .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span.icon.indi-icon-yoy {
                background-position: -191px 1px; }
              .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span.icon.indi-icon-yoy-per {
                background-position: -163px 1px; }
              .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span.icon.indi-icon-mom {
                background-position: -246px 1px; }
              .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.indi-bg span.icon.indi-icon-mom-per {
                background-position: -218px 1px; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.blue-bg-light {
          background-color: #60a7d8;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: normal;
          color: #ffffff;
          padding: 5px 0; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.orange-bg-light {
          background-color: #dc6633;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: normal;
          color: #ffffff;
          padding: 5px 0; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.blue-bg-dark {
          background-color: #328dcc;
          font-size: 11px;
          text-transform: uppercase;
          color: #ffffff;
          padding: 2px 5px;
          vertical-align: bottom;
          cursor: pointer;
          font-weight: normal;
          text-align: right; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table thead th.orange-bg-dark {
          background-color: #b34f29;
          font-size: 11px;
          text-transform: uppercase;
          color: #ffffff;
          padding: 5px 5px 2px 5px;
          vertical-align: bottom;
          cursor: pointer;
          font-weight: normal;
          text-align: right; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table tbody tr:nth-of-type(even) {
          background-color: #e0e0e0; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table tbody tr:hover {
          background-color: #B2E0FF; }
        .indicator-detail-area .indicator-detail-area-set .full-list-view table tbody tr td {
          text-align: right;
          padding: 3px 5px; }
    .indicator-detail-area .indicator-detail-area-set .line-chart-show-area {
      background-color: #f4f4f4;
      padding: 10px; }
      .indicator-detail-area .indicator-detail-area-set .line-chart-show-area img {
        width: 100%;
        height: auto; }
    .indicator-detail-area .indicator-detail-area-set .map-chart-show-area {
      background-color: #f4f4f4;
      padding: 10px; }
      .indicator-detail-area .indicator-detail-area-set .map-chart-show-area #map_title {
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 15px; }
        .indicator-detail-area .indicator-detail-area-set .map-chart-show-area #map_title span {
          font-weight: normal;
          display: inline; }
      .indicator-detail-area .indicator-detail-area-set .map-chart-show-area img {
        width: 40%;
        height: auto; }
      .indicator-detail-area .indicator-detail-area-set .map-chart-show-area span {
        font-size: 14px;
        width: 50px;
        display: block; }
        .indicator-detail-area .indicator-detail-area-set .map-chart-show-area span.line-space {
          margin: 0 10px; }
    .indicator-detail-area .indicator-detail-area-set .entry-bar {
      background-color: #949494;
      font-size: 11px;
      color: #ffffff;
      font-style: italic;
      padding: 7px 10px;
      margin: 0 0 12px 0;
      position: relative; }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .for-disable {
        cursor: no-drop;
        height: 31px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .current-period {
        float: left;
        margin-right: 30px; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .current-period input[type="checkbox"] {
          margin: 3px 5px 0 0;
          float: left; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .current-period .period-text {
          float: left;
          margin: 3px 0 0 0; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .current-period .period-text a {
            color: #FFF;
            text-decoration: underline; }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area {
        float: left;
        font-style: normal;
        margin-right: 20px; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-text {
          float: left;
          margin-right: 10px;
          margin-top: 6px; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-minus {
          background: #000 none repeat scroll 0 0;
          cursor: pointer;
          float: left;
          font-size: 20px;
          font-weight: bold;
          margin: -7px 5px -7px 0;
          padding: 6px 10px 8px; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-minus:hover {
            background: #1c81c7; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-minus {
            padding: 8px 10px 8px; } }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-plus {
          background: #000 none repeat scroll 0 0;
          cursor: pointer;
          float: left;
          font-size: 20px;
          font-weight: bold;
          margin: -7px 5px -7px 0;
          padding: 6px 10px 8px; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-plus:hover {
            background: #1c81c7; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area .zoom-plus {
            padding: 8px 10px 8px; } }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .edit-color {
        float: left;
        text-decoration: underline;
        color: #FFF;
        margin-top: 6px;
        text-transform: uppercase;
        margin-right: 15px;
        cursor: pointer; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .edit-color:hover {
          color: #000000; }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area {
        margin-right: 20px;
        float: left; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color {
          background: #9ce7f9;
          border: 1px solid #fff;
          width: 45px;
          float: left;
          height: 25px;
          margin-right: 10px; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-one {
            background: #9ce7f9; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-two {
            background: #88d0e7; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-three {
            background: #73bad4; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-four {
            background: #5fa3c2; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-five {
            background: #4b8caf; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-six {
            background: #36769d; }
          .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color.color-seven {
            background: #225f8a; }
        .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color-text {
          font-style: normal;
          margin-top: 6px;
          float: left; }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .colors-set {
        float: left; }
    .indicator-detail-area .indicator-detail-area-set .box-area {
      float: left;
      margin-right: 1px;
      margin-bottom: 1px;
      position: relative;
      width: calc(20% - 1px); }
      .indicator-detail-area .indicator-detail-area-set .box-area .top-icon {
        background-image: url("../img/sprite.svg");
        position: absolute;
        width: 10px;
        height: 10px; }
        .indicator-detail-area .indicator-detail-area-set .box-area .top-icon.cross {
          background-position: -257px -112px;
          top: 8px;
          right: 8px; }
        .indicator-detail-area .indicator-detail-area-set .box-area .top-icon.pin {
          background-position: -225px -112px;
          top: 8px;
          right: 43px; }
      .indicator-detail-area .indicator-detail-area-set .box-area .e-color {
        color: #FFF;
        font-size: 11px;
        position: absolute;
        right: 25px;
        top: 8px; }
      .indicator-detail-area .indicator-detail-area-set .box-area .head {
        padding: 5px 55px 5px 10px;
        color: #FFF;
        font-size: 14px;
        line-height: 16px;
        height: 58px; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.padding-set {
          padding: 7px 9px 8px;
          line-height: 15px; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.black-text {
          color: #000; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.blue {
          background-color: #1c81c7; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.green {
          background-color: #8ebf49; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.orange {
          background-color: #d34000; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.red {
          background-color: #009aa5; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head.royal-blue {
          background-color: #4a2ef5; }
        .indicator-detail-area .indicator-detail-area-set .box-area .head span {
          width: 10px;
          height: 30px;
          float: left;
          top: 6px;
          position: relative;
          left: 0;
          margin-right: 5px; }
          .indicator-detail-area .indicator-detail-area-set .box-area .head span.seasonal-icon {
            background-image: url("../img/sprite.svg"); }
            .indicator-detail-area .indicator-detail-area-set .box-area .head span.seasonal-icon.white {
              background-position: -180px -112px; }
            .indicator-detail-area .indicator-detail-area-set .box-area .head span.seasonal-icon.black {
              background-position: -202px -112px; }
      .indicator-detail-area .indicator-detail-area-set .box-area .box-body {
        padding: 10px;
        color: #FFF;
        font-size: 12px; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body.black-text {
          color: #000; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body.blue {
          background-color: #61a7d8; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body.green {
          background-color: #b0d280; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body.orange {
          background-color: #e07a4d; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body.red {
          background-color: #0db8c3; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body.royal-blue {
          background-color: #7f6cee; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body select {
          margin: 10px 0px; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body select.disable:hover {
            cursor: no-drop; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body select option {
            background: #FFF;
            color: #000;
            padding: 0 5px;
            border-bottom: 1px solid #ccc; }
            .indicator-detail-area .indicator-detail-area-set .box-area .box-body select option.head {
              font-weight: bold;
              background: #b4b4b4;
              color: #fff;
              font-size: 13px;
              height: auto; }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area {
          width: auto;
          float: left;
          margin: 0;
          width: 113px;
          position: relative; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .for-disable {
            cursor: no-drop;
            height: 27px;
            left: 0;
            position: absolute;
            width: 98%;
            z-index: 1; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area a:hover {
            cursor: pointer; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area a:last-child {
            margin-right: 0; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart {
            background-image: url("../img/sprite.svg");
            width: 27px;
            height: 27px;
            float: left;
            display: block;
            border: 1px solid #fff; }
            .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.line-chart {
              background-position: -162px -144px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.line-chart:hover {
                background-position: -162px -170px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.line-chart.active {
                background-position: -162px -170px; }
            .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.bar-chart {
              background-position: -189px -144px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.bar-chart:hover {
                background-position: -189px -170px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.bar-chart.active {
                background-position: -189px -170px; }
            .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.area-chart {
              background-position: -215px -144px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.area-chart:hover {
                background-position: -215px -170px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.area-chart.active {
                background-position: -216px -170px; }
            .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.map-chart {
              background-position: -242px -144px;
              margin-right: 0px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.map-chart:hover {
                background-position: -242px -170px; }
              .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.map-chart.active {
                background-position: -242px -170px; }
          @media only screen and (max-width: 1863px) {
            .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area {
              width: 205px; } }
        .indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area {
          margin: 9px 9px 0 0;
          float: left; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area input[type="checkbox"] {
            float: left; }
          .indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area .text {
            float: left;
            font-size: 11px;
            font-style: italic;
            margin: 0 0 0 2px; }
    .indicator-detail-area .indicator-detail-area-set #map-show {
      display: none; }
  .indicator-detail-area .pin-icon {
    position: relative;
    float: right;
    width: 35px;
    height: 49px;
    background-image: url("../img/sprite.svg");
    background-position: -35px -211px;
    cursor: pointer; }
    .indicator-detail-area .pin-icon:hover {
      background-position: -35px -262px; }
  .indicator-detail-area .cross-indi-chart {
    position: relative;
    float: right;
    width: 35px;
    height: 49px;
    background-image: url("../img/popup-cross-sprite.svg");
    background-position: -72px -200px;
    cursor: pointer;
    margin-left: 1px; }
    .indicator-detail-area .cross-indi-chart:hover {
      background-position: -72px -250px; }
  .indicator-detail-area .indi-download-icon {
    position: relative;
    width: 35px;
    height: 49px;
    background-image: url("../img/sprite.svg");
    background-position: 0px -211px;
    float: right;
    cursor: pointer;
    margin-right: -1px; }
    .indicator-detail-area .indi-download-icon:hover {
      background-position: -0px -262px; }
    .indicator-detail-area .indi-download-icon .download-new-btn-menu {
      position: absolute;
      z-index: 9999;
      top: 50px;
      right: 0;
      background-color: rgba(102, 102, 102, 0.95);
      width: 180px;
      font-size: 12px;
      font-weight: normal;
      padding: 0 0 10px;
      display: none; }
      .indicator-detail-area .indi-download-icon .download-new-btn-menu .heading {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0 0 10px;
        text-align: left;
        color: #ffffff; }
      .indicator-detail-area .indi-download-icon .download-new-btn-menu ul {
        margin: 5px 0 0 0;
        line-height: 20px; }
        .indicator-detail-area .indi-download-icon .download-new-btn-menu ul li {
          list-style: none;
          position: relative; }
          .indicator-detail-area .indi-download-icon .download-new-btn-menu ul li a {
            text-decoration: none;
            text-align: left;
            padding-left: 14px;
            border-bottom: none;
            text-transform: capitalize;
            height: auto;
            line-height: inherit;
            color: #ffffff;
            display: block; }
            .indicator-detail-area .indi-download-icon .download-new-btn-menu ul li a:hover {
              background-color: #1f80c3; }
          .indicator-detail-area .indi-download-icon .download-new-btn-menu ul li .dashboard-sub-menu.mainmap {
            position: absolute;
            top: -5px;
            right: 100%;
            z-index: 21;
            width: 140px;
            padding: 0 0 10px;
            font-size: 12px;
            font-weight: normal;
            color: #ffffff;
            background-color: rgba(102, 102, 102, 0.95);
            display: none; }
            .indicator-detail-area .indi-download-icon .download-new-btn-menu ul li .dashboard-sub-menu.mainmap .tab-menu-heading {
              font-size: 12px;
              font-weight: bold;
              text-transform: uppercase;
              padding: 10px 0 0 10px;
              text-align: left; }
          .indicator-detail-area .indi-download-icon .download-new-btn-menu ul li:hover .dashboard-sub-menu.mainmap {
            display: block; }
  .indicator-detail-area .tweet-icon {
    float: right;
    width: 35px;
    height: 49px;
    background: #aaa;
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    margin-right: 1px; }
    .indicator-detail-area .tweet-icon:hover {
      background-color: #1c81c7; }

@media screen and (max-width: 1310px) {
  .indicator-detail-area .indicator-detail-area-set .entry-bar {
    padding: 7px 10px 7px 10px; }
    .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area {
      margin-bottom: 5px;
      margin-right: 5px; }
      .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area .color {
        width: 20px;
        margin-right: 5px; }
    .indicator-detail-area .indicator-detail-area-set .entry-bar .edit-color {
      margin-bottom: 5px; } }
@media screen and (max-width: 1280px) {
  .indicator-detail-area .indicator-detail-area-set .box-area {
    width: 350px; } }
@media screen and (max-width: 990px) {
  .indicator-detail-area {
    margin: 0 10px 40px; }
    .indicator-detail-area .indicator-detail-area-set .entry-bar .zoom-area {
      margin-bottom: 15px;
      margin-right: 0px;
      margin-top: 10px; }
    .indicator-detail-area .indicator-detail-area-set .entry-bar .colors-set {
      width: 100%; } }
@media screen and (max-width: 768px) {
  .indicator-detail-area .indicator-detail-area-set .box-area {
    width: 49%; }
  .indicator-detail-area .indicator-detail-area-set .entry-bar .color-area {
    width: 150px; }
  .indicator-detail-area .indicator-detail-area-set .entry-bar .edit-color {
    width: 100%;
    margin-bottom: 15px; } }
@media screen and (max-width: 640px) {
  .indicator-detail-area .indicator-detail-area-set .entry-bar .current-period {
    width: 40%; } }
@media screen and (max-width: 480px) {
  .indicator-detail-area .indicator-detail-area-set .box-area {
    margin-bottom: 1px;
    width: 100%; }
    .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area {
      width: 113px;
      float: none; }
    .indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area {
      margin: 9px 9px 0 0; } }
.advance-color {
  width: 525px; }
  .advance-color .restore-color {
    position: absolute;
    padding: 10px 0 11px;
    right: 35px;
    background-color: #a9aaaa;
    width: 35px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s; }
    .advance-color .restore-color:hover {
      background-color: #666766;
      cursor: pointer; }
  .advance-color .color-top {
    width: 111px;
    float: left;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px; }
    .advance-color .color-top .color {
      width: 100%;
      border: 1px solid #1c81c7;
      height: 30px;
      margin: 10px 0 30px;
      position: relative;
      cursor: pointer; }
      .advance-color .color-top .color .picker-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        background-image: url("../img/sprite.svg");
        width: 12px;
        height: 12px;
        background-position: -163px -77px;
        cursor: pointer; }
      .advance-color .color-top .color.start {
        background-color: #9ce7f9; }
      .advance-color .color-top .color.end {
        background-color: #225f8a; }
  .advance-color .accordian-arrow {
    border-right: 1px solid;
    padding: 6px;
    margin-right: 10px; }
  .advance-color .color-bottom {
    width: 111px;
    float: left;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px; }
    .advance-color .color-bottom input[type="text"] {
      color: #000000;
      font-size: 11px;
      width: 100%;
      height: 30px;
      padding: 0 10px;
      margin: 3px 0; }
    .advance-color .color-bottom span {
      float: left;
      height: 30px;
      margin: 3px 0;
      border: 1px solid #FFF;
      width: 70px;
      position: relative;
      cursor: pointer; }
      .advance-color .color-bottom span .picker-icon {
        position: absolute;
        top: 7px;
        right: 7px;
        background-image: url("../img/sprite.svg");
        width: 12px;
        height: 12px;
        background-position: -163px -77px;
        cursor: pointer; }
      .advance-color .color-bottom span.one {
        background-color: #9ce7f9; }
      .advance-color .color-bottom span.two {
        background-color: #88d0e7; }
      .advance-color .color-bottom span.three {
        background-color: #73bad4; }
      .advance-color .color-bottom span.four {
        background-color: #5fa3c2; }
      .advance-color .color-bottom span.five {
        background-color: #4b8caf; }
      .advance-color .color-bottom span.six {
        background-color: #36769d; }
      .advance-color .color-bottom span.seven {
        background-color: #225f8a; }

.my-data-first-show {
  margin: 200px auto;
  width: 580px;
  text-align: center; }
  .my-data-first-show .first-hint-text {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 30px 0;
    text-shadow: 0 1px 1px #fff; }
    .my-data-first-show .first-hint-text span {
      display: block;
      font-size: 25px;
      margin-bottom: 20px; }
    .my-data-first-show .first-hint-text .fa-thumb-tack {
      -ms-transform: rotate(31deg);
      /* IE 9 */
      -webkit-transform: rotate(31deg);
      /* Chrome, Safari, Opera */
      transform: rotate(31deg);
      font-size: 15px; }

.popular-dashboard-area {
  width: 800px; }
  .popular-dashboard-area .white-bar p {
    font-size: 14px;
    line-height: 21px; }
  .popular-dashboard-area .pop-manage-icon {
    position: absolute;
    padding: 10px 0 11px;
    right: 35px;
    background-color: #a9aaaa;
    width: 35px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s; }
    .popular-dashboard-area .pop-manage-icon:hover {
      background-color: #666766;
      cursor: pointer; }
    .popular-dashboard-area .pop-manage-icon.icon-2 {
      right: 71px; }
    .popular-dashboard-area .pop-manage-icon.icon-3 {
      right: 107px;
      background-image: url("../img/cron-icon.png");
      background-position: 0 0;
      width: 35px;
      height: 50px;
      transition: none; }
      .popular-dashboard-area .pop-manage-icon.icon-3:hover {
        background-position: 0 bottom; }
  .popular-dashboard-area .twit-follow {
    position: absolute;
    right: 40px;
    top: 14px; }
  .popular-dashboard-area .manage-dash-form-outer {
    width: 100%;
    margin: 20px 0 0; }
    .popular-dashboard-area .manage-dash-form-outer .manage-dash-form {
      margin: 20px 0 0; }
      .popular-dashboard-area .manage-dash-form-outer .manage-dash-form .field-name {
        width: 16%;
        float: left;
        margin-top: 8px; }
      .popular-dashboard-area .manage-dash-form-outer .manage-dash-form input[type="text"] {
        float: left;
        font-size: 11px;
        color: #666666;
        padding: 6px 9px;
        width: 50%;
        font-style: italic; }
  .popular-dashboard-area .popular-dashboard-scroll thead {
    float: left;
    width: 100%; }
    .popular-dashboard-area .popular-dashboard-scroll thead td {
      text-transform: uppercase;
      padding: 5px; }
      .popular-dashboard-area .popular-dashboard-scroll thead td:nth-child(1) {
        width: 166px;
        padding: 0 10px; }
      .popular-dashboard-area .popular-dashboard-scroll thead td:nth-child(2) {
        width: 300px;
        padding: 0 10px; }
      .popular-dashboard-area .popular-dashboard-scroll thead td:nth-child(3) {
        width: 75px;
        text-align: right; }
      .popular-dashboard-area .popular-dashboard-scroll thead td:nth-child(4) {
        width: 96px;
        text-align: right; }
      .popular-dashboard-area .popular-dashboard-scroll thead td:nth-child(5) {
        text-align: center;
        width: 135px; }
  .popular-dashboard-area .popular-dashboard-scroll tbody {
    float: left;
    width: 100%;
    height: 400px;
    overflow-y: scroll; }
    .popular-dashboard-area .popular-dashboard-scroll tbody td {
      vertical-align: middle;
      padding: 0;
      line-height: 18px; }
      .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(1) {
        width: 175px;
        padding: 0 10px; }
      .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(2) {
        width: 335px;
        padding: 0 10px 0 5px; }
      .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(3) {
        width: 46px;
        text-align: right; }
      .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(4) {
        width: 100px;
        text-align: right; }
      .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(5) {
        width: 137px;
        text-align: right;
        padding-right: 10px; }
        .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(5) span.actions-btn {
          background-color: #666666;
          color: #FFF;
          font-size: 20px;
          padding: 12px 5px;
          cursor: pointer;
          width: 35px;
          display: inline-block;
          margin: 0.5px 0.5px 0.5px 0.5px;
          text-align: center; }
          .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(5) span.actions-btn:hover {
            background-color: #1c81c7; }
          .popular-dashboard-area .popular-dashboard-scroll tbody td:nth-child(5) span.actions-btn a {
            color: #ffffff; }
  .popular-dashboard-area.update-data .add-data-main-div-pop {
    width: 100%;
    margin: 0; }
  .popular-dashboard-area.update-data .blue-bar .pop-title {
    line-height: 21px; }
  .popular-dashboard-area.update-data .blue-bar .name-subtitle {
    color: #ffffff;
    font-size: 14px; }
  .popular-dashboard-area.update-data .mr-column {
    float: left; }
    .popular-dashboard-area.update-data .mr-column.column1 {
      width: 150px;
      background-color: #efefef;
      padding: 11px 10px;
      height: 57px; }
    .popular-dashboard-area.update-data .mr-column.column2 {
      width: 240px;
      background-color: #efefef;
      padding: 11px 10px;
      height: 57px; }
    .popular-dashboard-area.update-data .mr-column.column3 {
      width: 170px;
      background-color: #efefef;
      padding: 11px 10px;
      height: 57px; }
    .popular-dashboard-area.update-data .mr-column.column4 {
      width: 120px;
      background-color: #efefef;
      padding: 10px;
      height: 57px; }
      .popular-dashboard-area.update-data .mr-column.column4 .pending {
        color: #ffa200;
        font-weight: bold;
        height: 17px; }
      .popular-dashboard-area.update-data .mr-column.column4 .past-due {
        color: #ff0000;
        font-weight: bold; }
      .popular-dashboard-area.update-data .mr-column.column4 .up-to-date {
        color: #3dbf15;
        font-weight: bold;
        height: 16px; }
      .popular-dashboard-area.update-data .mr-column.column4 .wauto {
        width: auto;
        float: left; }
      .popular-dashboard-area.update-data .mr-column.column4 .c-icon {
        float: left;
        background-image: url(http://staging.myresearcher.com/livejs/img/cron-small.svg);
        width: 18px;
        height: 18px;
        background-position: left top;
        cursor: pointer;
        background-size: 100%;
        margin-top: -5px;
        margin-left: 5px;
        background-repeat: no-repeat; }
      .popular-dashboard-area.update-data .mr-column.column4 .imp-icon {
        color: #505050;
        font-size: 15px;
        margin-left: 5px;
        float: left;
        cursor: pointer; }
        .popular-dashboard-area.update-data .mr-column.column4 .imp-icon a {
          color: #505050; }
        .popular-dashboard-area.update-data .mr-column.column4 .imp-icon .fa-user {
          font-size: 13px;
          position: relative;
          top: -3px; }
        .popular-dashboard-area.update-data .mr-column.column4 .imp-icon .fa-sign-in {
          position: relative;
          top: -2px; }
        .popular-dashboard-area.update-data .mr-column.column4 .imp-icon .fa-refresh {
          font-size: 13px;
          position: relative;
          top: -3px; }
    .popular-dashboard-area.update-data .mr-column .dotdotdot {
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      cursor: default; }
    .popular-dashboard-area.update-data .mr-column .row1 {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 5px; }
  .popular-dashboard-area.update-data #more-hide-info {
    padding: 10px;
    background-color: #f2f2f2;
    margin: 10px 0; }
  .popular-dashboard-area.update-data .update-data-serch {
    margin: 15px 0; }
    .popular-dashboard-area.update-data .update-data-serch .hide-heading {
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      padding: 10px 0; }
    .popular-dashboard-area.update-data .update-data-serch .update-w {
      width: 33.33%;
      float: left; }
      .popular-dashboard-area.update-data .update-data-serch .update-w.update-w-3 .btn {
        width: 100%;
        margin: 24px 0 0;
        height: 26px; }
@-moz-document url-prefix() {
  .popular-dashboard-area.update-data .update-data-serch .update-w.update-w-3 .btn {
    margin: 25px 0 0;
    height: 27px; } }
      .popular-dashboard-area.update-data .update-data-serch .update-w .input-text {
        margin: 5px 0; }
      .popular-dashboard-area.update-data .update-data-serch .update-w .add-data-text {
        font-size: 11px;
        color: #666;
        padding: 6px 9px;
        width: 95%;
        font-style: italic; }
  .popular-dashboard-area.update-data .add-data-main-div-pop input.numberonly {
    font-size: 11px;
    color: #666;
    padding: 3px 9px;
    width: 85%;
    font-style: italic; }
  .popular-dashboard-area.update-data .add-data-main-div-pop input.bold {
    font-weight: bold; }
  .popular-dashboard-area.update-data .add-data-main-div-pop .add-data-button {
    text-align: left;
    margin: 0px; }
  .popular-dashboard-area.update-data .mr-import-table thead {
    float: left;
    background: #1c81c7;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    width: 100%; }
    .popular-dashboard-area.update-data .mr-import-table thead tr th {
      padding: 3px;
      text-align: left; }
      .popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(1) {
        width: 117px; }
      .popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(2) {
        width: 150px; }
      .popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(3) {
        width: 225px; }
  .popular-dashboard-area.update-data .mr-import-table tbody {
    max-height: 292px;
    overflow-y: auto;
    float: left;
    width: 100%; }
@-moz-document url-prefix() {
  .popular-dashboard-area.update-data .mr-import-table tbody {
    max-height: 300px; } }
    .popular-dashboard-area.update-data .mr-import-table tbody tr:nth-of-type(odd) {
      background-color: rgba(237, 237, 237, 0.6); }
    .popular-dashboard-area.update-data .mr-import-table tbody tr:nth-of-type(even) {
      background-color: rgba(221, 221, 221, 0.6); }
    .popular-dashboard-area.update-data .mr-import-table tbody tr td {
      padding: 3px; }
      .popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) {
        width: 114px; }
        .popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) input[type="text"] {
          width: 85%;
          padding: 3px 3px;
          font-size: 11px; }
      .popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(2) {
        width: 148px; }
      .popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(3) {
        width: 245px; }
  .popular-dashboard-area.update-data .mr-import-table #n_data_tbody_fst tbody {
    float: none; }
  .popular-dashboard-area.update-data .mr-import-table #n_data_tbody_sec tbody {
    float: none; }
  .popular-dashboard-area.update-data .mr-import-table tr td span.ad_new_row {
    background-image: url("../img/addlabel.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px; }
  .popular-dashboard-area.update-data .mr-import-table tr td span.remove_rows {
    background-image: url("../img/removelabel.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px; }

.popular-dash-import {
  width: 750px; }
  .popular-dash-import .include-option {
    margin: 8px 0 25px; }
    .popular-dash-import .include-option .report-text {
      margin: 8px 0;
      font-size: 11px; }
    .popular-dash-import .include-option .available-section {
      float: left;
      width: 45%; }
    .popular-dash-import .include-option .center-arrows {
      float: left;
      width: 10%;
      margin-top: 75px; }
      .popular-dash-import .include-option .center-arrows .right-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -84px -1px;
        cursor: pointer;
        margin: 1px auto;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popular-dash-import .include-option .center-arrows .right-side-arrow:hover {
          background-position: -84px -52px; }
      .popular-dash-import .include-option .center-arrows .left-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -1px;
        cursor: pointer;
        margin: 1px auto;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popular-dash-import .include-option .center-arrows .left-side-arrow:hover {
          background-position: -41px -52px; }
    .popular-dash-import .include-option .include-section {
      float: left;
      width: 45%; }
    .popular-dash-import .include-option .select-all-set {
      margin: 10px 0; }
      .popular-dash-import .include-option .select-all-set input[type="checkbox"] {
        float: left; }
      .popular-dash-import .include-option .select-all-set .select-all-text {
        float: left;
        font-size: 11px;
        color: #000;
        margin: 0 5px; }

.col-source {
  font-size: 11px;
  font-weight: 300;
  color: #000;
  padding: 3px 10px;
  background-color: #efefef;
  border-top: 1px solid #000;
  font-style: italic; }
  .col-source span a {
    color: #000;
    word-wrap: break-word; }

.info-right span.cron-small {
  background-image: url("http://staging.myresearcher.com/livejs/img/cron-small.png");
  width: 15px;
  height: 11px;
  background-position: left top;
  cursor: pointer;
  background-size: 75% auto;
  margin-left: 3px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  display: inline-block; }
  .info-right span.cron-small:hover {
    background-position: left bottom; }

.table-look {
  width: 100%;
  margin: 20px 0 0;
  position: relative; }
  .table-look table thead {
    background-color: #1c81c7;
    color: #fff; }
  .table-look table tbody tr:nth-child(2n) {
    background-color: #e0e0e0; }
  .table-look table tbody tr:hover {
    background-color: #b2e0ff; }
  .table-look table td {
    padding: 10px; }

.license-agreement {
  width: 800px; }
  .license-agreement .agreement-text {
    height: 500px;
    margin-bottom: 20px;
    overflow: auto !important; }
    .license-agreement .agreement-text p {
      margin-bottom: 15px; }
      .license-agreement .agreement-text p a {
        color: #1c81c7;
        text-decoration: none; }
        .license-agreement .agreement-text p a:hover {
          text-decoration: underline; }
    .license-agreement .agreement-text .agreement-list {
      margin: 0;
      padding: 0;
      line-height: 20px; }
      .license-agreement .agreement-text .agreement-list ul.number li {
        list-style: decimal inside;
        padding: 0 0 0 20px;
        margin: 8px 0; }
        .license-agreement .agreement-text .agreement-list ul.number li a {
          color: #1c81c7;
          text-decoration: none; }
          .license-agreement .agreement-text .agreement-list ul.number li a:hover {
            text-decoration: underline; }
      .license-agreement .agreement-text .agreement-list ul.number ul.abc li {
        list-style: lower-alpha !important;
        padding: 0 0 0 10px;
        margin: 8px 0 8px 30px; }
        .license-agreement .agreement-text .agreement-list ul.number ul.abc li a {
          color: #1c81c7;
          text-decoration: none; }
          .license-agreement .agreement-text .agreement-list ul.number ul.abc li a:hover {
            text-decoration: underline; }
      .license-agreement .agreement-text .agreement-list ul.number ul ul.roman li {
        list-style: lower-roman !important;
        padding: 0 0 0 10px;
        margin: 8px 0; }
        .license-agreement .agreement-text .agreement-list ul.number ul ul.roman li a {
          color: #1c81c7;
          text-decoration: none; }
          .license-agreement .agreement-text .agreement-list ul.number ul ul.roman li a:hover {
            text-decoration: underline; }
      .license-agreement .agreement-text .agreement-list ul.number ul ul.roman ul.abc li {
        list-style: lower-alpha !important;
        padding: 0 0 0 10px;
        margin: 8px 0 8px 30px; }
        .license-agreement .agreement-text .agreement-list ul.number ul ul.roman ul.abc li a {
          color: #1c81c7;
          text-decoration: none; }
          .license-agreement .agreement-text .agreement-list ul.number ul ul.roman ul.abc li a:hover {
            text-decoration: underline; }

.new-user-wizard {
  width: 800px; }
  .new-user-wizard .wizard-area-bottom {
    margin: 20px 0 0; }
    .new-user-wizard .wizard-area-bottom .wizard-left {
      float: left;
      width: 20%; }
      .new-user-wizard .wizard-area-bottom .wizard-left img {
        border: 0;
        margin-top: 10px;
        margin-left: 12px; }
      .new-user-wizard .wizard-area-bottom .wizard-left.step4 {
        margin-top: 115px; }
      .new-user-wizard .wizard-area-bottom .wizard-left.step5 {
        margin-top: 115px; }
      .new-user-wizard .wizard-area-bottom .wizard-left.summary-img-set {
        margin-top: 30px; }
    .new-user-wizard .wizard-area-bottom .wizard-right {
      float: right;
      width: 79%;
      margin-top: 20px; }
      .new-user-wizard .wizard-area-bottom .wizard-right p {
        font-weight: 400;
        margin: 0;
        padding: 5px 0 15px;
        text-align: left;
        text-transform: none;
        white-space: normal;
        line-height: 20px; }
        .new-user-wizard .wizard-area-bottom .wizard-right p span {
          display: block;
          font-size: 14px;
          font-weight: 700; }
      .new-user-wizard .wizard-area-bottom .wizard-right .include-option {
        margin: 5px 0 25px; }
        .new-user-wizard .wizard-area-bottom .wizard-right .include-option .available-section {
          float: left;
          width: 45%; }
        .new-user-wizard .wizard-area-bottom .wizard-right .include-option .center-arrows {
          float: left;
          width: 10%;
          margin-top: 60px; }
          .new-user-wizard .wizard-area-bottom .wizard-right .include-option .center-arrows .right-side-arrow {
            background-image: url("../img/sprite.svg");
            width: 35px;
            height: 50px;
            background-position: -84px -1px;
            cursor: pointer;
            margin: 1px auto;
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .new-user-wizard .wizard-area-bottom .wizard-right .include-option .center-arrows .right-side-arrow:hover {
              background-position: -84px -52px; }
          .new-user-wizard .wizard-area-bottom .wizard-right .include-option .center-arrows .left-side-arrow {
            background-image: url("../img/sprite.svg");
            width: 35px;
            height: 50px;
            background-position: -41px -1px;
            cursor: pointer;
            margin: 1px auto;
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .new-user-wizard .wizard-area-bottom .wizard-right .include-option .center-arrows .left-side-arrow:hover {
              background-position: -41px -52px; }
        .new-user-wizard .wizard-area-bottom .wizard-right .include-option .include-section {
          float: left;
          width: 45%; }
    .new-user-wizard .wizard-area-bottom#wizard-step-first {
      display: none; }
    .new-user-wizard .wizard-area-bottom#wizard-step-second {
      display: none; }
    .new-user-wizard .wizard-area-bottom#wizard-step-third {
      display: none; }
    .new-user-wizard .wizard-area-bottom#wizard-step-fourth {
      display: none; }
    .new-user-wizard .wizard-area-bottom#wizard-step-fifth {
      display: none; }
    .new-user-wizard .wizard-area-bottom#wizard-step-complete {
      display: none; }
  .new-user-wizard .summary-first-popup p {
    margin-bottom: 15px; }
    .new-user-wizard .summary-first-popup p.input-gap-set {
      margin-top: 10px; }
      .new-user-wizard .summary-first-popup p.input-gap-set input[type="checkbox"] {
        float: left;
        margin: 3px 5px 0 0; }
  .new-user-wizard .summary-first-popup button.btn {
    height: 100px !important;
    line-height: 25px;
    width: 180px !important; }
    .new-user-wizard .summary-first-popup button.btn i.icon-large {
      font-size: 30px; }

.summary-page-area {
  width: 1000px;
  margin: 0 auto 40px;
  font-family: Arial, Helvetica, sans-serif; }
  .summary-page-area h4.ui-state-default {
    background-color: #1c81c7;
    font-size: 16px; }
  .summary-page-area h4.ui-accordion-header {
    margin-bottom: 0;
    padding: 3px;
    font-size: 16px;
    margin-top: 20px; }
  .summary-page-area h4 span.accordian-arrow {
    border-right: 1px solid #ffffff;
    padding: 4px 8px 4px;
    margin-right: 10px; }
  .summary-page-area h4 span .fa-angle-right {
    padding: 0 2.5px; }
  .summary-page-area .ui-widget-content {
    background-color: #ffffff;
    box-shadow: 0px 6px 10px #292929;
    padding: 15px;
    font-size: 14px; }
  .summary-page-area .ui-widget {
    font-family: Arial, Helvetica, sans-serif; }
  .summary-page-area .admin-summary .grey-heading {
    font-size: 30px;
    color: #666666;
    display: inline-block;
    text-transform: uppercase; }
    .summary-page-area .admin-summary .grey-heading.mb10 {
      margin-bottom: 10px; }
    .summary-page-area .admin-summary .grey-heading .over-icon {
      background-image: url("../img/summary-sprite.svg");
      background-position: 0px 0px;
      width: 22px;
      height: 23px;
      display: inline-block; }
      @media only screen and (max-width: 410px) {
        .summary-page-area .admin-summary .grey-heading .over-icon {
          position: relative;
          top: 2px; } }
    .summary-page-area .admin-summary .grey-heading .schedule-icon {
      background-image: url("../img/summary-sprite.svg");
      background-position: -37px 0px;
      width: 26px;
      height: 29px;
      display: inline-block; }
      @media only screen and (max-width: 410px) {
        .summary-page-area .admin-summary .grey-heading .schedule-icon {
          position: relative;
          top: 3px; } }
    .summary-page-area .admin-summary .grey-heading .user-icon {
      background-image: url("../img/summary-sprite.svg");
      background-position: -80px 0px;
      width: 25px;
      height: 25px;
      display: inline-block; }
      @media only screen and (max-width: 410px) {
        .summary-page-area .admin-summary .grey-heading .user-icon {
          position: relative;
          top: 1px; } }
    @media only screen and (max-width: 410px) {
      .summary-page-area .admin-summary .grey-heading {
        font-size: 23px;
        letter-spacing: -1px; } }
  .summary-page-area .admin-summary .overview-area {
    width: 255px;
    float: left;
    margin-right: 25px; }
    .summary-page-area .admin-summary .overview-area .over-top {
      background-color: #1c81c7;
      color: #fff;
      padding: 33px 13px 13px;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 22px; }
      .summary-page-area .admin-summary .overview-area .over-top span {
        font-size: 43px;
        letter-spacing: -2px; }
      @media only screen and (max-width: 1023px) {
        .summary-page-area .admin-summary .overview-area .over-top {
          text-align: center; } }
    .summary-page-area .admin-summary .overview-area .over-bottom {
      background-color: #afd3eb;
      color: #666666;
      padding: 34px 13px 13px;
      font-size: 14px;
      text-transform: uppercase; }
      .summary-page-area .admin-summary .overview-area .over-bottom span {
        font-size: 38px;
        letter-spacing: -2px; }
      .summary-page-area .admin-summary .overview-area .over-bottom .source {
        float: left;
        line-height: 20px; }
      .summary-page-area .admin-summary .overview-area .over-bottom .portal {
        float: right;
        line-height: 20px; }
    @media only screen and (max-width: 1023px) {
      .summary-page-area .admin-summary .overview-area {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px; } }
  .summary-page-area .admin-summary .schedule-area {
    width: 410px;
    float: left;
    margin-right: 25px; }
    .summary-page-area .admin-summary .schedule-area .heads {
      font-size: 14px;
      color: #000;
      text-transform: uppercase;
      padding: 0 5px; }
      .summary-page-area .admin-summary .schedule-area .heads.blue {
        background-color: #1c81c7;
        color: #ffffff; }
      .summary-page-area .admin-summary .schedule-area .heads.orange {
        background-color: #d34000;
        color: #ffffff; }
      .summary-page-area .admin-summary .schedule-area .heads.yellow {
        background-color: #f2cd13; }
      .summary-page-area .admin-summary .schedule-area .heads.green {
        background-color: #8ebf49; }
    .summary-page-area .admin-summary .schedule-area .bodies {
      font-size: 26px;
      padding: 7px 5px;
      color: #000;
      font-weight: bold;
      letter-spacing: -2px;
      cursor: pointer; }
      .summary-page-area .admin-summary .schedule-area .bodies.orange {
        background-color: #e07a4d;
        color: #fff; }
      .summary-page-area .admin-summary .schedule-area .bodies.yellow {
        background-color: #f6dc5a;
        padding-bottom: 3px; }
      .summary-page-area .admin-summary .schedule-area .bodies.green {
        background-color: #b0d280;
        padding-bottom: 3px; }
    .summary-page-area .admin-summary .schedule-area .updates-area {
      width: 265px;
      float: left;
      font-size: 14px;
      text-transform: uppercase;
      color: #666666; }
      .summary-page-area .admin-summary .schedule-area .updates-area span {
        font-size: 36px;
        color: #000;
        font-weight: bold;
        letter-spacing: -2px; }
      .summary-page-area .admin-summary .schedule-area .updates-area .updates {
        padding: 22px 13px 13px;
        line-height: 20px;
        cursor: pointer; }
        .summary-page-area .admin-summary .schedule-area .updates-area .updates.top {
          background-color: #efefef; }
        .summary-page-area .admin-summary .schedule-area .updates-area .updates.bottom {
          background-color: #f7f7f7;
          padding: 33px 13px 13px; }
      @media only screen and (max-width: 767px) {
        .summary-page-area .admin-summary .schedule-area .updates-area {
          width: 235px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 410px) {
        .summary-page-area .admin-summary .schedule-area .updates-area {
          width: 178px;
          margin-bottom: 20px; } }
    .summary-page-area .admin-summary .schedule-area .overdue-area {
      width: 143px;
      float: right; }
      .summary-page-area .admin-summary .schedule-area .overdue-area .space-set {
        height: 2px;
        background-color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .summary-page-area .admin-summary .schedule-area .overdue-area {
          width: 133px; } }
      @media only screen and (max-width: 410px) {
        .summary-page-area .admin-summary .schedule-area .overdue-area {
          width: 100px; } }
    @media only screen and (max-width: 1023px) {
      .summary-page-area .admin-summary .schedule-area {
        margin-right: 0px; } }
    @media only screen and (max-width: 767px) {
      .summary-page-area .admin-summary .schedule-area {
        width: 100%;
        float: none; } }
  .summary-page-area .admin-summary .users-area {
    width: 255px;
    float: left;
    font-size: 14px; }
    .summary-page-area .admin-summary .users-area .user-bg {
      background-color: #efefef;
      padding: 12px 10px;
      color: #fff;
      text-transform: uppercase; }
      .summary-page-area .admin-summary .users-area .user-bg .regular-user {
        float: left;
        background-color: #02bbcd;
        padding: 15px 10px;
        width: 125px;
        cursor: pointer; }
        .summary-page-area .admin-summary .users-area .user-bg .regular-user span {
          font-size: 40px;
          letter-spacing: -3px; }
      .summary-page-area .admin-summary .users-area .user-bg .other-users {
        float: right;
        width: 102px;
        cursor: pointer; }
        .summary-page-area .admin-summary .users-area .user-bg .other-users span {
          font-size: 31px;
          font-weight: bold;
          color: #000;
          letter-spacing: -2px; }
        .summary-page-area .admin-summary .users-area .user-bg .other-users .heads {
          font-size: 14px;
          color: #ffffff;
          text-transform: uppercase;
          padding: 0 5px; }
          .summary-page-area .admin-summary .users-area .user-bg .other-users .heads.orange {
            background-color: #f47935; }
          .summary-page-area .admin-summary .users-area .user-bg .other-users .heads.green {
            background-color: #00a885; }
        @media only screen and (max-width: 767px) {
          .summary-page-area .admin-summary .users-area .user-bg .other-users {
            width: 222px; } }
        @media only screen and (max-width: 767px) {
          .summary-page-area .admin-summary .users-area .user-bg .other-users {
            width: 130px; } }
      .summary-page-area .admin-summary .users-area .user-bg .btn {
        font-size: 14px;
        color: #FFFFFF;
        border: none;
        width: 100%;
        text-transform: uppercase;
        height: 42px;
        cursor: pointer;
        position: relative;
        margin-top: 10px; }
        .summary-page-area .admin-summary .users-area .user-bg .btn.blue {
          background: #1c81c7; }
          .summary-page-area .admin-summary .users-area .user-bg .btn.blue:hover {
            background-color: #1b78b9; }
    @media only screen and (max-width: 1023px) {
      .summary-page-area .admin-summary .users-area {
        float: right; } }
    @media only screen and (max-width: 767px) {
      .summary-page-area .admin-summary .users-area {
        float: none;
        width: 100%; } }
  .summary-page-area .indicator-summary .grey-heading {
    font-size: 30px;
    color: #666666;
    display: inline-block;
    text-transform: uppercase; }
    .summary-page-area .indicator-summary .grey-heading.mb10 {
      margin-bottom: 10px; }
    .summary-page-area .indicator-summary .grey-heading .us-icon {
      background-image: url("../img/summary-sprite.svg");
      background-position: -124px 0px;
      width: 41px;
      height: 28px;
      display: inline-block; }
      @media only screen and (max-width: 410px) {
        .summary-page-area .indicator-summary .grey-heading .us-icon {
          position: relative;
          top: 3px; } }
    .summary-page-area .indicator-summary .grey-heading .updated-icon {
      background-image: url("../img/summary-sprite.svg");
      background-position: -181px 0px;
      width: 27px;
      height: 30px;
      display: inline-block; }
      @media only screen and (max-width: 410px) {
        .summary-page-area .indicator-summary .grey-heading .updated-icon {
          position: relative;
          top: 3px; } }
    @media only screen and (max-width: 410px) {
      .summary-page-area .indicator-summary .grey-heading {
        font-size: 23px;
        letter-spacing: -1px; } }
  .summary-page-area .indicator-summary .bars-area-outer .title-bar-area {
    margin-bottom: 1px; }
    .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar {
      font-size: 14px;
      text-transform: uppercase;
      color: #000;
      padding: 0 7px;
      width: 363px;
      float: left;
      height: 32px;
      overflow: hidden; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .name {
        float: left;
        width: 290px;
        padding: 0; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .name table {
          width: 100%; }
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .name table tr td {
            vertical-align: middle;
            line-height: 14px;
            height: 28px; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .name {
            width: 500px; } }
        @media only screen and (max-width: 767px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .name {
            width: 200px; } }
        @media only screen and (max-width: 410px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .name {
            width: 115px;
            font-size: 12px; } }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar .counter {
        float: right;
        padding: 7px 0; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar.positive {
        background-color: #8ebf49; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar.negative {
        background-color: #d34000;
        color: #fff; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar.flat {
        background-color: #f2cd13; }
      @media only screen and (max-width: 1023px) {
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar {
          width: 585px; } }
      @media only screen and (max-width: 767px) {
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar {
          width: 265px; } }
      @media only screen and (max-width: 410px) {
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .bar {
          width: 185px; } }
    .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .m-y {
      float: right;
      font-size: 12px;
      color: #000;
      font-weight: bold;
      text-transform: uppercase; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .m-y a {
        color: #000;
        float: left;
        background-color: #f4f4f4;
        padding: 9px 0 8px;
        width: 52px;
        text-align: center; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .m-y a.active {
          background-color: #e5e5e5; }
        @media only screen and (max-width: 410px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .m-y a {
            width: 46px; } }
      @media only screen and (max-width: 1023px) {
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .top .m-y {
          float: right; } }
    .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .middle {
      background-color: #d8d8d8;
      padding: 0 7px;
      font-size: 12px;
      line-height: 20px;
      height: 20px;
      color: #000; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .middle .fa-map-marker {
        font-size: 13px;
        margin-right: 5px;
        color: #d44000; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .middle .fa-map-marker.green {
          color: #8ebf49; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .middle .fa-map-marker.orange {
          color: #d34000; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .middle .fa-map-marker.yellow {
          color: #ffea00; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .middle span {
        font-weight: 600; }
    .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom {
      padding: 2px 7px 5px;
      width: 100%;
      position: relative; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom.mom {
        background-color: #f4f4f4; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom.yoy {
        background-color: #e5e5e5; }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .detail-left {
        float: left;
        font-size: 12px;
        width: 160px; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .detail-left span {
          font-size: 29px;
          font-weight: bold;
          letter-spacing: -2px; }
          @media only screen and (max-width: 410px) {
            .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .detail-left span {
              font-size: 24px; } }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .detail-left {
            width: 365px; } }
        @media only screen and (max-width: 767px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .detail-left {
            width: 125px; } }
        @media only screen and (max-width: 410px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .detail-left {
            width: 80px; } }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .sparkline {
        float: left;
        cursor: pointer;
        height: 53px;
        width: 150px; }
        @media only screen and (max-width: 767px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .sparkline {
            width: 100px; } }
        @media only screen and (max-width: 410px) {
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .sparkline {
            width: 70px; } }
      .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .low-high {
        float: right;
        margin: 13px 0 0 0; }
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .low-high .sides {
          display: inline-block;
          width: 60px;
          font-size: 15px;
          color: #000;
          font-weight: bold;
          letter-spacing: -0.7px; }
          .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .low-high .sides .heading {
            background-color: #aaaaaa;
            color: #fff;
            font-size: 10px;
            text-transform: uppercase;
            padding: 0 3px;
            letter-spacing: 0px; }
          @media only screen and (max-width: 410px) {
            .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom .low-high .sides {
              font-size: 13px;
              width: 50px; } }
      @media only screen and (max-width: 1023px) {
        .summary-page-area .indicator-summary .bars-area-outer .title-bar-area .bottom {
          width: 100%; } }
  .summary-page-area .indicator-summary .us-eco {
    float: left;
    width: 470px; }
    @media only screen and (max-width: 1023px) {
      .summary-page-area .indicator-summary .us-eco {
        float: none;
        width: 100%;
        margin-bottom: 20px; } }
  .summary-page-area .indicator-summary .recent-updated {
    float: right;
    width: 470px; }
    @media only screen and (max-width: 1023px) {
      .summary-page-area .indicator-summary .recent-updated {
        float: none;
        width: 100%; } }
  .summary-page-area .dash-summary {
    position: relative; }
    .summary-page-area .dash-summary .grey-heading {
      font-size: 30px;
      color: #666666;
      display: inline-block;
      text-transform: uppercase; }
      .summary-page-area .dash-summary .grey-heading.mb10 {
        margin-bottom: 10px; }
      .summary-page-area .dash-summary .grey-heading .dash-icon {
        background-image: url("../img/summary-sprite.svg");
        background-position: -222px 0px;
        width: 41px;
        height: 33px;
        float: left; }
      .summary-page-area .dash-summary .grey-heading .info-icon {
        background-image: url("../img/sprite.svg");
        background-position: right -203px;
        display: inline-block;
        width: 22px;
        height: 22px;
        cursor: pointer; }
        @media only screen and (max-width: 410px) {
          .summary-page-area .dash-summary .grey-heading .info-icon {
            position: relative;
            top: 2px; } }
      @media only screen and (max-width: 410px) {
        .summary-page-area .dash-summary .grey-heading {
          font-size: 23px;
          letter-spacing: -1px;
          line-height: 38px; } }
    .summary-page-area .dash-summary .list-grid {
      float: right;
      margin: 4px 0; }
      .summary-page-area .dash-summary .list-grid .fa {
        background: #666666;
        color: #fff;
        padding: 8px 0;
        height: 30px;
        width: 21px;
        font-size: 14px;
        text-align: center; }
        .summary-page-area .dash-summary .list-grid .fa:hover {
          background-color: #1c81c7; }
        .summary-page-area .dash-summary .list-grid .fa.active {
          background-color: #1c81c7; }
    .summary-page-area .dash-summary .list {
      margin: 0 -15px 15px 0; }
      .summary-page-area .dash-summary .list .report-list-head {
        background-color: #1c81c7;
        padding: 4px 0px;
        width: 970px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase; }
        .summary-page-area .dash-summary .list .report-list-head .title-head {
          float: left;
          width: 540px;
          padding-left: 7px;
          cursor: pointer; }
          @media only screen and (max-width: 1023px) {
            .summary-page-area .dash-summary .list .report-list-head .title-head {
              width: 204px; } }
          .summary-page-area .dash-summary .list .report-list-head .title-head.down {
            padding-right: 14px;
            background-repeat: no-repeat;
            background-image: url(../img/icon-sort-desc-b.png);
            background-position: 45px 0; }
@-moz-document url-prefix() {
  .summary-page-area .dash-summary .list .report-list-head .title-head.down {
    background-position: 45px center; } }
          .summary-page-area .dash-summary .list .report-list-head .title-head.up {
            padding-right: 14px;
            background-repeat: no-repeat;
            background-image: url(../img/icon-sort-asc-b.png);
            background-position: 45px 0px; }
@-moz-document url-prefix() {
  .summary-page-area .dash-summary .list .report-list-head .title-head.up {
    background-position: 45px center; } }
        .summary-page-area .dash-summary .list .report-list-head .down {
          cursor: pointer;
          background-repeat: no-repeat;
          background-image: url(../img/icon-sort-desc-b.png);
          background-position: right 0; }
@-moz-document url-prefix() {
  .summary-page-area .dash-summary .list .report-list-head .down {
    background-position: right center; } }
        .summary-page-area .dash-summary .list .report-list-head .up {
          cursor: pointer;
          background-repeat: no-repeat;
          background-image: url(../img/icon-sort-asc-b.png);
          background-position: right 0px; }
@-moz-document url-prefix() {
  .summary-page-area .dash-summary .list .report-list-head .up {
    background-position: right center; } }
        .summary-page-area .dash-summary .list .report-list-head .fta-head {
          float: left;
          width: 80px;
          text-align: center;
          cursor: pointer; }
        .summary-page-area .dash-summary .list .report-list-head .summ-head {
          float: left;
          width: 210px;
          text-align: center; }
        .summary-page-area .dash-summary .list .report-list-head .action-head {
          float: right;
          width: 60px;
          text-align: center; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .dash-summary .list .report-list-head {
            width: 690px; } }
      .summary-page-area .dash-summary .list .report-list-body {
        background-color: #f4f4f4;
        margin-bottom: 1px;
        padding: 7px;
        width: 970px;
        position: relative;
        cursor: pointer; }
        .summary-page-area .dash-summary .list .report-list-body:nth-child(2n) {
          background-color: #ddd; }
        .summary-page-area .dash-summary .list .report-list-body:hover {
          background-color: #b2e0ff; }
        .summary-page-area .dash-summary .list .report-list-body .title-body {
          float: left;
          width: 540px;
          max-width: 540px;
          font-size: 20px;
          color: #000;
          text-transform: uppercase;
          line-height: 49px;
          text-transform: uppercase;
          position: relative;
          margin: -7px; }
          @media only screen and (max-width: 1023px) {
            .summary-page-area .dash-summary .list .report-list-body .title-body {
              width: 195px;
              max-width: 195px;
              font-size: 14px;
              text-transform: uppercase; } }
          .summary-page-area .dash-summary .list .report-list-body .title-body.char72 {
            font-size: 18px;
            line-height: 17.5px; }
          .summary-page-area .dash-summary .list .report-list-body .title-body.after72 {
            line-height: 17.5px;
            font-size: 18px; }
          .summary-page-area .dash-summary .list .report-list-body .title-body span.color {
            width: 7px;
            height: 49px;
            float: left; }
            .summary-page-area .dash-summary .list .report-list-body .title-body span.color.positive {
              background-color: #8ebf49; }
            .summary-page-area .dash-summary .list .report-list-body .title-body span.color.negative {
              background-color: #d34000; }
            .summary-page-area .dash-summary .list .report-list-body .title-body span.color.flat {
              background-color: #f2cd13; }
          .summary-page-area .dash-summary .list .report-list-body .title-body span.dragging {
            line-height: 49px;
            background-color: #aaa;
            color: #fff;
            font-size: 11px;
            width: 15px;
            text-align: center;
            transition: 0.3s ease 0s;
            float: left; }
            .summary-page-area .dash-summary .list .report-list-body .title-body span.dragging:hover {
              background-color: #949393; }
          .summary-page-area .dash-summary .list .report-list-body .title-body span.title {
            float: left;
            width: 505px;
            max-width: 505px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 49px;
            margin-left: 10px; }
            @media only screen and (max-width: 1023px) {
              .summary-page-area .dash-summary .list .report-list-body .title-body span.title {
                max-width: 160px;
                width: 160px; } }
        .summary-page-area .dash-summary .list .report-list-body .fta-body {
          float: left;
          width: 83px;
          text-align: center;
          margin: 2px 0 0 0;
          font-size: 18px;
          color: #000;
          font-weight: bold;
          line-height: 33px; }
        .summary-page-area .dash-summary .list .report-list-body .summ-body {
          float: left;
          width: 210px;
          text-align: center; }
          .summary-page-area .dash-summary .list .report-list-body .summ-body .three-sec {
            width: 70px;
            float: left;
            font-size: 11px;
            font-weight: bold;
            color: #000000; }
            .summary-page-area .dash-summary .list .report-list-body .summ-body .three-sec.neg {
              width: 85px; }
            .summary-page-area .dash-summary .list .report-list-body .summ-body .three-sec.flat {
              width: 50px; }
            .summary-page-area .dash-summary .list .report-list-body .summ-body .three-sec span {
              font-size: 15px;
              color: #000; }
              .summary-page-area .dash-summary .list .report-list-body .summ-body .three-sec span .fa {
                font-size: 15px;
                margin: 0 2px; }
                .summary-page-area .dash-summary .list .report-list-body .summ-body .three-sec span .fa.fa-circle {
                  font-size: 8px;
                  position: relative;
                  top: -2px; }
        .summary-page-area .dash-summary .list .report-list-body .action-body {
          float: right;
          width: 60px;
          margin: -7px -7px; }
          .summary-page-area .dash-summary .list .report-list-body .action-body .icon-action {
            float: right;
            background: #666666;
            color: #fff;
            padding: 12px 0;
            height: 49px;
            width: 29px;
            font-size: 21px;
            text-align: center; }
            .summary-page-area .dash-summary .list .report-list-body .action-body .icon-action.margin {
              margin-right: 1px;
              font-size: 20px; }
            .summary-page-area .dash-summary .list .report-list-body .action-body .icon-action:hover {
              background-color: #1c81c7; }
        .summary-page-area .dash-summary .list .report-list-body .no-report-saved {
          background-color: #d53f00 !important;
          color: #FFFFFF;
          text-align: center;
          font-size: 13px;
          text-transform: uppercase;
          padding: 12px;
          margin: -7px; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .dash-summary .list .report-list-body {
            width: 690px; } }
      @media only screen and (max-width: 767px) {
        .summary-page-area .dash-summary .list {
          overflow: scroll;
          width: 100%; } }
    .summary-page-area .dash-summary .dash-indi-area-outer {
      margin: 0 -15px 0 0; }
      .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area {
        width: 237px;
        float: left;
        margin: 0 7px 8px 0;
        cursor: pointer; }
        .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area.positive {
          background-color: #8ebf49;
          border-top: 1px solid #8ebf49;
          border-left: 1px solid #8ebf49;
          border-right: 1px solid #8ebf49;
          border-bottom: 3px solid #8ebf49; }
        .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area.negative {
          background-color: #d34000;
          color: #fff;
          border-top: 1px solid #d34000;
          border-right: 1px solid #d34000;
          border-left: 1px solid #d34000;
          border-bottom: 3px solid #d34000; }
        .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area.flat {
          background-color: #f2cd13;
          border-top: 1px solid #f2cd13;
          border-right: 1px solid #f2cd13;
          border-left: 1px solid #f2cd13;
          border-bottom: 3px solid #f2cd13; }
        .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top {
          font-size: 14px;
          text-transform: uppercase;
          height: 45px; }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .name-left {
            width: 175px;
            line-height: 12px;
            float: left;
            padding: 15px 7px;
            height: 45px; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .name-left.double-line-set {
              line-height: 13px;
              padding: 9px 7px; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .name-left.triple-line-set {
              line-height: 13px;
              padding: 3px 7px;
              font-size: 12px; }
            @media only screen and (max-width: 1023px) {
              .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .name-left {
                width: 270px; } }
            @media only screen and (max-width: 767px) {
              .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .name-left {
                width: 300px; } }
            @media only screen and (max-width: 410px) {
              .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .name-left {
                width: 200px; } }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .fa-dashboard.icon-click {
            font-size: 20px; }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .icon-click {
            float: right;
            background: #666666;
            color: #fff;
            padding: 11px 0;
            height: 45px;
            width: 29px;
            font-size: 21px;
            text-align: center;
            cursor: pointer; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .icon-click.margin {
              margin-right: 1px; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .head-top .icon-click:hover {
              background: #1c81c7; }
        .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend {
          background-color: #f4f4f4;
          padding: 0px 7px;
          font-size: 12px;
          font-weight: bold;
          color: #666;
          text-transform: uppercase; }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend.mb-1 {
            margin-bottom: 1px; }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .naming {
            float: left;
            line-height: 39px;
            font-weight: bold; }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .digits {
            float: right;
            font-size: 30px;
            color: #000;
            font-weight: bold;
            letter-spacing: -2px; }
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .pnf {
            float: right;
            color: #000;
            font-weight: normal;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            margin: 3px 0;
            text-transform: capitalize; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .pnf.margin-set {
              margin: 3px 7px; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .pnf span {
              font-size: 15px;
              color: #000; }
            .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .pnf .fa {
              color: #666666;
              font-size: 15px; }
              .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area .body-area .indi-recent-trend .pnf .fa.fa-circle {
                font-size: 10px; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area {
            margin: 0 15px 18px 0;
            width: 337px; } }
        @media only screen and (max-width: 767px) {
          .summary-page-area .dash-summary .dash-indi-area-outer .dash-indi-area {
            margin: 0 15px 18px 0;
            width: 97.5%; } }
    .summary-page-area .dash-summary .panel-expand {
      margin: 0; }
      .summary-page-area .dash-summary .panel-expand a {
        font-size: 11px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #666; }
        .summary-page-area .dash-summary .panel-expand a:hover {
          color: #1c81c7; }
  .summary-page-area .report-summary {
    margin: 0px;
    position: relative; }
    .summary-page-area .report-summary .grey-heading {
      font-size: 30px;
      color: #666666;
      display: inline-block;
      text-transform: uppercase;
      float: left; }
      .summary-page-area .report-summary .grey-heading.mb10 {
        margin-bottom: 10px; }
      .summary-page-area .report-summary .grey-heading .report-icon {
        background-image: url("../img/summary-sprite.svg");
        background-position: -269px 0px;
        width: 33px;
        height: 33px;
        float: left; }
      @media only screen and (max-width: 410px) {
        .summary-page-area .report-summary .grey-heading {
          font-size: 23px;
          letter-spacing: -1px;
          line-height: 38px; } }
    .summary-page-area .report-summary .no-report {
      background-color: #d53f00;
      color: #FFFFFF;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      padding: 12px;
      margin: -7px; }
    .summary-page-area .report-summary .list-grid {
      float: right;
      margin: 4px 0; }
      .summary-page-area .report-summary .list-grid .fa {
        background: #666666;
        color: #fff;
        padding: 8px 0;
        height: 30px;
        width: 21px;
        font-size: 14px;
        text-align: center; }
        .summary-page-area .report-summary .list-grid .fa:hover {
          background-color: #1c81c7; }
        .summary-page-area .report-summary .list-grid .fa.active {
          background-color: #1c81c7; }
    .summary-page-area .report-summary .grid {
      margin: 0 -15px 0 0;
      height: 172px; }
      .summary-page-area .report-summary .grid .report-area {
        float: left;
        width: 313px;
        margin: 0 15px 8px 0;
        background-color: #1c81c7;
        border-bottom: 3px solid #1c81c7;
        border-top: 1px solid #1c81c7;
        border-left: 1px solid #1c81c7;
        border-right: 1px solid #1c81c7;
        position: relative;
        cursor: pointer; }
        .summary-page-area .report-summary .grid .report-area .top-head {
          height: 45px; }
          .summary-page-area .report-summary .grid .report-area .top-head .icon-left {
            width: 43px;
            height: 43px;
            float: left;
            background-image: url("../img/summary-sprite.svg"); }
            .summary-page-area .report-summary .grid .report-area .top-head .icon-left.doc {
              background-position: -3px -42px; }
            .summary-page-area .report-summary .grid .report-area .top-head .icon-left.ppt {
              background-position: -52px -42px; }
            .summary-page-area .report-summary .grid .report-area .top-head .icon-left.xls {
              background-position: -106px -42px; }
          .summary-page-area .report-summary .grid .report-area .top-head .icon-click {
            float: right;
            background: #666666;
            color: #fff;
            padding: 11px 0;
            height: 45px;
            width: 29px;
            font-size: 21px;
            text-align: center; }
            .summary-page-area .report-summary .grid .report-area .top-head .icon-click.margin {
              margin-right: 1px; }
            .summary-page-area .report-summary .grid .report-area .top-head .icon-click:hover {
              background-color: #1c81c7; }
        .summary-page-area .report-summary .grid .report-area .body-bottom {
          cursor: pointer; }
          .summary-page-area .report-summary .grid .report-area .body-bottom .body-section {
            background-color: #f4f4f4;
            padding: 7px; }
            .summary-page-area .report-summary .grid .report-area .body-bottom .body-section.pn {
              padding: 0px 7px; }
            .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .file-names {
              color: #000;
              font-size: 20px;
              text-transform: uppercase;
              line-height: 20px;
              min-height: 61px; }
              .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .file-names a {
                color: #000; }
            .summary-page-area .report-summary .grid .report-area .body-bottom .body-section.mb-1 {
              margin-bottom: 1px; }
            .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .user-email {
              float: left;
              margin: 5px 0 0; }
              .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .user-email span {
                width: 29px;
                height: 29px;
                background-image: url("../img/summary-sprite.svg");
                display: inline-block;
                cursor: pointer; }
                .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .user-email span.user {
                  background-position: -1px -100px; }
                .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .user-email span.system {
                  background-position: -39px -100px; }
                .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .user-email span.email {
                  background-position: -76px -100px; }
                  .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .user-email span.email.active {
                    background-position: -115px -100px; }
            .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .ilu {
              float: right;
              color: #000;
              font-weight: normal;
              font-size: 11px;
              font-weight: bold;
              text-align: center;
              margin: 3px 0;
              text-transform: capitalize; }
              .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .ilu.margin-set {
                margin: 3px 10px; }
              .summary-page-area .report-summary .grid .report-area .body-bottom .body-section .ilu span {
                font-size: 15px;
                color: #000; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .report-summary .grid .report-area {
            margin: 0 15px 18px 0;
            width: 337px; } }
        @media only screen and (max-width: 767px) {
          .summary-page-area .report-summary .grid .report-area {
            margin: 0 15px 18px 0;
            width: 96%; } }
    .summary-page-area .report-summary .war-succ-area {
      position: absolute;
      width: 313px;
      padding: 10px;
      font-size: 16px;
      height: 165px;
      color: #000;
      top: -1px;
      left: -1px; }
      .summary-page-area .report-summary .war-succ-area.warning {
        background-color: #f2cd13;
        z-index: 1; }
      .summary-page-area .report-summary .war-succ-area.success {
        background-color: #8ebf49;
        color: #fff;
        z-index: 2; }
      .summary-page-area .report-summary .war-succ-area .cross {
        float: right; }
        .summary-page-area .report-summary .war-succ-area .cross i {
          background: #fff;
          border-radius: 50%;
          color: #000;
          padding: 4px 6px;
          height: 24px;
          width: 24px;
          color: #ababab;
          font-size: 15px; }
          .summary-page-area .report-summary .war-succ-area .cross i:hover {
            color: #000; }
      .summary-page-area .report-summary .war-succ-area p {
        line-height: 22px; }
        .summary-page-area .report-summary .war-succ-area p span {
          font-weight: bold;
          text-transform: uppercase; }
      .summary-page-area .report-summary .war-succ-area .btn {
        font-size: 14px;
        color: #FFFFFF;
        border: none;
        width: 100%;
        text-transform: uppercase;
        height: 42px;
        cursor: pointer;
        position: relative;
        margin-top: 10px; }
        .summary-page-area .report-summary .war-succ-area .btn.delete-btn {
          background: #d34000;
          transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s; }
          .summary-page-area .report-summary .war-succ-area .btn.delete-btn:hover {
            background: #bb3a02; }
      @media only screen and (max-width: 1023px) {
        .summary-page-area .report-summary .war-succ-area {
          width: 337px; } }
    .summary-page-area .report-summary .panel-expand {
      margin: 0px 5px 0 5px;
      float: left; }
      .summary-page-area .report-summary .panel-expand a {
        font-size: 11px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #666; }
        .summary-page-area .report-summary .panel-expand a:hover {
          color: #1c81c7; }
    .summary-page-area .report-summary .hints-area {
      float: right;
      margin: 0px 0px 0 5px;
      font-size: 11px;
      font-style: italic; }
      .summary-page-area .report-summary .hints-area span {
        float: left; }
        .summary-page-area .report-summary .hints-area span.margin {
          margin: 2px 15px 0 2px; }
          @media only screen and (max-width: 767px) {
            .summary-page-area .report-summary .hints-area span.margin {
              margin: 2px 4px 0 2px; } }
        .summary-page-area .report-summary .hints-area span.m-zero {
          margin: 2px 0 0 2px; }
        @media only screen and (max-width: 410px) {
          .summary-page-area .report-summary .hints-area span:nth-of-type(4) {
            width: 130px;
            height: 25px; } }
      .summary-page-area .report-summary .hints-area .icons {
        background-image: url("../img/summary-sprite.svg");
        height: 20px;
        width: 20px; }
        .summary-page-area .report-summary .hints-area .icons.xls {
          background-position: -112px -140px; }
        .summary-page-area .report-summary .hints-area .icons.ppt {
          background-position: -86px -140px; }
        .summary-page-area .report-summary .hints-area .icons.doc {
          background-position: -58px -140px; }
        .summary-page-area .report-summary .hints-area .icons.user {
          background-position: -1px -140px; }
        .summary-page-area .report-summary .hints-area .icons.system {
          background-position: -29px -140px; }
    .summary-page-area .report-summary .list {
      margin: 0 -15px 15px 0; }
      .summary-page-area .report-summary .list .report-list-head {
        background-color: #1c81c7;
        padding: 4px 0px;
        width: 970px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase; }
        .summary-page-area .report-summary .list .report-list-head .title-head {
          float: left;
          width: 476px;
          padding-left: 7px;
          cursor: pointer; }
          @media only screen and (max-width: 1023px) {
            .summary-page-area .report-summary .list .report-list-head .title-head {
              width: 204px; } }
          .summary-page-area .report-summary .list .report-list-head .title-head.down {
            padding-right: 14px;
            background-repeat: no-repeat;
            background-image: url(../img/icon-sort-desc-b.png);
            background-position: 45px 0; }
@-moz-document url-prefix() {
  .summary-page-area .report-summary .list .report-list-head .title-head.down {
    background-position: 45px center; } }
          .summary-page-area .report-summary .list .report-list-head .title-head.up {
            padding-right: 14px;
            background-repeat: no-repeat;
            background-image: url(../img/icon-sort-asc-b.png);
            background-position: 45px 0px; }
@-moz-document url-prefix() {
  .summary-page-area .report-summary .list .report-list-head .title-head.up {
    background-position: 45px center; } }
        .summary-page-area .report-summary .list .report-list-head .down {
          cursor: pointer;
          padding-right: 14px;
          background-repeat: no-repeat;
          background-image: url(../img/icon-sort-desc-b.png);
          background-position: right 0; }
@-moz-document url-prefix() {
  .summary-page-area .report-summary .list .report-list-head .down {
    background-position: right center; } }
        .summary-page-area .report-summary .list .report-list-head .up {
          cursor: pointer;
          padding-right: 14px;
          background-repeat: no-repeat;
          background-image: url(../img/icon-sort-asc-b.png);
          background-position: right 0px; }
@-moz-document url-prefix() {
  .summary-page-area .report-summary .list .report-list-head .up {
    background-position: right center; } }
        .summary-page-area .report-summary .list .report-list-head .fta-head {
          float: left;
          width: 60px;
          text-align: center; }
        .summary-page-area .report-summary .list .report-list-head .summ-head {
          float: left;
          width: 240px;
          text-align: center; }
        .summary-page-area .report-summary .list .report-list-head .action-head {
          float: right;
          width: 60px;
          text-align: center; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .report-summary .list .report-list-head {
            width: 690px; } }
      .summary-page-area .report-summary .list .report-list-body {
        background-color: #f4f4f4;
        margin-bottom: 1px;
        padding: 7px;
        width: 970px;
        position: relative;
        cursor: pointer; }
        .summary-page-area .report-summary .list .report-list-body:nth-child(2n) {
          background-color: #ddd; }
        .summary-page-area .report-summary .list .report-list-body:hover {
          background-color: #b2e0ff; }
        .summary-page-area .report-summary .list .report-list-body .title-body {
          float: left;
          width: 470px;
          max-width: 470px;
          font-size: 20px;
          color: #000;
          text-transform: uppercase;
          line-height: 33px;
          text-transform: uppercase;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          @media only screen and (max-width: 1023px) {
            .summary-page-area .report-summary .list .report-list-body .title-body {
              width: 195px;
              max-width: 195px;
              font-size: 14px;
              text-transform: uppercase; } }
          .summary-page-area .report-summary .list .report-list-body .title-body.char72 {
            font-size: 18px;
            line-height: 17.5px; }
          .summary-page-area .report-summary .list .report-list-body .title-body.after72 {
            line-height: 17.5px;
            font-size: 18px; }
        .summary-page-area .report-summary .list .report-list-body .fta-body {
          float: left;
          width: 60px;
          text-align: center;
          margin: 2px 0 0 0; }
          .summary-page-area .report-summary .list .report-list-body .fta-body span {
            width: 29px;
            height: 29px;
            background-image: url("../img/summary-sprite.svg");
            display: block;
            margin: 0 auto; }
            .summary-page-area .report-summary .list .report-list-body .fta-body span.doc {
              background-position: -152px -100px; }
            .summary-page-area .report-summary .list .report-list-body .fta-body span.ppt {
              background-position: -192px -100px; }
            .summary-page-area .report-summary .list .report-list-body .fta-body span.xls {
              background-position: -227px -100px; }
            .summary-page-area .report-summary .list .report-list-body .fta-body span.user {
              background-position: -1px -100px; }
            .summary-page-area .report-summary .list .report-list-body .fta-body span.system {
              background-position: -39px -100px; }
            .summary-page-area .report-summary .list .report-list-body .fta-body span.alert {
              background-position: -76px -100px; }
              .summary-page-area .report-summary .list .report-list-body .fta-body span.alert.active {
                background-position: -115px -100px; }
        .summary-page-area .report-summary .list .report-list-body .summ-body {
          float: left;
          width: 240px;
          text-align: center; }
          .summary-page-area .report-summary .list .report-list-body .summ-body .three-sec {
            width: 80px;
            float: left;
            font-size: 11px;
            font-weight: bold; }
            .summary-page-area .report-summary .list .report-list-body .summ-body .three-sec span {
              font-size: 15px;
              color: #000; }
        .summary-page-area .report-summary .list .report-list-body .action-body {
          float: right;
          width: 60px;
          margin: -7px -7px; }
          .summary-page-area .report-summary .list .report-list-body .action-body .icon-action {
            float: right;
            background: #666666;
            color: #fff;
            padding: 12px 0;
            height: 48px;
            width: 29px;
            font-size: 21px;
            text-align: center; }
            .summary-page-area .report-summary .list .report-list-body .action-body .icon-action.margin {
              margin-right: 1px; }
            .summary-page-area .report-summary .list .report-list-body .action-body .icon-action:hover {
              background-color: #1c81c7; }
        .summary-page-area .report-summary .list .report-list-body .list-war-succ {
          width: 970px;
          font-size: 16px;
          color: #000;
          bottom: 0px;
          padding: 7px;
          position: absolute;
          top: 0px;
          left: 0px; }
          .summary-page-area .report-summary .list .report-list-body .list-war-succ span {
            font-weight: bold;
            text-transform: uppercase; }
          .summary-page-area .report-summary .list .report-list-body .list-war-succ .warning-text {
            float: left;
            line-height: 35px;
            margin-right: 40px; }
            @media only screen and (max-width: 1023px) {
              .summary-page-area .report-summary .list .report-list-body .list-war-succ .warning-text {
                font-size: 11px; } }
          .summary-page-area .report-summary .list .report-list-body .list-war-succ .btn {
            font-size: 14px;
            color: #FFFFFF;
            border: none;
            width: 200px;
            text-transform: uppercase;
            height: 33px;
            cursor: pointer;
            float: left;
            position: relative; }
            .summary-page-area .report-summary .list .report-list-body .list-war-succ .btn.delete-btn {
              background: #d34000;
              transition: 0.3s ease 0s;
              -moz-transition: 0.3s ease 0s;
              -webkit-transition: 0.3s ease 0s; }
              .summary-page-area .report-summary .list .report-list-body .list-war-succ .btn.delete-btn:hover {
                background: #bb3a02; }
            @media only screen and (max-width: 1023px) {
              .summary-page-area .report-summary .list .report-list-body .list-war-succ .btn {
                font-size: 12px;
                width: 120px; } }
          .summary-page-area .report-summary .list .report-list-body .list-war-succ .cross {
            position: absolute;
            top: 12px;
            right: 10px;
            z-index: 20; }
            .summary-page-area .report-summary .list .report-list-body .list-war-succ .cross i {
              background: #fff;
              border-radius: 50%;
              color: #000;
              padding: 4px 6px;
              height: 24px;
              width: 24px;
              color: #ababab;
              font-size: 15px; }
              .summary-page-area .report-summary .list .report-list-body .list-war-succ .cross i:hover {
                color: #000; }
          .summary-page-area .report-summary .list .report-list-body .list-war-succ.warning {
            background-color: #f2cd13;
            z-index: 1; }
          .summary-page-area .report-summary .list .report-list-body .list-war-succ.success {
            background-color: #8ebf49;
            color: #fff;
            z-index: 2; }
          @media only screen and (max-width: 1023px) {
            .summary-page-area .report-summary .list .report-list-body .list-war-succ {
              width: 690px; } }
        .summary-page-area .report-summary .list .report-list-body .no-report-saved {
          background-color: #d53f00 !important;
          color: #FFFFFF;
          text-align: center;
          font-size: 13px;
          text-transform: uppercase;
          padding: 12px;
          margin: -7px; }
        @media only screen and (max-width: 1023px) {
          .summary-page-area .report-summary .list .report-list-body {
            width: 690px; } }
      @media only screen and (max-width: 767px) {
        .summary-page-area .report-summary .list {
          overflow: scroll;
          width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .summary-page-area {
      width: 720px; } }
  @media only screen and (max-width: 767px) {
    .summary-page-area {
      width: 400px; } }
  @media only screen and (max-width: 410px) {
    .summary-page-area {
      width: 310px; } }

.quick-search-area {
  width: 1128px; }
  .quick-search-area .search-box {
    margin: 15px 0 25px; }
    .quick-search-area .search-box .search-text {
      float: left;
      width: 70px;
      margin-top: 8px; }
    .quick-search-area .search-box .search-input {
      float: left;
      width: 70%;
      position: relative; }
      .quick-search-area .search-box .search-input input[type="text"] {
        padding: 6px 30px 6px 6px;
        width: 100%;
        font-size: 11px;
        font-style: italic;
        color: #666666; }
      .quick-search-area .search-box .search-input .search-icon {
        position: absolute;
        background: #1c81c7;
        padding: 7px 5px 7px;
        right: 1px;
        color: #fff;
        cursor: pointer; }
  .quick-search-area .search-result-area {
    width: 100%; }
    .quick-search-area .search-result-area .search-criteria {
      float: left;
      width: 40%; }
    .quick-search-area .search-result-area .search-results {
      float: right;
      width: 55%;
      border-left: 2px solid #fff;
      position: relative; }
      .quick-search-area .search-result-area .search-results .select-area {
        float: left;
        margin: 10px 15px 5px 0; }
        .quick-search-area .search-result-area .search-results .select-area input[type="checkbox"] {
          float: left;
          margin-right: 5px; }
    .quick-search-area .search-result-area .name-head {
      background-color: #1c81c7;
      color: #ffffff;
      text-transform: uppercase;
      padding: 5px; }
    .quick-search-area .search-result-area .search-entries {
      width: 100%; }
      .quick-search-area .search-result-area .search-entries .name-head-bottom {
        background-color: #aaaaaa;
        padding: 5px;
        font-size: 11px;
        color: #FFF;
        text-transform: uppercase;
        text-align: right; }
      .quick-search-area .search-result-area .search-entries table {
        width: 100%; }
        .quick-search-area .search-result-area .search-entries table tr:nth-child(even) {
          background-color: rgba(224, 224, 224, 0.6); }
        .quick-search-area .search-result-area .search-entries table tr:nth-child(odd) {
          background-color: rgba(241, 241, 241, 0.6); }
        .quick-search-area .search-result-area .search-entries table tr.pn {
          pointer-events: none;
          color: #999; }
        .quick-search-area .search-result-area .search-entries table tr.active {
          background-color: #f3cf00; }
        .quick-search-area .search-result-area .search-entries table tr td {
          overflow: hidden;
          padding: 5px;
          text-align: left;
          text-overflow: ellipsis;
          text-transform: none;
          white-space: nowrap;
          width: 50%;
          max-width: 135px; }
          .quick-search-area .search-result-area .search-entries table tr td input[type="checkbox"] {
            float: left;
            margin-right: 5px; }
          .quick-search-area .search-result-area .search-entries table tr td:last-child {
            text-align: right;
            max-width: 100px; }
    .quick-search-area .search-result-area .search-matches {
      width: 100%; }
      .quick-search-area .search-result-area .search-matches .no-result {
        background: #d53f00;
        color: #fff;
        padding: 10px; }
      .quick-search-area .search-result-area .search-matches .name-head-bottom {
        background-color: #aaaaaa;
        padding: 5px;
        font-size: 11px;
        color: #FFF;
        text-transform: uppercase;
        position: relative; }
        .quick-search-area .search-result-area .search-matches .name-head-bottom span {
          color: #FFF;
          position: absolute;
          text-transform: initial;
          position: absolute;
          right: 5px;
          line-height: 22px;
          top: 0; }
      .quick-search-area .search-result-area .search-matches table {
        width: 100%; }
        .quick-search-area .search-result-area .search-matches table tbody {
          max-height: 200px;
          overflow-y: scroll;
          float: left;
          width: 100%; }
          .quick-search-area .search-result-area .search-matches table tbody tr:nth-child(even) {
            background-color: rgba(224, 224, 224, 0.6); }
          .quick-search-area .search-result-area .search-matches table tbody tr:nth-child(odd) {
            background-color: rgba(241, 241, 241, 0.6); }
          .quick-search-area .search-result-area .search-matches table tbody tr.active {
            background-color: #f3cf00; }
          .quick-search-area .search-result-area .search-matches table tbody tr.pn {
            pointer-events: none;
            color: #999; }
          .quick-search-area .search-result-area .search-matches table tbody tr td {
            vertical-align: middle;
            padding: 2px 5px; }
            .quick-search-area .search-result-area .search-matches table tbody tr td:nth-child(1) {
              width: 24px; }
            .quick-search-area .search-result-area .search-matches table tbody tr td:nth-child(2) {
              width: 17px;
              text-align: center;
              background-color: rgba(229, 229, 229, 0.6); }
              .quick-search-area .search-result-area .search-matches table tbody tr td:nth-child(2) img {
                width: 9px; }
            .quick-search-area .search-result-area .search-matches table tbody tr td:nth-child(3) {
              width: 550px; }
              @media only screen and (max-width: 990px) {
                .quick-search-area .search-result-area .search-matches table tbody tr td:nth-child(3) {
                  max-width: 326px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  width: 326px; } }
            .quick-search-area .search-result-area .search-matches table tbody tr td input[type=checkbox] {
              margin-top: 0px;
              float: left; }
  .quick-search-area .white-bar .btn.btn-disable {
    background-color: #aaaaaa;
    pointer-events: none; }
  @media only screen and (max-width: 1130px) {
    .quick-search-area .white-bar .btn {
      width: 128px;
      font-size: 11px; } }
  .quick-search-area .white-bar .btn-margin {
    margin: 0; }
  .quick-search-area #dashboard-quick-search {
    margin-top: 10px; }
  @media only screen and (max-width: 1130px) {
    .quick-search-area {
      width: 700px; } }

.dashboard-manager-popup {
  width: 615px; }
  .dashboard-manager-popup .dash-manage-icon-area {
    width: 100%; }
    .dashboard-manager-popup .dash-manage-icon-area ul li {
      cursor: pointer;
      float: left;
      text-align: center;
      width: 119px;
      padding-right: 5px;
      list-style: none; }
      .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set {
        height: 85px;
        width: 119px;
        background-image: url("../img/dasboard-manager-sprite-images.png");
        margin: 0; }
        .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.add_remove_indi {
          background-position: -119px 0; }
          .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.add_remove_indi:hover {
            background-position: -119px -85px; }
        .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.reorder_tab {
          background-position: -357px 0; }
          .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.reorder_tab:hover {
            background-position: -357px -85px; }
        .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.add_remove_tab_plus {
          background-position: 0 0; }
          .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.add_remove_tab_plus:hover {
            background-position: 0 -85px; }
        .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.add_remove_tab_minus {
          background-position: -238px 0; }
          .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.add_remove_tab_minus:hover {
            background-position: -238px -85px; }
        .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.reorder_indi {
          background-position: -476px 0; }
          .dashboard-manager-popup .dash-manage-icon-area ul li .icon-set.reorder_indi:hover {
            background-position: -476px -85px; }
      .dashboard-manager-popup .dash-manage-icon-area ul li p {
        line-height: 17px; }

/* Add Or Remove Indicator start */
.dash-add-remove-indi {
  margin: 12px;
  padding: 12px;
  font-size: 12px;
  background-color: #f4f4f4; }
  .dash-add-remove-indi .dash-add-remove-indi-top {
    padding: 12px;
    padding: 12px;
    background-color: #1c81c7;
    color: #fff; }
    .dash-add-remove-indi .dash-add-remove-indi-top .search-text {
      float: left;
      margin-right: 20px;
      margin-top: 8px; }
    .dash-add-remove-indi .dash-add-remove-indi-top input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic;
      margin-right: 20px; }
    .dash-add-remove-indi .dash-add-remove-indi-top .more-option {
      float: left;
      margin-top: 8px;
      text-transform: uppercase; }
      .dash-add-remove-indi .dash-add-remove-indi-top .more-option a {
        color: #FFF;
        cursor: pointer; }
  .dash-add-remove-indi .dash-add-remove-indi-bottom {
    background-color: #60a7d8;
    padding: 12px 24px;
    color: #FFF; }
    .dash-add-remove-indi .dash-add-remove-indi-bottom#div-filter-checkbox2 {
      border-bottom: 1px solid #1c81c7; }
    .dash-add-remove-indi .dash-add-remove-indi-bottom .search-text {
      float: left;
      margin-right: 20px;
      margin-top: 8px; }
    .dash-add-remove-indi .dash-add-remove-indi-bottom input[type="text"] {
      float: left;
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic;
      margin-right: 20px; }
    .dash-add-remove-indi .dash-add-remove-indi-bottom .more-option {
      float: left;
      margin-top: 8px;
      text-transform: uppercase; }
      .dash-add-remove-indi .dash-add-remove-indi-bottom .more-option a {
        color: #fff; }
  .dash-add-remove-indi .dash-add-remove-indi-bottom-inside {
    background-color: #dfdede;
    padding: 12px 50px; }
    .dash-add-remove-indi .dash-add-remove-indi-bottom-inside .radio-set {
      float: left;
      margin-right: 20px; }
  .dash-add-remove-indi .btn {
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    width: 215px;
    text-transform: uppercase;
    height: 42px;
    cursor: pointer;
    position: relative;
    margin: 20px; }
    .dash-add-remove-indi .btn.blue-btn {
      background: #1c81c7;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .dash-add-remove-indi .btn.blue-btn:hover {
        background: #1b78b9; }

/* Add Or Remove Indicator End */
/* Reorder Tabs start */
.reorder-dashboard-tabs {
  width: 500px; }
  .reorder-dashboard-tabs .reorder-area {
    width: 100%;
    margin-bottom: 20px; }
    .reorder-dashboard-tabs .reorder-area .reorder-area-left {
      width: 80%;
      float: left; }
    .reorder-dashboard-tabs .reorder-area .reorder-area-right {
      width: 20%;
      float: right; }
      .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows {
        margin-top: 16px; }
        .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .top-double-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -81px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .top-double-arrow:hover {
            background-position: -81px -156px; }
        .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .top-single-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: 0px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .top-single-arrow:hover {
            background-position: 0px -156px; }
        .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .bottom-single-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -41px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .bottom-single-arrow:hover {
            background-position: -41px -156px; }
        .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .bottom-double-arrow {
          background-image: url("../img/sprite.svg");
          width: 35px;
          height: 50px;
          background-position: -122px -105px;
          cursor: pointer;
          margin: 1px auto; }
          .reorder-dashboard-tabs .reorder-area .reorder-area-right .right-arrows .bottom-double-arrow:hover {
            background-position: -122px -156px; }

/* Reorder Tabs End */
/* Reorder Indicators start */
.reorder-dashboard-indicators {
  width: 790px; }
  .reorder-dashboard-indicators .reorder-area {
    width: 100%;
    margin-bottom: 20px; }
    .reorder-dashboard-indicators .reorder-area .available-section {
      float: left;
      width: 43%; }
    .reorder-dashboard-indicators .reorder-area .center-arrows {
      float: left;
      width: 7%;
      margin-top: 75px; }
      .reorder-dashboard-indicators .reorder-area .center-arrows .right-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -84px -1px;
        cursor: pointer;
        margin: 1px auto; }
        .reorder-dashboard-indicators .reorder-area .center-arrows .right-side-arrow:hover {
          background-position: -84px -52px; }
      .reorder-dashboard-indicators .reorder-area .center-arrows .left-side-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -1px;
        cursor: pointer;
        margin: 1px auto; }
        .reorder-dashboard-indicators .reorder-area .center-arrows .left-side-arrow:hover {
          background-position: -41px -52px; }
    .reorder-dashboard-indicators .reorder-area .include-section {
      float: left;
      width: 44%; }
    .reorder-dashboard-indicators .reorder-area .right-arrows {
      width: 5%;
      float: right;
      margin-top: 16px; }
      .reorder-dashboard-indicators .reorder-area .right-arrows .top-double-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -81px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .reorder-dashboard-indicators .reorder-area .right-arrows .top-double-arrow:hover {
          background-position: -81px -156px; }
      .reorder-dashboard-indicators .reorder-area .right-arrows .top-single-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: 0px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .reorder-dashboard-indicators .reorder-area .right-arrows .top-single-arrow:hover {
          background-position: 0px -156px; }
      .reorder-dashboard-indicators .reorder-area .right-arrows .bottom-single-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -41px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .reorder-dashboard-indicators .reorder-area .right-arrows .bottom-single-arrow:hover {
          background-position: -41px -156px; }
      .reorder-dashboard-indicators .reorder-area .right-arrows .bottom-double-arrow {
        background-image: url("../img/sprite.svg");
        width: 35px;
        height: 50px;
        background-position: -122px -105px;
        cursor: pointer;
        margin: 1px auto; }
        .reorder-dashboard-indicators .reorder-area .right-arrows .bottom-double-arrow:hover {
          background-position: -122px -156px; }
    .reorder-dashboard-indicators .reorder-area .select-all-set {
      margin: 10px 0; }
      .reorder-dashboard-indicators .reorder-area .select-all-set input[type="checkbox"] {
        float: left; }
      .reorder-dashboard-indicators .reorder-area .select-all-set .select-all-text {
        float: left;
        font-size: 11px;
        color: #000;
        margin: 0 5px; }

/* Reorder Indicators End */
.reports-exports-popup {
  width: 600px; }
  .reports-exports-popup .reports-exports-icon-area {
    width: 100%; }
    .reports-exports-popup .reports-exports-icon-area ul li {
      display: block;
      float: left;
      margin: 0 0;
      width: 193px;
      list-style: none;
      text-align: center; }
      .reports-exports-popup .reports-exports-icon-area ul li .icon-used {
        background-image: url("../img/report-export-icons.png"); }
        .reports-exports-popup .reports-exports-icon-area ul li .icon-used.create-rep {
          background-position: 0 0;
          height: 101px;
          width: 81px;
          cursor: pointer;
          margin: 0 auto; }
          .reports-exports-popup .reports-exports-icon-area ul li .icon-used.create-rep:hover {
            background-position: 0 -102px; }
        .reports-exports-popup .reports-exports-icon-area ul li .icon-used.generate-presntation-icon {
          background-position: 0 -208px;
          width: 96px;
          height: 101px;
          cursor: pointer;
          margin: 0 auto; }
          .reports-exports-popup .reports-exports-icon-area ul li .icon-used.generate-presntation-icon:hover {
            background-position: 0 -311px; }
        .reports-exports-popup .reports-exports-icon-area ul li .icon-used.export-data-icon {
          background-position: 0 -425px;
          width: 113px;
          height: 100px;
          cursor: pointer;
          margin: 0 auto; }
          .reports-exports-popup .reports-exports-icon-area ul li .icon-used.export-data-icon:hover {
            background-position: 0 -528px; }
      .reports-exports-popup .reports-exports-icon-area ul li p {
        line-height: 17px;
        margin-top: 5px; }

/* Report Export - Create Report Popup Start */
.reports-exports-report-popup {
  width: 470px; }
  .reports-exports-report-popup .reports-exports-report-icon-area a {
    float: left;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #000000; }
    .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit {
      height: 85px;
      width: 119px;
      background-image: url("../img/create-report-sprite-images.png"); }
      .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_indi {
        background-position: 0 0; }
        .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_indi:hover {
          background-position: 0 -85px; }
      .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_all {
        background-position: -119px 0; }
        .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_all:hover {
          background-position: -119px -85px; }
      .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_das {
        background-position: -238px 0; }
        .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_das:hover {
          background-position: -238px -85px; }
      .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_customer {
        background-position: -357px 0; }
        .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_customer:hover {
          background-position: -357px -85px; }
      .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_Report_save {
        background-position: -476px 0; }
        .reports-exports-report-popup .reports-exports-report-icon-area a .icon-fit.expert_Report_save:hover {
          background-position: -476px -85px; }

/* Report Export - Create Report Popup End */
/* Report Export - Create Presentation Popup Start */
.reports-exports-presentation-popup {
  width: 640px; }
  .reports-exports-presentation-popup .reports-exports-report-icon-area a {
    float: left;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #000000; }
    .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit {
      height: 85px;
      width: 119px;
      background-image: url("../img/create-report-sprite-images.png"); }
      .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_indi {
        background-position: 0 0; }
        .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_indi:hover {
          background-position: 0 -85px; }
      .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_all {
        background-position: -119px 0; }
        .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_all:hover {
          background-position: -119px -85px; }
      .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_das {
        background-position: -238px 0; }
        .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_das:hover {
          background-position: -238px -85px; }
      .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_customer {
        background-position: -357px 0; }
        .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_customer:hover {
          background-position: -357px -85px; }
      .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_Report_save {
        background-position: -476px 0; }
        .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.expert_Report_save:hover {
          background-position: -476px -85px; }
      .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.peak_to_Present {
        background-position: -714px 0; }
        .reports-exports-presentation-popup .reports-exports-report-icon-area a .icon-fit.peak_to_Present:hover {
          background-position: -714px -85px; }

/* Report Export - Create Presentation Popup End */
/* Report Export - Export Data Popup Start */
.reports-exports-export-popup {
  width: 470px; }
  .reports-exports-export-popup .reports-exports-report-icon-area a {
    float: left;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #000000; }
    .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit {
      height: 85px;
      width: 119px;
      background-image: url("../img/create-report-sprite-images.png"); }
      .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit.expert_all {
        background-position: -119px 0; }
        .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit.expert_all:hover {
          background-position: -119px -85px; }
      .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit.expert_das {
        background-position: -238px 0; }
        .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit.expert_das:hover {
          background-position: -238px -85px; }
      .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit.expert_customer {
        background-position: -357px 0; }
        .reports-exports-export-popup .reports-exports-report-icon-area a .icon-fit.expert_customer:hover {
          background-position: -357px -85px; }

/* Report Export - Export Data Popup End */
/* Report Export - Export Data - Selected Tab Popup Start */
.reports-exports-export-sel-popup {
  width: 335px; }
  .reports-exports-export-sel-popup .reports-exports-report-icon-area a {
    float: left;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #000000; }
    .reports-exports-export-sel-popup .reports-exports-report-icon-area a .icon-fit {
      height: 109px;
      width: 119px;
      background-image: url("../img/export-as.png");
      background-repeat: no-repeat; }
      .reports-exports-export-sel-popup .reports-exports-report-icon-area a .icon-fit.excel {
        background-position: 0 0;
        margin-left: 14px; }
      .reports-exports-export-sel-popup .reports-exports-report-icon-area a .icon-fit.csv {
        background-position: -151px 0; }

/* Report Export - Export Data - Selected Tab Popup End */
.jconfirm-popup {
  width: 500px; }
  .jconfirm-popup .confirm-text {
    margin: 20px 0;
    font-size: 13px;
    font-weight: bold;
    color: #000; }

.jalert-popup {
  width: 500px; }
  .jalert-popup .confirm-text {
    margin: 20px 0;
    font-size: 13px;
    font-weight: bold;
    color: #000; }

.pop-tabs-list {
  width: 100%; }
  .pop-tabs-list .head {
    background-color: #1c81c7;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px; }
  .pop-tabs-list .tabs-body {
    border: 1px solid #ddd; }
    .pop-tabs-list .tabs-body ul {
      height: 230px;
      overflow-y: auto; }
      .pop-tabs-list .tabs-body ul li {
        background-color: #f1f1f1;
        list-style: none;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 6px 5px 5px; }
        .pop-tabs-list .tabs-body ul li.ui-selectee {
          cursor: pointer; }
        .pop-tabs-list .tabs-body ul li.ui-selected {
          background-color: #2f96de !important;
          color: #fff; }
        .pop-tabs-list .tabs-body ul li.ui-selecting {
          background-color: #2f96de !important;
          color: #fff; }
        .pop-tabs-list .tabs-body ul li:nth-child(2n) {
          background-color: #e0e0e0; }
        .pop-tabs-list .tabs-body ul li:hover {
          background-color: #b2e0ff; }
        .pop-tabs-list .tabs-body ul li.selected {
          background-color: #48adf1;
          color: #fff; }

.pop-tabs-list-present {
  width: 100%; }
  .pop-tabs-list-present .head {
    background-color: #1c81c7;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px; }
  .pop-tabs-list-present .tabs-body-present {
    border: 1px solid #d3d3d3;
    border-top: none; }
    .pop-tabs-list-present .tabs-body-present ul {
      height: 230px;
      overflow-y: scroll; }
      .pop-tabs-list-present .tabs-body-present ul li {
        list-style: none;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 6px 5px 5px; }
        .pop-tabs-list-present .tabs-body-present ul li.ui-selectee {
          cursor: pointer; }
        .pop-tabs-list-present .tabs-body-present ul li.ui-selected {
          background-color: #2f96de !important;
          color: #fff; }
        .pop-tabs-list-present .tabs-body-present ul li.ui-selecting {
          background-color: #2f96de !important;
          color: #fff; }
        .pop-tabs-list-present .tabs-body-present ul li:nth-child(2n) {
          background-color: #ededed; }
        .pop-tabs-list-present .tabs-body-present ul li:hover {
          background-color: #b2e0ff; }
        .pop-tabs-list-present .tabs-body-present ul li.selected {
          background-color: #48adf1;
          color: #fff; }

.indicator-list-drag {
  width: 100%; }
  .indicator-list-drag .head {
    background-color: #1c81c7;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px; }
    .indicator-list-drag .head span.info-count {
      float: right;
      margin-left: 5px;
      text-align: right;
      font-style: italic; }
    .indicator-list-drag .head span.info-label-cnt {
      float: right;
      font-style: italic; }
  .indicator-list-drag .indis-body {
    border: 1px solid #ddd; }
    .indicator-list-drag .indis-body ul {
      height: 230px;
      overflow-y: auto; }
      .indicator-list-drag .indis-body ul li {
        background-color: #f1f1f1;
        list-style: none; }
        .indicator-list-drag .indis-body ul li.head {
          background-color: #A9AC55 !important;
          pointer-events: none; }
          .indicator-list-drag .indis-body ul li.head:hover {
            background-color: #A9AC55; }
        .indicator-list-drag .indis-body ul li.ui-selectee {
          cursor: pointer; }
        .indicator-list-drag .indis-body ul li.ui-selected {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag .indis-body ul li.ui-selecting {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag .indis-body ul li:nth-child(2n) {
          background-color: #e0e0e0; }
        .indicator-list-drag .indis-body ul li:hover {
          background-color: #b2e0ff; }
        .indicator-list-drag .indis-body ul li.selected {
          background-color: #48adf1;
          color: #fff; }
        .indicator-list-drag .indis-body ul li .icon-placeholder {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          background-color: rgba(216, 216, 216, 0.8);
          width: 24px;
          height: 25px;
          float: left; }
@-moz-document url-prefix() {
  .indicator-list-drag .indis-body ul li .icon-placeholder {
    height: 27px; } }
          .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-default {
            background-position: -135px 2px; }
          .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-yoy-per {
            background-position: -163px 2px; }
          .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-yoy {
            background-position: -190px 2px; }
          .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-mom-per {
            background-position: -218px 2px; }
          .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-mom {
            background-position: -245px 2px; }
@-moz-document url-prefix() {
  .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-default {
    background-position: -135px 4px; }
  .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-yoy-per {
    background-position: -163px 4px; }
  .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-yoy {
    background-position: -190px 4px; }
  .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-mom-per {
    background-position: -218px 4px; }
  .indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-mom {
    background-position: -245px 4px; } }
@-moz-document url-prefix() {
  .indicator-list-drag .indis-body ul li {
    height: 28px; } }
        .indicator-list-drag .indis-body ul li .icon-seasonal {
          width: 20px;
          text-align: center;
          background-color: rgba(229, 229, 229, 0.6);
          float: left;
          height: 25px; }
@-moz-document url-prefix() {
  .indicator-list-drag .indis-body ul li .icon-seasonal {
    height: 27px; } }
          .indicator-list-drag .indis-body ul li .icon-seasonal img {
            width: 50%;
            margin-top: 7px; }
        .indicator-list-drag .indis-body ul li .indis-name {
          max-width: 80%;
          overflow: hidden;
          text-align: left;
          float: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 6px 5px 5px; }
        .indicator-list-drag .indis-body ul li.indis-name-single {
          max-width: 100%;
          overflow: hidden;
          text-align: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          /*padding:6px 5px 5px;*/ }
          .indicator-list-drag .indis-body ul li.indis-name-single.no-padding {
            padding: 0; }
            .indicator-list-drag .indis-body ul li.indis-name-single.no-padding .indis-name {
              max-width: 100%; }
          .indicator-list-drag .indis-body ul li.indis-name-single .indis-name {
            max-width: 100%; }

.indicator-list-drag-present {
  width: 100%; }
  .indicator-list-drag-present .head {
    background-color: #1c81c7;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px; }
    .indicator-list-drag-present .head span.info-label-cnt {
      float: right;
      font-style: italic; }
    .indicator-list-drag-present .head span.info-count {
      float: right;
      margin-left: 5px;
      text-align: right;
      font-style: italic; }
  .indicator-list-drag-present .indis-body {
    border: 1px solid #d3d3d3;
    border-top: none; }
    .indicator-list-drag-present .indis-body ul {
      height: 230px;
      overflow-y: auto; }
      .indicator-list-drag-present .indis-body ul li {
        list-style: none; }
        .indicator-list-drag-present .indis-body ul li.ui-selectee {
          cursor: pointer; }
        .indicator-list-drag-present .indis-body ul li.ui-selected {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag-present .indis-body ul li.ui-selecting {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag-present .indis-body ul li:nth-child(2n) {
          background-color: #ededed; }
        .indicator-list-drag-present .indis-body ul li:hover {
          background-color: #b2e0ff; }
        .indicator-list-drag-present .indis-body ul li.selected {
          background-color: #48adf1;
          color: #fff; }
        .indicator-list-drag-present .indis-body ul li .icon-placeholder {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          background-color: rgba(216, 216, 216, 0.8);
          width: 24px;
          height: 25px;
          float: left; }
          .indicator-list-drag-present .indis-body ul li .icon-placeholder.indi-icon-default {
            background-position: -135px 2px; }
          .indicator-list-drag-present .indis-body ul li .icon-placeholder.indi-icon-yoy-per {
            background-position: -163px 2px; }
          .indicator-list-drag-present .indis-body ul li .icon-placeholder.indi-icon-yoy {
            background-position: -190px 2px; }
          .indicator-list-drag-present .indis-body ul li .icon-placeholder.indi-icon-mom-per {
            background-position: -218px 2px; }
          .indicator-list-drag-present .indis-body ul li .icon-placeholder.indi-icon-mom {
            background-position: -245px 2px; }
        .indicator-list-drag-present .indis-body ul li .icon-seasonal {
          width: 20px;
          text-align: center;
          background-color: rgba(229, 229, 229, 0.6);
          float: left;
          height: 25px; }
          .indicator-list-drag-present .indis-body ul li .icon-seasonal img {
            width: 50%;
            margin-top: 7px; }
        .indicator-list-drag-present .indis-body ul li .indis-name {
          max-width: 80%;
          overflow: hidden;
          text-align: left;
          float: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 5px 5px 5px; }
        .indicator-list-drag-present .indis-body ul li.indis-name-single {
          max-width: 100%;
          overflow: hidden;
          text-align: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          /*padding:6px 5px 5px;*/ }
  .indicator-list-drag-present .indis-body-with-drag {
    border: 1px solid #d3d3d3;
    border-top: none; }
    .indicator-list-drag-present .indis-body-with-drag ul {
      height: 230px;
      overflow-y: auto; }
      .indicator-list-drag-present .indis-body-with-drag ul li {
        list-style: none; }
        .indicator-list-drag-present .indis-body-with-drag ul li.ui-selectee {
          cursor: pointer; }
        .indicator-list-drag-present .indis-body-with-drag ul li.ui-selected {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag-present .indis-body-with-drag ul li.ui-selecting {
          background-color: #2f96de !important;
          color: #fff; }
        .indicator-list-drag-present .indis-body-with-drag ul li:nth-child(2n) {
          background-color: #ededed; }
        .indicator-list-drag-present .indis-body-with-drag ul li:hover {
          background-color: #b2e0ff; }
        .indicator-list-drag-present .indis-body-with-drag ul li.selected {
          background-color: #48adf1;
          color: #fff; }
        .indicator-list-drag-present .indis-body-with-drag ul li .icon-dragging {
          width: 15px;
          background-color: #aaaaaa;
          color: #fff;
          padding: 7px 3px 8px;
          font-size: 8px;
          float: left;
          border-right: 1px solid #ccc;
          display: inline-block;
          cursor: pointer;
          border-bottom: 1px solid #ccc; }
        .indicator-list-drag-present .indis-body-with-drag ul li .icon-placeholder {
          background-image: url("../img/sprite.svg");
          background-repeat: no-repeat;
          background-color: rgba(216, 216, 216, 0.8);
          width: 24px;
          height: 25px;
          float: left; }
          .indicator-list-drag-present .indis-body-with-drag ul li .icon-placeholder.indi-icon-default {
            background-position: -135px 2px; }
          .indicator-list-drag-present .indis-body-with-drag ul li .icon-placeholder.indi-icon-yoy-per {
            background-position: -163px 2px; }
          .indicator-list-drag-present .indis-body-with-drag ul li .icon-placeholder.indi-icon-yoy {
            background-position: -190px 2px; }
          .indicator-list-drag-present .indis-body-with-drag ul li .icon-placeholder.indi-icon-mom-per {
            background-position: -218px 2px; }
          .indicator-list-drag-present .indis-body-with-drag ul li .icon-placeholder.indi-icon-mom {
            background-position: -245px 2px; }
        .indicator-list-drag-present .indis-body-with-drag ul li .icon-seasonal {
          width: 20px;
          text-align: center;
          background-color: rgba(229, 229, 229, 0.6);
          float: left;
          height: 25px; }
          .indicator-list-drag-present .indis-body-with-drag ul li .icon-seasonal img {
            width: 50%;
            margin-top: 7px; }
        .indicator-list-drag-present .indis-body-with-drag ul li .indis-name {
          max-width: 80%;
          overflow: hidden;
          text-align: left;
          float: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 5px 5px 5px; }
        .indicator-list-drag-present .indis-body-with-drag ul li.indis-name-single {
          max-width: 100%;
          overflow: hidden;
          text-align: left;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 6px 5px 5px; }

.saved-re-pre-area-outer {
  width: 1007px; }
  .saved-re-pre-area-outer .search-box {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px; }
    .saved-re-pre-area-outer .search-box .search-text {
      float: left;
      width: 30%;
      margin-top: 8px; }
    .saved-re-pre-area-outer .search-box .search-input {
      float: left;
      width: 70%;
      position: relative; }
      .saved-re-pre-area-outer .search-box .search-input input[type="text"] {
        padding: 6px 30px 6px 6px;
        width: 100%; }
      .saved-re-pre-area-outer .search-box .search-input .search-icon {
        position: absolute;
        background: #1c81c7;
        padding: 9px 5px 8px;
        right: 1px;
        color: #fff;
        cursor: pointer; }
  .saved-re-pre-area-outer .saved-re-pre-area {
    width: 100%; }
    .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer {
      max-height: 310px;
      overflow-y: scroll;
      margin-bottom: 10px; }
      .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head {
        background-color: #1c81c7;
        padding: 4px 0px;
        width: 970px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .title-head {
          float: left;
          width: 476px;
          padding-left: 7px;
          cursor: pointer; }
          @media only screen and (max-width: 1023px) {
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .title-head {
              width: 204px; } }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .title-head.down {
            padding-right: 14px;
            background-repeat: no-repeat;
            background-image: url(../img/icon-sort-desc-b.png);
            background-position: 45px 0; }
@-moz-document url-prefix() {
  .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .title-head.down {
    background-position: 45px center; } }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .title-head.up {
            padding-right: 14px;
            background-repeat: no-repeat;
            background-image: url(../img/icon-sort-asc-b.png);
            background-position: 45px 0px; }
@-moz-document url-prefix() {
  .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .title-head.up {
    background-position: 45px center; } }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .fta-head {
          float: left;
          width: 60px;
          text-align: center; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .summ-head {
          float: left;
          width: 300px;
          text-align: center; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head .action-head {
          float: right;
          width: 60px;
          text-align: center; }
        @media only screen and (max-width: 1023px) {
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-head {
            width: 690px; } }
      .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body {
        background-color: #f4f4f4;
        margin-bottom: 1px;
        padding: 7px;
        width: 970px;
        position: relative; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body:nth-child(2n) {
          background-color: #ddd; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body:hover {
          background-color: #b2e0ff; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .title-body {
          float: left;
          width: 470px;
          max-width: 470px;
          font-size: 20px;
          color: #000;
          text-transform: uppercase;
          line-height: 33px;
          text-transform: uppercase; }
          @media only screen and (max-width: 1023px) {
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .title-body {
              width: 195px;
              max-width: 195px;
              font-size: 14px;
              text-transform: uppercase; } }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .title-body.char72 {
            font-size: 18px;
            line-height: 17.5px; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .title-body.after72 {
            line-height: 17.5px;
            font-size: 18px; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body {
          float: left;
          width: 60px;
          text-align: center;
          margin: 2px 0 0 0; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span {
            width: 29px;
            height: 29px;
            background-image: url("../img/summary-sprite.svg");
            display: block;
            margin: 0 auto; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.doc {
              background-position: -152px -100px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.ppt {
              background-position: -192px -100px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.xls {
              background-position: -227px -100px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.user {
              background-position: -1px -100px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.system {
              background-position: -39px -100px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.alert {
              background-position: -76px -100px; }
              .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .fta-body span.alert.active {
                background-position: -115px -100px; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .summ-body {
          float: left;
          width: 300px;
          text-align: center; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .summ-body .three-sec {
            width: 99px;
            float: left;
            font-size: 11px;
            font-weight: bold; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .summ-body .three-sec span {
              font-size: 15px;
              color: #000; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .action-body {
          float: right;
          width: 60px;
          margin: -7px -7px; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .action-body .icon-action {
            float: right;
            background: #666666;
            color: #fff;
            padding: 12px 0;
            height: 48px;
            width: 29px;
            font-size: 21px;
            text-align: center; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .action-body .icon-action.margin {
              margin-right: 1px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .action-body .icon-action:hover {
              background-color: #1c81c7; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ {
          width: 970px;
          font-size: 16px;
          color: #000;
          bottom: 0px;
          padding: 7px;
          position: absolute;
          top: 0px;
          left: 0px; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ span {
            font-weight: bold;
            text-transform: uppercase; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .warning-text {
            float: left;
            line-height: 35px;
            margin-right: 40px; }
            @media only screen and (max-width: 1023px) {
              .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .warning-text {
                font-size: 11px; } }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .btn {
            font-size: 14px;
            color: #FFFFFF;
            border: none;
            width: 200px;
            text-transform: uppercase;
            height: 33px;
            cursor: pointer;
            float: left;
            position: relative; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .btn.delete-btn {
              background: #d34000;
              transition: 0.3s ease 0s;
              -moz-transition: 0.3s ease 0s;
              -webkit-transition: 0.3s ease 0s; }
              .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .btn.delete-btn:hover {
                background: #bb3a02; }
            @media only screen and (max-width: 1023px) {
              .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .btn {
                font-size: 12px;
                width: 120px; } }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .cross {
            position: absolute;
            top: 12px;
            right: 10px;
            z-index: 20; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .cross i {
              background: #fff;
              border-radius: 50%;
              color: #000;
              padding: 4px 6px;
              height: 24px;
              width: 24px;
              color: #ababab;
              font-size: 15px; }
              .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ .cross i:hover {
                color: #000; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ.warning {
            background-color: #f2cd13;
            z-index: 1; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ.success {
            background-color: #8ebf49;
            color: #fff;
            z-index: 2; }
          @media only screen and (max-width: 1023px) {
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .list-war-succ {
              width: 690px; } }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body .no-report-saved {
          background-color: #d53f00 !important;
          color: #FFFFFF;
          text-align: center;
          font-size: 13px;
          text-transform: uppercase;
          padding: 12px;
          margin: -7px -7px 10px -7px; }
        @media only screen and (max-width: 1023px) {
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list-body {
            width: 690px; } }
    .saved-re-pre-area-outer .saved-re-pre-area .hints-area {
      float: right;
      margin: 0px 18px 0 5px;
      font-size: 11px;
      font-style: italic; }
      .saved-re-pre-area-outer .saved-re-pre-area .hints-area span {
        float: left; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area span.margin {
          margin: 2px 15px 0 2px; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area span.m-zero {
          margin: 2px 0 0 2px; }
      .saved-re-pre-area-outer .saved-re-pre-area .hints-area .icons {
        background-image: url("../img/summary-sprite.svg");
        height: 20px;
        width: 20px; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area .icons.xls {
          background-position: -112px -140px; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area .icons.ppt {
          background-position: -86px -140px; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area .icons.doc {
          background-position: -58px -140px; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area .icons.user {
          background-position: -1px -140px; }
        .saved-re-pre-area-outer .saved-re-pre-area .hints-area .icons.system {
          background-position: -29px -140px; }
    .saved-re-pre-area-outer .saved-re-pre-area .report-head {
      background: #1c81c7;
      padding: 10px;
      color: #ffffff; }
      .saved-re-pre-area-outer .saved-re-pre-area .report-head .report-head-text {
        width: 16.66%;
        float: left;
        text-transform: capitalize;
        text-align: left; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-head .report-head-text:last-child {
          text-align: center; }
    .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer {
      max-height: 300px;
      overflow-y: scroll; }
      .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list {
        background: #ffffff;
        padding: 10px; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text {
          width: 16.66%;
          float: left;
          text-transform: capitalize;
          text-align: left;
          padding: 0 10px; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text:nth-child(1) {
            padding: 0; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text:last-child {
            text-align: center; }
          .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text a {
            font-size: 15px;
            margin: 0 5px; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text a.file {
              color: #1c81c7; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text a.edit {
              color: #001eff; }
            .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .report-info-text a.delete {
              color: #ff0000; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list:nth-child(even) {
          background-color: #e0e0e0; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list.p-set {
          padding: 0; }
        .saved-re-pre-area-outer .saved-re-pre-area .report-list-outer .report-list .no-report-saved {
          background-color: #d53f00 !important;
          color: #FFFFFF;
          text-align: center;
          font-size: 13px;
          text-transform: uppercase;
          padding: 12px; }

.export-file-format {
  width: 600px; }
  .export-file-format .presentation-inputs {
    width: 250px;
    float: left;
    font-size: 12px;
    margin-right: 30px; }
    .export-file-format .presentation-inputs .input-text {
      margin: 5px 0; }
    .export-file-format .presentation-inputs input[type="text"] {
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 99%;
      font-style: italic; }
  .export-file-format .input-line {
    margin: 10px 0 20px; }
    .export-file-format .input-line input[type="checkbox"] {
      float: left; }
    .export-file-format .input-line .input-text {
      float: left;
      margin-left: 10px; }

.twitter-look {
  margin: 7px 0;
  max-height: 500px;
  overflow-y: auto; }
  .twitter-look .twitter-single {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-top: 10px; }
    .twitter-look .twitter-single .twitter-img {
      width: 48px;
      height: 48px;
      margin-right: 15px;
      float: left; }
      .twitter-look .twitter-single .twitter-img img {
        width: 100%; }
    .twitter-look .twitter-single .twitter-text {
      float: left;
      width: 695px; }
      .twitter-look .twitter-single .twitter-text h1 {
        padding: 0;
        font-size: 16px;
        color: #000; }
        .twitter-look .twitter-single .twitter-text h1 span {
          color: #aaa; }
      .twitter-look .twitter-single .twitter-text p a {
        color: #1c81c7; }
    .twitter-look .twitter-single .twitter-graph img {
      max-width: 100%; }

.twitter-post .input-text {
  margin: 15px 0 5px; }
.twitter-post .inputs {
  font-size: 12px;
  color: #666;
  padding: 6px 9px;
  width: 100%;
  font-style: italic;
  border: 1px solid #1c81c7;
  border-radius: 0; }
  .twitter-post .inputs.text-area {
    border: 1px solid #1c81c7;
    border-radius: 0;
    height: 100px;
    resize: none; }
.twitter-post .post-later .w33 {
  width: 30%;
  float: left;
  margin-right: 5%; }
  .twitter-post .post-later .w33:nth-child(3) {
    margin-right: 0; }
.twitter-post button {
  margin-top: 30px; }

.edit-dashboard-area {
  margin: 0 40px 0;
  position: relative; }
  .edit-dashboard-area .edit-dashboard-area-inside {
    padding: 12px;
    font-size: 12px;
    background-color: #ffffff;
    box-shadow: 0px -5px 10px #292929;
    float: left;
    width: 49%;
    border-bottom: 1px solid #aaaaaa; }
    .edit-dashboard-area .edit-dashboard-area-inside.full-width {
      float: none;
      width: 100%; }
      .edit-dashboard-area .edit-dashboard-area-inside.full-width h3 {
        font-size: 14px;
        color: #666666;
        text-transform: uppercase;
        font-weight: normal; }
    .edit-dashboard-area .edit-dashboard-area-inside .view {
      float: left; }
    .edit-dashboard-area .edit-dashboard-area-inside .actions {
      float: left;
      margin-left: 30px; }
    .edit-dashboard-area .edit-dashboard-area-inside h1 {
      font-size: 31px;
      text-transform: uppercase;
      color: #666666;
      font-weight: normal;
      display: inline-block; }
    .edit-dashboard-area .edit-dashboard-area-inside .info-icon {
      background-image: url("../img/sprite.svg");
      background-position: right -203px;
      display: inline-block;
      width: 22px;
      height: 22px;
      cursor: pointer;
      margin-left: 5px; }
    .edit-dashboard-area .edit-dashboard-area-inside .edit-dash-text-left {
      float: left; }
    .edit-dashboard-area .edit-dashboard-area-inside .edit-dash-buttons {
      float: right;
      margin: -12px -12px 0 0; }
      .edit-dashboard-area .edit-dashboard-area-inside .edit-dash-buttons .btn-icn {
        font-size: 20px;
        background-color: #aaaaaa;
        color: #fff;
        line-height: 50px;
        text-align: center;
        padding: 0px 7px;
        width: 35px;
        margin-left: 1px;
        float: right;
        cursor: pointer; }
        .edit-dashboard-area .edit-dashboard-area-inside .edit-dash-buttons .btn-icn:hover, .edit-dashboard-area .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.active {
          background-color: #2080c3; }
    .edit-dashboard-area .edit-dashboard-area-inside .btn {
      font-size: 15px;
      color: #FFFFFF;
      border: none;
      width: 230px;
      text-transform: uppercase;
      height: 42px;
      cursor: pointer;
      position: relative;
      margin-top: 5px;
      background: #1c81c7;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .edit-dashboard-area .edit-dashboard-area-inside .btn:hover {
        background-color: #60a7d8; }
      .edit-dashboard-area .edit-dashboard-area-inside .btn.active {
        background-color: #f39302; }
      .edit-dashboard-area .edit-dashboard-area-inside .btn.disable {
        background: #aaaaaa;
        color: #cccccc;
        font-style: italic;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .edit-dashboard-area .edit-dashboard-area-inside .btn.disable:hover {
          cursor: no-drop; }
      @media only screen and (max-width: 1815px) {
        .edit-dashboard-area .edit-dashboard-area-inside .btn {
          width: 185px; } }
      @media only screen and (max-width: 1335px) {
        .edit-dashboard-area .edit-dashboard-area-inside .btn {
          width: 152px;
          font-size: 12px; } }
      @media only screen and (max-width: 1135px) {
        .edit-dashboard-area .edit-dashboard-area-inside .btn {
          width: 200px;
          font-size: 14px; } }
      @media only screen and (max-width: 935px) {
        .edit-dashboard-area .edit-dashboard-area-inside .btn {
          width: 200px; } }
    @media only screen and (max-width: 1135px) {
      .edit-dashboard-area .edit-dashboard-area-inside {
        width: 100%;
        float: none;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 990px) {
    .edit-dashboard-area {
      margin: 0 10px 40px; } }

/* Dashboard Editor Area */
.dashboard-editor {
  padding: 12px;
  font-size: 12px; }
  .dashboard-editor .heads h1 {
    font-size: 31px;
    text-transform: uppercase;
    color: #666666;
    font-weight: normal;
    display: inline-block; }
  .dashboard-editor .heads .info-icon {
    background-image: url("../img/sprite.svg");
    background-position: right -203px;
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 5px; }
  .dashboard-editor .hint-text {
    font-style: italic;
    margin: 15px 0 0 0; }
  .dashboard-editor .editor-outer {
    margin: 30px 0; }
    .dashboard-editor .editor-outer .add-indis-area {
      float: left;
      background-color: #efefef;
      padding: 10px;
      width: 43%;
      min-height: 930px; }
      .dashboard-editor .editor-outer .add-indis-area.full-now {
        width: 100%;
        float: none; }
      .dashboard-editor .editor-outer .add-indis-area h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #000;
        font-weight: normal; }
      .dashboard-editor .editor-outer .add-indis-area .search-form-area {
        margin: 20px 0; }
        .dashboard-editor .editor-outer .add-indis-area .search-form-area .search-text {
          font-size: 14px;
          float: left;
          margin-bottom: 5px; }
        .dashboard-editor .editor-outer .add-indis-area .search-form-area .search-load {
          float: left;
          margin: -2px 10px; }
        .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search {
          position: relative;
          width: 100%; }
          .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search input[type="text"] {
            color: #666666;
            font-size: 11px;
            font-style: italic;
            padding: 7px 9px;
            margin: 0;
            width: 100%; }
          .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
            background-color: #2881c1;
            background-image: url("../img/sprite.svg");
            background-position: -137px -65px;
            cursor: pointer;
            height: 27px;
            position: absolute;
            right: 0px;
            top: 1px;
            width: 20px; }
            @media only screen and (max-width: 4000px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 27px; } }
            @media only screen and (max-width: 3000px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 28px; } }
            @media only screen and (max-width: 2700px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 27px; } }
            @media only screen and (max-width: 2500px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 27px; } }
            @media only screen and (max-width: 1920px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 27px; } }
            @media only screen and (max-width: 1838px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 27px; } }
            @media only screen and (max-width: 1600px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                height: 28px;
                top: 0; } }
            @media only screen and (max-width: 1280px) {
              .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
                top: 0;
                right: 0; } }
@-moz-document url-prefix() {
  .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
    height: 30px; }
    @media only screen and (max-width: 3000px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 28px; } }
    @media only screen and (max-width: 2500px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 28px; } }
    @media only screen and (max-width: 1920px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 27px; } }
    @media only screen and (max-width: 1838px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 28px; } }
    @media only screen and (max-width: 1600px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 28px;
        top: 1px; } }
    @media only screen and (max-width: 1500px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 28px;
        top: 1px; } }
    @media only screen and (max-width: 1280px) {
      .dashboard-editor .editor-outer .add-indis-area .search-form-area .for-search .search-icon {
        height: 29px;
        top: 0; } } }
      .dashboard-editor .editor-outer .add-indis-area .search-in {
        margin-top: 5px; }
        .dashboard-editor .editor-outer .add-indis-area .search-in span {
          margin: 0 6px;
          float: left; }
          .dashboard-editor .editor-outer .add-indis-area .search-in span.m0 {
            margin: 0; }
          .dashboard-editor .editor-outer .add-indis-area .search-in span input[type="radio"] {
            float: left;
            margin-right: 2px; }
      .dashboard-editor .editor-outer .add-indis-area .add-indis-results {
        margin-left: 0px; }
        .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in {
          position: relative;
          width: 100%; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .ui-state-default {
            background: #2c7db5; }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .ui-state-default .accordian-arrow {
              padding: 6px 6px 7px 3px; }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .ui-state-default:hover {
              background: #1c81c7; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .ui-state-active .accordian-arrow {
            padding: 7px 6px 7px 0px; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .ui-state-active {
            background: #1c81c7; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .ui-accordion-content {
            padding: 0px; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .accordian-arrow {
            border-right: 1px solid #FFF;
            margin-right: 10px; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .browsei.ui-state-default {
            background: rgba(211, 64, 0, 0.8); }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .browsei.ui-state-default:hover {
              background-color: #d34000; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .browsei.ui-state-active {
            background-color: #d34000; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .browse-area .ui-state-default {
            background: rgba(211, 64, 0, 0.8); }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .browse-area .ui-state-default:hover {
              background-color: #d34000; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .only-filter .browse-area .ui-accordion-header-active {
            background-color: #d34000; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel {
            background: #666666;
            padding: 10px !important;
            width: 100%; }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filter-heading {
              color: #fff;
              text-transform: uppercase;
              font-size: 16px; }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area {
              margin: 0; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-header {
                background: #198dde; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-header:hover {
                  background-color: #1c81c7; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-header .filter-checkbox {
                  float: right;
                  position: relative;
                  top: 1px;
                  display: none; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-state-default .accordian-arrow {
                padding: 6px 7px 6px 0; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-state-default .accordian-arrow .fa-angle-right {
                  margin-left: 2px; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-header-active {
                background: #1c81c7; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content {
                background-color: #fff;
                position: relative;
                overflow: initial !important; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content .force-select input[type="checkbox"] {
                  position: absolute;
                  top: -20px;
                  float: right;
                  z-index: 9999 !important;
                  right: 0px;
                  background-color: #000;
                  padding: 4px;
                  width: 29px; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table {
                  width: 100%; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody {
                    max-height: 300px;
                    overflow-y: scroll;
                    float: left;
                    width: 100%; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr:nth-of-type(even) {
                      background-color: #e0e0e0; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr:hover {
                      background-color: #B2E0FF; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr td {
                      padding: 3px;
                      width: 100%; }
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr td.heads {
                        text-transform: uppercase;
                        font-weight: bold; }
                        .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr td.heads span {
                          font-style: italic;
                          font-weight: normal; }
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr td:nth-of-type(1) {
                        width: 17px; }
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content table tbody tr td input[type="checkbox"] {
                        float: left; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul {
                  max-height: 300px;
                  overflow-y: scroll !important; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li {
                    padding: 7px;
                    list-style: none; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li input[type="checkbox"] {
                      float: left;
                      margin-right: 2px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li.head {
                      font-weight: bold;
                      text-transform: uppercase; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li span {
                      font-weight: normal;
                      font-style: italic;
                      margin-right: 2px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li a {
                      color: #2c7db5;
                      font-size: 13px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li .naming {
                      float: left; }
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li .naming a.fa {
                        margin-right: 3px;
                        float: left;
                        font-size: 14px;
                        margin-top: -1px;
                        cursor: pointer; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li .selected-text {
                      float: right;
                      font-style: italic;
                      font-weight: normal;
                      text-transform: none; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li ul.inside {
                      margin: 5px 0 0 0; }
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li ul.inside li {
                        padding: 7px 7px 7px 15px;
                        font-weight: normal;
                        text-transform: none;
                        list-style: none; }
                        .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li ul.inside li input[type="checkbox"] {
                          float: left;
                          margin-right: 2px; }
                        .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .ui-accordion-content.listing-area ul li ul.inside li.head {
                          font-weight: bold;
                          text-transform: uppercase; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in .filter-panel .filtering-area .accordian-arrow {
                border-right: 1px solid #666;
                padding: 7px 6px 7px 0;
                margin-right: 10px; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in button {
            border: 0;
            cursor: pointer; }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-in button.side-filter-btn {
              background-image: url("../img/filter-result-btn.png");
              width: 57px;
              height: 157px;
              display: block;
              float: left;
              margin-top: 27px;
              position: absolute;
              left: 0px; }
        .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out {
          width: 100%; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out h3 {
            float: left;
            margin-top: 20px; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .add-btn-set {
            float: right; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out.no-action {
            margin-left: 50px; }
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area {
            width: 100%;
            margin: 10px 0 5px;
            /*.results-table-area-scroll{
            	min-height: 90px;
            	max-height: 600px;
            	overflow-y: auto;
            	tbody{
            		width: 100%;
            		tr{
            			&:nth-of-type(even){
            				background: rgba(223, 223, 223, 0.6);
            			}
            			&:hover{
            				background: #B2E0FF;
            				cursor: pointer;
            			}
            			td{
            				padding: 5px;
            					&.no-record {
            						background-color: #d53f00 !important;
            						color: #FFFFFF;
            						text-align: center !important;
            						font-size: 13px;
            						text-transform: uppercase;
            						padding: 10px 0 !important;
            						width: 480px !important;
            					}
            					&:nth-of-type(1){
            						width: 20px;
            					}
            					&:nth-of-type(2){
            						background:#62a8d5;
            						width:25px;
            					}
            					&:nth-of-type(3){
            						background: rgba(227, 227, 227, 0.6);
            						width: 22px;
            					}
            					&:nth-of-type(4){
            						position: relative;
            							p{
            								width: 100%;
            								position: absolute;
            								white-space: nowrap;
            								text-overflow: ellipsis;
            								overflow: hidden;
            								top: 6px;
            							}
            					}
            					&:nth-of-type(5){
            						position: relative;
            							p{
            								width: 100%;
            								position: absolute;
            								white-space: nowrap;
            								text-overflow: ellipsis;
            								overflow: hidden;
            								top: 6px;
            								right: 0;
            							}
            					}
            				span{
            					&.info-white {
            						background-image: url("../img/sprite.svg");
            						background-repeat: no-repeat;
            						background-position: -139px -23px;
            						height: 16px;
            						width: 16px;
            						display: block;
            					}
            				}
            				&.icon-seasonal{ 
            					img {
            						width: 11px;
            						display: block;
            					}
            				}
            				&:last-child{
            					text-align: right;
            				}
            			}
            		}
            		input[type="checkbox"]{
            			float: left;
            		}
            	}
            }*/ }
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table {
              width: 100%; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tr {
                width: 100%;
                float: left; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead {
                background-color: #318ccb;
                text-transform: uppercase;
                width: 100%;
                color: #ffffff; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead input[type="checkbox"] {
                  float: left;
                  margin-top: 1px; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th {
                  padding: 5px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(1) {
                    width: 16px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(2) {
                    width: 20px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(3) {
                    width: 25px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(4) {
                    width: 22px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(5) {
                    text-align: left;
                    width: 63%;
                    cursor: pointer; }
                    @media only screen and (max-width: 1560px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(5) {
                        width: 60%;
                        max-width: 60%; } }
                    @media only screen and (max-width: 1366px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(5) {
                        width: 260px; } }
                    @media only screen and (max-width: 1280px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:nth-of-type(5) {
                        width: 850px; } }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:last-child {
                    text-align: right;
                    padding-right: 14px;
                    width: 25.4%; }
                    @media only screen and (max-width: 1366px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:last-child {
                        width: 160px; } }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:last-child:hover {
                      cursor: pointer; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:last-child.headerSortDown {
                      cursor: pointer;
                      padding-right: 14px;
                      padding-left: 0;
                      background-repeat: no-repeat;
                      background-image: url(../img/icon-sort-desc-b.png);
                      background-position: right 5px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th:last-child.headerSortUp {
                      cursor: pointer;
                      padding-right: 14px;
                      padding-left: 0;
                      background-repeat: no-repeat;
                      background-image: url(../img/icon-sort-asc-b.png);
                      background-position: right 5px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th.headerSortDown {
                    cursor: pointer;
                    padding-left: 14px;
                    background-repeat: no-repeat;
                    background-image: url(../img/icon-sort-desc-b.png);
                    background-position: left 5px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead tr th.headerSortUp {
                    cursor: pointer;
                    padding-left: 14px;
                    background-repeat: no-repeat;
                    background-image: url(../img/icon-sort-asc-b.png);
                    background-position: left 5px; }
                @media only screen and (max-width: 1280px) {
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table thead {
                    position: relative; } }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody {
                max-height: 595px;
                overflow-y: scroll;
                float: left;
                width: 100%;
                min-height: 125px; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr:nth-of-type(even) {
                  background: rgba(223, 223, 223, 0.6); }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr:hover {
                  background: #B2E0FF;
                  cursor: pointer; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td {
                  padding: 5px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td.no-record {
                    background-color: #d53f00 !important;
                    color: #FFFFFF;
                    text-align: center !important;
                    font-size: 13px;
                    text-transform: uppercase;
                    padding: 10px 0 !important;
                    width: 860px !important; }
                    @media only screen and (max-width: 990px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td.no-record {
                        width: 620px !important; } }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(1) {
                    width: 15px;
                    padding: 0; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(1) span {
                      background-color: #aaaaaa;
                      color: #fff;
                      padding: 8px 3px;
                      font-size: 8px;
                      border-right: 1px solid #ccc;
                      display: inline-block;
                      cursor: pointer;
                      border-bottom: 1px solid #ccc; }
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(1) span:hover {
                        background-color: #949393; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(2) {
                    width: 20px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(3) {
                    background: #62a8d5; }
                    @media only screen and (max-width: 1280px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(3) {
                        width: 25px; } }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(4) {
                    background: rgba(227, 227, 227, 0.6);
                    width: 21px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(4) img {
                      width: 10px; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                    width: 63%;
                    max-width: 63%;
                    position: relative; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5) p {
                      position: absolute;
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      overflow: hidden;
                      max-width: 100%;
                      top: 0;
                      line-height: 26px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5).w135 {
                      width: 135px;
                      max-width: 135px; }
                    @media only screen and (max-width: 1560px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                        width: 60%;
                        max-width: 60%; } }
                    @media only screen and (max-width: 1366px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                        width: 260px;
                        max-width: 260px; } }
                    @media only screen and (max-width: 1280px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                        width: 73.2%; } }
                    @media only screen and (max-width: 1200px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                        width: 72%; } }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(6) {
                    width: 25.3%;
                    max-width: 25.3%;
                    position: relative; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(6) p {
                      position: absolute;
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      overflow: hidden;
                      max-width: 100%;
                      top: 0;
                      right: 0;
                      line-height: 26px; }
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(6).w230 {
                      width: 230px;
                      max-width: 230px; }
                    @media only screen and (max-width: 1366px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(6) {
                        width: 160px;
                        max-width: 160px; } }
                    @media only screen and (max-width: 1280px) {
                      .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:nth-of-type(6) {
                        width: 19%; } }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td span.info-white {
                    background-image: url("../img/sprite.svg");
                    background-repeat: no-repeat;
                    background-position: -139px -23px;
                    height: 16px;
                    width: 16px;
                    display: block; }
@-moz-document url-prefix() {
  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td span.info-white {
    background-position: -140px -22px; } }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td.icon-seasonal img {
                    width: 11px;
                    display: block; }
                  .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody tr td:last-child {
                    text-align: right; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tbody input[type="checkbox"] {
                  float: left; }
              .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tfoot {
                width: 100%;
                background-color: #1c81c7;
                text-align: center; }
                .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tfoot button {
                  border: 0;
                  cursor: pointer;
                  width: 860px;
                  background-color: #1c81c7;
                  padding: 3px 0px;
                  font-size: 12px;
                  text-transform: uppercase;
                  color: #FFF; }
                  @media (max-width: 1366px) {
                    .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out .results-table-area table tfoot button {
                      width: 467px; } }
          @media only screen and (max-width: 1280px) {
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out {
              width: 100%; } }
          @media only screen and (max-width: 1024px) {
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out {
              width: 91%; } }
          @media only screen and (max-width: 840px) {
            .dashboard-editor .editor-outer .add-indis-area .add-indis-results .filter-out {
              width: 88%; } }
        @media only screen and (max-width: 1400px) {
          .dashboard-editor .editor-outer .add-indis-area .add-indis-results {
            position: relative; } }
      @media only screen and (max-width: 1280px) {
        .dashboard-editor .editor-outer .add-indis-area {
          width: 97%; } }
    .dashboard-editor .editor-outer .added-indis {
      width: 55%;
      float: right;
      margin-top: 10px; }
      .dashboard-editor .editor-outer .added-indis.full-now {
        width: 100%;
        float: none;
        margin-top: 25px; }
        .dashboard-editor .editor-outer .added-indis.full-now h3 {
          float: left; }
        .dashboard-editor .editor-outer .added-indis.full-now .indi-menu {
          margin: 0 0 20px 0; }
      .dashboard-editor .editor-outer .added-indis h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #000;
        font-weight: normal; }
      .dashboard-editor .editor-outer .added-indis .indi-menu {
        float: right;
        margin: 20px 0 10px 0; }
        .dashboard-editor .editor-outer .added-indis .indi-menu ul {
          margin: 0;
          padding: 0; }
          .dashboard-editor .editor-outer .added-indis .indi-menu ul li {
            float: left;
            list-style: none;
            border-right: 1px solid #000;
            padding: 0 5px 0 5px; }
            .dashboard-editor .editor-outer .added-indis .indi-menu ul li:last-child {
              border-right: 0;
              padding: 0 0 0 5px; }
            .dashboard-editor .editor-outer .added-indis .indi-menu ul li a {
              font-size: 12px;
              color: #000;
              text-transform: uppercase;
              font-style: italic; }
              .dashboard-editor .editor-outer .added-indis .indi-menu ul li a:hover {
                color: #1c81c7; }
              .dashboard-editor .editor-outer .added-indis .indi-menu ul li a.active {
                text-decoration: underline;
                color: #1c81c7;
                font-weight: bold; }
      .dashboard-editor .editor-outer .added-indis .added-indis-table {
        position: relative; }
        .dashboard-editor .editor-outer .added-indis .added-indis-table table {
          width: 100%; }
          .dashboard-editor .editor-outer .added-indis .added-indis-table table tr {
            width: 100%;
            float: left; }
          .dashboard-editor .editor-outer .added-indis .added-indis-table table thead {
            background-color: #318ccb;
            text-transform: uppercase;
            color: #ffffff;
            width: 100%; }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table thead input[type="checkbox"] {
              float: left;
              margin-top: 1px; }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr {
              width: 100%; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th {
                padding: 5px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(1) {
                  width: 26px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(2) {
                  width: 23px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(3) {
                  width: 20px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(4) {
                  width: 24px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                  width: 65%;
                  text-align: left; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5):hover {
                    cursor: pointer; }
                  @media only screen and (max-width: 1838px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 64.5%;
                      max-width: 64.5%; } }
                  @media only screen and (max-width: 1560px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 62.3%;
                      max-width: 62.3%; } }
                  @media only screen and (max-width: 1520px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 61.3%;
                      max-width: 61.3%; } }
                  @media only screen and (max-width: 1366px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 420px; } }
                  @media only screen and (max-width: 1360px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 316px; } }
                  @media only screen and (max-width: 1280px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 850px; } }
                  @media only screen and (max-width: 1200px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:nth-of-type(5) {
                      width: 700px; } }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:last-child {
                  text-align: right;
                  padding-right: 14px;
                  width: 25.5%; }
                  @media only screen and (max-width: 1366px) {
                    .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:last-child {
                      width: 160px; } }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:last-child:hover {
                    cursor: pointer; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:last-child.headerSortDown {
                    cursor: pointer;
                    padding-right: 14px;
                    padding-left: 0;
                    background-repeat: no-repeat;
                    background-image: url(../img/icon-sort-desc-b.png);
                    background-position: right 5px; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th:last-child.headerSortUp {
                    cursor: pointer;
                    padding-right: 14px;
                    padding-left: 0;
                    background-repeat: no-repeat;
                    background-image: url(../img/icon-sort-asc-b.png);
                    background-position: right 5px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th.headerSortDown {
                  cursor: pointer;
                  padding-left: 14px;
                  background-repeat: no-repeat;
                  background-image: url(../img/icon-sort-desc-b.png);
                  background-position: left 5px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table thead tr th.headerSortUp {
                  cursor: pointer;
                  padding-left: 14px;
                  background-repeat: no-repeat;
                  background-image: url(../img/icon-sort-asc-b.png);
                  background-position: left 5px; }
            @media only screen and (max-width: 1280px) {
              .dashboard-editor .editor-outer .added-indis .added-indis-table table thead {
                position: relative; } }
          .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody {
            float: left;
            width: 100%;
            max-height: 831px;
            overflow-y: scroll; }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr:nth-of-type(even) {
              background: rgba(223, 223, 223, 0.6); }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr:nth-of-type(odd) {
              background: rgba(241, 241, 241, 0.6); }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr:hover {
              background: #B2E0FF;
              cursor: pointer; }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td {
              padding: 5px; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td.no-record {
                background-color: #d53f00 !important;
                color: #FFFFFF;
                text-align: center !important;
                font-size: 13px;
                text-transform: uppercase;
                padding: 10px 0 !important;
                width: 972px !important; }
                @media only screen and (max-width: 990px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td.no-record {
                    width: 718px !important; } }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(1) {
                padding: 0;
                min-width: 26px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(1) span {
                  background-color: #aaaaaa;
                  color: #fff;
                  padding: 8px 2px;
                  font-size: 8px;
                  border-right: 1px solid #ccc;
                  display: inline-block;
                  cursor: pointer;
                  border-bottom: 1px solid #ccc;
                  width: 12px; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(1) span:hover {
                    background-color: #949393; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(2) {
                width: 20px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(2).fill-color {
                  background-color: #aaaaaa; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(3) {
                background: rgba(227, 227, 227, 0.6);
                width: 21px; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) {
                padding: 0;
                width: 24px; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) > span {
                  background-image: url("../img/sprite.svg");
                  background-repeat: no-repeat;
                  text-align: center;
                  width: 24px;
                  height: 25px;
                  display: block;
                  margin: 0; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-default {
                    background-position: -135px 2px;
                    position: relative;
                    cursor: pointer; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-yoy-per {
                    background-position: -163px 2px; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-yoy {
                    background-position: -190px 2px; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-mom-per {
                    background-position: -218px 2px; }
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-mom {
                    background-position: -245px 2px; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                width: 64.7%;
                max-width: 64.7%;
                position: relative; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) p {
                  position: absolute;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  max-width: 100%;
                  top: 0;
                  line-height: 26px; }
                @media only screen and (max-width: 1838px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 64%;
                    max-width: 64%; } }
                @media only screen and (max-width: 1731px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 63.7%;
                    max-width: 63.7%; } }
                @media only screen and (max-width: 1696px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 63.3%;
                    max-width: 63.3%; } }
                @media only screen and (max-width: 1655px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 63%;
                    max-width: 63%; } }
                @media only screen and (max-width: 1600px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 62.7%;
                    max-width: 62.7%; } }
                @media only screen and (max-width: 1560px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 62.3%;
                    max-width: 62.3%; } }
                @media only screen and (max-width: 1520px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 61.5%;
                    max-width: 61.5%; } }
                @media only screen and (max-width: 1418px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 61%;
                    max-width: 61%; } }
                @media only screen and (max-width: 1366px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 410px;
                    max-width: 410px; } }
                @media only screen and (max-width: 1360px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 316px;
                    max-width: 316px; } }
                @media only screen and (max-width: 1280px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 75.2%; } }
                @media only screen and (max-width: 1200px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 73.8%; } }
                @media only screen and (max-width: 1100px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 73.2%; } }
                @media only screen and (max-width: 768px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(5) {
                    width: 470px;
                    max-width: 470px; } }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(6) {
                width: 25.5%;
                max-width: 25.5%;
                position: relative; }
                .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(6) p {
                  position: absolute;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  max-width: 100%;
                  top: 0;
                  right: 0;
                  line-height: 26px; }
                @media only screen and (max-width: 1366px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(6) {
                    width: 160px;
                    max-width: 160px; } }
                @media only screen and (max-width: 1280px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(6) {
                    width: 16.3%; } }
                @media only screen and (max-width: 768px) {
                  .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:nth-of-type(6) {
                    width: 118px;
                    max-width: 118px; } }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td.icon-seasonal img {
                width: 11px;
                display: block; }
              .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody tr td:last-child {
                text-align: right; }
            .dashboard-editor .editor-outer .added-indis .added-indis-table table tbody input[type="checkbox"] {
              float: left;
              margin-top: 1px; }
      @media only screen and (max-width: 1360px) {
        .dashboard-editor .editor-outer .added-indis {
          width: 590px; } }
      @media only screen and (max-width: 1280px) {
        .dashboard-editor .editor-outer .added-indis {
          float: none;
          width: 97%; } }
    .dashboard-editor .editor-outer .browse-area {
      position: relative; }
      .dashboard-editor .editor-outer .browse-area .browse-panel {
        padding: 15px 10px;
        background-color: #cccccc; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .heading {
          font-size: 16px;
          text-transform: uppercase;
          color: #000; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .browse-sort {
          width: 100%;
          margin: 5px 0; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browse-sort span {
            margin: 0 6px;
            float: left; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browse-sort span.m0 {
              margin: 0; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browse-sort span input[type="radio"] {
              margin-right: 2px;
              float: left; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .browse-divider {
          height: 1px;
          background: #FFF;
          margin: 15px 0; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-header {
          background: rgba(211, 64, 0, 0.8); }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-header:hover {
            background-color: #d34000; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-state-active {
          background-color: #d34000 !important; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content {
          background: none;
          padding: 0;
          position: relative; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories {
            max-height: 300px;
            overflow-y: scroll !important; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li {
              padding: 7px;
              position: relative; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li .list-loader {
                position: absolute;
                right: 10px;
                top: 3px;
                z-index: 30; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li:nth-of-type(even) {
                background: #d6d6d6; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li:nth-of-type(odd) {
                background: #dbdbdb; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li.head {
                font-weight: bold;
                text-transform: uppercase; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li span {
                font-weight: normal;
                font-style: italic;
                margin: 0 2px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li a {
                color: #d1442f;
                font-size: 13px; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li a.fa {
                  display: inline-block;
                  margin-right: 3px;
                  cursor: pointer; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li a.space {
                  margin-left: 3px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li .naming {
                float: left; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li .selected-text {
                float: right;
                font-style: italic;
                font-weight: normal;
                text-transform: none; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li input[type="checkbox"] {
                display: inline-block;
                margin-right: 2px;
                position: relative;
                top: 2px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li ul.inside li {
                padding: 7px 7px 7px 15px;
                font-weight: normal;
                text-transform: none;
                list-style: none; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-categories ul li ul.inside li input[type="checkbox"] {
                  float: left;
                  margin-right: 2px; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list {
            max-height: 300px;
            overflow-y: scroll !important; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li {
              padding: 7px;
              position: relative; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li .list-loader {
                position: absolute;
                right: 10px;
                top: 3px;
                z-index: 30; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li:nth-of-type(even) {
                background: #d6d6d6; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li:nth-of-type(odd) {
                background: #dbdbdb; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li.head {
                font-weight: bold;
                text-transform: uppercase; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li span {
                margin: 0 3px; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li span.browse-geo {
                  margin: 0 0 !important; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li a {
                color: #d1442f;
                font-size: 13px; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li a.fa {
                  display: inline-block;
                  margin-right: 3px;
                  cursor: pointer; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li a.space {
                  margin-left: 3px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li .naming {
                float: left; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li input[type="checkbox"] {
                display: inline-block;
                margin-right: 2px;
                position: relative;
                top: 2px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li .selected-text-menu {
                float: right;
                font-style: italic;
                font-weight: normal;
                text-transform: none; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li .selected-text-menu ul li {
                  list-style: none;
                  float: left;
                  border-right: 1px solid #000;
                  background: none;
                  padding: 0 5px 0 5px;
                  font-size: 11px; }
                  .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li .selected-text-menu ul li:last-child {
                    border-right: none; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li ul.inside {
                margin-left: 15px; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li ul.inside li {
                  padding: 4px 7px;
                  font-weight: normal;
                  text-transform: none;
                  list-style: none; }
                  .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li ul.inside li input[type="checkbox"] {
                    float: left;
                    margin-right: 2px; }
                  .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.geo-list ul li ul.inside li.naming {
                    float: none; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list {
            max-height: 300px;
            overflow-y: scroll !important; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li {
              padding: 5px 7px;
              position: relative;
              list-style: none; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li .list-loader {
                position: absolute;
                right: 10px;
                top: 3px;
                z-index: 30; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li input[type="checkbox"] {
                float: left;
                margin-right: 3px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li:nth-of-type(even) {
                background: #ebebeb; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li:nth-of-type(odd) {
                background: #dbdbdb; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li:hover {
                background: #B2E0FF;
                cursor: pointer; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.source-list ul li.active {
                background-color: #f3cf00; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list {
            font-size: 12px; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list ul li {
              padding: 5px 7px;
              list-style: none;
              position: relative; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list ul li .list-loader {
                position: absolute;
                right: 10px;
                top: 3px;
                z-index: 30; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list ul li input[type="checkbox"] {
                float: left;
                margin-right: 3px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list ul li:nth-of-type(even) {
                background: #ebebeb; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list ul li:nth-of-type(odd) {
                background: #dbdbdb; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.fq-list ul li:hover {
                background: #B2E0FF;
                cursor: pointer; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update {
            background: #dbdbdb;
            padding: 20px !important; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .head-text {
              font-size: 12px;
              font-weight: bold;
              text-transform: uppercase;
              color: #000; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area {
              float: left;
              width: 185px;
              margin: 10px 10px 10px 0; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area .only-text {
                float: left;
                margin-right: 5px;
                margin-top: 5px; }
              .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area .input-type {
                width: 135px;
                float: left;
                position: relative; }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area .input-type span {
                  position: absolute;
                  background: #d04117;
                  padding: 4px 5px 5px;
                  right: 21px;
                  top: 1px; }
                  .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area .input-type span a {
                    color: #fff; }
@-moz-document url-prefix() {
  .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area .input-type span {
    padding: 6px 5px 5px; } }
                .dashboard-editor .editor-outer .browse-area .browse-panel .browsing-area-results .ui-accordion-content.browse-update .from-to-area .input-type input[type="text"] {
                  width: 85%;
                  padding: 6px 9px;
                  font-style: italic;
                  font-size: 11px;
                  border: 1px solid #d04117; }
        .dashboard-editor .editor-outer .browse-area .browse-panel .selected-menu {
          width: 100%;
          margin-top: 10px; }
          .dashboard-editor .editor-outer .browse-area .browse-panel .selected-menu ul li {
            float: right;
            list-style: none;
            border-left: 1px solid #000;
            padding: 0 5px 0 5px;
            font-size: 14px;
            color: #000;
            text-transform: uppercase;
            font-style: italic; }
            .dashboard-editor .editor-outer .browse-area .browse-panel .selected-menu ul li:last-child {
              border-left: 0; }
      .dashboard-editor .editor-outer .browse-area button {
        border: 0;
        cursor: pointer; }
        .dashboard-editor .editor-outer .browse-area button.browse-btn {
          background-image: url("../img/edit-browse-btn.png");
          width: 57px;
          height: 157px;
          display: block;
          float: left;
          position: absolute;
          right: 0;
          z-index: 19; }
        .dashboard-editor .editor-outer .browse-area button.btn {
          width: 190px; }
          .dashboard-editor .editor-outer .browse-area button.btn.gray-btn {
            background: rgba(102, 102, 102, 0.8);
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .dashboard-editor .editor-outer .browse-area button.btn.gray-btn:hover {
              background: #666666; }
          .dashboard-editor .editor-outer .browse-area button.btn.orange-btn {
            background: rgba(211, 64, 0, 0.8);
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .dashboard-editor .editor-outer .browse-area button.btn.orange-btn:hover {
              background: #d34000; }
          .dashboard-editor .editor-outer .browse-area button.btn .btn-margin {
            margin: 0 15px; }
      @media only screen and (max-width: 1400px) {
        .dashboard-editor .editor-outer .browse-area {
          float: none;
          position: absolute;
          right: 0;
          z-index: 21;
          width: 100%; } }
      @media only screen and (max-width: 1280px) {
        .dashboard-editor .editor-outer .browse-area {
          top: 25px; } }
    @media only screen and (max-width: 1400px) {
      .dashboard-editor .editor-outer {
        position: relative; } }
  .dashboard-editor .btn {
    font-size: 15px;
    color: #FFFFFF;
    border: none;
    width: 200px;
    text-transform: uppercase;
    height: 42px;
    cursor: pointer;
    position: relative;
    margin-top: 10px; }
    .dashboard-editor .btn.blue-btn {
      background: #1c81c7;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .dashboard-editor .btn.blue-btn:hover {
        background: #1b78b9; }
      .dashboard-editor .btn.blue-btn.small-btn {
        width: 190px; }
    .dashboard-editor .btn.gray-btn {
      background: #aaaaaa;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .dashboard-editor .btn.gray-btn:hover {
        background: #949393; }
      .dashboard-editor .btn.gray-btn.small-btn {
        width: 190px; }
    .dashboard-editor .btn.red-btn {
      background-color: #d34000;
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s; }
      .dashboard-editor .btn.red-btn:hover {
        background-color: #c5470f; }
      .dashboard-editor .btn.red-btn.small-btn {
        width: 190px; }
    .dashboard-editor .btn .btn-loader {
      position: absolute;
      right: 11px;
      top: 11px;
      z-index: 20; }

.edit-dashboard-area.top-portion {
  margin-bottom: 25px; }
  .edit-dashboard-area.top-portion .edit-dashboard-area-inside {
    padding: 0 0 12px 12px; }
    .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-text-left {
      padding: 12px 0; }
    .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons {
      margin: 0; }
      .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn {
        width: 55px;
        background-repeat: no-repeat;
        background-image: url("../img/sprite.png");
        background-position: 6px center;
        height: 60px;
        background-color: #2080c3; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn:hover {
          background-color: #1a79b8; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.manage-indic {
          background-position: -43px center; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.cancel-updt {
          background-position: -140px center; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.apply-updt {
          background-position: -194px center; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.delete-unselect {
          background-position: -90px center; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.close-upd {
          background-position: -243px center; }
        .edit-dashboard-area.top-portion .edit-dashboard-area-inside .edit-dash-buttons .btn-icn.dashboard-upd {
          background-position: -288px center; }

.bg-red {
  background-color: #d34000; }

.edit-dashboard-tips {
  width: 600px; }
  .edit-dashboard-tips .tip-sec {
    margin-bottom: 15px;
    line-height: 18px;
    color: #454545; }
    .edit-dashboard-tips .tip-sec span {
      text-transform: uppercase;
      font-weight: bold; }
    .edit-dashboard-tips .tip-sec i {
      background: #aaaaaa;
      color: #fff;
      display: inline-block;
      font-size: 11px;
      height: 22px;
      line-height: 17px;
      padding: 3px;
      text-align: center;
      width: 22px; }
      .edit-dashboard-tips .tip-sec i img {
        width: 12px; }

.manage-indicator-tips {
  width: 630px; }
  .manage-indicator-tips .tip-sec {
    margin-bottom: 15px;
    line-height: 18px; }
    .manage-indicator-tips .tip-sec span {
      text-transform: uppercase;
      font-weight: bold; }
    .manage-indicator-tips .tip-sec .tips-list ul li {
      list-style: outside disc;
      margin-left: 25px;
      color: #454545; }

.edit-indi-info {
  width: 950px; }
  .edit-indi-info .edit-indi-left {
    width: 300px;
    float: left; }
    .edit-indi-info .edit-indi-left .info-sec {
      line-height: 20px;
      margin-bottom: 15px;
      word-wrap: break-word; }
      .edit-indi-info .edit-indi-left .info-sec span {
        font-weight: bold;
        text-transform: uppercase; }
      .edit-indi-info .edit-indi-left .info-sec a {
        color: #1c81c7;
        text-decoration: none; }
        .edit-indi-info .edit-indi-left .info-sec a:hover {
          text-decoration: underline; }
  .edit-indi-info .edit-indi-right {
    width: 600px;
    float: right; }
    .edit-indi-info .edit-indi-right .quick-chart-map {
      margin: 0 0 30px; }
      .edit-indi-info .edit-indi-right .quick-chart-map #top-graph #popup-graph {
        width: 100%;
        height: 268px;
        background: #efefef; }
      .edit-indi-info .edit-indi-right .quick-chart-map img {
        width: 100%; }
      .edit-indi-info .edit-indi-right .quick-chart-map .map-show-scroll {
        background-color: #666666;
        font-size: 11px;
        color: #ffffff;
        font-style: italic;
        padding: 3px 15px; }
        .edit-indi-info .edit-indi-right .quick-chart-map .map-show-scroll input {
          margin: 3px 0 0 0;
          float: left; }
        .edit-indi-info .edit-indi-right .quick-chart-map .map-show-scroll .input-text {
          float: left;
          margin: 3px 0 0 5px; }
    .edit-indi-info .edit-indi-right .quick-chart-table {
      margin: 0; }
      .edit-indi-info .edit-indi-right .quick-chart-table .blue-bg-light {
        background-color: #60a7d8;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        padding: 5px 0;
        text-align: center; }
      .edit-indi-info .edit-indi-right .quick-chart-table .orange-bg-light {
        background-color: #dc6633;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        padding: 2px 3px;
        text-align: center; }
      .edit-indi-info .edit-indi-right .quick-chart-table .blue-bg-dark {
        background-color: #328dcc;
        font-size: 10px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 5px 3px;
        vertical-align: bottom;
        text-align: right; }
      .edit-indi-info .edit-indi-right .quick-chart-table .orange-bg-dark {
        background-color: #b34f29;
        font-size: 10px;
        text-transform: uppercase;
        color: #ffffff;
        padding: 5px 3px;
        vertical-align: bottom;
        text-align: right; }
      .edit-indi-info .edit-indi-right .quick-chart-table tbody {
        background-color: rgba(239, 239, 239, 0.9); }
        .edit-indi-info .edit-indi-right .quick-chart-table tbody tr:nth-child(even) {
          background-color: rgba(221, 221, 221, 0.9); }
        .edit-indi-info .edit-indi-right .quick-chart-table tbody td {
          padding: 3px 3px;
          text-align: right; }
          .edit-indi-info .edit-indi-right .quick-chart-table tbody td.no-padding {
            padding: 0px; }
            .edit-indi-info .edit-indi-right .quick-chart-table tbody td.no-padding table tr td {
              width: 12%; }
      .edit-indi-info .edit-indi-right .quick-chart-table .same-year-bg {
        background-color: #666666;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        padding: 2px 3px;
        text-align: center; }

.dash-indi-tile-preview {
  width: 870px; }
  .dash-indi-tile-preview table {
    width: 100%;
    font-weight: normal; }
    .dash-indi-tile-preview table thead {
      background-color: #1c81c7; }
      .dash-indi-tile-preview table thead tr th {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        padding: 2px 3px;
        height: 25px; }
        .dash-indi-tile-preview table thead tr th:nth-of-type(1) {
          width: 18px; }
        .dash-indi-tile-preview table thead tr th:nth-of-type(2) {
          text-align: left; }
        .dash-indi-tile-preview table thead tr th:nth-of-type(3) {
          text-align: right; }
        .dash-indi-tile-preview table thead tr th:nth-of-type(4) {
          text-align: center;
          width: 100px; }
        .dash-indi-tile-preview table thead tr th:nth-of-type(5) {
          text-align: center;
          width: 90px; }
        .dash-indi-tile-preview table thead tr th:last-child {
          text-align: center; }
    .dash-indi-tile-preview table tbody tr:nth-of-type(odd) {
      background-color: rgba(241, 241, 241, 0.6); }
    .dash-indi-tile-preview table tbody tr:nth-of-type(even) {
      background-color: rgba(224, 224, 224, 0.9); }
    .dash-indi-tile-preview table tbody tr:hover {
      background-color: #B2E0FF; }
    .dash-indi-tile-preview table tbody tr td {
      font-size: 12px;
      color: #000;
      font-weight: normal;
      padding: 0 3px;
      height: 25px; }
      .dash-indi-tile-preview table tbody tr td.new-entry {
        font-weight: bold; }
      .dash-indi-tile-preview table tbody tr td.dis-continue {
        font-style: italic; }
      .dash-indi-tile-preview table tbody tr td .fa {
        font-size: 25px; }
        .dash-indi-tile-preview table tbody tr td .fa.fa-circle {
          font-size: 13px; }
        .dash-indi-tile-preview table tbody tr td .fa.green {
          color: #8ebf49; }
        .dash-indi-tile-preview table tbody tr td .fa.red {
          color: #d34000; }
        .dash-indi-tile-preview table tbody tr td .fa.yellow {
          color: #f2cd13; }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(1) {
        width: 18px;
        text-align: center;
        background-color: rgba(229, 229, 229, 0.5); }
        .dash-indi-tile-preview table tbody tr td:nth-of-type(1) img {
          width: 11px; }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(2) {
        text-align: left;
        position: relative; }
        .dash-indi-tile-preview table tbody tr td:nth-of-type(2) p {
          overflow: hidden;
          position: relative;
          text-overflow: ellipsis;
          top: 1px;
          white-space: nowrap;
          width: 100%;
          max-width: 450px; }
          @media only screen and (max-width: 1023px) {
            .dash-indi-tile-preview table tbody tr td:nth-of-type(2) p {
              position: absolute; } }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(3) {
        text-align: right; }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(4) {
        text-align: center;
        width: 100px; }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(5) {
        text-align: center;
        width: 90px; }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(6) {
        text-align: center !important;
        height: 25px;
        width: 100px;
        padding: 0; }
      .dash-indi-tile-preview table tbody tr td:nth-of-type(7) {
        text-align: right;
        padding-right: 10px;
        color: #fff;
        border-bottom: 1px solid #fff; }
        .dash-indi-tile-preview table tbody tr td:nth-of-type(7).green {
          background-color: rgba(142, 191, 73, 0.8); }
        .dash-indi-tile-preview table tbody tr td:nth-of-type(7).red {
          background-color: rgba(211, 64, 0, 0.8); }
        .dash-indi-tile-preview table tbody tr td:nth-of-type(7).yellow {
          background-color: rgba(242, 205, 19, 0.8); }
  .dash-indi-tile-preview .chk-loc {
    background-color: #666666;
    font-size: 11px;
    color: #ffffff;
    font-style: italic;
    padding: 5px 10px; }
    .dash-indi-tile-preview .chk-loc input[type="checkbox"] {
      margin: 0 5px 0 0;
      float: left; }
  .dash-indi-tile-preview .tile-pre-hint-bar {
    margin: 20px 0 0;
    font-size: 11px;
    font-style: italic;
    color: #000; }
    .dash-indi-tile-preview .tile-pre-hint-bar .for-hint {
      margin-right: 30px;
      float: left; }
    .dash-indi-tile-preview .tile-pre-hint-bar span {
      color: #666666;
      font-style: normal; }
      .dash-indi-tile-preview .tile-pre-hint-bar span.icon-set img {
        width: 11px; }
  @media only screen and (max-width: 1023px) {
    .dash-indi-tile-preview {
      width: 620px; } }

.manage-scheduled-reports {
  width: 500px; }
  .manage-scheduled-reports .report-scheduler {
    margin-bottom: 20px; }
    .manage-scheduled-reports .report-scheduler .listing-sch li {
      width: 47.9%;
      float: left;
      font-size: 14px;
      margin: 5px 10px 5px 0;
      padding: 12px 0;
      background-color: #acacac;
      color: #fff;
      cursor: pointer;
      list-style: none;
      text-align: left;
      text-transform: uppercase; }
      .manage-scheduled-reports .report-scheduler .listing-sch li .mr {
        margin: 0 10px; }
      .manage-scheduled-reports .report-scheduler .listing-sch li.active {
        background-color: #1c81c7; }
  .manage-scheduled-reports .report-scheduler-bottom {
    margin-bottom: 20px; }
    .manage-scheduled-reports .report-scheduler-bottom p {
      text-transform: uppercase;
      font-weight: bold; }
    .manage-scheduled-reports .report-scheduler-bottom select {
      width: 45%;
      margin: 10px 0 0; }
    .manage-scheduled-reports .report-scheduler-bottom .indi-updator ul li {
      float: left;
      text-align: center;
      margin: 0 2% 0 0;
      width: 28%;
      padding: 20px 0;
      list-style: none; }
      .manage-scheduled-reports .report-scheduler-bottom .indi-updator ul li a {
        cursor: pointer; }
        .manage-scheduled-reports .report-scheduler-bottom .indi-updator ul li a.active i {
          color: #1c81c7; }
        .manage-scheduled-reports .report-scheduler-bottom .indi-updator ul li a i {
          font-size: 30px; }
    .manage-scheduled-reports .report-scheduler-bottom .weekly-rounds {
      padding: 10px 0; }
      .manage-scheduled-reports .report-scheduler-bottom .weekly-rounds ul li {
        background-color: #acacac;
        border-radius: 50%;
        float: left;
        font-weight: bold;
        margin: 0 15px 0 0;
        padding: 8px;
        text-align: center;
        width: 30px;
        cursor: pointer;
        list-style: none; }
        .manage-scheduled-reports .report-scheduler-bottom .weekly-rounds ul li.active {
          background-color: #1c81c7; }

.summary-report-edit {
  width: 1250px; }
  .summary-report-edit .pop-cross {
    position: absolute;
    padding: 4px 0 6px;
    right: 0;
    background-color: #a9aaaa;
    width: 35px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    top: 0;
    font-weight: normal;
    z-index: 10000; }
    .summary-report-edit .pop-cross:hover {
      background-color: #666766;
      cursor: pointer; }
  .summary-report-edit .edit-report-complete .result-left {
    float: left;
    width: 600px;
    background: #efefef;
    padding: 10px 10px 0 10px;
    min-height: 625px; }
    .summary-report-edit .edit-report-complete .result-left .search-form-area {
      margin: 0; }
      .summary-report-edit .edit-report-complete .result-left .search-form-area .search-text {
        font-size: 12px; }
      .summary-report-edit .edit-report-complete .result-left .search-form-area .for-search {
        position: relative;
        width: 100%; }
        .summary-report-edit .edit-report-complete .result-left .search-form-area .for-search input[type="text"] {
          color: #666666;
          font-size: 11px;
          font-style: italic;
          padding: 7px 9px;
          margin: 5px 0 7px;
          width: 100%; }
        .summary-report-edit .edit-report-complete .result-left .search-form-area .for-search .search-icon {
          background-color: #2881c1;
          background-image: url("../img/sprite.svg");
          background-position: -137px -65px;
          cursor: pointer;
          height: 26px;
          position: absolute;
          right: 1px;
          top: 6px;
          width: 20px; }
@-moz-document url-prefix() {
  .summary-report-edit .edit-report-complete .result-left .search-form-area .for-search .search-icon {
    height: 28px; } }
      .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in {
        line-height: 16px; }
        .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in .search-t {
          float: left;
          width: 50px; }
        .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in .search-type {
          float: left;
          width: 530px; }
          .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in .search-type .one-bar {
            width: 100%;
            margin-bottom: 8px;
            float: left; }
        .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in span {
          margin: 0 0 0 5px;
          float: left;
          font-size: 11px; }
          .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in span.m0 {
            margin: 0; }
          .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in span input[type="radio"] {
            float: left;
            margin-right: 2px;
            position: relative;
            top: 2px; }
          .summary-report-edit .edit-report-complete .result-left .search-form-area .search-in span select {
            font-size: 11px;
            color: #000;
            width: 257px; }
    .summary-report-edit .edit-report-complete .result-left .filter-out {
      float: left;
      width: 580px; }
      .summary-report-edit .edit-report-complete .result-left .filter-out h3 {
        float: left;
        margin-top: 30px;
        font-size: 18px;
        text-transform: uppercase;
        color: #000;
        font-weight: normal; }
      .summary-report-edit .edit-report-complete .result-left .filter-out .add-btn-set {
        float: right; }
      .summary-report-edit .edit-report-complete .result-left .filter-out.no-action {
        margin-left: 50px; }
      .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area {
        width: 100%;
        margin: 5px 0 0; }
        .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table {
          width: 100%; }
          .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tr {
            width: 100%;
            float: left; }
          .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead {
            background-color: #318ccb;
            text-transform: uppercase;
            width: 100%;
            color: #ffffff; }
            .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead input[type="checkbox"] {
              float: left; }
            .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th {
              padding: 5px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:nth-of-type(1) {
                width: 15px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:nth-of-type(2) {
                width: 20px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:nth-of-type(3) {
                width: 25px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:nth-of-type(4) {
                width: 22px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:nth-of-type(5) {
                text-align: left;
                width: 330px; }
                .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:nth-of-type(5):hover {
                  cursor: pointer; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:last-child {
                text-align: right;
                padding-right: 14px;
                width: 150px; }
                .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:last-child:hover {
                  cursor: pointer; }
                @media only screen and (max-width: 1280px) {
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:last-child {
                    position: absolute;
                    padding-right: 10px;
                    right: 0;
                    top: 0; } }
                .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:last-child.headerSortDown {
                  cursor: pointer;
                  padding-right: 14px;
                  padding-left: 0;
                  background-repeat: no-repeat;
                  background-image: url(../img/icon-sort-desc-b.png);
                  background-position: right 5px; }
                .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th:last-child.headerSortUp {
                  cursor: pointer;
                  padding-right: 14px;
                  padding-left: 0;
                  background-repeat: no-repeat;
                  background-image: url(../img/icon-sort-asc-b.png);
                  background-position: right 5px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th.headerSortDown {
                cursor: pointer;
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-desc-b.png);
                background-position: left 5px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead tr th.headerSortUp {
                cursor: pointer;
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-asc-b.png);
                background-position: left 5px; }
            @media only screen and (max-width: 1280px) {
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table thead {
                position: relative; } }
          .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody {
            max-height: 420px;
            overflow-y: scroll;
            float: left;
            width: 100%;
            min-height: 16px; }
            .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr:nth-of-type(even) {
              background: rgba(223, 223, 223, 0.6); }
            .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr:hover {
              background: #B2E0FF;
              cursor: pointer; }
            .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td {
              padding: 5px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td.no-record {
                background-color: #d53f00 !important;
                color: #FFFFFF;
                text-align: center !important;
                font-size: 13px;
                text-transform: uppercase;
                padding: 10px 0 !important;
                width: 565px !important; }
                @media only screen and (max-width: 990px) {
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td.no-record {
                    width: 620px !important; } }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td.new-entry {
                font-weight: bold; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(1) {
                width: 15px;
                padding: 0px; }
                .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(1) span {
                  background-color: #aaaaaa;
                  color: #fff;
                  padding: 8px 3px;
                  font-size: 8px;
                  border-right: 1px solid #ccc;
                  display: inline-block;
                  cursor: pointer;
                  border-bottom: 1px solid #ccc; }
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(1) span:hover {
                    background-color: #949393; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(2) {
                width: 20px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(3) {
                background: #62a8d5; }
                @media only screen and (max-width: 1280px) {
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(3) {
                    width: 25px; } }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(4) {
                background: rgba(227, 227, 227, 0.6);
                width: 21px; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                width: 330px;
                max-width: 330px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                position: relative; }
                @media only screen and (max-width: 1023px) {
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(5) p {
                    overflow: hidden;
                    position: absolute;
                    text-overflow: ellipsis;
                    top: 3px;
                    white-space: nowrap;
                    width: 100%; } }
                @media only screen and (max-width: 1023px) {
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(5) {
                    max-width: 220px;
                    width: 220px; } }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(6) {
                width: 150px;
                max-width: 150px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                position: relative; }
                @media only screen and (max-width: 1023px) {
                  .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:nth-of-type(6) p {
                    overflow: hidden;
                    position: absolute;
                    text-overflow: ellipsis;
                    top: 3px;
                    white-space: nowrap;
                    width: 94%; } }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td span.info-white {
                background-image: url("../img/sprite.svg");
                background-repeat: no-repeat;
                background-position: -139px -23px;
                height: 16px;
                width: 16px;
                display: block; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td.icon-seasonal img {
                width: 11px;
                display: block; }
              .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody tr td:last-child {
                text-align: right; }
            .summary-report-edit .edit-report-complete .result-left .filter-out .results-table-area table tbody input[type="checkbox"] {
              float: left; }
      .summary-report-edit .edit-report-complete .result-left .filter-out .hint-give {
        background-color: #8f8f8f;
        font-size: 11px;
        color: #fff;
        font-style: italic;
        padding: 10px; }
        .summary-report-edit .edit-report-complete .result-left .filter-out .hint-give span {
          font-weight: bold;
          font-style: normal; }
      @media only screen and (max-width: 1023px) {
        .summary-report-edit .edit-report-complete .result-left .filter-out .btn {
          width: 200px;
          font-size: 11px; } }
      @media only screen and (max-width: 1023px) {
        .summary-report-edit .edit-report-complete .result-left .filter-out {
          width: 365px; } }
  .summary-report-edit .edit-report-complete .ind-right {
    float: right;
    width: 600px; }
    .summary-report-edit .edit-report-complete .ind-right .report-title-area {
      font-size: 12px;
      padding-top: 10px;
      text-transform: initial; }
      .summary-report-edit .edit-report-complete .ind-right .report-title-area input[type="text"] {
        font-size: 18px;
        color: #666666;
        font-weight: normal;
        width: 100%;
        margin: 5px 0 7px;
        padding: 3px 9px;
        height: 28px; }
    .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu {
      float: right;
      margin: 0px 0 14px 0; }
      .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu ul {
        margin: 0;
        padding: 0; }
        .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu ul li {
          float: left;
          list-style: none;
          border-right: 1px solid #000;
          padding: 0 5px 0 5px; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu ul li:last-child {
            border-right: 0;
            padding: 0 0 0 5px; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu ul li a {
            font-size: 12px;
            color: #000;
            text-transform: uppercase;
            font-style: italic; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu ul li a:hover {
              color: #1c81c7; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .indi-menu ul li a.active {
              text-decoration: underline;
              color: #1c81c7;
              font-weight: bold; }
    .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table {
      position: relative; }
      .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table {
        width: 100%; }
        .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tr {
          width: 100%;
          float: left; }
        .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead {
          background-color: #318ccb;
          text-transform: uppercase;
          color: #ffffff;
          width: 100%; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead input[type="checkbox"] {
            float: left; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr {
            width: 100%; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th {
              padding: 5px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(1) {
                width: 31px; }
                @media only screen and (max-width: 1023px) {
                  .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(1) {
                    width: 36px; } }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(2) {
                width: 23px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(3) {
                width: 21px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(4) {
                width: 24px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(5) {
                width: 330px;
                text-align: left; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:nth-of-type(5):hover {
                  cursor: pointer; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:last-child {
                text-align: right;
                padding-right: 14px;
                width: 150px; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:last-child:hover {
                  cursor: pointer; }
                @media only screen and (max-width: 1280px) {
                  .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:last-child {
                    position: absolute;
                    padding-right: 10px;
                    right: 0;
                    top: 0; } }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:last-child.headerSortDown {
                  cursor: pointer;
                  padding-right: 14px;
                  padding-left: 0;
                  background-repeat: no-repeat;
                  background-image: url(../img/icon-sort-desc-b.png);
                  background-position: right 5px; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th:last-child.headerSortUp {
                  cursor: pointer;
                  padding-right: 14px;
                  padding-left: 0;
                  background-repeat: no-repeat;
                  background-image: url(../img/icon-sort-asc-b.png);
                  background-position: right 5px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th.headerSortDown {
                cursor: pointer;
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-desc-b.png);
                background-position: left 5px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table thead tr th.headerSortUp {
                cursor: pointer;
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-asc-b.png);
                background-position: left 5px; }
        .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody {
          float: left;
          width: 100%;
          max-height: 462px;
          overflow-y: scroll; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr:nth-of-type(even) {
            background: rgba(223, 223, 223, 0.6); }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr:nth-of-type(odd) {
            background: rgba(241, 241, 241, 0.6); }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr:hover {
            background: #B2E0FF;
            cursor: pointer; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td {
            padding: 5px; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td.no-record {
              background-color: #d53f00 !important;
              color: #FFFFFF;
              text-align: center !important;
              font-size: 13px;
              text-transform: uppercase;
              padding: 10px 0 !important;
              width: 600px !important; }
              @media only screen and (max-width: 990px) {
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td.no-record {
                  width: 718px !important; } }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(1) {
              padding: 0;
              width: 32px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(1) span {
                background-color: #aaaaaa;
                color: #fff;
                padding: 8px 3px;
                font-size: 8px;
                border-right: 1px solid #ccc;
                display: inline-block;
                cursor: pointer;
                border-bottom: 1px solid #ccc; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(1) span:hover {
                  background-color: #949393; }
              @media only screen and (max-width: 1023px) {
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(1) {
                  width: 36px; } }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(2) {
              width: 20px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(2).fill-color {
                background-color: #aaaaaa; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(3) {
              background: rgba(227, 227, 227, 0.6);
              width: 21px; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) {
              padding: 0;
              width: 24px; }
              .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) > span {
                background-image: url("../img/sprite.svg");
                background-repeat: no-repeat;
                text-align: center;
                width: 24px;
                height: 25px;
                display: block;
                margin: 0; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-default {
                  background-position: -135px 2px;
                  position: relative;
                  cursor: pointer; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-yoy-per {
                  background-position: -163px 2px; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-yoy {
                  background-position: -190px 2px; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-mom-per {
                  background-position: -218px 2px; }
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(4) > span.indi-icon-mom {
                  background-position: -245px 2px; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(5) {
              width: 330px;
              max-width: 330px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              @media only screen and (max-width: 1023px) {
                .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(5) {
                  max-width: 555px;
                  width: 550px; } }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:nth-of-type(6) {
              width: 150px;
              max-width: 150px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td.icon-seasonal img {
              width: 11px;
              display: block; }
            .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody tr td:last-child {
              text-align: right; }
          .summary-report-edit .edit-report-complete .ind-right .indi-location-area .added-indis-table table tbody input[type="checkbox"] {
            float: left; }
    .summary-report-edit .edit-report-complete .ind-right .report-option {
      margin: 0 0 31px; }
      .summary-report-edit .edit-report-complete .ind-right .report-option .report-text {
        float: left;
        line-height: 16px;
        font-size: 11px; }
      .summary-report-edit .edit-report-complete .ind-right .report-option select {
        float: left;
        margin-left: 15px;
        font-size: 11px;
        color: #000;
        padding: 0;
        width: 200px; }
      .summary-report-edit .edit-report-complete .ind-right .report-option label {
        font-weight: bold;
        margin-left: 5px;
        line-height: 18px; }
  .summary-report-edit .edit-report-complete .most-bottom-btn {
    margin-top: 10px; }
    .summary-report-edit .edit-report-complete .most-bottom-btn .btn.orange-btn {
      background: rgba(211, 64, 0, 0.8);
      transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      width: 265px; }
      .summary-report-edit .edit-report-complete .most-bottom-btn .btn.orange-btn:hover {
        background: #d34000; }
      @media only screen and (max-width: 1023px) {
        .summary-report-edit .edit-report-complete .most-bottom-btn .btn.orange-btn {
          width: 200px;
          font-size: 11px; } }
    .summary-report-edit .edit-report-complete .most-bottom-btn .btn .btn-margin {
      margin: 0 15px; }
    @media only screen and (max-width: 1023px) {
      .summary-report-edit .edit-report-complete .most-bottom-btn .btn {
        width: 200px;
        font-size: 11px; } }
  @media only screen and (max-width: 1023px) {
    .summary-report-edit {
      width: 700px; } }

/* Edit Presentation 
.cpw{
	.include-option{
		.filter-area{
			.filter-elements{
				width: 180px;
					&.keyword{
						width: 310px;
					}
					&.apply-btn{
						float: right;
						margin-right: 0;
						width: 130px;
							.btn{
								height: 27px;
								margin-top: 19px;
							}
					}
			}
		}
	}
}
*/
/* POPUP RESPONSIVE */
@media only screen and (max-width: 1023px) {
  .edit-indi-info {
    width: 620px; }
    .edit-indi-info .edit-indi-left {
      width: 100%;
      float: none;
      margin-bottom: 20px; }
      .edit-indi-info .edit-indi-left .info-sec {
        width: 49%;
        padding: 5px;
        margin-bottom: 10px;
        float: left; }
    .edit-indi-info .edit-indi-right {
      float: none; } }
.ac-page-area {
  width: 1000px;
  margin: 0 auto 40px;
  font-family: Arial, Helvetica, sans-serif; }
  .ac-page-area h4.ui-state-default {
    background-color: #1c81c7;
    font-size: 16px; }
  .ac-page-area h4.ui-accordion-header {
    margin-bottom: 0;
    padding: 3px;
    font-size: 16px;
    margin-top: 20px; }
  .ac-page-area h4 span i {
    width: 20px;
    text-align: center; }
  .ac-page-area h4 span.accordian-arrow {
    border-right: 1px solid #ffffff;
    padding: 4px 0 5px;
    margin-right: 10px; }
  .ac-page-area h4 span .fa-angle-right {
    padding: 0; }
  .ac-page-area .ui-widget-content {
    background-color: #ffffff;
    box-shadow: 0px 6px 10px #292929;
    padding: 15px;
    font-size: 14px; }
  .ac-page-area .ui-widget {
    font-family: Arial, Helvetica, sans-serif; }
  .ac-page-area .overview-area {
    background-color: #ffffff;
    padding: 10px; }
    .ac-page-area .overview-area h4.ui-state-default {
      background-color: #1c81c7;
      font-size: 16px; }
    .ac-page-area .overview-area h4.ui-accordion-header {
      margin-bottom: 0;
      padding: 3px;
      font-size: 16px;
      margin-top: 0px; }
    .ac-page-area .overview-area h4 span i {
      width: 20px;
      text-align: center; }
    .ac-page-area .overview-area h4 span.accordian-arrow {
      border-right: 1px solid #ffffff;
      padding: 4px 0 5px;
      margin-right: 10px; }
    .ac-page-area .overview-area h4 span .fa-angle-right {
      padding: 0 2px 0 3px; }
    .ac-page-area .overview-area .ui-widget-content {
      background-color: #ffffff;
      box-shadow: none;
      padding: 15px;
      font-size: 14px; }
    .ac-page-area .overview-area .ui-widget {
      font-family: Arial, Helvetica, sans-serif; }
    .ac-page-area .overview-area .edit-my-ac-area .grey-heading {
      font-size: 30px;
      color: #666666;
      display: inline-block;
      text-transform: uppercase; }
      .ac-page-area .overview-area .edit-my-ac-area .grey-heading.mb10 {
        margin-bottom: 10px; }
    .ac-page-area .overview-area .edit-my-ac-area .go-back {
      float: right;
      margin-top: 6px; }
      .ac-page-area .overview-area .edit-my-ac-area .go-back a {
        background-color: #1c81c7;
        color: #ffffff;
        padding: 5px 10px;
        display: block; }
        .ac-page-area .overview-area .edit-my-ac-area .go-back a:hover {
          background-color: #1b78b9; }
    .ac-page-area .overview-area .edit-my-ac-area .blue-header {
      background-color: #1c81c7;
      padding: 0 10px; }
      .ac-page-area .overview-area .edit-my-ac-area .blue-header .grey-heading {
        color: #ffffff;
        font-size: 21px; }
        .ac-page-area .overview-area .edit-my-ac-area .blue-header .grey-heading .fa {
          font-size: 20px; }
    .ac-page-area .overview-area .edit-my-ac-area .form-area {
      padding: 0 5px; }
      .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set {
        margin: 16px 0;
        width: 49%; }
        .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set.whalf {
          float: left;
          width: 49%;
          margin-top: 16px;
          margin-bottom: 0; }
        .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set.whalf-right {
          float: right;
          width: 49%;
          margin-top: 16px;
          margin-bottom: 0; }
        .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-left {
          float: left;
          width: 40%;
          font-size: 12px;
          font-weight: 700;
          line-height: 24px; }
          .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-left span {
            color: #ff0000; }
        .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right {
          float: right;
          width: 60%;
          font-size: 12px;
          font-style: italic; }
          .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right span {
            margin-left: 20px;
            background-color: #666;
            color: #fff;
            padding: 5px; }
            .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right span:hover {
              background-color: #1c81c7;
              cursor: pointer; }
          .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right input[type="text"], .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right input[type="password"] {
            height: 24px;
            width: 100%;
            color: #666;
            font-size: 12px;
            padding: 0 5px;
            border: 1px solid #1c81c7; }
        .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set button {
          background-color: #1c81c7;
          font-size: 15px;
          color: #ffffff;
          border: 0;
          text-transform: uppercase;
          padding: 0 35px;
          height: 24px;
          cursor: pointer;
          width: 100%; }
          .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set button:hover {
            background-color: #1b78b9; }
    .ac-page-area .overview-area .my-ac-area {
      border-bottom: 1px solid #ffffff; }
      .ac-page-area .overview-area .my-ac-area .gray-area {
        background-color: #eeeeee;
        padding: 10px; }
        .ac-page-area .overview-area .my-ac-area .gray-area .right-icon {
          float: right;
          background-color: #666666;
          width: 20px;
          height: 33px;
          color: #ffffff;
          text-align: center;
          font-size: 15px;
          line-height: 33px;
          cursor: pointer;
          margin-bottom: 10px; }
          .ac-page-area .overview-area .my-ac-area .gray-area .right-icon:hover {
            background-color: #1c81c7; }
        .ac-page-area .overview-area .my-ac-area .gray-area .user-email {
          float: left;
          width: 320px; }
          .ac-page-area .overview-area .my-ac-area .gray-area .user-email .header {
            background-color: #00a885;
            font-size: 14px;
            color: #ffffff;
            text-transform: uppercase;
            padding: 0 5px; }
          .ac-page-area .overview-area .my-ac-area .gray-area .user-email .body-area {
            background-color: #a0e8d8;
            height: 80px;
            line-height: 80px;
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            padding: 0 5px; }
        .ac-page-area .overview-area .my-ac-area .gray-area .middle-area {
          float: left;
          width: 330px;
          margin-left: 20px; }
          .ac-page-area .overview-area .my-ac-area .gray-area .middle-area .over-top {
            background-color: #1c81c7;
            color: #fff;
            padding: 28px 13px 13px;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 22px;
            height: 98px; }
            .ac-page-area .overview-area .my-ac-area .gray-area .middle-area .over-top span {
              font-size: 43px;
              letter-spacing: -2px;
              font-weight: 700; }
            @media only screen and (max-width: 1023px) {
              .ac-page-area .overview-area .my-ac-area .gray-area .middle-area .over-top {
                text-align: center; } }
          .ac-page-area .overview-area .my-ac-area .gray-area .middle-area .over-bottom {
            background-color: #8ebf49;
            color: #000000;
            padding: 28px 13px 13px;
            font-size: 14px;
            text-transform: uppercase;
            height: 98px; }
            .ac-page-area .overview-area .my-ac-area .gray-area .middle-area .over-bottom span {
              font-size: 38px;
              letter-spacing: -2px;
              font-weight: 700; }
            .ac-page-area .overview-area .my-ac-area .gray-area .middle-area .over-bottom .source {
              line-height: 20px; }
        .ac-page-area .overview-area .my-ac-area .gray-area .right-area {
          width: 270px;
          float: right; }
          .ac-page-area .overview-area .my-ac-area .gray-area .right-area .header {
            font-size: 14px;
            color: #ffffff;
            text-transform: uppercase;
            padding: 0 5px; }
            .ac-page-area .overview-area .my-ac-area .gray-area .right-area .header.blue {
              background-color: #1c81c7; }
            .ac-page-area .overview-area .my-ac-area .gray-area .right-area .header.orange {
              background-color: #d34000; }
          .ac-page-area .overview-area .my-ac-area .gray-area .right-area .body-area {
            height: 80px;
            line-height: 18px;
            color: #000000;
            font-size: 14px;
            padding: 20px 5px; }
            .ac-page-area .overview-area .my-ac-area .gray-area .right-area .body-area span {
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase; }
            .ac-page-area .overview-area .my-ac-area .gray-area .right-area .body-area.blue {
              background-color: #afd3eb; }
            .ac-page-area .overview-area .my-ac-area .gray-area .right-area .body-area.orange {
              background-color: #e07a4d;
              color: #ffffff; }
        @media only screen and (max-width: 1023px) {
          .ac-page-area .overview-area .my-ac-area .gray-area {
            float: none;
            margin-right: 0;
            width: 100%;
            margin-bottom: 20px; } }
    .ac-page-area .overview-area .ch-pass {
      width: 100%;
      border-bottom: 1px solid #ffffff; }
      .ac-page-area .overview-area .ch-pass .gray-area {
        background-color: #eeeeee;
        padding: 10px; }
        .ac-page-area .overview-area .ch-pass .gray-area .form-area {
          padding: 0; }
          .ac-page-area .overview-area .ch-pass .gray-area .form-area .left-side {
            width: 49%;
            float: left; }
          .ac-page-area .overview-area .ch-pass .gray-area .form-area .right-side {
            width: 49%;
            float: right; }
          .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-left {
            float: left;
            width: 40%;
            font-size: 12px;
            font-weight: 700;
            line-height: 24px; }
          .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right {
            float: left;
            width: 60%;
            margin-bottom: 16px; }
            .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right.mb0 {
              margin-bottom: 0; }
            .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right input[type="text"], .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right input[type="password"] {
              height: 24px;
              width: 100%;
              color: #666;
              font-size: 12px;
              padding: 0 5px;
              border: 1px solid #1c81c7; }
          .ac-page-area .overview-area .ch-pass .gray-area .form-area button {
            background-color: #1c81c7;
            font-size: 15px;
            color: #ffffff;
            border: 0;
            text-transform: uppercase;
            padding: 0 35px;
            height: 24px;
            cursor: pointer;
            width: 100%; }
            .ac-page-area .overview-area .ch-pass .gray-area .form-area button:hover {
              background-color: #1b78b9; }
    .ac-page-area .overview-area .logo-pre-area {
      border-bottom: 1px solid #ffffff; }
      .ac-page-area .overview-area .logo-pre-area .gray-area {
        background-color: #eeeeee;
        padding: 10px; }
      .ac-page-area .overview-area .logo-pre-area .logo-area {
        width: 100%; }
        .ac-page-area .overview-area .logo-pre-area .logo-area .upload-area {
          float: left;
          width: 175px; }
          .ac-page-area .overview-area .logo-pre-area .logo-area .upload-area .logo-img img {
            width: 100%;
            height: 147px; }
          .ac-page-area .overview-area .logo-pre-area .logo-area .upload-area .select-btn {
            margin-top: 10px; }
            .ac-page-area .overview-area .logo-pre-area .logo-area .upload-area .select-btn label {
              background-color: #c9c9c9;
              font-size: 13px;
              color: #000;
              text-align: center;
              height: 35px;
              line-height: 35px;
              width: 100%;
              display: block;
              cursor: pointer;
              text-transform: uppercase; }
              .ac-page-area .overview-area .logo-pre-area .logo-area .upload-area .select-btn label:hover {
                background-color: #1c81c7;
                color: #fff; }
            .ac-page-area .overview-area .logo-pre-area .logo-area .upload-area .select-btn input {
              display: none; }
        .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text {
          float: right;
          width: 80%; }
          .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text h3 {
            font-size: 18px;
            color: #000;
            text-transform: uppercase;
            font-weight: normal;
            margin-bottom: 10px; }
          .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text p {
            color: #616161;
            font-size: 13px;
            line-height: 17px; }
          .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text .show-logo {
            font-size: 13px;
            color: #000000;
            margin-top: 65px; }
            .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text .show-logo input[type="checkbox"] {
              position: relative;
              top: 2px; }
          .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text button {
            background-color: #1c81c7;
            font-size: 15px;
            color: #ffffff;
            border: 0;
            text-transform: uppercase;
            padding: 6px 35px;
            height: 35px;
            margin-top: 8px;
            cursor: pointer; }
            .ac-page-area .overview-area .logo-pre-area .logo-area .upload-text button:hover {
              background-color: #1b78b9; }
    .ac-page-area .overview-area .ac-ch-area .pre-area {
      width: 100%;
      border-bottom: 1px solid #ffffff; }
      .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area {
        background-color: #eeeeee;
        padding: 10px; }
        .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .head-bar {
          color: #000000;
          padding: 2px 0;
          font-size: 14px;
          text-transform: uppercase;
          border-bottom: 1px solid #000000; }
        .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area {
          margin: 0 0 20px; }
          .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area.mb0 {
            margin-bottom: 0; }
          .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area .only-text {
            font-size: 12px;
            font-weight: 700;
            float: left;
            width: 500px;
            line-height: 24px; }
          .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area .select-box {
            float: left;
            width: 180px; }
            .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area .select-box select {
              height: 24px;
              width: 100%;
              color: #666;
              font-size: 12px;
              text-transform: uppercase; }
          .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area button {
            background-color: #1c81c7;
            font-size: 15px;
            color: #ffffff;
            border: 0;
            text-transform: uppercase;
            padding: 0 35px;
            height: 24px;
            cursor: pointer;
            float: left;
            width: 180px;
            margin-left: 20px; }
            .ac-page-area .overview-area .ac-ch-area .pre-area .gray-area .selection-area button:hover {
              background-color: #1b78b9; }
    .ac-page-area .overview-area .ac-ch-area .manage-ac {
      width: 100%;
      border-bottom: 1px solid #ffffff; }
      .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area {
        background-color: #eeeeee;
        padding: 10px; }
        .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .header {
          font-size: 14px;
          color: #000000;
          text-transform: uppercase;
          padding: 2px 0;
          border-bottom: 1px solid #000000; }
        .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area {
          margin: 0px 0 20px; }
          .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area.mb0 {
            margin-bottom: 0; }
          .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area .ac-type {
            font-size: 12px;
            font-weight: 700;
            float: left;
            width: 150px;
            line-height: 24px; }
          .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area .only-text {
            font-size: 12px;
            font-weight: 700;
            float: left;
            width: 330px;
            line-height: 24px; }
          .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area .select-box {
            float: left;
            width: 180px; }
            .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area .select-box select {
              height: 24px;
              width: 100%;
              color: #666;
              font-size: 12px;
              text-transform: uppercase; }
          .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area button {
            font-size: 15px;
            color: #ffffff;
            border: 0;
            text-transform: uppercase;
            padding: 0 35px;
            height: 24px;
            cursor: pointer;
            width: 180px;
            float: left;
            margin-left: 20px; }
            .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area button.blue {
              background-color: #1c81c7; }
              .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area button.blue:hover {
                background-color: #1b78b9; }
            .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area button.orange {
              background-color: #e24d0c; }
              .ac-page-area .overview-area .ac-ch-area .manage-ac .gray-area .bottom-area button.orange:hover {
                background-color: #f2520c; }
    .ac-page-area .overview-area .ac-pm .gray-area {
      background-color: #eeeeee;
      padding: 10px; }
      .ac-page-area .overview-area .ac-pm .gray-area .trans-area {
        width: 300px;
        float: left; }
        .ac-page-area .overview-area .ac-pm .gray-area .trans-area.ml20 {
          margin-left: 20px; }
        .ac-page-area .overview-area .ac-pm .gray-area .trans-area.right-side {
          float: right; }
        .ac-page-area .overview-area .ac-pm .gray-area .trans-area .header {
          font-size: 14px;
          color: #ffffff;
          text-transform: uppercase;
          padding: 0 5px; }
          .ac-page-area .overview-area .ac-pm .gray-area .trans-area .header.blue {
            background-color: #1c81c7; }
          .ac-page-area .overview-area .ac-pm .gray-area .trans-area .header.orange {
            background-color: #d34000; }
        .ac-page-area .overview-area .ac-pm .gray-area .trans-area .body-area {
          height: 80px;
          line-height: 18px;
          color: #000000;
          font-size: 14px;
          padding: 20px 5px; }
          .ac-page-area .overview-area .ac-pm .gray-area .trans-area .body-area span {
            font-size: 25px;
            font-weight: 700;
            text-transform: uppercase; }
          .ac-page-area .overview-area .ac-pm .gray-area .trans-area .body-area.blue {
            background-color: #afd3eb;
            font-weight: normal; }
          .ac-page-area .overview-area .ac-pm .gray-area .trans-area .body-area.orange {
            background-color: #e07a4d;
            color: #ffffff; }
      .ac-page-area .overview-area .ac-pm .gray-area .left-area {
        float: left;
        width: 320px; }
        .ac-page-area .overview-area .ac-pm .gray-area .left-area .over-bottom {
          background-color: #8ebf49;
          color: #000000;
          padding: 28px 13px 13px;
          font-size: 14px;
          text-transform: uppercase;
          height: 98px; }
          .ac-page-area .overview-area .ac-pm .gray-area .left-area .over-bottom span {
            font-size: 25px;
            letter-spacing: -2px;
            font-weight: 700; }
          .ac-page-area .overview-area .ac-pm .gray-area .left-area .over-bottom .source {
            line-height: 20px; }
    .ac-page-area .overview-area .payment-area {
      margin: 0; }
      .ac-page-area .overview-area .payment-area .blue-header {
        background-color: #1c81c7;
        padding: 0 10px; }
        .ac-page-area .overview-area .payment-area .blue-header .grey-heading {
          color: #ffffff; }
          .ac-page-area .overview-area .payment-area .blue-header .grey-heading .fa {
            font-size: 28px;
            color: #ffffff; }
      .ac-page-area .overview-area .payment-area .text-only {
        padding: 20px 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold; }
      .ac-page-area .overview-area .payment-area button {
        background-color: #1c81c7;
        font-size: 15px;
        color: #ffffff;
        border: 0;
        text-transform: uppercase;
        padding: 0 35px;
        height: 24px;
        margin-top: 0px;
        cursor: pointer; }
        .ac-page-area .overview-area .payment-area button:hover {
          background-color: #1b78b9; }
    .ac-page-area .overview-area .paypal-box {
      margin-top: 20px; }
      .ac-page-area .overview-area .paypal-box .saved-cards dl {
        line-height: 25px; }
        .ac-page-area .overview-area .paypal-box .saved-cards dl dt {
          width: 15%;
          float: left;
          font-weight: bold; }
        .ac-page-area .overview-area .paypal-box .saved-cards dl dd {
          width: 85%;
          float: right; }
      .ac-page-area .overview-area .paypal-box .cards-button button {
        background-color: #1c81c7;
        font-size: 15px;
        color: #ffffff;
        border: 0;
        text-transform: uppercase;
        padding: 0 35px;
        height: 24px;
        margin-top: 15px;
        cursor: pointer; }
        .ac-page-area .overview-area .paypal-box .cards-button button:hover {
          background-color: #1b78b9; }
  .ac-page-area .ac-exp-outer .ac-expired {
    margin: 0; }
    .ac-page-area .ac-exp-outer .ac-expired .orange-header {
      background-color: #d34000;
      padding: 0 10px; }
      .ac-page-area .ac-exp-outer .ac-expired .orange-header .grey-heading {
        color: #ffffff;
        display: inline-block;
        font-size: 30px;
        text-transform: uppercase; }
        .ac-page-area .ac-exp-outer .ac-expired .orange-header .grey-heading .fa {
          font-size: 28px;
          color: #ffffff; }
    .ac-page-area .ac-exp-outer .ac-expired .white-area {
      background-color: #ffffff;
      padding: 10px; }
      .ac-page-area .ac-exp-outer .ac-expired .white-area p {
        padding: 20px 10px;
        font-size: 12px; }
        .ac-page-area .ac-exp-outer .ac-expired .white-area p a {
          color: #1c81c7;
          font-style: italic; }
          .ac-page-area .ac-exp-outer .ac-expired .white-area p a:hover {
            text-decoration: underline; }
      .ac-page-area .ac-exp-outer .ac-expired .white-area a {
        display: inline-block; }
        .ac-page-area .ac-exp-outer .ac-expired .white-area a.ml15 {
          margin-left: 15px; }
      .ac-page-area .ac-exp-outer .ac-expired .white-area button {
        background-color: #1c81c7;
        font-size: 15px;
        color: #ffffff;
        border: 0;
        text-transform: uppercase;
        padding: 0 35px;
        height: 36px;
        margin-top: 15px;
        cursor: pointer; }
        .ac-page-area .ac-exp-outer .ac-expired .white-area button:hover {
          background-color: #1b78b9; }
  .ac-page-area .three-type-report {
    background-color: #eeeeee !important;
    padding: 10px !important; }
    .ac-page-area .three-type-report .email-menu {
      float: left;
      font-size: 20px;
      background: #666;
      color: #fff;
      width: 26px;
      text-align: center;
      height: 36px;
      margin: 0 20px 0 0;
      padding: 5px 0;
      position: relative; }
      .ac-page-area .three-type-report .email-menu:hover {
        background-color: #1c81c7;
        cursor: pointer; }
        .ac-page-area .three-type-report .email-menu:hover .e-dropdown {
          display: block; }
      .ac-page-area .three-type-report .email-menu .e-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 21;
        width: auto;
        padding: 0 0 10px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        background-color: rgba(102, 102, 102, 0.95);
        display: none; }
        .ac-page-area .three-type-report .email-menu .e-dropdown ul {
          margin: 5px 0 0 0;
          padding: 0;
          line-height: 20px; }
          .ac-page-area .three-type-report .email-menu .e-dropdown ul li {
            list-style: none;
            white-space: nowrap;
            float: none;
            text-align: left; }
            .ac-page-area .three-type-report .email-menu .e-dropdown ul li a {
              color: #ffffff;
              display: block;
              padding-left: 14px;
              padding-right: 14px;
              font-size: 12px;
              font-weight: normal;
              text-transform: none;
              margin-right: 0; }
              .ac-page-area .three-type-report .email-menu .e-dropdown ul li a:hover {
                background-color: #1f80c3; }
    .ac-page-area .three-type-report .grey-heading {
      font-size: 30px;
      color: #666666;
      display: inline-block;
      text-transform: uppercase;
      float: left; }
      .ac-page-area .three-type-report .grey-heading.mb10 {
        margin-bottom: 10px; }
      .ac-page-area .three-type-report .grey-heading span.report-icon {
        background-image: url("../img/summary-sprite.svg");
        background-position: -269px 0px;
        width: 33px;
        height: 33px;
        float: left; }
    .ac-page-area .three-type-report .sub-menu-type {
      float: right;
      margin: 4px 0;
      position: relative;
      background: #666666;
      color: #ffffff;
      padding: 7px 0;
      height: 30px;
      width: 21px;
      font-size: 14px;
      text-align: center; }
      .ac-page-area .three-type-report .sub-menu-type a {
        color: #ffffff; }
      .ac-page-area .three-type-report .sub-menu-type:hover, .ac-page-area .three-type-report .sub-menu-type.active {
        background-color: #1c81c7; }
      .ac-page-area .three-type-report .sub-menu-type:hover .esub-dropdown {
        display: block; }
      .ac-page-area .three-type-report .sub-menu-type .esub-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 21;
        width: auto;
        padding: 0 0 10px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        background-color: rgba(102, 102, 102, 0.95);
        display: none; }
        .ac-page-area .three-type-report .sub-menu-type .esub-dropdown ul {
          margin: 5px 0 0 0;
          padding: 0;
          line-height: 20px; }
          .ac-page-area .three-type-report .sub-menu-type .esub-dropdown ul li {
            list-style: none;
            white-space: nowrap;
            float: none;
            text-align: left; }
            .ac-page-area .three-type-report .sub-menu-type .esub-dropdown ul li a {
              color: #ffffff;
              display: block;
              padding-left: 14px;
              padding-right: 14px;
              font-size: 12px;
              font-weight: normal;
              text-transform: none;
              margin-right: 0; }
              .ac-page-area .three-type-report .sub-menu-type .esub-dropdown ul li a:hover {
                background-color: #1f80c3; }
    .ac-page-area .three-type-report .email-alert-report {
      margin: 0px;
      position: relative; }
      .ac-page-area .three-type-report .email-alert-report .no-report {
        background-color: #d53f00;
        color: #FFFFFF;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        padding: 12px;
        margin: -7px; }
      .ac-page-area .three-type-report .email-alert-report .war-succ-area {
        position: absolute;
        width: 313px;
        padding: 10px;
        font-size: 16px;
        height: 165px;
        color: #000;
        top: -1px;
        left: -1px; }
        .ac-page-area .three-type-report .email-alert-report .war-succ-area.warning {
          background-color: #f2cd13;
          z-index: 1; }
        .ac-page-area .three-type-report .email-alert-report .war-succ-area.success {
          background-color: #8ebf49;
          color: #fff;
          z-index: 2; }
        .ac-page-area .three-type-report .email-alert-report .war-succ-area .cross {
          float: right; }
          .ac-page-area .three-type-report .email-alert-report .war-succ-area .cross i {
            background: #fff;
            border-radius: 50%;
            color: #000;
            padding: 4px 6px;
            height: 24px;
            width: 24px;
            color: #ababab;
            font-size: 15px; }
            .ac-page-area .three-type-report .email-alert-report .war-succ-area .cross i:hover {
              color: #000; }
        .ac-page-area .three-type-report .email-alert-report .war-succ-area p {
          line-height: 22px; }
          .ac-page-area .three-type-report .email-alert-report .war-succ-area p span {
            font-weight: bold;
            text-transform: uppercase; }
        .ac-page-area .three-type-report .email-alert-report .war-succ-area .btn {
          font-size: 14px;
          color: #FFFFFF;
          border: none;
          width: 100%;
          text-transform: uppercase;
          height: 42px;
          cursor: pointer;
          position: relative;
          margin-top: 10px; }
          .ac-page-area .three-type-report .email-alert-report .war-succ-area .btn.delete-btn {
            background: #d34000;
            transition: 0.3s ease 0s;
            -moz-transition: 0.3s ease 0s;
            -webkit-transition: 0.3s ease 0s; }
            .ac-page-area .three-type-report .email-alert-report .war-succ-area .btn.delete-btn:hover {
              background: #bb3a02; }
        @media only screen and (max-width: 1023px) {
          .ac-page-area .three-type-report .email-alert-report .war-succ-area {
            width: 337px; } }
      .ac-page-area .three-type-report .email-alert-report .panel-expand {
        margin: 0px 5px 0 5px;
        float: left; }
        .ac-page-area .three-type-report .email-alert-report .panel-expand a {
          font-size: 11px;
          text-decoration: underline;
          text-transform: uppercase;
          color: #666; }
          .ac-page-area .three-type-report .email-alert-report .panel-expand a:hover {
            color: #1c81c7; }
      .ac-page-area .three-type-report .email-alert-report .hints-area {
        float: right;
        margin: 0px 0px 0 5px;
        font-size: 11px;
        font-style: italic; }
        .ac-page-area .three-type-report .email-alert-report .hints-area span {
          float: left; }
          .ac-page-area .three-type-report .email-alert-report .hints-area span.margin {
            margin: 2px 15px 0 2px; }
          .ac-page-area .three-type-report .email-alert-report .hints-area span.m-zero {
            margin: 2px 0 0 2px; }
        .ac-page-area .three-type-report .email-alert-report .hints-area .icons {
          background-image: url("../img/summary-sprite.svg");
          height: 20px;
          width: 20px; }
          .ac-page-area .three-type-report .email-alert-report .hints-area .icons.xls {
            background-position: -112px -140px; }
          .ac-page-area .three-type-report .email-alert-report .hints-area .icons.ppt {
            background-position: -86px -140px; }
          .ac-page-area .three-type-report .email-alert-report .hints-area .icons.doc {
            background-position: -58px -140px; }
          .ac-page-area .three-type-report .email-alert-report .hints-area .icons.user {
            background-position: -1px -140px; }
          .ac-page-area .three-type-report .email-alert-report .hints-area .icons.system {
            background-position: -29px -140px; }
      .ac-page-area .three-type-report .email-alert-report .email-alert-list {
        margin: 0; }
        .ac-page-area .three-type-report .email-alert-report .email-alert-list table {
          width: 100%; }
          .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th {
            background-color: #1c81c7;
            height: 23px;
            font-size: 12px;
            font-weight: normal;
            color: #ffffff;
            text-align: left;
            text-transform: uppercase; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:first-child {
              padding-left: 7px; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:nth-of-type(2), .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:nth-of-type(3) {
              padding-left: 5px;
              padding-right: 5px; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:last-child {
              text-align: right;
              padding-right: 7px; }
              .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:last-child.header {
                cursor: auto; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:last-child.header.headerSortUp {
                  background-image: none; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th:last-child.header.headerSortDown {
                  background-image: none; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th.header {
              cursor: pointer; }
              .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th.header.headerSortUp {
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-desc-b.png);
                background-position: left 0; }
@-moz-document url-prefix() {
  .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th.header.headerSortUp {
    background-position: left center; } }
              .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th.header.headerSortDown {
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-asc-b.png);
                background-position: left 0px; }
@-moz-document url-prefix() {
  .ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th.header.headerSortDown {
    background-position: left center; } }
          .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr:nth-of-type(odd) {
            background-color: #f4f4f4; }
          .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr:nth-of-type(even) {
            background-color: #ddd; }
          .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr:hover {
            background-color: #b2e0ff; }
          .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td {
            height: 25px;
            color: #000000;
            font-size: 12px;
            color: #000000; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:first-child {
              padding-left: 7px;
              max-width: 415px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:nth-of-type(2), .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:nth-of-type(3) {
              padding-left: 5px;
              padding-right: 5px;
              max-width: 150px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child {
              text-align: right; }
              .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a {
                width: 29px;
                text-align: center;
                font-size: 10px;
                background-color: #666666;
                text-transform: uppercase;
                height: 24px;
                padding: 5px 0;
                color: #ffffff;
                float: right; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a:nth-of-type(2) {
                  margin-right: 1px; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a:hover, .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a.active {
                  background-color: #1c81c7; }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success {
              position: relative; }
              .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ {
                width: 100%;
                font-size: 12px;
                color: #000000;
                bottom: 0px;
                padding: 1px 7px;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 25px; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ span {
                  font-weight: bold;
                  text-transform: uppercase; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .warning-text {
                  float: left;
                  line-height: 22px;
                  margin-right: 40px; }
                  @media only screen and (max-width: 1023px) {
                    .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .warning-text {
                      font-size: 11px; } }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .btn {
                  font-size: 14px;
                  color: #FFFFFF;
                  border: none;
                  width: 200px;
                  text-transform: uppercase;
                  height: 33px;
                  cursor: pointer;
                  float: left;
                  position: relative; }
                  .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .btn.delete-btn {
                    background: #d34000;
                    transition: 0.3s ease 0s;
                    -moz-transition: 0.3s ease 0s;
                    -webkit-transition: 0.3s ease 0s; }
                    .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .btn.delete-btn:hover {
                      background: #bb3a02; }
                  @media only screen and (max-width: 1023px) {
                    .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .btn {
                      font-size: 12px;
                      width: 120px; } }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .cross {
                  position: absolute;
                  top: -3px;
                  right: 0px;
                  z-index: 20;
                  background-color: initial; }
                  .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .cross i {
                    background: #fff;
                    border-radius: 50%;
                    color: #000;
                    padding: 4px 4px;
                    height: 20px;
                    width: 20px;
                    color: #ababab;
                    font-size: 12px; }
                    .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ .cross i:hover {
                      color: #000; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ.warning {
                  background-color: #f2cd13;
                  z-index: 1; }
                .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ.success {
                  background-color: #8ebf49;
                  color: #fff;
                  z-index: 2; }
                @media only screen and (max-width: 1023px) {
                  .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.success .list-war-succ {
                    width: 690px; } }
            .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td.no-result {
              background-color: #d53f00 !important;
              color: #FFFFFF;
              text-align: center;
              font-size: 12px;
              text-transform: uppercase; }
        @media only screen and (max-width: 1023px) {
          .ac-page-area .three-type-report .email-alert-report .email-alert-list {
            width: 690px; } }
    .ac-page-area .three-type-report .est-target-report {
      margin: 0px;
      position: relative; }
      .ac-page-area .three-type-report .est-target-report .panel-expand {
        margin: 0px 5px 0 5px;
        float: left; }
        .ac-page-area .three-type-report .est-target-report .panel-expand a {
          font-size: 11px;
          text-decoration: underline;
          text-transform: uppercase;
          color: #666; }
          .ac-page-area .three-type-report .est-target-report .panel-expand a:hover {
            color: #1c81c7; }
      .ac-page-area .three-type-report .est-target-report .est-target-list {
        margin: 0; }
        .ac-page-area .three-type-report .est-target-report .est-target-list table {
          width: 100%; }
          .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th {
            background-color: #1c81c7;
            height: 23px;
            font-size: 12px;
            font-weight: normal;
            color: #ffffff;
            text-align: left;
            text-transform: uppercase; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:first-child {
              padding-left: 7px; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:nth-of-type(2), .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:nth-of-type(3), .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:nth-of-type(4) {
              padding-left: 5px;
              padding-right: 5px; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:last-child {
              text-align: right;
              padding-right: 7px; }
              .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:last-child.header {
                cursor: auto; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:last-child.header.headerSortUp {
                  background-image: none; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th:last-child.header.headerSortDown {
                  background-image: none; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th.header {
              cursor: pointer; }
              .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th.header.headerSortUp {
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-desc-b.png);
                background-position: left 0; }
@-moz-document url-prefix() {
  .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th.header.headerSortUp {
    background-position: left center; } }
              .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th.header.headerSortDown {
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-asc-b.png);
                background-position: left 0px; }
@-moz-document url-prefix() {
  .ac-page-area .three-type-report .est-target-report .est-target-list table thead tr th.header.headerSortDown {
    background-position: left center; } }
          .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr:nth-of-type(odd) {
            background-color: #f4f4f4; }
          .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr:nth-of-type(even) {
            background-color: #ddd; }
          .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr:hover {
            background-color: #b2e0ff; }
          .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td {
            height: 25px;
            color: #000000;
            font-size: 12px; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:first-child {
              padding-left: 7px;
              max-width: 315px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:nth-of-type(2), .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:nth-of-type(3), .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:nth-of-type(4) {
              padding-left: 5px;
              padding-right: 5px;
              max-width: 150px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:last-child {
              text-align: right; }
              .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:last-child a {
                width: 29px;
                text-align: center;
                font-size: 10px;
                background-color: #666666;
                text-transform: uppercase;
                height: 24px;
                padding: 5px 0;
                color: #ffffff;
                float: right; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:last-child a.fa {
                  font-size: 18px;
                  padding-left: 6px; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:last-child a:nth-of-type(2) {
                  margin-right: 1px;
                  margin-left: 1px; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:last-child a:hover, .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td:last-child a.active {
                  background-color: #1c81c7; }
            .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success {
              position: relative; }
              .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ {
                width: 100%;
                font-size: 12px;
                color: #000000;
                bottom: 0px;
                padding: 1px 7px;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 25px; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ span {
                  font-weight: bold;
                  text-transform: uppercase; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .warning-text {
                  float: left;
                  line-height: 22px;
                  margin-right: 40px; }
                  @media only screen and (max-width: 1023px) {
                    .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .warning-text {
                      font-size: 11px; } }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .btn {
                  font-size: 14px;
                  color: #FFFFFF;
                  border: none;
                  width: 200px;
                  text-transform: uppercase;
                  height: 33px;
                  cursor: pointer;
                  float: left;
                  position: relative; }
                  .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .btn.delete-btn {
                    background: #d34000;
                    transition: 0.3s ease 0s;
                    -moz-transition: 0.3s ease 0s;
                    -webkit-transition: 0.3s ease 0s; }
                    .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .btn.delete-btn:hover {
                      background: #bb3a02; }
                  @media only screen and (max-width: 1023px) {
                    .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .btn {
                      font-size: 12px;
                      width: 120px; } }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .cross {
                  position: absolute;
                  top: -3px;
                  right: 0px;
                  z-index: 20;
                  background-color: initial; }
                  .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .cross i {
                    background: #fff;
                    border-radius: 50%;
                    color: #000;
                    padding: 4px 4px;
                    height: 20px;
                    width: 20px;
                    color: #ababab;
                    font-size: 12px; }
                    .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ .cross i:hover {
                      color: #000; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ.warning {
                  background-color: #f2cd13;
                  z-index: 1; }
                .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ.success {
                  background-color: #8ebf49;
                  color: #fff;
                  z-index: 2; }
                @media only screen and (max-width: 1023px) {
                  .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.success .list-war-succ {
                    width: 690px; } }
            .ac-page-area .three-type-report .est-target-report .est-target-list table tbody tr td.no-result {
              background-color: #d53f00 !important;
              color: #FFFFFF;
              text-align: center;
              font-size: 12px;
              text-transform: uppercase; }
    .ac-page-area .three-type-report .sc-report {
      margin: 0px;
      position: relative; }
      .ac-page-area .three-type-report .sc-report .panel-expand {
        margin: 0px 5px 0 5px;
        float: left; }
        .ac-page-area .three-type-report .sc-report .panel-expand a {
          font-size: 11px;
          text-decoration: underline;
          text-transform: uppercase;
          color: #666; }
          .ac-page-area .three-type-report .sc-report .panel-expand a:hover {
            color: #1c81c7; }
      .ac-page-area .three-type-report .sc-report .hints-area {
        float: right;
        margin: 0px 0px 0 5px;
        font-size: 11px;
        font-style: italic; }
        .ac-page-area .three-type-report .sc-report .hints-area span {
          float: left; }
          .ac-page-area .three-type-report .sc-report .hints-area span.margin {
            margin: 2px 15px 0 2px; }
          .ac-page-area .three-type-report .sc-report .hints-area span.m-zero {
            margin: 2px 0 0 2px; }
        .ac-page-area .three-type-report .sc-report .hints-area .icons {
          background-image: url("../img/summary-sprite.svg");
          height: 20px;
          width: 20px; }
          .ac-page-area .three-type-report .sc-report .hints-area .icons.xls {
            background-position: -112px -140px; }
          .ac-page-area .three-type-report .sc-report .hints-area .icons.ppt {
            background-position: -86px -140px; }
          .ac-page-area .three-type-report .sc-report .hints-area .icons.doc {
            background-position: -58px -140px; }
          .ac-page-area .three-type-report .sc-report .hints-area .icons.user {
            background-position: -1px -140px; }
          .ac-page-area .three-type-report .sc-report .hints-area .icons.system {
            background-position: -29px -140px; }
      .ac-page-area .three-type-report .sc-report .list {
        margin: 0; }
        .ac-page-area .three-type-report .sc-report .list table {
          width: 100%; }
          .ac-page-area .three-type-report .sc-report .list table thead tr th {
            background-color: #1c81c7;
            height: 23px;
            font-size: 12px;
            font-weight: normal;
            color: #ffffff;
            text-align: left;
            text-transform: uppercase; }
            .ac-page-area .three-type-report .sc-report .list table thead tr th:first-child {
              padding-left: 7px; }
            .ac-page-area .three-type-report .sc-report .list table thead tr th:nth-of-type(2), .ac-page-area .three-type-report .sc-report .list table thead tr th:nth-of-type(3), .ac-page-area .three-type-report .sc-report .list table thead tr th:nth-of-type(4), .ac-page-area .three-type-report .sc-report .list table thead tr th:nth-of-type(5) {
              text-align: center; }
            .ac-page-area .three-type-report .sc-report .list table thead tr th:last-child {
              text-align: right;
              padding-right: 7px; }
            .ac-page-area .three-type-report .sc-report .list table thead tr th.header {
              cursor: pointer; }
              .ac-page-area .three-type-report .sc-report .list table thead tr th.header.headerSortUp {
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-desc-b.png);
                background-position: left 0; }
@-moz-document url-prefix() {
  .ac-page-area .three-type-report .sc-report .list table thead tr th.header.headerSortUp {
    background-position: left center; } }
              .ac-page-area .three-type-report .sc-report .list table thead tr th.header.headerSortDown {
                padding-left: 14px;
                background-repeat: no-repeat;
                background-image: url(../img/icon-sort-asc-b.png);
                background-position: left 0px; }
@-moz-document url-prefix() {
  .ac-page-area .three-type-report .sc-report .list table thead tr th.header.headerSortDown {
    background-position: left center; } }
          .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(odd) {
            background-color: #f4f4f4; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(odd) td:nth-of-type(5) thead th {
              background-color: #f4f4f4; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(odd) td:nth-of-type(5) tbody td {
              background-color: #f4f4f4; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(odd):hover td:nth-of-type(5) thead th {
              background-color: #b2e0ff; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(odd):hover td:nth-of-type(5) tbody td {
              background-color: #b2e0ff; }
          .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(even) {
            background-color: #ddd; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(even) td:nth-of-type(5) thead th {
              background-color: #ddd; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(even) td:nth-of-type(5) tbody td {
              background-color: #ddd; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(even):hover td:nth-of-type(5) thead th {
              background-color: #b2e0ff; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr:nth-of-type(even):hover td:nth-of-type(5) tbody td {
              background-color: #b2e0ff; }
          .ac-page-area .three-type-report .sc-report .list table tbody tr:hover {
            background-color: #b2e0ff; }
          .ac-page-area .three-type-report .sc-report .list table tbody tr td {
            height: 48px;
            color: #000000; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td:first-child {
              font-size: 20px;
              text-transform: uppercase;
              padding-left: 7px;
              max-width: 350px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td span {
              width: 29px;
              height: 29px;
              background-image: url("../img/summary-sprite.svg");
              display: block;
              margin: 0 auto; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td span.doc {
                background-position: -152px -100px; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td span.ppt {
                background-position: -192px -100px; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td span.xls {
                background-position: -227px -100px; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td span.user {
                background-position: -1px -100px; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td span.system {
                background-position: -39px -100px; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td span.alert {
                background-position: -76px -100px; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td span.alert.active {
                  background-position: -115px -100px; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td:nth-of-type(5) table thead tr th {
              font-size: 15px;
              font-weight: bold;
              color: #000000;
              text-align: center;
              text-transform: none;
              height: auto; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td:nth-of-type(5) table thead tr th:first-child, .ac-page-area .three-type-report .sc-report .list table tbody tr td:nth-of-type(5) table thead tr th:last-child {
                padding: 0; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td:nth-of-type(5) table tbody tr td {
              font-size: 11px;
              text-align: center;
              text-decoration: none;
              height: auto; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td:nth-of-type(5) table tbody tr td:first-child {
                text-transform: none; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td:last-child {
              text-align: right; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td:last-child a {
                width: 29px;
                text-align: center;
                font-size: 11px;
                background-color: #666666;
                text-transform: uppercase;
                height: 47px;
                padding: 16px 0;
                color: #ffffff;
                float: right; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td:last-child a.fa {
                  font-size: 18px;
                  padding-left: 6px; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td:last-child a:nth-of-type(2) {
                  margin-right: 1px;
                  margin-left: 1px; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td:last-child a:hover, .ac-page-area .three-type-report .sc-report .list table tbody tr td:last-child a.active {
                  background-color: #1c81c7; }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td.success {
              position: relative; }
              .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ {
                width: 100%;
                font-size: 16px;
                color: #000000;
                bottom: 0px;
                padding: 7px;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 47px; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ span {
                  font-weight: bold;
                  text-transform: uppercase;
                  background-image: none;
                  display: inline; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .warning-text {
                  float: left;
                  line-height: 35px;
                  margin-right: 40px; }
                  @media only screen and (max-width: 1023px) {
                    .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .warning-text {
                      font-size: 11px; } }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .btn {
                  font-size: 14px;
                  color: #FFFFFF;
                  border: none;
                  width: 200px;
                  text-transform: uppercase;
                  height: 33px;
                  cursor: pointer;
                  float: left;
                  position: relative; }
                  .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .btn.delete-btn {
                    background: #d34000;
                    transition: 0.3s ease 0s;
                    -moz-transition: 0.3s ease 0s;
                    -webkit-transition: 0.3s ease 0s; }
                    .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .btn.delete-btn:hover {
                      background: #bb3a02; }
                  @media only screen and (max-width: 1023px) {
                    .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .btn {
                      font-size: 12px;
                      width: 120px; } }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .cross {
                  position: absolute;
                  top: -4px;
                  right: 4px;
                  z-index: 20;
                  background-color: initial; }
                  .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .cross i {
                    background: #fff;
                    border-radius: 50%;
                    color: #000;
                    padding: 4px 6px;
                    height: 24px;
                    width: 24px;
                    color: #ababab;
                    font-size: 15px; }
                    .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ .cross i:hover {
                      color: #000; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ.warning {
                  background-color: #f2cd13;
                  z-index: 1; }
                .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ.success {
                  background-color: #8ebf49;
                  color: #fff;
                  z-index: 2; }
                @media only screen and (max-width: 1023px) {
                  .ac-page-area .three-type-report .sc-report .list table tbody tr td.success .list-war-succ {
                    width: 690px; } }
            .ac-page-area .three-type-report .sc-report .list table tbody tr td.no-result {
              background-color: #d53f00 !important;
              color: #ffffff;
              text-align: center;
              font-size: 13px;
              text-transform: uppercase;
              padding: 12px;
              margin: -7px; }
  @media only screen and (max-width: 1023px) {
    .ac-page-area {
      width: 720px; } }

.ac-del {
  width: 500px; }
  .ac-del .white-bar p {
    margin-bottom: 20px; }
  .ac-del .white-bar button.btn.w100 {
    width: 100px; }
  .ac-del .white-bar .email-box {
    margin: 20px 0 40px; }
    .ac-del .white-bar .email-box span {
      float: left;
      margin-top: 8px; }
    .ac-del .white-bar .email-box input[type="text"] {
      margin-left: 15px;
      font-size: 11px;
      color: #666666;
      padding: 6px 9px;
      width: 215px;
      font-style: italic;
      float: left; }
    .ac-del .white-bar .email-box .search-load {
      float: left;
      margin: 5px 0 0 10px; }

.listing-area ul li:nth-child(odd) {
  background: #fff; }
  .listing-area ul li:nth-child(odd) li:nth-child(odd) {
    background: #e0e0e0; }
    .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
      background: #fff; }
      .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
      .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
        background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
    .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
      background: #e0e0e0; }
      .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
        background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
      .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
  .listing-area ul li:nth-child(odd) li:nth-child(even) {
    background: #fff; }
    .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
      background: #e0e0e0; }
      .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
        background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
      .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
    .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
      background: #fff; }
      .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
      .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
        background: #fff; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
.listing-area ul li:nth-child(even) {
  background: #e0e0e0; }
  .listing-area ul li:nth-child(even) li:nth-child(odd) {
    background: #fff; }
    .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
      background: #e0e0e0; }
      .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
        background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
      .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
    .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
      background: #fff; }
      .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
      .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
        background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
  .listing-area ul li:nth-child(even) li:nth-child(even) {
    background: #e0e0e0; }
    .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
      background: #fff; }
      .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
      .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
        background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
    .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) {
      background: #e0e0e0; }
      .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
        background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
      .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
        background: #e0e0e0; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
          background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
        .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
          background: #e0e0e0; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
            background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
          .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
            background: #e0e0e0; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
              background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
            .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
              background: #e0e0e0; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) li:nth-child(even) {
                    background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) li:nth-child(even) {
                    background: #fff; }
              .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                background: #e0e0e0; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                  background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(odd) {
                    background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) li:nth-child(even) {
                    background: #fff; }
                .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                  background: #e0e0e0; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(odd) {
                    background: #fff; }
                  .listing-area ul li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) li:nth-child(even) {
                    background: #e0e0e0; }

.error-page {
  background-color: #1c81c7;
  position: absolute;
  height: 100%;
  width: 100%; }
  .error-page .error-container {
    width: 985px;
    position: absolute;
    z-index: 10;
    height: 345px;
    top: 50%;
    left: 50%;
    margin-top: -172.5px;
    margin-left: -442.5px; }
    .error-page .error-container .er-left {
      width: 307px;
      float: left; }
    .error-page .error-container .er-right {
      width: 675px;
      float: right;
      text-align: center;
      margin-top: 30px; }
      .error-page .error-container .er-right h1 {
        font-size: 113px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase; }
      .error-page .error-container .er-right h3 {
        font-size: 32px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase; }
      .error-page .error-container .er-right p {
        font-size: 17px;
        color: #f0e67b;
        margin: 30px 0; }
        .error-page .error-container .er-right p a {
          color: #f0e67b;
          text-decoration: underline; }

.register-outer {
  padding: 20px;
  margin: 0 40px 40px;
  background-color: #ffffff; }
  .register-outer .top-breadcrumb {
    font-size: 12px;
    margin-bottom: 20px; }
    @media (max-width: 980px) {
      .register-outer .top-breadcrumb li a {
        width: 157px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .register-outer .top-breadcrumb li a {
        font-size: 10px;
        padding-left: 20px;
        width: 130px; } }
    @media (max-width: 639px) {
      .register-outer .top-breadcrumb li a {
        width: 100%;
        padding-left: 0;
        font-size: 12px; } }
    @media (max-width: 639px) {
      .register-outer .top-breadcrumb li a::before {
        border-bottom: 0;
        border-top: 0;
        border-left: 0; } }
    @media (max-width: 639px) {
      .register-outer .top-breadcrumb li a::after {
        border-bottom: 0;
        border-top: 0;
        border-left: 0; } }
    @media (max-width: 639px) {
      .register-outer .top-breadcrumb li {
        float: none; } }
  .register-outer .reg-heading {
    padding: 0 0 15px;
    text-transform: none;
    color: #acacac;
    font-size: 24px; }
    .register-outer .reg-heading a {
      color: #aaaaaa;
      font-size: 18px; }
  .register-outer .register-left {
    width: 55%;
    float: left; }
    .register-outer .register-left ul li {
      width: 50%;
      float: left;
      list-style: none;
      font-size: 12px;
      margin: 0 0 20px; }
      .register-outer .register-left ul li span {
        color: #ff0000; }
      .register-outer .register-left ul li input[type="text"], .register-outer .register-left ul li input[type="password"] {
        font-size: 11px;
        color: #000000;
        padding: 6px 9px;
        width: 95%;
        font-size: 11px;
        color: #666666;
        font-style: italic;
        margin: 5px 0;
        border: 1px solid #1c81c7; }
        @media (max-width: 639px) {
          .register-outer .register-left ul li input[type="text"], .register-outer .register-left ul li input[type="password"] {
            width: 100%; } }
      @media (max-width: 639px) {
        .register-outer .register-left ul li {
          width: 100%; } }
    .register-outer .register-left .plan-type {
      font-size: 12px;
      margin-right: 30px;
      padding: 10px;
      background: #efefef;
      margin: 5px 0;
      width: 95%; }
      .register-outer .register-left .plan-type input[type="radio"] {
        position: relative;
        top: 2px;
        width: 20px; }
      @media (max-width: 980px) {
        .register-outer .register-left .plan-type {
          width: 100%; } }
    @media (max-width: 980px) {
      .register-outer .register-left {
        width: 100%;
        float: left; } }
  .register-outer .register-right {
    width: 45%;
    float: right; }
    .register-outer .register-right .info-pop {
      background-color: #888888;
      padding: 10px;
      font-size: 12px;
      color: #ffffff;
      position: relative; }
      .register-outer .register-right .info-pop .icon-size {
        font-size: 20px; }
      .register-outer .register-right .info-pop a {
        text-decoration: none; }
        .register-outer .register-right .info-pop a.info-pop-cross {
          position: absolute;
          right: 6px;
          top: 1px;
          color: #fff;
          font-size: 25px;
          cursor: pointer; }
          .register-outer .register-right .info-pop a.info-pop-cross:hover {
            color: #ccc; }
      .register-outer .register-right .info-pop h5 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 10px 0 3px; }
      .register-outer .register-right .info-pop p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px; }
        @media (max-width: 980px) {
          .register-outer .register-right .info-pop p {
            margin-bottom: 5px;
            padding-bottom: 5px; } }
      .register-outer .register-right .info-pop ul {
        padding-left: 22px; }
        .register-outer .register-right .info-pop ul li {
          margin-bottom: 5px;
          list-style: disc;
          line-height: 16px; }
    @media (max-width: 980px) {
      .register-outer .register-right {
        width: 100%;
        float: left; } }
  .register-outer .btn-set {
    margin: 10px 0; }
    .register-outer .btn-set .btn {
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      width: 215px;
      text-transform: uppercase;
      height: 42px;
      cursor: pointer;
      position: relative;
      border-radius: 0;
      text-align: center; }
      @media (max-width: 639px) {
        .register-outer .btn-set .btn {
          width: 100%; } }
      .register-outer .btn-set .btn.blue-btn {
        background: #1c81c7;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .register-outer .btn-set .btn.blue-btn:hover {
          background: #1b78b9; }
      .register-outer .btn-set .btn.gray-btn {
        background: #aaaaaa;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .register-outer .btn-set .btn.gray-btn:hover {
          background: #949393; }
      .register-outer .btn-set .btn.btn-margin {
        margin: 0 15px; }
  .register-outer .msgs {
    color: #000000;
    font-size: 12px;
    margin: 10px 0 20px;
    padding: 5px 25px 7px 12px;
    line-height: 19px;
    position: relative;
    border-radius: 4px;
    width: 97.5%; }
    .register-outer .msgs.full {
      width: 100%; }
    .register-outer .msgs.danger {
      background-color: #f2dede;
      border: 1px solid #ee9d9d; }
    .register-outer .msgs.success {
      background-color: #dff0d8;
      border: 1px solid #cde7bc; }
    .register-outer .msgs .msg-cross {
      position: absolute;
      right: 10px;
      top: 5px;
      color: #999;
      font-size: 15px;
      cursor: pointer; }
      .register-outer .msgs .msg-cross:hover {
        color: #000000; }
  .register-outer .confirmation-step .msgs {
    width: 100%; }
  .register-outer .reg-confirm {
    font-size: 12px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px; }
    .register-outer .reg-confirm p {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 10px;
      padding-bottom: 0; }
      .register-outer .reg-confirm p.first-line {
        font-size: 14px;
        font-weight: bold; }
      .register-outer .reg-confirm p.bold {
        font-weight: bold; }
      .register-outer .reg-confirm p a {
        color: #1c81c7; }
    .register-outer .reg-confirm .reg-list ul li {
      line-height: 20px;
      margin-bottom: 10px;
      list-style: none; }
      .register-outer .reg-confirm .reg-list ul li ul {
        margin: 15px 0 15px 40px; }
        .register-outer .reg-confirm .reg-list ul li ul li {
          list-style: disc; }
    .register-outer .reg-confirm .reg-address {
      line-height: 20px;
      margin: 20px 0; }
  .register-outer .agree-check {
    margin: 20px 0;
    font-size: 12px; }
    .register-outer .agree-check .agree-type {
      font-size: 13px;
      font-weight: bold;
      margin-right: 30px;
      padding: 10px;
      background: #efefef;
      margin: 5px 30px 5px 0;
      width: 180px;
      float: left; }
      .register-outer .agree-check .agree-type input[type="radio"] {
        position: relative;
        top: 2px;
        width: 20px; }

.forgot-outer {
  padding: 20px;
  margin: 0 40px 40px;
  background-color: #ffffff; }
  .forgot-outer .reg-heading {
    padding: 0 0 15px;
    text-transform: none;
    color: #acacac;
    font-size: 24px; }
    .forgot-outer .reg-heading a {
      color: #aaaaaa;
      font-size: 18px; }
  .forgot-outer .forgot-main {
    width: 100%; }
    .forgot-outer .forgot-main ul li {
      width: 60%;
      list-style: none;
      font-size: 12px;
      margin: 0 0 20px; }
      .forgot-outer .forgot-main ul li span {
        color: #ff0000; }
      .forgot-outer .forgot-main ul li input[type="text"], .forgot-outer .forgot-main ul li input[type="password"] {
        font-size: 11px;
        color: #000000;
        padding: 6px 9px;
        width: 100%;
        font-size: 11px;
        color: #666666;
        font-style: italic;
        margin: 5px 0;
        border: 1px solid #1c81c7; }
      @media (max-width: 640px) {
        .forgot-outer .forgot-main ul li {
          width: 100%; } }
  .forgot-outer .btn-set {
    margin: 10px 0; }
    .forgot-outer .btn-set .btn {
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      width: 215px;
      text-transform: uppercase;
      height: 42px;
      cursor: pointer;
      position: relative;
      border-radius: 0;
      text-align: center; }
      @media (max-width: 640px) {
        .forgot-outer .btn-set .btn {
          width: 100%; } }
      .forgot-outer .btn-set .btn.blue-btn {
        background: #1c81c7;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .forgot-outer .btn-set .btn.blue-btn:hover {
          background: #1b78b9; }
      .forgot-outer .btn-set .btn.gray-btn {
        background: #aaaaaa;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .forgot-outer .btn-set .btn.gray-btn:hover {
          background: #949393; }
      .forgot-outer .btn-set .btn.btn-margin {
        margin: 0 15px; }
  .forgot-outer .msgs {
    color: #000000;
    font-size: 12px;
    margin: 10px 0 20px;
    padding: 5px 25px 7px 12px;
    line-height: 19px;
    position: relative;
    border-radius: 4px;
    width: 97.5%; }
    .forgot-outer .msgs.full {
      width: 100%; }
    .forgot-outer .msgs.danger {
      background-color: #f2dede;
      border: 1px solid #ee9d9d; }
    .forgot-outer .msgs.success {
      background-color: #dff0d8;
      border: 1px solid #cde7bc; }
    .forgot-outer .msgs .msg-cross {
      position: absolute;
      right: 10px;
      top: 5px;
      color: #999;
      font-size: 15px;
      cursor: pointer; }
      .forgot-outer .msgs .msg-cross:hover {
        color: #000000; }
  @media (max-width: 1023px) {
    .forgot-outer {
      width: 92%; } }
  @media (max-width: 990px) {
    .forgot-outer {
      margin: 0 auto 40px;
      width: 98%; } }
  @media (max-width: 640px) {
    .forgot-outer {
      width: 95%; } }

.reset-outer {
  padding: 20px;
  margin: 0 40px 40px;
  background-color: #ffffff; }
  .reset-outer .reg-heading {
    padding: 0 0 15px;
    text-transform: none;
    color: #acacac;
    font-size: 24px; }
    .reset-outer .reg-heading a {
      color: #aaaaaa;
      font-size: 18px; }
  .reset-outer .reset-main {
    width: 100%; }
    .reset-outer .reset-main ul li {
      width: 48%;
      list-style: none;
      font-size: 12px;
      margin: 0 0 20px;
      float: left; }
      .reset-outer .reset-main ul li span {
        color: #ff0000; }
      .reset-outer .reset-main ul li input[type="text"], .reset-outer .reset-main ul li input[type="password"] {
        font-size: 11px;
        color: #000000;
        padding: 6px 9px;
        width: 100%;
        font-size: 11px;
        color: #666666;
        font-style: italic;
        margin: 5px 0;
        border: 1px solid #1c81c7; }
      .reset-outer .reset-main ul li:nth-of-type(2) {
        float: right; }
      @media (max-width: 640px) {
        .reset-outer .reset-main ul li {
          width: 100%; } }
  .reset-outer .btn-set {
    margin: 10px 0; }
    .reset-outer .btn-set .btn {
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      width: 215px;
      text-transform: uppercase;
      height: 42px;
      cursor: pointer;
      position: relative;
      border-radius: 0;
      text-align: center; }
      @media (max-width: 640px) {
        .reset-outer .btn-set .btn {
          width: 100%; } }
      .reset-outer .btn-set .btn.blue-btn {
        background: #1c81c7;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .reset-outer .btn-set .btn.blue-btn:hover {
          background: #1b78b9; }
      .reset-outer .btn-set .btn.gray-btn {
        background: #aaaaaa;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .reset-outer .btn-set .btn.gray-btn:hover {
          background: #949393; }
      .reset-outer .btn-set .btn.btn-margin {
        margin: 0 15px; }
  .reset-outer .msgs {
    color: #000000;
    font-size: 12px;
    margin: 10px 0 20px;
    padding: 5px 25px 7px 12px;
    line-height: 19px;
    position: relative;
    border-radius: 4px;
    width: 97.5%; }
    .reset-outer .msgs.full {
      width: 100%; }
    .reset-outer .msgs.danger {
      background-color: #f2dede;
      border: 1px solid #ee9d9d; }
    .reset-outer .msgs.success {
      background-color: #dff0d8;
      border: 1px solid #cde7bc; }
    .reset-outer .msgs .msg-cross {
      position: absolute;
      right: 10px;
      top: 5px;
      color: #999;
      font-size: 15px;
      cursor: pointer; }
      .reset-outer .msgs .msg-cross:hover {
        color: #000000; }
  @media (max-width: 1023px) {
    .reset-outer {
      width: 92%; } }
  @media (max-width: 990px) {
    .reset-outer {
      margin: 0 auto 40px;
      width: 98%; } }
  @media (max-width: 640px) {
    .reset-outer {
      width: 95%; } }

.popup-in-popup-overlay {
  background-color: #000000;
  opacity: 0.9;
  position: fixed;
  height: 100%;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 20; }

.popup-in-popup {
  position: absolute;
  z-index: 21;
  color: #fff;
  top: 50%;
  left: 50%; }
  .popup-in-popup.report-date-popup {
    width: 500px;
    margin-left: -250px;
    margin-top: -103px; }
  .popup-in-popup.pdf-viewer-popup {
    width: 1136px;
    margin-left: -568px;
    margin-top: -370px; }
    .popup-in-popup.pdf-viewer-popup .pdf-put .embed {
      height: 630px !important; }
  .popup-in-popup .head-bar {
    background-color: #1c81c7;
    padding: 5px 10px;
    font-size: 12px;
    color: #000000;
    height: 50px; }
    .popup-in-popup .head-bar .pop-title {
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 40px; }
    .popup-in-popup .head-bar .custom-cross {
      position: absolute;
      top: 0;
      right: 0;
      background: #a9aaaa;
      height: 50px;
      font-size: 25px;
      width: 34px;
      text-align: center;
      color: #fff;
      padding: 11px 0; }
      .popup-in-popup .head-bar .custom-cross:hover {
        background-color: #666766; }
  .popup-in-popup .white-body {
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
    font-size: 12px;
    position: relative; }
    .popup-in-popup .white-body .error-msg.dn {
      display: none; }
    .popup-in-popup .white-body .body-title {
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      padding: 10px 0 20px; }
    .popup-in-popup .white-body .select-area {
      padding: 15px 0; }
      .popup-in-popup .white-body .select-area.mb40 {
        margin-bottom: 40px; }
      .popup-in-popup .white-body .select-area label {
        float: left;
        margin-top: 6px;
        font-size: 11px; }
      .popup-in-popup .white-body .select-area select {
        float: left;
        margin-left: 15px;
        width: 30%;
        height: 17px;
        font-size: 11px;
        height: 24px; }
        .popup-in-popup .white-body .select-area select option {
          font-size: 12px; }
          .popup-in-popup .white-body .select-area select option:nth-of-type(even) {
            background-color: #ddd; }
      .popup-in-popup .white-body .select-area input[type="text"] {
        float: left;
        margin-left: 15px;
        width: 30%;
        height: 17px;
        font-size: 11px;
        height: 24px;
        color: #666666;
        padding: 6px 9px;
        font-style: italic; }
    .popup-in-popup .white-body .btn {
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      width: 215px;
      text-transform: uppercase;
      height: 42px;
      cursor: pointer;
      position: relative;
      font-family: Arial,Helvetica,sans-serif; }
      .popup-in-popup .white-body .btn.fr {
        float: right; }
      .popup-in-popup .white-body .btn.fl {
        float: left; }
      .popup-in-popup .white-body .btn.btn-right-margin {
        margin-right: 15px; }
      .popup-in-popup .white-body .btn.blue-btn {
        background: #1c81c7;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popup-in-popup .white-body .btn.blue-btn:hover {
          background: #1b78b9; }
      .popup-in-popup .white-body .btn.gray-btn {
        background: #aaaaaa;
        transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s; }
        .popup-in-popup .white-body .btn.gray-btn:hover {
          background: #949393; }

.uti-outer {
  padding: 20px;
  background: #fff;
  margin: 40px; }
  .uti-outer .utility-search {
    font-size: 12px;
    text-transform: uppercase;
    font-family: proxima-nova, Arial, Helvetica, sans-serif; }
    .uti-outer .utility-search span {
      margin-right: 20px;
      font-weight: bold; }
    .uti-outer .utility-search input[type="text"] {
      padding: 5px;
      border: 1px solid #999; }
  .uti-outer .uti-tables-outer {
    margin: 20px 0;
    font-size: 12px; }
    .uti-outer .uti-tables-outer ul li {
      list-style: none; }
      .uti-outer .uti-tables-outer ul li:nth-of-type(even) {
        background-color: #e0e0e0; }
      .uti-outer .uti-tables-outer ul li:nth-of-type(odd) {
        background-color: #e6e6e6; }
      .uti-outer .uti-tables-outer ul li h3.ui-helper-reset:nth-of-type(even) {
        background-color: #e0e0e0; }
      .uti-outer .uti-tables-outer ul li h3.ui-helper-reset:nth-of-type(odd) {
        background-color: #e6e6e6; }
      .uti-outer .uti-tables-outer ul li .header {
        padding: 7px;
        color: #000;
        text-shadow: none; }
        .uti-outer .uti-tables-outer ul li .header .icon-set {
          float: left;
          background-color: #62a4d0;
          color: #fff;
          padding: 7px;
          margin: -7px 15px -7px -7px;
          cursor: pointer;
          border-right: 1px solid #fff; }
          .uti-outer .uti-tables-outer ul li .header .icon-set:hover {
            background-color: #328dcc; }
        .uti-outer .uti-tables-outer ul li .header .uti-name {
          float: left; }
        .uti-outer .uti-tables-outer ul li .header .uti-type {
          float: right; }
      .uti-outer .uti-tables-outer ul li .ui-accordion-content {
        padding-bottom: 20px; }
    .uti-outer .uti-tables-outer .uti-tables {
      width: 98%;
      border: 1px solid #ccc;
      background-color: #efefef;
      margin: 20px auto 0;
      min-height: 226px; }
      .uti-outer .uti-tables-outer .uti-tables .uti-tables-left {
        float: left;
        width: 65%;
        border-right: 1px solid #ccc;
        max-height: 224px;
        overflow-y: scroll; }
        .uti-outer .uti-tables-outer .uti-tables .uti-tables-left table {
          border-bottom: 0px solid #ccc; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-left table thead tr th {
            background-color: #dc6633;
            color: #ffffff;
            padding: 7px;
            text-align: left;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: normal;
            width: auto;
            text-shadow: none;
            border-bottom: 0; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-left table tbody tr:nth-of-type(even) {
            background-color: #e0e0e0; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-left table tbody tr td {
            color: #000000;
            padding: 7px;
            text-align: left;
            font-size: 12px;
            font-weight: normal; }
            .uti-outer .uti-tables-outer .uti-tables .uti-tables-left table tbody tr td i {
              background: #e43a3a;
              padding: 5px;
              margin: -5px 0;
              color: #fff;
              cursor: pointer; }
        .uti-outer .uti-tables-outer .uti-tables .uti-tables-left .btn {
          margin: 15px;
          text-align: right; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-left .btn button {
            background: #1d81c7;
            border: 0;
            color: #fff;
            cursor: pointer;
            font: 400 14px proxima-nova;
            text-transform: uppercase;
            font-family: arial;
            padding: 5px 10px; }
            .uti-outer .uti-tables-outer .uti-tables .uti-tables-left .btn button.imp {
              float: left; }
            .uti-outer .uti-tables-outer .uti-tables .uti-tables-left .btn button.check {
              float: right; }
      .uti-outer .uti-tables-outer .uti-tables .uti-tables-right {
        float: right;
        width: 34%; }
        .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .top {
          width: 90%;
          margin: 15px auto; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .top h3 {
            font-size: 14px;
            text-transform: uppercase;
            float: left;
            margin-top: 5px; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .top button {
            background: #1d81c7;
            border: 0;
            color: #fff;
            cursor: pointer;
            font: 400 14px proxima-nova;
            text-transform: uppercase;
            font-family: arial;
            padding: 5px 15px;
            margin: 0;
            float: right; }
        .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .entry-area {
          width: 90%;
          margin: 10px auto; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .entry-area .ea-left {
            margin: 5px 0; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .entry-area .ea-right input[type="text"] {
            padding: 6px 9px;
            width: 100%;
            font-size: 11px;
            color: #666666;
            font-style: italic; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .entry-area .ea-right button {
            background: #1d81c7;
            border: 0;
            color: #fff;
            cursor: pointer;
            font: 400 14px proxima-nova;
            text-transform: uppercase;
            font-family: arial;
            padding: 5px 15px;
            margin: 10px 0 0 0; }
          .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .entry-area .ea-right .import-only {
            float: right; }
            .uti-outer .uti-tables-outer .uti-tables .uti-tables-right .entry-area .ea-right .import-only .image-upload input {
              display: none; }

.affected-indi {
  width: 700px; }
  .affected-indi .aff-indi-search .aff-search {
    font-size: 12px;
    text-transform: uppercase;
    font-family: proxima-nova, Arial, Helvetica, sans-serif; }
    .affected-indi .aff-indi-search .aff-search span {
      margin-right: 20px;
      font-weight: bold; }
    .affected-indi .aff-indi-search .aff-search input[type="text"] {
      padding: 5px;
      border: 1px solid #999; }
  .affected-indi .aff-indi-table {
    margin-top: 15px; }
    .affected-indi .aff-indi-table table thead tr th {
      background-color: #1c81c7;
      color: #ffffff;
      padding: 4px;
      text-align: left;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: normal;
      text-shadow: none;
      border-bottom: 0; }
    .affected-indi .aff-indi-table table tbody tr:nth-of-type(odd) {
      background-color: rgba(237, 237, 237, 0.6); }
    .affected-indi .aff-indi-table table tbody tr:nth-of-type(even) {
      background-color: rgba(221, 221, 221, 0.6); }
    .affected-indi .aff-indi-table table tbody tr td {
      padding: 3px;
      font-size: 12px; }

/*# sourceMappingURL=main.css.map */
