﻿body {
    padding-top: 0;
    padding-bottom: 20px;
    /*background-color: rgba(255,255,255,1);*/
    background-color: #fff;
    /*background-image: url("../images/ocean_back.jpeg");
    background-size: cover;
    background-repeat: no-repeat;*/
    font-family: 'Roboto', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    opacity: 1;
    transition: 2s opacity;
}

    body.fade-out {
        opacity: 0;
        transition: none;
    }

html {
    background-color: rgba(255,255,255,0.4);
}

a {
    color: rgba(2,85,163,1);

}

/* Page Loader */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #eee url('../images/loading.gif') 50% 50% no-repeat;
}

    .loader h6 {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 40%;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
        color: #adadad;
        font-weight: bolder;
    }

    .loader img {
        position: fixed;
        width: 250px;
        height: 180px;
        bottom: 0;
        right: 0;
        bottom: 5%;
        padding: 20px;
    }
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.comLogoSection {
    /*background: url('../images/SAWS Banner Mod 3.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/  
}

.fa-map-marker {
    color: rgb(0, 96, 175);
}

.compLogo {
   padding: 10px 0px; 
}

.dealogo {
    padding: 10px 0px 0px 0px;
    
    
}

.sawslogo a img {
    padding: 0px;
}

@media (max-width: 768px) {
    .sawslogo {
        text-align: center;
    }
    .sawslogo a img {
        width: 35%;
    }

    .dealogo {
        width: 80%;
        text-align: center !important;
        padding: 0px 0px 10px 80px;
    }
}

/*@media (min-width:993px) {
        .sawslogo a img {
            width: 70%;
        }

    .dealogo {
        width: 100%;
    }
}*/

@media (min-width:769px) and (max-width:992px) {
    .sawslogo {
        text-align: center;
    }

        .sawslogo a img {
            width: 15%;
        }

    .dealogo {
        width: 50%;
        text-align: center !important;
        padding: 0px 0px 10px 80px;
    }
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999 !important;
    border-top: none;
    -moz-box-shadow: 0px 2px 5px 0px #000;
    -webkit-box-shadow: 0px 2px 5px 0px #000;
    box-shadow: 0px 2px 5px 0px #000;
}

.affix-top {
    position: static;
    top: -35px;
}

.contentHeader {
    height: auto;
    padding: 40px 0px;
    background: url('../images/weather desc image/showers_and_thundershowers.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 40px;
}

.contentHeaders {
    height: auto;
    padding: 10px 0px;
    background: url('../images/Depositphotos_50881839_original.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}

.contentHeaderdash {
    height: auto;
    background: url('../images/Depositphotos_50881839_original.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: normal;
    color: rgba(0,0,0,0.6);

}

p {
    font-weight: 400;
    font-size: 14px;
}

h1.headerTitle {
   padding: 0px 40px; 
   color: #fff;
   font-size: 35px;
}

.formCus {
    position: relative;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 5px 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.formCus h3 {
    color: rgba(2,85,163,1);
    font-weight: bold;
    padding: 10px 0px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.contentHeader input#search {
    width: 100%;
    height: 50px;
    /*(background: #ededed;*/
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #dcdcdc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    font-size: 14pt;
    color: #fff;
    padding-left: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

input[type="text"].customPlaceholder::-webkit-input-placeholder {
    color: #fff;
    font-size: 16pt;
}

input[type="text"].customPlaceholder::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 16pt;
    opacity: 1; /* Firefox */
}

input[type="text"].customPlaceholder:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 16pt;
}

input[type="text"].customPlaceholder:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 16pt;
    opacity: 1; /* Firefox */
}

.contentHeader button.icon {
    position: absolute;
    top: 7px;
    right: 3%;
    z-index: 1;
    border: none;
    background: none; /*#ededed;*/
    color: rgba(251,185,1,0.8);
}

.contentHeaders input#search {
    width: 100%;
    height: 50px;
    /*(background: #ededed;*/
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #dcdcdc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    font-size: 14pt;
    color: #fff;
    padding-left: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

.contentHeaders button.icon {
    position: absolute;
    top: 7px;
    right: 3%;
    z-index: 1;
    border: none;
    background: none; /*#ededed;*/
    color: rgba(251,185,1,0.8);
}

/*.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active {
    outline: none;
    background: #ffffff;
}*/

.rounded {
    max-width: 70px;
    margin-top: -5px;
    border-radius: 70%;
    background-color: rgba(255,255,255,1);
    padding: 12px 5px;
    /*font-size: 1.8em;
    width: 100px;
    height: 80px;
    line-height: 100px;*/
    text-align: center;
    color: #ffffff !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    border-radius: 0px;
    background: rgba(2,85,163,1);
    background-image: -webkit-linear-gradient(top, rgba(2,85,163,1) 0%, rgb(3, 56, 105) 100%);
    background-image: -o-linear-gradient(top, rgba(2,85,163,1) 0%, rgb(3, 56, 105) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2,85,163,1)), to(rgb(3, 56, 105)));
    background-image: linear-gradient(to bottom, rgba(2,85,163,1) 0%, rgb(3, 56, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(2,85,163,1)', endColorstr='rgb(3, 56, 105)', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar, .navbar-default .navbar,
.navbar-default .navbar > li {
    /*background-color: rgba(0,153,216,1);*/
    border: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff !important;
        font-size: 15px;
        font-weight: bold;
    }

    .navbar-default .navbar-nav > li:hover > a {
        background: none;
    }

    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus {
        color: #5780b9 !important;
        background-color: rgba(2,85,163,1);
        /*font-weight: 600;*/
        font-size: 16px;
    }

.dropdown-menu {
    background: #1e57a7;
    font-size: 12px;
}

.bursaryFloatElem {
    position: absolute;
    right: 0;
    height: 49px;
}

.floatingElem {
    position: fixed;
    width: auto;
    top: 30%;
    z-index: 9999;
}

/*.WarningMain {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 10px 0px;
    z-index: 9999;
    padding: 0px;
    border: 1px solid #fff;
}

.WarningText {
    background: none;
    height: 150px;
    padding: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

    .WarningText img {
        background: #006b32;
        padding: 0px 5px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        border-radius: 0px 5px 5px 0px;
    }

.WarningDetails {
    background: #73b6e6;
    width: 80%;
    height: 550px;
}*/

.hotlineMain {
    position: relative;
    width: 100%;
    height: 180px;
    z-index: 9999;
    padding: 0px;
}

.hotlineText {
    background: none;
    height: 180px;
    padding: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

    .hotlineText img {
        background: #c28c0f;
        padding: 0px 5px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        border-radius: 0px 5px 5px 0px;
    }

.hotlineDetails {
    background: #f5f5f5;
    color: #C52F30;
    height: 180px;
}

    .hotlineDetails h4 {
        color: #000;
    }

    .hotlineDetails ul li {
        color: rgb(25, 25, 25);
    }

.floatingElem2 {
    position: fixed;
    width: auto;
    top: 30%;
    right: 0;
    z-index: 9999;
}

.warningAlertMain {
    position: relative;
    width: 100%;
    height: 180px;
    z-index: 9999;
    padding: 0px;
}

.warningAlertText {
    background: none;
    height: 180px;
    padding: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

    .warningAlertMain img {
        
        padding: 0px 8px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        border-radius: 5px 0px 0px 5px;
    }

@media (min-width: 768px) {
    .navbar {
        height: 30px;
        margin: 0px;
    }

    .body-content {
        margin-top: 0px;
    }

    .contentHeader {
        margin-top: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 10px;
    }

    .weather-map {
        margin-top: 0px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .weather-map-home {
        height: 550px;
        margin: 20px 0px;
    }
}


.navbar-default .navbar-nav .dropdown-menu {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    background-color: rgba(255, 255, 255, 0.8);
}

    .navbar-default .navbar-nav .dropdown-menu > li {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
        color: rgba(0,0,0,0.8) !important;
        background-color: rgba(255, 255, 255, 0.8);
    }

        .navbar-default .navbar-nav .dropdown-menu > li > a,
        .navbar-default .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .dropdown-menu > li > a:active {
            background-color: rgba(255, 255, 255, 0.8);
        }

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 769px) and (max-width: 1200px) {
    .navbar {
        height: 90px;
        margin: 0px;
    }

    .bursaryFloatElem {
        position: absolute;
        top: 33%;
        right: 0;
        height: 49px;
    }
}

@media (max-width: 768px) {
    .body-content {
        margin-top: 0px;
    }

    .contentHeader {
        margin-top: 0px;
    }

    .weather-map {
        padding-top: 0px;
    }

    .navbar-default.affix {
        position: relative;

    }
    .bursaryFloatElem2 {
        position: relative;
        left: 0;
        width: 80%;
        height: 49px;
    }

    #tablePopCities {
        border: none;
        box-shadow: 0 1px 3px 0 #e2e0e0;
    }

        #tablePopCities thead tr th {
            border: 1px solid rgb(227, 239, 250);
            padding: 0px 0px;
            font-size: 11px;
            background: rgb(227, 239, 250);
            font-weight: bolder;
            color: #5c5a5a;
        }

        #tablePopCities tbody tr:nth-child(even) {
            background-color: #f5f5f5;
        }

        #tablePopCities > tbody > tr > td {
            vertical-align: middle;
            font-size: 11px;
        }



    .tablePopularCities th {
        font-size: 18px;
        color: #fff;
        line-height: 1.4;
        background-color: #6c7ae0;
    }

    .tablePopularCities td {
        font-size: 15px;
        color: #808080;
        line-height: 1.4;
    }

    .tablePopularCities tr:nth-child(even) {
        background-color: #f8f6ff;
    }

    .floatingElem {
        position: fixed;
        width: auto;
        top: 1%;
        z-index: 9999;
    }

    .hotlineMain {
        position: relative;
        width: auto;
        height: 60px;
        z-index: 9999;
        padding: 0px;
    }

    .hotlineText {
        background: none;
        height: 80px;
        padding: 0px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

        .hotlineText img {
            background: #c28c0f;
            height: 80px;
            padding: 0px 5px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
            -moz-opacity: 0.9;
            -khtml-opacity: 0.9;
            opacity: 0.9;
            border-radius: 0px 5px 5px 0px;
        }

    .hotlineDetails {
        background: #f5f5f5;
        color: #C52F30;
        height: 180px;
    }

        .hotlineDetails h4 {
            color: #000;
        }

        .hotlineDetails ul li {
            color: rgb(25, 25, 25);
        }

    .floatingElem2 {
        position: fixed;
        width: auto;
        top: 20%;
        left: 0;
        z-index: 9999;
    }

    .warningAlertMain {
        position: relative;
        width: 100%;
        height: 60px;
        z-index: 9999;
        padding: 0px;
    }

    .warningAlertText {
        background: none;
        height: 60px;
        padding: 0px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }

    .warningAlertMain img {
        padding: 0px 8px;
        height: 60px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        border-radius: 0px 5px 5px 0px;
    }

}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
    color: #58bf33 !important;
    background-color: none !important;
}


    a:hover {
        text-decoration: none;
    }

    a {
        font-size: 14px;
        color: rgba(0,0,0,0.8) !important;
        text-decoration: none;
    }


    .social-icons .fa {
        font-size: 1.8em;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffffff !important;
    }

    .social-icons .fa {
        border-radius: 50%;
    }

    .social-icons .fa-facebook {
        background-color: #3C599F;
    }

    .social-icons .fa-twitter {
        background-color: #32CCFE;
    }

    .social-icons .fa-youtube {
        background-color: #C52F30;
    }

.panel-default {
    border-radius: 3px;
    overflow: hidden;
    border: none;
    color: #000;
}

.photos {
    opacity: 1.0;
}

.dashbg {
    background: none;
    opacity: 0.8;
}

    .panel-default .panel-heading {
        color: rgba(2,85,163,1) !important;
        color: rgba(0,0,0,0.6) !important;
        background-color: rgba(255,255,255,1);

    }

        .panel-default .panel-heading h4 {
            color: rgba(2,85,163,1);
            text-align: left;
            font-size: 20px;
            font-weight: bold;
            margin-top: 10px;
            margin-bottom: 3px;
        }

.panel-body p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    
}

.panel-body h4 {
    color: #000;
}


    .btn {
        border-radius: 2px;
        
    }

.warning_list {
    height: 511px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 1px 3px 0 #e2e0e0;
}

.warning_list > a {
    color: rgba(0,0,0,0.6) !important;
    padding: 3px 20px;
}

    .warning_list > a:hover {
        background: rgb(227, 239, 250);
        border-radius: 0px;
    }

.warning_list a.list-group-item {
    border-bottom: 1px solid #ddd;
}

    .warning_list a.list-group-item:last-child {
        border-bottom: none;
    }

    .warning_list a.list-group-item h3 {
        color: rgba(2,85,163,1);
        font-size: 15px;
    }

    .warning_list a.list-group-item h3 > span {
        font-size: 13px;
        color: #58bf33;
        float: right;
    }

    .warning_list a.list-group-item span.alertDura {
        font-size: 11px;
        color: #ff6a00;
        float: none;
        font-weight: bold;
        
    }

    .warning_list a.list-group-item p span {
        color: #C52F30;
        font-weight: bold;
        float: right;
        padding: 5px 5px;
    }

/* SLIDER STYLES */
.carousel-indicators {
    position: absolute;
    top: 93%;
    right: 0;
    z-index: 15;
    width: 78%;
    padding-left: 0;
    text-align: right;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #cbcbcb;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #707070;
    }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 400px;
}
.carousel-caption {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -5px;
    z-index: 999;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    text-shadow: none;
}

.carousel-caption h3 {
    color: rgb(3, 56, 105);
    font-weight: bolder;
    font-size: 18px;
    text-align: left;
    padding: 5px 10px;
    margin: 0px;
}

    .carousel-caption p {
        color: #000;
        font-size: 13px;
        text-align: left;
        padding: 5px 15px;
        margin: 0px;
    }

    .carousel-caption a {
        border-bottom: 1px dotted rgba(2,85,163,1);
        padding: 3px;
    }

    .carousel-caption .btn {
        text-shadow: none;
    }



/**********/

/* Tabs */
.tab-heading-warning {
    color: #fe0809;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px;
}

.tab-heading-feeds {
    color: rgba(2,85,163,1);
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: #fff;
}



    .nav-tabs > li {
        float: left;
        text-align: center;
        /*padding: 3px 5px 3px 0px;*/
        margin: 0px;
        width: 50%;
    }

    .warning-tabs > li {
        float: left;
        text-align: center;
        /*padding: 3px 5px 3px 0px;*/
        margin: 0px;
        width: 100%;
    }

    .nav-tabs > li.active {
        background:#fff;
    }
        /*.nav-tabs > li:first-child {
        border-right: 1px solid #f3f3f3;
    }*/
        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0px 0px 0 0;
        }

        .nav-tab-Head > li > a {
            position: relative;
            display: block;
            padding: 1px 15px;
        }

            .nav-tabs > li > a:hover {
                background-color: #f5f5f5;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: rgb(227, 239, 250);
            border: none;
        }
/******/

.mediaContent {
    height: auto;
}

.topCities {
    margin: 0px;  
}

#tablePopCities {
    border: none;
    box-shadow: 0 1px 3px 0 #e2e0e0;
}

    #tablePopCities thead tr th {
        border: 1px solid rgb(227, 239, 250);
        padding: 15px 10px;
        background: rgb(227, 239, 250);
        font-weight: bolder;
        color: #5c5a5a;
    }

    #tablePopCities tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    #tablePopCities > tbody > tr > td {
        vertical-align: middle;
    }

    

.tablePopularCities th {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
}

.tablePopularCities td {
    font-size: 15px;
    color: #808080;
    line-height: 1.4;
}
 
.tablePopularCities tr:nth-child(even) {
    background-color: #f8f6ff;
}

@media (max-width: 768px) {
    .twitterFeeds {
        height: 315px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0px 0px 10px 0px;
        padding: 0;
        box-shadow: 0 1px 3px 0 #e2e0e0;
    }

    .body-content {
        margin-top: 0px;
    }

    .contentHeader {
        margin-top: 0px;
    }

    .weather-map {
        padding-top: 0px;
    }
}

.twitterFeeds {
    width: 100%;
    height: 341px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px 0px 10px 0px;
    padding: 0;
    box-shadow: 0 1px 3px 0 #e2e0e0;
}

.twitter-timeline {
    font-size: 12px;
}

.content-heading {
    color: rgba(2,85,163,1);
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0px;
}

.content-heading-small {
    color: rgba(2,85,163,1);
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0px 25px 15px;
    background: #f5f5f5;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-heading-warning {
    color: #fe0809;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}

/*.btn-default {
    color: rgba(2,85,163,1) !important;
}*/
.btn-info {
    color: #ffffff !important;
    background-color: rgba(2,85,163,0.8);
    border: 1px solid rgba(2,85,163,0.8);
}

/*.btn-info:hover {
            background-color: rgba(2,85,163,0.8);
            color: #ffffff !important;
            border: none;
        }*/

    td {
        font-size: 14px;
    }


footer {
    background: #f5f5f5 !important;
    /*background-color: rgba(251,185,1,0.6);*/
    border-top: 3px solid #efeeee;
    border-radius: 0;
    margin-bottom: -20px;
}

    footer h4 {
        /*color: rgba(2,85,163,1);*/
        color: rgba(0,0,0,0.6);
        /*font-weight: 600;
        font-size: 16px;*/
        font-family: 'Roboto', Open Sans, 'Archivo Black', Anton, Lato;
    }

        footer a {
            font-size: 12px;
           
        }

    .copyRight {
        background: #f5f5f5;
    }

    .copyRight h6 {
        
        font-size: 12px;
        text-align: center;
    }

    .list-footer-item {
        padding-bottom: 10px;
    }


    .list-group-item {
        border-left: 0 none;
        border-right: 0 none;
        border-top: 0 none;
        margin: 0;
        padding: 10px 0;
    }

.hr-footer {
    margin-top: 25px;
    margin-bottom: 5px;
    border: 0;
    height: 2px;
    background: linear-gradient(to right, brown, yellow, green);
}

    /* Hide/rearrange for smaller screens */
    @media screen and (max-width: 767px) {
        /* Hide captions */
        .carousel-caption {
            display: none;
        }
    }

.our-work {
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    position: relative;
}

    .our-work img {
        
    }

    .our-work .caption {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        color: rgba(255,255,255,1) !important;
    }

    .our-work h4 {
        color: rgba(255,255,255,1) !important;
        font-size: 20px;
    }

    .our-work .wi {
        color: rgba(255,255,255,1) !important;
        font-size: 20px;
    }

.experts {
    padding-top: 15px;
    border-radius: 1px;
    box-shadow: 0 1px 10px 0 #cfcfcf;
    overflow: hidden;
    border: none;
    position: relative;
}

/* Cards */
.photoCards {
    position: relative;
    width: 250px;
    padding: 0px;
    margin: 10px 15px;
    box-shadow: 0 1px 5px 0 #cfcfcf;
}

    .photoCards img {
        width: 100%;
        height: 320px;
    }

.cardCaption {
    border-top: 1px solid #eee;
}

.cardCaption h4 {
    font-size: 15px;
}

    .cardCaption p {
        font-size: 11px;
    }

@media (max-width: 768px) {
    .photoCards {
        position: relative;
        width: 270px;
        border: 1px solid #000;
        padding: 0px;
        margin: 10px 5px;
    }

        .photoCards img {
            width: 100%;
        }

    .cardCaption {
        border: 1px solid #000;
    }
}



/*.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    margin-top: -40px;
}*/


/*multi-carousel*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    position: relative;
}

/*.reSize {
    width: 100%;
}*/

@media (max-width: 768px) {
    .reSize {
        width: 100%;
    }

}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                padding: 0px;
                margin: 10px;
                box-shadow: 0 1px 10px 0 #cfcfcf;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
        border: none;
    }

    .MultiCarousel .rightLst {
        right: -10px;
        border: none;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: #ccc;
        }

.legend {
    margin: 0px 10px;
}

.legend span {
    display: block;
    width: 100%;
    margin: 3px 0px;
}

    .legend span > label {
        font-size: 14px;
        font-family: 'Roboto', Open Sans, 'Archivo Black', Anton, Lato;
        font-weight: 600;
        padding: 5px;
    }

.custom-popup .leaflet-popup-content-wrapper {
    background: rgba(2,85,163,0.8);
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}

    .custom-popup .leaflet-popup-content-wrapper a {
        color: rgba(2,85,163,0.8);
    }

.custom-popup .leaflet-popup-tip-container {
    width: 30px;
    height: auto;
}

.custom-popup .leaflet-popup-tip {
    background: #58bf33;
}

.table {
    border: 1px solid #eee;
}

    .table thead th.tableHeader {
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        background: #eee;
        font-weight: bold;
    }

    .table thead tr th {
        border: 1px solid #eee;
        color: #151515;
        font-weight: normal;
    }

    .table tbody tr td {
        border: 1px solid #eee;
    }    

#errMsg {
    display: none;
}

.cmxform fieldset p.error label {
    color: red;
}

.searchFunc {
    position: absolute;
    width: 50%;
    height: 15%;
    overflow: scroll;
    left: 15px;
    background: #fff;
    z-index: 99999;
}

.searchFunc table {
    
    border: none;
}

.searchFunc table tbody tr td {
    width: 100%;
    border: none;
}

.select-style {
    position: absolute;
    width: 40%;
    top: 10px;
    left: 50%;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: bolder;
}

    .select-style select {
        padding: 5px 8px;
        width: 100%;
        border: none;
        box-shadow: none;
        background-color: #f5f5f5;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-style select:focus {
            outline: none;
        }

/* Dashboard CSS - Cards */
.dashboardCard {
    position: relative;
    height: 200px;
    padding: 0px;
    margin: 10px 15px;
    background: #fff;
}

.dashboardCardlong {
    position: relative;
    margin: 5px 0px;
    background: #fff;
}
    .dashboardCard h4, .dashboardCardlong h4 {
        color: #000;
        font-weight: bolder;
        font-size: 15px;
        padding: 10px;
        margin: 0px;
        background: #fdb714;
        background-image: -webkit-linear-gradient(top, #fdb714 0%, #c28c0f 100%);
        background-image: -o-linear-gradient(top, #fdb714 0%, #c28c0f 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb714), to( #c28c0f));
        background-image: linear-gradient(to bottom, #e1a518 0%, #dba119 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb714', endColorstr='#c28c0f', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

.dashboardCard p {
    padding: 10px 0px 0px 0px;
    font-size: 12px;
}
.dashboardCard h1 {
    text-align: center;
    font-size: 60px;
    color: #a0a0a0;
}

.dashboardCard sup {
    font-size: 30px;
}

.stationStats {
    margin: 15px 0px 0px 0px;
}

.stationStats li {
    padding: 7px 10px;
}

.stationTitle h4 {
    font-size: 20px;
    color: #eee;
    font-weight: normal;
}

.stationForm {
    padding: 0px 0px 0px 0px;
}

.stationForm select {
    width: 100%;    
}


@media (max-width: 768px) {
    .dashboardCard {
        position: relative;
        padding: 0px;
        margin: 10px 5px;
    }

}

.dashgradient1 {
    background: #fdb714;
    background-image: -webkit-linear-gradient(top, #fdb714 0%, #c28c0f 100%);
    background-image: -o-linear-gradient(top, #fdb714 0%, #c28c0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb714), to( #c28c0f));
    background-image: linear-gradient(to bottom, #fdb714 0%, #c28c0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb714', endColorstr='#c28c0f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dashgradient2 {
    background: #fdb714;
    background-image: -webkit-linear-gradient(top, #fdb714 0%, #c28c0f 100%);
    background-image: -o-linear-gradient(top, #fdb714 0%, #c28c0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb714), to( #c28c0f));
    background-image: linear-gradient(to bottom, #fdb714 0%, #c28c0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb714', endColorstr='#c28c0f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.details {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 10px 10px;
    background-color: #eeeeee;
}

.details2 {
    background-color: white;
}

.tabledetails {
    width: 100%;
    border-spacing: 0 5em;
}

    .tabledetails thead tr th {
        border: 1px solid rgb(227, 239, 250);
        padding: 15px 10px;
        background: rgb(227, 239, 250);
        font-weight: bolder;
        color: #5c5a5a;

        text-align: left;
        padding: 8px;
        margin: 10px 0px;
    }

    .tabledetails tbody tr td {
        vertical-align: middle;
        text-align: left;
        padding: 10px;
        margin: 10px 0px;
        color: rgb(32, 32, 32);
    }

    .tabledetails tbody tr:nth-child(even) {
        border-bottom: solid 10px;
        border-color: #ffffff;
        background-color: #f5f5f5;
        border-radius: 50px;
        color: #000000;

    }

    .tabledetails tbody tr td:first-child {
        font-weight: bolder;
        color: #5c5a5a;
    }

.DetailedPanel {
    background: rgba(2,85,163,1);
    background-image: -webkit-linear-gradient(top, rgba(2,85,163,1) 0%, rgb(3, 56, 105) 100%);
    background-image: -o-linear-gradient(top, rgba(2,85,163,1) 0%, rgb(3, 56, 105) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2,85,163,1)), to(rgb(3, 56, 105)));
    background-image: linear-gradient(to bottom, rgba(2,85,163,1) 0%, rgb(3, 56, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(2,85,163,1)', endColorstr='rgb(3, 56, 105)', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.modal-dialog {
    margin: 80px auto;
}


/* Leaftlet Custom */
.leaflet-right .leaflet-control {
    margin-right: 10px;
}

div.leaflet-control-layers, leaflet-control {
    width: 332px;
    background: rgba(255,255,255,0.8);
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 332px;
    height: 44px;
    display: none;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #d6e6f2;
    margin: 0px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none;
    background-clip: unset;
}

.leaflet-control-layers-expanded {
    width: 332px;
}

.leaflet-control-layers-toggle {
    background-image: none;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded {
    display: block;
}

.leaflet-control-layers-base label {
    padding: 10px;
}

.leaflet-control-layers-base label div span {
    font-size: 13px;
    color: rgba(32, 32, 32, 0.60);
    font-weight: bolder;
}

.leaflet-control-layers-overlays {
    padding: 3px 15px;
}

.leaflet-control-layers-base label div input[type="radio"] {
    display: none;
}





@media (max-width: 768px) {
    #termspic {
        background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.3)), url('../images/weatherterms.jpg') no-repeat;
        color: grey !important;
    }
}

@media (min-width: 769px) {
    #termspic {
        background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.3)), url('../images/weatherterms.jpg') no-repeat;
        z-index: -5;
        background-size: 100%;
        height: 100%;
        color: blue !important;
    }
}




.contentHeaderTerms {
    height: auto;
    padding: 40px 0px;
}


@media (min-width:0px) and (max-width:484px) {
    #termsPics {
        margin-top: -100px;
        margin-left: -30px;
    }

    #termsPadding {
        padding-left: 30px;
        padding-right: 30px;
    }

    #termsImage {
        height: 1400px;
    }

    .containerTerms {
        position: relative;
        width: 100%; /* Maximum width */
        margin: 0 auto; /* Center it */
    }

        .containerTerms .contentTerms {
            position: absolute; /* Position the background text */
            bottom: 0; /* At the bottom. Use top:0 to append it to the top */
            background: rgb(0, 0, 0); /* Fallback color */
            background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
            color: #f1f1f1; /* Grey text */
            width: 100%; /* Full width */
            height: 100%;
        }
}




@media (min-width:485px) and (max-width: 768px) {
    #termsPics {
        margin-top: -100px;
        margin-left: -30px;
    }

    #termsPadding {
        padding-left: 50px;
        padding-right: 50px;
    }

    #termsImage {
        height: 1200px;
    }

    .containerTerms {
        position: relative;
        width: 100%; /* Maximum width */
        margin: 0 auto; /* Center it */
    }

        .containerTerms .contentTerms {
            position: absolute; /* Position the background text */
            bottom: 0; /* At the bottom. Use top:0 to append it to the top */
            background: rgb(0, 0, 0); /* Fallback color */
            background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
            color: #f1f1f1; /* Grey text */
            width: 100%; /* Full width */
            height: 100%;
        }
}




@media (min-width: 769px) {
    #termsPics {
        margin-top: -70px;
        margin-left: -30px;
    }
    #termsImage {
        height: 950px;
    }
    #termsPadding {
        padding-left: 400px;
        padding-right: 400px;
        max-height: 100%;
    }
    .containerTerms {
        position: relative;
        width: 100%; /* Maximum width */
        margin: 0 auto; /* Center it */
   
    }
    .containerTerms .contentTerms {
        position: absolute; /* Position the background text */
        bottom: 0; /* At the bottom. Use top:0 to append it to the top */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        height: 100%;
    }
}