/* ==========================================================================
   ROOM
   ========================================================================== */

.room-left-menu-label {
    margin-bottom: 10px;
}
.room-left-menu-label div span > div:first-child{
    padding-left: 20px;
}
.room-play-scenario-div {
    display: flex;
    flex-direction: column;
}
.room-play-scenario-div img {
    height: 30px;
}
.room-play-scenario-div span {
    text-align: center;
    margin-top: 5px;
}
.room-label-text-input {
    margin-top: 10px;
}
.room-label-text-input > div:first-child > input {
    width: 100%;
    height: 35px;
}
.room-label-number-input {
    margin-top: 10px;
}
.room-label-number-input > div:first-child > input {
    width: 100%;
    height: 35px;
}
.room-label-number-input > div:first-child{
    position: relative;
    display: inline-block;
}
.room-label-number-input > div:first-child div{
    width: auto;
    position: absolute;
    left: 90%;
    top: 0%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}
.room-label-number-input > div:first-child div i {
    cursor: pointer;
}
.room-label-domo-select {
    margin-top: 10px;
    margin-left: 10px;
}
.room-label-device-button > button {
    background-color: #1e5d91;
    border: none;
    height: 30px;
}
.room-label-file-input-image {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.room-label-file-input-image > div:first-child > div:first-child {
    height: auto;
    max-height: 150px;
    display: flex;
    justify-content: center;
}
.room-label-file-input-image > div:first-child > div:first-child img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: inherit;
    cursor: pointer;
}
.room-label-file-input-image > div:first-child > div:last-child {
    display: flex;
    justify-content: center;
}
.room-label-file-input-image > div:first-child > div:last-child {
    cursor: pointer;
}
.room-unit-association {
    margin-bottom: 20px;
}
.room-unit-association:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.room-scenario-outputState-run {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.room-scenario-outputState-run > span {
    margin-right: 10px;
} 

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1199px) {
    .room-left-menu-label hr {
        width: 100%;
    }
    .room-label-text-input > div:first-child > input {
        width: calc(100% + 50px);
    }
    .room-label-number-input > div:first-child > input {
        width: calc(100% + 50px);
    }
    .room-label-domo-select > div:first-child > domo-select > .select-option-div {
        width: calc(100% + 50px);
    }
    .room-label-number-input > div:first-child div{
        width: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .room-play-scenario-div span {
        text-align: start;
        padding-left: 5px;
    }
    .room-label-number-input > div:first-child div{
        width: 70px;
    }
}
@media only screen and (max-width: 800px) {
    .room-label-text-input > div:first-child > input {
        width: calc(100% + 100px);
    }
    .room-label-number-input > div:first-child > input {
        width: calc(100% + 100px);
    }
    .room-label-domo-select > div:first-child > domo-select > .select-option-div {
        width: calc(100% + 100px);
    }
    .room-label-number-input > div:first-child div{
        width: 115px;
    }
}
@media only screen and (max-width: 767px) {
    .room-play-scenario-div  {
        float: right;
    }
    .room-play-scenario-div span {
        text-align: end;
        padding-left: 0;
    }
}
@media only screen and (max-width: 600px) {
    
}
@media only screen and (max-width: 500px) {
    .room-label-text-input > div:first-child > input {
        width: calc(100% + 120px);
    }
    .room-label-number-input > div:first-child > input {
        width: calc(100% + 120px);
    }
    .room-label-domo-select > div:first-child > domo-select > .select-option-div {
        width: calc(100% + 120px);
    }
    .room-label-device-button > button {
        height: 50px;
    }
    .room-label-number-input > div:first-child div{
        width: 135px;
    }
}
@media only screen and (max-width: 450px) {
    .room-left-menu-label div span > div:last-child{
        padding-right: 20px;
    }
    .room-label-text-input > div:first-child > input {
        width: calc(100% + 150px);
    }
    .room-label-number-input > div:first-child > input {
        width: calc(100% + 150px);
    }
    .room-label-domo-select > div:first-child > domo-select > .select-option-div {
        width: calc(100% + 150px);
    }
    .room-label-number-input > div:first-child div{
        width: 165px;
    }
}
@media only screen and (max-width: 350px) {
    
}