a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

.container-md {
    padding-top: 20px;
    padding-bottom: 70px;
}

.accordion-item {
    border-radius: 15px !important;
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.site-qty {
    margin-left: 15px;
    background-color: rgb(241, 241, 241);
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}

.site-item {
    width: 70% !important;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(216, 216, 216);
    border-bottom: 5px solid #FF0000;
    overflow: hidden;
}

.site-subtext {
    font-size: 14px;
    line-height: 100%;
    margin-top: 3px;
    color: #5f5f5f;
}

.alert-stat {
    background-color: rgb(241, 241, 241);
    margin: 0px 5px;
    padding: 2px 10px;
    border-radius: 5px;
    border: none;
}

.alert-stat:hover {
    transition: all ease 0.3s;
    background-color: #dcdcdc;
}

.stat-up {
    background-color: #67EA00;
}

.stat-unknown {
    background-color: #888888;
}

.stat-pending {
    background-color: #ff9500;
}

.stat-new {
    background-color: #00bbff;
}

.stat-down {
    background-color: #FF0000;
}

.node-inactive .status-color {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #B0B0B0;
    margin-right: 10px;
}

.node-inactive a,
.node-inactive button,
.node-inactive span {
    color: #B0B0B0;
}

.node-inactive {
    border-bottom: 5px solid #B0B0B0;
}

.site-name {
    width: auto;
    font-size: 18px;
    line-height: 100%;
}

.ap-item {
    display: flex;
    flex-direction: column;
    background-color: #rgb(241, 241, 241);
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 3px 0px;
    transition: all ease 0.3s;
}

.ap-item:hover {
    transition: all ease 0.3s;
    background-color: #dcdcdc;
}

.radio-stat-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-right: 7px;
}

.radio-item {
    width: fit-content;
    margin-right: 1px;
    margin-top: 1px;
    line-height: 80%;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 5px;
    border: 1px rgb(185, 185, 185) solid;
}

.modal-header {
    border: none;
    background-color: #e5e8ea;
}


@media (min-width: 992px) {
    .logo-nav {
        width: 200px;
    }

    .main-container {
        background-color: #F1F1F1;
        min-height: calc(100vh - 157px);
    }
}

@media (max-width: 992px) {
    .logo-nav {
        width: 130px;
    }

    .main-container {
        padding: 0 5px;
        background-color: #F1F1F1;
        min-height: calc(100vh - 135px);
    }

    .app-title {
        font-size: 16px !important;
    }
}