﻿.panel-container /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* carta website
-------------------------------------------------- */

.container-vector {
    position: absolute;
    left: 62%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -30px;
    width: 377px;
    height: 607px;
    z-index: 1;
    background-image: url(https://www.cartaonline.nl/wp-content/themes/carta/assets/img/logo_bg_vector.png);
}

    .container-vector .overlay {
        width: 345px;
        height: 485px;
        background-image: url(https://www.cartaonline.nl/wp-content/themes/carta/assets/img/vector_overlay_home.png);
        background-repeat: no-repeat;
        background-position-x: 80px;
        background-position-y: 175px;
    }

.overlay {
    position: absolute;
    z-index: 10;
    animation-name: floatBubble;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


.resize-image {
    position: absolute;
    z-index: 999;
    top: -41px;
    margin-left: 70px;
    width: 67%;
    height: auto;
}

@-webkit-keyframes floatBubble {
    0% {
        background-position-y: 180px;
    }

    100% {
        background-position-y: 155px;
    }
}

@keyframes floatBubble {
    0% {
        background-position-y: 180px;
    }

    100% {
        background-position-y: 155px;
    }
}


.carta-navbar {
    background-color: #F6F5F7;
}

.caret {
    position: absolute;
    top: 0;
    right: -12px;
}

.carta-dropdown {
    background-color: #FFFFFF;
    margin: 10px 20px 0 0;
}

.carta-dropdown-button {
    background-color: #FFFFFF;
    color: #444444;
    padding: 5px;
    border-width: 0px;
}

    .carta-dropdown-button:hover {
        color: #53AF31;
    }

.carta-dropdown-menu {
    display: none;
    min-width: 200px;
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    margin: 0px 40px 20px 0px;
    padding: 10px 20px 20px 10px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-color: #444444;
    border-width: 0px, 1px, 1px, 1px;
    border-left: 0px solid #dee2e6;
    border-right: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    list-style-type: none;
}

.carta-dropdown:hover .carta-dropdown-menu {
    display: block;
}

.carta-dropdown-menu:hover {
    display: block;
}

.carta-dropdown-button:focus {
    outline: 0px none;
}

.carta-pulldown-menu-option {
    color: #444444;
    text-decoration: none;
}

    .carta-pulldown-menu-option:hover {
        text-decoration: none;
        color: #53AF31;
    }

.carta-large-button {
    background-color: #4E1965;
    color: #FFFFFF;
    padding: 5px;
    width: 80px;
    border-style: solid;
    border-color: #4E1965;
    border-width: 2px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.align-top {
    margin-top: 0;
}

.carta-large-button:hover {
    background-color: #FFFFFF;
    color: #4E1965;
}

.carta-extralarge-button {
    background-color: #53AF31;
    color: #FFFFFF;
    padding: 5px;
    width: 100px;
    border-style: solid;
    border-color: #53AF31;
    border-width: 2px;
    margin: 10px 0;
    outline: none;
    box-shadow: none;
}

    .carta-extralarge-button:hover {
        background-color: #FFFFFF;
        color: #53AF31;
        border-color: #53AF31;
        outline: none;
        box-shadow: none;
    }

    .carta-extralarge-button:focus {
        outline: none;
        box-shadow: none;
    }

    .carta-extralarge-button:focus-visible {
        outline: none;
        box-shadow: none;
    }

.outage-container {
    display: inline-block;
}

.error-container {
    padding: 0 10px;
}

.carta-outage-input-form input:focus {
    outline: 2px solid #53AF31;
}

.carta-outage-input-form textarea:focus {
    outline: 2px solid #53AF31;
}
/*.carta-outage-input-form input:focus-visible {
    outline: 2px solid #53AF31;
}
 */
.carta-sidebar-button {
    background-color: #4E1965;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
    border-style: solid;
    border-color: #4E1965;
    border-width: 2px;
    margin-bottom: 10px;
}

.carta-sidebar-button:hover {
    background-color: #FFFFFF;
    color: #4E1965;
}

.carta-small-button {
    background-color: #4E1965;
    color: #FFFFFF;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: #4E1965;
    border-width: 2px;
    vertical-align: top;
}

    .carta-small-button:hover {
        background-color: #50485b;
    }

.IsActive {
    background-color: #FFFFFF;
    color: #4E1965;
}

.fa-position {
    position: absolute;
    top: 9px;
    left: 20px;
}

.margin-left-right {
    margin: 0 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right {
    margin-right: 20px;
}

.carta-table-header {
    background-color: #53af31;
}

.carta-table-heading {
    color: #444444;
    font-size: 18px;
}

.table thead th {
    border-bottom: 0px;
    border-top: 0px;
}

.carta-input-label {
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    width: auto;
}

.carta-input {
    /*display: block;*/
    display: inline-block;
    /*width: auto;*/
}

.carta-checkbox-input-label {
    display: inline-block;
}

.carta-checkbox-input {
    margin: 10px 0 0 0;
    padding: 0;
}

.carta-footer-text {
    color: #99979c;
}

.footer-contact {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 400px;
    height: auto;
    background-size: 100%;
    background-image: url(/img/footer-contact-bg.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #f6f5f7;
}

.bg-contact-image {
    position: relative;
}

.bg-contact-image img {
    display: block;
    width: 100%;
    max-width: 1200px; /* corresponds to max height of 450px */
    margin: 0 auto;
}

.carta-row {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

.carta-main-menu-bar {
    background-color: #ffffff;
    height: 60px;
    padding-top: 10px;
    border-bottom: 0px solid #dee2e6;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.carta-menu-bar {
    margin: 0 auto;
    width: fit-content;
}

.carta-menu-option {
    color: #444444;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.carta-content-container {
    min-height: calc(100% - 460px);
    background-color: #ffffff; /*transparent; */
}

.Outage-table-container {
    height: 100%;
    margin: 0 10px;
}

.Outage-form-container {
    margin: 0 10px;
}

.footer-contact-content {
    width: 100%;
    height: 100%;
}

.colophon {
    padding-top: 35px;
    padding-left: 40%;
    font-size: 18px;
}

.carta-link {
    color: #53AF31;
}

    .carta-link:hover {
        color: #444444;
    }

.socials {
    height: 40px;
    padding-left: 15px;
}

.carta-social-button {
    color: #4E1965;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 5px 0 0;
    font-size: 28px;
}

    .carta-social-button:hover {
        color: #50485b;
    }

.carta-search-filter {
    float: left;
    padding: 15px 10px;
}


.padding5 {
    padding: 5px;
}

.margin5 {
    margin: 5px;
}

.carta-info-table tr {
    background-color: transparent;
    border-style: none;
    line-height: 1;
}

.carta-info-table tbody tr:nth-of-type(2n+1) {
    border-width: 0px;
    background-color: transparent;
}

.carta-info-table tbody tr:nth-of-type(2n+1):has(:hover) {
    background-color: transparent;
}

.carta-info-table td, .table th {
    border-style: none;
}

.carta-info-table tbody tr:hover {
    background-color: transparent;
}

.info-title-block {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #4E1965;
    background-color: #f6f5f7;
    color: #4E1965;
    font-weight: 600;
}

.info-panel-postitioning {
    padding-top: 30px;
}

.carta-outage-reaction-list {
    margin: 45px 0 0 100px;
}

.carta-outage-reaction-message {
    margin-bottom: 25px;
}

.pagination-button-bar {
    font-size: 8px;
    padding: 0 0 20px 0;
}

.info-label {
    margin-left: 10px;
    font-weight: 600;
}

.carta-page-header {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.carta-page-block {
    width: 100%;
    /*padding: 20px 0;*/
}

.carta-page-subheader {
    width: 100%;
    padding: 0;
    text-align: center;
}

.outage-pannel {
    margin: 0 0 20px 0;
    /*padding: 30px 0 0 0;*/
    padding: 0 0 30px 0;
}

.carta-center-text {
    text-align: center;
}

.carta-center-button-text {
    margin: 0 auto;
}

.carta-title-container {
    height: 400px;
    background-color: transparent;
}

.carta-outage-input-form {
    height: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: height 0.35s;
    -moz-transition: height 0.35s;
    -o-transition: height 0.35s;
    transition: height 0.35s;
}

    .carta-outage-input-form.active {
        visibility: visible;
        height: 500px;
    }

.carta-server-input-form {
    height: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: height 0.35s;
    -moz-transition: height 0.35s;
    -o-transition: height 0.35s;
    transition: height 0.35s;
}

    .carta-server-input-form.active {
        visibility: visible;
        height: auto;
    }

.carta-home-content-container {
    /*margin: 20px;*/
    margin: 0;
    padding: 0;
}

.outage-header {
    display: inline-block;
}

.outage-footer {
    display: inline-block;
}

.carta-small-icon {
    margin-right: 10px;
}

tr.highlight {
    background-color: #53AF31;
    color: #ffffff;
}

.table-striped tbody tr:nth-of-type(2n+1).highlight {
    background-color: #53AF31;
    color: #ffffff;
}

.carta-outage-reaction-input-form {
    width: 100%;
    background-color: transparent;
    height: 0;
    visibility: hidden;
    -webkit-transition: height 0.35s;
    -moz-transition: height 0.35s;
    -o-transition: height 0.35s;
    transition: height 0.35s;
}

.carta-outage-reaction-input-form.active {
    visibility: visible;
    height: 315px;
}

.carta-small-icon-button {
    margin: 0 0 0px 10px;
    padding: 0;
    vertical-align: middle;
    display: inline;
    clear: both;
    float: none;
    background-color: transparent;
    outline: none;
    border: none;
}

    .carta-small-icon-button:focus {
        outline: none;
    }

.carta-small-icon-button-label {
    margin-left: 10px;
}

.carta-outage-reaction {
    display: block;
    margin-bottom: 10px;
}

.carta-outage-reaction-name {
    display: inline-block;
}

.carta-outage-reaction-date-time {
    display: inline-block;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: 100%;
    background-color: transparent;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*html {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: 100%;
}*/

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    background-color: transparent;
    background-size: 100%;
    background-image: url(/img/body-background-bw4.jpg);
    background-position: top 118px left;
    background-repeat: no-repeat;
    /*
    background: rgba(47, 47, 74,1);
    mix-blend-mode: color;
    */
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.outage-pannel-outline {
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #4E1965;
    padding: 5px 10px;
    background-color: #f6f5f7;
}

.outage-pannel-outline h5 {
    margin: .5rem 0;
}

.color-orange {
    color: #fd832a;
}

.border-color-orange {
    border-color: #fd832a;
}

.color-red {
    color: #df3131;
}

.border-color-red {
    border-color: #df3131;
}

.color-green {
    color: #53AF31;
}

.border-color-green {
    border-color: #53AF31;
}

.color-yellow {
    color: yellow;
}

.border-color-yellow {
    border-color: yellow;
}

.border-color-purple {
    border-color: #4E1965;
}

.color-purple {
    color: #4E1965;
}

.color-black {
    color: #212529;
}

.border-color-black {
    border-color: #212529;
}

/* public status page
-------------------------------------------------- */
.server-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.maincontainer {
    display: block;
    position: relative;
    clear: both;
    background-color: transparent;
}

.uptimecontainer {
    min-height: 105px;
    width: 100%;
    margin: 10px 10px 10px 0;
    padding: 10px;
}

.default-container {
    width: 100%;
    margin: 10px 10px 10px 0;
    padding: 10px 10px 10px 5px;
}

.green {
    background-color: #53AF31;
}

.yellow {
    background-color: yellow;
}

.orange {
    background-color: #fd832a;
}

.red {
    background-color: #df3131;
}

.lightgrey {
    background-color: lightgrey;
}

.right-text {
    text-align: right;
}

.center-image {
    vertical-align: middle;
}

.carta-float-left {
    float: left;
}

.carta-float-right {
    float: right;
}

.vertical-align-text {
    margin: auto 10px;
}

.title-line {
    display: block;
    margin: 10px 0 0 0;
    color: black;
}

.status-line {
    display: block;
    margin: 10px 0 0 0;
    color: black;
}

a.no-underline:hover {
    text-decoration: none;
}

.monitor-list {
    clear: both;
}

.status-container {
    float: left;
    display: inline-block;
    width: 20%;
    min-width: 100px;
}

.message-container {
    min-height: 125px;
    display: inline-block;
    width: 80%;
    padding: 20px
}

.message-block {
    display: inline-block;
    /*min-width: 100px;*/
    margin-left: 10px;
}

.reset {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    width: 100%
}

.is-not-visible {
    display: none;
}

.is-visible {
    display: inline-block;
}

.message-line {
    height: auto;
    display: block;
}
/* Server Health
-------------------------------------------------- */

.server-health-list {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.max-size {
    padding: 0;
    margin: 0;
    width: 100%;
    /*max-width: 100%;*/
}

.full-width {
    width: 100%;
}

.no-background-color {
    background-color: transparent;
}

.server-list-item {
    clear: both;
    height: 30px
}

.server-list-item-element {
    padding: 10px;
}

.server-name-block {
    width: 15%;
    float: left;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: black;
}

.server-detail-block {
    width: 85%;
    float: left;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: black;
}

.server-collapse-button {
    float: left;
    padding: 0 10px;
}

.server-name {
}

.server-processor-usage {
    float: left;
    width: 100%;
    text-align: right
}

.server-memory {
    float: left;
    width: 28%;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: black;
}

.server-memory-line {
    clear: both;
}

.server-memory-label {
    float: left;
    width: 29%;
}

.server-memory-value {
    float: left;
    width: 40%;
    text-align: right;
}

.server-memory-percentage {
    float: left;
    width: 31%;
    padding: 0;
    text-align: right;
}

.margin-top-extra {
    margin-top: 24px;
}

.margin-top-extra-fontsize-11px {
    margin-top: 16px;
}

.button-bar {
    margin: 0;
    padding: 0;
    float: left;
}

.server-data-table {
    clear: both;
}

.server-drives {
}

.server-drive {
    width: 49%;
    float: left;
}

.drive-line {
    clear: both;
}

.drive-letter {
    float: left;
    /*    width: 7%;*/
    min-width: 7%;
}

.drive-space-label {
    float: left;
    min-width: 20%;
}

.drive-space-value {
    float: left;
    min-width: 30%;
    text-align: right;
}

.drive-space-percentage {
    float: left;
    min-width: 25%;
    text-align: right;
}

.warning-text {
    color: white;
    background-color: red;
}

.side-menu-button {
    display: block;
    width: 100%;
}

.info-title {
    display: block;
}

.info-label {
    width: 100px;
    display: inline-block;
}

.info-value {
    width: 50px;
    text-align: right;
}

.info-line {
    display: block;
    background-color: transparent;
}

.panel-body {
    height: 400px;
    overflow: auto;
}

.align-right {
    text-align: right;
}

.info-panel {
    position: relative;
    height: 400px;
}

.bottom-button-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin: 0;
    padding: 0;
    height: 100%;
    margin-bottom: 460px;
}*/

.carta-body-image {
    background-size: 100%;
    background-image: url(/img/LWC_6676-1-scaled-e1604486313462.webp);
    background-position: top 118px left;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%); /* For Safari 6.0 to 9.0 */
    filter: grayscale(100%);
}

.footer {
    /*position: absolute;
    bottom: 0;*/
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.server-details-container {
    display: flex;    
    flex-wrap: wrap;
}

.server-details {
    flex: 1 1 100%;
    /*margin-bottom: 5px;*/
    padding: 10px;
}

.monitor-details {
    order: 5;
    background-color: #F3F3F3;
    width: 135px; /* Fixed width to prevent shrinking */
    height: 90px; /* Fixed height */
    overflow: hidden; /* or overflow: scroll; */
    min-width: 135px; /* Prevent shrinking */
    font-size: 10px;
    box-sizing: border-box; /* Ensures padding and border are included in width and height */
    flex: 0 0 auto; /* Prevents shrinking and growing */
    position: relative;
}

.monitor-month-details {
    order: 5;
    background-color: #F3F3F3;
    width: 1650px; /* Fixed width to prevent shrinking */
    height: 450px; /* Fixed height */
    overflow: hidden; /* or overflow: scroll; */
    min-width: 135px; /* Prevent shrinking */
    font-size: 10px;
    box-sizing: border-box; /* Ensures padding and border are included in width and height */
    flex: 0 0 auto; /* Prevents shrinking and growing */
    position: relative;
}

.disk-panel .name {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 10;
    margin: 0 auto;
}

.monitor-details .name {
    position: absolute;
    top: 3px;
    left: 25px;
    display: inline-block;
    font-size: 7px;
    color: #121416;
    z-index: 10;
}

.monitor-details .monitor-uptime {
    position: absolute;
    top: 3px;
    right: 0;
    background-color: transparent;
    width: 12px; /* Set the desired width */
    height: 12px; /* Set the desired height */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.monitor-graph-container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.monitor-details .monitor-uptime .fa {
    font-size: 12px; /* Adjust the font size as needed */
}

.graph-container {
    display: inline-flex; /* Display the containers as inline flex */
}

.server-info-panel {
    order: 1; /* Ensure the CPU panel comes first */
    flex: 0 0 auto; /* Keep existing properties */
    margin: 0px; /* Adjust margin between panels */
    display: flex;
    flex-direction: column; /* Ensure title is above the graph container */
    background-color: transparent;
    font-size: 8px;
    padding-right: 5px;
}

.server-month-info-panel {
    order: 1; /* Ensure the CPU panel comes first */
    flex: 0 0 auto; /* Keep existing properties */
    margin: 0px; /* Adjust margin between panels */
    display: flex;
    flex-direction: column; /* Ensure title is above the graph container */
    background-color: transparent;
    font-size: 8px;
    padding-right: 5px;
    height: 130px;
}

.cpu-panel {
    order: 2; /* Ensure the CPU panel comes first */
    flex: 0 0 auto; /* Keep existing properties */
    margin: 0px; /* Adjust margin between panels */
    display: flex;
    flex-direction: column; /* Ensure title is above the graph container */
    background-color: #dbead7;
}

.memory-panel {
    order: 3; /* Ensure the Memory panel comes second */
    flex: 0 0 auto; /* Keep existing properties */
    display: flex;
    flex-direction: column; /* Ensure title is above the graph container */
    background-color: #d7ccd9;
}

.disks-panel {
    order: 4; /* Ensure the Disks panel comes third */
    flex: 0 0 auto; /* Keep existing properties */
    display: flex;
    background-color: #fff9d6;
}

.monitor-panel {
    order: 5; /* Ensure the Disks panel comes third */
    display: flex;
    flex-wrap: wrap; /* Allows the panels to wrap if they exceed the container width */
    justify-content: flex-start; /* Ensures panels start at the left */
    background-color: transparent;
}

.cpu-panel .info-title,
.memory-panel .info-title,
.disks-panel .info-title {
    margin: 0;
    padding: 0;
    font-size: 8px;
}

.cpu-panel .graph-container,
.memory-panel .graph-container,
.disks-panel .graph-container {
    margin-right: 1px; /* Adjust as needed */
}

.disk-panel {
    position: relative;
    flex: 0 1 auto;
    margin: 0;
    width: 200px; /* Adjust as needed */
    height: 90px; /* Adjust as needed */
    overflow: hidden; /* or overflow: scroll; */
    min-width: 80px; /* Adjust as needed */
    font-size: 10px;
    display: flex;
    align-items: flex-start; /* Ensure children are aligned at the start */
    justify-content: flex-start; /* Ensure children are aligned at the start */
    
    order: 4; /* Ensure the Disks panel comes third */    
    background-color: #fff9d6;
}

.disk-panel .graph-container {
    flex-grow: 1; /* Allow the graph-container to take up remaining space */
    width: 100%; /* Ensure it takes up the full width of the panel */
}

.disk-panels-container {
    display: flex;
    flex-wrap: wrap;
}

.disk-panel h6,
.cpu-panel h6,
.memory-panel h6 {
    margin-bottom: 5px;
}

.cpu-panel > div, .memory-panel > div, .disk-panel > div {
    margin-right: 1px; /* Adjust as needed */
}

.graph-disk-range-short,
.graph-cpu-range-short,
.graph-memory-range-short {
    width: 60px;
    height: 90px;
   /* background-color: antiquewhite;*/
}

.graph-disk-range-medium,
.graph-cpu-range-medium,
.graph-memory-range-medium {
    width: 100px;
    height: 90px;
}

.graph-disk-range-long,
.graph-cpu-range-long,
.graph-memory-range-long {
    width: 200px;
    height: 90px;
}

.server-info-container {   
    font-size: 14px;
    clear: both;
    height: 50px;
}

.info-line-container {
}

.server-info-row {
}

.label-question {
    display: inline-block;
    width: 70px;
}

.value-question {
}

.server-details-container {
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

.panel-container {
    display: flex;
    flex-wrap: wrap; /* Allow panels to wrap if needed */
    margin-bottom: 5px;
}

.server-info-container table {
    border-bottom: 1px solid transparent; /* Add a transparent border to prevent collapsing */
}

.server-info-container {
    background-color: transparent; 
}

.container-full-width 
{
    min-width: 100%;
    padding: 0;
}

.light-grey-background {
    background-color: #d3d3d3;
}

.white-background {
    background-color: #ffffff;
}

.max-content-size {
    margin: 0;
    padding: 0;
}

.max-width {
    width: 100%;
}