/*  SAMPLE ORDER */

.mod-so {
    display: none;
    background-color: #DCDCDC;
    position: absolute;
    z-index: 2;
}

.mod-so.open {
    display: block;
}

.mso-head {
    position: relative;
    top: 0rem;
    left: 0rem;
}

.mso-head .txt {
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.82rem;
    height: 1.82rem;
    font-family: Verdana;
    letter-spacing: 0rem;
}

.mso-head .btt {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: bottom;
}

.mso-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mso-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mso-main {
    background-color: #fff;
    font-size: 1rem;
}

.mso-send {
    overflow-y: auto;
}


.err {
    border: 1px solid red;
}

.mso-sample {
    margin-bottom: 0.8rem;
}

.mso-sample-title {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: capitalize;
}

.mso-sample-name {
    margin-bottom: 0.4rem;
}

.mso-sample-img {
    display: inline-block;
    width: calc(60% - 0.5rem);
    height: 14rem;
    background-color: var(--dg-color);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}

.mso-sample-info {
    display: inline-block;
    position: relative;
    width: 40%;
    height: 14rem;
    font-size: 0.75rem;
}

.mso-info-txt {
    margin: 0rem 0rem 0.3rem 0.75rem;
}

.mso-info-btt {
    position: absolute;
    bottom: 0rem;
    width: 7rem;
    height: 2rem;
    line-height: 2rem;
    margin-left: 0.75rem;
    color: var(--af-color);
    background-color: var(--az-color);
    /*text-align: center;*/
    border-radius: 1.5rem;
    cursor: pointer;
}

.mso-info-btt>img,
.mso-info-btt>.ico {
    display: inline-block;
    width: 1rem;
    height: 1.2rem;
    margin: 0rem 0.3rem 0rem 1rem;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.mso-info-btt>span {
    width: calc(100% - 1rem);
}

.mso-send-hint {
    width: calc(100% - 2rem);
    margin: 0rem 0rem 1rem 1rem;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */

    .mso-main {
        width: calc(50.8% - 2rem);
        height: calc(100% - 6.6875rem);
        position: absolute;
        right: 0rem;
        top: 4.6875rem;
        padding: 1rem;
        border-radius: 1.5rem 0 0 0;
        overflow: auto;
    }

    .mso-main p {
        margin-top: 0rem;
    }

    .mso-send {
        position: absolute;
        left: 0rem;
        top: 4.6875rem;
        height: calc(100% - 4.6875rem);
        width: 49.2%;
        font-size: 0.75rem;
        overflow-y: auto;
    }

    .mso-send-line {
        height: 3.4rem;
        /*3.94rem;*/
    }

    .mso-send-lbl {
        padding-bottom: 0.3rem;
        /*0.5rem;*/
    }

    .mso-send-input {
        height: 1.8rem;
        /*2.4rem;*/
    }

}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */

    .mso-send-line {
        height: 3.4rem;
        /*3.94rem;*/
        width: calc(100% - 2rem);
        margin: 0rem auto 1rem 1rem;
    }

    .mso-send-message-line {
        height: 8.44rem;
    }

    .mso-send-zip-wrap {
        display: inline-block;
        width: 20%;
    }

    .mso-send-town-wrap {
        display: inline-block;
        margin-left: 1rem;
        width: calc(80% - 1.3rem)
    }

    .mso-send-lbl {
        height: 0.94rem;
        line-height: 0.94rem;
        padding-bottom: 0.3rem;
        /*0.5rem;*/
    }

    .mso-send-input {
        height: 1.8rem;
        /*2.4rem;*/
        width: calc(100% - 0.06rem);
        font-size: 1rem;
        margin: 0rem;
        padding: 0rem;
        border-width: 0.06rem;
    }

    .mso-send-ta {
        width: 100%;
        height: 7rem;
        overflow: auto;
        margin: 0rem;
        padding: 0rem;
        border-width: 0.06rem;
    }

    .mso-send-consent-line {
        height: auto;
        /* margin: 0rem auto 2rem auto; */
        cursor: pointer;
    }

    .mso-send-cbx {
        display: inline-block;
        position: relative;
        width: 1.13rem;
        height: 1.13rem;
        background-color: var(--af-color);
        margin-right: 0.63rem;
        vertical-align: top;
    }

    .mso-send-consent.act .mso-send-cbx {
        background-color: var(--az-color);
    }

    .mso-send-cbx-lbl {
        display: inline-block;
        width: calc(100% - 2.1rem);
        font-size: 0.75rem;
        vertical-align: top;
    }

    .mso-send-hook {
        display: none;
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 1.13rem;
        height: 1.13rem;
        background-repeat: no-repeat;
    }

    /*
    .mso-send-consent.act .mso-send-hook {
        display: block;
    }
    */

    .mso-send-btt {
        display: none;
        width: fit-content;
        height: 1.94rem;
        line-height: 1.94rem;
        background: var(--highlight-farbe) 0% 0% no-repeat padding-box;
        background: var(--az-color) 0% 0% no-repeat padding-box;
        box-shadow: 0rem 0rem 0.63rem #00000029;
        border-radius: 1.5rem;
        margin: auto;
        letter-spacing: 0rem;
        color: var(--af-color);
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0rem 0.75rem;
    }

    .mso-head {
        width: calc(100% - 1rem);
        height: 3.6875rem;
        margin: 0 0 0 1rem;
    }

    .mso-head .bttClose {
        top: 0.125rem;
        right: 2.0625rem;
    }

    .mod-so {
        padding: 1rem 0 0 0;
        top: 4rem;
        width: 64rem;
        height: calc(100% - 5rem);
    }

}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */

    .mod-so {
        width: 100%;
        overflow-y: auto;
    }

    .mso-send-town-line {
        height: auto;
    }

    .mso-send-zip-wrap {
        margin-bottom: 1rem;
    }

}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mso-main {
        width: calc(100% - 1.2rem);
        height: fit-content;
        display: flex;
        padding: 0.9rem 0.6rem 0 0.6rem;
        overflow: auto;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        background-color: transparent;
    }

    .mso-send {
        margin-top: 1rem;
        width: 100%;
    }

    .mso-head {
        margin: 0 0.6rem;
    }

    .mso-head .bttClose {
        top: 0rem;
        right: 0rem;
    }

    .mod-so {
        padding: 0.9rem 0 0 0;
        top: 3.3rem;
        width: 100%;
        height: calc(100% - 7.2rem);
        overflow-y: auto;
    }

    .mso-send-town-line {
        height: auto;
    }

    .mso-send-zip-wrap {
        margin-bottom: 1rem;
    }

    .mso-send-line {
        width: calc(100% - 1.25rem);
        margin-left: 0.625rem;
    }

    .mso-send-lbl {
        height: 1rem;
        line-height: 1rem;
        padding-bottom: 0.5rem;
        margin-top: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.75rem;
    }

    .mso-send-input {
        height: 2.4rem;
        width: calc(100% - 0.06rem);
        font-size: 1rem;
        margin: 0rem;
        padding: 0rem;
        border-width: 0.06rem;
    }

    .mso-send-ta {
        width: 100%;
        height: 7rem;
        overflow: auto;
        margin: 0rem;
        padding: 0rem;
        border-width: 0.06rem;
    }

    .mso-send-line.mso-send-message-line {
        height: fit-content;
    }

    .mso-send-consent-line {
        height: auto;
        margin: 0rem auto 2rem 0.625rem;
        cursor: pointer;
    }

    .mso-send-cbx {
        display: inline-block;
        position: relative;
        width: 1.13rem;
        height: 1.13rem;
        background-color: var(--af-color);
        margin-right: 0.63rem;
        vertical-align: top;
    }

    .mso-send-consent.act .mso-send-cbx {
        background-color: var(--az-color);
    }

    .mso-send-hook {
        display: none;
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 1.13rem;
        height: 1.13rem;
        background-repeat: no-repeat;
    }

    .mso-send-cbx-lbl {
        display: inline-block;
        width: calc(100% - 2.1rem);
        font-size: 0.75rem;
        vertical-align: top;
    }

    /*
    .mso-send-consent.act .mso-send-hook {
        display: block;
    }
    */

    .mso-send-line {
        height: fit-content;
        margin: 0rem auto 1rem 0.625rem;
        width: calc(100% - 1.25rem);
    }

    .mso-send-btt {
        display: none;
        width: fit-content;
        height: 1.94rem;
        line-height: 1.94rem;
        background: var(--highlight-farbe) 0% 0% no-repeat padding-box;
        background: var(--az-color) 0% 0% no-repeat padding-box;
        box-shadow: 0rem 0rem 0.63rem #00000029;
        border-radius: 1.5rem;
        margin: auto;
        letter-spacing: 0rem;
        color: var(--af-color);
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0rem 0.75rem;
    }

    .mso-send-hint {
        margin-left: 0.625rem
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-so {
        padding: 0rem 0 0 0;
        top: 0rem;
        width: calc(100% - 3.375rem);
        height: calc(100% - 0rem);
        z-index: 21;
    }

    .mso-send {
        position: absolute;
        left: 0rem;
        top: 4.125rem;
        height: calc(100% - 4.125rem);
        width: 49%;
        overflow: auto;
    }

    .mso-main {
        width: calc(51% - 2rem);
        height: calc(100% - 3.625rem);
        position: absolute;
        left: calc(51% - 1rem);
        top: 2.625rem;
        padding-bottom: 0rem;
        border-radius: 0;
        overflow: auto;
        padding-left: 1rem;
        padding-top: 1rem;
        background-color: transparent;
    }

    .mso-head {
        width: calc(100% - 1rem);
        height: 2.625rem;
        margin: 0;
    }

    .mso-head .txt {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        height: 1.8125rem;
        font-family: Verdana;
        letter-spacing: 0rem;
        margin-left: 0.625rem;
        padding-top: 0.8125rem;
    }

    .mso-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }

    .mso-send-line {
        height: 3.94rem;
        margin: 0rem auto 1rem 0.625rem;
        width: calc(100% - 1rem);
        /*17.375rem;*/
    }

    .mso-send-consent-line {
        height: auto;
        margin: 0rem auto 2rem 0.625rem;
        cursor: pointer;
    }

    .mso-send-line.mso-send-message-line {
        height: fit-content;
    }

    .mso-send-town-line {
        height: auto;
    }

    .mso-send-zip-wrap {
        margin-bottom: 1rem;
    }

    .mso-send-lbl {
        height: 0.94rem;
        line-height: 0.94rem;
        padding-bottom: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.75rem;
    }

    .mso-send-input {
        height: 2.4rem;
        width: calc(100% - 0.06rem);
        font-size: 1rem;
        margin: 0rem;
        padding: 0rem;
        border-width: 0.06rem;
    }

    .mso-send-ta {
        width: 100%;
        height: 7rem;
        overflow: auto;
        margin: 0rem;
        padding: 0rem;
        border-width: 0.06rem;
    }

    .mso-send-cbx {
        display: inline-block;
        position: relative;
        width: 1.13rem;
        height: 1.13rem;
        background-color: var(--af-color);
        margin-right: 0.63rem;
        vertical-align: top;
    }

    .mso-send-hook {
        display: none;
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 1.13rem;
        height: 1.13rem;
        background-repeat: no-repeat;
    }

    .mso-send-cbx-lbl {
        display: inline-block;
        width: calc(100% - 2.1rem);
        font-size: 0.75rem;
        vertical-align: top;
    }

    .mso-send-btt {
        display: none;
        width: fit-content;
        height: 1.94rem;
        line-height: 1.94rem;
        background: var(--highlight-farbe) 0% 0% no-repeat padding-box;
        background: var(--az-color) 0% 0% no-repeat padding-box;
        box-shadow: 0rem 0rem 0.63rem #00000029;
        border-radius: 1.5rem;
        margin: auto;
        letter-spacing: 0rem;
        color: var(--af-color);
        text-align: center;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0rem 0.75rem;
    }

    .mso-sample-img,
    .mso-sample-info {
        height: 8rem;
    }

    /*
    .mso-send-consent.act .mso-send-hook {
        display: block;
    }
    */
}