/* ==========================================================================
   TECHNICAL ALARMS
   ========================================================================== */
.technical-alarms-box {
    width: 100%;
    float: left;
    overflow-x: auto;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.no-technical-alarms-box {
    height: 60vh;
}
.technical-alarms-box::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.technical-alarms-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);
}
.technical-alarms-box::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.technical-alarms-box::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.technical-alarms-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    float: left;
    margin: 10px 0;
    min-width: 100%;
}
.technical-alarms-grid > div:first-child {
    width: 150px;
}
.technical-alarms-grid > div:not(:first-of-type) {
    text-align: center;
    min-width: 150px;
    width: auto;
}
.technical-alarms-grid > div.ta-wider-column-width {
    min-width: 250px;
}
.technical-alarms-grid > div:not(:first-of-type) p:not(:last-of-type) {
    font-weight: 700;
}
.technical-alarms-grid strong {
    display: table;
    height: 100%;
}
.technical-alarms-grid strong > span {
    display: table-cell;
    vertical-align: middle;
}
.delete-technical-alarm {
    cursor: pointer;
    margin: 0 0 5px;
}
.technical-alarms-modal-label {
    margin: 10px 0;
    padding: 0 30px;
    cursor: pointer;
}
.bold {
    font-weight: 700;
}
.technical-alarms-modal-label img {
    height: 17px;
    margin-left: 5px;
    margin-top: -5px;
}
.technical-alarms-modal-selector {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.technical-alarms-modal-selector > div {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}
.technical-alarms-modal-selector .action-click-option img {
    margin-left: 10px;
}
.technical-alarms-modal-selector input {
    width: 100%;
    margin: 20px 0 10px;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {
    .technical-alarms-grid > div:first-child {
        padding: 0;
    }
    .technical-alarms-box {
        border-width: 9px;
    }
    .block-division div.technical-alarms-box {
        padding: 0 0 20px;
    }
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 767px) {
    .technical-alarms-modal-selector > div {
        width: 100%;
        text-align: left;
    }
    .technical-alarms-modal-selector input {
        width: calc(100% - 40%);
        margin: 15px 20%;
    }
}
@media only screen and (max-width: 600px) {
    .technical-alarms-modal-label {
        padding: 0;
    }
    .technical-alarms-modal-selector input {
        width: 100%;
        margin: 15px 0;
    }
}
@media only screen and (max-width: 500px) {

}
@media only screen and (max-width: 450px) {

}
@media only screen and (max-width: 350px) {

}
