/* Add your customizations of the layout styles here */


body {
    background-color: #060509;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: small;
}

td tbody .ui-datatable {
    text-align: center;
}


.ui-widget-content {
    border: 1px solid #000;
    background: #204420;
    color: #fff;
}

.ui-widget-header {
    border: 1px solid #070606;
    border-bottom-color: rgb(7, 6, 6);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #07072f linear-gradient(90deg, rgba(40, 35, 79) 80%, rgba(255, 0, 0, 0) 0%);
    background: #07072f -moz-linear-gradient(top, rgba(40, 35, 79, 0.8), rgba(255, 0, 0, 0));
    background: #07072f -webkit-gradient(linear,left top,left bottom,from(rgba(40, 35, 79, 0.8)),to(rgba(255, 0, 0, 0)));
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    color: white;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget-content a {
    color: #ffffff;
}

.peluka-link {
    background: #1a203b;
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #070606;
    background: #050515 linear-gradient(90deg, rgba(40, 35, 79) 80%, rgba(255, 0, 0, 0) 0%);
    background: #050515 -moz-linear-gradient(top, rgba(40, 35, 79, 0.8), rgba(255, 0, 0, 0));
    background: #050515 -webkit-gradient(linear,left top,left bottom,from(rgba(40, 35, 79, 0.8)),to(rgba(255, 0, 0, 0)));
    color: #fff;
}

.ui-datatable .ui-datatable-header {
    border-bottom: 0 none;
    padding: 30px 10px;
}


.ui-state-default {
    -moz-box-shadow: inset 0 1px 0 #c7c7c7;
    -webkit-box-shadow: inset 0 1px 0 #c7c7c7;
    box-shadow: inset 0 1px 0 #c7c7c7;
}

.ui-state-default .ui-column-title {
    font-weight: normal;
}

.ui-cornel-all {
    color: #fff;
}


.pparty {
    width: 15%;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #5d1f1f;
    text-decoration: none;
}

.ui-menuitem-text {
    color: #ffffff;
    text-shadow: none;
}

.ui-tabs .ui-tabs-nav {
    border: 1px solid #070606;
    border-bottom-color: rgb(7, 6, 6);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #07072f -moz-linear-gradient(top, rgba(40, 35, 79, 0.8), rgba(255, 0, 0, 0));
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    color: #030507;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #110b0b;
    text-shadow: none;
}

.card {
    border-radius: 4px;
    background: #030507;
    padding: 1.25rem;
    border: 0 none;
    /*margin-bottom: 2rem;*/
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    text-align: center;
}

.p-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
}

.p-grid > .p-col,
.p-grid > [class*=p-col] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p-col-12 {
    width: 100%;
    background: black;
}

.p-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0.5rem;
}

.p-col-fixed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0.5rem;
}

.p-col-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.p-col-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.p-col-align-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

h1, h2, h3, h4, h5, p, li, ul {
    color: white;
}

.card ul {
    list-style-position: inside;
    padding-left: 0;
}

.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    color: #070303;
}

#j_idt21{
    width: 660px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem 0;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: #0c0f14;
    border-radius: 8px;
    border: 1px solid #1a1e2a;
    transition: background .2s, border-color .2s;
    text-decoration: none;
    overflow: hidden;
    max-width: 280px;
    box-sizing: border-box;
}

.service-tile:hover {
    background: #151922;
    border-color: #2a3040;
}

.service-tile h5 {
    margin: 0.75rem 0 0.25rem 0;
    font-size: 1rem;
}

.service-version {
    color: #6b7280;
    font-size: 0.8rem;
}

.service-img {
    width: 120px;
    height: 120px;
    max-width: 100%;
    object-fit: contain;
}

.status-offline {
    color: #c0392b;
}

.status-beta {
    color: #d4a017;
}

.status-online {
    color: #27ae60;
}

.h5 {
    font-family: "Lucida Calligraphy", cursive;
}


.plk-0 {
    text-align: justify;
}

.plk-3 {
    /* Esto provoca un salto de linea... */
    white-space: pre;
    /*noinspection CssInvalidPropertyValue*/
    text-wrap: balance;
    text-align: justify;
}
