body{
	font-family: 'Work Sans', sans-serif !important;
	margin: 0;
	padding:0;
	background-color: #f0f0ee !important;
}

.message_modal .modal-body{
      position: relative;
   }
   .message_modal .success_icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}
   .success_icon img{
      background-color:#fff;
      padding:15px;
      max-width: 50px;
   }
   .message_modal{
      
      margin-top:50px;
      padding-top:100px;
   }
   .success_icon img {
       background-color: #fff;
       padding: 10px;
       max-width: 100px;
       border-radius: 50%;
   }
   .message_modal .modal-content{
      border-radius: 0px;
      border:0;
   }
   .modal_content h2{
      font-weight:400;
      margin-top:50px;
   }
   .modal_content p{
      font-size:16px;
      margin-bottom: 0px;
   }
   .modal-footer.b-t-none{
      border-top:none !important;
      padding:0px !important;
   }
   .modal-footer .oky-btn{
      width: 90%;
      background-color: #01d459 !important;
      color: #fff !important;
      padding:10px;
      border-radius: 0px;
      margin:20px auto;
      font-size:18px;
      font-weight:600;
   }
  .modal-footer .oky-btn:hover{
      color: #fff !important;
      background-color: #20b55e !important;
   }
.h-font, .oswald-font{
	font-family: 'Oswald', sans-serif;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0px;
    overflow:hidden;
}
.loader i {
    color: #000;
    font-size: 60px;
}
.loader .fa-spin {
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}
.custom-section-area{
	background-color: #fff;
	padding:15px;
	text-align: center;
}
.bg-white {
    background-color: #fff;
}
.bg-white.p-relative {
    position: relative;
}
.mt-5{
    margin-top:3rem;
}
.chart-place img{
	width: 100%;
}
.demo-area .bg-white {
    background-color: #fff!important;
    margin: 20px 0;
    padding: 10px 0px 0px 0px;
    border: 1px solid #000;
}
.arrow_imgs{
	max-width: 15px;	
}
.las-tabs-sec {
    border-bottom: none !important;
}
.las-tabs-sec .nav-item .nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    padding:15px 25px;
    cursor: pointer;
}
.las-tabs-sec .nav-item .nav-link{
	background-color: #000;
	color: #fff;
}
i.fa.fa-caret-down.red {
    color: #b44a26;
    font-size: 16px;
}
i.fa.fa-caret-up.green{
    color: #b6a578;
}
th.crrent-row {
    background-color: #b6a578;
}
th.trailing-row{
    background-color: #b54a26;
}
th.trailing-row button {
    color: #fff;
}
/*c-css*/
.tourism-table {
    margin-top: 20px;
}
.indi-chart-area {
    background-color: #efefef;
    margin: 40px 0 0;
    position: relative;
}
.indi-chart-area .chart-pop-icon.cross-chart {
    margin-left: 0px;
}
.indi-chart-area .chart-pop-icon {
    background-color: #000;
    width: 24px;
    color: #fff;
    padding: 1px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.indi-chart-area .chart-pop-icon.download {
    background-color: #000;
    width: 24px;
    color: #fff;
    padding: 1px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    right: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.indi-chart-area .chart-inner {
    padding: 10px 0px 0px;
}
#thegrid-body {
    margin: 0 7px;
    padding: 20px 0 0;
}
.indi-chart-area .chart-inner .chart-bar .chart-gray-bar {
    display: flex;
    background-color: #000;
    padding: 5px 7px;
    height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    margin: 10px 0;
}
.custom-control {
    align-self: center;
    display: flex;
    align-items: center;
    margin-right: 30px !important;
}
.indi-chart-area .chart-inner .chart-bar .chart-gray-bar input[type="checkbox"] {
    margin: 1px 5px 0 10px;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
    border: 1px solid #0f9eda;
}
.clr {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.indi-chart-area .chart-inner .box-area {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    width: calc(25% - 1px);
    margin-top:10px;
}
#box-areas .box-0 .box-top-sec, #box-areas .box-0 .card-head-font {
    color: #000;
}
.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.blue {
    background-color: #7acbbe;
}
.indi-chart-area .chart-inner .box-area .head {
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    height: 37px;
}
.box-top-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cross-icon.cross {
    color: #333;
    font-size: 18px;
}
.indi-chart-area .chart-inner .box-area .box-body.blue {
    background-color: #7acbbe;
}
.card-head-font {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    min-height: 40px;
    margin-bottom: 0px;
}
.indi-chart-area .chart-inner .box-area .box-body select {
    margin: 10px 0px;
    font-size: 11px;
    width: 80%;
    border: 1px solid #000;
    color: #000;
    height: 30px;
}
.indi-chart-area .chart-inner .box-area .box-body select option {
    background: #333;
    color: #fff;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    padding: 3px 0;
    display: block;
    font-size: 12px;
}
.indi-chart-area .chart-inner .box-area .box-body .input-area {
    margin: 2px 0 0 0;
    float: left;
}
.custom-control {
    align-self: center;
    display: flex;
    align-items: center;
    margin-right: 30px !important;
}
.indi-chart-area .chart-inner .box-area .box-body .input-area input[type="checkbox"] {
    float: left;
    margin: 0;
}
.box-2 .input-area label, .box-0 .input-area label {
    color: #000;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #b6a578;
    border: 0;
    border-radius: 0;
}
.custom-checkbox .custom-control-label::before{
	 border-radius: 0 !important;
	 border:1px solid #b6a578;
}
.custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/download.svg);
}
.demographic-table {
    overflow: hidden;
	
}
.demographic-table table {
    width: 100%;
}	
.demographic-table table thead tr th:nth-of-type(1), .demographic-table table thead tr th:nth-of-type(2)  {
    text-align: left;
}
.demographic-table table thead tr th:nth-of-type(4),
 .demographic-table table thead tr th:nth-of-type(5),  .demographic-table table thead tr th:nth-of-type(6) {
   color: #000;
   background-color: #b6a578;
}
.demographic-table table thead tr th {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 5px 3px;
    text-align: right;
    vertical-align: bottom;
    line-height: 1.2;
}
.demographic-table table tbody tr:nth-of-type(odd) {
    background-color: #f8f8f7;
}

.demographic-table tbody tr.active {
    background-color: #f7e688 !important;
    cursor: pointer;
}
.demographic-table tbody tr{
 cursor: pointer;   
}
.demographic-table .portal-table tr td {
    white-space: nowrap;
    vertical-align: middle;
}
.demo-area .demographic-table table tbody tr td:nth-of-type(1), .demo-area .demographic-table table tbody tr td:nth-of-type(2) {
    text-align: left;
}
.red-bg{
    padding-top:5px !important;
    padding-top:5px !important;
}
/*#setdata{
    padding:5px !important;
}*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    input.table_input
    {
       max-height: 23px;
       position: relative;
        top: 2px;
    }
}}


/*.demo-area .demographic-table table tbody tr td:nth-of-type(1) {
    padding: 0 0;
    width: 19px;
    color: #fff;
    border-right: 1px solid #fff;
    cursor: pointer;
}*/
.demo-area .demographic-table table tbody tr td .icon {
    background-color: #6a6250;
    text-align: center;
    position: relative;
    height: 36px;
    border:1px solid rgba(255, 255, 255, 0.5);
    width: 25px;
}
.icon.open-tools i{
	font-size: 18px;
	font-weight: bold;
}
.demo-area .demographic-table table tbody tr td:nth-of-type(3) {
    color: #000;
    font-size: 14px;
    text-align: right;
}
.demo-area .demographic-table table tbody tr td:nth-of-type(4) {
    text-align: right;
}
.demo-area .demographic-table table tbody tr td {
    text-align: right;
    line-height: 36px;
    height: 36px;
    padding: 0px 5px;
}
.table-bottom-controls {
    background-color: #000;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0	px;
}
.table-bottom-controls .input-area {
    display: flex;
    padding-left: 10px;
}
.custom-control {
    align-self: center;
    display: flex;
    align-items: center;
    margin-right: 30px !important;
}
.table-bottom-controls label {
    color: #fff;
    font-size: 14px;
}
.custom-control-label {
    margin-bottom: 0;
}
.b-tr th{
	background-color: #6a6250;
}
.portal-table tr td p{
	margin-bottom: 0px;
}

.table-controls button{
	background-color: transparent;
	border:0px;
	text-align: center;
	font-size: 16px;
    color: #000;
}
#quick_chart_modal .modal-header {
    background-color: #6a6250;
    border-radius: 0;
    padding:10px;
}
#quick_chart_modal .modal-title {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-top: 15px;
}
#quick_chart_modal .modal-header .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 15px;
    background-color: #000;
    padding: 5px;
}
#quick_chart_modal .quick-use {
    font-size: 30px;
    font-weight: 100;
    margin: 10px 0;
    color: #ffffff;
    line-height: 0;
    font-family: 'Oswald', sans-serif;
}
.quick-chart-pop .quick-edit-left {
    width: 40%;
    float: left;
}
.quick-chart-pop .quick-edit-left .info-sec {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    word-wrap: break-word;
}
.quick-chart-pop .quick-edit-left .info-sec span {
    font-weight: bold;
    text-transform: uppercase;
}
.quick-chart-pop .quick-edit-right {
    width: 60%;
    float: right;
}
.quick-chart-table .blue-bg-light {
    background-color: #c8bc9a;
    padding: 2px;
    text-align: center;
    color: #000;
}
.quick-chart-table .orange-bg-light {
    background-color: #c7775c;
    color: #fff;
    padding: 2px;
    text-align: center;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td {
    line-height: 22px;
    padding-left: 0px;
    padding-right: 0px;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td {
    line-height: 22px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}
.info-sec a {
    color: #000;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td.no-padding table tr td.orange-bg-dark {
    background-color: #b44a26;
    color: #fff;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td.no-padding table tr td.blue-bg-dark {
    background-color: #b6a578;
    color: #000;
}
.no-padding table tbody tr:nth-of-type(odd) {
    background-color: #f8f8f7;
}
#quick_chart_modal .modal-content, #quick_chart_modal .modal-dialog {
    border-radius: 0;
}
#quick_chart_modal .modal-body {
    background-color: #f0f0ee;
    padding:10px;
    overflow-x: auto;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td.no-padding table tr td:nth-child(1){
	padding-left: 5px;
}
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td.no-padding table tr td:nth-child(2),
.quick-chart-pop .quick-edit-right .quick-chart-table table tbody td.no-padding table tr td:nth-child(3){
	text-align: right;
	padding-right: 5px;
}
div#quick_chart_modal {
    background-color: rgba(0, 0, 0, 0.8);
    margin:10px;
}
td.blue-bg-light.brown-bg{
	background-color: #6a6250;
}
.tools-menu {
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 0px;
    background-color: #000;
    width: auto;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px 5px;
    color: #fff;
}
.tools-menu ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.tools-menu ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.tools-menu ul li{
    padding:3px 0;
}
.data-plan.border-bottom {
    border-bottom: 4px solid #d2cab3;
    padding-bottom: 10px;
}
.tools-menu ul li a,.tools-menu ul li a:hover{
    color: #fff;
    text-decoration: none;
    padding: 10px 5px 5px;
}
.demo-area {
    margin: 50px 0;
}

.red-bg-light { background-color: #b54a26 !important; color:#fff; }

#box-areas .box-0 .box-top-sec, #box-areas .box-0 .box-body{
    background-color: #b6a578;
    padding: 10px;
}
#box-areas .box-1 .box-top-sec, #box-areas .box-1 .box-body{
    background-color: #bcc1d7;
     padding: 10px;
}
#box-areas .box-2 .box-top-sec, #box-areas .box-2 .box-body{
    background-color: #b44a26;
     padding: 10px;
     color: #fff;
}
#box-areas .box-3 .box-top-sec, #box-areas .box-3 .box-body{
    background-color: #62876c;
     padding: 10px;
     color: #fff;
}
.box-2 .input-area label {
    color: #fff;
}
.box-1 .box-head-sec {
    color: #000;
}
.box-top-sec{
    position: relative;
}
.box-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    padding: 5px;
}
.box-close a{
    color: #fff !important;
}
/*Overview-page*/
.flex-section{
	display: flex;
    justify-content: space-around;
	text-align: center;
	border-bottom: 4px solid #d3cbb5;
	position: relative;
	padding-top: 10px;
}
.flex-section:before {
    display: inline-block;
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    background: #d3cbb5;
    top: 76px;
}

.global-heading {
    margin: 10px 0px 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.v-sec .font-large, .hotel-rooms .font-large {
    font-size: 50px;
    margin: 20px 0; 
    line-height: 1;
    color: #696150;
    font-weight: 100;
}
.hotel-rooms .font-large{
    margin: 10px 0 !important;
}
.man-graph .chart-area.multi-chart {
    background-color: #f7f7f7;
    padding:10px 0;
}
.pl-0{
    padding-left: 0px !important;
}
.pr-0{
    padding-right: 0px !important;
}
.text-one .font-large{
	font-size: 50px;
    margin-bottom: 10px;
    line-height: 1;
    color: #696150;
    font-weight: 100;
}
.w-50 .data-plan.font-large {
    display: inherit;
}
.vegas-area{
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
    color: #333;
}
.gold-color{
	color: #b6a579;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 15px;
}
.img-icon{
	margin:0px 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.year-area{
	text-align: center;
	margin: 5px 0;
}
.flex-area {
    display: flex;
    align-items: baseline;
}
.hotel-rooms {
    padding-left: 0;
    padding-top: 25px;
}
.font-18{
	font-size:19px;
}
.occuption-rate{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.average-content{
	text-align: right;
    margin: 30px 0;
}
.text-one {
    margin-bottom: 20px;
}
.border-bottom-two{
	border-bottom: 5px solid #d2cab3;
}
.palne-content {
    background-image: url(../images/plan.png);
    background-size: 100% 100%;
    margin-top: 10px;
    position: relative;
    border-bottom:8px solid #b6a579;
}
.palne-content-two {
    background-image: url(../images/palne-2.png);
    background-size: 100% 100%;
    position: relative;
    border-bottom: 8px solid #b6a579;
    margin-top: 10px;
}
.plan-text{
	padding:15px 20px 70px;
}
.data-plan.font-large {
    font-size: 50px;
    margin-bottom: 0px;
    line-height: 1;
    color: #696150;
    font-weight: 100;
    display: table;
}
.f-400{
	font-weight: 400 !important;
}

h3.gold-color {
    font-size: 25px;
}
.box-head-sec {
    margin-bottom: 0px;
    font-size: 12px;
    margin: 5px 0px;
}
.white-img{
    display: none;
}
.black-img, .white-img {
    padding-right: 5px;
    cursor: pointer;
}
.three-icon p.active .black-img {
    display: none;
}
.three-icon p.active .white-img {
    display: block;
}
.icon-area{
    display: flex;
    justify-content: space-between;
}
.three-icon{
    display: flex;
}
/*Overview*/

div#home_table {
    margin: 40px auto;
}
.text-one p, .font-18 {
    font-size: 18px;
    font-weight: 500;
}
.text-one .margin-bottom-0 {
    line-height: 1;
}
.text-one .border-bottom-two {
    padding-bottom: 10px;
}
.demo-area > h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
.border-right-sec{
    border-right: 2px solid #fff;
}
.visitor-section {
    margin-top: 20px;
}
.mt-2 {
    margin-top: 20px;
}


.row.border-bottom-two{
    position: relative;
}
.row.border-bottom-two:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    background-color: #f0f0ee;
    bottom: -5px;
    right: 0;
}
.row.border-bottom-two:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    background-color: #f0f0ee;
    bottom: -5px;
    left: 0;
}
.man-img img{
    width: 100%;
}
.d-area-sec {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
}
.man-img.dolars{
    background-color: transparent;
}
.f-w{
    font-weight:normal;
}
.mb-0{
    margin-bottom: 0px;
}
.las-tabs-sec {
    list-style-type: none;
    padding-left: 0px;
}
.las-tabs-sec .nav-item .nav-link.active{
    background-color: #fff;
    color: #000;
}
.modal{
    display: none;
}
.tab-content>.tab-pane{display:none}.tab-content>.tab-pane.active{display: block;}

#enter_data .b-t-none{
    background-color: #000;
    margin: 10px;
    border-radius: 0px;
}
#enter_data .b-t-none:hover{
    background-color: #303030;
}
#enter_data .modal_content h2{
    display: none;
}
#enter_data .b-t-none .black-btn{
    color: #fff;
}
#enter_data #ins_msg {
    font-size: 16px;
    margin: 10px;
}
.logout-sec {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}


/*Responsive*/


@media (max-width:1300px){
    .plan-text {
    padding: 30px 20px 130px !important;
}
}


@media only screen and (min-width: 1200px){
.table-responsive {
    display: inline-table !important;
}
.max-h{
	/*max-height: 420px;*/
    padding-bottom: 30px;
}
.man-graph:before {
    position: absolute;
    width: 636px;
    background-color: #f7f7f7;
    content: "";
    display: inline;
    height: 10px;
    top: -10px;
}
.graph-legend{
    width: 636px;
}
}

@media (max-width: 1199px){
    .modal-open{
    position: relative;
}
.modal-open:after{
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
}
#cboxWrapper, .popup-area.popular-dashboard-area.update-data{
        width: 100% !important;
    }
}

@media (max-width:1024px) and (min-width: 768px){
    .bg-white .flex-area{
        justify-content: center;
    }
    .dolars {
    padding-top: 140px !important;
}
.top_heading{
    flex-direction: column;
}
.top_heading .left_head{
    margin-bottom: 15px;
}
}


@media only screen and (min-width: 768px){
#quick_chart_modal .modal-dialog {
    max-width: 900px;
}
.hotel-rooms img {
    max-width: 270px;
}
.hotel-rooms .font-large{
    font-size:80px;
}
.las-tabs-sec{
    display: flex;
}
}

@media (max-width:768px){
    .login-outer .login-area {
    width: 90%;
}
div#cboxContent, div#cboxLoadedContent {
    width: 100% !important;
}
.popular-dashboard-area.update-data .white-bar .mr-column.column2, .popular-dashboard-area.update-data .white-bar .mr-column.column3,
.popular-dashboard-area.update-data .white-bar .mr-column.column4, .white-bar .col-source{
    background-color: #fff !important
}
div#colorbox {
    width: 90% !important;
    left: 30px !important;
    margin: 0 auto !important;
}
}


@media only screen and (max-width:767px){
    .man-img img{
        max-width: 100%;
    }
    .v-sec .font-large, .hotel-rooms .font-large, .data-plan.font-large, .text-one .font-large{
        font-size: 50px;
    }
    .man-img{
        display: none;
    }
    .col-md-5.pr-0 {
    padding-right: 15px !important;
    }
    .bg-white .flex-area {
    margin-top: 40px;
    display: unset;
    text-align: center;
    }
    .occuption-rate{
        text-align: center;
        display: unset;
    }
    .hotel-rooms{
        padding:20px 0;
    }
    .palne-content-two, .palne-content{
        background-size: 100% 100%;
    }
    .average-content{
        text-align: center;
        margin-bottom: 60px;
    }
    p.year-area.text-right{
        text-align: center !important;
    }
     .man-img{
        display: block;
        text-align: center;
        background-color: #f7f7f7;
    }
    .man-img img{
        max-width: 100%;
        width: auto; 
    }
    .border-bottom-two .cyans .col-md-2.pl-0 {
    padding-left: 15px !IMPORTANT;
    }
    .las-bg img{
        max-width: 100% !important;
    }
   .hotel-rooms img{
    max-width:250px;
   }
   .demographic-table table{
    display: block;
    width: 100%;
    overflow-x: auto;
   }
   .las-tabs-sec .nav-item .nav-link {
    width: 100%;
    display: block;
    margin-bottom: 2px;
    }
    .man-img img{
    display: none;
    }
    .man-graph{
        width: 100% !important;
    }
    .top_heading{
        display: unset !important;
    }
    .header_btn{
        margin-top:20px;
        margin-bottom:20px;
    }
    .las-tabs-sec {
    display: unset !important;
    }
    
    .login-outer .login-area{
        width: 90% !important;
    }
}

@media (max-width: 575px){
    div#colorbox {
    width: 90% !important;
    margin: 20px;
    left:20px !important;
}
.header_btn .lv_btn {
    width: 100%;
    margin: 5px 0;
}
.demo-area .btn-sec-table {
    display: unset !important;
}
.btn-sec-table .lv_btn {
    display: block;
    width: 100%;
    margin: 5px 0;
}   
.popular-dashboard-area.update-data .update-data-serch .update-w {
    width: 120px !important;
    float: left;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(3) input[type="text"]{
    width: 60% !important;
}
}

@media only screen and (max-width: 480px){
    .graph-legend p{
        font-size: 12px;
    }
    #quick_chart_modal .quick-use{
        font-size:20px;
    }
    .indi-chart-area .chart-inner .box-area{
        width: 100%;
    }

    .graph-legend{
        padding:25px 10px 40px !important;
    }
    .d-area-sec{
        margin: 50px 0 0;
    }
    .global-heading{
        margin-bottom: 0px;
    }
    .graph-legend .colored, .graph-legend .colored_red{
        padding-right: 5px;
    }
    .flex-section:before{
        top:60px;
    }
    h3.gold-color {
    font-size: 18px;
}
.graph-legend{
    margin-bottom: 10px;
}
.d-area-sec .man-img{
    display: none;
}
.hotel-rooms{
    text-align: center;
}
.table-bottom-controls .custom-control{
    margin-right: 10px !important;
}
#select-date .modal-header button.close{
    color: #000 !important;
}
.popular-dashboard-area.update-data .update-data-serch .update-w {
    width: 20%;
    float: left;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) input[type="text"] {
    width: 90% !important;
    padding: 3px 3px;
    font-size: 11px;
}
}
@media (max-width:370px){
  h3.gold-color{
        font-size: 16px;
  }
}




/*local-data-css*/
.v-sec .flex-section .img-icon i {
    font-size: 26px;
    padding-right: 5px;
}
.rate-graph{
    position: relative;
}
.rate-graph .rate-content{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-45%, -63%);
    text-align: center;
}
.rate-content h1 {
    margin-bottom: 0px;
    line-height: 1;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.rate-content p {
    font-size: 20px;
    line-height: 1;
}
.graph-legend{
    display: flex;
   background-color: #f7f7f7;
    padding: 0px 30px 40px;
    
}
.man-img {
    background-color: #f7f7f7;
}
.man-graph {
    background-color: #f7f7f7;
    padding: 30px 0;
    position: relative;
    width: 80%;
}
.las-bg img {
    max-width: 270px;
    min-height: 387px;
}
.first_legend{
    margin-right:15px;
}
.graph-legend .colored{
    width:25px;
    height: 10px;
    background-color: #b6a578;
    display: inline-block;
    margin-right: 10px;
}
.graph-legend  .colored_red{
    width: 30px;
    height: 6px;
    background-color: #b44925;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}
.graph-legend p{
    margin-bottom: 0px;
    font-weight: 600;
}
p.year-area.text-right {
    text-align: right;
}
p.year-area.text-left {
    text-align: left;
}
.w-50.text-right.ml-auto {
    width: 50%;
    margin-left: auto;
}
p.year-area.text-left.ml-auto {
    text-align: left;
}
.three-icon p{
    margin-bottom: 0px;
}
.chart-bar {
    padding: 0px 10px;
}
.chart-bar p{
    margin: 15px 0px 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.dolars{
    padding-top:50px;
}
h2.gold-color {
    font-size: 24px;
}
.border-top-gold {
    border-top: 5px solid #d2cbb7;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 40px;
}
.border-top-gold.green {
    margin:40px 0;
}
.border-bottom-two.cyans {
    margin-top:40px;   
   padding-bottom: 0px;
}
.p-5{
    padding:15px;
}
.las-bg h4{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color:#333;
}
.flex-area1 {
    text-align: center;
}
.date_msg {
    background-color: #f8d7da;
    padding: 6px 10px;
    color: #711c4b;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
}
.date_msg p {
    margin-bottom: 0px;
}
p.m-text {
    line-height: 1.2;
    font-size: 16px;
}
.mt-3 {
    margin-top: 20px;
}

.modal {
    position: absolute;
    top: 10%;
    z-index: 999;
}
.las-tabs-sec .tab-content .tab-pane{
    display: none !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#select-date  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin:10px;
}
#select-date  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
#select-date  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
#select-date  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#select-date  .form-group {
    margin-bottom: 1rem;
}
#select-date  .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#select-date  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
#select-date .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
div#select-date {
    margin: 20px;
}
#select-date button.btn.btn-primary{
    color: #fff;
}
.v-sec .font-large{
    margin: 20px 0 10px;
}
.v-sec  .flex-section{
    padding-top:16px;
}



/*04-03-2020 admin design*/
.top-bar{
    background-color: #6a6250;
    padding:10px 20px;
    display: flex;
    justify-content: space-between;
}
.top-bar p{
    margin-bottom: 0px;
    color: #fff;
}
#myTabContent {
    padding: 20px;
    border: 1px solid #000;
    margin-top: 1px;
}
.bulk_update{
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-end;
}
.bulk_update .bulk_btn{
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border:0;
    padding: 8px 40px;
    text-transform: uppercase;
}
.bulk_btn{
    cursor: pointer;
}
.bulk_update .bulk_btn:focus{
    outline: 0;
}
.demographic-table table{
    border-bottom: 4px solid #000;
}
.demo-area .demographic-table table tbody tr td:nth-child(6), .demo-area .demographic-table table thead tr th:nth-child(6) {
    text-align: center !important;
}
.las-tabs-sec .nav-item .nav-link.active{
    text-decoration: underline;
}
.table_note {
    margin-top: 10px;
    line-height: 1;
}
#update_data .modal-header{
    background-color: #f0f0ee;
    align-items: center;
}
#update_data .modal-header h5{
     font-family: "oswald";
     font-size:26px;
}
.lv_btn{
    border:0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    padding:8px 30px;
}
.lv_btn.blck{
    background-color: #000;
}
.lv_btn.ornge{
    background-color: #b54a26;
}
.location_table {
    background-color: #efefef;
    padding: 10px 10px 0px 10px;
}
#update_table{
    border-bottom: 1px solid #303030;
}
.f-italic, .f-italic a{
    font-style: italic;
    color: #303030;
    font-size:14px;
    margin-bottom: 0px;
}
table#update_table thead tr th {
    text-transform: uppercase;
}
table#update_table tbody tr td.c-green {
    color: #5dc73d;
    padding-bottom: 15px;
}
.display_data h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.form-sec input {
    border: 1px solid #b6a578;
    border-radius: 0px;
    height: 30px;
}
.modal_load {
    width: 190px;
    line-height: 1;
    cursor: pointer;
}
.form-sec label {
    font-size: 14px;
}
#update_sec_area thead{
    background-color: #b6a578;
}
#update_sec_area thead tr th{
    font-weight:normal;
    color: #fff;
}
#update_sec_area thead tr th, #update_sec_area tbody tr td{
    padding:3px;
    font-size:14px;
}
#update_sec_area tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
}
#update_sec_area tbody tr td .custom_input {
    width: 90%;
    padding: 0 5px;
    font-size: 12px;
    border:1px solid #b6a578;
}
#update_sec_area tbody tr td span i{
    font-size:22px;
    cursor: pointer;
}
.form-sec .form-group, .form-sec label {
    margin-bottom: 0px;
}
.form-sec {
    margin-bottom: 10px;
}
.f-input{
     padding: 0 5px;
    font-size: 12px;
    border:1px solid #b6a578;
}
input.table_input {
    height: 30px;
    text-align: right;
    padding: 0px 5px;
    position: relative;
    line-height: 30px !important;
    bottom: 3px;
}
.lv_btn.gray{
    background-color: #767477;
    color: #fff;
}
.top_heading{
    display: flex;
    justify-content: space-between;
}
.selct_box_page .demographic-table table thead tr th:nth-of-type(4), .selct_box_page .demographic-table table tbody tr td:nth-of-type(4) {
    padding-right: 70px;
}
.demographic-table tbody tr:hover{
    background-color: #f6e687 !important;
}
table#update_table tbody tr td {
    padding: 0px 0px 10px !important;
    margin: 0 !important;
    line-height: 1;
}
.login-outer {
    background-color: #b6a578;
    position: fixed;
    width: 100%;
    height: 100%;
}
.login-outer .login-area {
    width: 500px;
    margin: 120px auto 0;
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 10px;
}
.login-outer .login-area h1 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #000;
}
.login-outer .login-area input[type="text"], .login-outer .login-area input[type="password"] {
    height: 35px;
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #b6a578;
    width: 100%;
    margin: 7px 0;
    height: 40px;
}
.login-outer .login-area input[type="text"]:focus, .login-outer .login-area input[type="password"]:focus{
    outline: 0;
}
.login-outer .login-area button {
    background-color: #000;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    border: 0;
    padding: 10px 10px;
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    cursor: pointer;
}
.login-outer .login-area button a, .login-outer .login-area button a:hover{
    color: #fff;
    text-decoration: none;
}
.bulk_btn a, .bulk_btn a:hover{
    color: #fff;
    text-decoration: none;
}
.lv_btn a, .lv_btn a:hover{
    color: #fff;
    text-decoration: none;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    overflow: hidden;
}

.loader .fa-spin {
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear;
}
.loader i {
    color: #000;
    font-size: 60px;
}
.msg-sec {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
button.close.msg-close {
    padding-left: 10px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
.error_msg {
    background-color: #efd0d0;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 0px 3px 0px 3px;
}
.header_btn .lv_btn span i {
    font-size: 30px;
}
#update_data .header_btn button.lv_btn.blck {
    padding: 20px !important;
    height: 64px;
    width: 70px;
    text-align: center;
}
#update_data .header_btn button.lv_btn.blck:hover{
    background-color: #303030;
}
.edit_icons{
    max-width: 20px;
}

/*MR MODAL*/
.pop-manage-icon {
    position: absolute;
    padding: 13px 0 11px;
    right: 35px;
    background-color: #a9aaaa;
    width: 35px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    top: 0;
    height: 26px;
}
.popular-dashboard-area .pop-manage-icon.icon-2 {
    right: 71px;
}
.popup-area .blue-bar {
    background-color: #b6a578;
    padding: 5px 10px;
    font-size: 12px;
    color: #000000;
    height: 50px;
}
.popular-dashboard-area.update-data .blue-bar .pop-title {
    line-height: 21px;
}
.popular-dashboard-area.update-data .blue-bar .name-subtitle {
    color: #fff;
    font-size: 14px;
}
.popup-area.update-data .white-bar {
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
    font-size: 12px;
    position: relative;
}
.popular-dashboard-area.update-data .white-bar .mr-column.column2 {
    width: 212px;
    background-color: #efefef;
    padding: 10px;
    margin-right: 0px;
}
.popular-dashboard-area.update-data .mr-column {
    float: left;
}
.popular-dashboard-area.update-data .mr-column .row1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.popular-dashboard-area.update-data .mr-column .dotdotdot {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.popular-dashboard-area.update-data .white-bar .mr-column.column3 {
    width: 170px;
    background-color: #efefef;
    padding: 10px;
    margin-right: 0px;
}
.popular-dashboard-area.update-data .white-bar .mr-column.column4 {
    width: 147px;
    background-color: #efefef;
    padding: 10px;
}
.popular-dashboard-area.update-data .white-bar .mr-column.column4 div#status {
    color: #3dbf15;
    font-weight: 700;
    float: left;
}
.popular-dashboard-area.update-data .mr-column.column4 .imp-icon {
    color: #505050;
    font-size: 15px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}
.popular-dashboard-area.update-data .mr-column.column4 .imp-icon .fa-refresh {
    font-size: 13px;
    position: relative;
    top: -3px;
}
.white-bar .col-source {
    font-size: 11px;
    font-weight: 300;
    color: #000;
    padding: 3px 10px;
    background-color: #efefef;
    border-top: 1px solid #000;
    font-style: italic;
}
.popular-dashboard-area.update-data #more-hide-info {
    padding: 10px;
    background-color: #f2f2f2;
    margin: 10px 0;
}
#more-hide-info .hide-heading {
    text-align: left;
    padding-left: 6px;
}
.indicatore-info:nth-child(2n) {
    background-color: #f1f1f1;
}
.left-hide {
    width: calc(32% - 6px);
    width: -o-calc(32% - 6px);
    width: -moz-calc(32% - 6px);
    width: -webkit-calc(32% - 6px);
}
.left-hide, .right-hide {
    font-size: 12px;
    padding-left: 6px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: 1px solid #CCC;
    float: left;
    line-height: 17px;
}
.right-hide {
    width: calc(68% - 6px);
    width: -o-calc(68% - 6px);
    width: -moz-calc(68% - 6px);
    width: -webkit-calc(68% - 6px);
}
.clr {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.indicatore-info {
    float: left;
    width: 100%;
}
.popular-dashboard-area.update-data .update-data-serch {
    margin: 15px 0;
    padding: 0;
}
.popular-dashboard-area.update-data .update-data-serch .hide-heading {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}
.update-data-serch .hide-heading {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
.popular-dashboard-area.update-data .update-data-serch .update-w {
    width: 33.33%;
    float: left;
}
.popular-dashboard-area.update-data .update-data-serch .update-w .input-text {
    margin: 5px 0;
}
.popular-dashboard-area.update-data .update-data-serch .update-w .add-data-text {
    font-size: 11px;
    color: #666;
    padding: 6px 9px;
    width: 85%;
    font-style: italic;
    float: none;
    margin: 0;
    border: 1px solid #1c81c7;
    border-radius: 0px;
}
.popular-dashboard-area.update-data .update-data-serch .update-w.update-w-3 .btn {
    width: 100%;
    margin: 26px 0 0;
    height: 31px;
    font-weight: normal;
    padding: 5px 0;
    border-radius: 0;
}
.popup-area .white-bar .btn.blue-btn {
    background: #000;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
}
.popup-area .white-bar .btn {
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    width: 215px;
    text-transform: uppercase;
    height: 42px;
    cursor: pointer;
    position: relative;
}
.popular-dashboard-area.update-data .mr-import-table thead {
    float: left;
    background: #1c81c7;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
}
.popular-dashboard-area.update-data .add-data-main-div-pop .mr-import-table thead tr th {
    height: 28px;
    vertical-align: middle;
}
.popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(1) {
    width: 117px;
}
.popular-dashboard-area.update-data .add-data-main-div-pop .cont-map-head th {
    float: unset;
}
.popular-dashboard-area.update-data .mr-import-table thead tr th {
    padding: 3px;
    text-align: left;
    text-shadow: none;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
}
.popular-dashboard-area.update-data .mr-import-table tbody {
    max-height: 292px;
    overflow-y: auto;
    float: left;
    width: 100%;
}
.data-update .mr-import-table tbody {
    max-height: 387px;
    height: 387px;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr:nth-of-type(odd) {
    background-color: rgba(237, 237, 237, 0.6);
}
#n_data_tbody > tr > td {
    padding: 0;
}
.popular-dashboard-area.update-data .add-data-main-div-pop .mr-import-table tbody tr td {
    font-size: 14px;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr td {
    padding: 3px;
    float: none;
}
.update-tbl td {
    line-height: 17px;
}
.mr-import-table td {
    font-weight: normal;
}
.mr-import-table td, .mr-import-table th {
    text-align: left;
    background-color: transparent;
    border-bottom: 0;
}
#new_dateDeForm table {
    width: 100%;
}
.mr-import-table {
    width: 100%;
    table-layout: fixed;
}
#new_dateDeForm {
    position: relative;
}
.popular-dashboard-area.update-data .add-data-main-div-pop .data-update {
    padding: 0;
}
.popular-dashboard-area.update-data .add-data-main-div-pop .add-data-button {
    text-align: left;
    margin: 0px;
}
.popup-area .white-bar .btn.blue-btn {
    border-radius: 0;
    background: #000;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    opacity: 1;
}
.popup-area .white-bar .btn {
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    width: 215px;
    text-transform: uppercase;
    height: 42px;
    cursor: pointer;
    position: relative;
}
.add-data-button button {
    margin-top: 0;
}
.clear {
    clear: both;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) input[type="text"] {
    width: 80%;
    padding: 3px 3px;
    font-size: 11px;
}

/*new*/
.popup-area .blue-bar .pop-title {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}
/* 07062016 Start */
.popular-dashboard-area {
  width: 800px;
}
.popular-dashboard-area .pop-manage-icon {
    position: absolute;
    padding: 8px 0 11px;
    right: 35px;
    background-color: #000000;
    width: 35px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    top: 0;
    height: 56px;
}
/* line 24, scss/_popular-dashboards.scss */
.popular-dashboard-area .pop-manage-icon:hover {
  background-color: #666766;
  cursor: pointer;
}
/* line 28, scss/_popular-dashboards.scss */
.popular-dashboard-area .pop-manage-icon.icon-2 {
  right: 71px;
}
.popup-area.update-data .white-bar {
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
    font-size: 12px;
    position: relative;
}
.err-message-show {
    padding: 12px;
    font-size: 12px;
    background: #d53f00;
    color: #FFFFFF;
    position: relative;
}
.err-message-show .text-only {
    line-height: 24px;
    padding-right: 25px;
}
.err-message-show .msg-cross-all {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.err-message-show .msg-cross-all i {
    background: #fff;
    border-radius: 50%;
    color: #000;
    padding: 4px 6px;
    height: 24px;
    width: 24px;
    color: #ababab;
    font-size: 15px;
}
.popular-dashboard-area.update-data .add-data-main-div-pop {
  width: 100%;
  margin: 0;
  float: none;
}
.popular-dashboard-area.update-data .add-data-main-div-pop .data-update{
    padding: 0;
}
/* line 144, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-column {
  float: left;
}
/* line 146, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-column.column1 {
  width: 210px;
  background-color: #efefef;
  padding: 10px;
}
/* line 151, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-column.column2 {
  width: 100px;
  background-color: #efefef;
  padding: 10px;
}
/* line 156, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-column.column3 {
  width: 160px;
  background-color: #efefef;
  padding: 10px;
}
/* line 161, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-column .dotdotdot {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
}
/* line 168, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-column .row1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/* line 174, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data #more-hide-info {
  padding: 10px;
  background-color: #f2f2f2;
  margin: 10px 0;
}
/* line 179, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .update-data-serch {
  margin: 15px 0;
  padding: 0;
}
/* line 181, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .update-data-serch .hide-heading {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  padding:0;
}
/* line 187, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .update-data-serch .update-w {
  width: 33.33%;
  float: left;
}
/* line 191, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .update-data-serch .update-w.update-w-3 .btn {
    width: 100%;
    margin: 28px 0 0;
    height: 30px;
    font-weight: normal;
    padding: 5px 0;
}
@-moz-document url-prefix() {
  /* line 191, scss/_popular-dashboards.scss */
  .popular-dashboard-area.update-data .update-data-serch .update-w.update-w-3 .btn {
    margin: 25px 0 0;
    height: 27px;
  }
}
/* line 201, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .update-data-serch .update-w .input-text {
  margin: 5px 0;
}
/* line 204, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .update-data-serch .update-w .add-data-text {
  font-size: 11px;
  color: #666;
  padding: 6px 9px;
  width: 85%;
  font-style: italic;
  float: none;
  margin: 0;
  border: 1px solid #b6a578;
    border-radius: 0px;
}
/* line 215, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .add-data-main-div-pop input.numberonly {
  font-size: 11px;
  color: #666;
  padding: 3px 9px;
  width: 85%;
  font-style: italic;
}
/* line 222, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .add-data-main-div-pop input.bold {
  font-weight: bold;
}
/* line 226, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .add-data-main-div-pop .add-data-button {
  text-align: left;
  margin: 0px;
}
/* line 232, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table thead {
  float: left;
  background: #b6a578;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  width: 100%;
}
/* line 241, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table thead tr th {
  padding: 3px;
  text-align: left;
  text-shadow: none;
  color: #FFF;
  font-weight:normal;
  font-size: 13px;
}
/* line 244, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(1) {
  width: 117px;
}
/* line 247, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(2) {
  width: 145px;
}
/* line 250, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(3) {
  width: 206px;
}
/* line 256, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody {
  max-height: 292px;
  overflow-y: auto;
  float: left;
  width: 100%;
}
@-moz-document url-prefix() {
  /* line 256, scss/_popular-dashboards.scss */
  .popular-dashboard-area.update-data .mr-import-table tbody {
    max-height: 300px;
  }
}
/* line 265, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr:nth-of-type(odd) {
  background-color: rgba(237, 237, 237, 0.6);
}
/* line 268, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr:nth-of-type(even) {
  background-color: rgba(221, 221, 221, 0.6);
}
/* line 271, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr td {
  padding: 3px;
  float: none;
}
/* line 273, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) {
  width: 118px;
}
/* line 275, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) input[type="text"] {
  width: 80%;
  padding: 3px 3px;
  font-size: 11px;
}
/* line 281, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(2) {
  width: 148px;
}
/* line 284, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(3) {
  width: 205px;
}
/* line 291, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table #n_data_tbody_fst tbody {
  float: none;
}
/* line 296, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table #n_data_tbody_sec tbody {
  float: none;
}
/* line 303, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tr td span.ad_new_row {
  background-image: url("../images/addlabel.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 5px;
  padding: 5px 10px;
}
/* line 311, scss/_popular-dashboards.scss */
.popular-dashboard-area.update-data .mr-import-table tr td span.remove_rows {
  background-image: url("../images/removelabel.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 5px;
  padding: 5px 10px;
}
.col-source a {
    color: #000;
    font-weight: 400;
}
#cboxClose {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: url(http://lvcva.myresearcher.com/admin/assets/images/popup-cross-sprite.png) no-repeat center left;
    width: 34px;
    height: 50px;
    text-indent: -9999px;
    transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    cursor: pointer;
    background-position: -1px -51px;
    background-size: 75px;
    border: 0;
}
input#setdata::placeholder {
    color: #000;
}


/*responsivess*/
@media (min-width: 576px){
#update_data .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
}

@media (max-width: 575px){
    .popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(3) input#n_data-1 {
    width: 60% !important;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(1) {
  width: 108px;
}
.popular-dashboard-area.update-data .mr-import-table thead tr th:nth-of-type(2) {
    width: 95px;
}
.popular-dashboard-area.update-data .mr-import-table tbody tr td:nth-of-type(2) {
    width: 95px;
}
}