html,body {
	min-height: 100%;
	height: 100%;
}	

a {
	color:#333;
}

a:hover {
	color:#0f6d0a;
	text-decoration: none;
}



@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a  {
    border-bottom: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
}

.chart-tab-series > li{
	background: #fcfcfc;
	border-right: solid 2px #ddd;
	border-top: solid 2px #ddd;
}

.ui-slider-range.ui-widget-header {
    background: #2b93d1;
}

.slider-info {
	width:100%; 
	text-align: left; 
	border: none; 
	font-weight: bold;
}

.slider-container {
	padding: 20px; 
	border-top: solid 1px #ccc;
}

.chart-content {
	height: 500px;
}

.chart-content2 {
	height: 563px;
	padding: 25px;
}

.map-browser {
	height:600px; 
	width:100%; 
	margin-bottom:50px;
}

.container-content {
	margin-top:35px;
	margin-bottom:50px;
}	



.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

th, td { 
	white-space: nowrap; 
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #f0f9ef; // Choose your own color here
 }
/*
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  background-color: #0a6206;
  color: #fff;
}
*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.sm-text-center {
		text-align:center!important
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.xs-text-center {
		text-align:center!important
	}	
	h2 {
		font-size:24px;
	}
	h3 {
		font-size:18px;
	}		
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


////////////////////////////////////////////////////////////////////////////////////////////////

.tab-content-container {
	height: calc(100% - 90px);
}

.tab-content h2{
	font-size: 20px;
}

.tab-pane {
	height: 100%; 
	width: 100%;
	overflow-y: auto;
}
.tab-pane-large {
	height: 100%; 
}

.chart-canvas {
	height: 500px; 
	margin: 0 auto; 
	z-index:1; 
	padding: 30px;
	overflow-y: auto;
}

#chart-container {
	position:relative;
	height: 100%; 
	margin: 0 auto; 
	z-index:1;
	padding: 0;
}


.chart-curtain {
	width:100%; 
	height: 100%; 
	background:rgba(255,255,255,0.7); 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:9999999999;
	text-align: center; 
	vertical-align: middle; 
}

.chart-empty {
		text-align: center;
		padding-top: 250px;
		font-size: 18px;
}



.chart-option-button {
		border: solid 1px #ccc;
		border-radius: 2px;
		background: #f6f6f6;
		padding: 12px;
		cursor: pointer;
		margin-bottom: 3px;
		margin-top: 15px;
}

.chart-option-container {
		border: solid 1px #ccc;
		border-radius: 2px;
		padding: 12px;
}

.chart-options {
		padding: 8px;
		border: solid 1px #ccc;
		margin-top: 5px;
		height: 150px;
		overflow-y: auto;
}

.chart_selection_container {
	position: absolute;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 11px;
	z-index: 999;
	font-family:"Open Sans";
}


.info { 
	padding: 6px 8px; 
	font: 14px/16px Arial, Helvetica, sans-serif;  
	background: white; 
	background: rgba(255,255,255,0.8); 
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	border-radius: 5px; 
} 

.info h4 { 
	margin: 0 0 5px; 
	color: #777; 
}




.legend { 
	text-align: left; 
	line-height: 16px; 
	color: #222; 
	background: white; 
	background: rgba(255,255,255,0.8); 
	padding:15px;
	width:220px;
	font-size:10px; 
} 

.legend i { 
	width: 12px; 
	height: 12px; 
	float: left; 
	margin-right: 8px; 
	opacity: 1; 
}

.legend .title {
	font-size:14px;
	display:block;
	margin-bottom:0;
	padding-bottom: 0;
}

.refine-wrapper {
	padding: 15px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

.dataselect-wrapper {
	padding: 10px;
	margin-top: 5px;
	border: solid 1px #ccc;
	font-size: 12px;
	height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
}

.cell-grey {
	padding: 2px;
	background: #f6f6f6;
}
.cell-white {
	padding: 2px;
	background: #fff;
}

.download-raw-data {
	text-align: center;
	padding-top: 50px;
}

.download-raw-data a{
	display: inline-block;
	font-size: 20px;
	color: #aaa;
	text-align: center;
	padding: 25px 10px;
	margin: 3px;
	width: 100px;
	height: 120px;
	border: solid 1px #ccc;
	background-color: #fcfcfc;
}

.download-raw-data a:hover{
	border: solid 1px #bbb;
	color: #777;
}

.download-raw-data i{
	font-size: 50px;
}

.chart-canvas ol li{
	margin-bottom: 10px;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.category-box {
	border: solid 5px #0a6206;
	border-radius: 8px;
	text-align: center;
	background: #0a6206;
	color: #fff;
	height: 110px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
}

.category-box .icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -30px;
	width: 100%;
	height: 50px;
}
.category-box .icon span{
	display: inline-block;
	padding: 8px 12px;
	width: 50px;
	height: 50px;
	border: solid 5px #0a6206;
	border-radius: 45px;
	color: #0a6206;
	background: #fff;
	font-size: 18px;
}

.category-box .title {
	padding: 30px 20px 20px 20px;
	font-size: 15px;
}

.category-box:hover {
	border: solid 5px #0f6d0a;
	background: #0f6d0a;
}


.category-box:hover .icon span{
	border: solid 5px #0f6d0a;
	background: #feda03;
}




.parent {
  background: red;
  padding: 10px;
  display:flex;
}

.other-child {
  width: 100px;
  background: yellow;
  height: 150px;
  padding: .5rem;
}

.child {  
  width: 100px;
  background: blue;
}