

@charset "UTF-8";
    @font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');

*{
	 font-family: "Work Sans", sans-serif !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    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.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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: ""}
.fa-music:before {
    content: ""}
.fa-search:before {
    content: ""}
.fa-envelope-o:before {
    content: ""}
.fa-heart:before {
    content: ""}
.fa-star:before {
    content: ""}
.fa-star-o:before {
    content: ""}
.fa-user:before {
    content: ""}
.fa-film:before {
    content: ""}
.fa-th-large:before {
    content: ""}
.fa-th:before {
    content: ""}
.fa-th-list:before {
    content: ""}
.fa-check:before {
    content: ""}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""}
.fa-search-plus:before {
    content: ""}
.fa-search-minus:before {
    content: ""}
.fa-power-off:before {
    content: ""}
.fa-signal:before {
    content: ""}
.fa-gear:before, .fa-cog:before {
    content: ""}
.fa-trash-o:before {
    content: ""}
.fa-home:before {
    content: ""}
.fa-file-o:before {
    content: ""}
.fa-clock-o:before {
    content: ""}
.fa-road:before {
    content: ""}
.fa-download:before {
    content: ""}
.fa-arrow-circle-o-down:before {
    content: ""}
.fa-arrow-circle-o-up:before {
    content: ""}
.fa-inbox:before {
    content: ""}
.fa-play-circle-o:before {
    content: ""}
.fa-rotate-right:before, .fa-repeat:before {
    content: ""}
.fa-refresh:before {
    content: ""}
.fa-list-alt:before {
    content: ""}
.fa-lock:before {
    content: ""}
.fa-flag:before {
    content: ""}
.fa-headphones:before {
    content: ""}
.fa-volume-off:before {
    content: ""}
.fa-volume-down:before {
    content: ""}
.fa-volume-up:before {
    content: ""}
.fa-qrcode:before {
    content: ""}
.fa-barcode:before {
    content: ""}
.fa-tag:before {
    content: ""}
.fa-tags:before {
    content: ""}
.fa-book:before {
    content: ""}
.fa-bookmark:before {
    content: ""}
.fa-print:before {
    content: ""}
.fa-camera:before {
    content: ""}
.fa-font:before {
    content: ""}
.fa-bold:before {
    content: ""}
.fa-italic:before {
    content: ""}
.fa-text-height:before {
    content: ""}
.fa-text-width:before {
    content: ""}
.fa-align-left:before {
    content: ""}
.fa-align-center:before {
    content: ""}
.fa-align-right:before {
    content: ""}
.fa-align-justify:before {
    content: ""}
.fa-list:before {
    content: ""}
.fa-dedent:before, .fa-outdent:before {
    content: ""}
.fa-indent:before {
    content: ""}
.fa-video-camera:before {
    content: ""}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""}
.fa-pencil:before {
    content: ""}
.fa-map-marker:before {
    content: ""}
.fa-adjust:before {
    content: ""}
.fa-tint:before {
    content: ""}
.fa-edit:before, .fa-pencil-square-o:before {
    content: ""}
.fa-share-square-o:before {
    content: ""}
.fa-check-square-o:before {
    content: ""}
.fa-arrows:before {
    content: ""}
.fa-step-backward:before {
    content: ""}
.fa-fast-backward:before {
    content: ""}
.fa-backward:before {
    content: ""}
.fa-play:before {
    content: ""}
.fa-pause:before {
    content: ""}
.fa-stop:before {
    content: ""}
.fa-forward:before {
    content: ""}
.fa-fast-forward:before {
    content: ""}
.fa-step-forward:before {
    content: ""}
.fa-eject:before {
    content: ""}
.fa-chevron-left:before {
    content: ""}
.fa-chevron-right:before {
    content: ""}
.fa-plus-circle:before {
    content: ""}
.fa-minus-circle:before {
    content: ""}
.fa-times-circle:before {
    content: ""}
.fa-check-circle:before {
    content: ""}
.fa-question-circle:before {
    content: ""}
.fa-info-circle:before {
    content: ""}
.fa-crosshairs:before {
    content: ""}
.fa-times-circle-o:before {
    content: ""}
.fa-check-circle-o:before {
    content: ""}
.fa-ban:before {
    content: ""}
.fa-arrow-left:before {
    content: ""}
.fa-arrow-right:before {
    content: ""}
.fa-arrow-up:before {
    content: ""}
.fa-arrow-down:before {
    content: ""}
.fa-mail-forward:before, .fa-share:before {
    content: ""}
.fa-expand:before {
    content: ""}
.fa-compress:before {
    content: ""}
.fa-plus:before {
    content: ""}
.fa-minus:before {
    content: ""}
.fa-asterisk:before {
    content: ""}
.fa-exclamation-circle:before {
    content: ""}
.fa-gift:before {
    content: ""}
.fa-leaf:before {
    content: ""}
.fa-fire:before {
    content: ""}
.fa-eye:before {
    content: ""}
.fa-eye-slash:before {
    content: ""}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""}
.fa-plane:before {
    content: ""}
.fa-calendar:before {
    content: ""}
.fa-random:before {
    content: ""}
.fa-comment:before {
    content: ""}
.fa-magnet:before {
    content: ""}
.fa-chevron-up:before {
    content: ""}
.fa-chevron-down:before {
    content: ""}
.fa-retweet:before {
    content: ""}
.fa-shopping-cart:before {
    content: ""}
.fa-folder:before {
    content: ""}
.fa-folder-open:before {
    content: ""}
.fa-arrows-v:before {
    content: ""}
.fa-arrows-h:before {
    content: ""}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""}
.fa-twitter-square:before {
    content: ""}
.fa-facebook-square:before {
    content: ""}
.fa-camera-retro:before {
    content: ""}
.fa-key:before {
    content: ""}
.fa-gears:before, .fa-cogs:before {
    content: ""}
.fa-comments:before {
    content: ""}
.fa-thumbs-o-up:before {
    content: ""}
.fa-thumbs-o-down:before {
    content: ""}
.fa-star-half:before {
    content: ""}
.fa-heart-o:before {
    content: ""}
.fa-sign-out:before {
    content: ""}
.fa-linkedin-square:before {
    content: ""}
.fa-thumb-tack:before {
    content: ""}
.fa-external-link:before {
    content: ""}
.fa-sign-in:before {
    content: ""}
.fa-trophy:before {
    content: ""}
.fa-github-square:before {
    content: ""}
.fa-upload:before {
    content: ""}
.fa-lemon-o:before {
    content: ""}
.fa-phone:before {
    content: ""}
.fa-square-o:before {
    content: ""}
.fa-bookmark-o:before {
    content: ""}
.fa-phone-square:before {
    content: ""}
.fa-twitter:before {
    content: ""}
.fa-facebook-f:before, .fa-facebook:before {
    content: ""}
.fa-github:before {
    content: ""}
.fa-unlock:before {
    content: ""}
.fa-credit-card:before {
    content: ""}
.fa-feed:before, .fa-rss:before {
    content: ""}
.fa-hdd-o:before {
    content: ""}
.fa-bullhorn:before {
    content: ""}
.fa-bell:before {
    content: ""}
.fa-certificate:before {
    content: ""}
.fa-hand-o-right:before {
    content: ""}
.fa-hand-o-left:before {
    content: ""}
.fa-hand-o-up:before {
    content: ""}
.fa-hand-o-down:before {
    content: ""}
.fa-arrow-circle-left:before {
    content: ""}
.fa-arrow-circle-right:before {
    content: ""}
.fa-arrow-circle-up:before {
    content: ""}
.fa-arrow-circle-down:before {
    content: ""}
.fa-globe:before {
    content: ""}
.fa-wrench:before {
    content: ""}
.fa-tasks:before {
    content: ""}
.fa-filter:before {
    content: ""}
.fa-briefcase:before {
    content: ""}
.fa-arrows-alt:before {
    content: ""}
.fa-group:before, .fa-users:before {
    content: ""}
.fa-chain:before, .fa-link:before {
    content: ""}
.fa-cloud:before {
    content: ""}
.fa-flask:before {
    content: ""}
.fa-cut:before, .fa-scissors:before {
    content: ""}
.fa-copy:before, .fa-files-o:before {
    content: ""}
.fa-paperclip:before {
    content: ""}
.fa-save:before, .fa-floppy-o:before {
    content: ""}
.fa-square:before {
    content: ""}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""}
.fa-list-ul:before {
    content: ""}
.fa-list-ol:before {
    content: ""}
.fa-strikethrough:before {
    content: ""}
.fa-underline:before {
    content: ""}
.fa-table:before {
    content: ""}
.fa-magic:before {
    content: ""}
.fa-truck:before {
    content: ""}
.fa-pinterest:before {
    content: ""}
.fa-pinterest-square:before {
    content: ""}
.fa-google-plus-square:before {
    content: ""}
.fa-google-plus:before {
    content: ""}
.fa-money:before {
    content: ""}
.fa-caret-down:before {
    content: ""}
.fa-caret-up:before {
    content: ""}
.fa-caret-left:before {
    content: ""}
.fa-caret-right:before {
    content: ""}
.fa-columns:before {
    content: ""}
.fa-unsorted:before, .fa-sort:before {
    content: ""}
.fa-sort-down:before, .fa-sort-desc:before {
    content: ""}
.fa-sort-up:before, .fa-sort-asc:before {
    content: ""}
.fa-envelope:before {
    content: ""}
.fa-linkedin:before {
    content: ""}
.fa-rotate-left:before, .fa-undo:before {
    content: ""}
.fa-legal:before, .fa-gavel:before {
    content: ""}
.fa-dashboard:before, .fa-tachometer:before {
    content: ""}
.fa-comment-o:before {
    content: ""}
.fa-comments-o:before {
    content: ""}
.fa-flash:before, .fa-bolt:before {
    content: ""}
.fa-sitemap:before {
    content: ""}
.fa-umbrella:before {
    content: ""}
.fa-paste:before, .fa-clipboard:before {
    content: ""}
.fa-lightbulb-o:before {
    content: ""}
.fa-exchange:before {
    content: ""}
.fa-cloud-download:before {
    content: ""}
.fa-cloud-upload:before {
    content: ""}
.fa-user-md:before {
    content: ""}
.fa-stethoscope:before {
    content: ""}
.fa-suitcase:before {
    content: ""}
.fa-bell-o:before {
    content: ""}
.fa-coffee:before {
    content: ""}
.fa-cutlery:before {
    content: ""}
.fa-file-text-o:before {
    content: ""}
.fa-building-o:before {
    content: ""}
.fa-hospital-o:before {
    content: ""}
.fa-ambulance:before {
    content: ""}
.fa-medkit:before {
    content: ""}
.fa-fighter-jet:before {
    content: ""}
.fa-beer:before {
    content: ""}
.fa-h-square:before {
    content: ""}
.fa-plus-square:before {
    content: ""}
.fa-angle-double-left:before {
    content: ""}
.fa-angle-double-right:before {
    content: ""}
.fa-angle-double-up:before {
    content: ""}
.fa-angle-double-down:before {
    content: ""}
.fa-angle-left:before {
    content: ""}
.fa-angle-right:before {
    content: ""}
.fa-angle-up:before {
    content: ""}
.fa-angle-down:before {
    content: ""}
.fa-desktop:before {
    content: ""}
.fa-laptop:before {
    content: ""}
.fa-tablet:before {
    content: ""}
.fa-mobile-phone:before, .fa-mobile:before {
    content: ""}
.fa-circle-o:before {
    content: ""}
.fa-quote-left:before {
    content: ""}
.fa-quote-right:before {
    content: ""}
.fa-spinner:before {
    content: ""}
.fa-circle:before {
    content: ""}
.fa-mail-reply:before, .fa-reply:before {
    content: ""}
.fa-github-alt:before {
    content: ""}
.fa-folder-o:before {
    content: ""}
.fa-folder-open-o:before {
    content: ""}
.fa-smile-o:before {
    content: ""}
.fa-frown-o:before {
    content: ""}
.fa-meh-o:before {
    content: ""}
.fa-gamepad:before {
    content: ""}
.fa-keyboard-o:before {
    content: ""}
.fa-flag-o:before {
    content: ""}
.fa-flag-checkered:before {
    content: ""}
.fa-terminal:before {
    content: ""}
.fa-code:before {
    content: ""}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""}
.fa-location-arrow:before {
    content: ""}
.fa-crop:before {
    content: ""}
.fa-code-fork:before {
    content: ""}
.fa-unlink:before, .fa-chain-broken:before {
    content: ""}
.fa-question:before {
    content: ""}
.fa-info:before {
    content: ""}
.fa-exclamation:before {
    content: ""}
.fa-superscript:before {
    content: ""}
.fa-subscript:before {
    content: ""}
.fa-eraser:before {
    content: ""}
.fa-puzzle-piece:before {
    content: ""}
.fa-microphone:before {
    content: ""}
.fa-microphone-slash:before {
    content: ""}
.fa-shield:before {
    content: ""}
.fa-calendar-o:before {
    content: ""}
.fa-fire-extinguisher:before {
    content: ""}
.fa-rocket:before {
    content: ""}
.fa-maxcdn:before {
    content: ""}
.fa-chevron-circle-left:before {
    content: ""}
.fa-chevron-circle-right:before {
    content: ""}
.fa-chevron-circle-up:before {
    content: ""}
.fa-chevron-circle-down:before {
    content: ""}
.fa-html5:before {
    content: ""}
.fa-css3:before {
    content: ""}
.fa-anchor:before {
    content: ""}
.fa-unlock-alt:before {
    content: ""}
.fa-bullseye:before {
    content: ""}
.fa-ellipsis-h:before {
    content: ""}
.fa-ellipsis-v:before {
    content: ""}
.fa-rss-square:before {
    content: ""}
.fa-play-circle:before {
    content: ""}
.fa-ticket:before {
    content: ""}
.fa-minus-square:before {
    content: ""}
.fa-minus-square-o:before {
    content: ""}
.fa-level-up:before {
    content: ""}
.fa-level-down:before {
    content: ""}
.fa-check-square:before {
    content: ""}
.fa-pencil-square:before {
    content: ""}
.fa-external-link-square:before {
    content: ""}
.fa-share-square:before {
    content: ""}
.fa-compass:before {
    content: ""}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""}
.fa-euro:before, .fa-eur:before {
    content: ""}
.fa-gbp:before {
    content: ""}
.fa-dollar:before, .fa-usd:before {
    content: ""}
.fa-rupee:before, .fa-inr:before {
    content: ""}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""}
.fa-won:before, .fa-krw:before {
    content: ""}
.fa-bitcoin:before, .fa-btc:before {
    content: ""}
.fa-file:before {
    content: ""}
.fa-file-text:before {
    content: ""}
.fa-sort-alpha-asc:before {
    content: ""}
.fa-sort-alpha-desc:before {
    content: ""}
.fa-sort-amount-asc:before {
    content: ""}
.fa-sort-amount-desc:before {
    content: ""}
.fa-sort-numeric-asc:before {
    content: ""}
.fa-sort-numeric-desc:before {
    content: ""}
.fa-thumbs-up:before {
    content: ""}
.fa-thumbs-down:before {
    content: ""}
.fa-youtube-square:before {
    content: ""}
.fa-youtube:before {
    content: ""}
.fa-xing:before {
    content: ""}
.fa-xing-square:before {
    content: ""}
.fa-youtube-play:before {
    content: ""}
.fa-dropbox:before {
    content: ""}
.fa-stack-overflow:before {
    content: ""}
.fa-instagram:before {
    content: ""}
.fa-flickr:before {
    content: ""}
.fa-adn:before {
    content: ""}
.fa-bitbucket:before {
    content: ""}
.fa-bitbucket-square:before {
    content: ""}
.fa-tumblr:before {
    content: ""}
.fa-tumblr-square:before {
    content: ""}
.fa-long-arrow-down:before {
    content: ""}
.fa-long-arrow-up:before {
    content: ""}
.fa-long-arrow-left:before {
    content: ""}
.fa-long-arrow-right:before {
    content: ""}
.fa-apple:before {
    content: ""}
.fa-windows:before {
    content: ""}
.fa-android:before {
    content: ""}
.fa-linux:before {
    content: ""}
.fa-dribbble:before {
    content: ""}
.fa-skype:before {
    content: ""}
.fa-foursquare:before {
    content: ""}
.fa-trello:before {
    content: ""}
.fa-female:before {
    content: ""}
.fa-male:before {
    content: ""}
.fa-gittip:before, .fa-gratipay:before {
    content: ""}
.fa-sun-o:before {
    content: ""}
.fa-moon-o:before {
    content: ""}
.fa-archive:before {
    content: ""}
.fa-bug:before {
    content: ""}
.fa-vk:before {
    content: ""}
.fa-weibo:before {
    content: ""}
.fa-renren:before {
    content: ""}
.fa-pagelines:before {
    content: ""}
.fa-stack-exchange:before {
    content: ""}
.fa-arrow-circle-o-right:before {
    content: ""}
.fa-arrow-circle-o-left:before {
    content: ""}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""}
.fa-dot-circle-o:before {
    content: ""}
.fa-wheelchair:before {
    content: ""}
.fa-vimeo-square:before {
    content: ""}
.fa-turkish-lira:before, .fa-try:before {
    content: ""}
.fa-plus-square-o:before {
    content: ""}
.fa-space-shuttle:before {
    content: ""}
.fa-slack:before {
    content: ""}
.fa-envelope-square:before {
    content: ""}
.fa-wordpress:before {
    content: ""}
.fa-openid:before {
    content: ""}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""}
.fa-yahoo:before {
    content: ""}
.fa-google:before {
    content: ""}
.fa-reddit:before {
    content: ""}
.fa-reddit-square:before {
    content: ""}
.fa-stumbleupon-circle:before {
    content: ""}
.fa-stumbleupon:before {
    content: ""}
.fa-delicious:before {
    content: ""}
.fa-digg:before {
    content: ""}
.fa-pied-piper:before {
    content: ""}
.fa-pied-piper-alt:before {
    content: ""}
.fa-drupal:before {
    content: ""}
.fa-joomla:before {
    content: ""}
.fa-language:before {
    content: ""}
.fa-fax:before {
    content: ""}
.fa-building:before {
    content: ""}
.fa-child:before {
    content: ""}
.fa-paw:before {
    content: ""}
.fa-spoon:before {
    content: ""}
.fa-cube:before {
    content: ""}
.fa-cubes:before {
    content: ""}
.fa-behance:before {
    content: ""}
.fa-behance-square:before {
    content: ""}
.fa-steam:before {
    content: ""}
.fa-steam-square:before {
    content: ""}
.fa-recycle:before {
    content: ""}
.fa-automobile:before, .fa-car:before {
    content: ""}
.fa-cab:before, .fa-taxi:before {
    content: ""}
.fa-tree:before {
    content: ""}
.fa-spotify:before {
    content: ""}
.fa-deviantart:before {
    content: ""}
.fa-soundcloud:before {
    content: ""}
.fa-database:before {
    content: ""}
.fa-file-pdf-o:before {
    content: ""}
.fa-file-word-o:before {
    content: ""}
.fa-file-excel-o:before {
    content: ""}
.fa-file-powerpoint-o:before {
    content: ""}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""}
.fa-file-code-o:before {
    content: ""}
.fa-vine:before {
    content: ""}
.fa-codepen:before {
    content: ""}
.fa-jsfiddle:before {
    content: ""}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""}
.fa-circle-o-notch:before {
    content: ""}
.fa-ra:before, .fa-rebel:before {
    content: ""}
.fa-ge:before, .fa-empire:before {
    content: ""}
.fa-git-square:before {
    content: ""}
.fa-git:before {
    content: ""}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""}
.fa-tencent-weibo:before {
    content: ""}
.fa-qq:before {
    content: ""}
.fa-wechat:before, .fa-weixin:before {
    content: ""}
.fa-send:before, .fa-paper-plane:before {
    content: ""}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""}
.fa-history:before {
    content: ""}
.fa-circle-thin:before {
    content: ""}
.fa-header:before {
    content: ""}
.fa-paragraph:before {
    content: ""}
.fa-sliders:before {
    content: ""}
.fa-share-alt:before {
    content: ""}
.fa-share-alt-square:before {
    content: ""}
.fa-bomb:before {
    content: ""}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""}
.fa-tty:before {
    content: ""}
.fa-binoculars:before {
    content: ""}
.fa-plug:before {
    content: ""}
.fa-slideshare:before {
    content: ""}
.fa-twitch:before {
    content: ""}
.fa-yelp:before {
    content: ""}
.fa-newspaper-o:before {
    content: ""}
.fa-wifi:before {
    content: ""}
.fa-calculator:before {
    content: ""}
.fa-paypal:before {
    content: ""}
.fa-google-wallet:before {
    content: ""}
.fa-cc-visa:before {
    content: ""}
.fa-cc-mastercard:before {
    content: ""}
.fa-cc-discover:before {
    content: ""}
.fa-cc-amex:before {
    content: ""}
.fa-cc-paypal:before {
    content: ""}
.fa-cc-stripe:before {
    content: ""}
.fa-bell-slash:before {
    content: ""}
.fa-bell-slash-o:before {
    content: ""}
.fa-trash:before {
    content: ""}
.fa-copyright:before {
    content: ""}
.fa-at:before {
    content: ""}
.fa-eyedropper:before {
    content: ""}
.fa-paint-brush:before {
    content: ""}
.fa-birthday-cake:before {
    content: ""}
.fa-area-chart:before {
    content: ""}
.fa-pie-chart:before {
    content: ""}
.fa-line-chart:before {
    content: ""}
.fa-lastfm:before {
    content: ""}
.fa-lastfm-square:before {
    content: ""}
.fa-toggle-off:before {
    content: ""}
.fa-toggle-on:before {
    content: ""}
.fa-bicycle:before {
    content: ""}
.fa-bus:before {
    content: ""}
.fa-ioxhost:before {
    content: ""}
.fa-angellist:before {
    content: ""}
.fa-cc:before {
    content: ""}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""}
.fa-meanpath:before {
    content: ""}
.fa-buysellads:before {
    content: ""}
.fa-connectdevelop:before {
    content: ""}
.fa-dashcube:before {
    content: ""}
.fa-forumbee:before {
    content: ""}
.fa-leanpub:before {
    content: ""}
.fa-sellsy:before {
    content: ""}
.fa-shirtsinbulk:before {
    content: ""}
.fa-simplybuilt:before {
    content: ""}
.fa-skyatlas:before {
    content: ""}
.fa-cart-plus:before {
    content: ""}
.fa-cart-arrow-down:before {
    content: ""}
.fa-diamond:before {
    content: ""}
.fa-ship:before {
    content: ""}
.fa-user-secret:before {
    content: ""}
.fa-motorcycle:before {
    content: ""}
.fa-street-view:before {
    content: ""}
.fa-heartbeat:before {
    content: ""}
.fa-venus:before {
    content: ""}
.fa-mars:before {
    content: ""}
.fa-mercury:before {
    content: ""}
.fa-intersex:before, .fa-transgender:before {
    content: ""}
.fa-transgender-alt:before {
    content: ""}
.fa-venus-double:before {
    content: ""}
.fa-mars-double:before {
    content: ""}
.fa-venus-mars:before {
    content: ""}
.fa-mars-stroke:before {
    content: ""}
.fa-mars-stroke-v:before {
    content: ""}
.fa-mars-stroke-h:before {
    content: ""}
.fa-neuter:before {
    content: ""}
.fa-genderless:before {
    content: ""}
.fa-facebook-official:before {
    content: ""}
.fa-pinterest-p:before {
    content: ""}
.fa-whatsapp:before {
    content: ""}
.fa-server:before {
    content: ""}
.fa-user-plus:before {
    content: ""}
.fa-user-times:before {
    content: ""}
.fa-hotel:before, .fa-bed:before {
    content: ""}
.fa-viacoin:before {
    content: ""}
.fa-train:before {
    content: ""}
.fa-subway:before {
    content: ""}
.fa-medium:before {
    content: ""}
.fa-yc:before, .fa-y-combinator:before {
    content: ""}
.fa-optin-monster:before {
    content: ""}
.fa-opencart:before {
    content: ""}
.fa-expeditedssl:before {
    content: ""}
.fa-battery-4:before, .fa-battery-full:before {
    content: ""}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""}
.fa-battery-2:before, .fa-battery-half:before {
    content: ""}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""}
.fa-battery-0:before, .fa-battery-empty:before {
    content: ""}
.fa-mouse-pointer:before {
    content: ""}
.fa-i-cursor:before {
    content: ""}
.fa-object-group:before {
    content: ""}
.fa-object-ungroup:before {
    content: ""}
.fa-sticky-note:before {
    content: ""}
.fa-sticky-note-o:before {
    content: ""}
.fa-cc-jcb:before {
    content: ""}
.fa-cc-diners-club:before {
    content: ""}
.fa-clone:before {
    content: ""}
.fa-balance-scale:before {
    content: ""}
.fa-hourglass-o:before {
    content: ""}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""}
.fa-hourglass:before {
    content: ""}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""}
.fa-hand-scissors-o:before {
    content: ""}
.fa-hand-lizard-o:before {
    content: ""}
.fa-hand-spock-o:before {
    content: ""}
.fa-hand-pointer-o:before {
    content: ""}
.fa-hand-peace-o:before {
    content: ""}
.fa-trademark:before {
    content: ""}
.fa-registered:before {
    content: ""}
.fa-creative-commons:before {
    content: ""}
.fa-gg:before {
    content: ""}
.fa-gg-circle:before {
    content: ""}
.fa-tripadvisor:before {
    content: ""}
.fa-odnoklassniki:before {
    content: ""}
.fa-odnoklassniki-square:before {
    content: ""}
.fa-get-pocket:before {
    content: ""}
.fa-wikipedia-w:before {
    content: ""}
.fa-safari:before {
    content: ""}
.fa-chrome:before {
    content: ""}
.fa-firefox:before {
    content: ""}
.fa-opera:before {
    content: ""}
.fa-internet-explorer:before {
    content: ""}
.fa-tv:before, .fa-television:before {
    content: ""}
.fa-contao:before {
    content: ""}
.fa-500px:before {
    content: ""}
.fa-amazon:before {
    content: ""}
.fa-calendar-plus-o:before {
    content: ""}
.fa-calendar-minus-o:before {
    content: ""}
.fa-calendar-times-o:before {
    content: ""}
.fa-calendar-check-o:before {
    content: ""}
.fa-industry:before {
    content: ""}
.fa-map-pin:before {
    content: ""}
.fa-map-signs:before {
    content: ""}
.fa-map-o:before {
    content: ""}
.fa-map:before {
    content: ""}
.fa-commenting:before {
    content: ""}
.fa-commenting-o:before {
    content: ""}
.fa-houzz:before {
    content: ""}
.fa-vimeo:before {
    content: ""}
.fa-black-tie:before {
    content: ""}
.fa-fonticons:before {
    content: ""}
.fa-reddit-alien:before {
    content: ""}
.fa-edge:before {
    content: ""}
.fa-credit-card-alt:before {
    content: ""}
.fa-codiepie:before {
    content: ""}
.fa-modx:before {
    content: ""}
.fa-fort-awesome:before {
    content: ""}
.fa-usb:before {
    content: ""}
.fa-product-hunt:before {
    content: ""}
.fa-mixcloud:before {
    content: ""}
.fa-scribd:before {
    content: ""}
.fa-pause-circle:before {
    content: ""}
.fa-pause-circle-o:before {
    content: ""}
.fa-stop-circle:before {
    content: ""}
.fa-stop-circle-o:before {
    content: ""}
.fa-shopping-bag:before {
    content: ""}
.fa-shopping-basket:before {
    content: ""}
.fa-hashtag:before {
    content: ""}
.fa-bluetooth:before {
    content: ""}
.fa-bluetooth-b:before {
    content: ""}
.fa-percent:before {
    content: ""}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #e9188e;
    color: #fff;
}
::-moz-selection {
    background: #e9188e;
    color: #fff;
}
body {
    background-color: #fff;
    color: #858585;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'helvetica_ceregular';
    src: url("fonts/helvetica_ce_regular-webfont.eot");
    src: url("fonts/helvetica_ce_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/helvetica_ce_regular-webfont.woff") format("woff"), url("fonts/helvetica_ce_regular-webfont.ttf") format("truetype"), url("fonts/helvetica_ce_regular-webfont.svg#helvetica_ceregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4 .h1, .h2, .h3, .h4 {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}

a {
    text-decoration: none;
    outline: 0;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
}
a:hover, a:focus {
    outline: 0;
}
button {
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
}
header, section, footer, aside, article, figure {
    display: block;
}
.clr {
    clear: both;
    line-height: 0;
    font-size: 0;
}
input[type="text"] {
    border-radius: 0;
}
select {
    -webkit-appearance: menulist-button;
    -webkit-border-radius: 0;
    border-radius: 0;
}
select option {
    font-size: 12px;
}
select option:nth-of-type(even) {
    background-color: #ddd;
}
.dn {
    display: none;
}
.db {
    display: block;
}
.overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
.overlay img {
    left: calc(97% - 50%);
    position: relative;
    top: 50%}
.overlay .reg-over {
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 35px;
    margin-left: -22px;
    margin-top: -22px;
}
.no-record {
    width: 100%;
    background: #e60b0b;
    color: #fff;
    text-transform: uppercase;
    padding-top: 3px;
}
table tbody tr.alert-msg {
    background-color: #f23a2c!important;
    text-transform: uppercase!important;
}
table tbody tr.alert-msg td {
    color: #fff!important;
    padding-top: 5px!important;
    text-align: center!important;
}
input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=radio].css-checkbox+label.css-label {
    padding-left: 28px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 -22px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 0;
}
label.css-label {
    background: url("../../img/economicoverview/radio-icon.png") no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cboxOverlay {
    background: #000!important;
    opacity: .9;
    filter: alpha(opacity=90);
}
#cboxClose {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    background: url("./../img/economicoverview/lv-sprite.svg") no-repeat -129px 0;
    width: 13px;
    height: 15px;
    text-indent: -9999px;
}
#cboxTitle {
    display: none!important;
}
.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;
}
.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;
}
.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;
    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;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.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;
}
input.ui-button {
    padding: .4em 1em;
}
.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;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}
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;
}
.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;
}
.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: 0;
    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: 0;
}
.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;
    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;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
.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);
    opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: .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;
    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 .4em;
    margin: .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: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .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;
}
.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: 0;
    background: 0;
    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;
}
.ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0 0 2px 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;
}
@media(max-width:767px) {
    .ui-tabs .ui-tabs-nav li {
    margin: 6px 2px;
    max-width: 215px;
    width: 100%}
}.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 12px 15px;
    text-decoration: none;
}
@media(max-width:767px) {
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    display: block;
}
}.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-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: 0;
}
.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;
}
.ui-widget {
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget-content {
    background: #ddd;
    color: #222;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    background: #FFF;
    color: #222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #000;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #bfbfbf;
    font-weight: normal;
    color: #fff;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #black;
    text-decoration: none;
    font-size: 12px;
}
.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: #e9188e;
    font-weight: normal;
    color: #fff;
}
.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: #e9188e;
    font-weight: normal;
    color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.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);
    font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.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");
}
.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;
}
.ui-widget-overlay {
    background: #aaa url("img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("img/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    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;
}
#cboxOverlay {
    background: #000;
    opacity: .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: 0;
    color: #ccc;
}
#cboxLoadingGraphic {
    background: url(../img/loading.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0;
}
#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/economicoverview/controls.png) no-repeat top left!important;
    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/economicoverview/controls.png) no-repeat top right!important;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: bottom right;
}
#cboxClose {
    position: absolute;
    top: 6px!important;
    right: 10px!important;
    display: block;
    background: url(../../img/economicoverview/lv-sprite.svg) no-repeat -129px 0!important;
    width: 13px!important;
    height: 15px!important;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: -149px 0;
}
#cboxPin {
    position: absolute;
    top: 0;
    right: 35px;
    display: block;
    background: url(../../img/economicoverview/popup-cross-sprite.svg) no-repeat -39px 0!important;
    width: 34px;
    height: 50px;
    text-indent: -9999px;
}
#cboxPin:hover {
    background-position: -39px bottom;
}
.popup-area .yellow-bar {
    background-color: #998c87;
    padding: 0 10px;
    height: 30px;
}
.popup-area .yellow-bar .pop-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
}
.popup-area .white-bar {
    background-color: #fff;
    padding: 20px;
    color: #000;
    font-size: 12px;
    position: relative;
}
.popup-area .white-bar .body-title {
    font-size: 20px;
    color: #e9188e;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
}
.popup-area .white-bar .body-title.p-set {
    padding: 10px 0 20px;
}
.popup-area .white-bar .body-title.quick-use {
    float: left;
    padding: 6px 0;
    margin-bottom: 20px;
}
.popup-area .white-bar h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.popup-area .white-bar h3.normal {
    text-transform: initial;
}
.popup-area .white-bar .mb30 {
    margin-bottom: 30px;
}
.popup-area .white-bar .btn {
    font-size: 13px;
    color: #000;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 10px 50px;
    border-radius: 0;
}
.popup-area .white-bar .btn.yellow-btn {
    background: #e9188e;
}
.popup-area .white-bar .btn.yellow-btn:hover {
    background-color: #e89905;
}
.popup-area .white-bar .btn-margin {
    margin: 0 15px;
}
.popup-area .white-bar p {
    line-height: 20px;
}
.popup-area .white-bar p a {
    color: #1c81c7;
}
.tools-menu {
    position: absolute;
    z-index: 2;
    top: 158px!important;
    left: -35px!important;
    background-color: rgba(102, 102, 102, 0.95);
    width: auto;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
}
.tools-menu ul li {
    position: relative;
    white-space: nowrap;
}
.tools-menu ul li a {
    text-decoration: none;
    text-align: left;
    padding: 5px 14px;
    text-transform: capitalize;
    height: auto;
    color: #fff;
    display: block;
}
.tools-menu ul li:hover .tools-second-menu {
    display: block;
}
.tools-menu ul li:hover>a {
    background-color: #E81F76!important;
}
.tools-menu .tools-menu-heading {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 14px;
    text-align: left;
}
.tools-menu .tools-second-menu {
    margin: 0;
    background-color: rgba(102, 102, 102, 0.95);
    left: 100%;
    top: 0;
    position: absolute;
    width: auto;
    display: none;
    padding: 0;
}
.tools-menu .tools-second-menu li:hover .tools-third-menu {
    display: block;
}
.tools-menu .tools-third-menu {
    background-color: rgba(102, 102, 102, 0.95);
    left: 100%;
    top: 0;
    position: absolute;
    width: auto;
    display: none;
    padding: 0;
}
.bg-ptrn {
    width: 100%;
    float: left;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
@media(max-width:1250px) {
    .container {
    width: 900px;
}
}@media(max-width:950px) {
    .container {
    width: 735px;
}
}@media(max-width:760px) {
    .container {
    width: 92%}
}.container #content {
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 20px;
}
.container .economy_overview {
    background-color: transparent!important;
}
.container #content .white-work-area .btn-margin {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    float: left;
}
.container #content .white-work-area .btn-margin a {
    display: inline-block;
}
.container #content .white-work-area .btn-margin a.btn {
    background-color: #e9188e;
    padding: 12px 50px 45px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    border-radius: 35px;
}
.container #content .white-work-area .btn-margin a.btn:hover {
    color: #000;
    background-color: #bfbfbf;
}
@media(max-width:1250) {
    .container #content .white-work-area .btn-margin a.btn {
    font-size: 20px;
}
}@media(max-width:760px) {
    .container #content .white-work-area .btn-margin a.btn {
    font-size: 15px;
}
}.container #content .white-work-area .btn-margin a:hover .btn-dropdown {
    display: block;
}
.container #content .white-work-area .btn-margin button {
    float: right;
}
.container #content .white-work-area .btn-margin button.btn {
    background-color: #e9188e;
    color: #000;
    text-transform: uppercase;
    padding: 7px 15px 5px;
    border: 0;
    cursor: pointer;
    border-radius: 0;
}
.container #content .white-work-area .btn-margin button.btn:hover {
    background-color: #f05db0;
}
.container #content .white-work-area h3 {
    font-size: 20px;
    color: #65656a;
    font-weight: normal;
}
@media(max-width:1199px) {
    .container #content .white-work-area h3 {
    font-size: 18px;
}
}@media(max-width:768px) {
    .container #content .white-work-area h3 {
    font-size: 16px;
}
}.container #content .white-work-area h3 span {
    color: #e9188e;
    font-weight: bold;
}
.container #content .white-work-area .triple-section .triple-box {
    width: 21%;
    margin-right: 1%;
    float: left;
    padding: 10px;
    height: 400px;
    background-color: #858585;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box {
    height: 535px;
    padding: 15px;
}
.container #content .white-work-area .triple-section .triple-box h3 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 5px 0;
    text-align: left;
}
.container #content .white-work-area .triple-section .triple-box h4 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}
.container #content .white-work-area .triple-section .triple-box h6 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box h6 {
    max-width: 70%;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 700;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .graph h6 {
    max-width: 100%;
    font-weight: 400;
    text-align: center;
}
.container #content .white-work-area .triple-section .triple-box h2 {
    color: #fff;
    font-weight: 500;
    font-size: 55px;
    line-height: 45px;
    display: block;
    margin: 20px 0 5px 0;
}
.container #content .white-work-area .triple-section .triple-box p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.container #content .white-work-area .triple-section .triple-box .graph {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
    padding: 10px 0;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .graph {
    border-top: 2px solid rgba(243, 246, 255, 0.9);
    border-bottom: unset;
    padding-top: 20px!important;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box h2 {
    color: #222!important;
    text-align: center!important;
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 66px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .double-graph .left-sec h2, .container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .double-graph .left-sec p {
    text-align: left!important;
}
.eco-sumary-page .triple-section .triple-box h3, .eco-sumary-page .triple-section .triple-box h4, .eco-sumary-page .triple-section .triple-box p {
    color: #333!important;
    text-align: center!important;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box h3 {
    font-weight: 700!important;
    border-bottom: 2px solid rgba(243, 246, 255, 0.9);
    padding-bottom: 14px;
    font-size: 20px;
    line-height: 22px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box h3 {
    border-bottom: 0;
    padding-bottom: 0;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box h4 {
    font-weight: 400;
    font-size: 12px;
}
.eco-sumary-page .triple-section .triple-box p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom {
    text-align: center;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom h5, .container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom span {
    color: #333;
    text-align: center;}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom h5 {
    font-size: 45px;
    line-height: 52px;
    font-size: 45px;
    line-height: 44px;
    font-weight: 400;
    padding-top: 0;
}
.container #content .white-work-area .triple-section .triple-box .btn-box {
    margin: 15px 0;
    text-align: center;
    width: 100%;
    float: left;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .btn-box {
    margin: 7px 0 0;
}
.container #content .white-work-area .triple-section .triple-box .btn-box .btn {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    width: 46%;
    float: left;
    background-color: #e9188e;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .btn-box .btn {
    font-size: 13px!important;
    line-height: 2;
    border-radius: 35px;
    margin: 10px;
}
.container #content .white-work-area .triple-section .triple-box .btn-box .btn.grey-btn {
    background-color: #bfbfbf;
    color: #000;
}
.eco-sumary-page .triple-section .triple-box .btn-box a.grey-btn {
    background-color: #333!important;
    color: #fff!important;
}
@media(max-width:360px) {
    .container #content .white-work-area .triple-section .triple-box .btn-box .btn {
    font-size: 13px;
}
}@media(max-width:320px) {
    .container #content .white-work-area .triple-section .triple-box .btn-box .btn {
    font-size: 12px;
}
}.container #content .white-work-area .triple-section .triple-box .box-bottom h5 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    line-height: 44px;
    padding-top: 9px;
}
.eco-sumary-page .triple-section .btn-margin a.btn.view, .eco-sumary-page .triple-section .btn-margin.bottm_btn a.btn.view {
    background-color: #E81F76!important;
}
.container #content .white-work-area .triple-section .triple-box .box-bottom span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.container #content .white-work-area .triple-section .triple-box.double-box {
    width: 56%;
    margin-right: 0;
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    padding: 13px 0;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .double-graph {
    border-top: 0;
    padding-bottom: 0;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .double-graph.border {
    border-bottom: 2px solid rgba(243, 246, 255, 0.9);
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .left-sec {
    float: left;
    width: 50%}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .left-sec h2 {
    margin: 6px 0;
}
@media(max-width:480px) {
    .container #content .white-work-area .triple-section .triple-box.double-box .double-graph .left-sec {
    float: none;
    width: 100%}
}.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph {
    float: right;
    width: 40%;
    border: 0 none;
    margin: 0;
    padding: 0;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .double-graph .left-sec h2 {
    line-height: 58px;
}
.eco-sumary-page .triple-section {
    border-bottom: 2px solid #fff;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph h4 {
    margin-left: 15px;
    font-size: 53px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top:  20px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box.double-box .double-graph .graph h4 img {
    margin-bottom: 5px;
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph h4 span {
    font-weight: bold;
}
@media(max-width:480px) {
    .container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph {
    float: none;
    width: 100%}
}@media(max-width:480px) {
    .container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph .do-graph {
    margin-top: 20px!important;
}
}@media(max-width:1250px) {
    .container #content .white-work-area .triple-section .triple-box.double-box {
    width: 100%;
    margin-top: 25px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box {
    height: auto;
}
}@media(max-width:1250px) {
    .container #content .white-work-area .triple-section .triple-box:nth-of-type(2) {
    float: right;
    margin: 0;
}
}@media(max-width:760px) {
    .container #content .white-work-area .triple-section .triple-box:nth-of-type(2) {
    margin-top: 25px;
}
}@media(max-width:1250px) {
    .container #content .white-work-area .triple-section .triple-box {
    width: 49%;
    margin: 0;
}
}@media(max-width:760px) {
    .container #content .white-work-area .triple-section .triple-box {
    width: 100%;
    height: auto;
}
}@media(max-width:480px) {
    .container #content .white-work-area .triple-section .triple-box {
    height: auto;
}
}.container #content .white-work-area .triple-section .btn-margin {
    margin: 20px 0 55px 0;
}
.container #content .white-work-area .eco-sumary-page .tab-menu ul {
    max-width: 76%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container #content .white-work-area .tab-menu ul li {
    float: left;
    margin: 0 1px 1px 0;
    list-style: none;
}
.container #content .white-work-area .eco-sumary-page .tab-menu ul li {
    margin: 0 1px 25px 0;
    width: 45%;
    text-align: center;
}
.container #content .white-work-area .tab-menu ul li a {
    display: block;
    background-color: #bfbfbf;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 40px;
}
.container #content .white-work-area .tab-menu ul li a:hover, .container #content .white-work-area .tab-menu ul li a.active {
    background-color: #e9188e;
}
.container #content .white-work-area .eco-sumary-page .tab-menu ul li a {
    background-color: #222;
}
.container #content .white-work-area .eco-sumary-page .tab-menu ul li a:hover, .container #content .white-work-area .eco-sumary-page .tab-menu ul li a.active {
    background-color: #E81F76!important;
}
.container #content .white-work-area .eco-sumary-page .tab-menu ul li a {
    font-weight: 400;
    border-radius: 35px;
    margin: 0px 10px;
}
@media(max-width:480px) {
    .container #content .white-work-area .tab-menu ul li a {
    font-size: 13px;
    padding: 15px 10px;
}
}@media(max-width:320px) {
    .container #content .white-work-area .tab-menu ul li a {
    font-size: 12px;
    padding: 15px;
}
}footer {
    float: left;
    width: 100%}
.reg-nav-area {
    width: 100%;
    float: left;
    text-align: center;
}
.reg-nav-area h1 {
    color: #222;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 25px 0;
    line-height: 34px;
}
@media(max-width:1250px) {
    .reg-nav-area h1 {
    font-size: 20px;
}
}@media(max-width:950px) {
    .reg-nav-area h1 {
    font-size: 16px;
    line-height: 20px;
}
}.reg-nav-area h1 span {
    font-size: 25px;
    font-weight: 700;
    color: #333;
}
.eco-sumary-page .triple-section .triple-box {
    background-color: #fff!important;
    box-shadow: 0 .125rem .25rem RGBA(0, 0, 0, .075);
}
.eco-sumary-page .triple-section .triple-box .btn-box a.pink-btn {
    background-color: #E81F76!important;
}
@media(max-width:1250px) {
    .reg-nav-area h1 span {
    font-size: 30px;
}
}@media(max-width:950px) {
    .reg-nav-area h1 span {
    font-size: 21px;
}
}.eco-sumary-page {
    width: 100%;
    float: left;
}
@media(max-width:767px) {
    .eco-sumary-page h3 {
    text-align: center;
}
}.eco-sumary-page .ui-widget-content {
    background-color: #fff;
    margin-top: 2px;
}
.eco-sumary-page .ui-tabs ul {
    width: 100%;
    float: left;
}
.eco-sumary-page .ui-tabs ul li {
    list-style: none;
}
.eco-sumary-page .ui-tabs ul li:hover {
    background-color: #e9188e;
}
.eco-sumary-page .ui-tabs ul li:hover a {
    color: #fff;
}
.eco-sumary-page .ui-tabs ul li a.ui-tabs-anchor {
    display: block;
    float: none;
}
@media(max-width:1199px) {
    .eco-sumary-page .ui-tabs ul li a.ui-tabs-anchor {
    font-size: 11px;
}
}@media(max-width:991px) {
    .eco-sumary-page .ui-tabs ul li a.ui-tabs-anchor {
    font-size: 11px;
    margin: 0 auto;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}.eco-sumary-page .ui-tabs ul li a.single-set {
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
}
.eco-sumary-page .ui-tabs ul li.ui-state-default {
    margin: 1px 2px 0 0;
    list-style: none;
    text-align: center;
    width: 270px;
    padding: 0 25px;
}
.eco-sumary-page .ui-tabs .ui-tabs-panel {
    padding: 0;
    font-size: 12px;
}
.eco-sumary-page .clark-county-table table {
    width: 100%;
    border-collapse: collapse;
    font-weight: normal;
}
.eco-sumary-page .clark-county-table table thead {
    background-color: #998c87;
}
.eco-sumary-page .clark-county-table table thead tr th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 1px 5px 0;
    vertical-align: middle;
    line-height: 19px;
    text-align: right;
    height: 50px;
    background-color: #222;
}
.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(1) {
    width: 35px;
}
.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(2) {
    width: 18px;
}
.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(3) {
    text-align: left;
}
.eco-sumary-page .clark-county-table table tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.eco-sumary-page .clark-county-table table tbody tr:nth-of-type(even) {
    background-color: #eeece7;
}
.eco-sumary-page .clark-county-table table tbody tr:hover, .eco-sumary-page .clark-county-table table tbody tr.active {
    background-color: #f3d79a;
    cursor: pointer;
}
.eco-sumary-page .clark-county-table table tbody tr td {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding: 1px 5px;
    height: 38px;
    text-align: right;}

.eco-sumary-page .clark-county-table table tbody tr td:nth-child(4) {
    font-weight: bold;
}

.eco-sumary-page .clark-county-table table tbody tr td.no-record {
    background: #e60b0b!important;
    color: #fff;
    text-transform: uppercase;
    padding-top: 3px!important;
    font-size: 12px!important;
}
.eco-sumary-page .clark-county-table table tbody tr td.no-record:hover {
    cursor: default!important;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1) {
    width: 35px;
    text-align: center;
    padding: 0;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1) .arrow-block {
    height: 15px;
    background-color: #fff;
    background-image: url("../../img/economicoverview/drop-icon.png");
    position: relative;
    color: transparent;
    background-size: 100% auto;
    width: 25px;
    margin: 0 5px;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1).active {
    background-color: #f29bcd;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(2) {
    width: 18px;
    padding: 2px 3px;
    text-align: center;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(2) span.icon-seasonal {
    background-image: url("../../img/economicoverview/lv-sprite.svg");
    background-position: right 0;
    width: 11px;
    height: 12px;
    display: block;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(3) {
    text-align: left;
    position: relative;
    font-weight: bold;
}
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(3) p {
    margin: 0;}
.eco-sumary-page .clark-county-table table tbody tr td:last-child {
    padding-right: 5px;
}
.eco-sumary-page .clark-county-table table tbody tr td span.green {
    height: 22px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 15px;
}
.eco-sumary-page .clark-county-table table tbody tr td span.green.down {
    background-image: url("../../img/economicoverview/down-blue-arw.png");
}
.eco-sumary-page .clark-county-table table tbody tr td span.green.up {
    background-image: url("../../img/economicoverview/up-blue-arw.png");
}
.eco-sumary-page .clark-county-table table tbody tr td span.pink {
    height: 22px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 15px;
}
.eco-sumary-page .clark-county-table table tbody tr td span.pink.down {
    background-image: url("../../img/economicoverview/down-pink-arw.png");
}
.eco-sumary-page .clark-county-table table tbody tr td span.pink.up {
    background-image: url("../../img/economicoverview/up-pink-arw.png");
}
.eco-sumary-page .clark-county-table table tbody tr td span.yellow-indicator {
    background-image: url("../../img/economicoverview/yellow-indicator.png");
    height: 22px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 15px;
}
@media(max-width:1250px) {
    .eco-sumary-page .clark-county-table table {
    width: 1100px;
}
}.eco-sumary-page .clark-county-table .hint-bar {
    background-color: #222;
    padding: 5px 6px;
    color: #fff;
    width: 100%;
    float: left;
}
.eco-sumary-page .clark-county-table .hint-bar .left-sec {
    float: left;
    width: 50%}
.eco-sumary-page .clark-county-table .hint-bar .left-sec .left-side {
    float: left;
    margin-right: 20px;
}
.eco-sumary-page .clark-county-table .hint-bar .left-sec .left-side label {
    font-style: italic;
    text-transform: capitalize;
}
.eco-sumary-page .clark-county-table .hint-bar .right-sec {
    float: right;
    text-align: right;
    width: 50%}
.eco-sumary-page .clark-county-table .hint-bar span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}
.eco-sumary-page .clark-county-table .hint-bar span.icon-seasonal {
    background-image: url("../../img/economicoverview/lv-sprite.svg");
    margin: 1px 5px 0 0;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    background-position: 15px 2px;
    height: 17px;
    width: 17px;
}
@media(max-width:1250px) {
    .eco-sumary-page .clark-county-table .hint-bar {
    width: 1100px;
}
}@media(max-width:1250px) {
    .eco-sumary-page .clark-county-table {
    width: 100%;
    overflow-x: scroll;
}
}.lvgea-tabs ul {
    background-color: #fff;
}
.lvgea-tabs ul li {
    background-color: #efefef;
    font-weight: normal;
    list-style: none;
    margin: 1px 2px 2px 0;
    text-align: center;
    width: calc(12.5% - 2px);
    border-bottom-width: 0;
    float: left;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.lvgea-tabs ul li:hover {
    background-color: #f6b234;
}
.lvgea-tabs ul li:hover a {
    color: #000;
}
.lvgea-tabs ul li.active {
    background-color: #f6b234;
}
.lvgea-tabs ul li.active a {
    color: #fff;
}
.lvgea-tabs ul li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 0 9px 0;
    display: block;
    float: none;
    height: 45px;
}
@media(max-width:991px) {
    .lvgea-tabs ul li a {
    font-size: 9px;
}
}.lvgea-tabs ul li a.single-set {
    padding: 16px 0;
}
@media(max-width:767px) {
    .lvgea-tabs ul {
    width: 900px;
}
}@media(max-width:767px) {
    .lvgea-tabs {
    overflow-x: scroll;
}
}.tabl-quc tr {
    border-right: 1px solid #d0d0d0;
}
.tabl-quc tr:first-child {
    border-right: 1px solid transparent;
}
.indi-chart-area {
    background-color: #efefef;
    display: none;
}
.eco-sumary-page .indi-chart-area {
    background-color: #eeece7;
}
.indi-chart-area .chart-pop-icon {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 26px;
    padding: 6px 0;
    text-align: center;
    float: right;
    cursor: pointer;
    position: relative;
}
.indi-chart-area .chart-pop-icon:hover {
    background-color: #e9188e;
}
.indi-chart-area .chart-pop-icon.cross-chart {
    margin-left: 1px;
}
.indi-chart-area .chart-pop-icon.download-btn:hover {
    background-color: #e9188e;
}
.container #content .white-work-area .btn-margin.bottm_btn a.btn.view {
    background-color: #E81F76;
    font-weight: 400;
}
.eco-sumary-page .indi-chart-area .chart-pop-icon.download-btn:hover, .eco-sumary-page .indi-chart-area .chart-pop-icon:hover {
    background-color: #E81F76;
}
.indi-chart-area .chart-pop-icon.download-btn:hover .download-menu {
    display: block;
}
.indi-chart-area .chart-pop-icon.download-btn .download-menu {
    position: absolute;
    z-index: 9999;
    top: 32px;
    right: 0;
    background-color: rgba(102, 102, 102, 0.95);
    width: 145px;
    font-size: 12px;
    font-weight: normal;
    display: none;
}
.eco-sumary-page .indi-chart-area .chart-pop-icon.download-btn .download-menu {
    background-color: #222;
    width: 190px;
}
.tools-menu, .tools-menu .tools-second-menu, .tools-menu .tools-third-menu {
    background-color: #222!important;
}
.container #content .white-work-area .eco-sumary-page .tab-menu .download-menu ul li {
    margin: 0 1px 5px 0;
    width: 100%;
    text-align: left;
}
.container #content .white-work-area .eco-sumary-page .tab-menu .download-menu ul {
    max-width: 100%;
    display: unset;
    justify-content: unset;
    align-items: unset;
}
.indi-chart-area .chart-pop-icon.download-btn .download-menu .heading {
    text-transform: uppercase;
    padding: 7px 0 5px 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.eco-sumary-page .indi-chart-area .chart-pop-icon.download-btn .download-menu .heading {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}
.indi-chart-area .chart-pop-icon.download-btn .download-menu ul {
    line-height: 28px;
}
.indi-chart-area .chart-pop-icon.download-btn .download-menu ul li {
    list-style: none;
    position: relative;
    float: none!important;
}
.indi-chart-area .chart-pop-icon.download-btn .download-menu ul li a {
    text-decoration: none;
    text-align: left;
    padding: 0 0 0 20px!important;
    border-bottom: 0;
    text-transform: capitalize;
    height: auto;
    line-height: inherit;
    color: #fff;
    display: block!important;
    background-color: initial!important;
    font-size: 12px!important;
}
.container #content .white-work-area .eco-sumary-page .tab-menu .download-menu ul li a {
    font-size: 18px!important;
}
.tools-menu ul li a, .tools-menu .tools-second-menu ul li a, .tools-menu .tools-third-menu ul li a {
    font-size: 16px!important;
}
.indi-chart-area .chart-pop-icon.download-btn .download-menu ul li a:hover {
    background-color: #e9188e!important;
}
.indi-chart-area .chart-inner {
    padding: 10px;
}
.indi-chart-area .chart-inner .chart-place img {
    height: auto;
    width: 100%}
.indi-chart-area .chart-inner .chart-place .amcharts-legend-div {
    display: none;
}
.indi-chart-area .chart-inner .chart-bar {
    margin: 10px 0;
}
.indi-chart-area .chart-inner .chart-bar .chart {
    background-color: #ccc;
    float: left;
    padding: 2px 0;
    height: 24px;
    width: 25px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #fff;
}
.indi-chart-area .chart-inner .chart-bar .chart:hover, .indi-chart-area .chart-inner .chart-bar .chart.active {
    color: #fff;
    background-color: #e9188e;
}
.eco-sumary-page .indi-chart-area .chart-inner .chart-bar .chart:hover, .indi-chart-area .chart-inner .chart-bar .chart.active {
    color: #fff;
    background-color: #E81F76;
}
.indi-chart-area .chart-inner .chart-bar .chart-gray-bar {
    display: block;
    background-color: #8f8f8f;
    padding: 5px 7px;
    height: 24px;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
}
.eco-sumary-page .indi-chart-area .chart-inner .chart-bar .chart-gray-bar {
    background-color: #e6e2d7;
}
.indi-chart-area .chart-inner .chart-bar .chart-gray-bar input[type="checkbox"] {
    float: left;
    margin: 1px 5px 0 10px;
}
.indi-chart-area .chart-inner .box-area {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    width: calc(20% - 1px);
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-0 {
    background-color: #96becf;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-1 {
    background-color: #f7d280;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-2 {
    background-color: #717171;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-body.royal-blue.white-text {
    background-color: #e27881!important;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head.royal-blue {
    background-color: #E81F76!important;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head.orange {
    background-color: #333!important;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head.green {
    background-color: #FFC600;
}
@media(max-width:767px) {
    .indi-chart-area .chart-inner .box-area {
    width: calc(50% - 1px);
}
}@media(max-width:400px) {
    .indi-chart-area .chart-inner .box-area {
    width: calc(100% - 1px);
}
}.indi-chart-area .chart-inner .box-area .top-icon {
    background-image: url("../../img/economicoverview/lv-sprite.svg");
    position: absolute;
    height: 11px;
    width: 10px;
}
.indi-chart-area .chart-inner .box-area .top-icon.cross {
    background-position: -174px 0;
    top: 2px;
    right: 4px;
}
.indi-chart-area .chart-inner .box-area .head {
    padding: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    height: 37px;
}
.indi-chart-area .chart-inner .box-area .head.padding-set {
    padding: 7px 9px 8px;
    line-height: 12px;
}
.eco-sumary-page .lctn {
    font-size: 16px;
    color: #000;
}
.indi-chart-area .chart-inner .box-area .head.black-text {
    color: #000;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head {
    font-size: 15px;
    height: 46px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    justify-content: left;
    white-space: pre-line;
    align-items: center;
    padding-right: 20px;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head.green {
    color: #333!important;
}
.indi-chart-area .chart-inner .box-area .head.blue {
    background-color: #773dbd;
}
.indi-chart-area .chart-inner .box-area .head.green {
    background-color: #ffc025;
}
.indi-chart-area .chart-inner .box-area .head.orange {
    background-color: #858585;
}
.indi-chart-area .chart-inner .box-area .head.teal {
    background-color: #10CFC9;
}
.indi-chart-area .chart-inner .box-area .head.royal-blue {
    background-color: #ec038e;
}
.indi-chart-area .chart-inner .box-area .head .seasonal-icon {
    background-image: url("../img/lv-sprite.svg");
    height: 11px;
    width: 10px;
    display: inline-block;
    top: 1px;
    position: relative;
    left: 5px;
}
.indi-chart-area .chart-inner .box-area .head .seasonal-icon.white {
    background-position: 30px 0;
}
.indi-chart-area .chart-inner .box-area .head .seasonal-icon.black {
    background-position: 49px 0;
}
@media(max-width:950px) {
    .indi-chart-area .chart-inner .box-area .head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}.indi-chart-area .chart-inner .box-area .box-body {
    padding: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.indi-chart-area .chart-inner .box-area .box-body.black-text {
    color: #000;
}
.indi-chart-area .chart-inner .box-area .box-body.blue {
    background-color: #9860da;
}
.indi-chart-area .chart-inner .box-area .box-body.green {
    background-color: #ffd36f;
}
.indi-chart-area .chart-inner .box-area .box-body.orange {
    background-color: #aaa;
}
.indi-chart-area .chart-inner .box-area .box-body.teal {
    background-color: #35b7b3;
}
.indi-chart-area .chart-inner .box-area .box-body.royal-blue {
    background-color: #f25ab1;
}
.indi-chart-area .chart-inner .box-area .box-body select {
    margin: 10px 0;
    width: 80%;
    border: 1px solid #2483c2;
    color: #000;
    font-weight: normal;
    font-size: 11px;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body select.box-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/select-arrow.png)!important;
    background-repeat: no-repeat!important;
    height: 21px;
    background-size: contain!important;
    background-position: right;
    border: 1px solid #333;
    padding-left: 7px;
}
.eco-sumary-page .indi-chart-area .chart-inner .chart-bar .chart-gray-bar {
    color: #333!important;
    font-size: 13px!important;
    font-weight: 400;
}
.indi-chart-area .chart-inner .box-area .box-body select option {
    background: rgba(102, 102, 102, 0.95);
    padding: 3px 5px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.indi-chart-area .chart-inner .box-area .box-body select option.head {
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    background-color: #b4b4b4;
}
@-moz-document url-prefix() {
    .indi-chart-area .chart-inner .box-area .box-body select option.head {
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    background-color: #b4b4b4;
}
}.indi-chart-area .chart-inner .box-area .box-body select option:default {
    background: rgba(102, 102, 102, 0.95);
    padding: 3px 5px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.indi-chart-area .chart-inner .box-area .box-body select option:default.head {
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    background-color: #b4b4b4;
}
.indi-chart-area .chart-inner .box-area .box-body select option:disabled {
    background-color: red;
    padding: 3px 5px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.indi-chart-area .chart-inner .box-area .box-body select option:disabled.head {
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    background-color: #b4b4b4;
}
@-moz-document url(about:blank), url(about:newtab) {
    .indi-chart-area .chart-inner .box-area .box-body select html, .indi-chart-area .chart-inner .box-area .box-body select body {
    background-color: #ccc!important;
}
}.indi-chart-area .chart-inner .box-area .box-body .input-area {
    margin: 2px 0 0 0;
    float: left;
}
.indi-chart-area .chart-inner .box-area .box-body .input-area input[type="checkbox"] {
    float: left;
    margin: 0;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body .input-area input[type="checkbox"] {
    float: left;
    margin: 0;
    background-image: url(../../img/economicoverview/uncheck.png);
    padding: 1px;
    zoom: 1;
    -webkit-appearance: none;
    margin-right: 3px;
    background-position: 66% 49%}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body .input-area input[type="checkbox"]:hover, .eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body .input-area input[type="checkbox"]:focus {
    background-image: url("../../img/economicoverview/checked.png");
}
.indi-chart-area .chart-inner .box-area .box-body .input-area .text {
    float: left;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 0 2px;
}
@media(max-width:950px) {
    .indi-chart-area .chart-inner .box-area .box-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}.quick-chart-pop {
    width: 800px;
}
.quick-chart-pop .quick-pop-icon {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    background-color: #666;
    width: 26px;
    padding: 6px 0;
    text-align: center;
    float: right;
    cursor: pointer;
    position: relative;
    margin-left: 1px;
}
.quick-chart-pop .quick-pop-icon:hover {
    background-color: #e9188e;
}
.quick-chart-pop .quick-pop-icon.quick-download:hover .quick-download-menu, .quick-chart-pop .quick-pop-icon.quick-download:hover .export-drop-menu, .quick-chart-pop .quick-pop-icon.export-use:hover .quick-download-menu, .quick-chart-pop .quick-pop-icon.export-use:hover .export-drop-menu {
    display: block;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu {
    position: absolute;
    z-index: 9999;
    top: 31px;
    right: 0;
    background-color: rgba(102, 102, 102, 0.95);
    width: 145px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    display: none;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu.export-w, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu.export-w, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu.export-w, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu.export-w {
    width: 175px;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu .heading, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu .heading, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu .heading, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu .heading {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 0 5px 10px;
    text-align: left;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul {
    line-height: 28px;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul li, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul li, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul li {
    list-style: none;
    position: relative;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li a, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul li a, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul li a, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul li a {
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    border-bottom: 0;
    text-transform: capitalize;
    height: auto;
    line-height: inherit;
    color: #fff;
    display: block;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li a:hover, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul li a:hover, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul li a:hover, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul li a:hover {
    background-color: #e9188e;
}
.quick-chart-pop .quick-edit-left {
    width: 250px;
    padding-right: 20px;
    float: left;
}
.quick-chart-pop .quick-edit-left .info-sec {
    line-height: 20px;
    margin-bottom: 15px;
    word-wrap: break-word;
    font-size: 11px;
    line-height: 14px;
    color: #000;
}
.quick-chart-pop .quick-edit-left .info-sec span {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.quick-chart-pop .quick-edit-left .info-sec a {
    color: #000;
    text-decoration: none;
}
.quick-chart-pop .quick-edit-left .info-sec a:hover {
    text-decoration: underline;
}
@media(max-width:991px) {
    .quick-chart-pop .quick-edit-left {
    width: 200px;
}
}@media(max-width:767px) {
    .quick-chart-pop .quick-edit-left {
    width: 100px;
}
}@media(max-width:480px) {
    .quick-chart-pop .quick-edit-left {
    width: 100%}
}.quick-chart-pop .quick-edit-right {
    width: 510px;
    float: right;
}
.quick-chart-pop .quick-edit-right .quick-chart-map {
    margin: 0 0 30px;
}
@media(max-width:767px) {
    .quick-chart-pop .quick-edit-right .quick-chart-map #popup-graph {
    width: 100%!important;
}
}.quick-chart-pop .quick-edit-right .quick-chart-map .padding-set {
    padding: 15px 15px 5px 15px;
    background-color: #efefef;
}
.quick-chart-pop .quick-edit-right .quick-chart-map #top-graph #popup-graph {
    height: 268px;
    width: 100%;
    background: #efefef;
}
.quick-chart-pop .quick-edit-right .quick-chart-map img {
    width: 100%}
.quick-chart-pop .quick-edit-right .quick-chart-map .map-show-scroll {
    background-color: #666;
    font-size: 11px;
    color: #fff;
    font-style: italic;
    padding: 3px 15px;
}
.quick-chart-pop .quick-edit-right .quick-chart-map .map-show-scroll input {
    margin: 3px 0 0 0;
    float: left;
}
.quick-chart-pop .quick-edit-right .quick-chart-map .map-show-scroll .input-text {
    float: left;
    margin: 3px 0 0 5px;
}
.quick-chart-pop .quick-edit-right .quick-chart-table {
    margin: 0;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table {
    border-collapse: collapse;
    width: 100%}
@media(max-width:480px) {
    .quick-chart-pop .quick-edit-right .quick-chart-table {
    overflow-x: scroll;
}
}.quick-chart-pop .quick-edit-right .quick-chart-table .blue-bg-light {
    background-color: #b7aeab;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}
.quick-chart-pop .quick-edit-right .quick-chart-table .orange-bg-light {
    background-color: #89b5c7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 2px 3px;
    text-align: center;
}
.quick-chart-pop .quick-edit-right .quick-chart-table .blue-bg-dark {
    background-color: #988c88;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 3px;
    vertical-align: bottom;
    text-align: right;
}
.quick-chart-pop .quick-edit-right .quick-chart-table .orange-bg-dark {
    background-color: #6ba2b9;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 3px;
    vertical-align: bottom;
    text-align: right;
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody {
    background-color: rgba(239, 239, 239, 0.9);
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody tr:nth-child(odd) {
    background-color: rgba(221, 221, 221, 0.9);
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody td {
    padding: 3px 3px;
    text-align: right;
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody td.no-padding {
    padding: 0;
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody td.no-padding table tr td {
    width: 12%}
.quick-chart-pop .quick-edit-right .quick-chart-table .same-year-bg {
    background-color: #666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 2px 3px;
    text-align: center;
}
@media(max-width:991px) {
    .quick-chart-pop .quick-edit-right {
    width: 460px;
}
}@media(max-width:767px) {
    .quick-chart-pop .quick-edit-right {
    width: 300px;
}
}@media(max-width:480px) {
    .quick-chart-pop .quick-edit-right {
    width: 100%}
}@media(max-width:991px) {
    .quick-chart-pop {
    width: 700px;
}
}@media(max-width:767px) {
    .quick-chart-pop {
    width: 440px;
}
}@media(max-width:480px) {
    .quick-chart-pop {
    width: 100%}
}#thegrid-body {
    margin: 0 7px;
    padding: 20px 0 0;
}
#thegrid-body #thegrid {
    width: 100%}
#thegrid-body #thegrid .top-head-tb .list-vie-crt {
    border-collapse: collapse;
    width: 100%}
#thegrid-body #thegrid .top-head-tb .list-vie-crt th {
    background-color: #e9188e;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    height: 28px;
    width: 18%;
    border: 0 none;
    padding: 8px 5px 2px 5px;
    vertical-align: middle;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}
#thegrid-body #thegrid .top-head-tb .list-vie-crt th.dt-first {
    width: 6%;
    text-align: left;
}
#thegrid-body #thegrid .top-head-tb .list-vie-crt th span {
    display: inline-block;
    vertical-align: bottom;
    max-width: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#thegrid-body #thegrid .cont-body-tb {
    float: left;
    max-height: 350px;
    overflow-y: auto;
    width: 100%}
#thegrid-body #thegrid .cont-body-tb .list-vie-crt {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%}
#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr {
    background-color: rgba(219, 219, 219, 0.3);
}
#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr:nth-of-type(2n) {
    background-color: rgba(205, 205, 205, 0.5);
}
#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr td {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 3px;
    height: 28px;
    width: 18%;
    text-align: right;
    cursor: pointer;
}
#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr td:nth-of-type(1) {
    width: 6%;
    text-align: left;
}
#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr:hover {
    background-color: #f29bcd;
}
.hint-bar .left-sec .emp-display h4 {
    display: none;
}
.cc-selector input {
    position: absolute;
    z-index: 999;
}
.cc-selector input {
    margin: 0;
    padding: 0;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    visibility: hidden;
}
.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 23px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    background-image: url(../../img/economicoverview/uncheck.png);
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body .input-area .text {
    font-size: 15px;
    font-style: italic;
    margin: -1px 0 0 10px;
    float: right;
    width: 98px;
}
.star input[type=checkbox]:checked+label {
    background-image: url(../../img/economicoverview/checked.png);
}
.cc-selector input:checked+.drinkcard-cc, .cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    background-image: url(../../img/economicoverview/checked.png);
}
.eco-sumary-page span#mult-axe {
    margin-left: 10px;
    font-size: 14px!important;
}
.chart-gray-bar span#mult-axe .drinkcard-cc {
    width: 14px;
    height: 11px;
}
.eco-sumary-page #thegrid-body #thegrid .cont-body-tb .list-vie-crt tr:nth-of-type(2n) {
    background-color: #eeece7;
}
.eco-sumary-page #thegrid-body #thegrid .cont-body-tb .list-vie-crt tr:hover {
    background-color: #f3d79a;
}
.eco-sumary-page #thegrid-body #thegrid .top-head-tb .list-vie-crt th {
    background-color: #222;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.eco-sumary-page #thegrid-body #thegrid .cont-body-tb .list-vie-crt tr td {
    font-size: 16px;
    color: #000;
    font-weight: normal;}
.eco-sumary-page .indi-chart-area span.chart-pop-icon.cross-chart:hover, .eco-sumary-page .indi-chart-area span.chart-pop-icon.cross-chart:hover {
    font-family: unset!important;
    font-weight: 400!important;
}
@media screen and (max-width:1023px) {
    .eco-sumary-page .indi-chart-area .chart-inner .box-area {
    width: 100%}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .top-icon.cross {
    background-position: -171px 6px;
    top: 0;
    right: -1px;
    z-index: 99999;
    width: 20px;
    height: 100%}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head, .eco-sumary-page .indi-chart-area .chart-inner .box-area .lctn {
    width: 30%;
    float: left;
}
.slct_bx {
    float: left;
    width: 40%}
.indi-chart-area .chart-inner .box-area .box-body .slct_bx select {
    margin: 3px 0;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-0 a.top-icon.cross {
    background-color: #69a2ba;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-1 a.top-icon.cross {
    background-color: #f4be49;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-2 a.top-icon.cross {
    background-color: #333;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-3 a.top-icon.cross {
    background-color: #E81F76;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area.box-4 a.top-icon.cross {
    background-color: #009aa5;
}
}@media screen and (max-width:767px) {
    .eco-sumary-page .triple-section .btn-margin a.btn {
    padding: 14px 49px!important;
    font-size: 11px!important;
}
.container #content .white-work-area .btn-margin.bottm_btn a.btn.view {
    font-size: 11px!important;
    padding: 14px 37px!important;
}
.container #content .white-work-area .eco-sumary-page .tab-menu ul {
    max-width: 100%}
.container #content .white-work-area .eco-sumary-page .tab-menu ul li {
    width: 50%}
.container #content .white-work-area .eco-sumary-page .tab-menu ul li a {
    font-size: 12px;
}
.eco-sumary-page .triple-section {
    margin-bottom: 25px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .btn-margin {
    margin: 20px 0 23px 0;
}
.eco-sumary-page .clark-county-table table tbody tr td {
    font-size: 11pt;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box h2 {
    margin: 0;
    font-size: 53px;
    line-height: 59px;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body select.box-select {
    width: 100%}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body .input-area {
    margin: 4px 0 0 9px;
    float: left;
    width: 39%}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .box-body .input-area .text {
    font-size: 12px;
    font-style: italic;
    margin: 2px 0 0 0;
    float: right;
    width: auto;
}
.slct_bx {
    float: left;
    width: 50%;
    display: inline-block;
}
.economy_overview .reg-nav-area h1 {
    font-size: 22px;
    line-height: 26px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom h5 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 21px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom {
    border-top: 2px dotted #bebdb9;
}
.lft_grph {
    float: left;
    width: 100%}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .lft_grph .graph {
    border-top: 2px dotted #bebdb9;
    border-bottom: 1px solid #858585;
    margin: 0!important;
    padding-top: 0!important;
    height: 67px!important;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom, .ryt_valus {
    float: right;
    width: 100%}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .box-bottom span {
    font-size: 12px;
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph .ryt_valus h4 {
    margin-left: 15px;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 8px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box .graph .ryt_valus h6 {
    font-size: 12px;
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph.ryt_triple .lft_grph .do-graph {
    margin-top: 0!important;
}
.container #content .white-work-area .triple-section .triple-box.double-box .double-graph .graph.ryt_triple .lft_grph {
    margin-top: -8px;
}
.container #content .white-work-area .eco-sumary-page .triple-section .triple-box h6 {
    max-width: 100%}
.eco-sumary-page .clark-county-table .hint-bar .left-sec {
    float: left;
    width: 100%}
.eco-sumary-page .clark-county-table .hint-bar .left-sec .left-side {
    margin: 7px 9px;
    width: 100%}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head {
    padding-right: 47px;
}
.hint-bar .left-sec .emp-display h4 {
    padding: 9px 0 10px 10px;
    background-color: #333;
    font-style: italic;
    font-size: 16px;
    display: block;
}
.hint-bar .left-sec .emp-display h4 span {
    float: right;
    font-size: 28px;
    margin-top: -9px;
    background: #222;
    padding: 2px 10px;
}
.eco-sumary-page .clark-county-table .hint-bar {
    width: 100%;
    padding: 0;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .head, .eco-sumary-page .indi-chart-area .chart-inner .box-area .lctn {
    width: 100%;
    float: left;
}
.eco-sumary-page .indi-chart-area .chart-inner .box-area .top-icon.cross {
    background-position: -174px 0;
    height: 18%;
    top: 5px;
    right: 2px;
}
}.eco-sumary-page .indi-chart-area .chart-inner .box-area .head .seasonal-icon {
    background-image: url(../../img/economicoverview/lv-sprite.svg)!important;
    width: 19px;
    margin-left: 5px;
}
.popup-area .yellow-bar .pop-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
}
.popup-area .yellow-bar {
    background-color: #E81F76;
    padding: 0 10px;
    height: 30px;
}
div#ind_name {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    color: #333;
}
.quick-chart-pop .quick-edit-left .info-sec {
    color: #333;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}
.quick-chart-pop .quick-edit-left .info-sec span {
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    font-size: 13px;
    line-height: 19px;
}
.quick-chart-pop .quick-edit-right .quick-chart-table .blue-bg-light {
    background-color: #707070;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;}
.quick-chart-pop .quick-edit-right .quick-chart-table .orange-bg-light {
    background-color: #de646f;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;}
.quick-chart-pop .quick-edit-right .quick-chart-table .blue-bg-dark {
    background-color: #333;
}
.quick-chart-pop .quick-edit-right .quick-chart-table .orange-bg-dark {
    background-color: #E81F76;
}
.quick-chart-pop .quick-edit-right .quick-chart-table .orange-bg-dark, .quick-chart-pop .quick-edit-right .quick-chart-table .blue-bg-dark {
    text-transform: capitalize;
    font-weight: 700;
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody td.no-padding:nth-child(1) {
    border-right: 1px solid grey;
}
.quick-chart-pop .quick-edit-right .quick-chart-table tbody td.no-padding table tr td {
    width: unset;
}
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li a:hover, .quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul li a:hover, .quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul li a:hover, .quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul li a:hover, .quick-chart-pop .quick-pop-icon:hover {
    background-color: #E81F76;
}