/*Navbar Css*/

#bs-example-navbar-collapse-1 a:hover{
    text-decoration: underline;    
}


/*End Navbar Css*/



/*MRD HOME Css*/

/*STYLE OF BACKGROUND IMAGE*/
#home {
    background: url(../images/home_bg.jpg) repeat center center; /*Full Witdth background image*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 600px;

}
/*STYLE FOR OVERLAY CLASS - WHICH IS ABOVE IMAGE WITH OPACITY/TRANSPARENCY 0.75*/
#home .overlay {
    padding-top: 90px;
    background-color: rgba(10, 44, 54, 0.75); /*.75 opacity of the color so that background image is visible*/
    min-height: 700px;
    color: #fff;
}

#home h1 {
    padding-top: 80px;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Browallia New';
    color:white;
}
/*SMPLE CLASS TO ADJUST SECTION PADDING & HEIGHT*/

/*END MRD HOME Css*/


/*settings page css*/

#settings-page ul{
    padding-left: 0px;
}

#settings-page li{
    list-style-type: none;
    display:inline;
    margin-right: 20px;
}

#settings-page input{
    margin-bottom: 3px;
}


#settings-sidebar ul{
    padding-left: 0px;
}

#settings-sidebar li{
    list-style: none;
}
/*end of settings page css*/


#legend-container{
    position:absolute;
    left:10px;
    bottom:200px;
    z-index: 10000;
    height:180px;
    background-color: #FFFFFF;
    border-radius: 10px;
}


/*-----------------------------Ajax Loading Modal Css------------------------------*/
.loading-gif {
    position: absolute;
    top: 20%;
    left: 33%;
    z-index: 1000;
    display: none;
    
}
.loader
{
    display: none;
    width:200px;
    height: 200px;
    position: fixed;
    top: 20%;
    left: 40%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}
/*-----------------------------End Ajax Loading Modal Css------------------------------*/


.errors-ul{
    margin-left: 0px;
    padding-left: 0px;
}



#home_ul li{
    display: inline; 
}