body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
    max-width: 1366px; 
    margin: 0 auto !important; 
    float: none !important; 
}
a{
	color: #0079bf;
}
.font-13{
	font-size: 13px;
}
.color__green{
	color: #088265;
}
.font__semibold{
	font-weight: 500;
}
.header__title{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 45px;
    text-align: center;
}
.header__title_home{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    font-size: 45px;
    text-align: center;
    font-weight:600;
}
@media (max-width: 1080px){
.header__title_home{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    font-weight:600;
}
}

.advaced__Search__link{
	font-size: 13px;
    color: #888888;
    position: absolute;
    right: 0;
    bottom: -23px;
}
.form-control{
	border-radius: 0;
}
.btn-green{
	background: #008265;
	border-radius: 0;
}
.nav--custom ul li{
	margin: 0 18px;
}
.nav--custom ul li a{
	font-size: 20px;
	font-weight: 600;
	color: #505050;
}
.dataTables_filter, .dataTables_length, .dataTables_info{
	display: none;
}

table.dataTable th{
	background: #0079bf;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
}
.table td, .table th{
	padding: 8px 15px;
	border: none;
}
.nav-tabs{
	border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: #0086e6;
	color: #fff;
        border-color: #0086e6 !important;
}
.nav-item.active {
        text-decoration:underline;
}
.nav-tabs .nav-link{
	border-radius: 0;
	padding: 6px 35px;
	border: 2px solid transparent;
	border-color: #0086e6;
	font-size: 22px;
	font-weight: semibold;
	color: #0079bf;
}
.modal .nav-tabs .nav-link{
	color: #3d3d3d;
    font-weight: 500;
    border: none;
    padding: 5px 13px;
}
.modal .nav-tabs .nav-link.active{
	color: #fff;
}
.modal-lg{
	max-width: 700px;
}
.modal-header{
    background: #3d3d3d;
    padding: 9px 20px;
    border-bottom: 0;
}
.modal-header h5{
	color: #fff;
    font-size: 26px;
}
.modal-header .close{
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    margin: 4px 0 0;
    padding: 2px 8px 8px;
    opacity: 1;
}
.modal-body{
	border: 2px solid;
	padding: 0;
	overflow-x: hidden;
}
.left--sidebar{
	border-right: 8px solid #d3d3d3;
}
.border__bottom{
	border-bottom: 1px solid #d3d3d3;	
}
.sidebar__title{
	background: #e8e8e8;
        padding-left: 20px;
	font-size: 14px;
	font-weight: 600;
}
.map__desc{
	background: #0079BF;
        color: #fff;
	text-align: center;
	font-size: 16px;
        font-weight: 600;
        padding: 10px;
}
.navbar-toggler {
	outline: none !important;
}
.navbar-toggler-icon{
	background: #008265;
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 7px;
}
.navbar-dark .navbar-nav .nav-link{
    color:#ffffff !important;
}
.accordian-btn{
	background: none;
	border: none;
	outline: none !important;
        text-align: left !important;
}

.carat{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid white;
}
.bg-info{
	background: #0086e6 !important;
}
.bg-brown{
	background: #8f5c38;
}

.search_col{
  top:50%;  
}

.blue_bg {
    background:#0086e6;
}
.blue_border {
    border: 2px solid #0086e6;
}

.white_text{
    color:#fff;
}
.more-text{
    display: none;
}
#datasetErrors{
    display:none;
}
.errorField{
    color:red;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
.headingOne__cat {
    font-weight:600;
}
.indCatName_header{
    font-size:32px;
    font-weight:600;
    color:#e20000;
    vertical-align: middle;
}
.subcat_title {
    font-size:26px;
    font-weight: 600;
    color:#008265;
}
.subCat_button {
    width:154px;
    padding:10px 0px;
    background-color: #0079BF;
    color:#ffffff;
    border:0px;
    cursor:default;
}
.subCat_button__bottom a{
    font-size:22px;
    color:#fff;
}
.subCat__link_button {
    background-color: #008265;
    width:191px;
    height: 60px;
    font-weight:600;
    color:#ffffff;
    font-size:24px;

}
.key_metrics_title{
    font-size:30px;
    font-weight:600;
    margin-top: 15px;
}
.metric_title{
    color:#000;
    font-size:1.3em;
    font-weight:500;
}
.metric_value{
    color:#000;
    font-size:2em;
    font-weight:400;
}
.method_list__name {
    font-size:16px;
}

.method_list {
  list-style: none; /* Remove default bullets */
}

.method_list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0079BF; /* Change the color */
  font-size:16px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.barGraph {
    height: 320px;
    margin: 20px 100px;
    padding: 0;
    position: relative;
    border: 1px solid #000000;
    }
    
.barGraph li {
    border: 1px solid #555;
    border-bottom: none;
    bottom: 0;
    list-style:none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 39px;
    background-color: #0079BF
    }
    
@media (max-width: 767px){
	.advaced__Search__link{
		text-align: center;
		left: 0;
	}
}
@media (max-width: 550px){
	.modal-header h5{
		font-size: 20px;
	}
	.modal-header .close{
		padding: 0px 5px 5px;
	}
	.modal .nav-tabs .nav-link{
		font-size: 16px;
	}

}

/************ map css *******************************/
.map {
    height: 600px;
    width: 100%;
}
#map-container{
    height: 600px;
}
#studyMap {
    height: 250px;
    width: 100%;
}
.ol-popup{
    width: 400px;
}

#popup-content{
    max-height: 300px;
    overflow-y: auto;
}

.trace_link a {
    color:#008265;
}
#map-nodata-overlay{
    position:absolute;
    z-index: 100;
    width:100%;
    height: 250px;
    background: rgba(75,75,75,0.8);
    text-align: center;
}
#map-nodata-overlay p{
    color: #fff;
    padding-top: 100px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.separator {
    display: flex;
font-weight:bold;
    text-align: left;
    color:#000;

}
/*.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
    
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}*/
.methods-dropdown-item{
    padding:3px 20px;
    font-size: 14px !important;
}
.dropdown-item,.map-study-title{
    display:block;
}

.map-study-title{
    padding: 8px;
    margin-left: 2.5em;
    cursor:pointer;
    font-size: 14px;
    color: #4c4c4c !important;
    border-bottom: thin dashed #ccc;
    /*text-indent: -1.5em;*/
}

.map-study-title:hover{
    background: #cccccc;
    border-radius: 5px;
}
.map-popup-header{
    color: #fff;
}

.table_methods{
    font-size:12px;
    margin-top:-4px;
}
.map-popup-separator{
    padding-top: 15px;
    color: #4c4c4c;
    padding-left:0px;
    font-weight: bold;

}
#map-scroll-overlay{
    position: absolute;
    z-index: 1;
    height: 600px;
    background-color: rgba(76, 76, 76,0.75);
    color: #fff;
    width:100%;
    text-align: center;
    padding: 250px 0px;
    font: bold 25px Arial, sans-serif;
}

@media (min-width: 992px){
.popup-card-body{
    height:auto;
}
}

.nav-link.disabled {
    color: #ccc !important;

}

.table thead { 
    color:#fff; 
}

#splash-modal .modal-title{
    color:white;
}

#splash-modal .modal-header{
    background: #0086e6;
    border-color:#73c1c1;
    text-align: center;
}
