/* ==========================================================================
   GATEWAY
   ========================================================================== */
   
.gateway-module-list {
    display: flex;
    flex-flow: row wrap;
}
.gateway-module-list > div:not(:last-child) {
    width: 22.5%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.gateway-module-list > div:not(:last-child) > span {
    text-align: center;
}
.gateway-module-list > div:last-child {
    width: 10%;
    text-align: end;
}
.gateway-module-list > div:last-child > span > img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.gateway-module-list.gateway-module-sublist > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.module-item-header {
    color: #1e5d91;
    font-weight: bold;
}
.module-item-value {
    color: #90969B;
}
.module-online {
    color: #90969B;
}
.module-offline {
    color: #dd0f20;
}
.gateway-learn-installation {
    padding: 0;
}
.gateway-learn-installation div {
    font-weight: bold;
    color: #a5a5a5;
    text-transform: uppercase;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
}
.gateway-learn-installation div span {
    cursor: pointer;
}
.gateway-info {
    margin-left: 8%;
    margin-top: 10px;
}
.gateway-info > div:not(:first-child) {
    margin-top: 10px;
}
.moduleContent, .releaseNotesContent {
    display: none;
}
.plusIcon:after {
    content: '\002B';
    color: #1e5d91;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    cursor: pointer;
}
.minusIcon:after {
    content: '\2212';
    color: #1e5d91;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    cursor: pointer;
}
.installedModules-button-layout {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.gateway-learn-done-div {
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 10px;
}
.daliManager-intro-text-div {
    font-weight: bold;
}
.daliManager-list {
    margin-top: 20px;
}
.daliManager-list > div:first-child {
    text-align: center;
    font-weight: bold;
}
.daliManager-list > div:not(:first-child) {
    margin-top: 10px;
}
.dali-manager-blur-div {
    opacity: 0.5;
}
.dali-manager-bold-span {
    font-weight: bold;
}
.daliManager-log-list > li {
    height: auto;
}
.daliManager-log-list > li:hover {
    background-color: initial;
    color: initial;
    cursor: default;
}
.dali-manager-bold-li-number::marker {
    font-weight: bold;
}
.dali-manager-commissioning-log-box {
    text-align: center;
    margin-top: 10px;
    height: 20vh;
    color: #A9A9A9;
}
.dali-manager-commissioning-log-box > div:first-child {
    font-size: 90%;
}
.dali-manager-commissioning-log-box > div:last-child {
    font-size: 80%;
    margin-top: 10px;
}
.dali-manager-commissioning-config-div {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
}
.dali-manager-commissioning-config-div > div:first-child {
    text-align: center;
    font-weight: bold;
}
.dali-manager-commissioning-config-div > div:nth-child(2) table {
    width: 100%;
}
.dali-manager-commissioning-config-div > div:nth-child(2) table tr td {
    width: 50%;
    text-align: center;
    padding: 10px 10px;
}
.dali-manager-commissioning-done-container {
    text-align: center;
    margin-top: 20px;
}
.dali-manager-commissioning-done-container > span {
    display: inline-block;
}
.dali-manager-commissioning-done-container > span:first-child {
    margin-right: 20px;
}
.dali-manager-commissioning-done-container > span:nth-child(2) {
    margin: 0 20px;
}
.dali-manager-commissioning-done-container > span:last-child {
    margin-left: 20px;
}
.daliManager-start-button-div {
    margin-top: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.daliManager-start-button-div button {
    width: 30%;
    height: 30px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}
.daliManager-start-button-div button.button-gray {
    cursor: default;
}
.dali-manager-list-click {
    cursor: pointer;
}
.dali-manager-list-click:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1300px) {
    .gateway-module-list > div:last-child > span > img {
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 1199px) {
    .reset-modules-button {
        height: 40px;
    }
    .gateway-module-list > div:last-child > span > img {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .reset-modules-button {
        height: 35px;
    }
    .installedModules-button-layout {
        flex-direction: column;
    }
    .installedModules-button-layout > div:first-child {
        margin-bottom: 20px;
    }
    .module-item-header {
        font-size: 12px;
    }
    .module-item-value {
        font-size: 12px;
    }
    .gateway-module-list > div:last-child > span > img {
        width: 25px;
        height: 25px;
    }
    .gateway-module-sublist-first {
        margin-top: 5px;
    }
    .gateway-learn-done-div {
        padding-top: 15px;
        margin-bottom: -5px;
    }
}
@media only screen and (max-width: 800px) {
    .reset-modules-button {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 650px) {
    .daliManager-log-list > li:nth-child(2) > domo-select domo-select-item > li > span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .daliManager-log-list > li:nth-child(2) > domo-select domo-select-item > li > span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 550px) {
    .daliManager-log-list > li:nth-child(2) > domo-select domo-select-item > li > span {
        font-size: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .gateway-learn-installation div {
        font-weight: normal;
    }
    .gateway-info {
        margin-left: 5%;
    }
    .gateway-name input {
        width: 250px;
    }
    .reset-modules-button > button {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .daliManager-log-list > li:nth-child(2) > domo-select domo-select-item > li > span {
        font-size: 10px;
    }
}
@media only screen and (max-width: 470px) {
    .gateway-name input {
        width: auto;
    }
}
@media only screen and (max-width: 450px) {
    .gateway-learn-done-div {
        margin-bottom: -10px;
    }
}
@media only screen and (max-width: 425px) {
    .daliManager-log-list > li:nth-child(2) > domo-select domo-select-item > li > span {
        font-size: 9px;
    }
}
@media only screen and (max-width: 420px) {
    .gateway-name input {
        width: 220px;
    }
    .dali-manager-commissioning-log-box > div:not(:first-child) > p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 406px) {
    .dali-manager-commissioning-done-container {
        text-align: initial;
    }
    .dali-manager-commissioning-done-container > span.cancel {
        font-size: 16px;
    }
    .dali-manager-commissioning-done-container > span:first-child {
        margin-right: 10px;
    }
    .dali-manager-commissioning-done-container > span:last-child {
        margin-left: 10px;
    }
    .dali-manager-commissioning-done-container > span:nth-child(2) {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 400px) {
    .gateway-name input {
        width: 200px;
    }
    .module-item-header {
        font-size: 10px;
    }
    .module-item-value {
        font-size: 10px;
    }
    .gateway-module-list > div:last-child > span > img {
        width: 20px;
        height: 20px;
    }
}
@media only screen and (max-width: 395px) {
    .daliManager-log-list > li:nth-child(2) > domo-select domo-select-item > li > span {
        font-size: 8px;
    }
}
@media only screen and (max-width: 380px) {
    .gateway-name input {
        width: 170px;
    }
}
@media only screen and (max-width: 350px) {
    .gateway-name input {
        width: 160px;
    }
    .gateway-learn-done-div {
        padding-top: 8px;
    }
}