@charset "utf-8";
@import url("site/loadbox.css");

#srvlistbox{
    float: left;
    width: 990px;
    margin: 0 0 10px 100px;
}
.servart{
    width: 98%;
    margin-top: 28px;
    padding: 5px 0;
    text-align: center;
    background: #717871;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffc107;
    font-size: 16px;
    text-shadow: 
        /* Umrandung (Outline): 4 Schatten, um den Text von allen Seiten zu umrahmen */
        1px 1px 0px #0c0c0c,    /* Unten rechts */
        -1px 1px 0px #0c0c0c,   /* Unten links */
        1px -1px 0px #0c0c0c,   /* Oben rechts */
        -1px -1px 0px #0c0c0c,  /* Oben links */
        
        /* Schlagschatten (Drop Shadow): Größerer Versatz, Weichzeichnungsradius */
        4px 4px 6px #000;
}
.sanext{ margin-top: 40px !important; }
.server-grid{
    overflow: hidden;
    min-height: 20px;
    min-height: 20px;
}
.rotatbox{
    clear: both;
    width: 93.6%;
    margin-top: 10px;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* #################################### */
.srvlist{
    position: relative;
    float: left;
    width: 205px;
    margin:  20px 20px 0 0;
}
.srvlistnr{ font-size: 12px; }
.srvakt{
    height: 365px;
} 
.srvinakt{
    height: 295px;   
}
#srvinf{
    width: 250px;
    height: 272px;
}
#srvinf, .srvlist{
    padding: 10px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #771C17;
}
#srvinf legend, .srvlist legend{
    margin: 0 10px;
    padding: 0 5px;
    font-weight: bold;
    color: #fde993;
    background: #4a403f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #4a403f;
    -moz-box-shadow: 0 0 10px #4a403f;
    -webkit-box-shadow: 0 0 10px #4a403f;
}
.srvwhat{
    width: 95.6%;
    margin: 20px 0 0 0;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #771C17;
}
.srvwhat legend{
    margin: 0 10px;
    padding: 0 5px;
    font-weight: bold;
    color: #fde993;
    background: #4a403f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #4a403f;
    -moz-box-shadow: 0 0 10px #4a403f;
    -webkit-box-shadow: 0 0 10px #4a403f;
}
.srvlist img{
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto 5px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* Select */
.select {
    /* Layout und Positionierung */
    display: block;
    width: 70px;
    margin: 10px auto 0 auto;
    text-align: center;
    cursor: pointer;
    
    /* Optik (Standard: Orange) */
    text-decoration: none;
    background-color: #FFC107; /* Helles, warmes Orange */
    color: #333;               /* Dunkle Schriftfarbe (besserer Kontrast auf hellem Orange) */
    border: solid 1px #FFB300;  /* Passender, leicht dunklerer Rahmen */
    padding: 2px 0 1px 0;
    
    /* Sanfte Übergänge für Animationen */
    transition: background-color 0.3s ease, 
                color 0.3s ease, 
                border-radius 0.3s ease,
                box-shadow 0.3s ease; /* Übergang auch für den Schatten */

    border-radius: 5px;
}

/* ️ Der Hover-Effekt: Dunkler werden */
.select:hover {
    background: #FFA000;       /* Satteres, dunkleres Orange */
    color: #333;               /* Schriftfarbe bleibt dunkel */
    border-color: #E68A00;     /* Rahmenfarbe noch etwas dunkler */
    border-radius: 5px; 
    
    /* Leichter Schatten, der den Button hervorhebt */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

/* ️ Effekt beim Klicken (Active State) */
.select:active {
    background: #E68A00;       /* Die dunkle Farbe wird sofort angewendet */
    transform: translateY(1px); /* Button sinkt leicht ein */
    box-shadow: none;           /* Schatten verschwindet beim Klicken */
}

/* Abstand zwischen Icon und Text */
.select i.fa-arrow-left {
    margin-right: 5px;
}
/* ARK -> ASA BOX */
#servinfobox{
    position: relative;
    float: left;
    width: 252px;
    margin: 30px 0 0 30px;
}
.mapbox{
    position: relative;
    margin-bottom: 20px;
}
.mapbox li{ list-style-type: none; }
.mapname{
    overflow: hidden;
    width: 247px;
    padding: 3px 0 2px 3px;
    font-weight: bolder;
    background: #9f5ef2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.countbox{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    background: #cccccc;
    border-radius: 50%;
    font-size: 15px;
}
.thename{
    display: block;
    float: left;
}
.mapnamenr{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 12.5px;
}
.uptime{
    position: absolute;
    top: 2px;
    right: 22px;
    font-size: 12px;
}
.serart{ color: #fe4e00; }
.liserart{ color: #fde993; }
.theplayer{
    width: 240px;
    margin: 3px 0;
    padding: 3px 5px 1px 5px;
    font-size: 14px;
    background: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#srvinfoload{
    width: 150px;
    margin: 20px auto;
    padding: 3px 10px 4px;
    text-align: center;
    background: #fde993;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px #4a403f;
    -moz-box-shadow: 0 0 10px #4a403f;
    -webkit-box-shadow: 0 0 10px #4a403f;
}
#srvinfoimg{
    display: block;
    margin: 10px auto 40px auto;
}
#srvinfotime p{
    margin-bottom: 30px;
    text-align: center;
}
.laslo{ margin-bottom: 5px !important; }
#reloadbox{
    position: absolute;
    bottom: 10px;
    left: 101px;
    z-index: 100;
}
#reloadButton{
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    /* Layout und Positionierung */
    width: 70px;
    margin: 10px auto 0 auto;
    text-align: center;
    cursor: pointer;
    
    /* Optik (Standard: Orange) */
    text-decoration: none;
    background-color: #FFC107; /* Helles, warmes Orange */
    color: #333;               /* Dunkle Schriftfarbe (besserer Kontrast auf hellem Orange) */
    border: solid 1px #FFB300;  /* Passender, leicht dunklerer Rahmen */
    padding: 2px 0 1px 0;
    
    /* Sanfte Übergänge für Animationen */
    transition: background-color 0.3s ease, 
                color 0.3s ease, 
                border-radius 0.3s ease,
                box-shadow 0.3s ease; /* Übergang auch für den Schatten */

    border-radius: 5px;
}

/* ️ Der Hover-Effekt: Dunkler werden */
#reloadButton:hover {
    background: #FFA000;       /* Satteres, dunkleres Orange */
    color: #333;               /* Schriftfarbe bleibt dunkel */
    border-color: #E68A00;     /* Rahmenfarbe noch etwas dunkler */
    border-radius: 5px; 
    
    /* Leichter Schatten, der den Button hervorhebt */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.flex-center-container{
    position: absolute;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    bottom: 0px;
    left: 11px;
}
.spinner{
    width: 20px;
    height: 20px;
    margin-left: 12px;
    border: 4px solid #0c0c0c;
    border-left-color: #FFC107; /* Farbe des sichtbaren Teils */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* 1 Sekunde für eine Umdrehung */
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* ###################################### */
/* SWITCH */
.switchdisc{ text-align: center; }
.hr{ margin: 10px 0; }
/* RED // GREEN ICONS */
/* Basis-Einstellungen für beide Icons */
.my-icon-green, .my-icon-red{
    display: block;
    float: right;
    /* Größe des Icons anpassen */
    font-size: 10px; 
    /* Optionale Abstände zwischen den Icons */
    margin: 2px 5px 0 0;
}
/* 1. Nur das grüne Icon */
.my-icon-green { color: #4caf50; }
/* 2. Nur das rote Icon */
.my-icon-red{ color: red; }
.countgreen{ color: #2c5032; }
.countred{ color: red; }
/* ALL */
.clear{ clear: both; }