@charset "utf-8";
/* CSS Document */
.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-3.wp-block-group-is-layout-constrained {
    padding: 0px !important;
}
header.wp-block-template-part {
    margin-top: 15px !important;
}

#content-container {
    max-width: 1080px;
    margin: 0 auto; /* Centers the section horizontally */
    padding: 20px;  /* Adds space inside the container */
    box-sizing: border-box; /* Ensures padding doesn't increase width */
}

header {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
}

header figure.wp-block-image.size-full {
    background: url("../images/wnn-logo-dark.png");
	background-repeat: no-repeat;
}

/* Navigation Bar */
#main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: transparent; /* Let gradient show through */
}
.settings-icon {
    margin-left: 30%;
}


.account-nav {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    min-width: 120px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 100;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 16px;
    color: #770000;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: #ededed;
    color: #005fcc;
    outline: none;
}

.account-nav.open .dropdown-menu {
    display: block;
}

@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
        min-width: 0;
    }
}



/* Logo Section */

figure.wp-block-image.aligncenter.size-full {
    background: url(../images/NOC-logo-WestNetworks-dark.png);
    background-repeat: no-repeat;
}

.logo {
    display: flex;
    align-items: center;
    width: 200px;
    height: 33px;
    background: url("../images/wnn-logo-dark.svg") no-repeat center / contain;
}

.logo img {
    width: 200px;
    height: auto;
    margin-right: 10px;
}

.logo-text {
    font-size: 14px;
    line-height: 1.2;
}

.company-name {
    font-weight: bold;
    font-size: 16px;
}

.sub-text {
    color: #770000;
    font-size: 13px;
}

.highlight {
    color: #770000;
    font-weight: bold;
}


/* Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    padding: 15px 25px;
    background-color: #555;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
	margin: 0.5px;
}

.nav-links li.active {
    background-color: #770000;
}

.nav-links li:hover {
    background-color: #333;
}
.nav-links li a {
    color: #fff;
    text-decoration: none;
}
/* Mobile Styles */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    #main-navigation {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-toggle {
        display: block;
        margin-top: 10px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }

    .nav-links li {
        text-align: left;
        border-left: none;
        border-top: 1px solid #fff;
    }

    .nav-links.show {
        display: flex;
    }
}

.um-profile-nav {
    display: none;
}
div#wnn_noc {
    display: block;
    --wp--style--global--content-size: 100%;
}
img.wp-image-142 {
    width: 230px !important;
}
img.wp-image-74 {
    width: 506px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
.wp-block-button.has-custom-width.wp-block-button__width-25 {
    min-width: 180px;
}
.wp-block-buttons.is-content-justification-center.is-layout-flex.wp-container-5.wp-block-buttons-is-layout-flex {
    margin-right: auto !important;
    margin-top: 25px;
}
footer.wp-block-template-part,
p.has-text-align-left.wp-block-site-title,
p.has-text-align-right.wp-container-content-8 {
    color: gray;
    font-size: 14px;
    margin-bottom: 15px;
}
main#wp--skip-link--target {
    margin-top: 0px !important;
}
body.page-id-23 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin: 0px 3px 3px 0px !important;
}
.wp-block-group.alignwide.is-content-justification-space-between.is-layout-flex.wp-container-3.wp-block-group-is-layout-flex {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.device-box {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    min-height: 79px;
    margin: 0px 3px 3px 0px;
    background: #39B54A;
    color: #ffffff;
    transition: height 0.5s;
}
.device-box.open {
    height: auto !important;
    transition: height 0.3s;
}
.device-box.yellow {
    background: yellow;
}
.device-container {
    display: block;
    position: relative;
    background: #474747;
    float: left;
    width: 91%;
    margin-left: 10%;
    padding-bottom: 12px;
    min-height: 67px;
}
.master-slave {
    display: block;
    width: 60px;
    margin: 15px 0px -39px -13%;
    text-align: center;
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 600;
    color: #143600;
}
.offline .master-slave {
    display: block;
    width: 60px;
    margin: 15px 0px -44px -13%;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 600;
    color: #5B0001;
}
.expiring .master-slave {
    display: block;
    width: 60px;
    margin: 15px 0px -44px -13%;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 600;
}
.expired .master-slave {
    display: block;
    width: 60px;
    margin: 15px 0px -44px -13%;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 600;
    color: #470040;
}
.device-title {
    display: block;
    position: relative;
    float: left;
    width: 90%;
    height: 45px;
}
.device-title h2 {
    padding: 0px;
    margin: 15px 15px 0px 15px;
    line-height: 20px;
    font-size: 18px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 500;
}
/* == Expand / Collapse Button == */
.device-expand {
    display: block;
    position: relative;
    float: left;
    width: 5%;
    height: 45px;
}
.device-expand a {
    margin: 20px 0px 5px 0px;
    display: block;
    width: 15px;
    height: 15px;
    background: no-repeat url("../images/wnn-expand-Icon-05.svg");
    align-content: right;
}
.open .device-expand a {
    background: no-repeat url("../images/wnn-colapse-Icon-05.svg");
}

.device-expand a:hover {
    background: no-repeat url("../images/wnn-expand-Icon-05-red-05.svg");
}

.open .device-expand a:hover {
    background: no-repeat url("../images/wnn-colapse-Icon-05-red-05.svg");
}
/* == ICONS SECTION == */
.device-status-icons {
    display: block;
    position: relative;
    float: left;
    width: 90%;
    margin-top: 18px;
}
.device-status-icons p {
    display: block;
    float: left;
    position: relative;
    margin: 0px 5px 0px 15px;
    padding: 0px;
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 100;
}
.clientcount {
    display: block;
    width: 30%;
    float: left;
}
.bandwidth {
    display: block;
    width: 70%;
    float: left;
}
.clientcount p, .bandwidth p {
    font-size: 12px;
    margin-left: 15px;
}
/* == OFFLINE == */
.offline .device-status-icons .wan,
.offline .device-container {
    background-color: #490000 !important;
}
.offline {
    background-color: #FF0004 !important;
}
.offline .device-status-icons .wifi {
    background: url("../images/wnn-wifi-Icon-gray.svg") no-repeat !important;
}
/* == EXPIRING == */
.expiring_offline .device-status-icons .wan,
.expiring_offline .device-container {
    background-color: #490000 !important;
}
.expiring_offline {
    background-color: #0080FF !important;
    background: url("../images/expiring-text.jpg") no-repeat left center;
}
.expiring_online {
    background-color: #0080FF !important;
    background: url("../images/expiring-text.jpg") no-repeat left center;
}
/*.expiring .device-status-icons .wifi{
		background: url("../images/wnn-wifi-Icon-gray.svg") no-repeat !important;
	}*/
/* == EXPIRED == */
.expired .device-status-icons .wan,
.expired .device-container {
    background-color: #333333 !important;
}
.expired {
    background-color: #D300FF !important;
    background: url("../images/expired-text.jpg") no-repeat left center;
}
.expired .device-status-icons .wifi {
    background: url("../images/wnn-wifi-Icon-gray.svg") no-repeat !important;
}
/* == WAN LEVELS == */
.device-status-icons .wan.green {
    background-color: green !important;
}
.device-status-icons .wan.gray {
    background-color: #EBAF00 !important;
}
.device-status-icons .wan.red {
    background-color: red !important;
}
.device-status-icons .wan {
    display: block;
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 2px 3px;
    border-radius: 2px;
    background: #7E7E7E;
}
/* == Wifi LEVELS == */
.device-status-icons .wifi {
    display: block;
    float: left;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0px 3px 0px 12px;
    background: url("../images/wnn-wifi-Icon-green.svg") no-repeat;
}
.device-status-icons .wifi a {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    color: #fff;
    font-size: 13px;
}
/* == cell LEVELS == */
.device-status-icons .cell {
    display: block;
    float: left;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0px 3px 0px 12px;
    background: url("../images/cellular-icons/wnn-cell_red 1.svg") no-repeat;
}
.device-status-icons .cell.standby {
    background: url("../images/cellular-icons/wnn-cell_standby.svg") no-repeat;
}
.device-status-icons .cell.flash {
    background: url("../images/cellular-icons/wnn-cell_flash.gif") no-repeat;
    background-size: 18px 18px;
}
.device-status-icons .cell a {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    color: #fff;
    font-size: 13px;
}
.device-status-icons .cell .tooltiptext,
.device-status-icons .wan .tooltiptext,
.device-status-icons .wifi .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #252525;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 100;
    top: 135%;
    left: 50%;
    margin-left: -60px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.device-status-icons .cell:hover .tooltiptext,
.device-status-icons .wan:hover .tooltiptext,
.device-status-icons .wifi:hover .tooltiptext {
    visibility: visible;
}
/* == cellualr Icons == */
.device-status-icons .bar1.good {
    background: url("../images/cellular-icons/wnn-cell_Green 1.svg") no-repeat;
}
.device-status-icons .bar2.good {
    background: url("../images/cellular-icons/wnn-cell_Green 2.svg") no-repeat;
}
.device-status-icons .bar3.good {
    background: url("../images/cellular-icons/wnn-cell_Green 3.svg") no-repeat;
}
.device-status-icons .bar4.good {
    background: url("../images/cellular-icons/wnn-cell_Green 4.svg") no-repeat;
}
.device-status-icons .bar5.good {
    background: url("../images/cellular-icons/wnn-cell_Green 5.svg") no-repeat;
}
.device-status-icons .bar6.good {
    background: url("../images/cellular-icons/wnn-cell_Green 6.svg") no-repeat;
}
.device-status-icons .bar7.good {
    background: url("/../images/cellular-icons/wnn-cell_Green 7.svg") no-repeat;
}
.device-status-icons .bar8.good {
    background: url("../images/cellular-icons/wnn-cell_Green 8.svg") no-repeat;
}
.device-status-icons .bar9.good {
    background: url("../images/cellular-icons/wnn-cell_Green 9.svg") no-repeat;
}
.device-status-icons .bar10.good {
    background: url("../images/cellular-icons/wnn-cell_Green 10.svg") no-repeat;
}
.device-status-icons .bar1.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 1.svg") no-repeat;
}
.device-status-icons .bar2.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 2.svg") no-repeat;
}
.device-status-icons .bar3.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 3.svg") no-repeat;
}
.device-status-icons .bar4.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 4.svg") no-repeat;
}
.device-status-icons .bar5.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 5.svg") no-repeat;
}
.device-status-icons .bar6.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 6.svg") no-repeat;
}
.device-status-icons .bar7.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 7.svg") no-repeat;
}
.device-status-icons .bar8.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 8.svg") no-repeat;
}
.device-status-icons .bar9.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 9.svg") no-repeat;
}
.device-status-icons .bar10.mid {
    background: url("../images/cellular-icons/wnn-cell_yellow 10.svg") no-repeat;
}
.device-status-icons .bar1.bad {
    background: url("../images/cellular-icons/wnn-cell_red 1.svg") no-repeat;
}
.device-status-icons .bar2.bad {
    background: url("../images/cellular-icons/wnn-cell_red 2.svg") no-repeat;
}
.device-status-icons .bar3.bad {
    background: url("../images/cellular-icons/wnn-cell_red 3.svg") no-repeat;
}
.device-status-icons .bar4.bad {
    background: url("../images/cellular-icons/wnn-cell_red 4.svg") no-repeat;
}
.device-status-icons .bar5.bad {
    background: url("../images/cellular-icons/wnn-cell_red 5.svg") no-repeat;
}
.device-status-icons .bar6.bad {
    background: url("../images/cellular-icons/wnn-cell_red 6.svg") no-repeat;
}
.device-status-icons .bar7.bad {
    background: url("../images/cellular-icons/wnn-cell_red 7.svg") no-repeat;
}
.device-status-icons .bar8.bad {
    background: url("../images/cellular-icons/wnn-cell_red 8.svg") no-repeat;
}
.device-status-icons .bar9.bad {
    background: url("../images/cellular-icons/wnn-cell_red 9.svg") no-repeat;
}
.device-status-icons .bar10.bad {
    background: url("../images/cellular-icons/wnn-cell_red 10.svg") no-repeat;
}
/* == Device Details == */
.device-details {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    transition: display 0.3s;
}
.device-details .details {
    display: block;
    float: left;
    width: 55%;
    transition: height 0.3s;
}
.device-details .buttons {
    display: block;
    width: 40%;
    margin-top: 15px;
    float: left;
}
.device-details button {
    padding: 5px;
    width: 99%;
    display: block;
    float: right;
    clear: both;
    cursor: pointer;
}
.open .device-details {
    display: block !important;
    transition: height 0.3s;
    min-height: 164px;
}
.device-details h3 {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 12px;
    padding: 0px;
    margin: 5px 0px 5px 25px;
    color: #878787;
}
.device-details p {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    margin: 0px 5px 0px 25px;
    padding: 0px;
    font-size: 12px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 100;
}
#wnn_updateticker {
    float: left;
    clear: both;
    font-size: 20px;
}
footer.wp-block-template-part {
    position: relative;
    float: right;
    width: 100%;
}
/* For mobile phones: */
@media only screen and (min-width: 650px) {
    /* For phones: */
    .device-box {
        width: 100%;
        margin: 0px 3px 3px 0px;
    }

    p.has-text-align-right.wp-container-content-7 {
        text-align: center;
    }
}
@media only screen and (min-width: 750px) {
    /* For tablets: */
    .device-box {
        width: calc(50% - 3px);
        width: -webkit-calc(50% - 3px);
        width: -moz-calc(50% - 3px);
        margin: 0px 3px 3px 0px;
    }
    .device-container {
        min-height: 120px;
    }
}
@media only screen and (min-width: 870px) {
    .master-slave {
        width: 50px;
    }
}
@media only screen and (min-width: 750px) {
    .master-slave {
        width: 45px;
        margin-left: -13%;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1000px) {
    .master-slave {
        width: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .device-box {
        width: calc(33.33% - 3px);
        width: -webkit-calc(33.33% - 3px);
        width: -moz-calc(33.33% - 3px);
        margin: 0px 3px 3px 0px;
    }
    .device-container {
        min-height: 130px;
    }
}
@media only screen and (min-width: 1600px) {
    .master-slave {
        display: block;
        width: 60px;
        margin: 15px 0px -39px -12%;
    }
}
@media only screen and (min-width: 2200px) {
    /* For desktop: */
    .device-box {
        width: calc(25% - 3px);
        width: -webkit-calc(25% - 3px);
        width: -moz-calc(25% - 3px);
        margin: 0px 3px 3px 0px;
    }
}
@media only screen and (min-width: 2500px) {
    /* For desktop: */
    .device-box {
        width: calc(20% - 3px);
        width: -webkit-calc(20% - 3px);
        width: -moz-calc(20% - 3px);
        margin: 0px 3px 3px 0px;
    }
}
@media only screen and (min-width: 2700px) {
    /* For desktop: */
    .device-box {
        width: calc(16.5% - 3px);
        width: -webkit-calc(16.5% - 3px);
        width: -moz-calc(16.5% - 3px);
        margin: 0px 3px 3px 0px;
    }
}
@media only screen and (min-width: 3150px) {
    /* For desktop: */
    .device-box {
        width: calc(14.29% - 3px);
        width: -webkit-calc(14.28% - 3px);
        width: -moz-calc(14.29% - 3px);
        margin: 0px 3px 3px 0px;
    }
}
@media only screen and (min-width: 3550px) {
    /* For desktop: */
    .device-box {
        width: calc(12.5% - 3px);
        width: -webkit-calc(12.5% - 3px);
        width: -moz-calc(12.5% - 3px);
        margin: 0px 3px 3px 0px;
    }
    .master-slave {
        margin-left: -13%;
    }
}
button#wnn_toggle_healthy {
    padding: 10px;
    margin: 0px 20px 20px 0px;
    border-radius: 5px;
    background: #20832d;
    color: #FFFFFF;
    border: 0px;
    transition: background 0.3s;
}
button#wnn_toggle_healthy:hover {
    background: #39c94d;
    transition: background 0.3s;
}
.tooltip_toggle_healthy.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #252525;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 100;
    top: 135%;
    left: 50%;
    margin-left: -60px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_toggle_healthy.tooltiptext {
    visibility: visible;
}