/* mod_Uploader */

.mod-up {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 100;
}

.mod-up.open {
    display: block;

}

.mod-up .btt {
    height: 1.5625rem;
    width: 1.5625rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.mup-head {
    position: relative;
    top: 0rem;
    left: 0rem;
    height: 2rem;
    width: 100%;
}

.mup-head .txt {
    display: none;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    height: 1.8125rem;
    font-family: Verdana;
    letter-spacing: 0rem;
}

.mup-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.mup-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mod-up .back {
    width: 100%;
    height: 100%;
    background-color: #505050e6;
}

.mod-up .front {
    background-color: #fff;
    position: absolute;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    /* width: calc(100% - 2rem);
    max-width: 64rem;
    height: calc(100% - 2rem);
    max-height: 48rem; */
    width: 64rem;
    height: 48rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mup-main {
    height: calc(100% - 6.5rem);
}

.mu-his {
    width: calc(100% - 3.5rem);
    height: 13.25rem;
    align-self: baseline;
    position: absolute;
    bottom: 2rem;
    left: 1.75rem;
    right: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-y: auto;
    align-content: flex-start;
}

.mu-title-1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 4.5rem;
}

.mu-title-2 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1.5rem;
}

.mu-bttns .ico {
    margin-bottom: 1.875rem;
    background-size: 4rem;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}

.mu-bttns {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.mu-btt-photo,
.mu-btt-qr {
    display: flex;
    align-content: stretch;
    align-items: center;
    flex-direction: column;
    margin: 0 2rem;
}

.mu-bttns .txt {
    height: 1.9375rem;
    line-height: 1.9375rem;
    color: #fff;
    background-color: var(--az-color);
    padding: 0rem 0.75rem;
    font-size: 0.75rem;
    box-shadow: 0rem 0rem 0.625rem #00000029;
    border-radius: 1.5rem;
    cursor: pointer;
}

.his-chip {
    width: 180px;
    height: 180px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 1rem;
    margin-right: 1rem;
    position: relative;
}

.txt-mobile {
    display: none;
}

.his-btt-del {
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    right: .5rem;
    top: 9px;
    border-radius: 5px;
    cursor: pointer;
}

.mu-btt-qr .ico {
    width: 4rem;
    height: 4rem;
}

.mu-check-box {
    width: 1.13rem;
    height: 1.13rem;
    border: 2px solid #000;
    margin-right: .5rem;
    cursor: pointer;
}

.mu-check {
    margin: 1rem 6rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.mu-check-box {
    flex-shrink: 0;
}

.mu-check-box.act {
    background-color: var(--az-color);
}


.mod-up.hasCheck .mu-bttns {
    opacity: .5;
}

.mod-up.hasCheck.checkAct .mu-bttns {
    opacity: 1;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {

    /* TABLET ONLY */
    .mod-up .front {
        background-color: #fff;
        position: absolute;
        box-shadow: 0rem 0.1875rem 0.375rem #00000029;
        width: 100%;
        height: calc(100% - 4rem);
        top: 4rem;
        left: 0;
        transform: none;
    }

    .mup-head .txt {
        display: block;
        line-height: 52px;
        margin-left: 10px;
        height: 100%;
    }

    .mod-up {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0rem;
        z-index: 22;
    }

    .mup-head {
        height: 75px;
        margin: 0;
        background-color: #dcdcdc;
    }

    .mup-head .bttClose {
        top: 15px;
        right: 12px;
    }

    .mup-main {
        height: calc(100% - 75px);
        overflow-y: auto;
    }

    .mod-up .front {
        width: 100%;
        height: 100%;
    }
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mup-head .txt {
        display: block;
        line-height: 52px;
        margin-left: 10px;
        height: 100%;
    }

    .mod-up {
        width: 100%;
        height: calc(100% - 102px);
        position: absolute;
        top: 53px;
        left: 0rem;
        z-index: 20;
    }

    .mup-head {
        height: 53px;
        margin: 0;
        background-color: #dcdcdc;
    }

    .mup-head .bttClose {
        top: 15px;
        right: 12px;
    }

    .mup-main {
        height: calc(100% - 2.7875rem);
        overflow-y: auto;
    }

    .mod-up .front {
        width: 100%;
        height: 100%;
    }

    .mu-title-1 {
        display: flex;
        justify-content: space-evenly;
        margin-top: 40px;
        margin: 40px 2.5rem 32px 2.5rem;
    }

    .mu-title-2 {
        margin-top: 1.5rem;
        margin: 0 24px 0 24px;
    }

    .mu-bttns {
        display: flex;
        justify-content: center;
        margin-top: 4rem;
        flex-direction: column;
    }

    .mu-bttns .ico {
        display: none;
    }

    .mu-bttns .txt {
        width: 281px;
        height: 51px;
        display: flex;
        line-height: 51px;
        font-size: 1rem;
    }

    .mu-his {
        position: initial;
        display: flex;
        width: 100%;
        overflow: initial;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        height: initial;
        margin-left: 10px;
    }

    .m-ico {
        width: 32px;
        height: 26px;
        margin-left: 11px;
        margin-top: 12px;
        margin-right: 1rem;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
    }

    .mu-btt-photo,
    .mu-btt-qr {
        margin-bottom: 2rem;
    }

    .txt-web {
        display: none;
    }

    .txt-mobile {
        display: block;
        font: normal normal normal 16px / 51px Verdana;
    }

    .his-chip {
        width: calc((100% - 30px) / 2);
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .mu-btt-qr .m-ico {
        height: 2rem;
        margin-top: 9px;
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */


    .mup-head .txt {
        display: block;
        line-height: 52px;
        margin-left: 10px;
        height: 100%;
    }

    .mod-up {
        width: calc(100% - 3.375rem);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0rem;
        z-index: 22;
    }

    .mup-head {
        height: 53px;
        margin: 0;
        background-color: #dcdcdc;
    }

    .mup-head .bttClose {
        top: 15px;
        right: 12px;
    }

    .mup-main {
        height: calc(100% - 2.7875rem);
        overflow-y: auto;
    }

    .mod-up .front {
        width: 100%;
        height: 100%;
    }

    .mu-title-1 {
        display: flex;
        justify-content: space-evenly;
        margin-top: 40px;
        margin: 40px 1rem 1rem 1rem;
    }

    .mu-title-2 {
        margin-top: 1.5rem;
        margin: 0 1rem 0 1rem;
        text-align: center;
    }

    .mu-bttns {
        display: flex;
        margin-top: 40px;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .mu-btt-photo,
    .mu-btt-qr {
        display: flex;
        align-content: stretch;
        align-items: center;
        flex-direction: column;
        margin: 0 0.5rem;
    }

    .mu-bttns .ico {
        display: none;
    }

    .mu-bttns .txt {
        width: 250px;
        height: 51px;
        display: flex;
        line-height: 51px;
        font-size: 1rem;
    }

    .mu-his {
        position: initial;
        display: flex;
        width: 100%;
        overflow: initial;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        height: initial;
        margin-left: 10px;
    }

    .m-ico {
        width: 32px;
        height: 26px;
        margin-left: 11px;
        margin-top: 12px;
        margin-right: 1rem;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .mu-btt-photo,
    .mu-btt-qr {
        margin-bottom: 2rem;
    }

    .txt-web {
        display: none;
    }

    .txt-mobile {
        display: block;
        font: normal normal normal 16px / 51px Verdana;
    }

    .his-chip {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .mu-btt-qr .m-ico {
        height: 2rem;
        margin-top: 9px;
    }
}