﻿*:focus:not(:focus-visible) {
	outline: none;
}

@font-face {
    font-family: Inkfree;
    src: url(/fonts/Inkfree.ttf);
}

body {
	font-size: 1.1rem;
}

#BannerImage {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 1260px;
    margin: 0 auto;
    /*background-image: url('/images/banner.png');
    background-size: contain;*/
    position: relative;
/*    background-repeat: no-repeat;*/
}

    #BannerImage img {
        width: 100%;
        cursor: pointer;
    }

#MainWrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

#TravelHistoryMap {
    height: 200px;
    width: 200px;
}

#AboutUs {
    font-family: Inkfree;
    background-color: #e3f5f4;
    color: #005600 !important;
    padding: 5px;
    border-radius: 10px;
    border: none;
    min-height: 48px;
    white-space: normal;
    margin: 10px 0;
    font-size: 22px;
    padding: 18px;
}

    #AboutUs h1 {
        margin: 15px 0;
        font-size: 1.5em;
    }

    #AboutUs .geo {
        width: 300px;
    }

.alertBox {
    font-family: Inkfree;
    background-color: #e3f5f4;
    color: #005600 !important;
    padding: 5px 5px 5px 45px;
    border-radius: 5px;
    border: 2px solid #005600;
    background-image: url('/images/party_32.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    min-height: 48px;
    white-space: normal;
    margin: 10px 0;
    font-size: 22px;
}

    .alertBox.error {
        background-color: #ffefef;
        color: #CA0000 !important;
        border: 2px solid red;
        background-image: url('/images/error_32.png');
    }

    .alertBox.sad {
        background-image: url('/images/sad_32.png');
    }

    .alertBox.artist {
        background-image: url('/images/art_32.png');
    }

    .alertBox.tag {
        background-image: url('/images/tag_32.png');
    }

    .alertBox.dedications {
        background-image: url('/images/honor_32.png');
    }

    .alertBox.foundRock {
        border: none;
        min-height: 150px;
        background-image: url('/images/youRock.png');
        padding: 5px 5px 5px 155px;
    }

.DedicationsHolder {
	min-height: 2rem;
}

.DiscoveryCountHolder {
	/*position: absolute;*/
	bottom: 10px;
	min-width: 150px;
}

.DiscoveryDetails {
    margin: 20px;
    padding-left: 30px;
}

    .DiscoveryDetails h4 {
        font-size: 1.1em;
        font-weight: bold;
    }

.fake-link {
	color: #337ab7;
	cursor: pointer;
}

	.fake-link:hover {
		color: #23527c;
		text-decoration: underline;
	}

.FoundPhoto {
    display: inline-block;
    overflow: hidden;
    height: 200px;
    width: 200px;
    cursor: pointer;
    background-size: cover;
    flex: none;
    background-position: center center;
}

.mainmenu {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 6px;
    margin-top: 6px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .mainmenu li {
        float: left;
    }

        .mainmenu li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

            .mainmenu li a:hover {
                background-color: #111111;
            }

.menu-div {
    color: #8dc73d;
    text-align: right;
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 2em;
    padding: 0 0 0 12px;
}

    .menu-div .menu-link {
        color: #8dc73d;
        text-decoration: none;
        text-shadow: -2px 2px 2px #265e33;
    }

        .menu-div .menu-link:focus, .menu-div .menu-link:hover {
            color: #8dc73d;
            text-decoration: underline;
        }

.mud-button-label,
.mud-button {
	text-transform: none !important;
}

.RockWrapper {
    display: inline-flex;
    white-space: nowrap;
    width: 600px;
    margin: 0 12px 24px 0;
    background: rgba(49, 104, 85, 0.10);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 230px;
}
    .RockWrapper.even {
        margin: 0 0 24px 12px;
        float: right;
    }

    /*.RockWrapper::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.25);
    }*/

    .RockWrapper .backgroundImage {

    }

    .RockWrapper.single {
        width: 100%;
        margin: 0 auto;
        display: flex;
        cursor: default;
    }

    .RockWrapper.Dedicated {
        border: 3px solid gold;
    }

.RockImage {
    display: inline-block;
    /*justify-content: center;
    align-items: center;
    overflow: hidden;*/
    width: 200px;
    height: 200px;
    vertical-align: top;
    background-size: cover;
    flex: none;
    background-position: center center;
}

    /*.RockImage img {
        max-width: 200px;
        flex-shrink: 0;
        min-width: 10%;
        min-height: 10%;
    }*/

.RockInfo {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
/*    max-width: 380px;*/
    white-space: normal;
    position: relative;
}

.RockVitals {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    flex: none;
}

.RockHistory {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    min-width: 10px;
    width: 100%;
}

.QRCode {
    cursor: pointer;
    border: none;
    text-decoration: none;
    outline: none;
}

.FormFieldArea {
    display: block;
    width: 100%;
    margin: 12px 0;
}

.FormFieldArea input[type=text], 
.FormFieldArea textarea, 
.FormFieldArea select {
    box-sizing: border-box;
    max-width:100%;
/*    width: 400px;*/
}

.FormFieldLabel {
    display: inline-block;
    width: 200px;
    text-align: left;
    font-weight: bold;
}

.FormFieldInput {
    display: inline-block;
}

.NewLocationWrapper {
    border: 2px solid black;
    padding: 12px;
    border-radius: 10px;
    margin: 10px 0;
}

.Tag {
    display: inline-block;
    padding: 7px;
    margin: 5px 10px 5px 0;
    background-color: #184033;
    border-radius: 7px;
    color: white;
    cursor: pointer;
}

    .Tag:hover {
        background-image: url('/images/delete_24.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

.DedicationTitle {
    font-weight: bold;
}

.DedicationMessage {
    margin-left: 12px;
}

.RemoveIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/images/remove_16.png);
    cursor: pointer;
    vertical-align: top;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
}

h3 {
    font-size: 18px;
    margin: 5px 0;
}

h4 {
    font-size: 16px;
    margin: 5px 0;
}

sup.optional {
    font-style: italic;
    font-size: 0.6em;
}

sup.required {
    font-style: italic;
    font-size: 0.6em;
    color: red;
    font-weight: bold;
}