/* ==========================================================================
   MASTERLOG
   ========================================================================== */
.entry-message-box {
    min-height: calc(100vh - 119px);
}
.alarm-state-label {
    margin-top: 5px;
}
.alarm-state-label-span {
    color: #00a79d;
    font-weight: 700;
}
.bt-show-first-content {
    height: 25px;
    float: right;
    margin-top: -30px;
}
/* ==========================================================================
   EDIT ALARM
   ========================================================================== */
.edit-alarm {
    float: right;
    color: #00a79d;
    cursor: pointer;
    margin-top: 6px;
    position: relative;
    z-index: 1;
}
.alarm-button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: #0099c5;
    margin-left: 0;
    border: 0;
    font-size: 24px;
}
.armed-alarm-button {
    background-color: #00a79d;
}
.disarmed-alarm-button {
    background-color: #a7afb2;
}
.alerted-alarm-button {
    background-color: #fb3640;
}
.alarms-lock-icon {
    float: right;
    animation: 0;
    margin-right: 10px;
    margin-left: -35px;
    height: 32px;
}
.no-alarm-history-division {
    height: 20vh;
}
.no-alarm-history-division span {
    text-transform: uppercase;
    margin-top: 0;
    position: absolute;
    top: 40%;
    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%);
}
/* styling for disarm button disabled (output not configured) */
.unconfigured-disarm-button {
    background-color: #5a5a5;
    background-color: rgba(90,90,90,.9);
    cursor: default;
    outline: 0;
}


/* ==========================================================================
   MODALS
   ========================================================================== */
.alarms-modal-div-label {
    min-width: 8%;
    width: auto;
    max-width: 16.66666667%;
}
.alarms-modal-div-input {
    padding-left: 0;
}
.alarms-modal-div-input input {
    width: 60%;
    margin-top: -5px;
}
.alarms-left-list-filter input {
    width: 100%;
}
.alarms-right-list-filter input {
    width: 100%;
}
.filter-content-outer-left-box {
    width: 48%;
    padding-right: 0;
}
.filter-content-outer-left-box p {
    margin-bottom: 0;
    font-weight: 700;
    color: #00a79d;
}
.filter-content-outer-right-box {
    width: 48%;
    padding-left: 0;
}
.filter-content-outer-right-box p {
    margin-bottom: 0;
    font-weight: 700;
    color: #00a79d;
}
.drag-list {
    text-align: center;
    width: 4%;
    float: left;
    padding-top: 37px;
}
.filter-content-box {
    background-color: #eaeff2;
    margin-top: 2px;
    padding: 1px 10px;
    cursor: pointer;
    max-height: 190px;
    overflow-y: auto;
}
.filter-content-box p {
    margin: 5px 0 5px;
}
.filter-overflow-div {
    max-height: 118px;
    overflow-x: hidden;
    overflow-y: auto;
}
.filter-overflow-div::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border: 3.5px solid #eaeff2;
    background-color: #90969b;
    background-color: rgba(144,150,155,0.5);
}
.filter-overflow-div::-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);
}
.filter-overflow-div::-webkit-scrollbar-thumb {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.filter-overflow-div::-webkit-scrollbar-thumb:window-inactive {
    background: #00a79d;
    background: rgba(0,167,157,1);
}
.alarm-inputs > div:first-child {
    margin: 10px 0 5px;
    font-weight: bold;
}
.alarm-outputs > div:first-child {
    margin: 10px 0 5px;
    font-weight: bold;
}
.alarm-outputs > div:nth-last-child(2) {
    margin-bottom: 5px;
}
.alarm-password-input {
    margin-bottom: 10px;
}
.alarm-password-input input {
    min-width: 60%;
    margin-left: 0;
}
/********** ALARM NOTIFICATIONS **********/
.alarm-user-permissions-div p {
    margin-bottom: 0;
}
.alarm-notifications-label-div {
    margin-top: 15px;
}
.alarm-notification-user-div {
    background: #eaeff2;
    height: 35px;
    line-height: 35px;
}
.alarm-notification-disarm-div {
    height: 35px;
    line-height: 35px;
}
.alarm-notification-alert-div {
    height: 35px;
    line-height: 35px;
}
.alarm-notification-labels {
    color: #00a79d;
    font-weight: 700;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1199px) {
    .entry-message-box {
        min-height: calc(100vh - 97px);
    }
    .filter-overflow-div {
        max-height: 110px;
    }
    .alarm-button {
        height: 40px;
    }
    .alarms-lock-icon {
        height: 30px;
        margin-top: 2px;
    }
    .bt-show-first-content {
        height: 20px;
        margin-top: -27px;
    }
}
@media only screen and (max-width: 991px) {
    .entry-message-box {
        min-height: calc(100vh - 75px);
        padding-bottom: 10px;
    }
    .bt-show-first-content {
        height: 17px;
        margin-top: -22px;
    }
    .drag-list img {
        height: 25px;
        width: 25px;
        vertical-align: bottom;
    }
    .filter-overflow-div {
        max-height: 102px;
    }
    .drag-list {
        padding-top: 33px;
    }
    .alarm-button {
        height: 50px;
    }
    .alarms-lock-icon {
        height: 28px;
        margin-top: 1px;
    }
}
@media only screen and (max-width: 800px) {
    /******************************
    STYLING FOR IPADS
    ******************************/
    .bt-show-first-content {
        height: 25px;
        margin-top: -28px;
    }
}
@media only screen and (max-width: 767px) {
    .entry-message-box {
        min-height: calc(100vh - 80px);
    }
    .bt-show-first-content {
        height: 40px;
        margin-top: -45px;
    }
    .filter-overflow-div {
        max-height: 104px;
    }
    .filter-content-box p {
        margin: 3px 0 2px;
    }
    .drag-list {
        padding-top: 30px;
    }
    .alarm-user-permissions-div {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 700px) {
    .alarm-inputs .col-xs-6 {
        width: 100%;
    }
    .alarm-outputs .col-xs-6 {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .search-box input {
        height: 25px;
    }
    .drag-list img {
        height: 20px;
        width: 20px;
    }
    .filter-overflow-div {
        max-height: 111px;
    }
    .filter-content-box p {
        margin: 5px 0 2px;
    }
    .drag-list {
        padding-top: 32px;
    }
    .filter-content-outer-left-box {
        max-height: 180px;
    }
    .filter-content-outer-right-box {
        max-height: 180px;
    }
    .alarms-modal-div-label {
        min-width: 15%;
        width: auto;
        max-width: 20%;
    }
    .alarms-modal-div-input {
        width: 80%;
    }
    .alarms-modal-div-input input {
        width: 70%;
    }
}
@media only screen and (max-width: 450px) {
    .bt-show-first-content {
        height: 35px;
        margin-top: -40px;
    }
    .drag-list img {
        height: 16px;
        width: 14px;
    }
    .drag-list {
        width: 100%;
        padding: 10px 15px;
    }
    .alarm-button {
        height: 45px;
    }
    .alarm-button {
        font-size: 18px;
        padding: 0;
    }
    .alarms-lock-icon {
        height: 23px;
        margin-top: 0;
    }
    .alarms-modal-div-input input {
        width: 96%;
    }
    .filter-content-outer-left-box {
        width: 95%;
    }
    .filter-content-outer-right-box {
        width: 99%;
        padding-left: 15px;
    }
    .filter-content-box p {
        margin: 7px 0 4px;
    }
    .filter-overflow-div {
        max-height: 115px;
        border: 1px solid #90969b;
        margin-top: -1px;
    }
    .alarms-modal-div-label {
        max-width: 25%;
    }
    .alarms-modal-div-input {
        width: 75%;
    }
}
@media only screen and (max-width: 450px) {
    .bt-show-first-content {
        height: 25px;
        margin-top: -30px;
    }
}
