﻿@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.woff");
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #ebebeb;
    padding: 40px 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #afafaf;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(24, 93, 183, 0.5333333333);
    }

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 90% !important;
}

    body a {
        text-decoration: none;
    }

.sensor-tab-section-mqtt {
    justify-content: center;
    text-align: center;
}

    .sensor-tab-section-mqtt li {
        width: 25%;
        font-size: large;

        border: none;
        color: rgba(255, 247, 247, 0.2509803922);
    }

        .sensor-tab-section-mqtt li .ba-active {
            color: #000000;
            border: 0px;
            background: rgba(82, 150, 238, 0.3137254902) !important;
            color: #185db7 !important;
            border-bottom: 2px solid #646464 !important;
            transition: all 0.2s;
        }

        .sensor-tab-section-mqtt li a {
            color: #000;
        }

            .sensor-tab-section-mqtt li a:hover {
                background: rgba(204, 202, 202, 0.1843137255);
            }

.filter-bar .search-bar {
    width: calc(100% + 22px);
}

    .filter-bar .search-bar::-webkit-search-cancel-button {
        -webkit-appearance: none !important;
    }

    .filter-bar .search-bar:focus + a {
        opacity: 0.7;
        color: #3480f3 !important;
    }

.filter-bar .search-bar-container {
    position: relative;
}

.filter-bar i {
    position: absolute;
    right: -5px;
    top: 12px;
    padding: 0;
    transition: all 0.3s;
}

.filter-bar .Status-filter {
    border: 1px solid #ddd;
    width: 7rem;
    height: 40px !important;
    font-size: 15px;
    transition: all 0.3s !important;
    cursor: pointer;
}

    .filter-bar .Status-filter:hover {
        border: 1px solid #000 !important;
    }

    .filter-bar .Status-filter:focus {
        border: 1px solid #3480f3 !important;
        color: #3480f3;
        outline: none;
    }

.filter-bar .filter-button {
    width: auto;
    transition: all 0.3s !important;
    background: linear-gradient(rgba(241, 241, 241, 0.7058823529), rgba(255, 255, 255, 0.6862745098));
}

    .filter-bar .filter-button:hover {
        background: linear-gradient(rgba(255, 255, 255, 0.6156862745), rgba(241, 241, 241, 0.5490196078));
        border: 1px solid #ddd !important;
    }

    .filter-bar .filter-button:focus {
        border: 1px solid transparent !important;
        color: #000;
        outline: none;
    }

.filter-bar .date-filter {
    width: 11rem !important;
}

    .filter-bar .date-filter::-moz-placeholder {
        text-align: start;
        padding-left: 10px;
    }

    .filter-bar .date-filter::placeholder {
        text-align: start;
        padding-left: 10px;
    }

    .filter-bar .date-filter:focus {
        outline: none;
    }

.filter-bar .filter-group {
    display: inline-flex;
    width: 15rem;
    height: 40px !important;
    font-size: 15px;
    transition: all 0.3s !important;
}

    .filter-bar .filter-group select {
        cursor: pointer;
    }

        .filter-bar .filter-group select:hover {
            border: 1px solid #000;
        }

        .filter-bar .filter-group select:focus {
            border: 1px solid #3480f3 !important;
            color: #3480f3;
            outline: none;
        }

#receivedMessage,
#sendMessage,
#brokerEvent {
    overflow-y: hidden;
}

.table {
    table-layout: fixed;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .table .status-text-green {
        color: #18c28f;
    }

    .table .status-text-red {
        color: #ee0f0f;
    }

    .table .status-text-orange {
        color: #ee9f2a;
    }

    .table tr {
        display: flex;
    }

    .table td,
    .table th {
        flex: 1;
        white-space: normal;
        word-wrap: break-word;
    }

    .table thead {
        position: sticky;
        top: 0;
        z-index: 101;
    }

    .table tbody {
        flex-grow: 1;
        display: block;
    overflow-y: auto;
    max-height: 350px;
    }

    .table pre {
        white-space: pre-wrap;
        text-align: left;
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
    }

    .table .messages-btn-collapse {
        font-size: 90%;
        color: #141414;
    }

        .table .messages-btn-collapse:hover {
            background: rgba(221, 221, 221, 0.3098039216);
            box-shadow: 0px 1px 3px #333;
        }

        .table .messages-btn-collapse:focus {
            border: 1px solid transparent !important;
        }

    .table .copy-message {
        cursor: pointer;
        color: #000;
        position: absolute;
        right: 90px;
        top: 20px;
        font-size: 19px;
        padding: 5px;
        z-index: 100;
    }

    .table .fa-check {
        color: #32cd1d;
        position: absolute;
        right: 125px;
        top: 30px;
        font-size: 18px;
        display: none;
    }

.section-title {
    font-size: 20px;
    padding-left: 65px !important;
}

#brokerEventTable th:nth-child(1) {
    flex: 2;
}

#brokerEventTable td:nth-child(1) {
    width: 75% !important;
    flex: 2;
}
# sourceMappingURL=mqtt-style.css.map 
