html, body {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "din-2014", sans-serif;
    overflow: hidden;
}

body.login{
  background: url(../images/login_bg.jpg);
  background-size: cover;
}

.toggleLbl {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  transform: scale(0.7);
  cursor: pointer;
  float: right;
  transition: all 0.3s ease;
}
.toggleLbl:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: '';
  transition: all 0.3s ease;
}
.toggleLbl:active:after {
  transform: scale(1.15, 0.85);
}
.toggleCbx:checked ~ label {
  background: #6ab3fd;
}
.toggleCbx:checked ~ label:after {
  left: 20px;
  background: #007eff;
}
.toggleCbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.toggleCbx:disabled ~ label:after {
  background: #bcbdbc;
}
.profileLabel{
  color: #FFF;
  font-size: 1em;
}

h4.profileLabel {
    text-transform: uppercase;
}
.layerToggle.toggleProfile{
  font-size: 1.6em;
  background: #666;
  color: #CCC;
  width: 40px;
  height: 100%;
}
.layerToggle.toggleProfile:hover{
  border-color: #222;
  color: #FFF;
  text-decoration: none;
}
.layerToggle.toggleProfile.active{
  background: #222;
}
.layerToggle.toggleProfile:focus, .layerToggle.toggleProfile:active{
  color: #CCC;
}

button{
  outline: none!important;
}

.toggleButtons{
  display: none;
  position: absolute;
  bottom: 43px;
  left: 10px;
  z-index: 999;
  padding-left: 50px;
}

.toggleButtons.toggleRainTypes.active, .toggleButtons.toggleWaveTypes.active{
  display: block;
}

.toggleButtons.toggleWaveTypes{
  bottom: 83px;
}

.toggleButtons.toggleRainTypes:before{
  content: "RAIN:";
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.4);
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px 0 0 2px;
  line-height: 100%;
  width: 52px;
}

.toggleButtons.toggleWaveTypes:before{
  content: "WAVE:";
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.4);
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px 0 0 2px;
  line-height: 100%;
  width: 52px;
}

.toggleButtons .btn.active{
  background: #333;
  color: #FFF;
  border-color: #000;
}

.cntr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.press {
  margin: 10px 0px 0;
  border-bottom: 1px solid #333;
  padding:  5px 0;
}

.press.profileSection {
    background: #111;
    margin-top: 0;
}

.press.profileSection i {
    margin-right: 5px;
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    left: 0;
}

.press.profileSection i:before {
    left: 14px;
}

.press.profileInfo {
    padding: 20px 0;
}

.login .help-block{
  background: #a94442;
  color: #FFF;
  padding: 5px;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 0;
}

.loginWrap{
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 10px;
}

.loginWrap .password .input-group-addon{
  cursor: pointer;
}

.loginWrap .password .input-group-addon i.fa-eye{
  padding: 6px 12px;
}

.loginWrap .password .input-group-addon.passToggle{
  padding: 0;
}

.fa-eye.passShown:before{
  content: "\f070";
}



.loginContainer {
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
            box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.loginFooter {
    font-size: 0.85em;
    padding-top: 10px;
    text-shadow: 1px 1px 0 rgba(255,255,255, 0.6);
}

.loginWrap h1 {
    font-size: 2.7em;
    margin: 10px;
    padding-bottom: 0;
    font-weight: bold;
    color: #717171;
}

/*.loginWrap .password {
    display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     max-width: 290px;
     margin: 0 auto;
     position: relative;
    -ms-flex-align: center;
     -webkit-box-align: center;
     align-items: center;
}

.loginWrap .password input {
    background: #fbfbfb;
    border: 2px solid #f0f0f0;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
    height: 40px;
    display: block;
}

.loginWrap .password .control-label {
    width: 30px;
    text-align: center;
    font-size: 1.4em;
    line-height: 30px;
    padding: 0;
    position: relative;
}

.loginWrap .password i {
    height: 100%;
    display: block;
    color: #5e5e5e;
}*/

.loginWrap .btn.btn-primary {
    color: #FFF;
    background: #ffb701;
    border: 0;
    text-transform: uppercase;
    padding: 7px 20px;
    margin-top: 20px;
    font-size: 1.2em;
    width: 150px;
    transition: 0.2s all;
}

.reset .loginWrap .btn.btn-primary {
    color: #FFF;
    background: #ffb701;
    border: 0;
    text-transform: uppercase;
    padding: 7px 20px;
    margin-top: 20px;
    font-size: 1em;
    width: 230px;
    transition: 0.2s all;
}

.loginWrap .btn.btn-primary:hover {
    background: #d29600;
}

.loginWrap .input-group{
  width: 100%;
  margin-bottom: 2%;
  position: relative;
}

.loginWrap .input-group.password .passwordReset {
    position: absolute;
    right: 50px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 0.9em;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #757575;
}

.loginWrap .checkbox {
    color: #7f7f7f;
    margin-top: 5px;
}

.loginWrap .input-group-addon{
  width: 40px;
  text-align: center;
}

.loginLogo{
  text-align: center;
}

.loginLogo img{
  max-width: 200px;
  height:auto;
}

.input-group-addon i{
  font-size: 1em;
}

.loginWrap input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.loginWrap input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
}

/*.loginWrap .password i.fa-eye {
    width: 30px;
    display: block;
    position: absolute;
    right: 5px;
    height: 30px;
    top: calc(50% - 15px);
    line-height: 30px;
    font-size: 1.2em;
    color: #6f6f6f;
    cursor: pointer;
}*/

.loginWrap h2 {
    font-size: 0.9em;
    margin: 10px 10px 30px;
    padding-bottom: 0;
    color: #717171;
    font-weight: 200;
    text-transform: uppercase;
}

#app{
  width: 100%;
    height: 100%;
}

.loader {
    width: 100%;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    color: #FFF;
    background: #007eff;
}

.loader.mapLoader {
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #e2e2e2;
    color: #666;
    display: none;
}

.graphMain .loader{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  top: 40px;
  text-align: center;
  justify-content: center;
  background: #DDD;
  color: #333;
}

.graphMain .loader .loaderIcon {
  border-top: 1.1em solid #CCC;
  border-right: 1.1em solid #CCC;
  border-bottom: 1.1em solid #CCC;
  border-left: 1.1em solid #666;

}

.loader.mapLoader {}

.loader.mapLoader svg path, .loader.mapLoader svg circle {
    stroke: #007eff;
}

.instruments .loader.mapLoader {
    width: calc(100% - 200px);
}

.loader img, .loader svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.loader svg path, .loader svg circle {
    stroke: #FFF;
}

.loader h2 {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 1em;
}

.loaderIcon,
.loaderIcon:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.loaderIcon {
  margin: 20px 8px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.login #app {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
        -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
}

.map{
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
}

#mapCont {
    width: 100%;
    height: 100%;
}

.mapZoom {
    position: absolute;
    top: 0;
    left: 0;
}

.mapZoom .btn-earth {
    background:  #FFF;
}

.warningNotifications {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 400;
    width: 310px;
    padding-right: 7px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.instruments .warningNotifications {
    right: 270px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100% - 18px);
}

.warningNotifications::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #FFF;
  
}

.warningNotifications::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.warningNotifications::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
  background-color: #999;
}

.warningNotifications .warningText{display:  flex;justify-content: center;flex-direction:  column;width: 100%;}

.warningNotifications a {
    display: flex;
    background:  #FFF;
    margin-bottom: 10px;
    border-left:  8px solid;
    height: 40px;
    line-height: 15px;
    text-align: left;
    padding-left: 6px;
    font-size: 0.9em;
    -webkit-box-shadow: 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 1px 0px rgba(0,0,0,0.1);
    position: relative;
    cursor: pointer;
}

.warningNotifications a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.warningNotifications a:active {
    opacity: 0.9;
}

.warningNotifications a span.alertLevel {
    width: 46px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:  center;
    float: right;
    text-align: center;
    margin-left: 10px;
    background: #d21a21;
    color: #FFF;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 33px;
}

.warningNotifications a span small {}

.warningNotifications a.warningWatch span {}

.warningNotifications a.warningPre span.alertLevel {
    background: rgb(216, 98, 12);
}

.warningNotifications a.warningRiver {
  border-left: 8px solid #e9aa02;
}

.warningNotifications a.warningRain {
    border-left: 8px solid #33b7d2;
}

.warningNotifications a.warningWaves {
    border-left: 8px solid #9f14cd;
}

.warningNotifications a.warningTide {
    border-left: 8px solid #484848;
}

.warningNotifications a.warningWeather {
    border-left: 8px solid #206bb8;
}

.warningNotifications a.warningHydraulics {
    border-left: 8px solid #0f5a03;
}

.warningNotifications .alertName{
  display: block;
  width: calc(100% - 46px);
  overflow: hidden;
  height: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.graph {
    width:  100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #f1f1f1;
    -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
            box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}

.graphWrap {
    width: calc(100%);
    margin: 0;
    position: absolute;
    z-index: 1000001;
    bottom: 0px;
    left: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.modal{
        z-index: 1000002;
}

.timeline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #f1f1f1;
    height: 20px;
}

.timeline .playButton {
    width: 40px;
}

.timeline .rightSpacer {
    width: 40px;
    height: 100%;
}

.timeline .timelineWrap {-ms-flex: 1;-webkit-box-flex: 1;flex: 1;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;-ms-flex-align: stretch;-webkit-box-align: stretch;align-items: stretch;}

.timelineWrap a {-ms-flex: 1;-webkit-box-flex: 1;flex: 1;text-align: center;font-size: 0.8em;line-height: 20px;}

.graphClose {
    position: absolute;
    top: -20px;
    right: 0;
    height: 20px;
    line-height: 20px;
    background: #FFF;
    font-size: 0.8em;
    padding: 0 5px;
    -webkit-box-shadow: 1px 0px 0px rgba(0,0,0,0.1);
            box-shadow: 1px 0px 0px rgba(0,0,0,0.1);
    background-color: white;
    cursor: pointer;
}

.graphClose i {
    margin-right: 3px;
}

.graphLeft, .graphRight {
    width:  40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: end;
        -webkit-box-align: end;
            align-items: flex-end;
}

.graphLabel {
    width: 50%;
    position: relative;
}

.graphLabel span {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
            transform-origin: left top 0;
    width: 160px;
    position: absolute;
    bottom: 0px;
}

span {}

.graphLevels {
    width:  50%;
    text-align: center;
}

.graphLeft span, .graphRight span {
    display: block;
}

.graphCenter {
    width: 100%;
}

.graphMain {
    height: 360px;
    background: #f4f3f3;
    position: relative;
    padding: 40px 10px 0;
}

.graphMain:after {
    width: 100%;
    height: 30px;
    content: "";
    background: #DDD;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.startDateLabel{
    float: left;
    line-height: 26px;
    margin-right: 7px;
    font-size: 0.9em;
}

.vdp-datepicker__calendar{
    bottom: 100%;
    right: 0px;
}

.graphWrap .vdp-datepicker__calendar .cell.selected, .vdp-datepicker__calendar .cell.selected.highlighted, .graphWrap .vdp-datepicker__calendar .cell.selected:hover {
    background: #CCC;
}

.graphWrap .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .graphWrap .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .graphWrap .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #CCC;
}

.graphWrap .vdp-datepicker input{
  width: 100px;
}

.graphHeaderBar {
    height: 36px;
    display: flex;
    position: absolute;
    z-index: 1;
    width: 50%;
}

.wardLabel{
    font-size: 0.8em;
    color: #000;
    text-shadow: 1px 1px #FFF;
    text-align:center;
    pointer-events: none!important;
    line-height: 1em;
}

.graphHeaderBar::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.graphCompareWrap{
    width: 100%;
    height: 36px;
    display: flex;
}

.graphMain .dateSelect {
    position: absolute;
    right: 4px;
    top: 6px;
    min-width: 200px;
}

.graphMain .showThresholds {
    position: absolute;
    right: 204px;
    top: 6px;
    padding: 4px 10px 0;
    background: #e8e9e9;
    border-radius: 3px;
    margin-right: 10px;
}

.graphMain .showThresholds span{
    text-transform: uppercase;
    font-size: 0.8em;
}

.warningLineWrap span:first-child {
    display: block;
    background: rgb(210, 26, 33);
    width: 70px;
    color: #FFF;
    font-size: 0.8em;
    text-align: center;
    padding: 1px 0;
    height: 18px;
    float: left;
}

.warningLineWrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.warningLineWrap .warningLine {
    margin: 9px 0 0 0;
    float: left;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
    height: 1px;
    background: #d21a21;
}

.graphMain .zoomLevel a {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: #d5d5d5;
    color: #7e7e7e;
    text-align: center;
    line-height: 16px;
    border: 1px solid #c8c8c8;
    font-size: 0.8em;
}

.graphMain .zoomLevel a:last-child {
    border-left:  0;
}

.graphHeaderBar .compareInst {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 25px 0 10px;
    border-bottom: 6px solid #0f5a03;
    background: #FFF;
    font-size: 0.85em;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-right: 4px;
}

.graphHeaderBar .compareInst .compareInstName{
    display: block;
    max-width: 100%;
    white-space: nowrap;
    height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.graphHeaderBar .compareInst .compareRemove{
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}

.graphHeaderBar .compareInst.rivergauges {
    border-color: #e9aa02;
}

.graphHeaderBar .compareInst.windgauges {
    border-color: #c54b9b;
}

.graphHeaderBar .compareInst.raingauges {
    border-color: #33b7d2;
}

.graphHeaderBar .compareInst.wavegauges {
    border-color: #9f14cd;
}

.graphHeaderBar .compareInst.tidegauges {
    border-color: #484848;
}

.graphHeaderBar .compareInst.weatherstations {
    border-color: #206bb8;
}

/* Compare Item BGs */

.graphHeaderBar .compareInst.compareItem.rivergauges {
    border-color: #c77303;
}

.graphHeaderBar .compareInst.compareItem.raingauges {
    border-color: #18650c;
}

.graphHeaderBar .compareInst.compareItem.wavegauges {
    border-color: #e782e8;
}

.graphHeaderBar .compareInst.compareItem.hydraulicsgauges {
    border-color: #33b7d2;
}

.graphHeaderBar .compareInst.compareItem.weatherstations {
    border-color: #154679;
}

.graphHeaderBar .compareInst.compareItem.tidegauges {
    border-color: rgb(38, 38, 38);
}

.leaflet-zoom-animated path.leaflet-interactive{
  stroke-width: 1!important;
  fill-opacity: 0.05!important;
}

/* ------------------ */

.noDataGraph{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  text-align: center;
  padding-top: 90px;
  color: #666;
  font-size: 1.5em;
}

.noDataGraph i{
  color: #999;
  font-size: 1.2em;
  }

.graphHeaderBar .btn-compare {
    background: #e1e1e1;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 0.8em;
}



.graphHeaderBar .btn-compare i {
    margin-right: 4px;
    font-size: 1.2em;
}

.graphHeaderBar .compareInst.instRain {
    border-color: #33b7d2;
}

.instStats {position: absolute;right: 0;height: 40px;line-height: 40px;padding: 0 10px;font-size: 0.75em;}

.markers {
    position: absolute;
    bottom: 50%;
    left: 50%;
}

.marker {
    position: relative;
}

.marker.markerRiver svg, .marker.markerRain svg, .marker.markerWaves svg, .marker.markerTide svg {
    display: block;
    width: 13px;
    height: 13px;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}

.marker.markerTide svg {
    width: 11px;
    height: 11px;
}

.marker.markerRiver svg path, .marker.markerRain svg path, .marker.markerWaves svg path, .marker.markerTide svg path {
    stroke: #FFF;
    stroke-width: 4px;
}


.markers svg, .markers img {
    display: block;
    width: 47px;
    height: 47px;
    overflow: visible;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
    filter: drop-shadow(3px 0px 2px rgba(0,0,0,0.3));
}

.warningMarker svg .st1 {
    fill: #d21a21!important;
}

.markers svg filter {-webkit-transform: rotate(20deg);transform: rotate(20deg);}

.instruments .graphWrap {
    width: calc(100% - 260px);
}

.menu{
  width: 260px;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(125, 9, 9, 0.77);
  padding: 0;
  right: -190px;
  position: absolute;
  height: 100%;
  margin: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 0px #000;
          box-shadow: 0 0 0px #000;
}

.menuOpen .menu {
    right: 0;
    background: rgba(125, 9, 9, 1);
    -webkit-box-shadow: 0 0 10px #000;
            box-shadow: 0 0 10px #000;
}

.menu ul{
  margin: 0;
  padding:  0;
  list-style-type: none;
  height:  100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
          align-content: center;
}

.menu ul li{
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 1.2em;
}

.menu ul li a{
  background: rgba(97, 6, 6, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding: 15px 22px;
  border-bottom: 1px solid rgba(97, 6, 6, 1);
}

.menu ul li:first-child a {
    border-top: 1px solid rgba(97, 6, 6, 1);
}

.menu ul li a:hover {
    background: rgba(97, 6, 6, 1);
}

.menu ul li.menuIcon{
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;width:  100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.menu ul li span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 50px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  text-transform: uppercase;
}

.menu ul li i{
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 10px;
  left: 0px;
  bottom: 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu ul li:hover i{
  bottom: 3px;
}

.menuOpen .menu ul li:hover i{
  left: 3px;
  bottom: 0;
}

.menuOpen .menu ul li span{
  opacity: 1;
  left: 0;
}

.menuIconWrap{
  width: 30px;
  height: 20px;
  position: absolute;
  z-index:  20;
  right: 20px;
  top: 20px;
}

.menuIcon{
  display: block;
  text-align: left;
  font-size: 1.8em;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  width: 30px;
  height: 20px;
}

.menuOpen .menuIconWrap {
}

.menuOpen .menuIcon {

}

.menuIcon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.menuIcon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menuIcon span:nth-child(1) {
  top: 0px;
}

.menuIcon span:nth-child(2), .menuIcon span:nth-child(3) {
  top: 8px;
}

.menuIcon span:nth-child(4) {
  top: 16px;
}

.menuOpen .menuIcon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menuOpen .menuIcon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuOpen .menuIcon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuOpen .menuIcon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.logo{
  font-size: 1.8em;
  color: #666;
  background: #e8e8e8;
  width: 117px;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.logo img{
  width: 97px;
  height: auto;
}

.headerBar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 50px;
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 410;
}

.mapWrap {
    height:calc(100% - 50px);
    position: relative;
}

.instListWrap {}

.instruments .instListWrap {
    width: 260px;
    position: absolute;
    right: 0;
    background: #FFF;
    overflow: scroll;
    -webkit-box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
    box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
    z-index: 400;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.profileWrap {
    width: 250px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    float: left;
    z-index: 1000002;
    height: 100%;
    left: -250px;
    position: absolute;
    top: 0;
    transform: translateX(0);
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: #222;
}

.profile .profileWrap{
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: scroll;
    -webkit-box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
            box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.profileWrap:before{

}

.profileWrap h3 {
    font-size: 1.2em;
    color: #FFF;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout{
  color: #CCC;
  text-align: right;
}

.logout:hover{
  color: #FFF;
}

.instruments .instListWrap::-webkit-scrollbar, .profile .profileWrap::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.instListToggle {
    display: block;
}

.instList a {
    color: #666;
}

.regionWrap > a {
    display: block;
    border-bottom: 1px solid #e8e9e9;
    border-top: 1px solid #e8e9e9;
}

.regionWrap > a:first-child {
    border-top: 0;
}

.instList {
}

.instSearchResults {
    background: #EEE;
    max-height: 220px;
    overflow: scroll;
    width: 100%;
}

.instSearchResults:after {
    content: "";
    display: block;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.03)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%);
    width: 100%;
    bottom: 0;
}

.instSearchResults:before {
    content: "";
    display: block;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.03)),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
}

.instSearchResults:before {}

.instListCont .panel-group, .instListCont .panel-heading, .instListCont .panel-body, .instListCont .panel-primary, .instListCont .panel-collapse, .instListCont .panel-default, .instListCont .panel-group .panel+.panel {
    margin: 0;
    padding: 0;
    border: 0!important;
    border-radius: 0!important;
    background: transparent;
    border-top: 0!important;
    border-bottom: 0!important;
}

.instContList .panel .panel-collapse:last-child {
    border-bottom: 0!important;
}

.instList.in {
    border-bottom: 1px solid #e8e9e9;
}

.instList:before {
  content: "";
  display: block;
  height:  8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.03)),to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 100%);
  margin-bottom: -3px;
}

.instSearchResults:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.08)),to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 100%);
}

.instList:after {
  content: "";
  display: block;
  height:  8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.03)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%);
  margin-top: -3px;
}

.instSearchResults:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.08)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%);
}

.instListToggle {
    padding: 6px 10px 6px 21px;
    border-bottom: 1px solid #e8e9e9;
    border-left: 8px solid #e9aa02;
    position: relative;
    cursor: pointer;
    -webkit-transition: background;
    transition: background;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.instListToggle:hover {
    background: #eee;
}

.alertsSlider{
    position: static;
    width: 100%;
    background: #e8e9e9;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 5px;
}

.alertsSlider h4{
  text-transform: uppercase;
  font-size: 0.8em;
  text-align:center;
  background: #dedede;
  color: #5f5f5f;
  padding: 2% 0;
  margin: 0;
}

.alertsSlider input{
  display: inline-block;
  width: 67%;
  padding: 0;
}

.alertsSlider input.forcast {
    width: 100%;
    border-radius: 0 2px 2px 0;
}

.alertsSlider span{
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 0.7em;
  padding: 2% 0;
  display: inline-block;
  width: 33%;
}

.alertsSlider span.now:before {
    display:  block;
    content: "";
    width: 2px;
    height: 20px;
    background: #6f6f6f;
    position: absolute;
    left: calc(50% - 2px);
    top: -5px;
}

.alertsSlider span.now {
    position:  relative;
    width: 1px;
    height: auto;
}

.alertsSlider span.now i {
    position:  absolute;
    left: 50%;
    top: 140%;
    transform: translateX(-50%);
    font-style:  normal;
}

.alertsSlider .inputWrap{
  padding: 5px;
  display: flex;
  align-items:  center;
  height: 53px;
}

/* The slider itself */
.rangeSlider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 8px; /* Specified height */
    background: #999; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 2px;
}

/* Mouse-over effects */
.rangeSlider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.alertsSlider .sliderWrap{
  padding: 5% 5% 1%;
}

/* The slider handle (use webkit (Chrome, Opera, Safari, Edge) and moz (Firefox) to override default look) */
.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 18px; /* Set a specific slider handle width */
    height: 18px; /* Slider handle height */
    background: #007eff url(../images/h.svg) center no-repeat; /* Green background */
    background-size: 8px 12px;
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    border: 1px solid #007eff;
}

.rangeSlider::-moz-range-thumb {
    width: 18px; /* Set a specific slider handle width */
    height: 18px; /* Slider handle height */
    background: #007eff url(../images/h.svg) center no-repeat; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    border: 1px solid #007eff;
    background-size: 8px 12px;
}

.rangeSlider:hover::-webkit-slider-thumb, .rangeSlider:hover::-moz-range-thumb:hover{
  transform: scale(1.1);
}

.rangeSlider.forcast::-webkit-slider-thumb{
  background: #007eff url(../images/f.svg) center no-repeat;
  background-size: 8px 12px;
}

.rangeSlider.forcast::-moz-range-thumb{
  background: #007eff url(../images/f.svg) center no-repeat;
  background-size: 8px 12px;
}

.rangeSlider.hindcast{
  direction: rtl;
}

.riverIcon:before {
    content: url(../images/icon_river.svg);
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
    line-height: 9px;
}

.rainIcon:before {
    content: url(../images/icon_rain.svg);
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    position: absolute;
    left: 4px;
    top: calc(50% - 5px);
    line-height: 10px;
}

.waveIcon:before {
    content: url(../images/icon_waves.svg);
    width: 11px;
    height: 11px;
    display: block;
    float: left;
    position: absolute;
    left: 4px;
    top: calc(50% - 6px);
    line-height: 10px;
}

.tideIcon:before {
    content: url(../images/icon_tide.svg);
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
    line-height: 9px;
}

.windIcon:before {
    content: url(../images/icon_wind.svg);
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
    line-height: 9px;
}

.weatherIcon:before {
    content: url(../images/icon_weather.svg);
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
    line-height: 9px;
}

.hydraulicIcon:before {
    content: url(../images/icon_hydraulic.svg);
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
    line-height: 9px;
}

.marker.riverIcon:before {
    position: initial;
    stroke: #646464;
    stroke-width: 1px;
}

.marker.rainIcon:before {
  position: initial;
}

.marker.waveIcon:before {
    position: initial;
}

.marker.tideIcon:before {
    position: initial;
}

.marker.warningMarker.riverIcon:before {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 13px;
    top: 7px;
    line-height: 21px;
    z-index: 10;
}

.marker.warningMarker.rainIcon:before {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 13px;
  top: 5px;
  line-height: 21px;
  z-index: 10;
}

.marker.warningMarker.waveIcon:before {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 13px;
    top: 6px;
    line-height: 21px;
    z-index: 10;
}

.marker.warningMarker.tideIcon:before {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 9px;
    line-height: 18px;
    z-index: 10;
}

.instListToggle:after, .instRegion:after{
    content: "\f106";
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;
    color: #939393;
}

.instListToggle.collapsed:after, .instRegion.collapsed:after {
    content: "\f107";
}

.instListToggle.instToggleRain {
    border-left: 8px solid #33b7d2;
}

.instListToggle.instToggleWaves {
    border-left: 8px solid #9f14cd;
}

.instListToggle.instToggleTide {
    border-left: 8px solid #484848;
}

.instListToggle.instToggleWeather {
    border-left: 8px solid #206bb8;
}

.instListToggle.instToggleHydraulics {
    border-left: 8px solid #0f5a03;
}

.instListToggle:first-child {
    border-top: 0;
}

a {
    color: #1c1c1c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #1c1c1c;
}

.innerDiv {
    height:100%;
    overflow-y: auto;
    min-height:100%;
}

.instListToggle.last-child {
    border-bottom: 0;
}

.instList a {
    display: block;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.9em;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.instList a:hover {
    background: #eee;
}

.instList a:last-child {
    border-bottom: 0;
}

.instListWrap {
    width: 260px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    float: left;
    z-index: 400;
    height: 100%;
    right: -300px;
    position: absolute;
    top: 0px;
    transform: translateX(0);
}

.instListWrap.open {
    width: 300px;
}

.instRegion {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e8e9e9;
    font-size: 1.05em;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wardFilter select{
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 0px!important;
    height: 30px;
    margin-bottom: 3px;
}

.instSearch input {
    width:  100%;
    border: 0;
    height: 40px;
    padding: 0 20px 0 0;
    font-size: 1em;
    outline: none;
    width: 79%;
    display: inline-block;
    background: transparent;
}

.instSearch {
    background: #f3f3f3;
    vertical-align: middle;
    -webkit-transition: 0.2s background;
    transition: 0.2s background;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    /* justify-content: center; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: flex-start;
    height: 40px;
    border: 0;
}

.modal-content .comparedItem {
    display: block;
    padding: 10px;
    color: #FFF;
    background: #007eff;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modalClose{
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  cursor: pointer;
}

.modal-footer .btn-primary {
    color: #FFF;
    background: #ffb701;
    text-transform: uppercase;
padding: 7px 20px;
font-size: 1em;
width: 150px;
}

.modal-footer {
text-align: center;
}

.compareModal .modal-footer {
display: none;
}

.modal-header {
border-bottom: 8px solid #e9aa02;
padding: 8px 10px 8px 20px;
font-size: 1.1em;
position: relative;
}

.modalSummary .modal-header {
/* display: none; */
}

.modalSummary .modal-body{
padding: 0 20px;
}

.modalSummary .modal-body h3{
position: relative;
padding: 10px 20px;
/* border-left: 8px solid #000; */
background: #eeeeee;
margin-top: 0;
width: calc(100% + 40px);
margin-left: -20px;
}

.modalSummary .modal-body h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
}

.modalSummary .modal-body tr.failed{
background: #B94A48;
color: #fff;
font-weight:400;
}

.rivergauges .modal-header:before {
content: url(../images/icon_river.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.raingauges .modal-header:before {
content: url(../images/icon_rain.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.weatherstations .modal-header:before {
content: url(../images/icon_weather.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.hydraulicsgauges .modal-header:before {
content: url(../images/icon_hydraulics.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.wavegauges .modal-header:before {
content: url(../images/icon_waves.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.tidegauges .modal-header:before {
content: url(../images/icon_wind.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.rivergauges .modal-header {
border-bottom: 8px solid #E9AA02;
}

.wavegauges .modal-header {
border-bottom: 8px solid #9f14cd;
}

.raingauges .modal-header {
border-bottom: 8px solid #33b7d2;
}

.weatherstations .modal-header {
border-bottom: 8px solid #206bb8;
}

.hydraulicsgauges .modal-header {
border-bottom: 8px solid #0f5a03;
}

.tidegauges .modal-header {
border-bottom: 8px solid #484848;
}


.raingauges .modal-footer .btn-primary {
background: #33b7d2;
}

.wavegauges .modal-footer .btn-primary {
background: #9f14cd;
color: #FFF;
}

.rivergauges .modal-footer .btn-primary {
background: #E9AA02;
}

.hydraulicsgauges .modal-footer .btn-primary {
background: #0f5a03;
}

.weatherstations .modal-footer .btn-primary {
background: #206bb8;
}

.tidegauges .modal-footer .btn-primary {
background: #484848;
}


.modalWaves .modal-header:before {
content: url(../images/icon_waves.svg);
width: 9px;
height: 9px;
display: block;
float: left;
position: absolute;
left: 5px;
top: calc(50% - 5px);
line-height: 9px;
}

.modalWaves .modal-header {
border-bottom: 8px solid #9f14cd;
}

.modal-body .instSearchResults label {
width: 100%;
display: block;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}

:checked + span {
font-weight: bold;
}

.modal-body .instSearchResults label:hover {
background: #e1e1e1;
}

.modal-body .instSearchResults label:last-child span {
border-bottom: 0;
}

.modal-body .instSearchResults label input {
display: none;
}

.modal-body .instSearchResults label input.checked + span {
background: #FFF;
}

.modal-body .instSearchResults label input.checked + span:before {
content: "\f00c";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 3px;
color: green;
}

.modal-body .instSearchResults label span {
width: 100%;
display: block;
padding: 5px 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}

.noResults {background: #d21a21;color: #FFF;text-align: center;font-size: 0.8em;}

.noResults:after {
content: "";
display: block;
height: 1px;
background: #ad1319;
margin-top: 3px;
}

.noResults:before {
content: "";
display: block;
height: 1px;
background: #ad1319;
margin-bottom: 3px;
}

.instSearch.active {
background: #FFF;
}

.instSearch i {width: 15%;vertical-align: middle;text-align: center;color: #9c9c9c;font-size: 1.3em;cursor: pointer;height: 40px;line-height: 38px;}

.instSearch a.clearResults {
  margin-right: 5px;
  color: #666;
  text-transform: uppercase;
  font-size: 0.8em;
}

.instSearch.active a.clearResults {
display: block;
}

.instList.active {

}

.mapFilters {background: #FFF;height: 100%;display: -ms-flexbox;display: -webkit-box;display: flex;padding-left: 2px;flex-grow: 1;}

.layerToggle {width: 55px;margin-right: 2px;/* border-bottom: 5px solid #007eff; */display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-webkit-transition: 0.5s all;transition: 0.5s all;cursor:  pointer;}

.layerToggle:hover {
    border-bottom: 5px solid #007eff; */
}

.layerToggle img, .layerToggle svg {
width: 25px;
height: 25px;
display: block;
}

.layerToggle svg {

}

.layerToggle path {
fill: #5f5f5f;
-webkit-transition: 1s fill;
transition: 1s fill;
}

.layerToggle.active path {fill: #FFF;}

.instrumentToggle .layerToggle.active path {
    fill: #222;
}

.layerToggle.active {background: 8px#007eff;}

.layerToggle.toggleSummary{
height: 50px;
font-size: 25px;
padding: 0 10px;
background: transparent!important;
}

.layerToggle.toggleSummary.active{
color: #007eff;
}

.leaflet-marker-icon.large{
	width: 24px!important;
	height: 24px!important;
	margin-left: -9px!important;
	margin-top: -9px!important;
	z-index: 999!important;
}

.leaflet-marker-icon.large svg{
  width: 24px!important;
  height: 24px!important;
}

.leaflet-marker-icon.large path{
  transform: scale(1.4);
}

.layerToggle.toggleInstruments {
width: 100%;
border: 0;
margin: 0;
background: #FFF;
}

.layerToggle.toggleInstruments.active {
width: 100%;
border: 0;
margin: 0;
background: #f3f3f3;
}
.layerToggle.toggleInstruments {
width: 100%;
border: 0;
margin: 0;
background: #e8e9e9; }
.layerToggle.toggleInstruments {
width: 100%;
border: 0;
margin: 0;
background: #e8e9e9; }
.layerToggle.toggleInstruments {
width: 100%;
border: 0;
margin: 0;
background: #e8e9e9;
}

a.layerToggle.toggleInstruments.toggleSummary i {
color: #5f5f5f;
}

.instrumentToggle {
width: 60px;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}

.reminder {
width: 100%;
height: 100%;
}

.layerToggle.toggleInstruments.reminderIcon {
background: #007eff;
width: 170px;
color: #FFF;
height: 100%;
margin: 0 auto;
}

.layerToggle.toggleInstruments.reminderIcon i{
margin-right: 5px;
}

.layerToggle.toggleInstruments.reminderIcon.reloading i{
margin-right: 5px;
-webkit-animation: spin 4s infinite linear;
animation: spin 4s infinite linear;
}
.map .leaflet-bar.leaflet-control.leaflet-control-home{
background-color: white;
width: 30px;
height: 30px;
display: inline-block;
float: none;
clear: none;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.08);
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
font-size: 20px;
line-height: 30px;
border: 0;
text-align: center;
color: #666;
cursor: pointer;
border-radius: 2px;
}

.wardHover{
background-color: white;
display: inline-block;
float: none;
clear: none;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.08);
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
border: 0;
text-align: center;
color: #666;
cursor: pointer;
border-radius: 2px;
padding: 4px 10px;
margin-bottom: 30px;
text-transform: uppercase;
}

.wardHover h4{
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 0.9em;
}



@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

/* ----------------------------------------- */
/* ------------Timeline Controls------------ */
/* ----------------------------------------- */

.map .leaflet-bottom.leaflet-left, .map .leaflet-bottom.leaflet-right{
width: 100%;
z-index: 9999;
margin-bottom: 0!important;
}

.map .leaflet-bar{
width: 100%;
-webkit-transition: width 0.5s;
transition: width 0.5s;
}

.map .leaflet-bar.leaflet-bar-timecontrol{
  width: 100%;
  left: 0;
}

.instruments .map  .leaflet-bar.leaflet-bar-timecontrol{
width: calc(100% - 280px);
left: 80px;
}

.map  .leaflet-left .leaflet-bar.leaflet-bar-timecontrol{
margin-left: 0;
margin-bottom: 0;
border: 0;
border-radius: 0;
}

.gmnoprint, .gm-style-cc{
display: none;
}

.map .leaflet-control-zoom.leaflet-bar.leaflet-control{
border: 0;
width: 30px;
-webkit-box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
      box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
display: inline-block;
clear: none;
z-index: 999;
}

.map .leaflet-control-layers-toggle {
border: 0;
}

.map  .leaflet-control-layers-toggle {
border: 0;
width: 50px!important;
height: 30px!important;
text-align: center;
position: relative;
}

.map .leaflet-control-layers .leaflet-control-layers-list, .map .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
background: #FFF;
width: 100px;
padding: 3px;
border: 0px solid #CCC;
top: 100%;
left: 0;
position: absolute!important;
transition: all 0.2s;
}

.map .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
background: #e8e9e9;
}

.map  .leaflet-control-layers-toggle:before {
content: "\f278";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #5f5f5f;
font-size: 1.8em;
line-height: 30px;
}

.map  .leaflet-control-layers {
border: 0!important;
border-radius: 2px;
-webkit-box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
        box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
width: 50px;
height: 30px;
}

.map .leaflet-control-layers input {
display: none;
}

.map  .leaflet-control-layers:before {}

.map .leaflet-top.leaflet-left {
width: 260px;
}

.map .leaflet-control-layers.leaflet-control {
display: inline-block;
z-index: 999;
clear:none;
}

.map .leaflet-control-zoom.leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 0!important;
}

.map .leaflet-control-zoom.leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
margin: 0!important;
}

.leaflet-control-zoom.leaflet-bar a{
margin: 0!important;
}

.map .leaflet-bar-timecontrol .leaflet-control-timecontrol.timecontrol-speed{
width: 130px;
border-right: 0;
}

.map  .leaflet-bar-timecontrol .leaflet-control-timecontrol.timecontrol-date, .map  .leaflet-bar-timecontrol a.timecontrol-date.utc:hover{
min-width: 180px!important;
width: 180px!important;
border: 0;
}

.map .leaflet-bar-timecontrol .leaflet-control-timecontrol.timecontrol-dateslider{
width: calc(100% - 340px)!important;
}

.map .leaflet-bar-timecontrol .timecontrol-dateslider .slider {
width: calc(100% - 12px)!important;
}

.map .leaflet-bar-timecontrol a.timecontrol-date.loading, .map .leaflet-bar-timecontrol a.timecontrol-date.loading:hover{
background: #007eff;
color: #FFF;
}

.map .leaflet-bar-timecontrol a.timecontrol-play.loading{
background: #007eff;
color: #FFF;
}

.map a.timecontrol-play.loading:before{
opacity: 1;
}

.map  .leaflet-bar-timecontrol .leaflet-control-timecontrol.timecontrol-backward, .map  .leaflet-bar-timecontrol .leaflet-control-timecontrol.timecontrol-forward{
display:none!important;
}

.map .timecontrol-slider .knob {
position: absolute;
width: 8px;
height: 22px;
background-color: #999;
border-radius: 1px;
border: 0px solid #a5a5a5;
margin-top: -6px;
margin-left: -4px;
cursor: ew-resize;
cursor: -webkit-grab;
cursor: -moz-grab;
}

.map .timecontrol-speed:before {
left: 7px;
}

.map .leaflet-control-velocity{
color: #FFF;
position: relative;
top: -52px;
right: 10px;
margin-right: 0!important;
}

.map .leaflet-bottom.leaflet-left .leaflet-control-velocity {top: -40px;}

.map .leaflet-top.leaflet-right {top: auto; bottom: 47px;  width: 100%;}
.map .leaflet-top.leaflet-right .leaflet-control-velocity {}

.leaflet-marker-icon.warning-icon{
	z-index: 9999!important;
}

.leaflet-marker-icon.scaleAlert{
	width: 24px!important;
	height: 24px!important;
	margin-left: -9px!important;
	margin-top: -9px!important;
	z-index: 999!important;
}

.leaflet-marker-icon.scaleAlert:after{
  width: 31px!important;
  height: 31px!important;
  content: "";
  border-radius: 50%;
  border: 2px solid rgb(216, 98, 12);;
  position: absolute;
  left: -7px;
  top: -6px;
}

.leaflet-marker-icon.scaleAlert svg{
  width: 24px!important;
  height: 24px!important;
}

.leaflet-marker-icon.scaleAlert path{
  transform: scale(1.4);
}


.leaflet-marker-icon.scaleWatch{
  width: 20px!important;
  height: 20px!important;
  margin-left: -7px!important;
margin-top: -7px!important;
z-index: 999!important;
}

.leaflet-marker-icon.scaleWatch:after{
  width: 27px!important;
  height: 27px!important;
  content: "";
  border-radius: 50%;
  border: 2px solid rgb(153, 153, 153);
  position: absolute;
  left: -6px;
  top: -5px;
}

.leaflet-marker-icon.river-icon.scaleWatch:after {
   width: 28px!important;
   height: 28px!important;
   left: -7px;
   top: -7px;
}

.leaflet-marker-icon.scaleWatch svg{
  width: 20px!important;
  height: 20px!important;
}

.leaflet-marker-icon.scaleWatch path{
  transform: scale(1.2);
}


.map .leaflet-popup-tip {
box-shadow: 0 0px 2px rgba(0,0,0,0.6);
}

.legend {
line-height: 18px;
color: #555;
}
.legend i {
width: 30px;
height: 20px;
float: left;
margin-right: 0;
opacity: 1;
color: #FFF;
font-style: normal;
text-align: center;
font-size: 0.8em;
line-height: 20px;
}

.info.legend.leaflet-control{
-webkit-box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
box-shadow: -1px 0px 6px rgba(0,0,0,0.08);
}

.info.legend.leaflet-control.rain:before{
content: "Rain";
color: #FFF;
font-size: 0.8em;
line-height: 20px;
float:left;
background: rgba(0,0,0,0.5);
padding: 0 5px;
width: 40px;
display: block;
text-align: center;
}

.info.legend.leaflet-control.wind:before{
content: "Wind";
color: #FFF;
font-size: 0.8em;
line-height: 20px;
float:left;
background: rgba(0,0,0,0.5);
padding: 0 5px;
width: 40px;
display: block;
text-align: center;
}

.info.legend.leaflet-control.waves:before{
content: "Waves";
color: #FFF;
font-size: 0.8em;
line-height: 20px;
float:left;
background: rgba(0,0,0,0.5);
padding: 0 5px;
width: 40px;
display: block;
text-align: center;
}

#mapCont .leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 2px;
}

#mapCont .leaflet-popup-content-wrapper, .leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#mapCont.leaflet-popup-content {
margin: 13px 5px;
line-height: 1.4;
font-size: 0.8em;
min-width: 100px;
}

/* ----------------------------------------- */
/* ---------------Colourblind--------------- */
/* ----------------------------------------- */

.colourBlind .instListToggle.instToggleRiver {
border-left: 8px solid #a0fa82;
}

.colourBlind .instListToggle.instToggleRain {
border-left: 8px solid #0ab45a;
}

.colourBlind .instListToggle.instToggleWaves {
border-left: 8px solid #14d2dc;
}

.colourBlind .instListToggle.instToggleTide {
border-left: 8px solid #484848;
}

.colourBlind .instListToggle.instToggleWeather {
border-left: 8px solid #206bb8;
}

.colourBlind .instListToggle.instToggleHydraulics {
border-left: 8px solid #00a0fa;
}

.colourBlind .warningNotifications a span.alertLevel {
background: #9f14cd;
}

.colourBlind .riverIcon:before {
content: url(../images/colourblind/icon_river.svg);
}

.colourBlind .rainIcon:before {
content: url(../images/colourblind/icon_rain.svg);
}

.colourBlind .waveIcon:before {
content: url(../images/colourblind/icon_waves.svg);
}

.colourBlind .tideIcon:before {
content: url(../images/colourblind/icon_wind.svg);
}

.colourBlind .weatherIcon:before {
content: url(../images/colourblind/icon_weather.svg);
}

.colourBlind .hydraulicIcon:before {
content: url(../images/colourblind/icon_hydraulic.svg);
}

.colourBlind .warningNotifications a.warningPre span.alertLevel {
background: rgb(216, 98, 12);
}

.colourBlind .warningNotifications a.warningRiver {
border-left: 8px solid #a0fa82;
}

.colourBlind .warningNotifications a.warningRain {
border-left: 8px solid #0ab45a;
}

.colourBlind .warningNotifications a.warningWaves {
border-left: 8px solid #14d2dc;
}

.colourBlind .warningNotifications a.warningTide {
border-left: 8px solid #484848;
}

.colourBlind .warningNotifications a.warningWeather {
border-left: 8px solid #206bb8;
}

.colourBlind .warningNotifications a.warningHydraulics {
border-left: 8px solid #00a0fa;
}



.colourBlind .graphHeaderBar .compareInst {
border-bottom: 6px solid #00a0fa;
}

.colourBlind .graphHeaderBar .compareInst.rivergauges {
border-color: #a0fa82;
}

.colourBlind .graphHeaderBar .compareInst.raingauges {
border-color: #0ab45a;
}

.colourBlind .graphHeaderBar .compareInst.wavegauges {
border-color: #14d2dc;
}

.colourBlind .graphHeaderBar .compareInst.hydraulicsgauges {
border-color: #00a0fa;
}

.colourBlind .graphHeaderBar .compareInst.weatherstations {
border-color: #206bb8;
}



.colourBlind .graphHeaderBar .compareInst.compareItem.rivergauges {
border-color: #c77303;
}

.colourBlind .graphHeaderBar .compareInst.compareItem.raingauges {
border-color: #18650c;
}

.colourBlind .graphHeaderBar .compareInst.compareItem.wavegauges {
border-color: #e782e8;
}

.colourBlind .graphHeaderBar .compareInst.compareItem.hydraulicsgauges {
border-color: #18650c;
}

.colourBlind .graphHeaderBar .compareInst.compareItem.weatherstations {
border-color: #154679;
}



.colourBlind .rivergauges .modal-header:before {
content: url(../images/colourblind/icon_river.svg);
}

.colourBlind .raingauges .modal-header:before {
content: url(../images/colourblind/icon_rain.svg);
}

.colourBlind .weatherstations .modal-header:before {
content: url(../images/colourblind/icon_weather.svg);
}

.colourBlind .hydraulicsgauges .modal-header:before {
content: url(../images/colourblind/icon_hydraulics.svg);
}

.colourBlind .wavegauges .modal-header:before {
content: url(../images/colourblind/icon_waves.svg);

}

.colourBlind .rivergauges .modal-header {
border-bottom: 8px solid #a0fa82;
}

.colourBlind .wavegauges .modal-header {
border-bottom: 8px solid #14d2dc;
}

.colourBlind .raingauges .modal-header {
border-bottom: 8px solid #0ab45a;
}

.colourBlind .weatherstations .modal-header {
border-bottom: 8px solid #206bb8;
}

.colourBlind .hydraulicsgauges .modal-header {
border-bottom: 8px solid #00a0fa;
}


.colourBlind .raingauges .modal-footer .btn-primary {
background: #007eff;
}

.colourBlind .wavegauges .modal-footer .btn-primary {
background: #007eff;
color: #FFF;
}

.colourBlind .rivergauges .modal-footer .btn-primary {
background: #007eff;
}

.colourBlind .hydraulicsgauges .modal-footer .btn-primary {
background: #007eff;
}

.colourBlind .weatherstations .modal-footer .btn-primary {
background: #007eff;
}





/* ----------------------------------------- */
/* -------------END Colourblind------------- */
/* ----------------------------------------- */

.river-icon svg path{

}

.instrumentToggles{display: flex;/* justify-content: center; *//* align-items: center; */height: 25px;}

.instrumentTogglesWrap{/* display: flex; *//* justify-content: center; *//* align-items: center; */position: relative;text-align: center;height: 100%;top: 0;width: 100%;bottom: 0;}

.instrumentToggles input{
display:none;
}

.zoomToggle input{
display:none;
}

.instrumentToggles .hydraulicIcon:before, .instrumentToggles .weatherIcon:before, .instrumentToggles .riverIcon:before, .instrumentToggles .rainIcon:before, .instrumentToggles .waveIcon:before, .instrumentToggles .tideIcon:before, .instrumentToggles .windIcon:before{
float: none;
position: relative;
left: 0;
top: 0;
width: 12px;
height: 12px;
left: calc(50% - 6px);
top: calc(50% - 6px);
opacity: 0.3;
}

.instrumentToggles label{background: #ddd;/* display: flex; */width: 100%;height: 100%;box-shadow: 0 0 1px #999;cursor: pointer;transition: all 0.2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin-bottom: 0;border: 0;}

.check-with-label:checked + .label-for-check {
background: #eee;
}

.instrumentToggles .check-with-label:checked + .label-for-check.hydraulicIcon:before, .instrumentToggles .check-with-label:checked + .label-for-check.weatherIcon:before, .instrumentToggles .check-with-label:checked + .label-for-check.riverIcon:before, .instrumentToggles .check-with-label:checked + .label-for-check.rainIcon:before, .instrumentToggles .check-with-label:checked + .label-for-check.waveIcon:before, .instrumentToggles .check-with-label:checked + .label-for-check.tideIcon:before,  .instrumentToggles .check-with-label:checked + .label-for-check.windIcon:before{
opacity: 1;
}

.zoomToggle .unchecked {
display:inline-block;
}

.zoomToggle .checked {
display:none;
}

.zoomToggle{
text-align: center;
font-weight: normal;
text-transform: uppercase;
font-size: 0.8em;
background: #dedede;
color: #666;
}

.zoomToggle i {
width: 20px;
}

.zoomToggle label {
margin-bottom: 0;
background: transparent!important;
font-weight: normal;
padding: 4px 0;
width: 100%;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.zoomToggle .check-with-label:checked + .label-for-check .checked {
display:inline-block;
}

.zoomToggle .check-with-label:checked + .label-for-check .unchecked {
display:none;
}



/*.mapCont.leaflet-container img.leaflet-image-layer{
max-width: 15000px !important;
}*/



.nav.nav-pills{
margin-top: 0px;
width: calc(100% + 40px);
  margin-left: -20px;
}

.nav.nav-pills>li>a {
border-radius: 2px 2px 0 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #333;
background-color: #eeeeee;
}

[tabs] > .tab-content {
margin: 0 0 15px!important;
}

.map .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: block;
top: 0;
padding: 0;
}

.map .leaflet-control-layers-expanded{
padding: 0;
border: 0;
background: #eee;
}

.leaflet-control-layers label{
font-weight: normal;
text-transform: uppercase;
margin: 0;
}

/* -- Material Design Table style -------------- */


.table {
width: 100%;
max-width: 100%;
margin-bottom: 2rem;
background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
text-align: left;
padding: 0.5em;
vertical-align: middle;
border-top: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th {
font-weight: 400;
color: #757575;
vertical-align: middle;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
background-color: #fff;
}
.table .no-border {
border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 0.8rem;
}
.table-bordered {
border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: rgba(0, 0, 0, 0.12);
}

.cmsLogin{
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.cmsLogin .btn{
  width: 90%;
  text-transform: uppercase;
  background: #007eff;
}


.cmsLogin .btn:hover{
  background: #076bd2;
}

.leaflet-control-layers-toggle{
    background-image: none!important;
}


#timeStartDate{
    position: absolute;
    font-family: sans-serif;
    left: 6px;
    top: -15px;
    background: transparent;
    padding: 0.4em 0.5em;
    z-index: 100;
    line-height: 1em;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #FFF;
}

#timeEndDate{
    position: absolute;
    font-family: sans-serif;
    right: 6px;
    top: -15px;
    background: transparent;
    padding: 0.4em 0.5em;
    z-index: 100;
    line-height: 1em;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #FFF;
}

#timeCurrentDate{
    position: absolute;
    font-family: sans-serif;
    left: 61.5%;
    top: -18px;
    background: transparent;
    padding: 0.4em 0.5em;
    z-index: 100;
    line-height: 1em;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #FFF;
}

#timeCurrentDate:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: red;
}

#timeStartDate:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: #CCC;
}

#timeEndDate:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: #CCC;
}
