body{
    color: #222;
    font-family: 'Fira Sans', sans-serif;
}
.leaflet-pane, h1, h2, h3, h4, h5, h6{
    font-family: 'Fira Sans', sans-serif;
}
.empty-space{
  padding: 15px 0;
}
p {
    font-weight: 400;
}
p strong, b{
    font-weight: 700;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit;
}

.loader{
    width:100%;
    height:100%;
    background-color: #fff;
    padding-top:30px;
    position: absolute;
    top:0;
    left:0;
    z-index: 10000;
}
.loadtext{
    color:#555;
    text-align: center;
}

#sidebar{
  width:25%;
  background-color: #f4edea;
  z-index: 1200;
  position: absolute;
  height: 100vh;
  padding:70px 15px 15px;
  overflow: scroll;
}
#closeSidebar{
  position: fixed;
  color: white;
  z-index: 1300;
  top:20px;
  left:20px;
  font-size: 12px;
}
#openSidebar{
  position: absolute;
  color: white;
  z-index: 1100;
  top:20px;
  left:20px;
}

.accordion .card-header{
  background-color: #f4f4f4;
  padding-top: 1rem;
}
.accordion .card-header h6{
  cursor:pointer;
}
#records{

}
.list-group-item.active{
	z-index: 2;
	color: #555;
	background-color: #fff;
	border-color: #dee8ed;
}
.list-group-item{
  background-color: #dee8ed;
  font-size: 14px;
}

#map{
    width: 100%;
    height: 100vh;
    /*border:1px solid #999;*/
    background-color: #f4d1ae;
}
#map-title{
  color:#000;
  position:absolute;
  top:10px;
  left:10px;
  z-index: 500;
  background-color: rgba(255,255,255,0.6);
  padding:10px;
  border-radius: 5px;
}
.legend {
  	position:absolute;
   	bottom:60px;
   	right:20px;
   	line-height: 15px;
   	color: #333;
   	border-radius: 3px;
    border:1px solid #ddd;
  	background: rgba(255,255,255,0.8);
   	box-shadow: 0 0 15px rgba(0,0,0,0.4);
   	padding:20px 15px 0 15px;
    z-index: 500;
    font-size: 12px;
}
.legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legend ul li {
  margin: 0 0 20px 0;
}
.legend-item {
    width:15px;
    height:15px;
    float: left;
    margin-right: 5px;
}
.leaflet-popup-content-wrapper {
	border-radius: 1px !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.7) !important;
  background-color: #f4f4f4;
  border:4px double #aaa;
}

.leaflet-container a.leaflet-popup-close-button {
	top: 4px !important;
	right: 4px !important;
	font-size: 18px !important;
	color: #999 !important;
}

/*.red-dispute {background-color: #DB465C;}
.green-cooperate {background-color: #FED384;}*/
.river-basins {background-color: #57cc99; border:1px solid #9FCFDF;}
.state-boundaries {background-color: #fff; border:2px solid black;}
.purple-national {background-color: rgba(65,24,84,0.8);}
.pink-intl {background-color: #ff91ea;} 

.red-icon, .green-icon {
  border-radius:12px;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
}
.red-icon {
  background-color: #DB465C;
  /*border:1px solid #b32d1c;*/
}
.green-icon {
  background-color: #FED384;
}

hr {
    border-top: 1px solid #ccc !important;
}
.shadow{
  -webkit-box-shadow: inset 0px 0px 19px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: inset 0px 0px 19px 2px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 19px 2px rgba(0,0,0,0.6);
}
.gradient-bg{
  background: #071238; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #185acc 0%, #173066 32%, #071238 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #185acc 0%,#173066 32%,#071238 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #185acc 0%,#173066 32%,#071238 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185acc', endColorstr='#071238',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.rivernames{
  border: none;
  box-shadow: none;
  padding:1px;
  background-color: rgba(255,255,255,0);
  color: #fff;
  font-size:13px;
  font-style: italic;
}
.basinname{
  background-color: rgba(255,255,255,0.9);
  color: #000;
  font-size:12px;
}
.statenames{
  border: none;
  box-shadow: none;
  background-color: rgba(0,0,0,0);
  color:#000;
  font-size:14px;
  text-transform: uppercase;
}
.modal{
  z-index: 1500 !important;
}
.modal-backdrop {
  z-index: 1450 !important;
}

.marker-cluster-small {
  background-color: rgba(90,56,106,0.6);
}
.marker-cluster-small div {
  background-color: rgba(65,24,84,0.8);
  color: white;
  font-weight: bold;
}
.leaflet-div-icon {
  background: none !important;
  border: 0px !important;
}
.ntnl-cluster {
  background-color: rgba(65,24,84,0.9);
  color: white;
  font-weight: bold;
  width:35px;
  height:35px;
  border-radius: 30px;
  border: 4px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 5px;
}
.intnl-cluster {
  background-color: rgba(255,145,232,0.9);
  color: white;
  font-weight: bold;
  width:35px;
  height:35px;
  border-radius: 30px;
  border: 4px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 5px;
}