/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 =========================================================
 
*/
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none !important;
}

a:focus,
a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    color: #666;
}

.form-control:focus {
    border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #ff0000;
}

.btn-primary {
    color: #3f6588;
    background-color: transparent;
    border-color: #3f6588;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff !important;
    background-color: #3f6588 !important;
    border-color: #3f6588 !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

/* Multi-Server Status */
.multi-server-status {
    padding: 5px 0 5px 0;
    text-align: center;
    background: #000 !important;
    margin: 0 15px !important;
}

.server-status-row {
    width: 170px;
    height: 27px;
    margin: 6px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    color: #e1e1e1;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-size: 100% 100% !important;
}

.server-status-info {
    display: flex;
    align-items: center;
}

.server-name {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    top: -3px;
    /* Ajuste vertical */
    left: 20px;
    /* Ajuste horizontal */
}

.server-online-count {
    display: flex;
    align-items: center;
    color: #ffd800;
}

.server-progress-bar {
    width: 140px;
    height: 4px;
    position: relative;
    top: 7px;
    /* Preserving your adjustment */
    left: -17px;
    /* Preserving your adjustment */
    overflow: hidden;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
}

.progress-fill {
    height: 100%;
    background-size: 140px 4px !important;
    transition: width 0.3s ease;
}

.count-label {
    position: relative;
    top: -3px;
    left: -90px;
    color: white;
}

.count-value {
    position: relative;
    top: -3px;
    left: -80px;
    color: green;
}

/* Total Online */
.server-total-online {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.total-label {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
}

.total-value {
    position: relative;
    top: 0px;
    left: 0px;
    color: #4caf50;
    margin-left: 5px;
}

/* Game Servers Title Header */
.server-status-header {
    background: #000 !important;
    margin: 20px 15px 0 15px !important;
    text-align: center;
}

.banner-server-label {
    position: absolute !important;
    top: calc(50% + 3px) !important;
    left: calc(50% - 30px) !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    font-family: 'balgrufregular', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 10px rgba(252, 143, 73, 0.8) !important;
    pointer-events: none !important;
    width: 100% !important;
    text-align: center !important;
}

/* Footer servers block */
.server-status-footer {
    margin-top: -15px !important; /* Mueve la imagen 10px hacia abajo */
}