/* ========== CURSORES PERSONALIZADOS PARA SMGSVS ========== */

/* Cursor global por defecto */
* {
  cursor: url(../images/cursor_normal.cur), auto !important;
}

/* Cursor tipo link para elementos interactivos */
a,
a *:not(img),
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
label,
select,
textarea,
.navbar a,
.navbar a *,
.navbar i,
.navbar b,
.nav ul li a,
.nav ul li a *,
.fa,
.fa *,
.fa-brands,
.fa-brands *,
.has-dropdown > a,
.has-dropdown > a *,
.bg-danger a,
.bg-danger a b,
.h-home a,
.h-descargas a,
.h-home a b,
.h-descargas a b {
  cursor: url(../images/cursor_normal.cur), auto !important;
}

/* Cursor tipo link en hover */
a:hover,
a:hover *:not(img),
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
label:hover,
select:hover,
textarea:hover,
.navbar a:hover,
.navbar a:hover *,
.navbar i:hover,
.navbar b:hover,
.nav ul li a:hover,
.nav ul li a:hover *,
.fa:hover,
.fa:hover *,
.fa-brands:hover,
.fa-brands:hover *,
.has-dropdown > a:hover,
.bg-danger a:hover,
.bg-danger a:hover b,
.h-home a:hover,
.h-descargas a:hover,
.h-home a:hover b,
.h-descargas a:hover b {
  cursor: url(../images/cursor_link.cur), auto !important;
}

/* Cursor de no permitido para deshabilitados */
.disabled,
a.midisabled,
[disabled] {
  cursor: not-allowed !important;
}

h1 { 
	color: #BD382D;
	font-size: 50px;
	font-weight:bold;
	text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.8);
}

h1 small {
	font-style: italic;
	text-transform: uppercase;
	font-size: 50%;
}

h2 {
	color: #BD382D;
	font-size: 30px;
	font-weight:700;
    /* font-style: normal; */
}

h3 {
	color: #756e5c;
	font-size: 25px;
	font-weight: 700;
}

h2 { text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.8); font-weight:400; text-transform: uppercase; }
h3 { text-shadow: 1px 1px 0px rgba(204, 204, 204, 0.8); }
h3.reglas { font-weight:700; margin-top:50px; }
.reglas-penalizaciones { font-weight: 700; font-size: 18px; margin-top: 20px; }
.reglas-notas strong,
.reglas-notas { color: #D79B5E; font-size: 12px; }

.arg-char-online { border: 3px solid #b1e730; vertical-align: middle; }
.arg-char-offline { border: 3px solid #D0D0D0; vertical-align: middle; }
.arg-char-blocked { border: 3px solid #f24e4d; vertical-align: middle; }

.table > thead > tr > th { font-weight: 700; text-transform: uppercase; color: #269ABC; }

a.midisabled{
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: no-drop;
}

.disabled {
	cursor: no-drop;
}

.topbar{
	position: absolute;
	visibility: hidden;
	font-size: 10px;
}
.topbar a {
	text-decoration: none;
	color: #4a4a4a;
}
.topbar nav{
	width: 320px;
	background-color: transparent;
	border: 0px;
}

.pjsonline {
	color: #3d8b3d;
	font-size: 25px;
	font-style: normal;
}

.fecha{
	background-repeat: no-repeat; 
	background-position: top left;
	width:40px; 
	height:39px; 
	padding-top:13px; 
	padding-left:11px; 
	font-weight: 700; 
	float:left;
	margin-right:20px;
}

.tips-ayudas-color {
	margin-top: 0px;
	color: #31708F;
	text-transform: uppercase;
}

/* Inicio Modulo WEBSHOP */

.shop_credits_item{
font-weight: 700;
font-size:15px;
}
	
.shop_class_requirement{
font-size: 13px;
font-style: italic;
margin-top: 10px;
padding: 8px;
color: #777777;
}	

.shop_credits_disabled {
font-size: 13px;
padding-left: 10px;
color: #bbbbbb;
}
	
.shop_credits_enabled {
font-size: 13px;
padding-left: 10px;
color: #ff0000;
}

.shop_ancient{
font-size:14px;
font-weight: 700;
background: blue;
color: #ffffff;
padding: 5px 50px;	
}

/* Fin Modulo WEBSHOP */

.huge {
    font-size: 30px;
}
.huge25 {
    font-size: 25px;
}
.huge20 {
    font-size: 20px;
}

.bg-argpaleta1 {
  background-color: #E4AAAE;
  border: 1px solid #DE959A;
}

.bg-argpaleta2 {
  background-color: #EFDDA9;
  border: 1px solid #EBD593;
}

.bg-argpaleta3 {
  background-color: #D4DAA4;
  border: 1px solid #C9D18E;
}

.bg-argpaleta4 {
  background-color: #B3CDBB;
  border: 1px solid #A0C0AB;
}

.bg-argpaleta4 h3 {
	font-weight: bold;
	color: #39734a;
}

.bg-argpaleta5 {
  background-color: #ADAFB9;
  border: 1px solid #989BA7;
}

.bg-argpaleta5 h3{
	color: #2a3046;
}

.bg-argpaleta6 {
	background-color: #FFF1A0;
	border: 1px solid #fce439;
}

.bg-argpaleta7 {
	background-color: #242629;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.bg-argpaleta7 p{
	color: #EEEEEE;
}

.bg-argpaleta8 {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #31708F;
}

.bg-argpaleta8 h3 {
	color: #31708F;
}

.bg-argpaleta9 {
	background-color: #5CB85C;
	border: 1px solid #4D9B4D;
	color: #FFFFFF;
}

.bg-argpaleta10 {
	background-color: #DC4E4F;
	border: 1px solid #D7383A;
	color: #FFFFFF;
}

.btn-download{
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9) !important;
	text-align: center;
	height: 120px;
	background: url(../images/button-download.jpg) no-repeat !important;
  background-size: 100% auto !important;
  padding-top: 40px;
}
.btn-outline-danger{
  border: 1px solid #D30B0B !important;
}
.btn-outline-success{
   border: 1px solid #2CD30B !important;
}
.btn-register{
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.9) !important;
	text-align: center;
	height: 120px;
	background: url(../images/button-register.jpg) no-repeat !important;
	background-size: 100% auto !important;
	padding-top: 40px;
}

.btn-download:hover, .btn-register:hover{
	-webkit-filter: brightness(120%);
  	filter: brightness(120%);
}

/* ORIGINAL */
/*.resetmain {
    color: #fff;
    font-size: 12px;
    background-color: #333540;
    line-height: 30px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}
.resetsubmain {
	color:#000;
 	border: none;
    border-collapse: collapse;
    font-size: 12px;
    background-color: rgba(255,255,255,1.0);
    line-height: 30px;
}*/
/* ORIGINAL FIN */

/* MODIFICADO POR SMGSGVS */
.resetmain {
    color: #fff;
    font-size: 12px;
    background-color: #404040;
    line-height: 30px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}
.resetsubmain {
	color:#000;
 	border: none;
    border-collapse: collapse;
    font-size: 12px;
    background-color: rgb(32,32,32);
    line-height: 30px;
}
/* FIN */

.label{
	border: none;
	border-radius: 3px;
	padding: 3px 5px;
	text-align: center;
	
	text-transform: uppercase;
  	color: #fff;
  	text-decoration: none !important;
}

.label.label-danger{
	background-color: rgb(211, 11, 11);
}

.label.label-primary{
	background-color: rgb(11, 138, 211);
}
.red,.grey,.btn-fix{
	border: none;
	border-radius: 4px;
  font-weight: bold;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
  padding: 0px 14px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.7);
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
}
.btn{
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 12px 20px -9px rgba(0, 0, 0, 0.7);
}
.link-cur{
  cursor: pointer;
}
.btn-success{
  background: url(../images/button/button-success.jpg) left bottom repeat-x;
  background-size: auto 100%;
}
.btn-warning{
  background: url(../images/button/button-warning.jpg) left bottom repeat-x;
  background-size: auto 100%;
}
.btn-fix,.btn-primary,btn-default{
  background: url(../images/button/button-primary.jpg) left bottom repeat-x;
  background-size: auto 100%;
}

.red,.btn-danger{
  background: url(../images/button/button-danger.jpg) left bottom repeat-x;
  background-size: auto 100%;
}
.grey{
  background: url(../images/button/button-grey.jpg)left bottom repeat-x;
  background-size: auto 100%;
}
.red:hover,.grey:hover,.btn-primary:hover,.btn-danger:hover,.btn-warning:hover,.btn-success:hover{
	-webkit-filter: brightness(120%);
  	filter: brightness(120%);
}
/* ORIGINAL */
/*
.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
 .panel-body{padding:15px}
 .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
 .panel-heading>.dropdown .dropdown-toggle{color:inherit}
 .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
 .panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
 .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
 
.panel-default{border-color:#ddd}
 .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
 .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
 .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}
 .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
 .panel-primary{border-color:#337ab7}
 .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}
 .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}
 .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}
 .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}
 .panel-success{border-color:#d6e9c6}
 .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
 .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
 .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
 .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}
 .panel-info{border-color:#bce8f1}
 .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
 .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
 .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
 .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}
 .panel-warning{border-color:#faebcc}
 .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
 .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
 .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
 .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}
 .panel-danger{border-color:#ebccd1}
 .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
 .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
 .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}
 .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
*/
/* ORIGINAL FIN */

/* MODIFICADO POR SMGSVS */
.panel{margin-bottom:20px;background-color:#202020;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
 .panel-body{padding:15px}
 .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
 .panel-heading>.dropdown .dropdown-toggle{color:inherit}
 .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
 .panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
 .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
 
.panel-default{border-color:#ddd}
 .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
 .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
 .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}
 .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
/**/
 .panel-primary{border-color:#C68946}
 .panel-primary>.panel-heading{color:#fff;background-color:#C68946;border-color:#C68946}
 .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#C68946}
 .panel-primary>.panel-heading .badge{color:#C68946;background-color:#fff}
 .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#C68946}
/**/
 .panel-success{border-color:#d6e9c6}
 .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
 .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
 .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
 .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}

 .panel-info{border-color:#bce8f1}
 .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
 .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
 .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
 .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}

 .panel-warning{border-color:#faebcc}
 .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
 .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
 .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
 .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}

 .panel-danger{border-color:#ebccd1}
 .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
 .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
 .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}
 .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
/* MODIFICADO FIN */

.panel-heading{
	margin:0px;
}

/* NUEVO BOTON AZUL NOTICIAS */
.news-category-1{

  list-style: none;
  background-size: auto 100%;
  background-color: #0F416B;
  color: #fff;
  width: 100px;
  text-align: left;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 15px;
}


/*.news-category-1{

  list-style: none;
  background: url(../images/button/button-primary.jpg) bottom left repeat-x;
  background-size: auto 100%;
  background-color: #344D8A;
  color: #fff;
  width: 90px;
  text-align: left;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 15px;
}*/

.news-category-2{
  list-style: none;
  background: url(../images/button/button-warning.jpg) bottom left repeat-x;
  background-size: auto 100%;
  background-color: #F7ED1F;
  color: #fff;
  width: 90px;
  text-align: left;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 15px;
}

.news-category-3{
  list-style: none;
  background: url(../images/button/button-danger.jpg) bottom left repeat-x;
  background-size: auto 100%;
  background-color: #E5281F;
  color: #fff;
  width: 90px;
  text-align: left;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 15px;
}

.news-category-4{
  list-style: none;
  background: url(../images/button/button-success.jpg) bottom left repeat-x;
  background-size: auto 100%;
  background-color: #E5281F;
  color: #fff;
  width: 90px;
  text-align: left;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px;
  padding-left: 15px;
}

.card{
	background: url(../images/TEXTSANMIGUEL.png) center top no-repeat;
}
.total{
  width: 20px;
  height: 20px;
  padding-top: 5px;
  margin-right: 10px;
}
/*.total.cuentas{
  background: url(../images/ico/atk1.png) center center;
  background-size: cover;
}
.total.personajes{
  background: url(../images/ico/atk2.png) center center;
  background-size: cover;
}
.total.gremios{
  background: url(../images/ico/atk3.png) center center;
  background-size: cover;
}
.total.Usuarios{
  background: url(../images/ico/atk4.png) center center;
  background-size: cover;
}
.total.exp{
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: url(../images/ico/exp.png) center center;
  background-size: cover;
}
.total.drop{
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: url(../images/ico/drop.png) center center;
  background-size: cover;
}
.total.mexp{
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: url(../images/ico/mexp.png) center center;
  background-size: cover;
}
.total.info{
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: url(../images/ico/info.png) center center;
  background-size: cover;
}*/

.nav-sidebar-left{
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: 15px;
  left: 0;
  background: url(../images/nav-left.png);
}

.nav-sidebar-right{
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-right: 15px;
  right: 0;
  background: url(../images/nav-right.png) center right;
}

/* ORIGINAL */
/*
.search-block {
  margin: 0 auto;
  width: 290px;
  padding: 12px 0px;
  position: relative;
}
.search-block input {
  width: 100%;
  background: #151214;
  border: none;
  border-radius: 4px;
  color: #5e5359;
  font-size: 14px;
  padding: 10px 15px;

}
.search-block button {
  background: url(../images/search-icon.png) center center no-repeat;
  height: 35px;
  width: 35px;
  display: block;
  border: none;
  position: absolute;
  border-left: 1px solid gray;
  right: 5px;
  top: 15px;
  opacity: 0.2;
}
.search-block button:hover {
  opacity: 0.5;
}*/
/* FIN ORIGINAL */

/* MODIFICADO SMGSVS */
.search-block {
  margin: 0 auto;
  width: 290px;
  padding: 12px 0px;
  position: relative;
}
.search-block input {
  width: 100%;
  background: #fff; /* COLOR DE LA BARRA BUSCQUEDA */
  border: none;
  border-radius: 4px;
  color: #111111; /* COLOR LETRA DE BARRA DE BUSQUEDA */
  font-size: 14px;
  padding: 10px 15px;

}
.search-block button {
  background: url(../images/search-icon-black.png) center center no-repeat;
  height: 35px;
  width: 35px;
  display: block;
  border: none;
  position: absolute;
  border-left: 1px solid gray;
  right: 5px;
  top: 15px;
}
.search-block button:hover {
  opacity: 0.5;
}
/* FIN MODIFICADO SMGSVS */

.nav ul li > ul li:hover{
  background: url(../images/li.png) left center no-repeat;
}

.nav ul li > ul li:activate{
  background: url(../images/li.png) left center no-repeat;
}
/*LOGO*/
.hero-block{
  position: fixed;
  /*bottom: 50px;*/
  left: -0px;
  top: -50px;
}
/*LOGO*/
.social {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  right: 0; /* Establecemos la barra en la izquierda */
  top: 300px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 9999; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
  .social ul {
    list-style: none;
  }
 
  .social ul li a {
    font-size: 20px;
    display: inline-block;
    color:#fff;
    background: #000;
    width: 50px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }
 
  .social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .icon-twitter {background: #00abf0;}
  .social ul li .icon-youtube {background: #D30000;}
  .social ul li .icon-mail {background: #666666;}
 
  .social ul li a:hover {
    font-size: 30px;
    width: 100px;
    padding: 20px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }

/*NUEVO BOTON DE WHATSAPP FLOTANTE*/
.float{
	position: fixed;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	bottom: 24px;
	right: 24px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 999;
}
.fa-whatsapp{
	font-size: 60px;
}
.float:hover{
	background-color: #28e76e
}
/*NUEVO BOTON DE WHATSAPP FLOTANTE*/

/*RELOG*/
.ServerClock {
    /*background:  url(http://forum.ragezone.com/images/backround6.gif);*/
    padding: 0px;
    position: absolute;
    font-size: 15px;
    /*clor: white*/
    color: #D8D8D8;
    border-radius: 5px;
    margin-top: -60px; /* POSICION DE RELOG ARRIBA (-) Y ABAJO (+) */
    font-weight: bold;
    text-shadow: 1px 1px 3px #000000; /*NUEVO 2024-1*/
    /*text-shadow: 1px 1px 3px #5cfff1; /*NUEVO 2024-2*/
    /*text-shadow: 2px 0px 11px #5cfff1;*/ /*ORIGINAL*/
    /*text-shadow: 3px 3px 3px #111111;*/ /*BLANCO SOLO*/
   
}

.ServerClock .LocalTime {
    margin-top: 10px;
}

.ServerClock p span {
    color: white;
}
/*RELOG*/

/* BARRA DE CONECCION */
.sidebar-title {
    padding: 0px;
    position: absolute;
    font-size: 15px;
    /*color: white;*/
    color: #D8D8D8;
    border-radius: 5px;
    margin-top: 0px; /* POSICION + (DOWN) ; - (UP) */
    font-weight: bold;
    text-shadow: 1px 1px 3px #000000; /*NUEVO 2024-1*/
    /*text-shadow: 1px 1px 3px #5cfff1; /*NUEVO 2024-2*/
    /*text-shadow: 2px 0px 11px #5cfff1;*/
    /*text-shadow: 3px 3px 3px #111111;*/
}

.server {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-info {
    width: 275px;
}

.status-info-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 3px;

    text-shadow: 2px 0px 11px #40900D;
}

.status-info-name b {
    line-height: 30px;
    font-weight: bold;
    color: #40900D; /* COLOR DE LETRAS - LINEA DE CONECCION (VERDE STANDARD) */
    text-shadow: 2px 0px 11px #40900D;
}

.status-info-progress {
	height: 9px; /* ANCHO DE BARRA */
    width: 295px; /* LARGO DE BARRA */
    background: #202020; /* COLOR DE LA BARRA (NEGRO STANDARD) */
    padding: 3px;
    box-sizing: border-box;
 
    text-shadow: 2px 0px 10px #40900D;
}

.status-info-progress span {
    height: 3px;
    /*background: #b82323;*/
	background: #58c526; /* COLOR DE LINEA DE CONECCION (VERDE STANDARD) */
    display: block;
    box-shadow: 0px 0px 5px 1px rgba(248, 127, 127, 0.2);
}

.status-info-description a {
    color: #5e5359;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.status-info-description a:hover .status-info-description-block {
    opacity: 1;
    visibility: visible;
}

.status-info-description-block {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -30px;
    z-index: 2;
    background: #1e1b1f;
    padding: 15px;
    width: 200px;
    transition: 0.4s;
}
/* BARRA DE CONECCION */

.big-light {
  position: absolute;
  background: url(../images/big-light.png) no-repeat;
  z-index: 0;
  width: 355px;
  height: 364px;
  left: -123px;
  bottom: -145px;
  animation-name: big-light;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes big-light {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(380deg);
  }
}
.small-light {
  position: absolute;
  background: url(../images/small-light.png) center no-repeat;
  width: 465px;
  height: 163px;
  left: 7px;
  bottom: 21px;
  animation-name: small-light;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes small-light {
  0% {
    transform: scale(0.1);
  }
  20% {
    transform: scale(0.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.1);
  }
}
.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
.sparks-1 {
  background-image: url(../images/sparks-1.png);
  width: 117px;
  height: 136px;
  right: 377px;
  bottom: 29px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.sparks-2 {
  background-image: url(../images/sparks-2.png);
  width: 219px;
  height: 176px;
  right: 350px;
  bottom: 46px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}
.sparks-3 {
  background-image: url(../images/sparks-3.png);
  width: 438px;
  height: 281px;
  right: 277px;
  bottom: 39px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes sparks-1 {
  0% {
    right: 380px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 390px;
    bottom: 40px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 400px;
    bottom: 50px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 410px;
    bottom: 60px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 360px;
    bottom: 50px;
    opacity: 0;
  }
  33% {
    right: 370px;
    bottom: 60px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 380px;
    bottom: 80px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 390px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 300px;
    bottom: 50px;
    opacity: 0;
  }
  33% {
    right: 320px;
    bottom: 80px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 340px;
    bottom: 100px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 360px;
    bottom: 120px;
    opacity: 0;
    transform: scale(1.1);
  }
}