@import url('https://fonts.googleapis.com/css?family=Oswald');

/*full screen the map*/
html {
    height: 100%;
}
body {
    height: 100%;
    padding: 0;
    margin: 0;
}
#map {
    width: 100%;
    height: 100%;
}

/*info panel*/
.info {
    z-index: 1000;
    position: absolute;
    left: 20px;
    top: 80px;
    padding: 6px 8px;
    font: 14px Oswald, sans-serif;
    text-align: left;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px #0e201d;
    border-radius: 5px;
}
.info h1 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #777777;
}

/*legend panel*/
.legend {
    z-index: 1;
    position: fixed;
    right: 0;
    bottom: 75px;
    padding: 6px 8px;
    font: 16px Oswald, sans-serif;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 5px #0e201d;
    border-radius: 5px;
    width: 110px;
    color: #000000;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
    position: relative;
    top: 4px;
    left: 20px;
}
.legend p {
    text-align: center;
}

.image {
    display: block;
    width: 100%;
    height: 100%;
}

.img-140-56 {
     display: block;
     width: 125px;
     height: 56px;
    left: 0;
 }

.img-oyster-larvae {
    width: 56px;
    height: 56px;
    left: 20px;
}

.img-oyster-adult {
    width: 100px;
    height: 56px;
}

.img-9333-56 {
    display: block;
    width: 93.33px;
    height: 56px;
}

.overlay-2x2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #0e201d;
    transition: .5s ease;
    text-align: center;
}

.overlay-2x2:hover {
    opacity: 0.7;
}

.overlay-1x3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #0e201d;
    transition: .5s ease;
    text-align: center;
}

.overlay-1x3:hover {
    opacity: 0.7;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #0e201d;
    transition: .5s ease;
    text-align: center;
}

.overlay:hover {
    opacity: 0.7;
}

.text {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.navtext {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.navtext:hover {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.feature-label {
    font-family: 'Oswald', sans-serif;
    color: #738D2B;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 3px #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
}

.feature-tooltip {
    font-family: 'Oswald', sans-serif;
    color: #738D2B;
    font-size: 14px;
    font-weight: lighter;
}

.leaflet-popup-content {
    font-family: 'Oswald', sans-serif;
    color: #738D2B;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 3px #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
}

.oyster-icon {
    fill: #ffffff;
}

/* DC Charts */
#mag-chart {
    width: 90%;
}

#date-chart {
    width: 90%;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #E0631D;
    padding: 2px 2px 2px 2px;
}

#depth-chart {
    width: 90%;
}

.dc-data-count {
    width: 90%;
    margin: 0 auto;
}

/*#depth-chart .x.axis text {*/
    /*text-anchor: end !important;*/
    /*transform: rotate(-15deg);*/
/*}*/

/*#mag-chart .x.axis text {*/
    /*text-anchor: end !important;*/
    /*transform: rotate(-15deg);*/
/*}*/

/*DC charts font*/
text {
    font-family: Oswald !important;
    font-size: 12px !important;
    fill: #ffffff;
}

rect.bar {
    fill: #E0631D;
}

svg  {
    fill: #E0631D;
    font-family: 'Oswald', sans-serif;
}

rect.selection {
    fill: #E0631D;
}

g.chart-body {
    fill: #E0631D;
}

g text {
    font-family: Oswald !important;
}

.navbar-sidenav {
    background: #0e201d;
    width: 330px;
    height: 100%;
}

#title-text {
    float: left;
}

/*#osu {*/
    /*position: relative;*/
    /*top: 50px;*/
/*}*/

.hexbin-hexagon {
    stroke: #000;
    stroke-width: .5px;
}

/*.leaflet-control-scale {*/
    /*position: fixed;*/
    /*bottom: 25px;*/
    /*right: 0;*/
/*}*/

.leaflet-control-scale-line {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 2px #0e201d;
    margin: 5px;
    font-family: Oswald !important;
}

.leaflet-control-attribution {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 2px #0e201d;
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: Oswald !important;
    font-size: 8px;
}

.navbar-sidenav-tooltip {
    font-family: Oswald !important;
}

.sidenavToggler-no-right-border {
    border-style: solid;
    border-width: 5px 0 0 0;
    border-color: rgba(255, 255, 255, 0.05);
    width: 330px;
}

.sidenavToggler-right-border {
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: rgba(255, 255, 255, 0.05);
}

.leaflet-control-layers {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 2px #0e201d;
    position: fixed;
    top: 60px;
    right: 10px;
    width: auto;
    font-family: Oswald !important;
    font-size: 12px;
    color: #ffffff;
}
.leaflet-control-layers-expanded {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 5px #0e201d;
    border-radius: 5px;
    width: 140px;
    color: #000000;
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*left: 0;*/
    font-family: Oswald !important;
    font-size: 12px;
}

#mainNav {
    border-style: solid;
    border-width: 0 0 5px 0;
    border-color: rgba(255, 255, 255, 0.05);
    z-index: 1000;
    /*height: 61px;*/
}

#exampleAccordion {
    border-style: solid;
    border-width: 3px 5px 5px 0;
    border-color: rgba(255, 255, 255, 0.05);
    margin-top: 61px;
}



.leaflet-control-layers-separator {
    color: #000000;
}

.button-left {
    position: absolute;
    right: 1px;
}

.button-right {
    position: absolute;
    left: 1px;
}

#navbarResponsive {
    z-index: 1000;
}

.leaflet-control-zoom {
    z-index: 1;
}

@media (max-width: 992px) {
    #exampleAccordion {
        border-style: none;
    }
}

@media (max-width: 992px) {
    .legend {
        display: none;
    }
}

/*@media (min-width: 1200px) {*/
    /*#mainNav {*/
        /*z-index: 1000;*/
        /*height: 61px;*/
    /*}*/
/*}*/

@media (max-width: 992px) {
    .leaflet-control-zoom {
        position: relative;
        bottom: 20px;
    }
}

@media (max-width: 992px) {
    .leaflet-control-scale {
        position: absolute;
        right: 40px;
        bottom: 25px;
    }
}

@media (min-width: 992px) {
    .leaflet-control-scale {
        position: fixed;
        right: 0;
        bottom: 25px;
    }
}

.tooltip {
    font-family: 'Oswald', sans-serif;
    color: #738D2B;
    font-size: 14px;
    font-weight: lighter;
}


@media (min-width: 1200px) {
span.nav-icon-text {
    display: none;
}
}

@media (max-width: 1200px) {
    span.nav-icon-text {
        display: inline;
    }
}

.dc-hide {
    display: none;
    visibility: hidden;
}

.marker-color-1 {
    color: rgba(115, 141, 43, 0.25);
    font-size: 50%;
}

.info {
    display: none;
    position: absolute;
    top: 15px;
    left: 90px;
}

.dc-div {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    display: block;
}

.nav-link > i {
    font-size: 20px;
}

.dc {
    position: relative;
    left: 24px;
    display: none;
}

.buoy-markers {
    color: #000000;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000000;
    opacity: 0.5;
}

#contactCheck {
    position: relative;
    left: 16px;
}