.clear {
    clear:both;
}

.map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

canvas.windcanvas{
    height: 100%;
    width: 100%;    
}

#windyMap{
    pointer-events: none;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    opacity:0.7;
}

.popover{
    min-width: 160px;  
    cursor:default;
    position: absolute;
    z-index:50;
}

.popover-title{
    font-weight: bold;
}

.popover-content{
    font-size: 13px;
}

.popover-header{
    font-size: 14px;
    padding-top: 10px;
}

.popover-body{
    font-size: 13px;
}

a.close{
    float: right;
    padding: 0 0 0 5px;
    margin-top: -7px;
    font-size: 22px;
    font-weight: bolder;
    text-decoration: none;
}

.popover-title .close{
    position: relative;
}

#ol-table-but{
    pointer-events: auto;
    position: absolute;
    bottom: 10px;
    right:10px;
    z-index: 1000;
}

#ol-logo {
    pointer-events: auto;
    position: absolute;
    top: 10px;
    left:10px;
    z-index: 1000;
}

#ol-grib-date{
    position: absolute;
    bottom: 10px;
    left:50%;
    width: 150px;
    z-index: 6;
    margin-left: -75px;
    color: black;
    display: none;
}

#ol-weather-popup{
    position: absolute;
    bottom: 10px;
    left:50%;
    width: 160px;
    z-index: 6;
    margin-left: -56px;
    color: rgb(0, 0, 0);
    display: none;
    font-size: 12px;
}

.ol-scale-line{
    background-color: #2a2a2a;
}

#tblbutton{
    z-index: 20;
}

.tablescontent{
  overflow: hidden
}

#ol-info-panel{
    width: 160px;
    z-index: 50;
    position: absolute;
    top: 10px;
    right:10px;
}

.live{margin-top: -18px;}

.panel.panel-heading{
    background-color: rgba(51, 122, 183, 0.7);
}

.admin-title{
    float: left;
}

.admin-topbar{
    float: left;
}

.fa-rotate-20 {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.fa-rotate-340 {
    -webkit-transform: rotate(340deg);
    -moz-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    -o-transform: rotate(340deg);
    transform: rotate(340deg);
}

.social{
    float: left;
}

.social a{
    float: left;
    margin: 5px 0px 5px 12px;
    cursor: pointer;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #e0e1e5;
    padding: 7px 17px 7px 23px; 
    width: 130px;
    color: #000;
    background-color: #fff;
}

.social a:hover{
    background-color: #e0e1e5;
    text-decoration: none;
}

.modal-backdrop {
    display:none;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}
