﻿.preclarification-statistics {
    width: 100%;
    max-width: 1550px;
    margin-bottom: 20px;
}

.preclarification-total {
    width: 70%;
    margin-bottom: 20px;
}

.preclarification-orders {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: space-between;
}

.none-failed-orders {
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.preclarification-dropdown {
    margin-left: auto;
    width: 20%;
    max-width: 200px
}

@media screen and (min-width: 1200px) {
    .preclarification-total {
        width: 30%;
        margin-bottom: 20px;
    }

    .preclarification-orders {
        width: 55%;
    }

    .eierskifte-statistics {
        width: 60%;
    }
}

/* Eierskifte stats */

.eierskifte-stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.stats-box {
    margin-top: 10px;
    width: 80%;
}

.stats-year-input {
    width: 25%;
    min-width: 120px;
    margin-top: 20px;
}

.stats-form {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

@media screen and (min-width: 1800px) {
    .stats-box {
        margin-top: unset;
        width: 49%;
    }

    .stats-form {
        width: 100%;
    }
}

/* Eierskifte innstillinger siden */
.eierskifte-driftsmelding {
    width: 80%;
}

.eierskifte-driftsmelding-textarea {
    max-height: 300px;
    max-width: 600px;
}

.eierskifte-driftsmelding-title {
    max-width: 400px;
}

.alert-content {
    display: flex;
    flex-direction: row;
}

.alert-icon-container {
    font-size: 1.8rem;
    margin-right: 0.5rem;
}

.alert-message-container {
    margin-top: 0.1rem;
    vertical-align: central;
}

.eierskifte-driftsmelding-preview {
    max-width: 700px;
}

@media screen and (min-width: 950px) {
    .eierskifte-driftsmelding {
        width: 50%;
    }

    .eierskifte-driftsmelding-textarea {
        min-width: 300px;
        max-height: 150px;
    }
}

/* Forkjoepsrett */
.fk-search {
    max-width: 350px;
}