
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

input.visually-hidden:is(:focus, :focus-within) + label {
    outline: thin dotted;
}

body {
}

div.fullVisibleArea {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
}

div.allSpace {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

div#resultBox {
    background-color: white;
}

div#imageShown {
    background-color: white;
    display: inline-flex;
    max-height: 90%;
    width: 48vw;
    min-width: 48vw;
}

#resultBox {
    position: relative;
    background-color:  black;
    display: inline-flex;
}

.resultIcon {
    width: 128px;
    vertical-align: middle;
    float: left;
    margin-right: 1em;
}

#bottomLine {
    text-align: center;
    height: 8%;
    position: absolute;
    width: 100%;
    bottom: 1%;
}

#bottomLine-content {
    height: 100%;
}

#backButton {
    border: 4px solid black;
    height: 90%;
    width: 90%;
    background-color: lime;
    font-weight: bold;
    border-radius: 2em;
    margin: 0;
    font-size: xxx-large;
}

#backButton:hover {
    padding-left: 25px;
    text-shadow: black 2px 2px;
    border-bottom-width: 6px;
    border-right-width: 6px;
    border-top-width: 2px;
    border-left-width: 2px;
    background-color: lime;
}

#backButton:active {
    padding-left: 25px;
    text-shadow: black 2px 2px;
    border-bottom-width: 6px;
    border-right-width: 6px;
    border-top-width: 2px;
    border-left-width: 2px;
    background-color: chartreuse;
}

#nextImage {
    border: 1px solid black;
    height: 90%;
    width: 90%;
    background-color: rgba(95, 158, 160, 0.5); //cadetblue
    font-weight: bold;
    border-radius: 2em;
    margin: 0;
    font-size: xx-large;
    solid-opacity: 50%;
}

#nextImage:hover {
    padding-left: 25px;
    text-shadow: grey 1px 1px;
}

#nextImage:active {
    padding-left: 25px;
    text-shadow: grey 1px 1px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    background-color: rgba(95, 158, 160, 0.8);
}

.resultItem {
    margin: 1em;
}

div.rightPanel {
    width: 100%;
    margin-top: 0.1%;
    margin-bottom: 0.1%;
}

div.resultIconBox {
    font-size: large;
    display: flex;
    align-items: center;
    margin-top: 1%;
}

#image {
    max-width: 100%;
    margin: 1%;
    padding: 0;
    object-fit: contain;
}

#main {
}

#content {
    margin: 0;
    padding: 0;
}

#verificationResultIcon {
    display: inline-flex;
}

#activate-image {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#activate-button {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    width: calc(min(90vw, 90vh));
    border-radius: 4vh;
}

#activate-button :hover  {
    transform: rotate(90deg);
}

#activate-image :hover {
}

.collapsible {
    background-color: lightgray;
    #color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    max-width: 38vw;
}

.collapsible-active, .collapsible:hover {
}

.collapsible-content {
    display: none;
    overflow: scroll;
    max-height: 40vh;
    padding: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


button.collapsible:hover {
    padding-right: 25px;
    text-shadow: cadetblue 2px 2px;
}

button.collapsible {
    background-image: url("/web/resources/icons/line-angle-right-icon.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 4px;
    margin-top: 1%;
    border-radius: 1em;
    font-size: large;
    background-color: cadetblue;
    max-width: 100%;
}

button.collapsible-active {
    background-image: url("/web/resources/icons/line-angle-down-icon.png");
}

div.collapsible-content dl dd {
    background-color: lightgray;
}

div.collapsible-content dl dt {
    font-weight: bold;
}

#VerificationDetailContainer {
    overflow: hidden;
}

#VerificationDetail {
    height: 52vh;
    width: 100%;
    resize: none;
}

#PositionDetailContainer {
    overflow: hidden;
}

#PositionDetail {
    height: 52vh;
    width: 100%;
    resize: none;
}

div.errorsHighlight ul li {
    color:red;
    padding: 1%;
    font-weight: bold;
    font-size: large;
}

table.GPSLocation {
    width: 100%;
    border: 1px solid lime;
    margin-top: 5px;
}

table.GPSLocation tbody tr td.GPSLabel {
}

table.GPSLocation tbody tr td.GPSData {
}


td#changePositionFormat {
    text-align: right;
    width: 1em;
}

img#CycleUnits {
    width: 1em;
    vertical-align: middle;
    text-align: center;
}

img#CycleUnits:hover {
    transform: rotate(15deg);
}

#map {
    height: 180px;
}

#MapFrame {
    max-width: 40vw;
    max-height: 30vh;
}

#MapFrameContainer {
    margin: 1%;
    width: 100vw;
    height: 100vh;
    max-width: 40vw;
    max-height: 30vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px), (max-height: 768px) {
    div.resultIconBox {
        font-size: medium;
        margin-top: 1px;
    }
    #MapFrameContainer {
        max-height: 30vh;
    }
}

@media screen and (max-height: 600px) {
    #MapFrameContainer {
        max-height: 20vh;
    }
}

@media screen and (max-height: 768px) {
    div.resultIconBox {
        font-size: medium;
        margin-top: 1px;
    }
    #MapFrameContainer {
        max-height: 25vh;
    }
}

@media screen and (max-width: 800px), (max-height: 600px) {
    div.resultIconBox {
        font-size: small;
        margin-top: 1px;
    }
    #MapFrameContainer {
        max-height: 20vh;
    }
}


@media screen and (max-height: 768px) {
    button.collapsible {
        font-size: small;
    }
    .collapsible-content {
        max-height: 300px;
    }
}

@media screen and (max-height: 600px) {
    .collapsible-content {
        max-height: 200px;
    }
}

@media screen and (max-height: 550px) {
    .collapsible-content {
        max-height: 100px;
    }
}



