@font-face {
    font-family: roboto;
    src: url('/roboto/Roboto-Regular.ttf');
}


body {
    font-family: 'Roboto', sans-serif;
    background-color :white;
    color: black; 
}

body a {
    color: blue;
}

#content, html, body {
    height: 100%;
}

#main {
    outline: 1px solid white;
    position: relative;
}

#heading a {
    color: white;
}


#heading {
    background-color: #000040;
    height: 100px;
    border: 1px solid #8080ff;
    border-bottom: 1px solid white;
	color: white;
}

#loginContainer {
    float: right;
}

#headingContainer {
    text-align: left;
}

#controlContainer {
    float: right;
}

#errorContainer {
    float: left;
}


#imgContainer {
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 10px;
}

a {
    color: white; 
    text-decoration: none;
}

a:hover {
 
   text-decoration: underline;
   color: yellow;
}
    
em {
    font-style: normal;
    font-weight: bold;
}

.fmap_dlg {
    position: absolute;
}

.fmap_dlg label {
    color: white; 
    text-shadow: black -2px 2px 4px;
}

#searchContainer {
    background-color: #000040;
    width: 100%;
    z-index: 9999;
    text-align: left;
}

#imgContainer img {
    min-width:50%;
    min-height: 50%;
    width: auto;
    height: auto;
}

@media only screen and (min-width: 800px) {
    .fmap_dlg {
        border-radius: 20px;
    }

    #dlgNoticeboard {
        left: 100px;
        top: 100px;
        width: 800px;
        height: 800px;
    }


    #dlgLogin {
        left: 37%;
        top: 25%;
        width: 25%;
        height: 288px;
    }

    #dlgAbout {
        left: 25%;
        top: 25%;
        width: 50%;
        height: 512px;
        padding: 20px;
    }

    #dlgSignup {
        left: 25%;
        top: 10%;
        width: 800px;
        height: 560px;
        padding: 10px;
    }

    #dlgNoticeboardAdd {
        left: 100px;
        top: 100px;
        width: 400px;
        height: 400px;
    }


    .mobileOnly {
        display: none;
    }

    #mapContainer {
        width: 640px;
        height: 480px;
        margin-top: 10px;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    #searchContainer {
        top: 20px;
        left: 80px;
        width: 300px;
        position: absolute;
    }
}

@media only screen and (max-width: 799px) {
    .fmap_dlg {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        overflow: auto;
        font-size: 110%;
    }

    #imgContainer img {
        height:100%;
    }

    .noMobile {
        display: none;
    }
    
    #mapContainer {
        width: 100%;
        height: 50%;
        margin-top: 10px;
    }

    #dlgNoticeboard > div:nth-child(1) {
        width: 100%;
        height: 70%;
    }
}


#searchterm {
    border-radius: 10px;
}

#map a {
    color: blue;
}

input[type=button], input[type=submit], input[type=file], #file1 {
    font-family: 'Roboto';
    border: 0;
    text-transform: uppercase;
    margin: 5px;
}

/*
input[type=text], input[type=password] {
    border: 0;
    border-bottom: 1px solid white;
    outline: 0;
    background: transparent;
    font-family: 'Roboto';
}
*/

.fmap_dlg .error {
    color: yellow;
}

#main .error {
	font-weight: bold;
}

.selected > img {
    border: 1px solid white;
}

#viewContainer {
    clear: both;
    width: 100%;
    position: relative;
    height: calc(100% - 100px);  
}


#about_content, #signup_content {
    height:432px;
    overflow: auto;
    margin: 10px;
}

#signup_content {
    text-align: left;
}


#about_content a {
    text-decoration: underline;
}


#search {
    padding: 5px;
    margin-bottom: 0px;
}

#searchResults {
    background-color: white;
    color: black;
    margin-top: 0px;
}

#searchResults a {
    color: blue;
    margin-bottom: 5px;
}

#q {
    font-size: 18pt;
    width: calc(100% - 40px);
}

#imageContainer {
    float: right;
}

#searchBtn {
    right: 0px;
}

.resetPasswordContent {
    font-size: 120%;
}

