/* ROOM INFO */

.mod-ri {
    display: none;
}

.mod-ri.open {
    display: inline-block;
}

.mri-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mri-head {
    position: relative;
    top: 0rem;
    left: 0rem;
}

.mri-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mri-head {
    margin: 1rem 1rem 0.3125rem 1rem;
}

.mri-head .bttClose {
    top: 0.125rem;
    right: 0rem;
}

.mri-head .txt {
    text-align: left;
    line-height: 1.8125rem;
    height: 1.8125rem;
}

.mri-main {
    background-color: #fff;
    width: 100%;
    height: calc(100% - 8.5625rem);
    text-align: left;
    position: absolute;
    top: 7.5625rem;
    padding-top: 1rem;
    overflow: auto;
}

.mri-btt {
    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;
    font-family: Verdana;
}

.mri-btt {
    display: inline-block;
    margin-right: 0.5rem;
    cursor: pointer;
    float: left;
    margin-top: 0.875rem;
}

.ri-line {
    display: inline-block;
    width: calc((100% - 3rem)/2);
    float: left;
    margin-left: 1rem;
    height: 6.875rem;
    margin-bottom: 2.0625rem;
}

.ri-frame {
    width: 6.875rem;
    height: 6.875rem;
    background-color: grey;
    display: inline-block;
    float: left;
    position: relative;
}

.mod-ri .btt-info {
    position: absolute;
    right: 2.3125rem;
    top: 0.3125rem;
}

.mod-ri .btt-del {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
}

.mod-ri .btt {
    height: 1.5625rem;
    width: 1.5625rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.ri-data {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 1rem;
    width: calc(100% - 7.875rem);
    height: 6.875rem;
}

.mri-sw {
    margin-left: 1rem;
}

.ri-data .txt.data-1 {
    font: normal normal bold 0.75rem/0.75rem Verdana;
    letter-spacing: 0rem;
    color: #505050;
    margin-right: 0.375rem;
    height: 1rem;
    overflow: visible;
}

.ri-data .txt.data-2 {
    text-align: left;
    font: normal normal normal 0.875rem/1.375rem Verdana;
    letter-spacing: 0rem;
    color: #505050;
    height: 3rem;
    margin-top: 0.375rem;
}

.ri-data .data-3,
.ri-data .data-4 {
    height: 1.375rem;
    display: flex;
}

.ri-data .d-val {
    font: normal normal normal 0.75rem/0.75rem Verdana;
    letter-spacing: 0rem;
    color: #505050;
    height: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ri-color {
    width: 100%;
    height: 100%;
}

.ri-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.btt-request {
    display: none;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */

    .mod-ri {
        background-color: var(--hg-color);
        position: absolute;
        width: 64rem;
        height: calc(100% - 4rem);
        top: 4rem;
        z-index: 14;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
    }
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */

    .mod-ri {
        background-color: var(--hg-color);
        position: absolute;
        width: 100%;
        height: calc(100% - 4rem);
        top: 4rem;
        z-index: 13;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
    }

}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-ri {
        background-color: var(--hg-color);
        position: absolute;
        z-index: 11;
        width: 100%;
        height: calc(100% - 6.3rem);
        left: 0rem;
        top: 3.3rem;
        overflow: hidden;
    }

    .mri-head {
        margin: 1rem 1rem 0.3125rem 1rem;
        height: 2rem;
    }

    .mri-main {
        margin-left: 0rem;
        width: 100%;
        border-radius: 0rem;
        padding-top: 1rem;
        height: calc(100% - 8.5625rem);
        display: block;
        overflow: auto;
    }

    .ri-line {
        display: inline-block;
        width: calc(100% - 1rem);
        float: inherit;
        margin-left: 1rem;
        height: 6.875rem;
        margin-bottom: 2.0625rem;
    }
}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-ri {
        top: 0rem;
        width: calc(100% - 3.375rem);
        height: 100%;
        z-index: 21;
    }

    .mri-head {
        height: calc(14% - 1.3125rem);
    }

    .mri-main {
        margin-left: 0rem;
        width: 100%;
        border-radius: 0;
        padding-top: 0.625rem;
        /* height: calc(86% - 0.625rem); */
        height: calc(100% - 8.1875rem);
    }

    .mri-ph {
        width: 48%;
        margin-left: 0.625rem;
    }

    .mri-pi {

        width: 100%;
    }

    .mri-th {
        margin-left: 0.625rem;
        width: calc(52% - 2rem);
        height: 100%;
        overflow: auto;
    }

    .mri-pi img {
        width: 100%;
        max-height: 18rem;
    }

    .mri-rgb {
        height: 18.3125rem;
    }


}