/* SETTINGS NETWORK */
.ip_container {
    border: 1px inset #999;
}
.ip_octet {
    border: 0;
    text-align: center;
    width: 2em;
}
.ddns {
    clear: left;
    text-align: right;
}
.ddns-inputs input {
    width: calc(100% + 10px);
    margin-left: 0;
}
.settings-network-box {
    min-height: calc(100vh - 119px);
}
.top-box-margin {
    margin-bottom: 45px;
}
.save-position-fixed {
    position: absolute;
    right: 15px;
    bottom: 25px;
    margin: 0;
    text-align: right;
}
.ddns-label {
    margin-top: 15px;
}
.ddns-inputs span {
    margin-left: 10px;
}
.ddns-note {
    margin-top: 20px;
    text-align: right;
}
.ddns-note-star {
    font-size: 25px;
    margin-left: 5px;
}
.ddns-link a {
    color: #00a79d;
    font-weight: 700;
}
.register-dns {
    text-align: right;
    padding-right: 5px;
    margin-bottom: 20px;
}
.register-dns button {
    width: 100px;
    text-transform: capitalize;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
}
.network-error-message {
    font-weight: 700;
    font-style: italic;
}
/* DDNS MODAL */
.ddns-registration-modal {
    margin-bottom: 20px;
}
.ddns-registration-modal input {
    margin-left: 0;
}
.ddns-registration-modal em {
    font-weight: 700;
}
.ddns-email {
    margin-top: 20px;
}
.ddns-registration-message {
    font-weight: 700;
    margin: 10px 0 20px;
    text-align: center;
}
.disabled-placeholder {
    color: #a5a5a5;
}
.disabled-placeholder::-webkit-input-placeholder {
    color: #a5a5a5;
}
.disabled-placeholder:-moz-placeholder { /* Firefox 18- */
    color: #a5a5a5;
}
.disabled-placeholder::-moz-placeholder {  /* Firefox 19+ */
    color: #a5a5a5;
}
.disabled-placeholder:-ms-input-placeholder {
    color: #a5a5a5;
}

@media only screen and (max-width: 1199px) {
    .settings-network-box {
        min-height: calc(100vh - 97px);
    }
}
@media only screen and (max-width: 991px) {
    .settings-network-box {
        min-height: calc(100vh - 75px);
        padding-bottom: 10px;
    }
    .save-position-fixed {
        bottom: 15px;
    }
    .register-dns {
        padding-right: 0 !important;
    }
    .register-dns button {
        height: 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .settings-network-box {
        min-height: calc(100vh - 80px);
    }
    .ddns-note-star {
        font-size: 20px;
        margin-left: 0;
    }
    .ddns {
        line-height: 40px;
    }
    .ddns-inputs {
        line-height: 40px;
    }
    .register-dns button {
        line-height: 26px;
    }
    .save-position-fixed {
        bottom: 25px;
    }
    .profile-menus-permissions-label {
        width: 100%;
    }
    .profile-menus-selection {
        width: 70%;
        margin-left: 30%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 450px) {
    .network-inputs input {
        width: auto;
    }
    .ddns {
        width: 35%;
        line-height: 20px;
        padding-top: 10px;
    }
    .ddns-inputs {
        width: 62%;
    }
    .last-update-messages, .network-error-message {
        line-height: 20px;
        padding-top: 10px;
    }
}