.body {
  line-height: inherit!important;
  background-color: #eee!important;
}

p {
    color: #555!important;
}


/*     NavBar  */
.fa-1x {
    font-size: 2.3rem;
    }

.navbar-toggler.toggler-example {
cursor: pointer;
}
.dark-blue-text {
color: #0A38F5;
}
.dark-pink-text {
color: #AC003A;
}
.dark-amber-text {
color: #ff6f00;
}
.dark-teal-text {
color: #004d40;
}

.white-text {
    color: #FFFFFF;
    }

.yellow-text {
    color:#EBB045;
}



/* .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    background: #b61a15;
} */

.navbar {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
//    background: #b61a15;
	background:#FFF;
	padding:0px;
	border-bottom: 2px solid #b61a15;
}

.navbar-toggler {
    padding: 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: left !important;
    vertical-align: baseline;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 25px;
    line-height: inherit;
    white-space: nowrap;
//    color:#fff;
	color:#b61a15;
    font-weight: 1000;
}

.logo-small-text {
    font-size: 14px;
    font-style: italic;
    /*color:#EBB045;*/
    color:#293B7D;
    font-weight: normal;
}

.need-help {
    padding: 10px;
    font-size: 25px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right !important;
    vertical-align: baseline;
    color:#b61a15;
}

.need-help:hover {
    padding: 10px;
    font-size: 25px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right !important;
    vertical-align: baseline;
    color:#EBB045;
    text-decoration: none!important;
}

img {
    vertical-align: baseline;
    border-style: none;
}

.btn-link {
    color:#b61a15;
    font-size: 25px;
    font-weight: 400;
    background-color: transparent;
}

.btn-link:hover {
    color:#EBB045;
    font-size: 25px;
    font-weight: 400;
    background-color: transparent;
    text-decoration: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}


.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    max-width: 800px;
}

/*  ------------------------------- MAP POP UP ----------------------------------------*/

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    width: 250px;
}


.mappopup{
    border:2px solid #b61a15;
    width: 210px;
}

.mappopup tr {
    margin:0;
    padding:4px;
    border: 1px solid #FFFFFF;
}

.mappopup td {
    margin:0;
    padding:4px;
    background: #EBB045;
    font-size: 12px;
    font-weight: 600;
    color:#FFFFFF;
}

.mappopup th {
    margin:0;
    padding:4px;
    background: #b61a15;
    font-size: 12px;
    color: #FFFFFF;
}

/*  ------------------------------- END MAP POP UP ----------------------------------------*/

/*  ------------------------------- DATA TABLE HEADER ----------------------------------------*/

.dataTable-minHeigh {
 min-height: 400px!important;

    }

.dataTables_scroll {
    border-bottom: 1px solid #111;
    background: #EBB045;
    color: #fff;
}

/*  ------------------------------- END DATA TABLE HEADER ----------------------------------------*/

/*  ------------------------------- BOOTSTRAP DECREASE PADDIND ------------------------------------*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

/*  ------------------------------- FUA 's TABS ------------------------------------*/

.sdgtabs-header {
 //   background:#dedede
}

a.nav-link  {
    color:#fff;
    font-size: 16px;
    padding: 5px;
    display: block;
    background:#EBB045;
    margin-right: 3px;
//    border-top-left-radius: 7px!important;
//    border-top-right-radius: 7px!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    /* background-color: #fff; */
//    border-color: #dee2e6 #dee2e6 #fff;
	border-top:4px solid #2196F3;
    background: #b61a15;
}

.guidelines {
    background: #000!important;
}


.chart-dv {
    max-height: 43vh!important;
}

a.nav-tabs{
    font-size: 16px!important;
    color: #dedede;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 1!important;
    z-index: 1;
}

/* Change cursor when mousing over clickable layer */
.leaflet-clickable {
  cursor: crosshair !important;
}
/* Change cursor when over entire map */
/* .leaflet-container {
  cursor: crosshair !important;
} */

/*   Custom Radio Button                 */

.container {
//  display: block;
  position: relative;
  padding-left: 35px;
//  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  font-weight: bold;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.datasets-area {
	background:#eee;
	text-align: center;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FFF;
    background-color: #DDD;
    border: 1px solid #8888;
}

.btn-outline-primary {
    color: #EBB045;
    background-color: #B61A15;
//    background-image: none;
    border: 1px solid #8888;
}

.btn-outline-primary:hover {
    color: #B61A15;
    background-color: #EBB045;
//    background-image: none;
    border: 1px solid #8888;
}

.btn-outline-primary:focus {
    color: #B61A15;
    background-color: #EBB045;
//    background-image: none;
    border: 1px solid #8888;
}

.chart-buttons {
	background:#DDD;
	text-align:center;
}

.selecteddata {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  width: 50%;
  text-align: center;
  border: 1px solid white;
  padding: 10px;
  z-index: 1000;
  background-color: rgba(51,138,217, 0.7);
  font-size: 15px;
  color: #FFC107;
}

input[type=checkbox] {
	margin-left:10px;
	margin-right:5px;
}

label.checkbox-inline {
	color:#2196F3;
	font-weight:bold;
}

input[type=range] {
  -webkit-appearance: none;
  width: 65%;
  margin: 13.8px 5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #B61A15;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 30px;
  width: 16px;
  border-radius: 3px;
  background: #2196F3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #B61A15;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.0;
    border-radius: .2rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
