#mapid {
    width: 100%;
    overflow: hidden;
    margin: 0;
    min-height: 800px
}

#graphlegend > span.highlight { 
    border: 1px solid grey;
    font-weight: bold;
 }

 .first-row {
     display:inline-flex;
     width: 100%;
 }

.first-row-ele {
    padding: 0% 1%;
 }
.second-row-ele { 
    padding: 0% 1%;
 }

 .cmip6tabs .resp-tab-active{
    border-left: 1px solid #A70240 !important;
    border-right: 1px solid #A70240 !important;
    border-top: 4px solid #A70240 !important;
}

.cmip6tabs .resp-tab-content {   
    border-top-color:#A70240;
}

 .dygraph-legend {
  width: max-content !important;
  min-width: 160px;
  color: white;
  background-color: #BABABA !important;
  padding-left:5px;
  border-color:#BABABA;
  border-style:solid;
  border-width:thin;
  transition:0s 4s;
  z-index: 80 !important;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
  border-radius: 3px;
}

.dygraph-legend:hover{
  transform: translate(-110%);
  transition: 0s;
}

.dygraph-legend > span {
  color: black;
  padding-left:5px;
  padding-right:2px;
  margin-left:-5px;
  background-color: white !important;
  display: block;
}

.dygraph-legend > span:first-child {
  margin-top:2px;
}

.dygraph-legend > span > span{
  display: inline;
}

.highlight {
  border: 2px solid #BABABA;
  padding-left:3px !important;
  font-weight: bold;
  font-style: oblique;
}


#info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-color: #ddd;
    font: 14px Segoe UI;
    width: 200px;
    text-align: center;
    border-radius: 0 10px 0 0;
}

.bs-caret>.caret {
    left: unset;
}

.rowtitle {
    font-size: 14px;
    font-weight: bold;
    min-width: 75px;
    text-align: center;
    background-color: rgb(51, 153, 153);
    color: white;
}
.tab-image{
    width: 100px;
}

.titlerow {
    background-color: rgb(51, 153, 153);
    color: white;
}

.onerow {
    background-color: rgb(241, 255, 242);
}
.tworow {
    background-color: rgb(209, 236, 211);
}

.rangeval {
    font-size: 10px;
    text-align: center;
    color: black;
    background-color: rgb(246, 246, 246);
}

.vartitle {
    font-size: 14px;
    font-weight: bold;
    min-width: 95px;
    padding-left: 5px;
}

.meanval {
    font-size: 12px;
    text-align: center;
    color: black;
}

.seasontitle {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    min-width: 80px;
}

#table-undefined {
    border-collapse: separate;
    border-width: thin;
    border-style: ridge;
    border-spacing: 2.2px;
    border-radius: 5px;
    background-color: lightgray;
  }
.flex-row{
    display:inline-flex;
    width: 100%;
}
.thin{
    height:28px;
    line-height: 100%;
}

.btn-check{
	background-color: #339999;
	color: white;
	white-space: normal;
	border: none;
}

.btn-check:checked{
	background-color: #008078;
	
}
.toggle-show{
    width:25%;
}


#detailsbox {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    border: 2px solid #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px 30px;
    -webkit-border-radius: 10px 30px;
    border-radius: 20px 10px;
    width: 100%;
    overflow: hidden;
}

/* .select2-container--default .select2-selection--single { */
    /* background-color: #339999; */
    /* border: #ccc; */
    /* border-radius: 4px; */
    
/* } */
.select2-selection__arrow b {
    /* border-color: #fff transparent transparent transparent !important; */
    left: 0px !important;
}

/* .select2-selection__rendered{ */
    /* color: #fff !important; */
/* } */

.select2-results__option--highlighted[aria-selected] {
    background-color: #339999 !important;
    color: white;
}

.axistxt {
    width: 200px;
    transform: matrix(0, -1, 1, 0, -90, 150);
    float: left;
    text-align: center;
    font-weight: bold;
    margin-left: 4%;
}

.btn.disabled {
    background-color: #cdcdcd;
    color: #a2a2a2;
}

.bottomtext {
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
    /* font-size: 1.1em; */
}

.accordion-toggle:hover {
    text-decoration: none;
}

.accordion-item {
    border: none;
}

.charthead {
    text-align: center;
    font-weight: bold;
    margin-top: -3%;
    margin-bottom: 6%;
}

.charttail {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3%;
}

.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);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.info h5 {
    margin: 0 0 5px;
    color: #555;
}

.detailbtn {
    padding: 1px 6px;
    margin: 10px 5px 5px 5px;
    background-color: #339999;
	color: white;
	border-color: #339999;
}

table td.outline {
    border: 1px solid silver;
    position: relative;
    text-align: center;
}

.infobtn {
    position: relative;
    float: right;
}

.leaflet-popup-content {
    margin: 5px 5px;
    text-align: center;
}

.leaflet-popup-tip {
    margin: -15px auto 0;
}

.bs-tooltip-bottom .tooltip-inner {
    max-width: 400px;
    background: rgb(245, 245, 245);
}

.tooltip {
    color: rgba(224, 224, 224, 0.8);
}

.tooltip-inner {
    max-width: 300px;
    /*width: min-content;*/
    padding: 2px 2px;
    padding: .25rem .5rem;
    color: rgb(43, 36, 36);
    text-align: center;
    background: rgba(224, 224, 224, 0.8);
    border-radius: .25rem;
    font-size: 0.75rem;
}

.arrow::before {
    border-top-color: rgba(224, 224, 224, 0.8);
}

.popover-title {
    background: rgba(235, 235, 235, 0.5);
    padding: 5px;
}

.popover-title button:first-of-type {
    color: rgba(204, 204, 204, 0.8);
}

.nav-tabs .nav-link.active {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    font-weight: bolder;
    font-size: larger;
    background-color: #eee;
}

li.resp-tab-active,
h2.resp-tab-active {
    font-weight: bolder;
}

.nav-tabs .nav-link {
    color: #5f7092;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: 2px solid #e2e2e2;
    margin: 0px 0px 1em 0px;
}

.form-labels {
    padding-right: 1%;
    padding-left: 1%;
}

.bootstrap-select>.dropdown-toggle {
    width: 90%;
    white-space: nowrap;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #fff
}

.bootstrap-select>.dropdown-menu {
    z-index: 1200;
}

.form-group {
    margin: 0px 0px 5px 0px;
}

@media(max-width:767px) {
    .row {
        padding-right: 2px;
        padding-left: 2px;
    }
}

@media(min-width:768px) {
    .row {
        padding-right: 2px;
        padding-left: 2px;
    }
}

@media(min-width:992px) {
    .row {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media(min-width:1200px) {
    .row {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@page { margin: 0; }