﻿.containerBot {
    background: #282828;
}
#basicModal h4 {
    color: #333333;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.modal-content {
    background-color: #f3f3f3;
}
.navbar-default {
    background-color: #007A33;
    border-color: #007A33;
}

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-text {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

h1 {
    border-top: 2px solid #0088cc;
    background: #f3f3f3;
    color: #5a5a5a;
}

h3{
 margin-top:30px;
}

.image-dumgal-logo {
    background-image: url(/dumgal/logo.jpg);
    width: 177px;
    height: 99px;
    float:left;
}

.notification {
     background-color: beige;
    border: 1px solid #02aff3;
}
#info {
   
    background-color: #f3f3f3;
    border: 1px solid #0088cc;
    color: #5a5a5a;
}
    #info .btn {
        padding: 0;
        border: 0;
    }
.searchbox {
    float: right;
}
#legend {
    float: right;
    font-weight: bold;
}
#legend div {
    clear: both;
    margin:auto;
}
    #legend img {
        float: left;
        padding-right: 6px;
    }


#atozbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
#atozbar {
    background: #633168;
    color: #FFF;
}
    #atozbar .wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #atozbar ul {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 110%;
    }

        #atozbar ul li.atozlabel {
            width: auto;
            padding-right: 6px;
        }

        #atozbar ul li {
            display: inline-block;
            padding-right: 3px;
            padding-left: 3px;
        }

            #atozbar ul li span,
            #atozbar ul li a {
                line-height: 1.9em;
                display: block;
                width: 2.3em;
                height: 1.8em;
                text-transform: uppercase;
                text-align: center;
                vertical-align: middle;
                font-size: 85%;
            }

                #atozbar ul li a:hover {
                    text-decoration: none;
                }

#footer .wrapper {
    padding-top: 10px;
}

.wrapper {
    max-width: 1200px;
    padding: 0 10px 0px;
    padding-top: 0px;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
}
.containerBot
{
    padding-top:0px;
}
#footer #bottomutilnav {
    margin-bottom: 0.5em;
    float: right;
    clear: right;
}
#footer ul li {
    border-left: 1px solid #fff;
    display: inline;
    list-style: none;
    padding: 0 .5em;
    padding-left: 0.5em;
}

#footer ul li:first-child {
        border-left: 0;
        padding-left: 0;
    }



#copyright {
    margin: 0;
    float: right;
    clear: right;
}

#footeraddress ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #footeraddress ul li {
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 50px;
        min-height: 41px;
        display: block;
        border: 0;
        margin-bottom: 8px;
        line-height: 41px;
    }

        #footeraddress ul li:first-child {
            padding-left: 50px;
        }

        #footeraddress ul li.phone {
            background-image: url('phone.png');
        }
        #footeraddress ul li.contactus__item--mail {
            background-image: url('email.png');
            background-repeat: no-repeat;
            line-height: 40px;
            padding-left: 50px
        }

        #footeraddress ul li.email {
            background-image: url('images/footer/email.png');
        }

        #footeraddress ul li.map {
            background-image: url('images/footer/map.png');
        }
#footer #iconlinks li {
    border: 0;
    display: inline-block;
    padding: 0 0 0 .2em;
}
    #footer #iconlinks li a *, #footer #iconlinks li:hover a img.normal {
        display: none;
    }

    #footer #iconlinks li a img.normal, #footer #iconlinks li:hover a img.highlight {
        display: inline;
    }
#powered {
    text-align: right;
    margin: .5em 0 0;
}
@media (min-width: 768px) {
    #legend {
        width: 906px;
    }

        #legend div {
            clear: none;
            margin-top: 14px;
        }

    #smallmapcontainer {
        width: 50%;
        height: 240px;
        float: right;
    }

    #reportAGritBinContent {
        float: left;
        width: 45%;
    }




    .image-tvv-logo {
        margin-top: 55px;
    }

    .navbar .nav li a {
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
        min-width: 150px;
        text-align: center;
    }

    .nav > li:hover {
        background-color: #0d92c4;
        color: white;
    }

    .nav > li > a:hover {
        background-color: #0d92c4;
        color: white !important;
    }
}

#title {
    background: #f3f3f3;
}

#mapPageTitleArea {
    border-top: 2px solid #0088cc;
    background: #f3f3f3;
    height: 40px;
}

.descriptionText {
    clear: both;
}

@media (min-width: 992px) {
    #dataList {
        max-height: 570px;
        overflow-y: scroll
    }
}