body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
    width: 100vw;
}

#close-video-button
{
  position: absolute;
  top: 11px;
  right: 22px;
  background-color: unset;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 9999; 
}

#close-video-button:hover
{
  border:1px solid whitesmoke;
}
#map {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
}
#linkbox {
    position: absolute;
    right: 0px;
    border: 2px solid grey;
    border-radius: 3px;
    z-index: 10000;
    background-color: white;
    padding: 5px;
    display: none;
}
#linkbutton {
    margin-bottom: 5px;
    font-weight: bold;
}
.stationDetail-currents-depthLevel span {
    font-weight: normal;
    font-size: .9em;
}
div.linkbutton:hover {
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;	
}

#linktextbox {
	width: 290px;
	height: 49px;
	resize: none;
}
.searchBoxWrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
   	margin: 10px 20px;
   	padding-bottom: 15px;
}
.searchBox-head p {
    display: inline-block;
}
.searchBox-head {
    background-color: #3d6fb9;;
    padding: 10px 15px;
}

.stationDetailWrapper .navbar {
    padding-top: 0px;
    padding-left: 0px;
}
.legend-showSectionHead {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    color: #4e4d4d;
}
.stationDetailWrapper .navbar ul {
    display: block;
    width: 100%;
}

/*.stationDetailWrapper .navbar ul li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}*/

.showStationListing {
    background-image: url(../images/listIcon.svg);
    width: 28px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}
.showStationListing:hover {
    background-image: url(../images/listIconHover.svg);
}
.stationDetailWrapper .navbar ul li .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}
.stationDetail-contentTidesWaterCont img {
    float: left;
    padding-right: 10px;
}

.stationDetail-contentTidesMetCont img {
    float: left;
    padding-right: 10px;
}

.legend-overlays label {
    display: inline;
    vertical-align: middle;
}

.legend-overlays input {
    vertical-align: middle;
}

.stationDetail-contentTidesWaterCont {
    padding-bottom: 15px;
}
.modal-body {
    padding-top: 0px;
}

.stationDetail-contentMetData {
    margin-bottom: 40px;
}

.stationDetail-contentMetData {
    margin-bottom: 40px !important;
}
.searchBox-head p {
    margin: 0px;
    font-weight: bold;
    color: #fff;
}
.stationDetail-contentTides-left span{
    /*display: block;*/
    color: #4a4a4a;
}
.searchBox-content {
    padding-left: 15px;    
    padding-right: 15px;
}
.searchBox-contentFilter {
    padding: 7px 0px;
}
.searchBox-contentFilterCheck {
    margin-left: 25px;
}

.searchBox-contentFilter-label {
    color: #676767;
    padding-bottom: 5px;
    font-weight: bold;
}

.searchBox-contentFilter-input input {
    font-size: 0.9em;
    padding: 8px;
    border: 1px solid #cecece;
    width: 100%;
    border-radius: 4px;
}

button#dropdownMenuButton {
    background-color: #fff;
    border-radius: 0px;
    color: #000;
}

button.btn.btn-secondary:first-child {
    width: 289px;
}

button.btn.btn-secondary {
    background-color: #fff;
    color: #000;
}

a.showAdvanced {
    font-size: .9em;
    float: left;
    vertical-align: middle;
    color: #03476f;
}
.searchBox-contentFilter-foot {
    clear: both;
    overflow: auto;
    margin-top: 14px;
}

.stationListingWrapper {
    /* background-color: #fff; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin: 20px 20px;
    padding-bottom: 15px;
}

.stationListing-head {
    padding-left: 15px;
    padding-top: 10px;
    /* font-weight: bold; */
}

.stationListing-head h5 {
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
}

.stationListingWrapper a {
    color: #000;
}

.stationListingWrapper {
    /* background-color: #fff; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin: 20px 20px;
    padding-bottom: 15px;
}

.stationListing-head {
    padding-left: 15px;
    padding-top: 10px;
    /* font-weight: bold; */
    padding-right: 10px;
}

.stationListing-head h5 {
    font-weight: bold;
    font-size: 1em;
}

.stationListingWrapper a {
    color: #000;
    vertical-align: middle;
    /* margin-right: 11px; */
    display: inline-block;
    /* padding-left: 5px; */
}

span.stationListing-itemSymbol {
    
    width: 15px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    /* padding-right: 5px; */
}

.legend-wrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin: 20px 20px;
    padding-bottom: 15px;
}

.legend-head {
    background-color: #efefef;
    padding: 10px 15px;
}

.legend-head h5 {font-weight: bold;margin: 0;}

.legend-content {
    padding-left: 15px;
	padding-right: 15px;
}

.legend-showSection h6 {
    font-weight: bold;
}

.legend-content {
    padding-top: 10px;
}

.legend-showSection {
    margin-bottom: 15px;
}

.legend-markersItem-pin {
	width: 20px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.legend-markersItem {
    padding-bottom: 10px;
}

.legend-markersItem {
    padding-bottom: 10px;
}

span.stationDetail-headID {
    font-weight: 100;
    font-size: 0.75em;
}

h2.modal-title {
	margin-right: 15px;
}


.stationDetail-contentTides-left h3 {
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    margin: 0;
}

.stationDetail-contentTidesLeft-dataRight p {
    /* margin: 0; */
    margin-bottom: 5px;
}

.stationDetail-contentMetDataLeft-dataRight p {
    margin-bottom: 5px;
}

.stationDetail-contentMetDataLeft-head h3 {
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    margin: 0;
}

.stationDetail-contentTidesLeft-data img {
    /* display: inline-block; */
    float: left;
    margin-right: 20px;
}

.stationDetail-contentTidesLeft-dataRight {
    padding-top: 3px;
}

.stationDetail-contentTidesLeft-data {
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    
    box-shadow: 0px 4px 13px -4px #797979;
    margin-top: 15px;
}
.stationDetail-contentTidesLeft-head {
    margin-bottom: 20px;
}

img.stationDetail-contentMetDataLeft-dataImg {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
.searchBox-head_logo {
    display: inline-block;
    vertical-align: middle;
}
.searchBox-head button.close {
    margin-left: 15px;
}
.stationDetailWrapper .navbar-expand-lg {
    margin-top: 15px;
}
.searchBox-contentFilter-inputCheckbox input[type="checkbox"] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
    margin-right: 8px;
}
.noaaLogo {
    margin-right: 15px;
    background: url(../images/noaa_logo_circle_72x72.svg) 0 0 no-repeat;
    height: 42px;
    width: 42px;
    background-size: 100%;
}
.stationDetail-contentCurrentsRightPredictions__head {
    margin-top: 7px;
    padding-left: 0px;
    margin-bottom: 8px;
}
.searchBox-contentFilter-unitOfMeasure {
    margin-left: 20px;
}
.searchBox-contentFilter-unitOfMeasureLegend {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 8px;
}
.stationDetail-contentAirgapLeft {
    margin-left: 18px;
}
label.btn.btn-info:hover {
    border-radius: 5px;
}
.searchBox-contentFilter-unitOfMeasure .btn-info {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}
.searchBox-contentFilter-unitOfMeasure.btn-group .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1ba1b7;
    border-color: #4c4c4c;
    border-radius: 5px;
    box-shadow: inset 0px -12px 19px -13px #383838;
}
.searchBox-contentFilter-unitOfMeasure .btn-info:hover {
    border-radius: 5px;
    color: #fff;
    background-color: #076473;
    border-color: #076473;
}
.btn-group.btn-group-toggle.searchBox-contentFilter-unitOfMeasure.searchBox-contentFilter-unitOfMeasure {
    background-color: #4c4c4c;
    padding: 1px;
    border-radius: 5px;
}
.searchBox-contentFilter-unitOfMeasure.btn-group>.btn-group:not(:last-child)>.btn, .searchBox-contentFilter-unitOfMeasure.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-radius: 5px;
}
.searchBox-contentFilter-unitOfMeasureLegend .searchBox-contentFilter-unitOfMeasure {
    margin-left: 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    display: none;
}
input:checked+.slider {
    background-color: #2196F3;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round:before {
    border-radius: 50%;
}
.searchBox-contentFilter-autoRefresh {
    display: inline-block;
    height: 35px;
    margin-left: 12px;
}
.stationDashboard-foot .searchBox-contentFilterCheck {
    display: inline-block;
}
.stationDashboard-foot div {
    vertical-align: middle;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.searchBox-contentFilter-autoRefresh label {
    vertical-align: middle;
}


.stationDetail-contentAirgapImg {
    margin-bottom: 20px;
}

.searchBox-contentFilter-unitOfMeasure label{
    font-size: .9em;
}
.bookmarkIcon {
    background: url(../images/bookmarkIcon.svg) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    display: block;
    align-self: middle;
}
.modal-header-bookmark:hover .bookmarkIcon {
    background: url(../images/bookmarkIconWhite.svg) no-repeat;
    background-size: 25px 25px;
}
.modal-header-bookmark {
    vertical-align: middle;
    align-self: center;
    margin-right: 5px;
}
.stationDetail-contentMetDataLeft-data {
    margin-top: 15px;
}

.stationDetail-contentMetData {
    margin-bottom: 20px;
}

.stationDetail-contentTides {
    margin-top: 25px;
}
.searchBox-contentFilter-input .dropdown-menu {
    overflow: auto;
}
.noDataError {
    background-color: #ffe4e4;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
    margin-top: 15px;
}

.noDataError p {
    margin-bottom: 0;
}
.stationDetail-contentMetData {
    margin-top: 20px;
}

.stationDetail-contentMetDataLeft-head span {
    vertical-align: bottom;
    display: inline-block;
}
img.searchForMobile.leaflet-control {
    background-color: #fff;
    padding: 10px;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}
img.searchForMobile:hover {
    cursor: pointer;
}
.searchBox-head .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}
.searchBox-head .close:hover, .searchBox-head .close:focus {
    color: #000;
}
.stationDetail-contentMetDataLeft-head h3 {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.stationDetail-contentCurrentsLeft-head h3 {
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    margin: 0;
}
.stationDetail-contentCurrents-dataRight p {
    margin-bottom: 5px;
}

.stationDetail-contentAirgapLeft .searchBox-contentFilter-inputCheckbox {
    margin-top: 7px;
}

.stationDetail-contentMetDataLeft-head {
    padding: 10px 0px;
}

.stationDetail-contentTidesLeft .table-primary td {
    font-weight: bold;
}

.stationDetail-nav a {
    font-size: 0.78em;
}


.stationListingWrapper .list-group-item:hover {
    background-color: #efefef;
    cursor: pointer;
}

.stationDetailWrapper .stationDetail-nav {
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px;
}

.stationDetailWrapper .stationDetail-nav li {
    padding: 5px !important;
    text-align: center;
    font-size: 1.2em;
    color: #000;
    border-bottom: 1px solid #c3c2c2;
    /* border-top: 1px solid; */
}

.stationDetailWrapper .stationDetail-nav li.nav-item a.nav-link {
    color: #6f6f6f !important;
}

.stationDetailWrapper .stationDetail-nav li:first-child {
    border-top: 1px solid #c3c2c2;
}

.stationDetailWrapper .stationDetail-nav li.nav-item a.nav-link:hover, .stationDetailWrapper .stationDetail-nav li.nav-item a.nav-link:focus {
    color: #000 !important;
}

/* Playing with station detail section styles */
.stationDetail-contentDataSect {
    /* padding: 15px; */
    border-radius: 7px;
    box-shadow: 0px 4px 12px 0px #9a9a9a;
    display: block;
}

.stationDetail-contentDataSectInfo {
    text-align: center;
    width: 100%;
    background-color: #eaf6ff;
    border-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 4px;
}

span.stationDetail-contentDataSectInfoData {
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.stationDetail-contentDataSect .dataGraph {
    padding: 15px;
}

.stationDetail-contentWindsInfo.stationDetail-contentDataSectInfo {
    background-color: #eafffd;
}

.stationDetail-contentAirTempInfo.stationDetail-contentDataSectInfo {
    background-color: #fcedff;
}

.stationDetail-contentWaterTempInfo.stationDetail-contentDataSectInfo {
    background-color: #f0ffec;
}

.stationDetail-contentBaroInfo.stationDetail-contentDataSectInfo {
    background-color: #fbf7ef;
}

.stationDetail-contentHumidityInfo.stationDetail-contentDataSectInfo {
    background-color: #ffe9e9;
}

.stationDetail-nav .dropdown-toggle {
    border: 1px solid #efefef;
    /* padding: 10px; */
    border-radius: 3px;
    cursor: pointer;
}

.modal-header .dropdown a.btn {
    color: #000;
    border: 1px solid #bdbdbd;
}
.stationListingWrapper .list-group {
    max-height: 600px;
    overflow: auto;
}
.modal-header .dropdown {
    align-self: center;
    margin-left: 5px;
}

.stationDetail-contentCurrentsLeft-dataRight .table td, .table th {
    padding: 5px;
}

.stationDetail-nav .dropdown-toggle#navbarDropdown:hover {
    background-color: #53b2ea;
    color: #fff;
}

#stationDetailModal .modal-header {
    border-bottom: 5px solid #6690bb;
}

/* end style playing */

.stationDetail-contentH3Full h3{
	font-size: 1.5em;
    width: 100%;
    font-weight: bold;
    /*  padding-left: 15px; */
    /* margin-bottom: 15px; */
    color: #000;
    margin-top: 10px;
}
.stationDetail-contentH3Full img {
	width: 100%;
}
.stationDetail-contentH3Full {
    margin-top: 30px;
    margin-bottom: 30px;
}

.legend-head h5 {
    display: inline-block;
}
.stationListing-head h5 {
	display: inline-block;
}

.legend-button {
    text-align: right;
    padding-right: 20px;
    padding-top: 30px;
}

.legend-showItem label {
    display: inline-block;
}
.leaflet-control-layers-list h6 {
    font-weight: bold;
}

.legend-button img {
    background-color: #fff;
    width: 45px;
    /* text-align: right; */
}

.searchBox-searchIcon {
    background-image: url(../images/search.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-left: 7px;
    vertical-align: middle;
}
.searchBox-contentFilter-input .geocoder-control-suggestions {
    position: relative;
}
.dropdown-menu .geocoder-control-suggestion {
    color: #000;
    border-bottom: 1px solid #efefef;
    cursor:pointer;

}
.leaflet-control-locate a {
    padding: 0 !important;
}
.dropdown-menu .geocoder-control-suggestion:hover {
    background-color: #efefef;
}
.dropdown-menu .geocoder-control-selected{
    background: #7FDFFF;
}
.dropdown-menu li {
    list-style-type:none;
    padding:10px;
}
.dropdown-menu ul {
    padding-left: 0px;
    display: block;
}
a.stationDetail-headStationHome {
    border: 1px solid #afafaf;
    background-color: #fff;
}
.wlmetpushpin {
	background-image: url(../images/wlmetpushpin.png);
}
.yellowpushpin {
	background-image: url(../images/yellowpushpin.png);
}
.redpushpin {
	background-image: url(../images/redpushpin.png);
}
.bluepushpin {
	background-image: url(../images/bluepushpin.png);
}
.greenpushpin {
	background-image: url(../images/greenpushpin.png);
}
.whitepushpin {
	background-image: url(../images/whitepushpin.png);
}
.purplepushpin {
	background-image: url(../images/purplepushpin.png);
}
.leaflet-control-layers-overlays p span {
    width: 14px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.leaflet-control-layers-overlays p {
    display: inline-block;
}


/* Extra small devices (portrait phones, less than 576px) 
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .container-fluid .float-left {
        float: none!important;
    }
    .searchBoxWrapper{
        margin: 10px 0px;
    }
    .stationListingWrapper {
        margin: 20px 0px;
    }
    form.leaflet-control-layers-list.leaflet-control-layers-scrollbar {
        max-height: 450px;
    }
 }

/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .stationDetail-headStationHome.stationDetail-headStationHomeResponsive {
        display: none;
    }
    .stationDetailWrapper nav {
        display: none;
    }
 }
 @media (max-width: 992px) { 
    .modal-header .stationDetail-headStationHome {
        display: none;
    }
    .modal-header .dropdown {
        display: none;
    }
    .searchBox-head p {
        font-size: .7em;
    }
    .noaaLogo {
        margin-right: 7px;
        background: url(../images/noaa_logo_circle_72x72.svg) 0 0 no-repeat;
        height: 20px;
        width: 20px;
        background-size: 100%;
    }
    .searchBox-head button.close {
        margin-left: 7px;
    }
    .leaflet-control-layers-overlays p span {
        width: 9px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .leaflet-control-layers-overlays p {
        margin-bottom: 7px;
    }
    .legend-showSection {
        margin-bottom: 0px;
    }
    .stationDetail-contentAirgapLeft img {
        width: 100%;
    }
    .stationDetail-contentTidesWaterCont img {
        width: 50px;
    }
    .stationDetail-contentTidesMetCont img {
        width: 50px;
    }
    .searchBox-contentFilter-unitOfMeasure {
        margin-left: 10px;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }