body{
	font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
}
.dashboard_header{
    margin-bottom: 60px;
}
.bg_dashboard{
	z-index:9999;
	border: none;
}
.bg_menubashbord {
   background: #29539b!important;
}
.navbar-header aside.logo img {
    width: 250px !important;
}
header .header-top {
    margin: 0;
    padding: 0;
    position: relative;
}
.paddg_z{
	padding:0px;
}
h3.report_title {
    text-align: center;
    color: #2e4470;
    font-size: 24px;
    border-bottom: 2px solid #00baff;
    padding-bottom: 15px;
    margin-bottom: 25px;
	    margin-top: 0px;
}
.report_inner {
    background-color: #c8c8c8;
    float: none;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 10px;
    height:637px;
}
h3.report_title_jus {
    text-align: center;
   color: #29539b;
   font-size: 24px;
   border-bottom: 2px solid #00baff;
   padding-bottom: 17px;
   margin-bottom: -3px;
   z-index: 99;
   position: absolute;
   margin-top: 21px;
   max-width: 100%;
   width: 100%;
   margin-left: 0;
}
.tagline {
    float: left;
    color: #fff;
    margin-top: 16px;
}
.tagline h3 {
    margin: 0px;
    font-weight: bold;
    font-size:24px;
}
.tagline p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top:0px;
}
.dashboard_outrt_area1::before {
    background: #e5e5e5;
    top: -39px;
    content: "";
    height: 106px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
}
.dashboard_outrt_area1 {
    margin-top: 0px;
    position: relative;
    height: calc(100vh + 100px);
}
section.dashboard_outrt_areaacc {
    height: auto;
    padding-bottom: 420px;
}
.reprt_area p{
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
}
.accunt_page{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    background: #c8c8c8;
    padding: 20px;
    border-radius: 10px;
}
.accunt_page div#show_password {
    float: left;
    width: 50%;
}
.accunt_page span.pass_show {
    float: left;
    font-size: 16px;
    font-weight: normal;
	    cursor: pointer;
}
.accunt_page .account-label {
    color: #000;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.accunt_page div#edit-account {
    float: left;
    line-height: 31px;
    font-size: 16px;
    color: #2b436e;
	text-transform: uppercase;
    cursor: pointer;
}
.accunt_page div#user_name, .accunt_page div#update_password{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
	width: 100%;
	float: left;
}
span.passwd_ln a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: text-top;
    text-transform: uppercase;
    margin-left: 10px;
}
span.passwd_ln a img {
    vertical-align: middle;
    margin-bottom: 2px;
}
div#cboxOverlay {
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
}
header .header-top .logo {
    float: left;
    position: relative;    height: auto;
}
select#e1 option:nth-child(2n) {
    background: #cccccc8a!important;
    line-height: 31px;
}
header .header-top .header-right {
    float: right;
    margin: 20px 40px 0 0;
}
.bg_menubashbord ul {
    float: right;
    margin-top: 10px;
}
header .header-top .header-right nav {
    float: right;
}
.scroll_tab_inner {
    display: flex !important;
}
.scroll_tab_inner li.scroll_tab {
    flex: 1 !important;
}
.scroll_tab_inner li.scroll_tab a {
    padding: 6px 10px !important;
    font-size: 11px !important;
}
.report_inner p.date {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 22px;
}
header .header-top .header-right nav ul {
    margin: 0;
    padding: 0;
}
header .header-top .header-right nav ul li {
    list-style: none;
    float: left;
}
header .header-top .bg_menubashbord ul li a {
   font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    padding: 12px 18px !important;
}
header .header-top .bg_menubashbord ul li a p {
    margin-bottom: 5px;
	text-align:center;
	font-size: 20px;
}
header .header-top .bg_menubashbord ul li a:hover, header .header-top .bg_menubashbord ul li a.active,  .header-top .bg_menubashbord ul li a.active:hover{
   /* border-bottom: 4px solid #d21722;*/
	padding:10px 18px;
    transform: translateY(-1px);
}
header .header-top .bg_menubashbord ul li a:hover{
    border-bottom: none;
    transform: translateY(-2px);
}
header .header-top .bg_menubashbord ul li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 4px;
    background: #00baff;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-top .bg_menubashbord ul li a.active:after{
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 4px;
    background: #00baff;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto
}
header .toggle-menu-bar {
    float: right;
    margin: 0 20px;
    color: #FFF;
    cursor: pointer;
    display: none;
}
ul#scroll-tabs {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #e5e5e5;
    margin: 0;
    padding: 0;
    color: #000;
}
a:hover, a:focus{
	text-decoration:none;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li.active {
    -webkit-box-shadow: inset 0 -4px 0 0 #00baff;
    -moz-box-shadow: inset 0 -4px 0 0 #00baff;
    box-shadow: inset 0 -4px 0 0 #00baff;
    color: #2e4470;
    /* text-transform: uppercase; */
    margin: 0;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    text-align: center;
    color: #aaa;
    height: 49px!important;
    text-transform: capitalize;
    position: relative;
    background: #fff;
    border-left: 0;
    border-top: 0;
	display: inline-block; 
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li.active a {
    /*color: #2e4470;*/
    color: #0066cc;
    width: auto;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    padding: 6px 26px;
    width: auto;
    color: #aaa;
    /* line-height: 49px; */
    cursor: pointer;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li button.remove {
    right: 0;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li.active button {
    -webkit-box-shadow: inset 0 -4px 0 0 #8ebf49;
    -moz-box-shadow: inset 0 -4px 0 0 #8ebf49;
    box-shadow: inset 0 -4px 0 0 #8ebf49;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li button {
    width: 25px;
    height: 51px;
    position: absolute;
    top: 0;
    background: #aaa;
    color: #fff;
    right: 26px;
    border: 0;
    cursor: pointer;
    transition: .3s ease 0s;
    -moz-transition: .3s ease 0s;
    -webkit-transition: .3s ease 0s;
}
.dashboard-area .dashboard-tabs {
    margin: 0;
    border-bottom: 1px solid #999;
    height: 50px;
}
.dashboard-table-area-set {
    margin: 12px 12px 0;
    font-size: 12px;
    padding-bottom: 12px;
}
.dashboard-table-area-set table tr th {
    font-weight: 400;
}
.dashboard-table-area-set table tr th.blue-bg-light, .edit-indi-info .edit-indi-right .quick-chart-table .blue-bg-light {
    /*background-color: #245ea7;*/
    background-color: #336699;
}
.dashboard-table-area-set table tr th.orange-bg-light, .edit-indi-info .edit-indi-right .quick-chart-table .orange-bg-light {
    /*background-color: #dc6633;*/
    background-color: #cc6633;
}
.dashboard-table-area-set table tr th.blue-bg-light, .dashboard-table-area-set table tr th.orange-bg-light, .edit-indi-info .edit-indi-right .quick-chart-table .blue-bg-light,
.edit-indi-info .edit-indi-right .quick-chart-table .orange-bg-light {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;text-align: center;
}
table#myTable {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.ac-page-area .three-type-report {
    background-color: #eee!important;
    padding: 10px!important;
}
.ac-page-area .three-type-report .email-alert-report {
    margin: 0;
    position: relative;
}
.ac-page-area .three-type-report .email-menu:hover {
    background-color: #2e4470;
    cursor: pointer;
}
.ac-page-area .three-type-report .email-menu {
    float: left;
    font-size: 20px;
    background: #666;
    color: #fff;
    width: 26px;
    text-align: center;
    height: 36px;
    margin: 0 20px 0 0;
    padding: 5px 0;
    position: relative;
}
.ac-page-area .three-type-report .grey-heading.mb10 {
    margin-bottom: 10px;
}
.ac-page-area .three-type-report .grey-heading {
    font-size: 30px;
    color: #666;
    display: inline-block;
    text-transform: uppercase;
    float: left;
}
.ac-page-area .three-type-report .email-alert-report .email-alert-list table {
    width: 100%;
}
.ac-page-area .three-type-report .email-alert-report .email-alert-list table thead tr th {
    background-color: #2e4470;
    height: 23px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}
.ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child {
    text-align: right;
}
.ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a {
    width: 29px;
    text-align: center;
    font-size: 10px;
    background-color: #666;
    text-transform: uppercase;
    height: 24px;
    padding: 5px 0;
    color: #fff;
    float: right;
}
.ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a.active, .ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a:hover {
    background-color: #2e4470;
}
.ac-page-area .three-type-report .email-alert-report .email-alert-list table tbody tr td:last-child a:nth-of-type(2) {
    margin-right: 1px;
}
.ac-page-area .three-type-report .email-menu .e-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 21;
    width: auto;
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(102, 102, 102, .95);
    display: block;
}
.ac-page-area .overview-area .my-ac-area .gray-area .user-email {
    width: 100%;
	display:inline-block;
}
.ac-page-area .overview-area .my-ac-area .gray-area .user-email .header {
        background-color: #d21722;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}
.ac-page-area .overview-area .my-ac-area .gray-area .user-email .body-area {
    background-color: #d217227a;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
}

.dashboard-table-area-set table tr th.blue-bg-dark {
    /*background-color: #2b436e;*/
    background-color: #333366;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 3px;
    vertical-align: bottom;
    cursor: pointer;
}
.dashboard-area {
    margin: 0 40px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px #292929;
}
.dashboard-area {
    margin: 0 40px 0px;
    background-color: #fff;
    box-shadow: 0 0 10px #292929;
}
.dashboard-table-area-set table tbody tr td:nth-of-type(1) {
    padding: 0;
    /*background-color: #62a4d0;*/
    background-color: #6699cc;
}
.dashboard-table-area-set table tbody tr td .arrow-block {
        background-color: #62a4d0;
    color: #fff;
    text-align: center;
    position: relative;
    width: 18px;
    border-bottom: 1px solid #5194c0;
    padding: 1px;
    height: 23px;
}
.dashboard-table-area-set table tbody tr td:nth-of-type(2) {
    width: 14px;
    position: relative;
    padding: 0px 3px;
    background: rgba(229, 229, 229, .6);
}
.dashboard-table-area-set table tbody tr td {
    height: 25px;
    vertical-align: middle;
    padding: 0 3px;
}
.dashboard-table-area-set table tbody tr td>span.indi-icon-mom {
    background-position: -245px 2px;
}
.dashboard-table-area-set table tbody tr td>span {
    background-color: rgba(216, 216, 216, .8);
    background-image: url(http://dev.myresearcher.com/assets/img/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 24px;
    height: 28px;
    display: block;
    margin: 0;
}
.dashboard-table-area-set table tbody tr td:nth-of-type(4), .dashboard-table-area-set table tbody tr td:nth-of-type(5), .dashboard-table-area-set table tbody tr td:nth-of-type(6) {
    position: relative;
}
.dashboard-table-area-set table tbody tr td:nth-of-type(4) p {
    text-align: left;
}

.dashboard-table-area-set table tbody tr td:nth-of-type(4) p, .dashboard-table-area-set table tbody tr td:nth-of-type(5) p, .dashboard-table-area-set table tbody tr td:nth-of-type(6) p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: 0;
    line-height: 25px;
    width: 100%;
	margin-bottom: 0px;
}
.dashboard-table-area-set table tbody tr td .fa-circle.yellow {
    color: #f2cf00;
}
.dashboard-table-area-set table tbody tr td .fa-caret-up.green, .dashboard-table-area-set table tbody tr td .fa-caret-down.green {
    color: #8ebf49;
}
.dashboard-table-area-set table tbody tr td .fa-caret-down.red, .dashboard-table-area-set table tbody tr td .fa-caret-up.red {
    color: #d34000;
}
.dashboard-table-area-set table tbody tr td i {
    font-size: 16px;
    margin-left: 5px;
}
.dashboard-table-area-set table tbody tr td .fa-circle {
    font-size: 10px;
    margin-left: 5px;
}
.dashboard-table-area-set table tbody tr td:nth-of-type(6) p, .dashboard-table-area-set table tbody tr td:nth-of-type(n+5) {
    text-align: right;
}
.dashbord_table td {
    font-size: 12px;
}
.name.tooltipstered p {
    margin-bottom: 0px;
}
.hints-bar {
    background-color: grey;
    font-size: 11px;
    color: #fff;
    font-style: italic;
    padding: 7px 32px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.arrow-block.dashboard-left-menu i.fa.fa-angle-right{
	margin-left:0px;
}
.dashboard-table-area-set table tr th.orange-bg-dark {
    background-color: #b34f2b;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 3px 2px;
    vertical-align: bottom;
    cursor: pointer;
}
header .header-top .bg_menubashbord ul li a p img{
	width:24px;
}
.dashboard-table-area-set table tbody tr:nth-of-type(even) {
    background-color: #e0e0e0;
}
.dashboard-table-area-set table tbody tr.active, .dashboard-table-area-set table tbody tr:focus{
	    background: #ffa5008f;
}
.dashboard-table-area-set table tr th:nth-of-type(n+5) {
    text-align: right;
}
.indicator-detail-area .indicator-detail-area-set {
    padding: 10px;
}
.head.teal.white-text.padding-set {
    background-color: #009aa5;
}
.box-body.teal.white-text {
    background-color: #0db8c3;
}
.indicator-detail-area .indi-download-icon .download-new-btn-menu ul li a {
text-decoration: none;
    text-align: left;
    padding-left: 14px;
    border-bottom: none;
    text-transform: capitalize;
    height: auto;
    line-height: 26px;
    color: #fff;
    display: block;
}
.indicator-detail-area .indi-download-icon .download-new-btn-menu ul li a:hover {
    background-color: #1f80c3;
}
#chart-body {
    width: 100%;
    height: 365px;
}
.indicator-detail-area .indicator-detail-area-set .line-chart-show-area {
    background-color: #f4f4f4;
    padding: 10px;
}
#chart-body {
    width: 100%;
    height: 365px;
}
.indicator-detail-area .indicator-detail-area-set .line-chart-show-area {
    background-color: #f4f4f4;
    padding: 10px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .head.green {
    background-color: #8ebf49;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body.green {
    background-color: #b0d280;
}
.indicator-detail-area .indicator-detail-area-set .box-area .head.orange {
    background-color: #d34000;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body.orange {
    background-color: #e07a4d;
}
.indicator-detail-area .indicator-detail-area-set .box-area .head.royal-blue {
    background-color: #4a2ef5;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body.royal-blue {
    background-color: #7f6cee;
}
.indicator-detail-area .indicator-detail-area-set .box-area .head.red {
    background-color: #009aa5;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body.red {
    background-color: #0db8c3;
}
.indicator-detail-area .indicator-detail-area-set .box-area{
	margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    width: calc(20% - 1px);
    clear: both;
    display: inline-block;
}
.indicator-detail-area .indicator-detail-area-set .box-area .top-icon.cross {
    background-position: -257px -112px;
    top: 8px;
    right: 8px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .top-icon {
    background-image: url(../images/sprite.svg);
    position: absolute;
    width: 10px;
    height: 10px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .e-color {
    color: #FFF;
    font-size: 11px;
    position: absolute;
    right: 25px;
    top: 8px;
}
.indicator-detail-area .indi-download-icon .download-new-btn-menu .heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left;
    color: #fff;
}
.indicator-detail-area .indi-download-icon .download-new-btn-menu {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 0;
    background-color: rgba(102, 102, 102, .95);
    width: 180px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 10px;
    display: none;
}
.indicator-detail-area .cross-indi-chart {
    position: relative;
    float: right;
    width: 35px;
    height: 49px;
    background-image: url(../images/popup-cross-sprite.svg);
    background-position: -72px -200px;
    cursor: pointer;
    margin-left: 1px;
}
.indicator-detail-area .indi-download-icon .download-new-btn-menu ul {
    margin: 0px;
    line-height: 20px;
    padding: 0px;
    margin-top: 5px;
}
.hints-bar .period-text{
	float:left;
}
.hints-bar .seasonal-adjust, .current-period{
    float: left;
    margin-right: 25px;
}
.hints-bar input{
	 float: left; 
    margin: 2px 5px;

}
.indicator-detail-area .indi-download-icon .download-new-btn-menu ul li {
    list-style: none;
    position: relative;
    width: 100%;
}
.indicator-detail-area .indicator-detail-area-set .box-area .head.blue {
    background-color: #2e4470;
}
.dashboard-table-area-set table tbody tr:hover {
    background: #B2E0FF;
    cursor: pointer;
}
.indicator-detail-area .indicator-detail-area-set .box-area .head {
    padding: 10px 55px 10px 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
	min-height:52px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body.blue {
    background-color: #61a7d8;
}

.indicator-detail-area .indicator-detail-area-set .box-area .box-body {
    padding: 10px;
    color: #FFF;
    font-size: 12px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body select {
    margin: 10px 0;
	    color: #000;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area {
    float: left;
    margin: 0;
    width: 113px;
    position: relative;
}
.copyright_menu img{
	width:17px;
}
.copyright_menu a, .copyright_menu a:hover, .copyright_menu a:focus{
    color: #fff;
    margin-left: 2px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.line-chart.active, .indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.line-chart:hover {
    background-position: -162px -170px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.line-chart {
    background-position: -162px -144px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.bar-chart {
    background-position: -189px -144px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.area-chart {
    background-position: -215px -144px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart.map-chart {
    background-position: -242px -144px;
    margin-right: 0;
}
.dashbord_table tbody td p {
    margin-bottom: 0px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area {
    margin: 0px 9px 0 0;
    display: inline-block;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area input[type=checkbox] {
    float: left;
    margin: 0px;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .input-area .text {
    float: left;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 0 5px;
}
.indicator-detail-area .indi-download-icon {
    background-image: url(../images/sprite.svg);
    background-position: 0 -211px;
    float: right;
    margin-right: -1px;
}
td.icon-seasonal.ind-chart img {
    width: 11px;
}
.hints-bar .seasonal-adjust img {
    width: 11px;
}
.indicator-detail-area-set .chart-bar {
    margin: 10px 0;
}
.indicator-detail-area-set .chart-bar .chart:hover, .indicator-detail-area-set .chart-bar .chart.active {
    background-color: #f67924;
    color: #fff;
}
.indicator-detail-area-set .chart-bar .chart {
    background-color: #cccccc;
    float: left;
    width: 25px;
    padding: 2px 0;
    height: 24px;
    color: #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #fff;
}
.indicator-detail-area-set .chart-bar .chart-gray-bar {
    display: block;
    background-color: #8f8f8f;
    padding: 1px;
    height: 24px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "News Gothic Std";
}
.indicator-detail-area-set .chart-bar .chart-gray-bar input#mul-axes {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.indicator-detail-area .indi-download-icon, .indicator-detail-area .cross-indi-chart {
	 position: relative;
    width: 35px;
    height: 49px;
    float: right;
    cursor: pointer;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .chart {
    background-image: url(../images/sprite.svg);
    width: 27px;
    height: 27px;
    float: left;
    display: block;
    border: 1px solid #fff;
}
.indicator-detail-area .indicator-detail-area-set .box-area .box-body .chart-area .for-disable {
    cursor: no-drop;
    height: 27px;
    left: 0;
    position: absolute;
    width: 98%;
    z-index: 1;
}
/* color box */
.edit-indi-info {
    width: 950px;
}
.popup-area .blue-bar {
    background-color: #2e4470;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    height: 50px;
}
.popup-area .blue-bar .pop-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}
.popup-area .blue-bar .pop-title .info-icon {
    background-image: url(../images/sprite.svg);
    width: 40px;
    height: 40px;
    background-position: -185px -64px;
    float: left;
    margin-right: 7px;
}
.popup-area .white-bar {
    background-color: #fff;
    padding: 10px;
    color: #000;
    font-size: 12px;
    position: relative;
}
.onpopup-loader-overlay {
    background-color: rgba(28, 129, 199, .5);
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}
.onpopup-loader {
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -22px;
}
.popup-area .white-bar .body-title.p-set {
    padding: 10px 0 20px;
}
.popup-area .white-bar .body-title {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 20px;
}
.edit-indi-info .edit-indi-left {
    width: 300px;
    float: left;
}
.edit-indi-info .edit-indi-left .info-sec {
    line-height: 20px;
    margin-bottom: 15px;
    word-wrap: break-word;
}
.edit-indi-info .edit-indi-left .info-sec span {
    font-weight: 700;
    text-transform: uppercase;
}
.edit-indi-info .edit-indi-right {
    width: 600px;
    float: right;
}
.edit-indi-info .edit-indi-right .quick-chart-map {
    margin: 0 0 30px;
}
.edit-indi-info .edit-indi-right .quick-chart-map #top-graph #popup-graph {
    width: 100%;
    height: 268px;
    background: #efefef;
}
.edit-indi-info .edit-indi-right .quick-chart-table {
    margin: 0;
}
.edit-indi-info .edit-indi-right .quick-chart-table tbody {
    background-color: rgba(239, 239, 239, .9);
}
.edit-indi-info .edit-indi-right .quick-chart-table tbody td.no-padding {
    padding: 0;
}
.edit-indi-info .edit-indi-right .quick-chart-table tbody td.no-padding table tr td {
    width: 12%;
}
.edit-indi-info .edit-indi-right .quick-chart-table .blue-bg-dark {
    background-color: #328dcc;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 3px;
    vertical-align: bottom;
    text-align: right;
}
.edit-indi-info .edit-indi-right .quick-chart-table tbody td {
    padding: 3px;
    text-align: right;
}
.edit-indi-info .edit-indi-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;
}
.loader-overlay {
    background-color: rgba(26, 26, 26, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
}
.loader {
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -38px;
}
.left_footer_menu ul li span {
    margin-left: 12px;
    margin-right: 15px;
    color: #fff;
}
.col-md-12.copyright_menu p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
}
.dashboard_outrt_area {
    /*height: 90vh;*/
}
section.footer {
    background: #29539b;
    padding: 10px 0px;
    float: left;
    width: 100%;
    /* margin-top: 30px;  */
}
.inner_mrgn {
    margin-top: 8px;
}
.left_footer_menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.left_footer_menu ul li {
    display: inline-block;
}
.left_footer_menu ul li a, .copyright_menu {
    color: #fff;
	    font-size: 16px;
}
.reprt_area, .reprt_area.las_wegas_screenshot {
    /*background-color:#245da721!important;
	 height: 356px;*/
    border-radius: 4px;
    position: relative;
    text-align: center;
   /* display: flex;
    justify-content: center;
    align-items: center;*/
	margin-top:20px;
	
}
.month_tag, .listng_secnd{
        margin-top: 20px;
}
.month_tag span{
    margin-right: 10px;
    font-size: 17px;
	margin-bottom:0px;
}
span.bold_txt{
	font-weight: bold;
}
.month_tag a {
    font-size: 15px;
    margin-right: 10px;
}
.text-sctn_report.txt_show {
    opacity:0;
}
.text-sctn_report.txt_show {
    width:100%;
	height:100%;
	background:rgba(0,0,0, 1);position: absolute;
    top: 0px;
}
.month_tag table {
    width: 50%;
    float: left;
}
.month_tag table:nth-child(1){
	border-right:1px solid #000;
}
.month_tag table tbody td {
    padding-left: 10px;
}
.month_tag ul li {
    line-height: 30px;
    font-size: 20px;
}
.listng_secnd ul{
	padding:0px 40px
    margin-bottom: 0px;
}
.listng_secnd ul li {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}
.dashboard-table-area-set table tbody tr td.trend-blue, .dashboard-table-area-set table tbody tr td.trend-orange {
    width: 100px;
}
.month_tag table th {
        text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 7px 8px;
    font-size: 15px;
}
.reprt_area.thumb_1_image{
    margin-top: 15px;
}
.listng_secnd p {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
}
.text-sctn_report.txt_show a, .text-sctn_report.txt_show a:hover {
    font-size: 16px;
    color: #FFF;
    BORDER: 2PX SOLID #FFF;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
	text-transform: capitalize;
}
.reprt_area.surth_screenshot:hover .text-sctn_report.txt_show, .reprt_area.las_wegas_screenshot:hover .text-sctn_report.txt_show,
.thumb_1_image:hover .text-sctn_report.txt_show, .thumb_2_image:hover .text-sctn_report.txt_show{
	    opacity: 0.6;
    text-align: justify;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.surth_screenshot img, .las_wegas_screenshot img {
    width: 100%;
}
.text-sctn_report.txt_show  h4 {
    color: #fff;
    line-height: 30px;
    z-index: 99999;
    opacity: 1;
    font-size: 30px;
    font-weight: bold;
}
.reprt_area h2 {
    font-size: 21px;
    font-weight: bold;
}
section.report_map {
    width: 100%;
}
.first_report {
    padding-bottom: 20px;    
}
.select_date {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 0px !important;
} 
.select_date select {
    width: 100%;
    padding-left: 4px;
    color: #000;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown.png)!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: right;
    height: 36px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	padding: 11px 33px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius:4px;
}
.animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:link:hover, .animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
.animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}
.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	padding: 11px 33px;
	color: #245da7;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius:4px;
}

/* Victoria Buttons */

.animated-button.victoria-one {
    border: 2px solid #245da7;
    background: transparent;
    padding: 10px 20px;
}
.animated-button.victoria-one:after {
	background: #245da7;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.animated-button.victoria-one {
    z-index: 9999;
}
.left_side_0 {
    padding-left: 0px;
}
section.dashboard_outrt_area_judvl, section.dashboard_outrt_area, section.dashboard_outrt_area2 {
    height: auto;
}

/* color box css end */
.ac-page-area h4.ui-accordion-header{
    background-color: #2e4470;
    font-size: 16px;
	color:#fff;
}
.ac-page-area .overview-area .my-ac-area .gray-area {
    background-color: #eee;
    padding: 10px;
}
.first_report h2, .report_inner h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    color: #000;
	margin-bottom:9px;
}
.month_tag ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.ac-page-area .overview-area .my-ac-area .gray-area .right-icon {
    float: right;
    background-color: #666;
    width: 20px;
    height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 10px;
}
.reprt_area.thumb_1_image, .reprt_area.thumb_2_image {
    padding: 0px;
}
/*.reprt_area.thumb_1_image {
       background-image: url(/assets/images/glvar-monthlyHousing_0000_cvr.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/
/*.reprt_area.thumb_2_image {
   background-image: url(/assets/images/Presentation-for-Portal-pdf---Powered-by-Box.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/
.reprt_area.thumb_1_image img, .reprt_area.thumb_2_image img{
	/*height:350px;
	    padding: 0px;*/
	    height: auto;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #ccc;width: 100%;
}
.ac-page-area .overview-area .ch-pass .gray-area {
    background-color: #eee;
    padding: 10px;
}
.ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-left, .field-set .ch-left{
    float: left;
    width: 40%;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}
.ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right input[type=password], .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right input[type=text] {
    height: 24px;
    width: 100%;
    color: #666;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #2e4470;
}
.ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right input[type=password], .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set .ch-right input[type=text] {
    height: 24px;
    width: 100%;
    color: #666;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #2e4470;
}
.ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right, .field-set .ch-right {
    float: left;
    width: 54%;
    margin-bottom: 16px;
}
.ac-page-area .overview-area .ch-pass .gray-area .form-area .left-side {
    width: 51%;
    float: left;
}
div#ch-pass {
    float: left;
    width: 100%;
}
.ac-page-area .overview-area .ch-pass .gray-area .form-area button:hover {
    background-color: #1b78b9;
}
.ac-page-area .overview-area .edit-my-ac-area .grey-heading {
    font-size: 18px;
    color: #666;
    display: inline-block;
    text-transform: capitalize;
}
.ac-page-area .overview-area .edit-my-ac-area .go-back {
    float: right;
    margin-top: 6px;
}
.bg_dashboard {
    background: #2e4470!important;
    margin-bottom: 0px;
}
.ac-page-area .overview-area .edit-my-ac-area .blue-header {
    background-color: #2e4470;
    padding: 0 10px;
}
.ac-page-area .overview-area .edit-my-ac-area .blue-header .grey-heading .fa {
    font-size: 20px;
}
.ac-page-area .overview-area .edit-my-ac-area .form-area {
    padding: 0 5px;
}
.ac-page-area .overview-area .edit-my-ac-area .form-area .field-set {
    margin: 16px 0;
    width: 49%;
}
.ac-page-area .overview-area .ch-pass .gray-area .form-area button, button#update_info {
    background-color:#2a4d84;
    font-size: 15px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 0 35px;
    height: 24px;
    cursor: pointer;
   width: 100%;
       max-width: 81%;
}
.ac-page-area {
    width: 1000px;
    margin: 0 auto 0px;
    font-family: 'Work Sans', sans-serif;
}
.ac-page-area h4.ui-accordion-header {
    margin-bottom: 0;
    padding: 3px;
    font-size: 16px;
    margin-top: 20px;
}
.ac-page-area h4 span.accordian-arrow {
    border-right: 1px solid #fff;
    padding: 4px 0 5px;
    margin-right: 10px;
}
.ac-page-area h4 span i {
    width: 20px;
    text-align: center;
}
.ac-page-area .overview-area {
    background-color: #fff;
    padding: 10px;
}
.edit-indi-info {
    width: 950px;
}
.dashboard-table-area-set table tbody tr td:nth-of-type(3) {
     background-color: transparent!important;
}
.arrow-block.dashboard-left-menu i.fa.fa-angle-down {
    margin-left: 0px;
}
.indicator-detail-area {
    margin: 0 40px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px #292929;
    display: none;
    position: relative;
}
.mrgn_bn{
	margin-bottom:30px;
}
div#cboxLoadedContent .popup-area .white-bar {
    width: 100%;
    padding: 11px;
    text-align: center;
    /* float: left; */
    /* width: 100%; */
}
div#cboxLoadedContent .confirm-text {
    font-size: 16px;
    margin-bottom: 10px;
}
div#cboxLoadedContent {
    width: 400px!important;
    height: auto!important;
}
div#colorbox {
    width: 400px!important;
	 height: auto!important;
	 left:40%!important;
}
.top-head-tb {
    float: left;
    width: 100%;
    background: #efefef;
}
.full-list-view.dn table.list-vie-crt {
    width: 100%;
}
/*tbody#list-view-data tr td:nth-child(2), .top-head-tb table.list-vie-crt th:nth-child(2){
	text-align:right;
}*/
.top-head-tb table.list-vie-crt th{
    background: #2f62a8;
    padding: 3px 10px;
    color: #fff;
	    text-transform: uppercase;
    width: 18%;
}
tbody#list-view-data tr:nth-of-type(2n) {
    background: rgba(205, 205, 205, 0.5);
}
tbody#list-view-data tr td {
    padding: 8px 10px;
    font-size: 12px;
	    width: 18%;
}
tbody#list-view-data tr:hover {
    background: #2f62a88a;
}

iframe#form-iframe {
    zoom: 1.3;
}
#thegrid-body #thegrid .cont-body-tb {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}
	.left::after {
    background: #fff;
    content: "";
    position: absolute;
    top: 18px;
    width: 28px;
    height: 722px;
    right: 19px;
}
iframe#form-iframe{
	width:1200px;
    margin-top:-442px;
	height:1315px;
}
 .left{
	position:relative;
}
.left::before {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 722px;
    content: "";
    top: 18px;
    z-index: 0;
    left: 19px;
}
/*.judistnl_iframe{
	margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 1239px;
}*/
.judistnl_iframe {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
    float: left;
    width: 100%;
}
/*@media screen and (min-width: 1366px){
.dashboard_outrt_area, section.dashboard_outrt_areaacc, .dashboard_outrt_area1{
	height:100vh;
}
}*/
.click_herelink .report_inner {
    height: 455px;
}
.copyright_menu {
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
}
.left_footer_menu {
    text-align: center;
    font-size: 14px;
}

/* footer_upper section */
.footer_one{
	background-color:#fff;
	padding:25px;
  /*  margin-top: 50px*/
}
.footer_one .images_section{
	width:65%;
	margin:0 auto;
	text-align:center;
}
.footer_one .images_section ul{list-style-type:none;}
.footer_one .images_section ul li{display:inline-block;margin:10px 15px;}
.footer_one .images_section img {
	width: 150px;
	}
	.images_section p {
    text-align: justify;
}
.footer_one .images_section p a {
    color: #000;
    text-decoration: underline;
}


/* footer_upper section */

.click_herelink .report_inner {
      height: 370px;
}
section.report_map .container, section.dashboard_outrt_areaacc section.ac-page-area {
    width: 100%;
    max-width: 1020px;
}
/*section.dashboard_outrt_area_judvl {
    padding-bottom: 460px;
}*/
/*section.dashboard_outrt_area.clearfix{
    padding-bottom: 460px;
}*/
.map_page-dev .report_inner {
    height: 460px;
}
section.footer_one ul {
    padding-left: 0px;
}
.map-bottom {
    float: left;
    width: 100%;
    margin-bottom: 270px;
    background: #c8c8c8;
    text-align: left;
    padding: 30px 0px;
    margin-top: 10px;
    border: 1px solid #00baff;
    border-right: 0px;
    border-left: 0px;
}
.map-bottom p {
    color: #343434;
    font-size: 18px;
    font-weight: 600;
    padding-left: 210px;
    padding-right: 40px;
}
.map-bottom p span {
    color: #000;
    font-weight: bold;
    font-size: 65px;
    float: left;
    line-height: 0.8;
    margin-right: 10px;
}
.map-bottom p small {
    font-size: 13px;
}
.dashboard-table-area-set table tbody tr td.name {
    font-weight: 600;
}

@media screen and (max-width: 1440px){
section.report_map .container, section.dashboard_outrt_areaacc section.ac-page-area {
    width: 100%;
    max-width: 850px;
}
section.dashboard_outrt_area_judvl{
    padding-bottom: 80px;
}
.map_page-dev .report_inner {
    height: 390px;
}
section.dashboard_outrt_areaacc {
    min-height: auto;
    padding-bottom: 320px;
}
section.dashboard_outrt_area.clearfix{
    padding-bottom: 320px;
}
.report_inner {
    height: 625px;
}
}
section.report_map .container {
    max-width: 1200px;
}
.reprt_area.thumb_2_image img {
    width: 100%;
}


@media screen and (max-width: 1366px){
	/*.right::before {
   position: absolute;
   background: #aaaaaa;
   width: 5%;
   height: 104%;
   content: "";
   top: 21px;
   right: 20px;
   z-index:0;
}
.left::before {
   position: absolute;
   background: #aaaaaa;
   width: 5%;
   height: 104%;
   content: "";
   top: 21px;   z-index:0;
}*/
.click_herelink .report_inner {
      height: 370px;
}
.map_page-dev .report_inner {
    height: 390px;
}
.select_date{
    margin-bottom: 91px;
}
.dashboard_outrt_area{
    min-height: 490px;
}
section.dashboard_outrt_areaacc {
    min-height: auto;
    padding-bottom: 320px;
}
.reprt_area.las_wegas_screenshot{
	background-size: contain;
	 
}
.month_tag{
	padding-right:0px;
}
.month_tag ul li {
    line-height: 25px;
    font-size: 14px;
}
.month_tag table {
    width: 48%;
}
.first_report h2, .click_herelink h2 {
    /* FONT-SIZE: 18px; */
}
/*.listng_secnd p {
    font-size: 15px;
    line-height: 25px;
	margin-bottom:0px;
}*/
.text-sctn_report.txt_show a, .text-sctn_report.txt_show a:hover {
    font-size: 14px;
}

.month_tag table th {
    padding: 6px 8px;
    font-size: 14px;
}
.month_tag span {
    font-size: 14px;
}
span.bold_txt {
    font-weight: bold;
    font-size: 15px;
}
.listng_secnd ul li {
   /* line-height: 22px;
    font-size: 14px;*/
}
}
@media screen and (max-width: 1366px){
header .header-top .bg_menubashbord ul li a, header .header-top .bg_menubashbord ul li a:hover {
    padding: 10px 18px;
}
.data-table {
    overflow-x: auto;
}
.reprt_area.thumb_1_image img, .reprt_area.thumb_2_image img {
    height: auto;
}
.tagline {
    font-size: 14px;
}
}
@media screen and (max-width: 1199px){
	.data-table {
		overflow: scroll;
	}
	.reprt_area.las_wegas_screenshot, .reprt_area.surth_screenshot{
		height: auto;
	}
	iframe#form-iframe {
		width: 74%;
	}
	.left {
		display: none;
	}
	.dashboard_outrt_area {
		height: 100vh;
	}
	.month_tag, .listng_secnd, .reprt_area, .reprt_area.las_wegas_screenshot{
		width: 100%;
	}
	.tagline {
		margin-top: 20px;
	}
	.ac-page-area {
		width: 100%;
		padding: 20px;
	}
	.tagline p {
		font-size:13px;
	}
	.select_date {
		margin-bottom: 90px;
	}
    .map-bottom p{
        padding-left: 90px;
    }
}
@media screen and (max-width: 1024px){
iframe#form-iframe {
    margin-top: -675px;
	    height: 1360px;
}
iframe#form-iframe{
    margin-top: -455px;
}
}
@media screen and (max-width: 1023px){
section.report_map, section.report_map .first_report {
		height: 100vh;
	}
	.click_herelink .report_inner {
    height: auto;
}
.indicator-detail-area .indicator-detail-area-set .box-area {
    width: 25%;
}
.navbar-toggle {
    display: block;
}
.tagline {
width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 0px 40px;
}
header .header-top .bg_menubashbord ul li {
    width: 100%;
    text-align: center;
}
.reprt_area.thumb_1_image img, .reprt_area.thumb_2_image img {
    height: auto;
}
section.footer {
    margin-top: 30px;
}
.inner_mrgn {
    text-align: center;
}
.bg_menubashbord ul {
    float: left;
    width: 100%;
    margin: 0px;
}
.tagline p {
    width: 100%;
}
.navbar-header {
    float: left;
    width: 100%;
}
/*.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}*/
.month_tag {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul li a {
    font-size: 9px;
    padding: 0 8px;
}
}
@media screen and (max-width: 991px){
section.report_map, section.report_map .first_report{
    height: auto;
}
.report_inner{
    height: auto;
}
section.footer{
    margin-top: 0px;
}
.map-bottom p {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media screen and (max-width: 990px){
	header .header-top .logo {
		padding: 0px!important;
	}
	header .header-top .header-right {
		margin: 20px 5px 0 0;
	}
}
@media screen and (max-width: 767px){
	h3.report_title_jus {
    text-align: center;
    color: #2b436e;
    font-size: 13px;
    padding-bottom: 15px;
    margin-top: 24px;
    margin-left: 0px;
}
	.select_date p{
		    font-size: 14px!important;
	}
	header .toggle-menu-bar, .dashbord_table, .dashbord_table tbody, .dashbord_table td, .dashbord_table tr {
		display: block;
	}
	iframe#form-iframe {
		margin-top: -1290px;
		height: 2640px;
	}
	.report_inner .select_date {
		margin-bottom: 0px!important;
	}
	.dashboard_outrt_area1 {
		height: auto;
	}
	.dashboard-area .dashboard-tabs .tab-menu-scroll ul li, .indicator-detail-area .indicator-detail-area-set .box-area, .ac-page-area .overview-area .edit-my-ac-area .form-area .field-set, .ac-page-area .overview-area .ch-pass .gray-area .form-area .left-side {
		width: 100%;
	}
	.top-head-tb {
		overflow-x: auto;
		width: 100%;
	}
	.ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-right, .field-set .ch-right, .ac-page-area .overview-area .ch-pass .gray-area .form-area .ch-left, .field-set .ch-left{
		width: 100%;
	}
	.top-head-tb table.list-vie-crt th {
		font-size: 10px;
	}
	.dashboard-table-area-set {
		margin-top: 0px;
	}
    .dashboard-table-area-set table tbody tr td, .dashboard-area .dashboard-tabs, .dashboard-area .dashboard-tabs .tab-menu-scroll ul li{
        height: auto!important;
    }
    .dashboard-area .dashboard-tabs .tab-menu-scroll ul li {
       padding: 10px 0px;
    }
	.dashboard-table-area-set table tbody tr td:nth-of-type(1) {

    background-color: transparent;
}
	header.dashboard_header ul.nav.navbar-nav li{
		width:100%;
	}
	header .header-top .bg_menubashbord ul.nav.navbar-nav {
		width: 100%;
		text-align: center;    margin-right: 0px;
	}
	.dashbord_table {
		width: 100%;
		overflow: hidden;
		border:1px solid #ccc;
	}
	.dashbord_table .name.tooltipstered, .dashbord_table .location, .dashbord_table .date, .ind-chart, td.name {
		width: 100% !important;
		padding-left: 46%!important;
	}
	.dashbord_table td:nth-of-type(3):before {
		content: "Indicator";
	}
	.dashbord_table td:before {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        transform: translateY(-50%);
	}
	.dashbord_table tbody td{
		text-align:left;
	}
	.dashbord_table td:nth-of-type(1):before {
		content: "";
	}
	.dashbord_table td:nth-of-type(2):before {
		content: "";
	}
	.dashbord_table td:nth-of-type(4):before {
		content: "Location";
	}
	.dashbord_table td:nth-of-type(5):before {
		content: "Date";
	}
	.dashbord_table td:nth-of-type(6):before {
		content: "Latest Period";
	}
	.dashbord_table td:nth-of-type(7):before {
		content: "Prior Period";
	}
	.dashbord_table td:nth-of-type(8):before {
		content: "One Year Ago";
	}
	.dashbord_table td:nth-of-type(9):before {
		content: "Change vs. Prior Period";
	}
	.dashbord_table td:nth-of-type(10):before {
		content: "Change vs. Year Ago";
	}
	.dashbord_table td:nth-of-type(11):before {
		content: "Trend";
	}
	.dashbord_table td:nth-of-type(12):before {
		content: "Latest Period";
	}
	.dashbord_table td:nth-of-type(13):before {
		content: "Prior Period";
	}
	.dashbord_table td:nth-of-type(14):before {
		content: "One Year Ago";
	}
	.dashbord_table td:nth-of-type(15):before {
		content: "Change vs. Prior Ago";
	}
	.dashbord_table td:nth-of-type(16):before {
		content: "Change vs. Year Ago";
	}
	.dashbord_table td:nth-of-type(17):before {
		content: "Trend";
	}
	.mobile_hide_thead{
		display:none;
	}
	.dashboard-area {
		margin: 0 10px 40px;
	}
	.dashbord_table tbody td{
		position:relative;
	}
	.dashboard-table-area-set table tbody tr td p{
		text-align:left!important;
	}
	.dashbord_table td {
		border: none;
		border-bottom: 1px solid #eee;
	}
	.first_lgo {
    margin-bottom: 10px;
}
.footer .inner_mrgn {
    padding: 0px;
}
.left_footer_menu ul li a, .copyright_menu {
    font-size: 12px;
}
.footer .left_footer_menu {
    margin-bottom: 10px;text-align:center;
}
.copyright_menu p {
    line-height: 19px;
    text-align: center;
    margin-top: 3px;
}
section.report_map {
    margin: 0px 0px;
}
.reprt_area.thumb_1_image img, .reprt_area.thumb_2_image img {
    height: 204px;
}
.reprt_area.las_wegas_screenshot {
    height: auto;
}
.month_tag {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.dashboard-area .dashboard-tabs .tab-menu-scroll ul .scroll_tab_inner {
    height: auto!important;
    left: 33px!important;
}
.scroll_tab_inner {
    display: flex;
}

.tagline {
    text-align: center;margin-bottom: 5px;
    margin-top: 12px;    width: 100%;
}
.tagline p {
    font-size: 12px;width:100%;
}
.header-top .bg_menubashbord ul li a.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #00baff;
    bottom: -1px;
    left: 0;
    /* transform: translateX(-50%); */
    right: 0;
    margin: 0 auto;
}
header .header-top .bg_menubashbord ul li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #00baff;
    bottom: -1px;
    left: 0;
    /* transform: translateX(-50%); */
    right: 0;
    margin: 0 auto;
}
.accunt_page div#user_name, .accunt_page div#update_password{
    font-size: 20px;
}
.dashboard_header {
    margin-bottom: 20px;
}
.footer_one .images_section{
    width: 100%;
}
.left_footer_menu ul li span {
    margin-left: 0px;
    margin-right: 6px;
}
.map-bottom p {
    text-align: center;
}
.map-bottom p span {
    font-size: 48px;
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}
.map-bottom{
    padding: 20px 0px;
}
}
@media screen and (max-width: 580px){
	header .header-top .logo {
		width: 200px;
		line-height: 49px;
		padding: 0 10px;
		border-right: none;
	}
	header .header-top .logo img {
		width: 100%;
}

}

/* selct css */
:focus{
    outline: 0;
}
.report_inner.rs_annual_section {
    position: absolute;
    bottom: 1px;
    width: 93.2%;
    padding: 8px 25px;
    height: auto;
    border-top: 15px solid #e5e5e5;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rs_annual_section img {
    height: 100px !important;
    object-fit: cover;
}


/*custom*/
.rs_custom_btn p {
    background-color: #ffffff;
    color: #2f345b;
    font-weight: bold;
    border: 1px solid;
}

.report_inner.rs_month {
    padding-bottom: 14px;
}

@media only screen and (min-width: 1366px){
    .report_inner.rs_annual_section{
        padding:15px 25px;
    }
}

/* MyResearcher "Reports" and "Export Data" */
.header-bottom {
    height: 24px;
    border-bottom: 1px solid #bdbbb9;
    background-color: #fff;
    box-shadow: 0 7px 13px -4px #292929;
    position: absolute;
    width: 100%;
    left: 0;
    top: 73px;
}
.header-bottom nav.dashboard-menu {
    float: right;
    padding-right: 35px;
}
 .header-bottom nav {
    text-align: right;
}
.header-bottom nav.dashboard-menu ul {
    margin: 0;
    padding: 0;
}
.header-bottom nav.dashboard-menu ul li {
    float: left;
    line-height: 22px;
    list-style: none;
    margin: 0;
    position: relative;
    margin: 0px 70px 0px 0px;
}
.header-bottom nav.dashboard-menu ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}   
 .header-bottom nav.dashboard-menu ul li .dashboard-sub-menu {
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 21;
    width: auto;
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(102, 102, 102, .95);
    display: none;
    max-width: 180px;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu .tab-menu-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul {
    margin: 5px 0 0;
    padding: 0;
    line-height: 20px;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li {
    list-style: none;
    white-space: nowrap;
    float: none;
    text-align: left;
    margin-left: 0px;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li a {
    color: #fff;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-right: 0;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu .tab-menu-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    text-align: left;
}
.header-bottom nav.dashboard-menu ul li:hover .dashboard-sub-menu {
    display: block;
}
.header-bottom nav.dashboard-menu ul li:hover>a {
    color: #2e4470;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li:hover .dashboard-sub-menu-more {
    display: block;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li .dashboard-sub-menu-more.right-side {
    left: 100%;
    right: initial;
}
.header-bottom nav.dashboard-menu ul li .dashboard-sub-menu ul li .dashboard-sub-menu-more {
    position: absolute;
    top: -5px;
    right: 100%;
    z-index: 21;
    width: auto;
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(102, 102, 102, .95);
    display: none;
}



/*Modal Css*/

#colorbox div#cboxLoadedContent {
    width: 1170px!important;
    height: auto!important;
    /*margin: 0 auto;*/
    overflow: visible !important; 
} 

div#colorbox {
    left: 50% !important;
    width: 1170px !important;
    transform: translateX(-50%);
}
.custom-report {
    width: 1170px;
}
#cboxContent {
    margin-top: 100px;
}
/*#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 9998;
    -webkit-transform: translate3d(0, 0, 0);
}*/
#cboxWrapper{
    max-width: 1170px !important;
}

.popup-area .blue-bar {
    background-color: #2e4470;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    height: 50px;
}
.popup-area .blue-bar .pop-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}
.custom-report .white-bar {
    position: relative;
}
.popup-area .white-bar {
    background-color: #fff;
    padding: 10px;
    color: #000;
    font-size: 12px;
    position: relative;
}
.popup-in-popup-overlay {
    background-color: #000;
    opacity: .9;
    position: fixed;
    height: 100%;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.popup-in-popup.pdf-viewer-popup {
    width: 1136px;
    margin-left: -568px;
    margin-top: -370px;
}
.popup-in-popup {
    position: absolute;
    z-index: 21;
    color: #fff;
    top: 50%;
    left: 50%;
}
.popup-in-popup .head-bar {
    background-color: #2e4470;
    padding: 5px 10px;
    font-size: 12px;
    color: #000;
    height: 50px;
}
.popup-in-popup .head-bar .pop-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}
.popup-in-popup .head-bar .custom-cross {
    position: absolute;
    top: 0;
    right: 0;
    background: #a9aaaa;
    height: 50px;
    font-size: 25px;
    width: 34px;
    text-align: center;
    color: #fff;
    padding: 11px 0;
}
.popup-in-popup .white-body {
    background-color: #fff;
    padding: 10px;
    color: #000;
    font-size: 12px;
    position: relative;
}
.popup-in-popup.report-date-popup {
    width: 500px;
    margin-left: -250px;
    margin-top: -103px;
}
.popup-in-popup .white-body .error-msg.dn {
    display: none;
}
.white-bar .error-msg {
    padding: 10px 50px 10px 10px;
    font-size: 12px;
    background: #d53f00;
    color: #FFF;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.white-bar .error-msg .msg-cross {
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup-in-popup .white-body .select-area.mb40 {
    margin-bottom: 40px;
}
.popup-in-popup .white-body .btn {
    font-size: 14px;
    color: #FFF;
    border: none;
    width: 215px;
    text-transform: uppercase;
    height: 42px;
    cursor: pointer;
    position: relative;
    font-family: 'Work Sans', sans-serif;
}
.top-breadcrumb li {
    float: left;
}
.top-breadcrumb li.active a {
    background-color: #4a5d84;
    color: #fff;
}
.top-breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 13px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 8px;
    left: 97%;
    z-index: 1;
}
.top-breadcrumb li.active a:after {
    border-left-color: #4a5d84;
}
.top-breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #efefef;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 2;
}
.top-breadcrumb li a {
    text-decoration: none;
    padding: 10px 0 10px 5px;
    background-color: #efefef;
    position: relative;
    display: block;
    float: left;
    color: #666;
    width: 213px;
    text-align: center;
    margin-right: 3px;
}
#cboxClose {
    position: absolute;
    top: 100px;
    right: 0;
    display: block;
    background: url(../img/popup-cross-sprite.svg) no-repeat top left;
    width: 34px;
    height: 50px;
    text-indent: -9999px;
    border:0px;
}
.err-message-show {
    padding: 12px;
    font-size: 12px;
    background: #d53f00;
    color: #FFF;
    position: relative;
}
.err-message-show .msg-cross-all {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.err-message-show .msg-cross-all i {
    background: #fff;
    border-radius: 50%;
    padding: 4px 6px;
    height: 24px;
    width: 24px;
    color: #ababab;
    font-size: 15px;
}

.custom-report .temp-sec-main .template-selection {
    margin: 20px 0 10px;
}
.custom-report .temp-sec-main .template-selection ul li {
    float: left;
    width: 23%;
    list-style: none;
    margin-right: 1%;
    padding: 1%;
    position: relative;
}
.custom-report .temp-sec-main .template-selection ul li .view-purpose {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 21px;
    background: #2e4470;
    border-radius: 50px;
    text-align: center;
    width: 34px;
    height: 34px;
    color: #fff;
}

.custom-report .temp-sec-main .template-selection ul li .view-purpose .fa-eye {
    margin: 7px 8px;
}
.custom-report .temp-sec-main .template-selection ul li .selected {
    position: absolute;
    font-size: 38px;
    color: #1cb91c;
    left: 20px;
    top: 17px;
    display: none;
}
.custom-report .temp-sec-main .template-selection ul li.active .selected {
    display: block;
}
.custom-report .temp-sec-main .template-selection ul li img {
    max-width: 100%;
}
.custom-report .temp-sec-main .template-selection ul li h2 {
    text-transform: uppercase;
    color: #acacac;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0;
}
.popup-area .white-bar p {
    line-height: 20px;
}
.top-breadcrumb{
    list-style-type: none;
    padding-left: 0;
    clear: both;
    width: 100%;
}
.temp-sec-main.first.all-sec {
    width: 100%;
    clear: both;
    padding: 1px 0px;
}

ul.report-type-selection{
    padding-left: 0px;
}
.clear, .clr, .inner-txt, .ui-helper-clearfix:after {
    clear: both;
}
#cboxWrapper div#cboxLoadedContent .popup-area .white-bar{
    text-align: left;
}
.popup-area .white-bar .btn.blue-btn {
    background: #2e4470;
    transition: .3s ease 0s;
    -moz-transition: .3s ease 0s;
    -webkit-transition: .3s ease 0s;
}
.popup-area .white-bar .btn.gray-btn {
    background: #aaa;
    transition: .3s ease 0s;
    -moz-transition: .3s ease 0s;
    -webkit-transition: .3s ease 0s;
}
.popup-area .white-bar .btn {
    font-size: 14px;
    color: #FFF;
    border: none;
    width: 215px;
    text-transform: uppercase;
    height: 43px;
    cursor: pointer;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    border-radius: 0px;
}
.custom-report .temp-sec-main .template-selection ul li.active, .custom-report .temp-sec-main .template-selection ul li:hover {
    background-color: #d4ead4;
    cursor: pointer; 
}
.trail-month {
    margin: 10px 0;
}
.custom-report .template-title.custom {
    padding: 15px 0 0;
    text-transform: none;
    color: #acacac;
    font-size: 18px;
    clear: both;
}
.popup-area .white-bar .body-title a {
    color: #aaa;
    font-size: 18px;
}
.custom-report .ce-left .include-option .filter-area {
    background: #efefef;
    padding: 10px;
    margin-bottom: 15px;
}
.custom-report .ce-left .include-option .filter-area .filter-heading {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px
}
.custom-report .ce-left .include-option .filter-area .fa-filter {
    font-size: 14px
}
.custom-report .ce-left .include-option .filter-area .filter-elements {
    float: left;
    width: 194px;
    margin-right: 15px
}
.custom-report .ce-left .include-option .filter-area .filter-elements .for-search {
    position: relative
}
.custom-report .ce-left .include-option .filter-area .filter-elements .for-search .search-icon {
    background-color: #2881c1;
    background-image: url(../img/sprite.svg);
    background-position: -137px -63px;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
    display: none
}
.custom-report .ce-left .include-option .filter-area .filter-elements select {
    font-size: 11px;
    color: #000;
    padding: 6px 9px;
    width: 100%;
    float: none;
    margin: 5px 0;
    height: 30px;
    line-height: 27px;
}
.custom-report .ce-left .include-option .filter-area .filter-elements input[type=text] {
    padding: 6px 9px;
    width: 100%;
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin: 5px 0;
}
.custom-report .ce-right {
    width: 350px;
    float: right;
}
.custom-report .ce-left .include-option .filter-area .filter-elements .btn {
    width: 100%;
    margin: 21px 0 0;
    height: 31px;
}
.custom-report .ce-left .include-option .available-section {
    float: left;
    width: 43%;
}
.indicator-list-drag {
    width: 100%;
}
.indicator-list-drag .head {
    background-color: #2e4470;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
}
.indicator-list-drag .indis-body {
    border: 1px solid #ddd;
}
.indicator-list-drag .indis-body ul {
    height: 230px;
    overflow-y: auto;
    padding-left: 0px;
}
.indicator-list-drag .indis-body ul li.ui-selectee {
    cursor: pointer;
        background-position: -135px 2px;
}

.indicator-list-drag .indis-body ul li .icon-seasonal {
    width: 20px;
    text-align: center;
    background-color: rgba(229, 229, 229, .6);
    float: left;
    height: 25px;
}
.indicator-list-drag .indis-body ul li .indis-name {
    max-width: 80% !important;
}
.indicator-list-drag .indis-body ul li .indis-name {
    max-width: 80%;
    overflow: hidden;
    text-align: left;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 5px 5px;
}
.indicator-list-drag .indis-body ul li {
    background-color: #f1f1f1;
    list-style: none;
}
.indicator-list-drag .indis-body ul li:nth-child(2n) {
    background-color: #e0e0e0;
}
.indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-mom {
    background-position: -245px 2px !important;
}
.indicator-list-drag .indis-body ul li .icon-placeholder {
    background-image: url(../img/sprite.svg);
    background-repeat: no-repeat;
    background-color: rgba(216, 216, 216, .8);
    width: 24px;
    height: 25px;
    float: left;
}
.indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-default {
    background-position: -135px 2px !important;
}
.custom-report .ce-left .include-option .center-arrows {
    float: left;
    width: 7%;
    margin-top: 75px;
}
.custom-report .ce-left .include-option .center-arrows .right-side-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -84px -1px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report .ce-left .include-option .center-arrows .left-side-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -41px -1px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report .ce-left .include-option .include-section {
    float: left;
    width: 44%;
}
.indicator-list-drag-feature {
    width: 100%;
}
.indicator-list-drag-feature .head span.info-count {
    float: right;
    margin-left: 5px;
    text-align: right;
    font-style: italic;
}
.indicator-list-drag-feature .head span.info-label-cnt {
    float: right;
    font-style: italic;
}
.indicator-list-drag-feature .indis-body {
    border: 1px solid #ddd;
}
.indicator-list-drag-feature .indis-body ul {
    height: 230px;
    overflow-y: scroll;
    list-style-type: none;
    padding-left: 0;
}
.custom-report .ce-left .include-option .select-all-set {
    margin: 10px 0;
}
.custom-report .ce-left .include-option .select-all-set input[type=checkbox] {
    float: left;
}
.custom-report .ce-left .include-option .select-all-set .select-all-text {
    float: left;
    font-size: 11px;
    color: #000;
    margin: 3px 5px;
}
.custom-report .ce-right .info-pop {
    background-color: #888;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    position: relative;
}
.custom-report .ce-right .info-pop .icon-size {
    font-size: 20px;
}
.custom-report .ce-right .info-pop .info-pop-cross {
    position: absolute;
    right: 6px;
    top: 1px;
    color: #fff;
    font-size: 25px;
}
.custom-report .ce-right .info-pop h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0 3px;
}
.custom-report .ce-right .info-pop p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
}
.custom-report .ce-right .info-pop h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0 3px;
}
.custom-report .note {
    margin: 5px 0 10px;
}
.custom-report .ce-left{
    width: 779px;
    float: left;
}
.custom-report .template-title.custom {
    padding: 15px 0 0;
    text-transform: none;
    color: #acacac;
    font-size: 18px;
}
.custom-report .ce-left .include-option .filter-area .filter-elements {
    float: left;
    width: 170px;
    margin-right: 15px;
}
.custom-report .body-title.custom {
    padding: 15px 0 10px;
    text-transform: none;
    color: #acacac;
    font-size: 24px;
}
select {
    -webkit-appearance: menulist-button;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    border: 1px solid #2e4470 !important;
}
.custom-report .ce-left .data-cust {
    margin-bottom: 15px;
}
.custom-report .ce-left .data-cust .data-cust-table thead {
    width: 100%;
    float: left;
}
.custom-report .ce-left .data-cust .data-cust-table thead tr:nth-of-type(1) {
    background: #2e4470;
    color: #FFF;
    text-transform: uppercase;
}
.custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(1) {
    width: 315px;
    text-align: left;
}
.custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(2) {
    text-align: left;
    width: 96px;
}
.custom-report .ce-left .data-cust .data-cust-table thead th i {
    cursor: pointer;
    position: relative;
    top: -1px;
}
.custom-report .ce-left .data-cust .data-cust-table thead th {
    padding: 3px;
    font-weight: 400;
}
.custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(3) {
    width: 114px;
    text-align: right;
}
.custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(4) {
    width: 110px;
    text-align: right;
}
.custom-report .ce-left .data-cust .data-cust-table thead th:nth-of-type(4) input[type=checkbox] {
    position: relative;
    top: 2px;
}
.custom-report .ce-left .data-cust .data-cust-table thead th:last-child {
    padding-right: 20px;
    width: 144px;
    text-align: right;
}
.custom-report .ce-left .data-cust .data-cust-table tbody {
    max-height: 200px;
    overflow-y: scroll;
    float: left;
    width: 100%;
}
.custom-report .ce-left .data-cust .data-cust-table tbody tr:nth-of-type(odd) {
    background-color: rgba(237, 237, 237, .6);
}
.custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-mom {
    background-color: rgba(216, 216, 216, .8);
    background-image: url(../img/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: -246px 2px;
    width: 28px;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td.icon-seasonal {
    width: 21px;
    text-align: center;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(3) {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 265px;
    width: 265px;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td {
    height: 25px;
    vertical-align: middle;
    padding: 0 3px;
    font-size: 12px;
    color: #000;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(4) input[type=text] {
    float: left;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td input[type=text] {
    width: 85%;
    float: left;
    height: 17px;
    font-size: 11px;
    padding: 0 3px;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(5), .custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(7) {
    text-align: right;
    width: 125px;
}
 .custom-report .file-format .ce-left {
    width: 50%;
    float: left;
}
.custom-report .file-format .ce-left .report-option{
    margin: 0 0 5px;
}
.custom-report .file-format .ce-left .report-option .report-text {
    margin: 5px 0;
    font-size: 11px;
}
.custom-report .file-format .ce-left .report-option input[type=text] {
    padding: 6px 9px;
    width: 96%;
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin: 5px 0;
}
.custom-report .input-line input[type=checkbox] {
    float: left;
}
.custom-report .input-line .input-text {
    float: left;
    margin-left: 10px;
}
.custom-report .file-format .ce-right {
    width: 50%;
    float: left;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.selected .fa-check-circle:before {
    content: "\f058";
}*/
.indicator-list-drag-feature .indis-body ul li{
    background-color: #f1f1f1;
    list-style: none;
}
.indicator-list-drag-feature .indis-body ul li:hover {
    background-color: #b2e0ff;
}
.indicator-list-drag-feature .indis-body ul li .icon-placeholder.indi-icon-default {
    background-position: -135px 2px;
}
.indicator-list-drag-feature .indis-body ul li:nth-child(2n){
    background-color: #e0e0e0;
}
.indicator-list-drag-feature .indis-body ul li .icon-placeholder{
    background-image: url(../img/sprite.svg);
    background-repeat: no-repeat;
    background-color: rgba(216, 216, 216, .8);
    width: 24px;
    height: 25px;
    float: left;
    background-position: -135px 2px;
    clear: both;
}
.custom-report .ce-left .include-option .right-arrows {
    width: 5%;
    float: right;
    margin-top: 16px;
}
.custom-report .ce-left .include-option .right-arrows .top-double-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -81px -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report .ce-left .include-option{
    margin: 0 0 25px;
}
.icon-seasonal img{
    max-width: 100%;
    width: 12px;
}
.indicator-list-drag .indis-body ul li.ui-selected, .indicator-list-drag .indis-body ul li.ui-selecting {
    background-color: #2f96de!important;
    color: #fff;
}
.indicator-list-drag-feature .head {
    background-color: #2e4470;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
}
.indicator-list-drag-feature .indis-body ul li .icon-seasonal {
    width: 20px;
    text-align: center;
    background-color: rgba(229, 229, 229, .6);
    float: left;
    height: 25px;
}
.indicator-list-drag-feature .indis-body ul li .indis-name {
    width: 85%;
    max-width: 85%;
    overflow: hidden;
    text-align: left;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 5px 5px;
}
.custom-report .ce-left .include-option .right-arrows .top-single-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: 0 -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report .ce-left .include-option .right-arrows .bottom-single-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -41px -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report .ce-left .include-option .right-arrows .bottom-double-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -122px -105px;
    cursor: pointer;
    margin: 1px auto;
}
.indicator-list-drag-feature .indis-body ul li.ui-selected, .indicator-list-drag-feature .indis-body ul li.ui-selecting {
    background-color: #2f96de!important;
    color: #fff;
    cursor: pointer;
}

.custom-report .ce-left .data-cust .data-cust-table tbody td.indi-icon-default {
    background-color: rgba(216, 216, 216, .8);
    background-image: url(../img/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 28px;
    background-position: -136px 2px;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(6) {
    text-align: right;
    width: 74px;
    padding-right: 22px;
}
input[type=text] {
    border: 1px solid #2e4470;
    border-radius: 0;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td select {
    width: 85%;
    float: left;
    height: 17px;
    font-size: 11px;
    padding: 0px;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td.data-val {
    background-color: rgba(216, 216, 216, .8);
    background-image: url(../img/sprite.svg);
    background-repeat: no-repeat;
    text-align: center;
    width: 28px;
    background-position: -136px 2px;
}
.custom-report .ce-left .data-cust .data-cust-table tbody td:nth-of-type(2) {
    background-color: rgba(229, 229, 229, .6);
    max-width: 145px;
}
/*Current-report*/
.indi-report.background {
    background-color: #efefef;
    padding: 10px;
    width: 100%;
}
.custom-report .save-as {
    font-size: 11px;
    padding: 15px 22px;
}
.custom-report .save-as .save-as-text {
    float: left;
    margin-top: 8px;
}
.custom-report .save-as input[type=text] {
    float: left;
    margin-left: 15px;
    font-size: 11px;
    color: #666;
    padding: 6px 9px;
    width: 215px;
    font-style: italic;
}
.indicator-list-drag .indis-body ul li.indis-name-single {
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-mom-per {
    background-position: -218px 2px;
}
.indicator-list-drag .indis-body ul li .icon-placeholder.indi-icon-yoy {
    background-position: -190px 2px;
}
.fourth  > .report-option{
     background-color: #efefef;
    padding: 10px;
    width: 100%;
}
.indicator-list-drag-feature .indis-body ul li.indis-name-single {
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-report .ce-left .include-option .select-all-set-feature {
    margin: 10px 0;
}
.custom-report .ce-left .include-option .select-all-set-feature input[type=checkbox] {
    float: left;
}
.custom-report .ce-left .include-option .select-all-set-feature .select-all-text {
    float: left;
    font-size: 11px;
    color: #000;
    margin: 3px 5px;
}
/*.custom-report-old{
    width: 790px;
}*/
.custom-report-old .include-option{
   margin: 0 0 25px;
}
.custom-report-old .include-option .report-text {
    margin: 8px 0;
    font-size: 11px;
}
.custom-report-old .include-option .filter-area {
    background: #ddd;
    padding: 10px;
    margin-bottom: 15px;
}
.custom-report-old .include-option .filter-area .filter-heading {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.custom-report-old .include-option .filter-area .fa-filter {
    font-size: 14px;
}
.custom-report-old .include-option .filter-area .filter-elements {
    float: left;
    width: 165px;
    margin-right: 15px;
}
.custom-report-old .include-option .filter-area .filter-elements .for-search {
    position: relative;
}
.custom-report-old .include-option .filter-area .filter-elements input[type=text] {
    padding: 6px 9px;
    width: 100%;
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin: 5px 0;
}
.custom-report-old .include-option .filter-area .filter-elements .for-search .search-icon {
    background-color: #2881c1;
    background-image: url(../img/sprite.svg);
    background-position: -137px -63px;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
    display: none;
}
.custom-report-old .include-option .filter-area .filter-elements select {
    font-size: 11px;
    color: #000;
    padding: 6px 9px;
    width: 100%;
    float: none;
    margin: 5px 0;
    height: 27px;
    line-height: 27px;
}
.custom-report-old .include-option .filter-area .filter-elements select option {
    font-size: 12px;
}
.custom-report-old .include-option .filter-area .filter-elements select option:nth-of-type(even) {
    background-color: #ddd;
}
.custom-report-old .report-option {
    margin: 35px 0 25px;
}
.custom-report-old .report-option .report-text {
    float: left;
    margin-top: 8px;
    font-size: 11px;
}
.custom-report-old .report-option select {
    float: left;
    margin-left: 15px;
    font-size: 11px;
    color: #000;
    padding: 6px 9px;
    width: 190px;
    height: 27px;
    line-height: 27px;
}
.custom-report-old .include-option .available-section {
    float: left;
    width: 43%;
}
.custom-report-old .include-option .center-arrows {
    float: left;
    width: 7%;
    margin-top: 75px;
}
.custom-report-old .include-option .include-section {
    float: left;
    width: 44%;
}
.custom-report-old .include-option .right-arrows {
    width: 5%;
    float: right;
    margin-top: 16px;
}
.custom-report-old .include-option .select-all-set {
    margin: 10px 0;
}
.custom-report-old .include-option .select-all-set input[type=checkbox] {
    float: left;
}
.custom-report-old .include-option .select-all-set .select-all-text {
    float: left;
    font-size: 11px;
    color: #000;
    margin: 3px 5px;
}
.custom-report-old .include-option .filter-area .filter-elements .btn {
    width: 100%;
    margin: 5px 0;
}
.custom-report-old .include-option .center-arrows .right-side-arrow:hover {
    background-position: -84px -52px;
}
.custom-report-old .include-option .center-arrows .right-side-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -84px -1px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report-old .include-option .center-arrows .left-side-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -41px -1px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report-old .include-option .right-arrows .top-double-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -81px -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report-old .include-option .right-arrows .top-single-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: 0 -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report-old .include-option .right-arrows .bottom-single-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -41px -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report-old .include-option .right-arrows .bottom-double-arrow {
    background-image: url(../img/sprite.svg);
    width: 35px;
    height: 50px;
    background-position: -122px -105px;
    cursor: pointer;
    margin: 1px auto;
}
.custom-report-old #cboxClose{
    top:100px;
}

/**/



/*checking css*/
.indicator-list-drag .indis-body ul li .icon-placeholder.data-val {
    cursor: pointer;
    background-position: -135px 2px !important;
}
/*//*/



/*Media*/
@media screen and (-webkit-min-device-pixel-ratio: 0){
.custom-report .ce-left .include-option .filter-area .filter-elements .for-search .search-icon {
    height: 25px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
.custom-report-old .include-option .filter-area .filter-elements .for-search .search-icon {
    height: 25px;
}
}
/*//Media*/

@media (max-width: 768px){
.report_inner.rs_annual_section {
    position: unset;
    width: 100%;
    border-radius: 10px;
    border-top: unset;
}
}

a {
    border: 0px !important;
    outline: unset !important;
}
a:focus ,a:focus-visible{
    border: 0px !important;
    outline: unset !important;
   outline-offset:0px !important
}
#alert-ok{
    color:#f5f5f5 !important;
    background-color: #2e4470 !important;
}