/* ==========================================================================
   MODULES
   ========================================================================== */
.settings-modules-box {
    min-height: calc((100vh - 220px)/2);
}
.add-module {
    height: 35px;
    margin-top: -3px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.module-list {
    padding-left: 0;
    margin-left: -10px;
    margin-right: 10px;
}
.module-spacing {
    margin-bottom: 40px;
}
.module-icon {
    height: 35px;
}
.module-name {
    font-weight: 700;
}
.module-short-info {
    color: #90969B;
    font-weight: 700;
}
.module-short-info span {
    color: #00a79d;
}
.modules-search {
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 10px;
}
.modules-search-icon {
    -webkit-animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;
    -o-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    margin-right: 5px;
    height: 25px;
}
@-webkit-keyframes rotation {
    from{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    to{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
@-moz-keyframes rotation {
    from{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    to{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
.module-name-input {
    margin-left: 10px;
    margin-top: 1px;
}
.module-name-details {
    color: #00a79d;
    font-weight: 700;
    margin-left: 10px;
    cursor: default;
}
.change-div-label {
    padding: 0;
}
.wizard {
    display: inline-block;
    cursor: pointer;
    float: right;
    text-align: right;
    margin-right: 15px;
    padding-top: 5px;
}
.wizard-row-single, .wizard-row-double {
    float: right;
}
.wizard-row-double .wizard {
    float: none;
    display: block;
}
.module-configured-message {
    height: 100px;
}
.module-item-info {
    color: #90969B !important;
    font-size: 90%;
    padding-left: 5px;
    padding-right: 5px;
}
.module-item-state {
    color: #90969B !important;
    padding-left: 5px;
    font-size: 120%;
}
/* ==========================================================================
   MODULE CONFIGURATION
   ========================================================================== */
.IO-configurations {
    color: #00a79d;
    font-style: italic;
}
.modules-hr {
    margin-bottom: -10px;
    margin-top: -20px;
}
.configure-module-network {
    float: right;
    font-weight: 700;
    cursor: pointer;
}
.configure-module-network img {
    height: 30px;
    vertical-align: bottom;
}
.IO-box {
    margin-top: 35px;
    margin-left: 4%;
    margin-bottom: 20px;
}
.IO-box-modules {
    background-color: #eaeff2;
    border: 2px solid #90969b;
    border: 3px solid rgba(144,150,155,0.1);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.output-label {
    color: #00a79d;
    font-weight: 700;
}
.outputs {
    width: 95%;
    min-height: 70px;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0;
    margin-left: 15px;
    padding-top: 3px;
}
.outputs div {
    margin-right: 10px;
}
.outputs div:last-child {
    margin-right: 0;
}
.outputs div:last-child div {
    margin-right: 0;
    text-align: center;
}
.outputs div:last-child div div {
    margin-right: 0;
}
.output-config {
    cursor: pointer;
    margin-right: 0 !important;
}
.output-box {
    cursor: pointer;
}
.output-box img {
    height: 50px;
    width: auto;
    padding: 1px;
}
.output-box-base {
    border: 2px solid #00a79d;
    border-bottom: 0;
    border-top: 0;
    width: 35px;
    height: 15px;
    margin: auto;
    margin-top: -17px;
}
.modules-divider {
    margin: 10px -15px;
    border-top: 1px dashed #90969b;
}
.input-label {
    color: #00a79d;
    font-weight: 700;
}
.configure-associations {
    float: right;
    color: #00A79D;
    font-weight: 700;
    cursor: pointer;
    width: 50%;
    text-align: right;
    display: inline-block;
}
.configure-associations img {
    height: 30px;
}
.inputs {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    overflow-x: auto;
    overflow-y: hidden;
    width: 95%;
    min-height: 92px;
    margin: 0 0 10px;
    margin-left: 15px;
    padding-top: 17px;
}
.inputs > div {
    margin-right: 10px;
}
.inputs div:last-child div {
    margin-right: 0;
}
.input-box {
    cursor: pointer;
    display: table;
    width: 60px;
    text-align: center;
}
.input-box img {
    padding: 1px;
    height: 50px;
    width: auto;
}
.inverted-IO-status {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.status {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: left;
    color: #fff;
    width: 100%;
}
.IO-status {
    text-align: left;
    color: #fff;
    font-weight: 700;
    background-color: #9fa7aa;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 3px solid #fff;
    border-top: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    height: 50px;
}
.IO-status span {
    margin-right: 5px;
}
.IO-checkbox {
    margin-top: 14px;
}
.IO-checkbox input[type="checkbox"] {
    margin-left: 0;
}
.IO-checkbox label:before {
    height: 1.5rem !important;
    border: 2px solid #fff !important;
    background: transparent !important;
}
.IO-checkbox label:after {
    width: 2.2rem !important;
    height: 2.2rem !important;
    background: #ffffff -webkit-linear-gradient(transparent, rgba(255, 255, 255, 1));
    background-color: #fff !important;
    border: 2px solid #9fa7aa !important;
    margin-left: -1px;
    margin-top: -1px;
}
.IO-checkbox input:focus:checked~.box:before, .IO-checkbox input:focus:checked~label:before {
    background-color: #fff !important;
}
.IO-checkbox input:checked~.box:before, .IO-checkbox input:checked~label:before {
    background-color: #fff !important;
}
/* ==========================================================================
   HORIZONTAL SCROLLBAR
   ========================================================================== */
.outputs::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.outputs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.outputs::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.outputs::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.inputs::-webkit-scrollbar, .input-config::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.inputs::-webkit-scrollbar-track, .input-config::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.inputs::-webkit-scrollbar-thumb, .input-config::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.inputs::-webkit-scrollbar-thumb:window-inactive, .input-config::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.output-outer-box::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #fff;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.output-outer-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.output-outer-box::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.output-outer-box::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.input-box-before-associations::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.input-box-before-associations::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.input-box-before-associations::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.input-box-before-associations::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
/* ==========================================================================
   INPUT/OUTPUT CONFIGURATION
   ========================================================================== */
.domo-select-outer-div {
    margin-left: -5%;
    width: 45%;
}
.config-associations-domo-select {
    width: 45%;
}
.select-option-div {
    background-color: #eaeff2;
    margin-bottom: 5px;
}
.select-option-name {
    color: #00a79d;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    margin: 4px 0 0 0;
    min-height: 38px;
    height: auto;
    cursor: pointer;
}
.select-option-name img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 22px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.select-option-ul {
    color: #00a79d;
    font-weight: 700;
    max-height: 106px;
    overflow-x: hidden;
    overflow-y: auto;
}
.select-option-ul::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.select-option-ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.select-option-ul::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.select-option-ul::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.IO-select-option {
    padding-left: 0;
    padding-right: 0;
}
.IO-choose-division {
    padding-left: 0;
    padding-right: 0;
}
.division-span-clear {
    clear: both;
}
.output-config-label {
    font-weight: 700;
}
.output-config-label-box {
    margin-top: 5px;
}
.output-outer-box {
    z-index: 1;
}
.output-inner-box {
    margin: 5px 0;
    text-align: center;
}
.output-description {
    word-wrap: break-word;
    color: #00a79d;
    font-weight: 700;
    height: 20px;
    font-size: 14px;
}
.dashed-box {
    border-top: 1px dashed #90969B;
    border-right: 1px dashed #90969B;
    margin-top: 30px;
    height: 30px;
}
.dashed-box p {
    color: #00a79d;
    font-style: italic;
    margin-top: -17px;
    background-color: #fff;
    margin-left: -15px;
    display: table;
    padding-right: 20px;
    font-weight: 700;
}
.dashed-box-drag {
    border-top: 1px dashed #90969B;
    margin-top: 20px;
    margin-bottom: -13px;
}
.dashed-box-drag p {
    color: #00a79d;
    font-style: italic;
    width: 70%;
    height: 35px;
    border: 1px dashed #90969B;
    border-top: 0;
    border-right: 0;
    margin-top: 0;
    margin-left: 6%;
}
.dashed-box-drag p:nth-last-child(2) {
    border: 0;
    border-right: 1px dashed #90969B;
    margin-top: -10px;
    height: 30px;
}
.dashed-box-drag p:last-child {
    margin-top: -60px;
    border: 0;
    width: 50%;
    background-color: #fff;
    margin-left: 15%;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}
.input-outer-box {
    background-color: #eaeff2;
    margin-bottom: 15px;
}
.input-config {
    width: 100%;
    min-height: 70px;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    margin-top: 10px;
}
.input-description {
    min-width: 100px;
    color: #00a79d;
    font-weight: 700;
    padding-left: 5px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}
.modules-table-input-configuration {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #00a79d;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: -30px;
}
.active-analog-value {
    border-bottom: 3px solid #00a79d !important;
}
.modules-table-input-configuration img {
    margin-right: 10px;
    margin-left: 15px;
    height: 45px;
    width: 45px;
}
.modules-table-input-configuration div {
    width: 92%;
    cursor: default;
}
.back-to-previous-screen {
    text-align: right;
    margin-bottom: 10px;
}
.back-to-previous-screen img {
    height: 18px;
    vertical-align: sub;
    margin-left: 5px;
}
.inherit-font {
    font-size: inherit;
}
/* ==========================================================================
   INPUTS
   ========================================================================== */
.div-clear {
    clear: left;
}
.inputs-direct-config {
    margin: 5px 0;
}
.inputs-direct-config div {
    display: block;
    width: auto;
}
.inputs-direct-config div > div {
    width: 100%;
    color: #00a79d;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    height: auto;
    min-height: 60px;
    line-height: 20px;
    padding: 0;
    margin-top: 5px;
    word-wrap: break-word;
}
.inputs-direct-config .input-box img {
    min-height: 65px;
}
/* ==========================================================================
   MODALS
   ========================================================================== */
.modal-content {
    border-radius: 0;
    border-color: #999;
}
.modal-content-box {
    margin: 0;
    margin-bottom: 15px;
}
.domo-select-modal-div-label {
    padding-right: 0;
}
.domo-select-modal-div-label p {
    margin-bottom: 0;
}
.domo-select-modal-div {
    padding-left: 0;
}
.offline-domo-select .select-option-name {
    cursor: default;
}
.offline-domo-select .select-option-name img {
    display: none;
}
.offline-domo-select .select-option-ul {
    display: none;
}
.modal-description {
    margin: 0 0 10px;
}
.modal-description-input {
    width: 100%;
    margin-top: -4px;
    margin-left: 0;
    margin-bottom: 5px;
    height: 35px;
}
.modal-description-input::-webkit-input-placeholder {
    letter-spacing: 1px;
    font-weight: normal;
}
.modal-description-input::-moz-placeholder {
    letter-spacing: 1px;
    font-weight: normal;
}
.analog-input-other {
    margin-top: 5px;
}
.analog-input-other::-webkit-input-placeholder {
    font-weight: normal;
    letter-spacing: 1px;
}
.analog-input-other::-moz-placeholder {
    font-weight: normal;
    letter-spacing: 1px;
}
.modal-note {
    margin-top: 25px;
    margin-bottom: 10px;
}
.note {
    font-weight: 700;
}
.note-description {
    font-style: italic;
}
.note-description img {
    vertical-align: bottom;
}
.configure-associations-modal {
    color: #00A79D;
    cursor: pointer;
    float: right;
    text-align: right;
}
.shutter-input-label {
    text-align: right;
    margin-top: 13px;
}
.shutter-input {
    width: 60px;
    border: 1px solid #00a79d;
    border-radius: 4px;
    margin-left: -1px;
    text-align: center;
}
.actions-modal {
    margin-bottom: 5px;
    margin-right: 15px;
    background-color: #eaeff2;
    min-width: 80px;
}
.actions-modal span:last-child {
    color: #00a79d;
    font-weight: 700;
}
.actions-modal-span {
    color: #00a79d;
    font-weight: 700;
    padding-left: 10px;
}
.action-to-execute {
    margin-top: 20px;
    padding: 0;
    margin-left: 15px;
}
.action-to-execute-div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
}
.action-to-execute-icon {
    margin: 5px;
    text-align: center;
}
.action-to-execute-checkbox {
    margin-top: 15px;
}
.personalize {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.modules-shutter-label {
    text-align: right;
    margin-top: 4px;
}
.shutter-condition-input {
    padding: 0;
}
.shutter-condition-input input {
    width: 50px;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 32px;
    border: 1px solid #00a79d;
    line-height: 30px;
    text-shadow: 0 0 0 #00a79d;
}
.shutter-condition-input span:first-child {
    width: 60px;
    border: 1px solid #00a79d;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
}
.shutter-keypad {
    margin-top: -17px;
}
.cubic {
    vertical-align: super;
    font-size: 80%;
}
.interruptor {
    margin-right: 10px;
}
.interruptor img {
    height: 40px;
    padding: 3px;
}
.NO-NC-icon {
    height: 35px;
    background-color: #eaeff2;
    cursor: pointer;
}
.modules-normally-open-div {
    padding-left: 0;
}
.modules-normally-open {
    height: 40px;
    line-height: 40px;
}
.toggle-margin {
    margin: 15px;
}
.trash-icon {
    vertical-align: bottom;
}
.inputs-modal-list {
    border-left: 1px solid #90969B;
}
.modules-wizard-icon {
    height: 20px;
}
.copy-settings-module {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.choose-copy-settings {
    margin-right: 10px;
    line-height: 30px;
}
.copy-settings-icon {
    height: 30px;
    margin-left: 5px;
}
.module-short-info {
    color: #90969B;
    font-weight: 700;
}
.wizard-IOs-label {
    text-align: right;
}
.wizard-IOs-checkbox {
    text-align: left;
}
.wizard-checkbox input[type="checkbox"] {
    height: 50px !important;
    width: 50px !important;
    margin: 0;
    margin-left: 5px;
}
.wizard-checkbox img {
    height: 50px;
}
.wizard-checkbox img:after {
    width: 2.2rem !important;
    height: 2.2rem !important;
    background: #ffffff -webkit-linear-gradient(transparent, rgba(255, 255, 255, 1));
    background-color: #fff !important;
    border: 2px solid #9fa7aa !important;
    margin-left: -1px;
    margin-top: -1px;
}
.wizard-checkbox input:focus:checked~.box:before, .wizard-checkbox input:focus:checked~label:before {
    background-color: #fff !important;
}
.wizard-checkbox input:checked~.box:before, .wizard-checkbox input:checked~label:before {
    background-color: #fff !important;
}
.wizard-inputs-margin div {
    margin-right: 15px;
}
.wizard-inputs-margin div div {
    margin-right: 0;
    margin-left: 0;
}
.wizard-IO-label {
    margin-bottom: 0;
}
.wizard-click-IO-label {
    margin-top: 0;
    margin-bottom: 20px;
}
.wizard-IO-box {
    margin-top: 0;
    margin-bottom: 0;
}
.grayed {
    color: #c5c5c5;
    cursor: default;
}
.grayed span {
    cursor: default;
}
.grayed img {
    cursor: default;
}
.to-show-interruptor-label {
    text-align: right;
}
.to-show-counter-label {
    text-align: right;
}
.custom-details-condition-input {
    padding-left: 0;
}
.custom-details-condition-input .shutter-seconds-value {
    width: 60px;
    border: 1px solid #00a79d;
    height: 34px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    margin: 0;
    text-shadow: 0 0 0 #00a79d;
    outline: 0;
}
.custom-details-condition-input .shutter-seconds-value:focus {
    border-bottom: 3px solid #00a79d;
}
/* ==========================================================================
   CONFIGURE ASSOCIATION
   ========================================================================== */
.association-config {
   cursor: pointer;
}
.input-box-before-associations {
    background-color: #eaeff2;
    max-height: calc(100vh - 290px);
    overflow-x: hidden;
    overflow-y: auto;
}
.input-list-before-associations>div {
    float: left;
    width: 25%;
    height: 120px;
    margin-top: 20px;
}
.input-list-before-associations input-box>div {
    display: block;
    text-align: center;
    width: auto;
}
.input-list-before-associations .input-description {
    color: #00a79d;
    font-weight: 700;
    padding-left: 5px;
    font-size: 18px;
    display: inherit;
}
/* ==========================================================================
   ASSOCIATION TABLE
   ========================================================================== */
.input-config-table {
    width: 100%;
    max-height: 250px;
    position: relative;
    margin: 0;
    margin-top: 10px;
}
.association-table {
    width: 100%;
    max-height: 200px;
    text-align: center;
    color: #00a79d;
    margin-bottom: 20px;
}
.association-table th {
    border-bottom: 1px solid #90969B;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}
.association-table th:last-child {
    border-bottom: 2px solid #eaeff2;
}
.association-table th img {
    height: 30px;
    margin-top: 5px;
}
.association-table th span {
    font-size: 100%;
}
.association-table td {
    border: 1px solid #90969B;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    padding-top: 2px;
}
.association-table tr:first-child {
    border-top: 3px solid #eaeff2;
}
.association-table tr:last-child {
    border-bottom: 3px solid #eaeff2;
}
.association-table-info {
    font-style: italic;
    padding: 0;
}
.config-module-enabled {
    padding: 0;
}
.config-module-enabled-toggle {
    padding-top: 5px;
}
.analog-scale-div {
    margin-right: -20px;
    padding-left: 0;
}
.rate-label {
    margin-top: 4px;
}
.association-table-modal-action-label {
    margin: 5px !important;
}
.associations-modal-output-label {
    margin-bottom: 20px;
}
.association-table-actions-div img {
    height: 45px;
    padding: 5px;
}
.association-table td > input-box > div {
    display: block;
    margin: auto;
}
.association-table td > input-box > div > div {
    margin: auto;
    padding: 0;
    word-wrap: break-word;
    font-size: 100%;
    width: 65px;
}
.association-table-margin {
    margin-left: 5%;
}
.association-table-margin association-table table tbody tr td img {
    height: 35px;
    width: auto;
}
.settings-config-association-box {
    min-height: calc(100vh - 119px);
}
.active-output-port-number {
    margin: auto;
    text-align: center;
    margin-bottom: -14px;
    margin-top: -7px;
    font-family: 'Proxima Nova Regular',sans-serif;
    font-size: medium;
    color: #00a79d;
    width: 60px;
}
.active-output-port-number span {
    font-size: inherit;
}
.active-input-port-number {
    margin: 0;
    text-align: center;
    margin-bottom: -15px;
    font-family: 'Proxima Nova Regular',sans-serif;
    font-size: medium;
    color: #00a79d;
    width: 60px;
    margin-top: -13px;
}
.active-input-port-number span {
    font-size: inherit;
}
.active-input-state {
    margin: 0;
    text-align: center;
    margin-bottom: -3px;
    width: 60px;
    margin-top: -25px;
}
.active-input-state img {
    height: 15px;
}
.active-output-state {
    margin: 0;
    text-align: center;
    margin-bottom: 0;
    width: 60px;
    margin-top: -5px;
}
.active-output-state img {
    height: 15px;
    padding: 0;
}
.second-shutter-output img {
    height: 15px !important;
    width: auto !important;
    padding: 0 !important;
}
.associations-modal-action-duration-label {
    font-weight: 700;
    margin-top: 20px;
}
.associations-outer-box {
    height: calc(100vh - 287px);
    margin-left: 4.25%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,.18);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,.18);
    box-shadow: 0 0px 4px rgba(0,0,0,.18);
}
.associations-outer-box::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #fff;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.associations-outer-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0);
    box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
.associations-outer-box::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.associations-outer-box::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.associations-clock-input {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.associations-clock-input div {
    padding: 0;
}
.shutter-percentage-association span {
    font-weight: 700;
}
.module-offline-labels {
    color: #00a79d;
    font-weight: 700;
}
.view-module-offline {
    position: absolute;
    right: 15px;
    margin: 0;
    top: 40px;
}
.no-module-configured span {
    text-transform: uppercase;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
}
.module-network-dhcp-configuration .module-name-details {
    padding-left: 10px;
}
.module-network-dhcp-configuration span {
    line-height: 36px;
}
.module-network-dhcp-configuration .toggle {
    margin-left: 20px;
    margin-bottom: -3px;
}
.module-network-dhcp-configuration .toggle input {
    margin-top: 0;
}
.association-table-margin association-table table tbody tr td .association-description {
    font-weight: 700;
}
.association-table td div {
    padding: 0 2px !important;
}
.no-modules-allowed-div {
    width: 100%;
    float: left;
    text-align: center;
}
.no-modules-allowed {
    margin-bottom: 30px;
    font-weight: 700;
    border: 1px solid;
    padding: 15px;
}
/* ==========================================================================
   COPY SETTINGS RADIO CHECKBOX
   ========================================================================== */
.copy-module-checkbox {
    height: 30px;
    width: 30px;
    border: 1px solid #00a79d;
    border-radius: 25px;
    float: right;
}
.copy-module-checkbox-active {
    position: absolute;
    height: 24px;
    width: 24px;
    background: #00a79d;
    right: 18px;
    margin-top: 2px;
    border-radius: 25px;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
}
/* ==========================================================================
   SETTINGS INPUTS VIEW
   ========================================================================== */
.settings-inputs-box {
    min-height: calc(100vh - 119px);
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1199px) {
    .module-icon {
        height: 30px;
    }
    .settings-modules-box {
        min-height: calc((100vh - 193px)/2);
    }
    .add-module {
        height: 30px;
    }
    .module-item-info {
        font-size: 85%;
    }
    .IO-status {
        height: 45px;
    }
    .dashed-box p {
        margin-top: -15px;
    }
    .dashed-box-drag p {
        padding-left: 5%;
    }
    .dashed-box-drag p:last-child {
        text-align: left;
    }
    .modules-table-input-configuration {
        margin-left: -18px;
    }
/*    .output-outer-box {
        max-height: 220px;
        overflow-x: hidden;
        overflow-y: scroll;
    }*/
    .modules-table-input-configuration img {
        height: 40px;
        width: 40px;
    }
    .association-table-margin association-table table tbody tr td img {
        height: 30px;
    }
    .association-table-margin association-table table tbody tr td .association-description {
        font-size: 10px;
    }
    .association-table th img {
        height: 25px;
    }
    .association-table th span {
        font-size: 95%;
    }
    .association-table td {
        height: 60px;
    }
    .select-option-name {
        min-height: 35px;
        height: auto;
    }
    .select-option-name img {
        margin-top: 2px;
    }
    .settings-inputs-box {
        min-height: calc(100vh - 97px);
    }
    .output-description {
        font-size: 12px;
    }
    .settings-config-association-box {
        min-height: calc(100vh - 97px);
    }
    .configure-associations img {
        height: 25px;
    }
    .outputs {
        padding-top: 8px;
    }
    .select-option-ul {
        max-height: 91px;
    }
    .active-output-port-number {
        margin-top: -8px;
        margin-bottom: -14px;
    }
    .active-input-port-number {
        margin-top: -12px;
    }
    .active-input-state {
        margin-top: -24px;
    }
    .module-item-state {
        font-size: 100%;
    }
    .associations-outer-box {
        height: calc(100vh - 235px);
    }
    .copy-settings-icon {
        height: 28px;
    }
    .input-box-before-associations {
        max-height: calc(100vh - 262px);
    }
}
@media only screen and (max-width: 991px) {
    .settings-modules-box {
        min-height: calc((100vh - 146px)/2);
    }
    .not-configured-modules-div-padding {
        padding: 0 !important;
    }
    .configure-module-network img {
        height: 20px;
    }
    .select-option-ul div {
        padding-right: 0;
        padding-left: 0;
    }
    .module-item-info {
        font-size: 85%;
        padding-left: 3px;
        padding-right: 3px;
    }
    .IO-box-modules div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .IO-select-option div {
        padding-left: 0;
        padding-right: 0;
    }
    .IO-choose-division div {
        padding-left: 0;
        padding-right: 0;
    }
    .association-table div {
        padding-left: 5px !important;
        padding-right: 0 !important;
    }
    .association-table {
        max-height: 145px;
        width: 112%;
        float: right;
        margin-bottom: 10px;
        margin-right: -10%;
    }
    .association-table th {
        width: 25px;
        font-size: inherit;
        word-wrap: break-word;
        line-height: 12px;
    }
    .association-table td {
        width: 60px;
        height: 45px;
        word-break: break-word;
    }
    .association-table td div {
        padding: 0 2px !important;
    }
    .modules-table-input-configuration {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #00a79d;
        font-weight: 700;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .modules-table-input-configuration img {
        height: 35px;
        width: 35px;
        margin-bottom: 0;
    }
    .modules-table-input-configuration div {
        margin: 0;
        font-size: 90%;
        width: 100%;
        line-height: 20px;
        vertical-align: middle;
    }
    .association-table-margin association-table table tbody tr td img {
        height: 22px;
        margin: 0;
    }
    .association-table-margin association-table table tbody tr td .association-description {
        font-size: 10px;
    }
    .input-config-table {
        margin-top: 0;
    }
    .association-table td > input-box > div > div {
        font-size: 85%;
        width: 60px;
    }
    .block-division div.back-to-previous-screen div {
        padding-left: 0;
        padding-right: 0;
    }
    .back-to-previous-screen img {
        height: 12px;
        vertical-align: text-top;
    }
    .back-to-previous-screen {
        margin-bottom: 0;
    }
    .input-config-table {
        max-height: 170px;
    }
    .input-outer-box div {
        margin-left: 0;
        margin-top: 1px;
    }
    .input-box img {
        height: 45px;
    }
    .input-description {
        width: 100px;
        color: #00a79d;
        font-weight: 700;
        vertical-align: top;
        padding-left: 5px;
        font-size: 18px;
    }
    .dashed-box p {
        margin-top: -11px;
        padding-left: 5px;
    }
    .dashed-box-drag p {
        height: 30px;
    }
    .dashed-box-drag p:last-child {
        margin-top: -60px;
        margin-bottom: 25px;
        width: 60%;
        margin-left: 10%;
        text-align: center;
    }
    .module-list {
        padding-left: 0 !important;
        margin-left: -15px;
        margin-right: 14px;
    }
    .module-name {
        padding-left: 0 !important;
    }
    .add-module {
        height: 25px;
        margin-top: -3px;
    }
    .module-icon {
        height: 25px;
        margin-left: -9px;
    }
    .IO-checkbox {
        margin-top: 12px;
    }
    .IO-checkbox label:before {
        height: 1.2rem !important;
    }
    .IO-checkbox label:after {
        width: 1.8rem !important;
        height: 1.8rem !important;
    }
    .select-option-div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .select-option-name img {
        height: 18px;
    }
    .modules-search {
        padding-top: 15px;
        margin-bottom: -5px;
    }
    .modules-search-icon {
        margin-right: 5px;
        height: 25px;
        margin-top: -5px;
    }
    .modules-divider {
        margin: 10px -9px;
        border-top: 1px dashed #90969b;
    }
    .module-short-info {
        margin-left: -9px;
    }
    .outputs {
        padding-top: 5px;
    }
    .inputs {
        min-height: 82px;
        padding-top: 18px;
    }
    .IO-status {
        height: 35px;
        line-height: 14px;
    }
    .status {
        width: 100%;
    }
    .inputs > div {
        margin-right: 6px;
    }
    .outputs div {
        margin-right: 6px;
    }
    .output-box img {
        height: 45px;
    }
    .inputs-padding-div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .modal-description-input {
        height: 28px;
    }
    .select-option-name {
        min-height: 30px;
        height: auto;
    }
    .wizard p {
        margin-top: 0;
    }
    .modules-wizard-icon {
        height: 15px;
    }
    .copy-settings-icon {
        height: 20px;
    }
    .copy-settings-module .module-short-info {
        margin-left: 0;
    }
    .wizard-IOs-selecting-label {
        padding-top: 5px;
    }
    .input-box {
        margin-right: 0;
    }
    .inputs-direct-config div > div {
        margin: 0;
        padding: 0;
        margin-top: 5px;
        font-size: inherit;
    }
    .inputs-direct-config .input-box img {
        min-height: 60px;
    }
    .wizard-checkbox img {
        height: 45px;
    }
    .wizard-inputs-margin div {
        margin-right: 6px;
    }
    .wizard-row-double {
        margin-top: -15px;
    }
    .wizard {
        margin-right: 0;
    }
    .settings-inputs-box {
        min-height: calc(100vh - 75px);
    }
    .settings-config-association-box {
        min-height: calc(100vh - 75px);
    }
    .configure-associations img {
        height: 20px;
    }
    .custom-details-condition-input .shutter-seconds-value {
        width: 55px;
    }
    .modal-description-input {
        height: 28px;
    }
    .active-output-port-number {
        margin-top: -7px;
        margin-bottom: -11px;
        font-size: 95%;
    }
    .active-input-port-number {
        font-size: 95%;
        margin-top: -10px;
    }
    .association-table th img {
        height: 22px;
        font-size: 20px;
    }
    .association-table th span {
        font-size: 70%;
    }
    .active-input-state {
        margin-bottom: -3px;
    }
    .second-shutter-output img {
        height: 12px !important;
        width: auto !important;
    }
    .module-item-state {
        font-size: 90%;
    }
    .associations-outer-box {
        height: calc(100vh - 203px);
    }
    .input-box-before-associations {
        max-height: calc(100vh - 225px);
    }
    .input-list-before-associations div {
        padding: 0 !important;
    }
    .input-list-before-associations>div {
        width: 33.33%;
        height: 85px;
    }
    .input-list-before-associations .input-description {
        font-size: 14px;
        width: 100%;
    }
    .modules-shutter-label {
        margin-top: 4px;
    }
    .rate-label {
        margin-top: 8px;
    }
    .view-module-offline {
        right: 0;
        top: 50px;
    }
    .ambience-modal-icon {
        height: 45px;
        margin-top: 0;
    }
    .ambience-modal-div-description p {
        font-size: 22px;
        line-height: 45px;
    }
    .no-modules-allowed-div {
        width: calc(100% + 14px);
        margin-left: -7px;
    }
    .copy-settings-module {
        padding: 0 9px;
    }
    .copy-settings-module > module-item > div:first-child {
        clear: both;
    }
    .copy-module-checkbox-active {
        right: 12px;
    }
}
@media only screen and (max-width: 800px) {
    /******************************
    STYLING FOR IPADS
    ******************************/
    .inputs {
        min-height: 90px;
    }
    .output-description {
        font-size: 14px;
    }
    .input-outer-box {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }
    .input-outer-box div {
        margin-top: 3px;
        padding-bottom: 5px;
    }
    .dashed-box-drag p {
        width: 75%;
    }
    .association-table div {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    .association-table th span {
        font-size: 95%;
    }
    .association-table-margin association-table table tbody tr td .association-description {
        font-size: 12px;
    }
    .association-table th span {
        font-size: 12px;
    }
    .config-associations-domo-select {
        width: 60%;
        margin-left: 0;
    }
    .output-outer-box {
        width: 90%;
    }
    .output-inner-box {
        width: 33.33333333%;
    }
    .output-description {
        min-height: 40px;
    }
    .domo-select-outer-div {
        width: 60%;
    }
    .module-network-dhcp-configuration span {
        line-height: 29px;
    }
    .associations-outer-box {
        height: calc(100vh - 213px);
    }
    .input-box-before-associations {
        max-height: calc(100vh - 235px);
    }
    .association-table {
        width: 117%;
        margin-right: -13%;
    }
    .video-surveillance-modals-div-labels .select-option-name img {
        margin-top: 10px;
    }
    .video-surveillance-modals-div-labels li {
        padding-top: 3px;
    }
    .domo-select-modal-div-label {
        clear: both;
    }
    .domo-select-modal-div-label span, .domo-select-modal-div-label p {
        font-size: 16px;
        word-wrap: break-word;
    }
    .wizard-row-single, .wizard-row-double {
        margin-top: -40px;
    }
}
@media only screen and (max-width: 768px) {
    /* resolution for ipad tablets */
    .configure-module-network {
        position: absolute;
        right: 15px;
        bottom: -25px;
    }
}
@media only screen and (max-width: 767px) {
    .settings-modules-box {
        min-height: calc((100vh - 131px)/2);
    }
    .no-module-configured span {
        font-size: 18px;
    }
    .add-module {
        height: 22px;
        margin-top: -3px;
    }
    .module-icon {
        height: 28px;
    }
    .module-item-info {
        font-size: 85%;
        padding-left: 15px;
    }
    .module-item-state {
        padding-left: 2px;
        font-size: 100%;
    }
    .IO-checkbox label:before {
        height: 0.9rem !important;
    }
    .IO-checkbox label:after {
        width: 1.6rem !important;
        height: 1.6rem !important;
        margin-top: -1px;
    }
    .select-option-name {
        min-height: 40px;
        height: auto;
        padding: 0 10px;
        line-height: 37px;
    }
    .select-option-name img {
        height: 25px;
        margin-top: 10px;
        margin-right: 0;
    }
    .dashed-box-drag p:last-child {
        text-align: center;
    }
    .back-to-previous-screen img {
        height: 12px;
        vertical-align: baseline;
        margin-left: 5px;
    }
    .input-config {
        min-height: 50px;
        padding-bottom: 10px;
    }
    .input-description {
        min-width: 80px;
        color: #00a79d;
        font-weight: 700;
        vertical-align: top;
        padding-left: 5px;
        font-size: 14px;
        margin-top: 5px;
    }
    .inputs-direct-config div > div {
        margin: 0;
        padding: 0;
        margin-top: 5px;
        line-height: 18px;
        font-size: 12px;
    }
    .inputs-direct-config .input-box img {
        min-height: auto;
    }
    .wizard-checkbox img {
        height: 40px;
    }
    .settings-inputs-box {
        min-height: calc(100vh - 80px);
    }
    .settings-config-association-box {
        min-height: calc(100vh - 80px);
    }
    .output-description {
        font-size: 16px;
    }
    .inputs {
        padding-top: 22px;
        min-height: 103px;
        margin-top: -5px;
        margin-left: 18px;
    }
    .active-input-port-number {
        font-size: 110%;
        margin-top: -12px;
    }
    .active-input-state img {
        height: 20px;
    }
    .active-output-state img {
        height: 20px;
    }
    .second-shutter-output img {
        height: 20px !important;
        width: auto !important;
    }
    .associations-outer-box {
        height: calc(100vh - 240px);
        margin-top: 15px;
        width: 94%;
        margin-left: 3%;
    }
    .dashed-box {
        margin-top: 15px;
    }
    .input-box-before-associations {
        max-height: calc(100vh - 230px);
    }
    .input-box-before-associations .input-description {
        font-size: 14px;
    }
    .trash-icon {
        vertical-align: middle;
    }
    .ambience-modal-output-config {
        max-height: 340px;
    }
    .ambience-modal-div-description p {
        font-size: 20px;
        padding-left: 15px;
    }
    .module-short-info {
        margin-top: 5px;
    }
    .clear-module-sn-span {
        position: absolute;
        left: 0;
        bottom: -26px;
    }
    .clear-module-sn-span-number {
        position: absolute;
        left: 14px;
        bottom: -25px;
    }
    .module-list {
        margin-left: -16px;
        margin-bottom: 35px;
        margin-right: 9px;
    }
    .copy-settings-module .module-list {
        margin-left: -10px;
    }
    .wizard-row-single, .wizard-row-double {
        margin-top: -60px;
    }
    .domo-select-outer-div {
        width: 70%;
    }
    .associations-outer-box .input-box img {
        height: 50px;
        margin: 0;
    }
    .dashed-box-drag p {
        height: 35px;
    }
    .dashed-box-drag p:last-child {
        margin-top: -60px;
        margin-bottom: 40px;
    }
    .modules-table-input-configuration {
        height: 40px;
        line-height: 45px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .modules-table-input-configuration div {
        font-size: 120%;
    }
    .modules-table-input-configuration .input-box img {
        height: 45px;
        margin-left: 0;
        margin-right: 0;
    }
    .associations-outer-box .input-box>.input-description, .associations-outer-box .output-config>.output-description {
        font-size: 16px;
    }
    .input-outer-box {
        width: 96%;
        margin-left: 2%;
        padding: 10px 0 20px 0;
    }
    .association-table td {
        width: 45px;
        height: 45px;
        word-break: normal;
    }
    .association-table th img {
        height: 30px;
    }
    .association-table th {
        line-height: 8px;
    }
    .association-table th span {
        font-size: 90%;
        line-height: 16px;
    }
    .association-table {
        width: 112%;
        margin-right: -10%;
        margin-bottom: 15px;
        margin-top: 15px;
        max-height: 130px;
    }
    .output-outer-box .output-box img {
        height: 40px;
    }
    .action-to-execute-div {
        width: 100%;
        margin-left: 0;
    }
    .association-table-margin association-table table tbody tr td img {
        height: 27px;
    }
    .association-table-margin association-table table tbody tr td .association-description {
        font-size: 12px;
    }
    .configure-associations img {
        height: 25px;
    }
    .output-box img {
        height: 50px;
    }
    .input-box img {
        height: 50px;
    }
    .active-output-port-number {
        margin-bottom: -14px;
        font-size: 110%;
        margin-top: -7px;
    }
    .modal-description-input {
        height: 40px;
    }
    .modules-analog-labels {
        width: 60%;
        padding-right: 0;
    }
    .configure-module-network img {
        height: 30px;
    }
    .module-network-dhcp-configuration span {
        line-height: 41px;
    }
    .input-list-before-associations>div {
        height: 100px;
    }
}
@media only screen and (max-width: 700px) {
    .domo-select-modal-div-label {
        width: 20%;
    }
    .domo-select-modal-div {
        width: 80%;
    }
}
@media only screen and (max-width: 650px) {
    .actions-modal {
        width: 25%;
        min-width: auto;
    }
    .ambience-modal-div-description p {
        line-height: 35px;
    }
}
@media only screen and (max-width: 600px) {
    .input-config-table {
        max-height: 135px;
    }
    .back-to-previous-screen img {
        height: 18px;
    }
    .configure-associations-modal {
        margin-top: 20px;
    }
    .select-option-ul {
        max-height: 120px;
    }
    .select-option-name img {
        margin-right: 0;
    }
    .wizard {
        text-align: right;
    }
    .wizard-row-single, .wizard-row-double {
        margin-top: -10px;
    }
    .wizard-row-double .wizard {
        float: right;
    }
    .wizard-IOs-selecting-label {
        padding-top: 7px;
    }
    .copy-settings-module .wizard {
        position: absolute;
        display: block;
        right: 9px;
        margin-top: 10px;
    }
    .copy-settings-module .module-list {
        margin-left: 0;
    }
    .copy-module-checkbox-active {
        right: 3px;
    }
    .output-outer-box div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .input-description {
        font-size: 13px;
    }
    .IO-select-option div {
        margin-right: 30px;
    }
    .IO-choose-division div {
        margin-right: 30px;
    }
    .config-associations-domo-select {
        width: 60%;
    }
    .config-associations-domo-select {
        width: 60%;
    }
    .domo-select-modal-div-label {
        width: 25%;
    }
    .domo-select-modal-div {
        width: 75%;
    }
    .domo-select-modal-div-label p {
        margin: 10px auto;
    }
    .inputs > div {
        margin-right: 1px;
    }
    .outputs div {
        margin-right: 1px;
    }
    .active-output-port-number {
        margin-top: -7px;
    }
    .modules-analog-numpad {
        width: 50%;
    }
    .input-outer-box div {
        margin-left: -6px;
    }
    .modal-note {
        margin-top: 0;
    }
    .input-box-before-associations {
        height: 100%;
    }
    .input-box-before-associations .input-description {
        font-size: 16px;
    }
    .shutter-condition-input input {
        font-size: 18px;
        height: 32px;
    }
    .rate-label {
        margin-top: 10px;
    }
    .shutter-percentage-association {
        margin-top: 10px;
    }
    /********** TABLET STYLING REFACTORY **********/
    .ambience-modal-input-config .output-box img {
        height: 45px;
    }
    .ambience-modal-input-config .input-box img {
        height: 45px;
    }
    .start-trigger .output-box img {
        height: 45px;
    }
    .start-trigger .input-box img {
        height: 45px;
    }
    .start-condition .output-box img {
        height: 45px;
    }
    .start-condition .input-box img {
        height: 45px;
    }
    .module-network-dhcp-configuration span {
        line-height: 42px;
    }
    .association-table {
        margin-right: -16%;
        width: 117%;
    }
    .input-list-before-associations>div {
        margin-top: 30px;
    }
    .wizard-inputs-margin div {
        margin-right: 0;
    }
    .modules-table-input-configuration .input-box img {
        margin-left: 10px;
    }
    .modules-table-input-configuration div {
        font-size: 110%;
    }
    .association-table th img {
        height: 25px;
    }
    .association-table th span {
        font-size: 85%;
    }
    .association-table td div {
        margin: 0;
    }
    .association-table-margin association-table table tbody tr td img {
        height: 22px;
    }
    .module-list {
        margin-left: -10px;
    }
    .action-to-execute-div {
        margin: 0;
        display: block;
        width: 100%;
    }
    .actions-modal {
        min-width: auto;
        display: table;
        width: 40%;
        margin: 10px 5%;
        height: 75px;
        float: left;
    }
    .ambience-modal-div-description p {
        line-height: 25px;
    }
    .configure-associations {
        width: 70%;
    }
}
@media only screen and (max-width: 500px) {
    .input-outer-box {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .association-table-margin association-table table tbody tr td .association-description {
        word-break: break-word;
    }
    .modules-table-input-configuration div {
        font-size: 100%
    }
    .modules-table-input-configuration .input-box img {
        height: 35px;
        margin-left: 0;
    }
    .modules-table-input-configuration div {
        width: 120%;
    }
    .modules-table-input-configuration div {
        font-size: 90%;
        line-height: 14px;
        vertical-align: initial;
    }
    .module-icon {
        height: 22px;
        margin-top: -4px;
        font-size: 15px;
    }
    .domo-select-modal-div-label {
        min-width: 20%;
        max-width: 30%;
        width: auto;
        line-height: 30px;
    }
    .domo-select-modal-div {
        min-width: 70%;
        float: right;
        max-width: 80%;
        width: auto;
    }
    .domo-select-modal-div-label span {
        line-height: 35px;
    }
    .associations-outer-box .input-box>.input-description, .associations-outer-box .output-config>.output-description {
        font-size: 14px;
    }
}
@media only screen and (max-width: 450px) {
    .configure-module-network img {
        height: 22px;
        margin-top: 5px;
    }
    .output-inner-box {
        text-align: center;
        width: 50%;
    }
    .dashed-box-drag p {
        margin-left: 5%;
        padding: 0;
        width: 90%;
    }
    .dashed-box-drag p:last-child {
        margin-top: -60px;
        margin-bottom: 25px;
        padding: 0;
        width: 80%;
        margin-left: 8%;
        font-size: 14px;
    }
    .add-module {
        height: 22px;
        margin-top: -4px;
    }
    .module-item-info {
        font-size: 14px;
    }
    .module-item-state {
        font-size: 100%;
    }
    .module-short-info {
        margin-top: 5px;
    }
    .change-div-label {
        padding-top: 5px;
    }
    .back-to-previous-screen img {
        height: 15px;
        margin-left: 3px;
    }
    .IO-select-option div {
        margin-right: 0;
    }
    .IO-choose-division div {
        margin-right: 0;
    }
    .domo-select-outer-div {
        width: 80%;
        margin: 0;
    }
    .config-associations-domo-select {
        width: 80%;
    }
    .domo-select-outer-div-label {
        width: 20%;
        margin: 0;
    }
    .domo-select-modal-div-label {
        line-height: 33px;
    }
    .domo-select-modal-div {
        min-width: 65%;
    }
    .domo-select-modal-div-label {
        max-width: 35%;
    }
    .select-option-name {
        padding: 1px 10px;
    }
    .select-option-name img {
        height: 16px;
        margin-top: 12px;
    }
    .select-option-name span {
        font-size: 16px;
    }
    .modules-shutter-label {
        width: 25%;
        padding-right: 5px;
    }
    .shutter-condition-input {
        width: 50%;
    }
    .shutter-keypad {
        margin-top: 0;
        margin-left: 25%;
    }
    .search-box input {
        height: 35px;
    }
    .search-box img {
        margin-left: 10px;
    }
    .output-description {
        padding: 0 !important;
    }
    .clear-module-sn-span-number {
        bottom: -42px;
        left: 17px;
        word-break: break-word;
    }
    .clear-module-sn-span {
        bottom: -22px;
    }
    .shutter-seconds-value {
        font-size: 14px;
    }
    .wizard-IOs-checkbox {
        padding-left: 0;
    }
    .ui .toggle .checkbox {
        margin-left: 0;
    }
    .inputs {
        margin-top: 0;
    }
    .outputs {
        margin-top: 0;
    }
    .input-description {
        min-width: 60px;
        font-size: 12px;
        padding-left: 5px;
    }
    .inputs-direct-config div > div {
        font-size: 11px;
    }
    .wizard-checkbox img {
        height: 35px;
    }
    .modules-search {
        margin-bottom: -10px;
    }
    .active-input-port-number {
        margin-top: -7px;
    }
    .module-list {
        margin-left: -10px;
        margin-right: 5px;
        padding-left: 5px !important;
        margin-bottom: 55px;
    }
    .modules-search {
        margin-bottom: -10px;
    }
    .associations-outer-box {
        height: calc(100vh - 230px);
    }
    .action-to-execute-icon {
        display: table-cell;
        vertical-align: middle;
    }
    .active-input-port-number {
        margin-top: -6px;
    }
    .associations-modal-action-duration-label span {
        font-size: 16px;
    }
    .dashed-box {
        width: 60%;
    }
    .input-box-before-associations {
        max-height: calc(100vh - 225px);
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .input-list-before-associations>div {
        width: 50%;
        height: 110px;
        margin-top: 15px;
    }
    .to-show-counter-label {
        width: 25%;
    }
    .IO-status {
        line-height: 12px;
    }
    .to-show-interruptor-label {
        width: 25%;
    }
    .modules-normally-open-div {
        width: 75%;
    }
    .association-table {
        width: 123%;
        margin-right: -19%;
    }
    .association-table th {
        line-height: 10px;
    }
    .association-table th img {
        height: 20px;
    }
    .association-table th span {
        padding: 3px;
        line-height: 14px;
        float: left;
        font-size: 90%;
    }
    .association-table td div {
        margin: 0;
    }
    .shutter-percentage-association {
        padding: 0;
        margin-top: 15px;
    }
    .module-icon {
        height: 20px;
    }
    .modules-analog-labels {
        width: 100%;
    }
    .analog-scale-div p {
        margin-top: 15px;
    }
    .input-box img {
        margin-bottom: -5px;
        margin-top: 2px;
    }
    .input-outer-box div {
        margin-left: -4px;
    }
    .associations-clock-input .clock-input {
        width: 50px;
        font-size: 20px;
        height: 35px;
        line-height: 36px;
    }
    .associations-clock-input .clock-separator {
        width: 20px;
    }
    .associations-clock-input .clock-separator span {
        font-size: 20px;
        line-height: 36px;
    }
    .associations-clock-input .clock-input-display-div {
        width: 50px;
    }
    .associations-outer-box .input-box>.input-description {
        font-size: 16px;
    }
    .clear-module-sn-span {
        left: 4px;
    }
    .video-surveillance-modals-div-labels .select-option-name img {
        margin-top: 12px;
    }
    .active-output-port-number {
        margin-top: -7px;
    }
    .copy-settings-module .module-list {
        margin-bottom: 55px;
    }
}
@media only screen and (max-width: 350px) {
    .modules-search {
        padding-top: 8px;
    }
    .output-inner-box {
        margin-top: 10px;
    }
    .add-module {
        height: 20px;
    }
    .outputs {
        margin-left: 10px;
    }
    .output-box img {
        height: 45px;
    }
    .input-box img {
        height: 45px;
    }
    .inputs {
        margin-left: 10px;
        min-height: 95px;
    }
    .modal-description-input {
        height: 40px;
        padding-left: 3px;
    }
    .IO-status {
        height: 30px;
        line-height: 10px;
    }
    .modules-table-input-configuration {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        margin-left: 0;
    }
    .association-table {
        width: 128%;
        margin-right: -23%;
    }
    .association-table td {
        width: 30px;
        height: 30px;
    }
    .dashed-box-drag {
        margin-top: 15px;
    }
    .dashed-box-drag p {
        height: 20px;
    }
    .dashed-box-drag p:last-child {
        margin-top: -55px;
        margin-bottom: 30px;
        width: 75%;
    }
    .back-to-previous-screen {
        margin-bottom: 5px;
        margin-top: -5px;
    }
    .back-modules {
        margin-top: 0;
    }
    .select-option-name {
        min-height: 20px;
        height: auto;
        padding: 0 5px;
    }
    .select-option-name img {
        height: 14px;
        margin-right: 2px;
    }
    .wizard-IOs-selecting-label {
        padding-top: 9px;
    }
    .input-description {
        min-width: 40px;
        font-size: 10px;
    }
    .domo-select-outer-div {
        width: 75%;
    }
    .domo-select-outer-div-label {
        width: 25%;
    }
    .domo-select-modal-div-label {
        width: 30%;
    }
    .domo-select-modal-div {
        width: 70%;
        float: right;
    }
    .wizard-checkbox img {
        height: 30px;
    }
    .active-input-port-number {
        margin-left: -1px;
    }
    .modules-shutter-label {
        width: 30%;
    }
    .shutter-keypad {
        margin-left: 30%;
    }
    .copy-settings-module .wizard {
        margin-top: 20px;
    }
    .action-to-execute-div {
        width: 100%;
        padding: 0 5px !important;
    }
    .to-show-counter-label {
        width: 25%;
        padding-right: 0;
    }
    .custom-details-condition-input {
        padding-left: 15px;
    }
    .to-show-interruptor-label {
        width: 30%;
    }
    .modules-normally-open-div {
        width: 70%;
    }
    .module-network-dhcp-configuration .toggle {
        margin-bottom: -4px;
    }
    .module-network-dhcp-configuration .module-name-details {
        font-size: 16px;
    }
    .active-output-port-number {
        margin-bottom: -12px;
    }
    .module-list {
        margin-left: -5px;
    }
}
@media only screen and (max-width: 299px) {
    .module-list {
        margin-left: 0;
        margin-right: calc(9.333334% - 5px)!important;
    }
}