/** * Skin Advanced
	* Il presente files regola gli stili CSS della homepage
	* @author Blancks
*/

/** * STILI DEI CONTENUTI DEL SITO */
/** * Skin advanced
	* @author Blancks
*/

/*Scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
	background: #333;
    border: 1px solid #161616;
}

::-webkit-scrollbar-thumb {
	background: #4d4d4d;
    border-radius: 1px;
    box-shadow: -1px 1px 1px black;
    border: 1px solid black;
}
::placeholder {
	 color: #e2d8b3;
}

.ui-widget-header {
    border: 3px solid #000 !important;
    background: #181818 !important;
    color: #aeaeae !important;
    font-weight: bold;
    font-family: 'Requiem';
    font-size: 17px;
    letter-spacing: 4px;
	text-align: center;
}

.ui-widget-content {
    border: 1px solid #000 !important;
    background-image: url(../../../imgs/bgsfondo.png) !important;
    background-size: cover !important;
    background-position: center !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 3px !important;
	padding-left:20px !important;
}

.ui-widget button { 
    border: 0px !important;
    background: none !important;
    font-weight: normal;
    color: #aeaeae !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px !important;
    background: none !important;
    font-weight: normal;
    color: #aeaeae !important;
}

.ui-dialog .ui-dialog-titlebar-minimize span {
    margin: 2px !important;
}

/** * Parametri di default nella pagina
*/
body {
    padding: 0;
    margin: 0;
    color: #6a6a6a;
    font-family: Verdana, Sans;
    font-size: 11px;
    height: 100vh;
}

body.transparent_body {
    background-color: transparent;
    background-image: none;
}

div, ul, li {
    margin: 0;
    padding: 0;
}

.blank {
    clear: both;
}

@font-face {
	font-family: Requiem;
 src: url(fonts/Requiem.ttf);
}

a, a:visited {
    color: #6a6a6a;
    text-decoration: none;
}

a:hover {
    color: #aeaeae;
}

div.form_field table {
    margin: 5px auto;
}

input, textarea, select {
    width: 80%;
    margin-bottom: 10px;
}

input[type='submit'] {
	width: auto;
    background: #000000a8;
    color: #aeaeae;
    font-family: 'Requiem';
    /*border: 1px solid grey;*/
    font-size: 16px;
	cursor: pointer;
    border-radius: 5px;
	transition: box-shadow 0.3s ease-in-out;
}

input[type='submit']:hover {
	box-shadow: 0px 0px 3px grey;
}

textarea {
    height: 100px;
}

div.form_label {
    font-size: 13px;
    font-weight: bolder;
    margin-top: 5px;
}

div.form_info {
    font-size: 12px;
    margin-bottom: 15px;
}

div#arch_descr {
	text-align: justify;
    border: 1px solid #4a4a4a;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
	display:none;
}

select.day, select.month, select.year {
    width: 60px;
    display: inline-block;
}

.panels_box_iscrizione {
	text-align: center;
}

/** * Stile dei messaggi d'avviso dell'engine */
/** * Stile dei messaggi d'avviso dell'engine */
div.error, div.warning, div.warning_low,
div.success {
    font-size: 12px;
    text-align: center;
    margin: 15px;
    font-weight: bolder;
    padding: 10px;
}

div.error {
	background-color: #6363633d;
    border: solid 1px #393939;
    border-radius: 10px;
	-moz-border-radius: 10px; /* Bordi arrotondati */
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 10px 1px black;
    color: #9c2828;
}

div.warning {
	background-color: #6363633d;
    border: solid 1px #393939;
    color: #AEAEAE;
    border-radius: 10px;
	-moz-border-radius: 10px; /* Bordi arrotondati */
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 10px 1px black;
}

div.warning_low {
    background-color: #e2e3e5;
    border: solid 1px #d3d6d8;
    color: #41464b;
}

div.success {
    background-color: #d1e7dd;
    border: solid 1px #badbcc;
    color: #0f5132;
}

div.warning.mysql, 
div.error.mysql {
	text-align:left;
	font-weight:normal;
}

div.warning.mysql summary, 
div.error.mysql summary{
	margin-top:1em;
	font-weight:bold;
}

div.link_back {
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(99 99 99 / 39%) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 2px;
}



/** * Titolo del sito
*/
div.titlecontent {
	margin-top: 90px;
}
a.land_title {
	font-family: 'Requiem';
    font-size: 60px;
	color: #6a6a6a;
	text-shadow: -3px 2px 2px black;
}


/** * Sottotitolo
*/
span.subtitle {
    color: #6a6a6a;
	margin-left: 10px;
    font-family: 'Requiem';
    font-size: 18px;
	text-shadow: -3px 2px 2px black;
}

/** * Stili del form di login
*/
div.login_form{

}

input.entra_land {
	background: none;
    border: 0;
    color: #6a6a6a;
    font-family: 'Requiem';
    font-size: 30px;
    margin-left: 20px;
	text-shadow: -3px 2px 2px black;
	cursor: pointer;
}

form#do_login {
	display: flex;
	justify-content: center;
    margin-top: 20px;
}

/** * stile che ingloba i gruppi label/input
*/
div.login_form div {
    margin-bottom: 4px;
}

/** * Stile per le label dei form
*/
span.form_label {
    text-align: left;
    font-family: 'Requiem';
    font-size: 20px;
    margin-right: 20px;
	text-shadow: -3px 2px 2px black;
}

div.login_form input {
    width: 145px;
    margin: 0;
    float: right;
    background: black;
    border: 2px solid black;
    border-radius: 2px;
	-moz-border-radius: 2px; /* Bordi arrotondati */
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #6a6a6a;
}



div.login_form input[type=checkbox]{
	width: auto;
	vertical-align: middle;
}

/** * Stile per il bottone del login
*/
div.login_form input[type='submit'] {
    display: block;
    float: right;
    margin-right: 52px;
    width: 65px;
}

/** * Contenuti principali della pagina
*/
/** * Titoli delle sezioni
*/
div.page_title h2 {
	font-size: 25px;
    font-weight: normal;
    margin-top: 0;
    font-family: 'Requiem';
    background: rgb(0, 0, 0);
	color: #AEAEAE;
	text-align: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(99 99 99 / 39%) 50%, rgba(0, 0, 0, 0) 100%)
}


/** * Men� di navigazione
*/
div.sidecontent ul {
    padding: 10px;
    list-style-type: none;
}

/** * Contenitore delle voci nel men� **/
div.sidecontent ul li {

}

/** * Link voce men� al passaggio del mouse **/
div.sidecontent ul li a, div.sidecontent ul li a:visited {
    text-decoration: none;
    display: block;
    font-size: 35px;
    padding: 2px;
    font-family: 'Requiem';
    background-color: transparent;
	cursor: pointer;
}

/** * Link voce men� al passaggio del mouse
*/
div.sidecontent ul li a:hover {

}


div.filler {
    height: 12px;
    border: 2px solid black;
    border-left: 0px;
    background: repeating-linear-gradient(transparent 0 13%, #ffffff02 0 calc(13% + 1px), transparent 0) 30% 0% / 40% 100%, repeating-linear-gradient(transparent 0 7%, #ffffff03 0 calc(7% + 1px), transparent 0) 70% 0% / 33% 100%, repeating-linear-gradient(transparent 0 11%, #ffffff02 0 calc(11% + 1px), transparent 0) -10% 0% / 35% 100%, repeating-linear-gradient(transparent 0 17%, #ffffff04 0 calc(17% + 1px), transparent 0) 110% 0% / 27% 100%, repeating-linear-gradient(transparent 0 13%, #00000002 0 calc(13% + 1px), transparent 0) 60% -10% / 33% 100%, repeating-linear-gradient(transparent 0 8%, #00000002 0 calc(8% + 1px), transparent 0) 21% 2% / 27% 100%, repeating-linear-gradient(transparent 0 8%, #00000001 0 calc(8% + 1px), transparent 0) 31% 7% / 19% 100%, /* /texture */ /* texture? */ radial-gradient(farthest-side, #00000011, #0000 60%) 20% 50% / 50% 5%, radial-gradient(farthest-side, #ffffff08, #0000 60%) 50% 30% / 50% 7%, /* colors and shadows */ radial-gradient(100% 10% at 60% 3%, #fff1, #0000 50%), radial-gradient(100% 10% at 60% 97%, #fff3, #0000 50%), radial-gradient(150% 10% at 50% 99%, #000000ba, #0000 50%), linear-gradient(#fff1, #fff0 15%, #fff1 85%, #fff3), linear-gradient(#fff2, #fff0 20%, #0000 96%, #0000009c), linear-gradient(90deg, #4f4f4f, #787878 10%, #555555 33%, #7a7a7a 48% 52%, #575757 66% 75%, #444444 90% 95%, #363636);;
}

div.filler_2 {
	height: 12px;
    background-image: url(img/bullon.png);
	background-color: #000000a1;
}

/** Stile generico contenitore per altri contenuti nella sidebar
*/
div.side_modules {
    margin: 10px 0 0 10px;
    background-color: #b9b9b9;
    font-color: #333;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 5px; /* Bordi arrotondati */
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.side_modules .form_label {
    font-size: 10px;
    margin-right: 2px;
}

/** * Tabella statistiche */
table.statistics {
    text-align: right;
    margin-top: 10px;
    font-size: 10px;
}

table.statistics td {
    padding-right: 5px;
}

/** * Stile di colorazione per definire le righe pari */
table.statistics tr.pair {
    background-color: #c9c9c9;
}

/** * Stile per definire il titolo del parametro statistico */
table.statistics td.label {
    font-weight: bolder;
    text-align: left;
    padding: 2px;
}

/** * Recupero password */
div.pass_rec {
    margin-top: 10px;
	text-align: center;
}

div.pass_rec_link a {
	text-decoration: underline;
	font-style: italic;
}

input#passrecovery {
    width: 126px;
}

div.pass_rec input[type='submit'] {
    margin-top: 3px;
}

/** * Footer info */
div#footer div {
    color: #6a6a6a;
    padding: 5px 0 3px 0;
	text-align: justify;
}

div#footer p {
    font-size: 10px;
    margin: 0;
    padding: 0 15px 2px 15px;
    text-align: center;
}

/** * LAYOUT SITO */

/** * Struttura contenitore di tutto il sito 
*/
div#main {
    height: 100%;
    width: 100%;
    text-align: center;
	display:flex;
}

/** * Larghezza della struttura del sito
*/
div#site_width {
    width: 700px;
    background-image: url(img/Parte-Sinistra-Home.png);
    background-position: center;
    height: 100vh;
    background-size: cover;
}


/** * Corpo contenuti della pagina
*/
div#content {
margin: auto;
    margin-top: 0px;
    background-image: url(img/blood_2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 130%;
    width: 50%;
    right: 0;
    height: 100%;
    position: absolute;
}

/** * Struttura colonna di lato
*/
div.sidecontent {
	width: 300px;
    margin: auto;
    margin-top: 60px;
    border: 4px solid transparent;
    -webkit-border-image: url(img/metal_frame.png) 4 4 fill repeat;
    -o-border-image: url(img/metal_frame.png) 4 4 fill repeat;
    border-image: url(img/metal_frame.png) 4 4 fill repeat;
 background-image: url(../../../imgs/bgsfondo.png);
	background-size: 200%;
    background-position: center;
}

/** * Struttura corpo contenuti pagina 
*/
div.content_body {
    width: 620px;
    padding: 10px;
    float: left;
}

/** * pie di pagina
*/
div#footer {
	bottom: 0px;
    position: absolute;
}


/** *** Fine stili regolatori del layout *** */

/**
 * TABELLA
 */

div.elenco_record_gioco {
    padding: 20px;
}

.elenco_gioco {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}

div.elenco_record_gioco table {
    width: 100%;
    background-color: #d1d1d1;
    -moz-border-radius: 5px; /* Bordi arrotondati */
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.elementi_elenco {
    padding-top: 5px;
    text-align: center;
}

div.titoli_elenco,
span.titoli_elenco {
    font-size: 18px;
    font-family: 'Requiem';

}

img.colonna_elenco_messaggi_icon {
    width: 30px;
    height: 30px;
}

div.controlli_elenco {
    width: 60px;
}

div.controllo_elenco {
    width: 20px;
    float: left;
}

div.controllo_elenco input[type='image'] {
    width: 15px;
}


div.elementi_elenco {
    min-height: 20px;
}

div.elementi_elenco {
	font-size: 12px;
    background-color: #1a1a1a;
    text-align: center;
    color: #999999;
    border-bottom: 1px solid grey;
    width: 200px;
    border-radius: 5px;
	margin: auto;
}

div.controllo_elenco input[type='image'] {
    height: 15px;
    width: 15px;
    display: block;
    margin: 2px 5px;
}

div.elementi_elenco a {
    font-weight: bolder;
}

div.elementi_elenco a:hover {
    text-decoration: none;
}

div.disclaimer_iscrizione {
	text-align: justify;
}

/** Pegi **/

.pegi_cont {
	display: flex;
	bottom: 50px;
    position: absolute;
    width: 100%;
	justify-content: center;
}

img.pegi {
	width: 50px;
    height: 50px;
}