@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

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

::selection {
    background: #E81F76;
    color: #fff
}

::-moz-selection {
    background: #E81F76;
    color: #fff
}

body {
    
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    color: #65656a;
   /* background: url(../../img/urban/web-bg.jpg) no-repeat;*/
    background-color: #00111d;
    background-position: top center
}

/*@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: 400;
    font-style: normal
}*/

.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 .h1 {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0
}

p {
    font-family: helvetica_ceregular
}

a {
    text-decoration: none;
    outline: 0;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms
}

a:focus,
a:hover {
    outline: 0
}

button {
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms
}

article,
aside,
figure,
footer,
header,
section {
    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
}

.dn {
    display: none
}

.db {
    display: block
}

.header-space {
    height: 162px
}

.yellow {
    background-color: #E81F76
}

i.fa.fa-circle.yellow {
    color: #E81F76;
    background: 0 0
}

.overlay {
    background: rgba(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
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.apartment-text {
    font-family: Lato, sans-serif;
    font-size: 12px;
    margin: 15px 0 5px
}

.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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    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
}

.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:after,
.ui-helper-clearfix:before {
    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,
.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;
    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:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    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-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

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

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

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

.ui-buttonset {
    margin-right: 7px
}

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

button.ui-button::-moz-focus-inner,
input.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, .8);
    border: 0
}

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

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-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-next span,
.ui-datepicker .ui-datepicker-prev 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: 700;
    border: 0
}

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

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

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 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;
    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 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 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
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    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%;
    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-autohide .ui-resizable-handle,
.ui-resizable-disabled .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 #000
}

.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: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 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: none;
    background: 0 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: none;
    border-bottom: none;
    border-right: none
}

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

.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-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .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 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: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #efefef;
    font-weight: 400;
    color: #fff
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #E81F76;
    font-weight: 400;
    color: #fff
}

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #E81F76;
    font-weight: 400;
    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, .8) url(../../img/urban/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/urban/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.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: 700
}

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

.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,
.ui-widget-header .ui-icon {
    background-image: url(../../img/urban/ui-icons_222222_256x240.png)
}

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

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

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

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

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 0
}

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

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

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

.ui-widget-overlay {
    background: #aaa url(../../img/urban/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/urban/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    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%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

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

#cboxTitle {
    margin: 0
}

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

#cboxClose,
#cboxNext,
#cboxPrevious,
#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
}

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

#cboxOverlay {
    background: #000;
    opacity: .9
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px
}

.cboxIframe {
    background: #fff
}

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

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

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

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow: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/urban/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

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

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

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

#cboxClose {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    background: url(../../img/urban/lv-sprite.svg) no-repeat -129px 0;
    width: 13px;
    height: 15px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: -149px 0
}

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

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

.popover .left-arrow {
    border-right: 5px solid #333;
    left: -10px;
    top: 120px;
    display: block
}

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

.popup-area .yellow-bar {
    background-color: #E81F76;
    padding: 0 10px;
    height: 30px
}

.popup-area .yellow-bar .pop-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    line-height: 30px;
    font-weight: 600
}

.popup-area .white-bar {
    background-color: #fff;
    padding: 20px;
    color: #000;
    font-size: 12px;
    position: relative
}

.popup-area .white-bar .body-title {
    font-size: 18px;
    color: #E81F76;
    text-transform: uppercase;
    padding: 20px
}

.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;
    font-family: Raleway, sans-serif;
    margin-bottom: 20px
}

.popup-area .white-bar h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

.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: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 10px 50px;
    border-radius: 0
}

.popup-area .white-bar .btn.yellow-btn {
    background: #E81F76
}

.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 {
    background: #fff;
    border: 3px solid #333;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    top: 65px;
    z-index: 2
}

.tools-menu ul {
    background-color: #E81F76;
    line-height: 28px;
    margin: 0;
    border: 2px solid #fff
}

.tools-menu ul li {
    border-bottom: 1px solid #fff;
    background-color: #333
}

.tools-menu ul li:nth-child(2n+1) {
    background-color: #333
}

.tools-menu ul li:last-child {
    border: 0 none
}

.tools-menu ul li a {
    border-bottom: medium none !important;
    color: #fff;
    display: block;
    height: auto;
    line-height: inherit;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    font-family: Raleway, sans-serif
}

.tools-menu ul li a:hover {
    background-color: #E81F76
}

.tools-menu ul li:hover .tools-second-menu {
    display: block
}

.tools-menu ul li:hover>a {
    background-color: #E81F76
}

.tools-menu .tools-menu-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left
}

.tools-menu .tools-second-menu {
    background-color: #333;
    border: 6px double #fff;
    display: none;
    left: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: auto
}

.tools-menu .tools-second-menu li {
    list-style: none;
    text-align: left;
    white-space: nowrap border:1px solid #fff !important
}

.tools-menu .tools-second-menu li a {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px
}

.tools-menu .tools-second-menu li a span.value {
    background-image: url(../../img/urban/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 17px;
    display: inline-block;
    height: 16px;
    background-position: -140px -45px;
    position: relative;
    top: 3px
}

.tools-menu .tools-second-menu li a span.mom {
    background-image: url(../../img/urban/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 17px;
    display: inline-block;
    height: 16px;
    background-position: -161px -45px;
    position: relative;
    top: 3px
}

.tools-menu .tools-second-menu li a span.mom-per {
    background-image: url(../../img/urban/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 17px;
    display: inline-block;
    height: 16px;
    background-position: -183px -45px;
    position: relative;
    top: 3px
}

.tools-menu .tools-second-menu li a span.yoy {
    background-image: url(../../img/urban/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 17px;
    display: inline-block;
    height: 16px;
    background-position: -205px -45px;
    position: relative;
    top: 3px
}

.tools-menu .tools-second-menu li a span.yoy-per {
    background-image: url(../../img/urban/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 17px;
    display: inline-block;
    height: 16px;
    background-position: -227px -45px;
    position: relative;
    top: 3px
}

.tools-menu .tools-second-menu li:hover .tools-third-menu {
    display: block
}

.tools-menu .tools-second-menu .tools-menu-heading {
    font-size: 13px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    text-transform: normal;
    padding: 0 0 0 10px;
    text-align: left
}

.tools-menu .tools-third-menu {
    border: 6px double #fff;
    margin: 0;
    background-color: #333;
    left: 100%;
    top: 0;
    position: absolute;
    width: auto;
    display: none;
    padding: 0
}

.transform-data-menu {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 35px;
    background-color: rgba(102, 102, 102, .95);
    width: 290px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 10px;
    color: #fff
}

.transform-data-menu span {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #6b6b6b;
    top: 0;
    height: 0;
    left: -10px;
    margin-left: 0;
    position: absolute;
    width: 0;
    display: block
}

.transform-data-menu .heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #fff
}

.transform-data-menu ul {
    margin: 5px 0 0;
    line-height: 20px
}

.transform-data-menu ul li {
    list-style: none
}

.transform-data-menu ul li a {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
    color: #fff
}

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

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

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

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

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

.transform-data-menu ul li a:hover {
    background-color: #1f80c3
}

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

@media (max-width:1199px) {
    .container {
        width: 970px
    }
}

@media (max-width:991px) {
    .container {
        width: 750px
    }
}

@media (max-width:768px) {
    .container {
        width: 100%
    }
}

.container #content {
    position: relative;
    z-index: 99;
    margin-bottom: 40px;
    border: 5px solid #dde9f7;
    border-top: none;
    background: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 15px
}

.container #content .white-work-area .note {
    font-size: 12px;
    font-style: italic;
    color: #000
}

.container #content .white-work-area .btn-margin {
    margin: 15px 0
}

.container #content .white-work-area .btn-margin.lc-use {
    margin: 15px 0 2px
}

.container #content .white-work-area .btn-margin a {
    display: block
}

.container #content .white-work-area .btn-margin a.btn {
    background-color: #E81F76;
    color: #000;
    text-transform: uppercase;
    padding: 5px 15px 3px;
    border-radius: 0
}

.container #content .white-work-area .btn-margin a.btn.view {
    float: left
}

.container #content .white-work-area .btn-margin a.btn:hover {
    background-color: #e89905
}

@media (max-width:540px) {
    .container #content .white-work-area .btn-margin a.btn {
        font-size: 10px;
        padding: 5px 5px 3px
    }
}

.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: #E81F76;
    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: #e89905
}

.container #content .white-work-area .btn-margin .print {
    float: right;
    position: relative
}

.container #content .white-work-area .btn-margin .print .btn-dropdown {
    position: absolute;
    top: 27px;
    right: 0;
    width: 275px;
    display: none;
    background: #666;
    z-index: 2
}

.container #content .white-work-area .btn-margin .print .btn-dropdown.w-295 {
    width: 290px
}

@media (max-width:768px) {
    .container #content .white-work-area .btn-margin .print .btn-dropdown {
        width: 240px
    }
}

.container #content .white-work-area .btn-margin .print .btn-dropdown ul {
    margin-bottom: 0
}

.container #content .white-work-area .btn-margin .print .btn-dropdown ul li {
    line-height: 30px;
    list-style: none
}

.container #content .white-work-area .btn-margin .print .btn-dropdown ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 0 10px
}

.container #content .white-work-area .btn-margin .print .btn-dropdown ul li a:hover {
    background-color: #E81F76;
    color: #000
}

@media (max-width:540px) {
    .container #content .white-work-area .btn-margin .print .btn-dropdown ul li a {
        font-size: 10px
    }
}

@media (max-width:540px) {
    .container #content .white-work-area .btn-margin .print .btn-dropdown {
        top: 24px
    }
}

.container #content .white-work-area .btn-margin .print:hover,
.container #content .white-work-area .btn-margin .print:hover .btn-dropdown {
    display: block
}

.container #content .white-work-area .btn-margin .print:hover>a {
    background-color: #e89905
}

.container #content .white-work-area h3 {
    font-size: 20px;
    color: #65656a;
    font-weight: 400;
    text-transform: uppercase
}

@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: #E81F76;
    font-weight: 700
}

.reg-nav-area h1 {
    font-size: 29px;
    color: #65656a;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    margin: 10px 0 0
}

@media (max-width:1199px) {
    .reg-nav-area h1 {
        font-size: 25px
    }
}

@media (max-width:991px) {
    .reg-nav-area h1 {
        font-size: 22px
    }
}

@media (max-width:768px) {
    .reg-nav-area h1 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .reg-nav-area h1 {
        text-align: center
    }
}

.reg-nav-area h1 span {
    color: #E81F76;
    font-weight: 700
}

.reg-nav-area .data-logo {
    float: right;
    width: 210px;
    margin-bottom: 15px
}

.reg-nav-area nav {
    margin: 0;
    padding: 0
}

@media (max-width:991px) {
    .reg-nav-area nav ul {
        text-align: center
    }
}

.reg-nav-area nav ul li {
    list-style: none;
    display: inline-block;
    background-color: #f0e67b;
    text-align: center;
    transition: all 250ms
}

@media (max-width:991px) {
    .reg-nav-area nav ul li {
        margin-bottom: 4px
    }
}

.reg-nav-area nav ul li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    width: 158px;
    display: block;
    padding: 30px 0
}

@media (max-width:1199px) {
    .reg-nav-area nav ul li a {
        font-size: 11px;
        padding: 46px 0;
        width: 129px
    }
}

@media (max-width:768px) {
    .reg-nav-area nav ul li a {
        padding: 20px 0;
        width: 129px
    }
}

@media (max-width:359px) {
    .reg-nav-area nav ul li a {
        width: 120px
    }
}

.reg-nav-area nav ul li.active,
.reg-nav-area nav ul li:focus,
.reg-nav-area nav ul li:hover {
    background-color: #E81F76
}

.reg-nav-area nav ul li.active a,
.reg-nav-area nav ul li:focus a,
.reg-nav-area nav ul li:hover a {
    text-decoration: none
}

.reg-overview-page .welcome-area {
    margin: 40px 0 20px
}

.reg-overview-page .welcome-area .wel-left {
    float: left;
    width: 100%
}

.reg-overview-page .welcome-area .wel-left h3 {
    font-size: 20px;
    color: #E81F76;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width:991px) {
    .reg-overview-page .welcome-area .wel-left h3 {
        font-size: 14px
    }
}

.reg-overview-page .welcome-area .wel-left p {
    font-size: 15px;
    color: #000;
    line-height: 26px
}

@media (max-width:991px) {
    .reg-overview-page .welcome-area .wel-left p {
        font-size: 11px
    }
}

@media (max-width:1199px) {
    .reg-overview-page .welcome-area .wel-left {
        width: 100%
    }
}

@media (max-width:991px) {
    .reg-overview-page .welcome-area .wel-left {
        width: 100%
    }
}

@media (max-width:767px) {
    .reg-overview-page .welcome-area .wel-left {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        float: none
    }
}

.reg-overview-page .welcome-area .wel-right {
    float: right;
    width: 385px;
    display: none
}

@media (max-width:767px) {
    .reg-overview-page .welcome-area .wel-right {
        width: 100%;
        text-align: center
    }
}

.reg-overview-page .map-area {
    background-color: #2c2c2c;
    position: relative
}

.reg-overview-page .map-area .zoning-area {
    position: absolute;
    z-index: 100;
    right: 260px;
    top: 0;
    width: 50%;
    background-color: rgba(0, 0, 0, .85);
    height: 100%;
    padding: 20px;
    color: #fff;
    font-size: 15px
}

.reg-overview-page .map-area .zoning-area .cross {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

.reg-overview-page .map-area .zoning-area .cross:hover {
    border: 1px solid #E81F76;
    color: #E81F76
}

.reg-overview-page .map-area .zoning-area i {
    color: #666
}

.reg-overview-page .map-area .zoning-area p {
    margin: 10px 0 0;
    font-size: 14px;
    padding-left: 25px
}

.reg-overview-page .map-area .zoning-area h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400
}

.reg-overview-page .map-area .zoning-area .zoning-accordion {
    margin: 20px 0 0 25px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 {
    background-color: transparent;
    text-transform: capitalize;
    margin: 5px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5.pl25 {
    padding-left: 25px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5.active,
.reg-overview-page .map-area .zoning-area .zoning-accordion h5:hover {
    color: #E81F76;
    cursor: pointer
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span {
    width: 25px;
    height: 18px;
    float: left;
    margin: 0 7px 0 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.active {
    border: 1px solid #fff
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.law img,
.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.pin img {
    width: 68%
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.boulder-color {
    background-color: #004876
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.lv-color {
    background-color: #62a744
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.nlv-color {
    background-color: #f0e67b
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.henderson-color {
    background-color: #E81F76
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.mesquite-color {
    background-color: #ca1f41
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.unincorporated-color {
    background-color: #d4c013
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.laughlin-color {
    background-color: #1099d5
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.las-strip-color {
    background-color: #6db3a5
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.las-downtown-color {
    background-color: #b36d6d
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.higher-edu {
    background-color: #a54dce
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.higher-edu-private {
    background-color: #6eb149
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.private-clg {
    background-color: #ffa800
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.private-edu {
    background-color: #61a741
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.public-edu {
    background-color: #00fcff
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.parks {
    background-color: #ff3030
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.community {
    background-color: #207cca
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.airport-color {
    background-color: #4246ff
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.highways-color {
    background-color: #4297ff
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.bus-color {
    background-color: #ff426e
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.traffic-color {
    background-color: #ffc342
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.redevelopment-zoning {
    background-color: #ca1f41
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.unincorporated-zoning {
    background-color: #42efff
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.boulder-zoning {
    background-color: #42ffa8
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.lv-zoning {
    background-color: #c3ff42
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.nlv-zoning {
    background-color: #d02ca4
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.henderson-zoning {
    background-color: #2c81d0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span.mesquite-zoning {
    background-color: #82bb15
}

.reg-overview-page .map-area .zoning-area .zoning-accordion h5 span img {
    position: relative;
    top: -1px;
    left: 4px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content {
    background-color: transparent;
    color: #fff;
    padding: 0 0 0 32px;
    font-size: 12px;
    display: none
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content.pl0 {
    padding-left: 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content.pl55 {
    padding-left: 55px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content p {
    font-style: italic;
    line-height: 18px;
    margin: 0;
    font-size: 12px;
    padding-left: 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list {
    margin: 15px 0;
    padding: 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list.for-overflow {
    max-height: 185px;
    overflow-y: auto
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li {
    width: 47%;
    max-width: 47%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    list-style: none;
    font-size: 12px;
    margin: 0 5px 5px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li img {
    width: 12%
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span {
    float: left;
    width: 20px;
    height: 15px;
    margin: 0 10px 0 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span.es-color {
    background-color: #d12260
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span.ms-color {
    background-color: #5016e5
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span.hs-color {
    background-color: #16c0e5
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span.os-color {
    background-color: #cfe516
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span.higher-edu {
    background-color: #a54dce
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list ul li span.higher-edu-private {
    background-color: #6eb149
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full {
    margin: 15px 0;
    padding: 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full.for-overflow {
    max-height: 250px;
    overflow-y: auto
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li {
    list-style: none;
    list-style: none;
    font-size: 12px;
    margin: 5px 0;
    line-height: 21px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li p {
    padding-left: 32px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li.pl25 {
    padding-left: 25px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li.pl25 span img {
    width: 100%;
    position: relative;
    left: 0;
    top: -2px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li img {
    width: 65%;
    position: relative;
    left: 4px
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li span {
    float: left;
    width: 25px;
    height: 18px;
    margin: 0 7px 0 0
}

.reg-overview-page .map-area .zoning-area .zoning-accordion .zoning-content .legend-list-full ul li span.pub-pri img {
    width: 70%;
    position: relative;
    left: 0;
    top: -2px
}

.reg-overview-page .map-area .map-left {
    width: calc(100% - 260px);
    float: left;
    line-height: normal
}

.reg-overview-page .map-area .map-left .map-info-icon {
    position: absolute;
    z-index: 20;
    color: #fff;
    right: 270px;
    text-align: center;
    width: 18px;
    font-size: 20px;
    top: 10px;
    cursor: pointer
}

.reg-overview-page .map-area .map-left .map-info-icon.active,
.reg-overview-page .map-area .map-left .map-info-icon:hover {
    color: #E81F76
}

@media (max-width:540px) {
    .reg-overview-page .map-area .map-left .map-info-icon {
        right: 10px
    }
}

.reg-overview-page .map-area .map-left .map-note {
    position: absolute;
    right: 297px;
    top: 10px;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    width: 265px;
    z-index: 10;
    background-color: #f23a2c;
    padding: 2px 18px 2px 5px;
    height: 42px;
    line-height: 1.4
}

.reg-overview-page .map-area .map-left .map-note::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #f23a2c;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -8px;
    top: 12px;
    margin-top: -10px
}

.reg-overview-page .map-area .map-left .map-note .note-cross {
    position: absolute;
    right: 4px;
    top: 1px
}

.reg-overview-page .map-area .map-left .map-note .note-cross:hover {
    color: #000;
    cursor: pointer
}

@media (max-width:680px) {
    .reg-overview-page .map-area .map-left .map-note {
        width: 185px;
        height: 60px
    }
}

@media (max-width:540px) {
    .reg-overview-page .map-area .map-left .map-note {
        right: 35px
    }
}

@media (max-width:540px) {
    .reg-overview-page .map-area .map-left {
        float: none;
        width: 100%
    }
}

.reg-overview-page .map-area .map-right {
    width: 260px;
    float: right;
    padding: 10px;
    background-color: #444;
    height: 645px;
    position: relative
}

.reg-overview-page .map-area .map-right .exp-txt {
    background-color: #f23a2c;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    padding: 5px
}

.reg-overview-page .map-area .map-right h1 {
    color: #E81F76;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 15px 0
}

.reg-overview-page .map-area .map-right h2 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 400;
    margin: 15px 0 5px
}

.reg-overview-page .map-area .map-right h2 span {
    font-size: 14px
}

.reg-overview-page .map-area .map-right h3 {
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 30px;
    line-height: 15px;
    font-weight: 400
}

.reg-overview-page .map-area .map-right .map-list {
    margin: 0 0 19px;
    padding: 0
}

.reg-overview-page .map-area .map-right .map-list ul li {
    list-style: none;
    line-height: 30px;
    cursor: pointer;
    transition: all 250ms;
    background-color: #E81F76;
    text-transform: uppercase;
    margin: 1px 0;
    padding: 0 0 0 5px
}

.reg-overview-page .map-area .map-right .map-list ul li a {
    font-size: 14px;
    color: #000;
    display: inline-block
}

.reg-overview-page .map-area .map-right .map-list ul li i {
    background: #7b7979;
    color: #fff;
    padding: 7px 5px 9px;
    float: right;
    margin-left: 1px;
    width: 22px;
    text-align: center
}

.reg-overview-page .map-area .map-right .map-list ul li i.active,
.reg-overview-page .map-area .map-right .map-list ul li i:hover {
    background-color: #000
}

.reg-overview-page .map-area .map-right .map-list ul li.active,
.reg-overview-page .map-area .map-right .map-list ul li:hover {
    background-color: #f0e67b
}

.reg-overview-page .map-area .map-right .map-list ul li.active a,
.reg-overview-page .map-area .map-right .map-list ul li:hover a {
    color: #000;
    text-decoration: none
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown {
    padding: 5px;
    margin: 0;
    background-color: #565457
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown .select-all-cities {
    padding-top: 5px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown .select-all-cities a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
    font-size: 12px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown .select-all-cities a.active,
.reg-overview-page .map-area .map-right .map-list .map-list-dropdown .select-all-cities a:hover {
    color: #E81F76
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li {
    background-color: transparent;
    line-height: 25px;
    font-weight: 400;
    margin: 1px 0;
    padding: 0 0 0 25px;
    position: relative
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li.pl10 {
    padding-left: 10px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li.bg-none {
    background-color: initial !important
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li.pll5 {
    padding: 0 0 0 5px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li.pl40 {
    padding: 0 0 0 40px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li:nth-of-type(odd) {
    background-color: #78787a
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li:nth-of-type(even) {
    background-color: #6a6a6a
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span {
    display: inline-block;
    width: 21px;
    padding: 0;
    margin: 2px;
    float: right;
    height: 21px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.p-s-icon img {
    width: 28px;
    margin: 1px -1px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.law img {
    width: 75%
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.pub-pri img {
    width: 90%;
    margin: 1px
}

@media (max-width:680px) {
    .reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.pub-pri img {
        margin: -6px 1px 1px
    }
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.pin img {
    width: 75%
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span img {
    margin: 3px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.boulder-color {
    background-color: #004876
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.lv-color {
    background-color: #62a744
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.nlv-color {
    background-color: #f0e67b
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.henderson-color {
    background-color: #E81F76
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.mesquite-color {
    background-color: #ca1f41
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.unincorporated-color {
    background-color: #d4c013
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.laughlin-color {
    background-color: #1099d5
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.las-strip-color {
    background-color: #6db3a5
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.las-downtown-color {
    background-color: #b36d6d
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.higher-edu {
    background-color: #a54dce
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.higher-edu-private {
    background-color: #6eb149
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.private-clg {
    background-color: #ffa800
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.private-edu {
    background-color: #61a741
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.public-edu {
    background-color: #00fcff
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.parks {
    background-color: #ff3030
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.community {
    background-color: #207cca
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.airport-color {
    background-color: #4246ff
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.highways-color {
    background-color: #4297ff
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.bus-color {
    background-color: #ff426e
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.traffic-color {
    background-color: #ffc342
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.redevelopment-zoning {
    background-color: #ca1f41
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.unincorporated-zoning {
    background-color: #42efff
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.boulder-zoning {
    background-color: #42ffa8
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.lv-zoning {
    background-color: #c3ff42
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.nlv-zoning {
    background-color: #d02ca4
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.henderson-zoning {
    background-color: #2c81d0
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li span.mesquite-zoning {
    background-color: #82bb15
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li a {
    font-size: 13px;
    color: #fff;
    text-transform: initial
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li a.active,
.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li a:hover {
    color: #E81F76
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li.ml20 {
    margin-left: 20px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li i {
    margin: 0 7px 0 0;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    padding: 8px 5px 9px;
    text-align: center;
    background-color: #222021;
    font-size: 8px
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li i.height {
    height: 25px
}

@-moz-document url-prefix() {
    .reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li i.height {
        height: 26px
    }
}

.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li i.active,
.reg-overview-page .map-area .map-right .map-list .map-list-dropdown ul li i:hover {
    color: #fff
}

.reg-overview-page .map-area .map-right .view-toggle-area {
    margin: 0 0 19px;
    padding: 0;
    line-height: normal
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li {
    list-style: none;
    margin-bottom: 0
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span {
    background-image: url(../../img/urban/lv-sprite.svg);
    width: 12px;
    height: 13px;
    float: left;
    margin-right: 5px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span i {
    background-color: #aaa;
    color: #fff;
    padding: 3px 2px;
    font-size: 8px;
    cursor: pointer
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span i:hover {
    background-color: #209ad3
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.no-bg {
    background-image: none
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.hospitals {
    background-position: 0 0;
    margin-top: 2px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.interest {
    background-image: url(../../img/urban/interest.svg);
    margin-top: 2px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.redevelop {
    background-position: -20px 0;
    margin-top: 2px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.schools {
    background-position: -41px 1px;
    margin-top: 1px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.transport {
    background-position: -62px 0;
    margin-top: 2px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li span.zone {
    background-position: -83px 0;
    margin-top: 2px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li .info-icon {
    float: left;
    margin: 3px 3px 0;
    color: #fff;
    cursor: pointer
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li .info-icon.active,
.reg-overview-page .map-area .map-right .view-toggle-area ul li .info-icon:hover {
    color: #E81F76
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li a {
    color: #dbdbdb;
    font-size: 11px;
    float: left;
    margin: 4px 0 0
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li a:hover {
    color: #E81F76;
    text-decoration: none
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li.active>span i,
.reg-overview-page .map-area .map-right .view-toggle-area ul li:hover>span i {
    background-color: #209ad3
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li.active>a,
.reg-overview-page .map-area .map-right .view-toggle-area ul li:hover>a {
    color: #E81F76
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li .inner-list {
    margin-left: 35px
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li .inner-list ul li {
    list-style: none;
    width: 100%;
    background-color: none;
    float: left
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li .inner-list ul li a {
    color: #dbdbdb
}

.reg-overview-page .map-area .map-right .view-toggle-area ul li .inner-list ul li a.active,
.reg-overview-page .map-area .map-right .view-toggle-area ul li .inner-list ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.reg-overview-page .map-area .map-right .area-loaction {
    position: absolute;
    bottom: 0
}

.reg-overview-page .map-area .map-right .area-loaction ul li {
    list-style: none;
    margin: 7px 0
}

.reg-overview-page .map-area .map-right .area-loaction ul li span {
    background-image: url(../../img/urban/lv-sprite.svg);
    width: 19px;
    height: 18px;
    float: left;
    margin-right: 5px;
    border: 1px solid #fff
}

.reg-overview-page .map-area .map-right .area-loaction ul li span.loc-ne {
    background-position: -2px -26px
}

.reg-overview-page .map-area .map-right .area-loaction ul li span.loc-se {
    background-position: -28px -26px
}

.reg-overview-page .map-area .map-right .area-loaction ul li span.loc-s {
    background-position: -56px -26px
}

.reg-overview-page .map-area .map-right .area-loaction ul li a {
    font-size: 14px;
    color: #dbdbdb;
    text-transform: uppercase;
    float: left;
    margin-top: 1px
}

.reg-overview-page .map-area .map-right .area-loaction ul li a small {
    text-transform: initial
}

.reg-overview-page .map-area .map-right .area-loaction ul li a:hover {
    color: #fff
}

@media (max-width:540px) {
    .reg-overview-page .map-area .map-right {
        float: none;
        width: 100%
    }
}

@media (max-width:991px) {
    .reg-overview-page .map-area {
        overflow: hidden
    }
}

.reg-overview-page .eco-summary-area {
    background-color: #efefef;
    padding: 20px 10px 10px;
    line-height: normal
}

.reg-overview-page .eco-summary-area h2 {
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 400
}

.reg-overview-page .eco-summary-area h2 span {
    color: #666;
    font-size: 13px
}

@media (max-width:767px) {
    .reg-overview-page .eco-summary-area h2 {
        text-align: center;
        line-height: 25px
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left {
    float: left;
    width: 270px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile {
    background-color: #fff;
    margin-bottom: 15px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .up-side {
    padding: 10px 10px 2px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .up-side .up-left {
    float: left
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .up-side .up-left h1 {
    font-size: 33px;
    color: #E81F76;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0 -5px 0
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .up-side .up-left h1 span {
    font-size: 22px
}

@media (max-width:359px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .up-side .up-left h1 {
        font-size: 25px
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .up-side .up-right {
    float: right;
    margin-top: -8px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .tile-head {
    background-color: #E81F76;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .tile-head span {
    font-size: 11px;
    font-weight: 400
}

@media (max-width:767px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .tile-head {
        text-align: center
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side {
    padding: 5px 10px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area {
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.period {
    width: 48px;
    line-height: 20px
}

@media (max-width:359px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.period {
        width: 25%
    }
}

@-moz-document url-prefix() {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.period {
        line-height: 20px
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.prior {
    width: 76px
}

@media (max-width:359px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.prior {
        width: 25%
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area .period {
    font-size: 10px;
    color: #000;
    line-height: 20px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.year {
    width: 84px
}

@media (max-width:359px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.year {
        width: 25%
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.trend {
    width: 42px;
    line-height: 20px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.trend span {
    color: #fff
}

@media (max-width:359px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.trend {
        width: 25%
    }
}

@-moz-document url-prefix() {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area.trend {
        line-height: 20px
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area i {
    font-size: 25px;
    line-height: 21px;
    display: block
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area i.green {
    color: #62a744
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area i.red {
    color: #ca1f41
}

@media (max-width:767px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area i.fa.fa-circle {
        font-size: 15px
    }
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area .green-bg {
    background-color: #62a744;
    color: #fff;
    padding: 3px
}

.reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side .small-area .red-bg {
    background-color: #ca1f41;
    color: #fff;
    padding: 3px
}

@media (max-width:767px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side {
        width: 300px;
        margin: 0 auto
    }
}

@media (max-width:359px) {
    .reg-overview-page .eco-summary-area .eco-summary-left .tile .down-side {
        width: 100%;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .reg-overview-page .eco-summary-area .eco-summary-left {
        float: none;
        width: 100%
    }
}

.reg-overview-page .eco-summary-area .eco-summary-right {
    width: 820px;
    float: right
}

.reg-overview-page .eco-summary-area .eco-summary-right table {
    width: 100%;
    font-weight: 400
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead {
    background-color: #E81F76
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 5px 1px;
    height: 25px
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th:nth-of-type(1) {
    text-align: left
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th:nth-of-type(2) {
    text-align: right
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th:nth-of-type(3),
.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th:nth-of-type(4) {
    text-align: center;
    width: 100px
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th:nth-of-type(5) {
    text-align: center;
    width: 50px
}

.reg-overview-page .eco-summary-area .eco-summary-right table thead tr th:last-child {
    text-align: center
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr:nth-of-type(odd) {
    background-color: rgba(205, 205, 205, .5)
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr:nth-of-type(even) {
    background-color: rgba(219, 219, 219, .3)
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr:hover {
    background-color: #f29bcd
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 0 5px;
    height: 25px
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td .fa {
    font-size: 30px
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td .fa.fa-circle {
    font-size: 19px
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td .fa.green {
    color: #62a744
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td .fa.red {
    color: #ca1f41
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(1) {
    text-align: left;
    position: relative;
    font-weight: 700
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(1) p {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 1px;
    white-space: nowrap;
    width: 100%;
    margin: 0
}

@media (max-width:1199px) {
    .reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(1) p {
        top: 9px;
        position: absolute
    }
}

@media (max-width:1199px) {
    .reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(1) {
        width: 450px
    }
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(2) {
    text-align: right
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(3),
.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(4) {
    text-align: center;
    width: 100px
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(4) .yellow {
    font-size: 11px
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(5) {
    text-align: center;
    color: #fff;
    width: 50px
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(5).green {
    background-color: rgba(82, 167, 46, .8)
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(5).red {
    background-color: rgba(211, 32, 68, .8)
}

.reg-overview-page .eco-summary-area .eco-summary-right table tbody tr td:nth-of-type(6) {
    text-align: center !important;
    height: 25px;
    width: 205px
}

@media (max-width:540px) {
    .reg-overview-page .eco-summary-area .eco-summary-right table {
        width: 750px
    }
}

@media (max-width:1199px) {
    .reg-overview-page .eco-summary-area .eco-summary-right {
        width: 625px
    }
}

@media (max-width:991px) {
    .reg-overview-page .eco-summary-area .eco-summary-right {
        width: 405px
    }
}

@media (max-width:768px) {
    .reg-overview-page .eco-summary-area .eco-summary-right {
        width: 390px
    }
}

@media (max-width:767px) {
    .reg-overview-page .eco-summary-area .eco-summary-right {
        width: 100%
    }
}

@media (max-width:540px) {
    .reg-overview-page .eco-summary-area .eco-summary-right {
        overflow-x: scroll
    }
}

.reg-overview-page .notes-sec {
    margin: 20px 0 15px
}

.reg-overview-page .notes-sec h4 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.reg-overview-page .notes-sec .notes-list {
    margin: 0;
    padding: 0 0 0 15px
}

.reg-overview-page .notes-sec .notes-list ul li {
    font-size: 12px;
    margin-bottom: 6px;
    list-style: decimal outside
}

.reg-overview-page .notes-sec .notes-list ul li span {
    text-transform: uppercase
}

.powred-by {
    text-align: right;
    font-size: 11px;
    color: #000;
    margin: 20px 0 0
}

.powred-by span.power-logo {
    background-image: url(../../img/urban/lv-sprite.svg);
    height: 10px;
    width: 10px;
    background-position: -106px -1px;
    display: inline-block
}

.powred-by a {
    text-decoration: underline;
    color: #000
}

.powred-by a:hover {
    color: #E81F76
}

.print-option {
    width: 370px
}

@media (max-width:380px) {
    .print-option {
        width: 300px
    }
}

.print-option .include-list {
    padding: 0 20px;
    margin-bottom: 15px
}

.print-option .include-list #zipcodess li {
    width: 100px;
    float: left;
    margin: 7px 0
}

.print-option .include-list ul li {
    list-style: none;
    font-size: 13px;
    margin: 7px 0
}

.print-option .include-list ul li input[type=checkbox] {
    float: left;
    margin: 1px 5px 0 0
}

.zip-option {
    width: 445px
}

.zip-option .include-list {
    padding: 0;
    margin-bottom: 15px
}

.zip-option .include-list #zipcodess li {
    width: 100px;
    float: left;
    margin: 7px 0;
    list-style: none;
    font-size: 13px
}

.zip-option .include-list #zipcodess li input[type=checkbox] {
    float: left;
    margin: 1px 5px 0 0
}

.confirm-boxe {
    width: 350px
}

.confirm-boxe .white-bar {
    padding: 10px
}

.confirm-boxe .white-bar .msg {
    margin-bottom: 15px;
    line-height: 20px
}

.confirm-boxe .white-bar .btn {
    padding: 10px 30px;
    height: 38px;
    line-height: 5px
}

.confirm-boxe .white-bar .btn-margin {
    margin: 0 5px
}

.eco-sumary-page {
    float: left;
    margin: 40px 0 20px;
    width: 100%
}

@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 li {
    list-style: none
}

.eco-sumary-page .ui-tabs ul li a.ui-tabs-anchor {
    display: block;
    float: none;
    height: 45px;
    padding: 9px 0
}

@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: 16px 0
}

.eco-sumary-page .ui-tabs ul li.ui-state-default {
    margin: 1px 2px 0 0;
    text-align: center;
    width: calc(12.5% - 2px);
    list-style: none
}

.eco-sumary-page .ui-tabs .ui-tabs-panel {
    padding: 0;
    font-size: 12px
}

.eco-sumary-page .clark-county-table table {
    width: 100%;
    font-weight: 400
}

.eco-sumary-page .clark-county-table table thead tr th {
    padding: 1px 5px 0;
    height: 28px;
    color: #E81F76;
    font-family: Lato, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #e43aa0;
    font-weight: 600;
    vertical-align: bottom;
    text-align: right
}

.clark-county-table.white-area {
    padding: 10px;
    width: 100%;
    float: left
}

.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(1),
.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),
.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(4),
.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(5) {
    text-align: left
}

,
.eco-sumary-page .clark-county-table table thead tr th:nth-of-type(6) {
    text-align: right
}

.eco-sumary-page .clark-county-table table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.eco-sumary-page .clark-county-table table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3
}

.eco-sumary-page .clark-county-table table tbody tr.active,
.eco-sumary-page .clark-county-table table tbody tr:hover,
.eco-sumary-page .clark-county-table table tbody tr:hover td {
    background-color: #f4be49 !important;
    color: #fff;
    cursor: pointer
}

.eco-sumary-page .clark-county-table table tbody tr td.down.green {
    background: transparent url(../../img/urban/indicator_down_green.png) no-repeat scroll right center;
    height: 22px;
    padding-right: 20px
}

.eco-sumary-page .clark-county-table table tbody tr td.up.green {
    background: transparent url(../../img/urban/indicator_up.png) no-repeat scroll right center;
    height: 22px;
    padding-right: 20px
}

.eco-sumary-page .clark-county-table table tbody tr td.down.red {
    background: transparent url(../../img/urban/indicator_down.png) no-repeat scroll right center;
    height: 22px;
    padding-right: 20px
}

.eco-sumary-page .clark-county-table table tbody tr td.up.red {
    background: transparent url(../../img/urban/indicator_up-red.png) no-repeat scroll right center;
    height: 22px;
    padding-right: 20px
}

.eco-sumary-page .clark-county-table table tbody tr td.yellow {
    background: transparent url(../../img/urban/icon-neutral.png) no-repeat scroll right center;
    height: 22px;
    padding-right: 20px
}

.eco-sumary-page .clark-county-table table tbody tr td {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 1px 5px;
    height: 28px;
    text-align: right;
    font-family: Poppins, sans-serif
}

.eco-sumary-page .clark-county-table table tbody tr.active td {
    color: #fff
}

.eco-sumary-page .clark-county-table table tbody tr:hover td {
    color: #fff
}

.eco-sumary-page .clark-county-table table tbody tr td p {
    font-family: Lato, sans-serif
}

.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;
    font-size: 13px;
    padding: 0
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1) i {
    color: transparent
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1) .arrow-block {
    background-image: url(../../img/urban/drop.png);
    display: inline-block;
    float: left;
    height: 22px;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 30px;
    background-position: 2px 0;
    background-repeat: no-repeat
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1):hover {
    background-color: #f29bcd
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(1).active {
    background-color: #E81F76;
    padding: 3px 0 0
}

.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/urban/icon_seasonal.png);
    background-position: right 0;
    display: block;
    height: 12px;
    width: 11px;
    background-size: 11px
}

.indi-chart-area .chart-pop-icon.download-btn:hover .download-menu {
    display: block
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(3) p {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    max-width: 388px;
    text-align: left;
    margin: 0;
    font-family: Lato, sans-serif
}

@media (max-width:1199px) {
    .eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(3) p {
        max-width: 260px
    }
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(4) p {
    font-family: Lato, sans-serif;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
    margin: 0
}

@media (max-width:767px) {
    .eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(4) p {
        position: relative;
        top: inherit
    }
}

@media (max-width:767px) {
    .eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(4) {
        width: 75px;
        max-width: auto;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (max-width:991px) {
    .eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(5) p {
        position: relative
    }
}

.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(4),
.eco-sumary-page .clark-county-table table tbody tr td:nth-of-type(5) {
    text-align: left
}

@media (max-width:767px) {
    .eco-sumary-page .clark-county-table table {
        width: 900px;
        background-color: #fff
    }
    .popup-area .white-bar .body-title {
        font-size: 16px;
        padding: 10px
    }
}

.eco-sumary-page .clark-county-table .hint-bar {
    padding: 10px 6px;
    color: #fff
}

.eco-sumary-page .clark-county-table .hint-bar span {
    float: left;
    color: #000
}

.eco-sumary-page .clark-county-table .hint-bar span.icon-seasonal {
    background-image: url(../../img/urban/icon_seasonal.png);
    background-position: right 0;
    height: 15px;
    margin: 1px 5px 0 0;
    width: 14px
}

@media (max-width:767px) {
    .lvgea-tabs ul {
        width: 900px
    }
}

.lvgea-tabs ul {
    border-bottom: 4px solid #E81F76;
    float: left;
    width: 100%
}

.lvgea-tabs ul li {
    background-color: #fff;
    font-weight: 400;
    list-style: none;
    text-align: center;
    border-bottom-width: 0;
    float: left;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
    float: left;
    margin: 0 1px 0 0
}

.lvgea-tabs ul li:hover {
    background-color: #E81F76;
    color: #fff
}

.lvgea-tabs ul li:hover a {
    color: #fff
}

.lvgea-tabs ul li.active {
    background-color: #E81F76
}

.lvgea-tabs ul li.active a {
    color: #fff
}

.lvgea-tabs ul li a {
    color: #000;
    font-weight: 600;
    display: block;
    float: none;
    font-size: 18px;
    padding: 7px 0 9px;
    text-decoration: none;
    font-family: Poppins, sans-serif
}

.lvgea-tabs ul li a.single-set {
    padding: 8px 15px
}

.res-tbl {
    overflow-x: auto;
    width: 100%
}

@media (max-width:767px) {
    .lvgea-tabs ul li a {
        font-size: 9px
    }
}

.indi-chart-area {
    background-color: #efefef;
    display: none
}

.indi-chart-area .chart-pop-icon {
    background-color: #666;
    width: 26px;
    color: #fff;
    padding: 6px 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: right;
    cursor: pointer;
    position: relative
}

.indi-chart-area .chart-pop-icon:hover {
    background-color: #E81F76
}

.indi-chart-area .chart-pop-icon.cross-chart {
    margin-left: 1px
}

.indi-chart-area .chart-pop-icon.download-btn:hover {
    background-color: #E81F76
}

.indi-chart-area .chart-pop-icon.download-btn .download-menu {
    font-family: Raleway, sans-serif;
    position: absolute;
    z-index: 9999;
    top: 34px;
    right: 0;
    background-color: rgba(102, 102, 102, .96);
    width: 145px;
    font-size: 12px;
    font-weight: 400;
    display: none
}

.indi-chart-area .chart-pop-icon.download-btn .download-menu .heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 0 5px 10px;
    text-align: left;
    color: #fff
}

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

.indi-chart-area .chart-pop-icon.download-btn .download-menu ul li a {
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    border-bottom: none;
    text-transform: capitalize;
    height: auto;
    line-height: inherit;
    color: #fff;
    display: block
}

.indi-chart-area .chart-pop-icon.download-btn .download-menu ul li a:hover {
    background-color: #E81F76
}

.quick-chart-pop .quick-pop-icon.quick-download:hover .export-drop-menu,
.quick-chart-pop .quick-pop-icon.quick-download:hover .quick-download-menu {
    display: block
}

.indi-chart-area .chart-inner {
    padding: 10px
}

#economic-portal .indi-chart-area .chart-inner {
    margin-bottom: 15px
}

.indi-chart-area .chart-inner .chart-place img {
    width: 100%;
    height: auto
}

.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;
    width: 25px;
    padding: 2px 0;
    height: 24px;
    color: #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #fff
}

.indi-chart-area .chart-inner .chart-bar .chart.active,
.indi-chart-area .chart-inner .chart-bar .chart:hover {
    background-color: #E81F76;
    color: #fff
}

.indi-chart-area .chart-inner .chart-bar .chart-gray-bar {
    background-color: #ccc;
    color: #000;
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 11px;
    height: 24px;
    padding: 5px 7px
}

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

@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/urban/lv-sprite.svg);
    position: absolute;
    width: 10px;
    height: 11px
}

.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;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    height: 37px
}

.indi-chart-area .chart-inner .box-area .head.padding-set {
    padding: 7px 9px 8px;
    line-height: 12px
}

.indi-chart-area .chart-inner .box-area .head.black-text {
    color: #000
}

.indi-chart-area .chart-inner .box-area .head.blue {
    background-color: #69a2ba
}

.indi-chart-area .chart-inner .box-area .head.green {
    background-color: #ffc025;
    color: #000
}

.indi-chart-area .chart-inner .box-area .head.orange {
    background-color: #858585
}

.indi-chart-area .chart-inner .box-area .head.teal {
    background-color: #009aa5
}

.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/urban/lv-sprite.svg);
    width: 10px;
    height: 11px;
    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
}

.indi-chart-area .chart-inner .box-area .box-body {
    padding: 10px;
    color: #fff;
    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: #97becf
}

.indi-chart-area .chart-inner .box-area .box-body.green {
    background-color: #ffd36f;
    color: #000
}

.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: #0db8c3
}

.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;
    font-size: 11px;
    width: 80%;
    border: 1px solid #2483c2;
    color: #000
}

.indi-chart-area .chart-inner .box-area .box-body select option {
    background-color: rgba(102, 102, 102, .96);
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 0
}

.indi-chart-area .chart-inner .box-area .box-body select option.head {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
    background-color: #d92c94
}

.indi-chart-area .chart-inner .box-area .box-body .input-area {
    margin: 2px 0 0;
    float: left
}

.indi-chart-area .chart-inner .box-area .box-body .input-area input[type=checkbox] {
    float: left;
    margin: 0
}

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

.quick-chart-pop {
    width: 800px
}

.quick-chart-pop .quick-pop-icon {
    background-color: #666;
    width: 26px;
    color: #fff;
    padding: 6px 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: right;
    cursor: pointer;
    position: relative;
    margin-left: 1px
}

.quick-chart-pop .quick-pop-icon:hover {
    background-color: #E81F76
}

.quick-chart-pop .quick-pop-icon.export-use .export-drop-menu,
.quick-chart-pop .quick-pop-icon.export-use .quick-download-menu,
.quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu {
    position: absolute;
    z-index: 9999;
    top: 34px;
    right: 0;
    width: 145px;
    font-size: 12px;
    font-weight: 400;
    display: none;
    background-color: rgba(102, 102, 102, .96);
    font-family: Raleway, sans-serif
}

.quick-chart-pop .quick-pop-icon.export-use .export-drop-menu.export-w,
.quick-chart-pop .quick-pop-icon.export-use .quick-download-menu.export-w,
.quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu.export-w,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu.export-w {
    width: 175px
}

.quick-chart-pop .quick-pop-icon.export-use .export-drop-menu .heading,
.quick-chart-pop .quick-pop-icon.export-use .quick-download-menu .heading,
.quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu .heading,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu .heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 0 5px 10px;
    text-align: left;
    color: #fff
}

.quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul,
.quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul,
.quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul {
    line-height: 28px
}

.quick-chart-pop .quick-pop-icon.export-use .export-drop-menu ul li,
.quick-chart-pop .quick-pop-icon.export-use .quick-download-menu ul li,
.quick-chart-pop .quick-pop-icon.quick-download .export-drop-menu ul li,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li {
    list-style: none;
    position: relative
}

.quick-chart-pop .quick-pop-icon.export-use .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.quick-download .export-drop-menu ul li a,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li a {
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    border-bottom: none;
    text-transform: capitalize;
    height: auto;
    line-height: inherit;
    color: #fff;
    display: block
}

.quick-chart-pop .quick-pop-icon.export-use .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.quick-download .export-drop-menu ul li a:hover,
.quick-chart-pop .quick-pop-icon.quick-download .quick-download-menu ul li a:hover {
    background-color: #E81F76
}

.quick-chart-pop .quick-edit-left {
    width: 250px;
    float: left;
    font-family: Raleway, sans-serif
}

.quick-chart-pop .quick-edit-left .info-sec {
    line-height: 20px;
    margin-bottom: 15px;
    word-wrap: break-word
}

.quick-chart-pop .quick-edit-left .info-sec span {
    font-weight: 700;
    text-transform: uppercase
}

.quick-chart-pop .quick-edit-left .info-sec a {
    color: #E81F76;
    text-decoration: none
}

.quick-chart-pop .quick-edit-left .info-sec a:hover {
    text-decoration: underline
}

@media (max-width:991px) {
    .labor-force-usa-table {
        font-size: 12px
    }
    .quick-chart-pop .quick-edit-left {
        width: 200px
    }
    .eco-sumary-page .clark-county-table table tbody tr td {
        font-size: 11px
    }
}

@media (max-width:767px) {
    .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;
    background-color: #efefef
}

.quick-chart-pop .quick-edit-right .quick-chart-map #top-graph #popup-graph {
    width: 100%;
    height: 268px;
    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: #ccc;
    font-size: 11px;
    color: #000;
    font-style: italic;
    padding: 3px 15px
}

.quick-chart-pop .quick-edit-right .quick-chart-map .map-show-scroll input {
    margin: 3px 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;
    font-family: Raleway, sans-serif
}

.quick-chart-pop .quick-edit-right .quick-chart-table {
    margin: 0;
    font-family: Raleway, sans-serif
}

@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: #f34d5c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;
    text-align: center
}

.quick-chart-pop .quick-edit-right .quick-chart-table .orange-bg-light {
    background-color: #7b7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 2px 3px;
    text-align: center
}

.quick-chart-pop .quick-edit-right .quick-chart-table .blue-bg-dark {
    background-color: #E81F76;
    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: #666;
    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: #fff
}

.quick-chart-pop .quick-edit-right .quick-chart-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3
}

.quick-chart-pop .quick-edit-right .quick-chart-table tbody td {
    padding: 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: 700;
    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: 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%
    }
}

#lc-com-tabs {
    position: relative
}

.lc-page {
    margin: 40px 0 20px
}

@media (max-width:767px) {
    .lc-page h3 {
        text-align: center
    }
}

.lc-page .page-custom-menu {
    margin: 0;
    padding: 0
}

.lc-page .page-custom-menu ul li {
    list-style: none;
    float: left;
    margin: 0 3px 0 0
}

.lc-page .page-custom-menu ul li a {
    padding: 12px 25px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    background-color: #efefef
}

@media (max-width:767px) {
    .lc-page .page-custom-menu ul li a {
        padding: 10px 15px
    }
}

@media (max-width:540px) {
    .lc-page .page-custom-menu ul li a {
        padding: 10px 5px;
        font-size: 10px
    }
}

@media (max-width:380px) {
    .lc-page .page-custom-menu ul li a {
        padding: 10px 5px;
        font-size: 9px
    }
}

.lc-page .page-custom-menu ul li a.active,
.lc-page .page-custom-menu ul li a:hover {
    background-color: #E81F76;
    color: #fff
}

@media (max-width:359px) {
    .lc-page .page-custom-menu ul li {
        width: 100%;
        text-align: center
    }
}

.lc-page .lc-page-icon {
    background-color: #666;
    width: 26px;
    color: #fff;
    padding: 4px 0 3px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: right;
    cursor: pointer;
    position: relative;
    margin-left: 1px
}

.lc-page .lc-page-icon .btn-dropdown {
    position: absolute;
    top: 27px;
    right: 0;
    width: 120px;
    display: none;
    background: #666;
    z-index: 2
}

@media (max-width:768px) {
    .lc-page .lc-page-icon .btn-dropdown {
        width: 120px
    }
}

.lc-page .lc-page-icon .btn-dropdown ul {
    margin-bottom: 0
}

.lc-page .lc-page-icon .btn-dropdown ul li {
    line-height: 30px;
    list-style: none;
    text-align: left
}

.lc-page .lc-page-icon .btn-dropdown ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 0 10px
}

.lc-page .lc-page-icon .btn-dropdown ul li a:hover {
    background-color: #E81F76;
    color: #000
}

.lc-page .lc-page-icon.active,
.lc-page .lc-page-icon:hover {
    background-color: #E81F76
}

.lc-page .lc-page-icon.active .btn-dropdown,
.lc-page .lc-page-icon:hover .btn-dropdown {
    display: block
}

.lc-page .tab-padding-set {
    padding: 0;
    background-color: #fff;
    border-top: 2px solid #fff
}

.lc-page .lc-regional-table {
    margin-bottom: 20px
}

.lc-page .lc-regional-table table {
    width: 100%
}

.lc-page .lc-regional-table table thead {
    background-color: #E81F76
}

.lc-page .lc-regional-table table thead tr th {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 5px;
    height: 28px;
    width: 25%
}

.lc-page .lc-regional-table table thead tr th:nth-of-type(1) {
    width: 50%;
    font-size: 19px;
    text-align: left
}

@media (max-width:767px) {
    .lc-page .lc-regional-table table thead tr th:nth-of-type(1) {
        font-size: 16px
    }
}

.lc-page .lc-regional-table table thead tr th:nth-of-type(2),
.lc-page .lc-regional-table table thead tr th:nth-of-type(3) {
    text-align: right
}

.lc-page .lc-regional-table table tbody tr:nth-of-type(odd) {
    background-color: rgba(205, 205, 205, .5)
}

.lc-page .lc-regional-table table tbody tr:nth-of-type(even) {
    background-color: rgba(172, 172, 172, .5)
}

.lc-page .lc-regional-table table tbody tr:hover {
    background-color: #f29bcd;
    cursor: pointer
}

.lc-page .lc-regional-table table tbody tr td {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 1px 5px;
    height: 28px;
    width: 25%
}

.lc-page .lc-regional-table table tbody tr td:nth-of-type(1) {
    width: 50%;
    font-weight: 700
}

.lc-page .lc-regional-table table tbody tr td:nth-of-type(1) p {
    width: 100%;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.lc-page .lc-regional-table table tbody tr td:nth-of-type(1) p span {
    width: 25px;
    display: inline-block
}

.lc-page .lc-regional-table table tbody tr td:nth-of-type(2),
.lc-page .lc-regional-table table tbody tr td:nth-of-type(3) {
    text-align: right
}

.lc-page .notes-sec {
    margin: 20px 0 15px
}

.lc-page .notes-sec h4 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.lc-page .notes-sec .notes-list {
    margin: 0;
    padding: 0 0 0 15px
}

.lc-page .notes-sec .notes-list ul li {
    font-size: 12px;
    margin-bottom: 6px;
    list-style: decimal outside
}

.lc-page .notes-sec .notes-list ul li span {
    text-transform: uppercase
}

.lc-page #jr-comp .lc-jr-table table thead tr th:nth-of-type(1) {
    padding: 5px 5px 0
}

.lc-page .lc-jr-table {
    margin-bottom: 20px
}

.lc-page .lc-jr-table table {
    width: 100%
}

.lc-page .lc-jr-table table thead {
    background-color: #E81F76
}

.lc-page .lc-jr-table table thead tr th {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 5px;
    height: 28px;
    width: 10%;
    text-align: right;
    white-space: nowrap
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) {
    width: 40%;
    font-size: 19px;
    text-align: left
}

@media (max-width:991px) {
    .lc-page .lc-jr-table table thead tr th:nth-of-type(1) {
        font-size: 13px;
        width: 30%
    }
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon {
    margin: -2px 5px -5px -5px;
    float: left;
    background-color: #aaa;
    font-size: 15px;
    padding: 11px 5px 12px;
    position: relative
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon:hover {
    background-color: #e89905;
    cursor: pointer;
    color: #fff
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon .menu-icon-dropdown {
    position: absolute;
    top: 44px;
    left: 0;
    width: 260px;
    display: none;
    background: #666;
    text-transform: none;
    z-index: 2
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon .menu-icon-dropdown .heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #fff
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon .menu-icon-dropdown ul {
    padding: 10px 10px 0
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon .menu-icon-dropdown ul li {
    line-height: 15px;
    list-style: none;
    font-size: 12px;
    margin-bottom: 7px;
    color: #fff
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon .menu-icon-dropdown ul li input[type=checkbox] {
    float: left;
    margin: 0 7px 0 0
}

@media (max-width:768px) {
    .lc-page .lc-jr-table table thead tr th:nth-of-type(1) .menu-icon {
        font-size: 14px
    }
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) span {
    float: left
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(1) span.two-line {
    line-height: 17px;
    padding-top: 6px;
    font-size: 18px
}

@media (max-width:991px) {
    .lc-page .lc-jr-table table thead tr th:nth-of-type(1) span.two-line {
        font-size: 12px
    }
}

.lc-page .lc-jr-table table thead tr th:nth-of-type(2),
.lc-page .lc-jr-table table thead tr th:nth-of-type(3),
.lc-page .lc-jr-table table thead tr th:nth-of-type(4),
.lc-page .lc-jr-table table thead tr th:nth-of-type(5),
.lc-page .lc-jr-table table thead tr th:nth-of-type(6),
.lc-page .lc-jr-table table thead tr th:nth-of-type(7) {
    text-align: right
}

@media (max-width:991px) {
    .lc-page .lc-jr-table table thead tr th {
        width: 15%;
        font-size: 11px
    }
}

.lc-page .lc-jr-table table tbody tr:nth-of-type(odd) {
    background-color: rgba(205, 205, 205, .5)
}

.lc-page .lc-jr-table table tbody tr:nth-of-type(even) {
    background-color: rgba(172, 172, 172, .5)
}

.lc-page .lc-jr-table table tbody tr:hover {
    background-color: #f29bcd
}

.lc-page .lc-jr-table table tbody tr.yellow-heading {
    background-color: #f0e67b;
    text-transform: uppercase
}

.lc-page .lc-jr-table table tbody tr td {
    width: 10%;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 1px 5px;
    height: 28px;
    text-align: right
}

.lc-page .lc-jr-table table tbody tr td:nth-of-type(1) {
    width: 40%;
    font-weight: 700;
    position: relative;
    text-align: left
}

.lc-page .lc-jr-table table tbody tr td:nth-of-type(1) p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0
}

.lc-page .lc-jr-table table tbody tr td:nth-of-type(1) p span {
    width: 25px;
    display: inline-block
}

@media (max-width:991px) {
    .lc-page .lc-jr-table table tbody tr td:nth-of-type(1) p {
        position: absolute;
        top: 6px
    }
}

@media (max-width:991px) {
    .lc-page .lc-jr-table table tbody tr td:nth-of-type(1) {
        width: 30%
    }
}

.lc-page .lc-jr-table table tbody tr td:nth-of-type(2),
.lc-page .lc-jr-table table tbody tr td:nth-of-type(3),
.lc-page .lc-jr-table table tbody tr td:nth-of-type(4),
.lc-page .lc-jr-table table tbody tr td:nth-of-type(5),
.lc-page .lc-jr-table table tbody tr td:nth-of-type(6),
.lc-page .lc-jr-table table tbody tr td:nth-of-type(7) {
    text-align: right
}

@media (max-width:991px) {
    .lc-page .lc-jr-table table tbody tr td {
        width: 15%;
        font-size: 11px
    }
}

@media (max-width:767px) {
    .lc-page .lc-jr-table table {
        width: 800px
    }
}

@media (max-width:767px) {
    .lc-page .lc-jr-table {
        overflow-x: scroll
    }
}

@media (max-width:767px) {
    .lc-page {
        margin: 20px 0 10px
    }
}

.select-region-area {
    background: #efefef;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 42px
}

.select-region-area h4 {
    background-color: #E81F76;
    color: #000;
    text-transform: uppercase;
    padding: 8px 10px 6px;
    font-weight: 400;
    margin: 0
}

.select-region-area .cross-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    cursor: pointer
}

.select-region-area .cross-icon:hover {
    color: #000
}

.select-region-area .select-region-area-inside {
    padding: 10px
}

.select-region-area .select-region-area-inside .error-msg {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 12px;
    position: relative;
    color: #fff;
    background-color: #f23a2c
}

.select-region-area .select-region-area-inside .error-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px
}

.select-region-area .select-region-area-inside .error-msg .msg-cross i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #ababab;
    font-size: 15px;
    height: 24px;
    padding: 4px 6px;
    width: 24px;
    cursor: pointer
}

.select-region-area .select-region-area-inside .error-msg .msg-cross i:hover {
    color: #000
}

.select-region-area .select-region-area-inside p {
    margin-bottom: 10px
}

.select-region-area .select-region-area-inside .regional-tables-list .left {
    float: left;
    width: 490px
}

@media (max-width:1199px) {
    .select-region-area .select-region-area-inside .regional-tables-list .left {
        width: 43%
    }
}

@media (max-width:991px) {
    .select-region-area .select-region-area-inside .regional-tables-list .left {
        width: 41%
    }
}

@media (max-width:767px) {
    .select-region-area .select-region-area-inside .regional-tables-list .left {
        width: 100%;
        float: none
    }
}

.select-region-area .select-region-area-inside .regional-tables-list .arrow-left {
    width: 35px;
    float: left;
    margin: 100px 0 0 20px
}

@media (max-width:767px) {
    .select-region-area .select-region-area-inside .regional-tables-list .arrow-left {
        float: none;
        margin: 10px auto;
        transform: rotate(90deg)
    }
}

.select-region-area .select-region-area-inside .regional-tables-list .arrow-right {
    width: 35px;
    float: right;
    margin: 100px 0 0 20px
}

@media (max-width:767px) {
    .select-region-area .select-region-area-inside .regional-tables-list .arrow-right {
        bottom: 0;
        float: none;
        left: 50%;
        margin: initial;
        position: absolute;
        width: 35px
    }
}

@media (max-width:500px) {
    .select-region-area .select-region-area-inside .regional-tables-list .arrow-right {
        left: 10px
    }
}

.select-region-area .select-region-area-inside .regional-tables-list .right {
    float: right;
    width: 490px
}

@media (max-width:1199px) {
    .select-region-area .select-region-area-inside .regional-tables-list .right {
        width: 43%
    }
}

@media (max-width:991px) {
    .select-region-area .select-region-area-inside .regional-tables-list .right {
        width: 40%;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (max-width:767px) {
    .select-region-area .select-region-area-inside .regional-tables-list .right {
        float: none;
        width: 100%
    }
}

.select-region-area .select-region-area-inside .regional-tables-list h5 {
    text-transform: uppercase;
    padding-left: 10px;
    margin: 10px 0 5px;
    font-weight: 400
}

.select-region-area .select-region-area-inside .regional-tables-list .arrow-set {
    background-color: #E81F76;
    color: #fff;
    width: 35px;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 35px;
    margin: 10px 0
}

.select-region-area .select-region-area-inside .regional-tables-list .arrow-set:hover {
    background-color: #e89905;
    cursor: pointer
}

.select-region-area .select-region-area-inside .regional-tables-list .list-area {
    margin: 0;
    padding: 0;
    max-height: 280px;
    min-height: 280px;
    overflow-y: scroll;
    background-color: rgba(172, 172, 172, .1)
}

.select-region-area .select-region-area-inside .regional-tables-list .list-area ul li {
    font-size: 13px;
    color: #000;
    padding: 0 10px;
    line-height: 27px;
    list-style: none;
    font-weight: 700;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
}

.select-region-area .select-region-area-inside .regional-tables-list .list-area ul li:nth-of-type(even) {
    background-color: rgba(172, 172, 172, .3)
}

.select-region-area .select-region-area-inside .regional-tables-list .list-area ul li:nth-of-type(odd) {
    background-color: rgba(205, 205, 205, .3)
}

.select-region-area .select-region-area-inside .regional-tables-list .list-area ul li:hover {
    background-color: #f29bcd
}

.select-region-area .select-region-area-inside .regional-tables-list .list-area ul li.active {
    background-color: #E81F76;
    color: #000
}

@media (max-width:991px) {
    .select-region-area .select-region-area-inside .regional-tables-list .list-area ul li {
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (max-width:767px) {
    .select-region-area .select-region-area-inside {
        padding: 10px 10px 70px
    }
}

.signup-email {
    width: 370px
}

.signup-email input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #E81F76;
    font-size: 12px;
    color: #000;
    margin: 5px 0
}

.signup-email .check-set {
    margin: 10px 0 20px
}

.signup-email .check-set input[type=checkbox] {
    float: left;
    margin: 1px 5px 0 0
}

.lf-page {
    margin: 40px 0 20px
}

@media (max-width:767px) {
    .lf-page h3 {
        text-align: center
    }
}

.lf-page .sec-heading {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:767px) {
    .lf-page .sec-heading {
        font-size: 12px
    }
}

.lf-page .sec-heading span {
    font-weight: 400
}

.lf-page .sec-heading span.name-title {
    font-weight: 700
}

.lf-page .sec-heading.black {
    color: #000
}

.lf-page h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .lf-page h6 {
        margin-bottom: 10px
    }
}

.lf-page h6.black {
    color: #000
}

.lf-page .areas {
    padding: 10px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .lf-page .areas {
        padding: 10px 5px
    }
}

.lf-page .areas.blue {
    background: #004876
}

.lf-page .areas.yellow {
    background: #f0e67b
}

.lf-page .areas.gray {
    background: #666
}

.lf-page .areas .left-graph {
    float: left;
    width: 495px
}

.lf-page .areas .left-graph .note {
    color: #fff !important;
    font-style: italic;
    font-size: 12px
}

.lf-page .areas .left-graph .note.black {
    color: #000 !important
}

.lf-page .areas .left-graph .graph-only {
    width: 401px;
    float: left
}

@media (max-width:1199px) {
    .lf-page .areas .left-graph .graph-only {
        width: calc(100% - 90px)
    }
}

@media (max-width:767px) {
    .lf-page .areas .left-graph .graph-only {
        width: calc(100% - 40px);
        margin-left: -27px
    }
}

.lf-page .areas .left-graph .text-list {
    float: left;
    font-family: helvetica_ceregular;
    margin: 8px 0 0 10px
}

.lf-page .areas .left-graph .text-list .head {
    color: #000;
    font-weight: 700
}

.lf-page .areas .left-graph .text-list ul li {
    list-style: none;
    color: #000;
    font-size: 12px
}

.lf-page .areas .left-graph.gray-use {
    width: 510px;
    border-right: 2px solid #fff
}

@media (max-width:1199px) {
    .lf-page .areas .left-graph.gray-use {
        width: 48%
    }
}

@media (max-width:991px) {
    .lf-page .areas .left-graph.gray-use {
        width: 100%;
        border-bottom: 2px solid #fff;
        border-right: 0 none;
        margin-bottom: 20px
    }
}

.lf-page .areas .left-graph img {
    max-width: 100%
}

@media (max-width:1199px) {
    .lf-page .areas .left-graph {
        width: 45%
    }
}

@media (max-width:991px) {
    .lf-page .areas .left-graph {
        width: 100% !important
    }
}

.lf-page .areas .middle-line {
    float: left
}

.lf-page .areas .middle-line img {
    max-width: 100%;
    height: 370px
}

@media (max-width:1199px) {
    .lf-page .areas .middle-line {
        width: 10%;
        height: auto
    }
}

@media (max-width:991px) {
    .lf-page .areas .middle-line {
        width: 5%
    }
}

@media (max-width:991px) {
    .lf-page .areas .middle-line {
        display: none
    }
}

.lf-page .areas .right-graph {
    float: right;
    width: 515px
}

.lf-page .areas .right-graph .note {
    color: #fff !important;
    font-style: italic;
    font-size: 12px
}

.lf-page .areas .right-graph .note.black {
    color: #000 !important
}

.lf-page .areas .right-graph #education-right-legend svg {
    margin-top: 70px
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #education-right-legend svg {
        margin-top: -45px
    }
}

.lf-page .areas .right-graph #education-right-legend,
.lf-page .areas .right-graph #employe-right-legend {
    float: right;
    position: relative
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #employe-right-legend svg {
        margin-top: -30px
    }
}

.lf-page .areas .right-graph #employe-right-graph {
    height: 301px !important;
    top: -45px !important;
    position: relative
}

.lf-page .areas .right-graph img {
    max-width: 100%
}

@media (max-width:1199px) {
    .lf-page .areas .right-graph {
        width: 45%
    }
}

@media (max-width:991px) {
    .lf-page .areas .right-graph {
        width: 100%
    }
}

.lf-page .areas .right-graph .wage-right-legend {
    float: left;
    margin-top: 100px;
    height: auto !important
}

@media (max-width:767px) {
    .lf-page .areas .right-graph .wage-right-legend {
        margin-top: 35px;
        margin-bottom: 20px
    }
}

.lf-page .areas .right-graph .wage-right-legend ul li {
    float: left;
    margin: 3px 0;
    list-style: none
}

.lf-page .areas .right-graph .wage-right-legend ul li .legend-color {
    height: 15px;
    width: 15px;
    float: left
}

.lf-page .areas .right-graph .wage-right-legend ul li .legend-name {
    color: #000;
    float: left;
    font-size: 11px;
    width: 145px;
    margin-left: 5px
}

.lf-page .areas .right-graph .wage-right-legend ul li .legend-value {
    color: #000;
    float: left;
    font-size: 11px
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #education-right-graph {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #education-right-legend {
        width: 100% !important;
        float: left
    }
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #employe-right-graph {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #employe-right-legend {
        width: 100% !important;
        float: left
    }
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #wage-right-graph {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .lf-page .areas .right-graph #wage-right-legend {
        width: 100% !important;
        float: left
    }
}

@media (max-width:767px) {
    .lf-page {
        margin: 20px 0 10px
    }
}

.rbp-page {
    margin: 40px 0 20px
}

@media (max-width:767px) {
    .rbp-page h3 {
        text-align: center
    }
}

@media (max-width:767px) {
    .rbp-page h3 {
        margin-bottom: 25px
    }
}

.rbp-page .page-custom-menu {
    margin: 0;
    padding: 0
}

.rbp-page .page-custom-menu ul li {
    list-style: none;
    float: left;
    margin: 0 3px 0 0
}

.rbp-page .page-custom-menu ul li a {
    padding: 12px 25px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    background-color: #efefef
}

@media (max-width:767px) {
    .rbp-page .page-custom-menu ul li a {
        padding: 10px 15px
    }
}

@media (max-width:540px) {
    .rbp-page .page-custom-menu ul li a {
        font-size: 11px
    }
}

.rbp-page .page-custom-menu ul li a.active,
.rbp-page .page-custom-menu ul li a:hover {
    background-color: #E81F76;
    color: #fff
}

@media (max-width:400px) {
    .rbp-page .page-custom-menu ul li {
        float: none;
        width: 100%;
        text-align: center
    }
}

@media (max-width:767px) {
    .rbp-page .page-custom-menu {
        margin-bottom: 5px
    }
}

.rbp-page .lvgea-tabs ul {
    background-color: #fff
}

.rbp-page .lvgea-tabs ul li {
    background-color: #efefef;
    font-weight: 400;
    list-style: none;
    margin: 1px 2px 2px 0;
    text-align: center;
    width: calc(20% - 2px);
    border-bottom-width: 0;
    float: left;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap
}

.rbp-page .lvgea-tabs ul li:hover {
    background-color: #E81F76
}

.rbp-page .lvgea-tabs ul li:hover a {
    color: #000
}

.rbp-page .lvgea-tabs ul li.active {
    background-color: #E81F76
}

.rbp-page .lvgea-tabs ul li.active a {
    color: #fff
}

.rbp-page .lvgea-tabs ul li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 0 9px;
    display: block;
    float: none;
    height: 45px
}

.rbp-page .lvgea-tabs ul li a.single-set {
    padding: 16px 0
}

.rbp-page .map-function-area {
    background-color: #666;
    padding: 10px;
    margin: -1px 0 5px
}

.rbp-page .map-function-area .print {
    float: right
}

.rbp-page .map-function-area .print a {
    background-color: #E81F76;
    color: #000;
    text-transform: uppercase;
    padding: 5px 15px 3px;
    border-radius: 0
}

.rbp-page .map-function-area .print a:hover {
    background-color: #e89905
}

@media (max-width:767px) {
    .rbp-page .map-function-area .print a {
        font-size: 10px;
        margin: 10px 0
    }
}

.rbp-page .map-function-area .map-table {
    width: 100%
}

.rbp-page .map-function-area .map-table .for-map {
    float: left;
    width: 50%;
    position: relative
}

@media (max-width:767px) {
    .rbp-page .map-function-area .map-table .for-map {
        width: 100%
    }
}

.rbp-page .map-function-area .map-table .for-map .location-pointer {
    position: absolute;
    width: 20px;
    line-height: 20px;
    color: #000;
    background-color: #E81F76;
    top: 5px;
    left: 5px;
    text-align: center;
    font-weight: 700;
    border-radius: 2px
}

.rbp-page .map-function-area .map-table .for-map .location-pointer:before {
    border-top: 5px solid #E81F76;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: -5px;
    width: 0;
    opacity: .95
}

.rbp-page .map-function-area .map-table .for-map img {
    width: 100%
}

@media (max-width:1199px) {
    .rbp-page .map-function-area .map-table .for-map img {
        width: auto
    }
}

@media (max-width:767px) {
    .rbp-page .map-function-area .map-table .for-map img {
        width: 100%
    }
}

.rbp-page .map-function-area .map-table .for-map .map-popup-main {
    background: #E81F76;
    float: left;
    padding: 10px;
    width: 250px
}

.rbp-page .map-function-area .map-table .for-map .map-popup-main:before {
    border-top: 5px solid #E81F76;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    opacity: .95
}

.rbp-page .map-function-area .map-table .for-map .map-popup-main .map-pop-number {
    color: #000;
    float: left;
    font-size: 32px;
    line-height: 1;
    padding: 0;
    width: 91%;
    font-weight: 700
}

.rbp-page .map-function-area .map-table .for-map .map-popup-main .map-pop-company-name {
    color: #000;
    float: left;
    font-size: 18px;
    padding: 10px 0 0;
    width: 81%
}

.rbp-page .map-function-area .map-table .for-map .map-popup-main .map-pop-job-range {
    color: #000;
    float: left;
    font-size: 14px;
    margin: 10px 0 0;
    width: 81%
}

.rbp-page .map-function-area .map-table .for-table {
    float: left;
    width: 50%
}

.rbp-page .map-function-area .map-table .for-table table {
    width: 100%
}

.rbp-page .map-function-area .map-table .for-table table thead {
    background-color: #E81F76
}

.rbp-page .map-function-area .map-table .for-table table thead tr th {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 10px;
    height: 25px;
    text-align: right
}

.rbp-page .map-function-area .map-table .for-table table thead tr th:nth-of-type(1) {
    text-align: left
}

.rbp-page .map-function-area .map-table .for-table table tbody tr {
    height: 28px
}

.rbp-page .map-function-area .map-table .for-table table tbody tr td {
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    text-align: right
}

.rbp-page .map-function-area .map-table .for-table table tbody tr td:first-child {
    font-weight: 700;
    text-align: left;
    position: relative;
    max-width: 285px
}

.rbp-page .map-function-area .map-table .for-table table tbody tr td:first-child p {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin: 0
}

.rbp-page .map-function-area .map-table .for-table table tbody tr td:first-child p span {
    display: inline-block;
    width: 20px
}

@media (max-width:1199px) {
    .rbp-page .map-function-area .map-table .for-table table tbody tr td:first-child p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        width: 80%;
        top: 6px
    }
}

@media (max-width:540px) {
    .rbp-page .map-function-area .map-table .for-table table tbody tr td:first-child p {
        position: relative;
        top: initial
    }
}

@media (max-width:540px) {
    .rbp-page .map-function-area .map-table .for-table table tbody tr td:first-child {
        max-width: inherit
    }
}

.rbp-page .map-function-area .map-table .for-table table tbody tr td:nth-of-type(2) {
    position: relative;
    max-width: 160px
}

.rbp-page .map-function-area .map-table .for-table table tbody tr td:nth-of-type(2) p {
    position: relative;
    width: 100%;
    margin: 0
}

@media (max-width:1199px) {
    .rbp-page .map-function-area .map-table .for-table table tbody tr td:nth-of-type(2) p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        width: 90%;
        top: 6px
    }
}

@media (max-width:767px) {
    .rbp-page .map-function-area .map-table .for-table table tbody tr td:nth-of-type(2) p {
        overflow: inherit;
        text-overflow: initial;
        white-space: initial;
        position: relative;
        width: 100%;
        top: inherit
    }
}

.rbp-page .map-function-area .map-table .for-table table tbody tr:nth-child(1n) {
    background-color: #7b7b7b
}

.rbp-page .map-function-area .map-table .for-table table tbody tr:nth-child(2n) {
    background-color: #898989
}

.rbp-page .map-function-area .map-table .for-table table tbody tr:hover {
    cursor: pointer;
    background-color: #f0e67b !important
}

.rbp-page .map-function-area .map-table .for-table table tbody tr:hover td {
    color: #000
}

@media (max-width:1199px) {
    .rbp-page .map-function-area .map-table .for-table table tbody tr {
        height: 28.2px
    }
}

@media (max-width:767px) {
    .rbp-page .map-function-area .map-table .for-table table {
        width: 100%
    }
}

@media (max-width:540px) {
    .rbp-page .map-function-area .map-table .for-table table {
        width: 800px
    }
}

@media (max-width:767px) {
    .rbp-page .map-function-area .map-table .for-table {
        width: 100%
    }
}

@media (max-width:540px) {
    .rbp-page .map-function-area .map-table .for-table {
        overflow-x: scroll
    }
}

.rbp-page .note {
    font-size: 12px;
    font-style: italic;
    color: #000
}

.rbp-page .area-graph-business {
    padding-top: 40px
}

@media (max-width:767px) {
    .rbp-page .area-graph-business {
        padding-top: 20px
    }
}

.rbp-page .area-graph-business img {
    max-width: 100%
}

.rbp-page .area-graph-business .busniss-graph-left {
    padding: 15px;
    background-color: #004876;
    float: left;
    width: 49%;
    height: 489px
}

.rbp-page .area-graph-business .busniss-graph-left #bySectorLegend {
    float: right;
    position: relative
}

@media (max-width:991px) {
    .rbp-page .area-graph-business .busniss-graph-left {
        width: 100%;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .rbp-page .area-graph-business .busniss-graph-left {
        padding: 5px
    }
}

@media (max-width:540px) {
    .rbp-page .area-graph-business .busniss-graph-left #bySector,
    .rbp-page .area-graph-business .busniss-graph-left #bySectorLegend {
        width: 100% !important;
        float: none !important
    }
    .rbp-page .area-graph-business .busniss-graph-left #bySectorLegend svg {
        position: relative !important;
        width: 100%
    }
}

@media (max-width:540px) and (max-width:320px) {
    .rbp-page .area-graph-business .busniss-graph-left #bySectorLegend {
        position: relative;
        left: -20px;
        width: 260px !important
    }
}

@media (max-width:540px) {
    .rbp-page .area-graph-business .busniss-graph-left {
        height: auto
    }
}

.rbp-page .area-graph-business .busniss-graph-right {
    padding: 15px;
    background-color: #f0e67b;
    float: right;
    width: 49%
}

@media (max-width:767px) {
    .rbp-page .area-graph-business .busniss-graph-right {
        padding: 5px
    }
}

.rbp-page .area-graph-business .busniss-graph-right .sec-heading,
.rbp-page .area-graph-business .busniss-graph-right h6 {
    color: #000
}

.rbp-page .area-graph-business .busniss-graph-right .graph-side {
    float: left;
    width: 377px
}

@media (max-width:1199px) {
    .rbp-page .area-graph-business .busniss-graph-right .graph-side {
        width: 280px
    }
}

@media (max-width:991px) {
    .rbp-page .area-graph-business .busniss-graph-right .graph-side {
        width: 77%
    }
}

@media (max-width:767px) {
    .rbp-page .area-graph-business .busniss-graph-right .graph-side {
        width: 70%
    }
}

@media (max-width:540px) {
    .rbp-page .area-graph-business .busniss-graph-right .graph-side {
        width: calc(100% - 155px)
    }
}

.rbp-page .area-graph-business .busniss-graph-right .total-jobs {
    float: right;
    text-align: right;
    margin: 0 10px
}

.rbp-page .area-graph-business .busniss-graph-right .total-jobs .heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px
}

.rbp-page .area-graph-business .busniss-graph-right .total-jobs ul li {
    font-size: 11px;
    list-style: none;
    padding: 0 5px
}

.rbp-page .area-graph-business .busniss-graph-right .net {
    float: right;
    width: 45px;
    text-align: right
}

.rbp-page .area-graph-business .busniss-graph-right .net .heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px
}

.rbp-page .area-graph-business .busniss-graph-right .net ul li {
    font-size: 11px;
    list-style: none;
    padding: 0 3px
}

.rbp-page .area-graph-business .busniss-graph-right .net ul li.green {
    background-color: rgba(82, 167, 46, .8);
    color: #fff
}

.rbp-page .area-graph-business .busniss-graph-right .net ul li.red {
    background-color: rgba(211, 32, 68, .8);
    color: #fff
}

.rbp-page .area-graph-business .busniss-graph-right .net ul li.yellow {
    background-color: #E81F76;
    color: #000
}

.rbp-page .area-graph-business .busniss-graph-right .total-value {
    float: right;
    margin-right: 3px;
    font-size: 12.5px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    width: 45px;
    text-align: right
}

.rbp-page .area-graph-business .busniss-graph-right .total-text {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-right: 13px;
    margin-top: 0
}

@media (max-width:991px) {
    .rbp-page .area-graph-business .busniss-graph-right {
        width: 100%
    }
}

.rbp-page .sec-heading {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:767px) {
    .rbp-page .sec-heading {
        font-size: 12px
    }
}

.rbp-page .sec-heading.fl {
    float: left
}

.rbp-page .sec-heading span {
    font-weight: 400
}

.rbp-page .sec-heading.black {
    color: #000
}

.rbp-page .choose-drop {
    float: left;
    margin: 0 0 0 20px
}

@media (max-width:767px) {
    .rbp-page .choose-drop {
        margin: 0 0 0 5px
    }
}

.rbp-page .choose-drop select {
    padding: 3px 10px;
    background-color: #a4a4a4;
    color: #fff;
    border: none
}

.rbp-page .choose-drop select option {
    line-height: 20px;
    padding: 3px 5px
}

.rbp-page .choose-drop select option:nth-of-type(2n) {
    color: #000
}

.rbp-page .choose-drop select option:hover {
    background-color: #E81F76
}

@media (max-width:540px) {
    .rbp-page .choose-drop select {
        width: 100%
    }
}

@media (max-width:540px) {
    .rbp-page .choose-drop .choose-drop {
        float: none;
        margin: 0 !important;
        width: 95%
    }
}

.rbp-page h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .rbp-page h6 {
        margin-bottom: 10px
    }
}

.rbp-page h6.black {
    color: #000
}

@media (max-width:767px) {
    .rbp-page {
        margin: 20px 0 10px
    }
}

.office-indus-page {
    margin: 40px 0 20px
}

@media (max-width:767px) {
    .office-indus-page h3 {
        text-align: center
    }
}

.office-indus-page .tab-padding-set {
    background-color: #fff
}

.office-indus-page .Oir-jr-table {
    margin-bottom: 20px
}

.office-indus-page .Oir-jr-table table {
    width: 100%
}

.office-indus-page .Oir-jr-table table thead {
    background-color: #E81F76
}

.office-indus-page .Oir-jr-table table thead tr th {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 15px 1px;
    height: 28px;
    text-align: right;
    width: 15%;
    white-space: nowrap
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) {
    width: 40%;
    font-size: 19px;
    text-align: left
}

@media (max-width:991px) {
    .office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) {
        font-size: 11px
    }
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 {
    display: inline-block;
    position: relative
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .fa-navicon {
    font-size: 15px;
    padding: 4px 5px 5px;
    position: relative;
    margin: 1px 8px 2px -10px;
    vertical-align: middle
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .fa-navicon:hover {
    background-color: #e89905;
    cursor: pointer;
    color: #fff
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .menu-icon-dropdown1 {
    position: absolute;
    top: 28px;
    left: -15px;
    width: 260px;
    display: none;
    background-color: #666;
    z-index: 2;
    text-transform: none
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .menu-icon-dropdown1 .heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: normal;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #fff
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .menu-icon-dropdown1 ul {
    background-color: #666;
    padding: 10px 10px 0
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .menu-icon-dropdown1 ul li {
    line-height: 15px;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 7px;
    color: #fff
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) .menu-icon1 .menu-icon-dropdown1 ul li input[type=checkbox] {
    float: left;
    margin: 0 7px
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) span.two-line {
    float: none;
    vertical-align: middle;
    display: inline-block;
    line-height: 17px;
    font-size: 18px
}

@media (max-width:991px) {
    .office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) span.two-line {
        font-size: 13px
    }
}

.office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) span.date {
    font-size: 12px;
    margin: 0 7px;
    font-style: italic
}

@media (max-width:768px) {
    .office-indus-page .Oir-jr-table table thead tr th:nth-of-type(1) span {
        display: block
    }
}

@media (max-width:991px) {
    .office-indus-page .Oir-jr-table table thead tr th {
        font-size: 11px
    }
}

.office-indus-page .Oir-jr-table table tbody tr:nth-of-type(odd) {
    background-color: rgba(205, 205, 205, .5)
}

.office-indus-page .Oir-jr-table table tbody tr:nth-of-type(even) {
    background-color: rgba(172, 172, 172, .5)
}

.office-indus-page .Oir-jr-table table tbody tr:hover {
    background-color: #f29bcd;
    cursor: pointer
}

.office-indus-page .Oir-jr-table table tbody tr td {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding: 1px 15px;
    height: 28px;
    text-align: right;
    width: 15%
}

.office-indus-page .Oir-jr-table table tbody tr td:nth-of-type(1) {
    width: 40%;
    text-align: left;
    font-weight: 700;
    position: relative
}

.office-indus-page .Oir-jr-table table tbody tr td:nth-of-type(1) p {
    position: relative;
    width: 100%;
    margin: 0
}

.office-indus-page .Oir-jr-table table tbody tr td:nth-of-type(1) p span {
    width: 25px;
    display: inline-block
}

@media (max-width:991px) {
    .office-indus-page .Oir-jr-table table tbody tr td:nth-of-type(1) p {
        position: absolute;
        top: 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%
    }
}

@media (max-width:991px) {
    .office-indus-page .Oir-jr-table table tbody tr td {
        font-size: 11px
    }
}

@media (max-width:767px) {
    .office-indus-page .Oir-jr-table table {
        width: 800px
    }
}

@media (max-width:767px) {
    .office-indus-page .Oir-jr-table {
        overflow-x: scroll
    }
}

.office-indus-page .notes-sec {
    margin: 20px 0 15px
}

.office-indus-page .notes-sec h4 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.office-indus-page .notes-sec .notes-list {
    margin: 0;
    padding: 0 0 0 15px
}

.office-indus-page .notes-sec .notes-list ul li {
    font-size: 12px;
    margin-bottom: 6px;
    list-style: decimal outside
}

.office-indus-page .notes-sec .notes-list ul li span {
    text-transform: uppercase
}

@media (max-width:767px) {
    .office-indus-page {
        margin: 20px 0 10px
    }
}

.demographics-page {
    margin: 40px 0 20px
}

.demographics-page .demographic-map {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ccc
}

.demographics-page .demographic-map img {
    width: 100%
}

.demographics-page .demographic-map .error-msg {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 12px;
    position: absolute;
    color: #fff;
    background-color: #f23a2c;
    z-index: 31;
    width: 100%
}

.demographics-page .demographic-map .error-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px
}

.demographics-page .demographic-map .error-msg .msg-cross i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #ababab;
    font-size: 15px;
    height: 24px;
    padding: 4px 6px;
    width: 24px;
    cursor: pointer
}

.demographics-page .demographic-map .error-msg .msg-cross i:hover {
    color: #000
}

.demographics-page .demographic-map .map-zoom-icons {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 10
}

.demographics-page .demographic-map .map-zoom-icons a {
    display: block;
    background-color: #E81F76;
    color: #fff;
    padding: 3px 5px 0;
    margin: 2px 0;
    cursor: pointer
}

.demographics-page .demographic-map .map-zoom-icons a:hover {
    background-color: #fb990c
}

.demographics-page .demographic-map .select-upto {
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 10
}

.demographics-page .demographic-map .select-upto select {
    border: 0 none;
    background-color: #E81F76;
    color: #000;
    font-size: 12px;
    width: 165px
}

.demographics-page .demographic-map .map-list {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    width: 130px;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
    height: 130px
}

.demographics-page .demographic-map .map-list ul {
    list-style: none
}

.demographics-page .demographic-map .map-list ul li {
    color: #fff;
    width: 100%;
    float: left
}

.demographics-page .demographic-map .map-list ul li img {
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    float: left;
    cursor: pointer
}

.demographics-page .demographic-map .map-list ul li p {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    float: left;
    width: 80%;
    cursor: pointer
}

.demographics-page .demographic-map .map-list ul li p span {
    font-size: 12px
}

.demographics-page .demographic-map .map-info-icon {
    position: absolute;
    top: 1px;
    left: 31px;
    z-index: 30;
    font-size: 20px;
    width: 18px;
    color: #fff;
    text-align: center
}

.demographics-page .demographic-map .map-info-icon.active,
.demographics-page .demographic-map .map-info-icon:hover {
    color: #fff;
    cursor: pointer
}

@media (max-width:420px) {
    .demographics-page .demographic-map .map-info-icon {
        top: initial;
        bottom: 1px;
        left: 5px
    }
}

.demographics-page .demographic-map .map-note {
    position: absolute;
    left: 57px;
    top: 5px;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    width: 310px;
    z-index: 10;
    background-color: #f23a2c;
    padding: 2px 10px 2px 5px;
    height: 54px
}

.demographics-page .demographic-map .map-note::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #f23a2c;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -8px;
    top: 12px;
    margin-top: -10px
}

@media (max-width:420px) {
    .demographics-page .demographic-map .map-note::before {
        top: initial;
        bottom: 12px
    }
}

.demographics-page .demographic-map .map-note .note-cross {
    position: absolute;
    right: 2px;
    top: 1px
}

.demographics-page .demographic-map .map-note .note-cross:hover {
    color: #000;
    cursor: pointer
}

@media (max-width:565px) {
    .demographics-page .demographic-map .map-note {
        width: 155px;
        height: 110px
    }
}

@media (max-width:420px) {
    .demographics-page .demographic-map .map-note {
        top: initial;
        bottom: 1px;
        width: 250px;
        left: 35px;
        height: 70px
    }
}

@media (max-width:320px) {
    .demographics-page .demographic-map .map-note {
        width: 213px
    }
}

.demographics-page .demographic-map #loadSVgH {
    height: 540px;
    cursor: pointer !important
}

.demographics-page .demographic-map #loadSVgH svg {
    margin-top: -536px;
    margin-left: -7%
}

.demographics-page .demographic-map #loadSVgH svg path:hover {
    cursor: pointer
}

.demographics-page .demographic-map #loadSVgH svg .demo-hover {
    fill: #f4b143 !important;
    cursor: pointer
}

@media (max-width:1199px) {
    .demographics-page .demographic-map #loadSVgH svg {
        margin-left: -25%
    }
}

@media (max-width:991px) {
    .demographics-page .demographic-map #loadSVgH svg {
        margin-left: -50%
    }
}

@media (max-width:768px) {
    .demographics-page .demographic-map #loadSVgH svg {
        margin-left: -50%
    }
}

@media (max-width:640px) {
    .demographics-page .demographic-map #loadSVgH svg {
        margin-left: -75%
    }
}

@media (max-width:480px) {
    .demographics-page .demographic-map #loadSVgH svg {
        margin-left: -117%
    }
}

@media (max-width:360px) {
    .demographics-page .demographic-map #loadSVgH svg {
        margin-left: -175%
    }
}

.demographics-page .demographic-inr {
    padding: 10px;
    float: left;
    width: 100%;
    background-color: #efefef
}

.demographics-page .demographic-inr .demographics-graph-out {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    background-color: #fff
}

.demographics-page .demographic-inr .demographics-graph-out h2 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #666
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail {
    width: 50%;
    vertical-align: middle;
    float: left
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul {
    list-style: none;
    margin-top: 75px
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li {
    float: left;
    width: 265px;
    padding: 0 10px
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li img {
    max-width: 100%
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li .demo-grh-date {
    text-transform: uppercase;
    width: 100%;
    color: #666;
    line-height: 20px;
    font-size: 18px
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li .iner-map {
    height: 58px;
    float: left;
    width: 100%;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li .iner-map {
        height: 26px
    }
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li h2 {
    float: left;
    width: 100%;
    color: #E81F76;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400
}

@media (max-width:1199px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li h2 {
        line-height: 28px;
        font-size: 28px
    }
}

@media (max-width:991px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li h2 {
        line-height: 22px;
        font-size: 23px
    }
}

@media (max-width:767px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li h2 {
        line-height: 18px;
        font-size: 19px
    }
}

.demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li span {
    float: left;
    text-transform: uppercase;
    width: 100%;
    color: #666;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700
}

@media (max-width:1199px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li span {
        line-height: 16px;
        font-size: 14px
    }
}

@media (max-width:991px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li span {
        line-height: 15px
    }
}

@media (max-width:767px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li span {
        line-height: 11px
    }
}

@media (max-width:991px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li {
        width: 50%
    }
}

@media (max-width:767px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li {
        width: 49%
    }
}

@media (max-width:540px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul li {
        width: 100%
    }
}

@media (max-width:991px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail ul {
        margin-top: 0
    }
}

@media (max-width:1199px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail {
        width: 41%
    }
}

@media (max-width:991px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail {
        width: 100%
    }
}

@media (max-width:767px) {
    .demographics-page .demographic-inr .demographics-graph-out .graph-detail {
        float: none;
        width: 100%
    }
}

.demographics-page .demographic-inr .demographics-graph-out .graph-sep {
    display: inline-block;
    vertical-align: middle
}

.demographics-page .demographic-inr .demographics-graph-out .graph-info {
    float: right;
    vertical-align: middle;
    width: 48%
}

.demographics-page .demographic-inr .demographics-graph-out .graph-info .demo-left {
    width: 180px;
    float: left;
    text-align: center;
    margin-top: 66px
}

.clark-county-table.white-area:hover thead tr:first-child {
    background: 0 0 !important
}

#economic-portal .indi-chart-area .chart-inner .box-area .head.blue {
    background-color: #773dbd
}

#economic-portal .indi-chart-area .chart-inner .box-area .box-body.blue {
    background-color: #9860da
}

#economic-portal .indi-chart-area .chart-inner .box-area .head.green {
    background-color: #FFC600
}

#economic-portal .indi-chart-area .chart-inner .box-area .box-body.green {
    background-color: #ffd36f
}

#economic-portal .indi-chart-area .chart-inner .box-area .head.orange {
    background-color: #da4112
}

#economic-portal .indi-chart-area .chart-inner .box-area .box-body.orange {
    background-color: #f1683d
}

#economic-portal .indi-chart-area .chart-inner .box-area .head.royal-blue {
    background-color: #E81F76
}

#economic-portal .indi-chart-area .chart-inner .box-area .box-body.royal-blue {
    background-color: #e27881
}

#thegrid-body {
    margin: 0 7px;
    padding: 20px 0 0
}

#thegrid-body #thegrid {
    width: 100%
}

#thegrid-body #thegrid .top-head-tb {
    float: left;
    padding-right: 0;
    width: 100%
}

#thegrid-body #thegrid .top-head-tb .list-vie-crt {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: "News Gothic Std";
    width: 100%
}

#thegrid-body #thegrid .top-head-tb .list-vie-crt th {
    background-color: #d53d4b;
    border: 0 none;
    color: #000;
    font-weight: 400;
    font-size: 11px;
    font-family: "News Gothic Std";
    height: 28px;
    padding: 2px 5px 0;
    text-align: right;
    text-transform: uppercase;
    width: 18%;
    cursor: pointer;
    vertical-align: middle;
    color: #fff
}

#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;
    max-width: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom
}

#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 {
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: "News Gothic Std";
    width: 100%
}

#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr {
    background-color: rgba(219, 219, 219, .3)
}

#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr:nth-of-type(2n) {
    background-color: rgba(205, 205, 205, .5)
}

#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr:nth-of-type(2n):hover {
    background-color: #f6bd88
}

#thegrid-body #thegrid .cont-body-tb .list-vie-crt tr td {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: "News Gothic Std";
    height: 28px;
    padding: 1px 5px;
    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: #f6bd88
}