﻿.moreInfoImg {
    width: 100%;
}

.noSelection {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome, Edge, Opera and Firefox */
}

.show {
    visibility: visible !important;
}
.hide {
    visibility: hidden !important;
}

.showDOM {
    display: initial;
    visibility: visible !important;
}
.hideDOM {
    display: none !important;
    visibility: hidden !important;
}

.textColor {
    color: forestgreen;
}

.matchContainer {
    width: inherit;
    height: inherit;
}

.widthContainer {
    width: inherit;
}

.heightContainer {
    height: inherit;
}

.signature {
    font-style: italic;
    margin-top: 30px;
}

#MainCanvas {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

#OverlayImgLft,
#OverlayImgRht,
#BckgrndImg {
    position: absolute;
}

#OverlayImgLft {
    opacity: 0.2;
    background-image: url("/Images/elements/layout_lft.png");
    z-index: -9;
}

#OverlayImgRht {
    opacity: 0.2;
    background-image: url("/Images/elements/layout_rht.png");
    z-index: -9;
}

#BckgrndImg {
    opacity: 0.85;
    z-index: -10;
}

.backgroundImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    clip: rect(0px, 100%, 2000px, 0px);
}

#BckgrndImg,
#PhotographerPhoto {
    width: 100%;
    height: fit-content;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.95), rgba(0,0,0,0.9), rgba(0,0,0,0.85), rgba(0,0,0,0));
    animation: fadeIn 0.5s ease-out;
    animation-play-state: paused;
}

.backgroundImage {
}

#PhotographerInfoField {
    position: absolute;
    visibility: hidden;
    float: left;
    top: 40px;
    left: 0;
    min-width: fit-content;
    padding: 20px;
}

#PhotographerDataField {
    text-align: center;
    font-size: 10pt;
    -webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25));
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25));
}
#PhotoLink,
#PhotoLink:active,
#PhotoLink:visited,
#PhotographerWebLink,
#PhotographerWebLink:active,
#PhotographerWebLink:visited {
    font-size: 12px;
}
#PhotoLink:hover,
#PhotographerWebLink:hover {
    color: white !important;
}

#InformationBar {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    max-height: 40px;
    padding: 2px 10px;
    background-color: white;
    margin: 0;
    z-index: 5;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
#TodayDateField {
    float: left;
    top: 10px;
    font-size: 12px;
    vertical-align: middle;
    width:fit-content;
    height: 30px;
}
#CalendarIconField {
    top: -10px;
    width: 40px;
}
#DateField {
    cursor: default;
    vertical-align: middle;
}
#DeveloperToolsField {
    position: absolute;
    float: left;
    left: 220px;
    font-size: 16px;
    width: fit-content;
    height: fit-content;
    padding: 3px;
    margin: 5px;
}

#MainContentHolder {
    top: 35px;
    text-align: center;
    width: fit-content;
    max-width: 1020px;
    margin: auto;
}
#MainContentHeadField {
    text-align: left !important;
    vertical-align: middle;
    width: 100%;
    height: 75px;
    max-height: fit-content;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
#SiteBrand {
    top: -10px;
    float: left;
    min-height: 85px;
    height: fit-content;
    width: fit-content;
    margin: auto;
    z-index: 5;
}
#LogoField {
    top: 5px;
    height: fit-content;
    width: fit-content;
    z-index: 1;
}
#LogoImg {
    -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
}
.sitelogo {
}
.siteName {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Arial Narrow, sans-serif, serif;
}
#NameSloganField .siteName,
.siteSlogan {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#NameSloganField {
    display: inline-block;
    top: 25px;
    text-align: left;
    color: green;
    padding-left: 10px;
    height: fit-content;
    width: fit-content;
}
.siteSlogan {
    display: inline-block;
    font-size: medium;
    font-style: italic;
    font-weight: lighter;
    height: fit-content;
    width: fit-content;
}

#MainReferralAd {
    top: 10px;
    display: block;
    float: right;
    height: fit-content;
    width: fit-content;
    margin: auto;
}
.referralAd {
}

#NavigationBar {
    display: inline-flex;
    align-items: center;
    line-height: 100%;
    color: white;
    width: 100%;
    max-height: fit-content;
    padding: 5px 5px 5px 15px;
    background-color: black;
}

#SiteMap1 {
    float: left !important;
    display: inline-flex;
    align-items: center;
    line-height: 100%;
    height: 100%;
    width: fit-content;
    text-align: left;
    margin-right: auto;
}
#SiteMap1 a,
#SiteMap1 a:active,
#SiteMap1 a:visited {

}
#SiteMap1 span a:visited {
    color: forestgreen;
}
#SiteMap1 {
    span {
        cursor: default;
        font-weight: bold;
    }
}
#SiteMap1 span:nth-child(3)::target-text,
#SiteMap1 span:nth-child(5)::target-text {
    font-size: 12px;
    font-weight: normal;
}

#SiteMap1 span:last-child {
    font-weight: bold;
}

#MainContentField {
    top: 0px;
    text-align: center;
    width: 100%;
    height: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.informationArea {
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 15px;
}

.pageHeader {
    padding: 10px 20px;
}

#MoreArticlesField {
    cursor: pointer;
    bottom: 0px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 100%;
    max-width: fit-content;
    padding: 7px;
    padding-top: 0px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
    border-radius: 15px;
    margin: auto;
    margin-top: 30px;
}

#MoreArticleText {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 100%;
}

#MoreArticlesField:hover {
    font-weight: bold;
    box-shadow: 2px 2px 8px 8px rgb(0 0 0 / 10%);
}

#MoreArticlesField.disabled {
    cursor: default;
    font-weight: normal;
    color: white;
    background-color: rgb(175, 175, 175);
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

#ArticleGlossary {
    font-style: italic;
}

.glossaryLink,
.glossaryLink:active,
.glossaryLink:visited,
.glossaryLink:hover {
    color: white !important;
}
.glossaryField {
    visibility: hidden;
}
#SiteDisclosure,
#PrivacyPolicyDisclosure,
.glossaryField {
    color: rgba(0,0,0,0.25);
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    width: 100%;
    min-width: inherit;
    padding: 5px;
}
#SiteDisclosure a,
#PrivacyPolicyDisclosure a,
.glossaryField a {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
}

#BottomLinksField {
    left: 0;
    bottom: 0;
    text-align: center;
    height: 50px;
    width: 100%;
    max-width: stretch;
    margin-top: 100px;
    margin-bottom: 0px;
    z-index: 1;
}
#BottomLinksTable {
    width: 300px;
    margin: auto;
}
.bottomLinkSpacer {
}
.linkCell {
    text-align: center;
}
#CopyRightField {
    top: 30px;
    text-align: center;
    width: fit-content;
    margin-bottom: 100px;
}
#CopyRightLogo {
    height: 72px;
}
.copyRightTextField {
    cursor: default;
    display: block;
    text-align: center;
    font-size: 10px;
    width:200px;
    margin: auto;
}
.copyRight {
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: dimgray;
}
