﻿.AnimalRow {
    height: 50px;
    color: #1d2e40BB;
    text-align: start;
    div

{
    height: 50px;
    float: left;
    /*margin: 10px;*/
    width: 100%;
}

.AnimalHeader {
    width: 100px;
    box-sizing: border-box;
    line-height: 21px;
    font-size: 1vw;
}

.AnimalHeaderBig {
    width: 100px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 1.2vw;
}

.AnimalDataRowHeader {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding: 0px;
    background-color: none;
}

.AnimalDataRow {
    width: calc(100% - 120px);
    box-sizing: border-box;
    border-bottom: 1px solid #1d2e4019;
    padding: 0px;
    background-color: none;
}

.AnimalWeekDay {
    position: absolute;
    left: 120px;
    margin-top: 13px;
    margin-left: 5px;
    color: #1d2e4055;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.AnimalDataCell {
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
    font-size: 1.5vw;
}
}

.AnalysisHeader {
    font-size: 2vw;
    margin:10px;
    color: #1d2e4099;
    text-align:center;
}

.AnalysisHeaderLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
}


.AnalysisHeaderRight {
    text-align: left;
    position: absolute;
    top: 0px;
    right: 0px;
}

.AnimalHeaderFirstBoar {
    background-image: url('/img/Vildsvin100x50_trans.png');
}

.AnimalHeaderFirstRoe {
    background-image: url('/img/Rådjur100x50_trans.png');
}

.AnimalRowFirst {
    margin-top: 10px;
}

.AnimalDataRowFirst {
    border-top: 1px solid #1d2e4019;
}

.AnimalDataSunday {
    background-color: #FF00000F;
}
.AnimalDataToday {
    background-color: #00FF000F;
}

a {
    text-decoration: none;
    color: #1d2e40BB;
}

    a:visited {
        text-decoration: none;
        color: #1d2e40BB;
    }

    a:hover {
        text-decoration: underline;
    }

/*.AnimalDisplay {
    visibility:hidden;
    margin:auto;
    width:100%;
    height:100%;
}*/

/* The Modal (background) */
.myModal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.3); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    /*transition: opacity 0.6s linear;*/
}
    .modal-content:hover,
    .modal-content:focus {
        cursor: pointer;
    }


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #1d2e40BB;
    padding: 10px 0;
    height: 150px;
    display: none;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #1d2e40BB;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* The Wrong Animal Button */
.wrongAnimal {
    position: absolute;
    top: 15px;
    right: 200px;
    color: #1d2e40BB;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .wrongAnimal:hover,
    .wrongAnimal:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}