/****************************************************************************/
/* STILE DELLA SCHEDA DEL PERSONAGGIO */

/* HELP: Da qui è possibile modificare:
- I font ed i colori della scheda del personaggio
- Le dimensioni, l'aspetto e la posizione degli elementi della scheda
- Lo sfondo della scheda */

/* Massima larghezza equip per mostrare il box */
@media screen and (max-width: 400px) {
    div.container_equip {
        display: none;
    }
}

button.but_roles {
	font-family: Atteron;
    border: 0;
    font-size: 14px;
    width: 115px;
    color: #D7CEB2;
    height: 24.7px;
    outline: none;
    padding: 2px;
    border-radius: 0;
    box-shadow: 0px 1px 5px black;
    background: url(imgs/nav_button.png) no-repeat;
}

/*Div esterno delle barre mana-salute-vigore*/
div.esterno_barra{
	background: url(imgs/barra_border.png) no-repeat;
	height: 18px;
    width: 122px;
    margin: 5px;
    margin-bottom: 0;
		text-align:center;
	color: #D7CEB2;
}

div.navbars{
   margin-top: 1.5vh;
	width: 9vw;
	position:relative;
}
	
/*Div interno delle barre mana-salute-vigore*/
div.barra_progressi_vita{
    height: 21px;
    background: url(imgs/barra_vita2.png) no-repeat;
	z-index: 9995;
}

div.barra_progressi_mana{
    height: 21px;
    background: url(imgs/barra_mana2.png) no-repeat;
	z-index: 9995;
}

div.barra_progressi_vigore{
    height: 21px;
    background: url(imgs/barra_vigore2.png) no-repeat;
	z-index: 9995;
}

.main_stats_box{
	color: #D7CEB2;
	margin:10px;
	padding:10px;
	padding-top: 3px;
	border-top: 0.3vw double;
    border-left: 0.3vw double;
    border: 4px solid transparent;
    border-image-slice: 8 8 8 8;
    border-image-width: 4px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/frame_dark.png);
	background: url(imgs/pattern_dark.jpg) repeat;
	margin-top: 15px;
	padding-bottom:2px;
}

.points_bar{
	display: flex;
	justify-content: center;
}

.stats_container {
	display: flex;
	justify-content: center;
}

.stats_column {
	width: 50%;
}

.stat_line {
	font-size: 12px;
    /* border-bottom: 1px solid #000000; */
    background: #0000004d;
    /* padding: 2px; */
    border-radius: 5px;
    /* border-top: 1px solid #414141; */
    font-family: 'Balgruf';
	margin: 2px;
}

.hidden_stats{
	display: flex;
	justify-content: center;
	background: url(imgs/pattern_dark.jpg) repeat;
	color: #D7CEB2;
	border-top: 0.3vw double;
    border-left: 0.3vw double;
    border: 4px solid transparent;
    border-image-slice: 8 8 8 8;
    border-image-width: 4px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/frame_dark.png);
}

.appr_ico {
	float: left;
    margin-left: 10px;
    background: #a19983;
    width: 30px;
    height: 30px; 
    border-radius: 30px;
}


.name_list {
	display: flex;
    justify-content: center;
    background-image: url(imgs/outputbg1.png);
    box-shadow: 0px 1px 3px black;
    border: 2px solid #3e3c36;
    padding: 3px;
    font-size: 13px;
	width: 100%;
    flex-wrap: wrap;
}

.class_ico {
	margin: 5px;
	font-family: 'Orator std';
}

.class_list {
	display: flex;
    margin: 10px;
}

.focus_list {
    margin: 10px;
}

.class_title, .origin_title, .focus_title {
	width: 200px;
    height: 22px;
    font-family: 'Atteron';
    color: rgb(215, 206, 178);
    letter-spacing: 2px;
    margin: -11px auto auto;
    background: url(imgs/top_frame.png) 0% 0% / contain no-repeat;
    padding: 4px;
    font-size: 13px;	
}

.class_show, .origin_show, .focus_show, .char_table, .equip_show {
	margin: 5px;
    background: url(imgs/pattern_dark.jpg) top left repeat;
    border: 3px solid black;
}

.equip_show {
	display: flex;
	justify-content: center;
	padding: 5px;
	flex-wrap: wrap;
}

.char_table {
	text-align: center;
	color: #D7CEB2;
	display: flex;
    flex-direction: column;
	font-size: 12px;
}

.char_tot_line {
    background: linear-gradient(90deg, rgba(76, 74, 69, 0) 0%, #2e6f7973 40%, #2e6f7973 60%, rgba(76, 74, 69, 0) 100%);
}

.class_bar, .origin_bar {
	display: flex;
}

select.char-select {
		text-align: center;
}

img.class_image {
    width: 300px;
    height: 300px;
    margin: 3px;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
}

.class_content, .origin_content {
    text-align: justify;
    padding: 7px;
    line-height: 1.5;
    overflow: auto;
    font-size: 12px;	
}
.class_content {
    height: 290px;
}

.focus_content {
	    text-align: justify;
    padding: 7px;
    line-height: 1.5;
    overflow: auto;
    font-size: 12px;
}

div.pagina_scheda {
    margin-left: auto;
    margin-right: auto;
}

div.pagina_scheda div.pagebody {
}

div.pagina_scheda a {
    /*font-weight: normal;*/
}

div.pagina_scheda div.form_info {
    font-style: italic;
}

div.pagina_scheda_modifica {
	text-align: center;
}

/*Titoli dei box*/

div.titolo_box {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Atteron';
    font-size: 16px;
    background: #00000070;
    color: #c5bea6;
}

div.titolo_descr {
	text-align: center;
    text-transform: uppercase;
    display: flex;
    margin-top: -30px;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.tit_sheet_l{
	width:110px;
	height:53px;
    background: url(imgs/titolo_sx.png) no-repeat;
}

.tit_sheet_r{
	width:110px;
	height:53px;
    background: url(imgs/titolo_dx.png) no-repeat;
}

.tit_sheet_mid {
height:53px;
    background: url(imgs/titolo_bg_mid.png);
	flex-grow: 2;
}

.sheet_left {
    
}

.sheet_right {
	width: 40vw;
    display: flex;
    flex-direction: column;
	margin-left: 5px;
}

.sheet_bgtit{
	margin-top:10px;
	font-size: 16px;
	font-family: 'KingC';
    color: #D7CEB2;
}

img.scheda_separatore {
	width: 7px;
    height: 7px;
}


/*Box nome,ritratto,iscritto da, ultimo ingresso, scrivi a*/
div.ritratto {
    font-size: 12px;
    text-align: center;
   margin-left: 10px;
}

/*Nome PG*/
div.ritratto div.ritratto_nome {
    /*margin: 5px 0 0 0;*/
    font-size: 14px;
    font-weight: bold;
}

/*Immagine*/
div.ritratto div.ritratto_avatar {
    overflow: hidden;
    border: 3px solid #181818;
	width: 400px;
    height: 400px;
}

div.ritratto_avatar img {
    max-width: 400px;
    max-height: 400px;
}

/*Link invia messaggio*/
a.link_invia_messaggio {
	color: #D7CEB2;
    font-size: 1vw;
}

div.ritratto div.ritratto_invia_messaggio {
    margin: 5px 0 0 0;
}

/*Box punteggi, razza, gilda, ruolo off*/
div.profilo {
	font-size: 13px;
    width: 445px;
    padding: 0.5vw;
    padding-top: 0.2vw;
    margin-top: -10px;
    height: 525px; 
    z-index: 99;
    border: 4px solid transparent;
    border-image-slice: 8 8 8 8;
    border-image-width: 4px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/frame_dark.png);
    background: #1e1e1eb0;
}

div.voce_list{
	width: 48%;
	margin-top: 0.3vw;
}

div.attr_line {
	color: #2d3338;
}

div.profilo_voce {
	text-align: justify;
    clear: both;
    height: 20px;
}

/*Nome campo*/
div.profilo_voce div.profilo_voce_label {
	float: left;
    margin-left: 5px;
    font-family: Orator std;
    width: 9vw;
    text-align: center;
	background: rgb(147,168,172);
	background: linear-gradient(90deg, rgba(147,168,172,0) 0%, rgba(165,158,140,1) 35%, rgba(165,158,140,1) 65%, rgba(76,87,96,0) 100%);
}

/*Valore campo*/
div.profilo_voce div.profilo_voce_valore {
	text-align: right;
}

/*Icone gilda*/
img.profilo_img_gilda {
    height: 15px;
    width: 15px;
}

/*Box status*/
div.profilo_status {
    background: #b2aa93;
    width: auto;
    border: 3px solid #181818;
	margin-top: 7px;
}

div.profilo_status_label {
	text-align: center;
    font-size: 10px;
    height: 15px;
    padding-top: 3px;
    margin-top: -10px;
    margin-left: -10px;
    background: url(imgs/sfondo_titolo_status.png) center no-repeat;
    z-index: 200;
    position: relative;
    color: #D7CEB2;
    font-family: 'Atteron';
    font-weight: bold;
    letter-spacing: 1px;
    background-size: contain;
}

div.profilo_status_valore{
	height: 63px;
    background: #b3ab94;
    padding: 0.3vw;
}

div.iscritto_da {
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f79 40%, #2e6f79 60%, rgba(76,74,69,0) 100%);
    color: #D7CEB2;
    text-align: center;
	font-size: 11px;
	margin-top:2px;
}

/*Casella PF nei controlli master*/
div.form_field input.healt_input {
    width: 28px;
}

/*Box storia pg, box affetti*/
div.background {
	height: 405px;
    width: 400px;
    background: #b3ab94;
    margin-left: 0.6vw;
    margin-top: 25px;
    border-top: 0.3vw double;
    border-left: 0.3vw double;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #44413b;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #44413b;
}

div.background img {
    max-width: 400px;
	max-height: 400px;
}

div.avatar_box {
	text-align: center;
    margin-top: -18px;
	height: 402px;
}

/*Menu' interno scheda*/
div.menu_scheda {
text-align: center;
    font-size: 12px;
    height: 20px;
    width: 480px;
    margin-top: 5px;
    color: #D7CEB2;
    background: url(imgs/sfondo_menu_scheda.png) no-repeat;
    background-size: contain;
    z-index: 200;
    position: relative;

}

div.menu_scheda a {
	color: #7b97a5;
    font-family: 'Arvo';
    letter-spacing: 0.5px;
    font-size: 15px;
    text-shadow: 0px 0px 5px #183840;
    transition: color 1s ease-in-out 0s, font-size 0.5s ease-in-out 0s;
    background-image: url(imgs/scheda_but.png);
    width: 30px;
    background-size: contain;
    height: 22px;
    display: inline-block;
    margin-top: -3px;
    padding-top: 8px;
	margin-right: 5px;
}

div.menu_scheda a:hover {
	color: white;
}

.menu_left {
	display: inline;
    text-align: right;
   /* background: linear-gradient(90deg, rgba(76, 74, 69, 0) 0%, #2e6f7973 40%, #2e6f79c2 60%, #2e6f79 100%);
    border-radius: 0 5px 5px 0;*/
    margin-right: 5px;
}

.menu_left a, .menu_right a {
	color: #7b97a5;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-shadow: 0px 0px 5px #183840;
    transition: color 1s 
	ease-in-out 0s, font-size 0.5s 
	ease-in-out 0s;
}

div.menu_left a:hover,  .menu_right a:hover{
    color: white;
}

.menu_right {
	display: inline;
    text-align: left;
   /* background: linear-gradient(90deg, rgba(76, 74, 69, 0) 0%, #2e6f7973 40%, #2e6f79c2 60%, #2e6f79 100%);
    border-radius: 0 5px 5px 0;*/
    margin-left: 5px;
}


/*Box abilità*/
div.elenco_abilita {
    clear: both;
	text-align: left;
}

div.elenco_abilita table {
    margin: auto;
	color: #2d3338;
}

div.elenco_abilita td {
    vertical-align: top;
}

div.abilita_scheda_nome {
    font-size: 12px;
}

div.abilita_scheda_car {
    width: 70px;
    font-size: 12px;
}

div.abilita_scheda_tank {
    width: 70px;
    font-size: 12px;
}

div.abilita_scheda_sub {
    width: 35px;
    font-size: 12px;
}

/****************************************************************************/
/** Bestiario **/

div.menubeast {
	margin: auto;
    margin-top: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
}

div.beasty {
    border-style: solid;
    border-width: 8px;
    -moz-border-image: url(imgs/luogo_frame.png) 11 repeat;
    -webkit-border-image: url(imgs/luogo_frame.png) 11 repeat;
    -o-border-image: url(imgs/luogo_frame.png) 11 repeat;
    border-image: url(imgs/luogo_frame.png) 11 fill repeat;
    border-left: 0px;
    border-right: 0px;
    margin-top: 20px;
    height: 470px;
    background: url(imgs/presentilittle.jpg) left top;
    background-size: 80%;
}

div.b_img {
    height: 370px;
    width: 480px;
}

div.b_info {
    font-family: Balgruf;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgb(64, 59, 41);
    padding-top: 5px;
    -webkit-text-stroke: 0.6px rgba(41, 35, 21, 0.38);
    background: url(imgs/presentilittle.jpg) center;
    background-size: 150%;
    box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.77);
	width: 300px;
    height: 420px;
	    overflow: auto;
    text-align: justify;
	padding:3px;
    margin-right: 2px;
    border-style: solid;
    border-width: 7px;
    -moz-border-image: url(imgs/ui_border.png) 8 repeat;
    -webkit-border-image: url(imgs/ui_border.png) 8 repeat;
    -o-border-image: url(imgs/ui_border.png) 8 repeat;
    border-image: url(imgs/ui_border.png) 8 fill repeat;
}

div.b_intro {
    font-family: Balgruf;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgb(64, 59, 41);
    background-color: #d7ceb2;
    border-style: solid;
    padding: 10px;
    margin-top: 100px;
    margin-left: 30px;
    width: 600px;
    text-align: center;
    border-width: 3px;
    -webkit-box-shadow: 1px 2px 8px -1px rgb(0, 0, 0);
    -moz-box-shadow: 1px 2px 8px -1px rgb(0, 0, 0);
    box-shadow: 1px 2px 8px -1px rgb(0, 0, 0);
    -moz-border-image: url(imgs/bordermini.png) 3 repeat;
    -webkit-border-image: url(imgs/bordermini.png) 3 repeat;
    -o-border-image: url(imgs/bordermini.png) 3 repeat;
    border-image: url(imgs/bordermini.png) 3 fill repeat;
    position: absolute;
}

.icon_beast_cont {
	margin: 10px;
	margin-top: -5px;
}

div.b_list {
	float: left;
    width: 120px;
    height: 440px;
    margin-top: -10px;
    overflow: hidden;
    background: url(imgs/border_page2.png) right no-repeat;
    direction: rtl;
    overflow-y: auto;
    overflow-x: hidden;
}

button.select_beast {
	width: 40px;
    height: 40px;
	border:0px;
	background: url(imgs/scheda_but.png);
    background-size: contain;
	padding:0;
	margin-right: 10px;
}

img.beast_icon {
	cursor: pointer;
    max-width: 30px;
    max-height: 30px;
    margin: auto;
}

.beast_container {
	display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}

.list_but {	
	background: none;
    border: 0;
    font-family: 'Arvo';
    font-style: italic;
}

.beast_main_cont{
	display: flex;
}

.namestyle {
	margin: auto;
    width: 180px;
    text-align: center;
    font-family: 'Atteron';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2d3338;
}

.imgbox{
	text-align:center;
}

/****************************************************************************/
/* STILE DELLA PAGINA PUNTEGGI */
.bgpoint{
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f79 40%, #2e6f79 60%, rgba(76,74,69,0) 100%);
	color: #D7CEB2;
    font-size: 13px;
	text-align: center;
}

.cont_soc {
	display:flex;
	justify-content: left;
}
.body_soc{
    margin: 5px;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    height: 88vh;
    margin-top: 10px;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

.title_p {
	width: 100px;
    height: 13px;
    font-family: 'LongaIberica';
    color: rgb(215, 206, 178);
    letter-spacing: 1px;
    /* font-weight: bold; */
    margin: -11px auto auto;
    background: url(imgs/top_miniframe.png) 0% 0% / contain no-repeat;
    padding: 6px;
    font-size: 24px;
    padding-top: 0;
	text-align: center;
}

.title_f {
    width: 200px;
    height: 22px;
    font-family: 'Atteron';
    color: rgb(215, 206, 178);
    letter-spacing: 2px;
    margin: -11px auto auto;
    background: url(imgs/top_frame.png) 0% 0% / contain no-repeat;
    padding: 4px;
    font-size: 13px;
	text-align: center;
}


.social_cont {
	padding: 0.3vw;
    font-size: 12px;
	padding-top:0;
	overflow:auto;
	margin-bottom: 3px;
}

.soc_name {
	font-family: 'KingC';
	font-size: 16px;
	font-weight: bolder;
}

.soc_title {
	display:flex;
	justify-content: center;
    background: url(imgs/presentilittle.jpg) center;
    border: 3px solid #181818;
    margin: 5px;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
    text-align: center;
	align-items: center;
}

.soc_points {
	font-size: 10px;
}

.soc_descr {
	margin-bottom: 1vw; 
    border: 0.3vw double #2d3338;
	 background: #66635B;
}

.contact_frame{
    display: flex;
    flex-flow: column;
    align-items: stretch;
    width: 38vw;

}

.chara_line {
	font-weight: bold;
    background: #4e493d6b;
    margin-bottom: 3px;
    text-align: right;
    padding-right: 50px;
    font-size: 12px;
}

.debt_frame{
	flex-grow: 1;
	margin: 10px;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    height: 45vh;
    margin-top: 10px;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
	color: #D7CEB2;
}

.buttons_debt{
	display:flex;
	justify-content:center;
}

.debt_cont{
	height: 14.5vw;
    background: #66635bb0;
    margin-bottom: 0.2vw;
	border-radius: 0.2vw;
}

.debt_add{
	/*background: linear-gradient(90deg, rgba(76,74,69,0) 0%, rgba(76,87,96,1) 40%, rgba(76,85,93,1) 60%, rgba(76,74,69,0) 100%);*/
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f79 40%, #2e6f79 60%, rgba(76,74,69,0) 100%);
	color: #D7CEB2;
	text-align: center;
    font-size: 12px;
}

button.pngbut{
	width: 30px;
    height: 30px;
    border: 0;
    margin-top: 1px;
    font-family: 'Aileron';
    font-size: 1vw;
    margin-bottom: 2px; 
    letter-spacing: -1px;
    padding: 0;
    background: url(imgs/icon_menu_button.png) no-repeat;
    outline: none;
    background-size: cover;
    color: #D7CEB2;
    cursor: pointer;
}

button.but_newd{
	background: none;
    outline: none;
    border: none;
    font-family: Arvo; 
    color: #D7CEB2;
    font-size: 11px;
		cursor: pointer;
}

.debt_container{
	display:flex;
	justify-content: center;
}

.debt_title{
	background: #224f56;
    margin: 0.1vw;
}

.debt_fav{
	flex-grow: 2;
	width: 10vw;
}

button.edit_debt {
	outline: none;
    border: none;
    background: none;
    color: #afa792;
    cursor: pointer;
}

.debt_val {
	color: #afa792;
    font-size: 2.5vw;
    font-family: Orator std;
    padding-top: 0.5vw;
    margin-bottom: 1vw;
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f79 40%, #2e6f79 60%, rgba(76,74,69,0) 100%);
	
}

.subtitle_magic {
	
	margin: auto;
    color: black;
    text-align: center;
    margin-top: -8px;
}

summary.magic_tec_det {
	font-size: 16px;
    font-weight: bolder;
    color: #2d3338;
    font-family: 'KingC';
    background: url(imgs/grunge_wall3.png);
    border: 3px solid #181818;
    margin: 5px;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
    text-align: center;
}

summary.magic_tec_spec {
	font-size: 16px;
    font-weight: bolder;
    color: #2d3338;
    font-family: 'KingC';
    background: url(imgs/presentilittle.jpg) center;
    border: 3px solid #181818;
    margin: 5px;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
    text-align: center;
}

legend.title_tec {
	width: 138px;
    height: 10px;
    color: rgb(215, 206, 178);
    letter-spacing: 2px;
    background: url(imgs/top_frame.png) 0% 0% / contain no-repeat;
    padding: 3px;
    background-color: transparent;
    font-size: 10px;
    text-align: center;
}

legend.title_fama {
	width: 260px;
    height: 10px;
    color: rgb(215, 206, 178);
    letter-spacing: 2px;
    padding: 3px;
    background-color: transparent;
    font-size: 10px;
    text-align: center;
	background: url(imgs/sfondo_titolo_status.png) center no-repeat;
    background-size: contain;
}

fieldset.tec_list {
	border: 3px solid #181818;
    box-shadow: inset 0px 0px 1px black;
	background: url(imgs/grunge_wall3.png);
	text-align: justify;
	color: #2d3338;
}

fieldset.tec_spec_list {
	border: 3px solid #181818;
    box-shadow: inset 0px 0px 1px black;
	background: url(imgs/presentilittle.jpg) center;
	text-align: justify;
	color: #2d3338;
}

/*** Stile legami **/

 
 .back_leg {
    margin: 10px;
    background: #66635bb0;
    border-radius: 4px;	
	height: 75vh;
    width: 30vw;
	box-shadow: 0px 1px 3px black;
	border: 2px solid #3e3c36;
 }
 
 .title_leg {
	height: 26px;
    width: 300px;
    font-family: KingC;
    color: rgb(215, 206, 178);
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    background: url(imgs/newbut.png) left center / contain no-repeat;
    padding:15px 3px 3px;
    margin-top: -25px; 
 }
 
 .leg_tile {
	background: #2b2b2b;
    margin: 5px;
    padding: 5px;
    color: #D7CEB2;
    text-align: justify;
	font-size: 12px;
}
 
.leg_name {
	text-align: center;
    background: #00000069;
    font-family: Atteron;
    font-size: 14px;
	margin-bottom: 5px;
}

form.givefama {
    background: url(imgs/pattern_doc2.png);
    margin: 0.5vw;
    border: 3px solid #181818;
	text-align: center;
	margin-top: 1vw;
	text-align: center;
}



/****************************************************************************/

/****************************************************************************/
/* STILE DELLA PAGINA PX */

form.givepx {
    background: url(imgs/pattern_doc2.png);
    margin: 0.5vw;
    border: 3px solid #181818;
	width: 20vw;
	text-align: center;
}

/****************************************************************************/

/****************************************************************************/

/****************************************************************************/
/* STILE DELLA PAGINA DI MODIFICA SCHEDA */

div.modifica_scheda {
    margin: 10px;
}

/****************************************************************************/

/****************************************************************************/
/* STILE DELLA PAGINA DI EQUIPAGGIAMENTO */

input.send_equip {
	width: 30px;
}

div.equip_num {
	text-align: center;
    margin: 5px;
    margin-top: -30px;
    height: 13px;
    background: black;
    font-size: 11px;
	margin-bottom: 10px;
}

div.equip_peso {
    margin: 10px;
    font-family: "Planewalker", Times New Romans, Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 2px;
    background-color: rgba(234, 218, 190, 0.63);
	text-align: center;
}

a.inv_but {
	color: #D7CEB2;
    float: right;
}

img.omino_bianco_img{
    position: absolute;
    margin-top: 60px;
    margin-left: 45px;
}

div.omino_bianco_armdx{
	width: 60px;
    height: 60px;
	margin-bottom: 3px;
    position: absolute;
	top: 270px;
    right: 25px;
    background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
}
div.omino_bianco_armdx img{
	width: 70px;
    height: 70px;
	margin-top: -5px;
    margin-left: -5px;
}


div.omino_bianco_armsx{
	width: 60px;
    height: 60px;
	top: 270px;
    left: 25px;
	position: absolute;
    background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;

}
div.omino_bianco_armsx img{
	width: 70px;
    height: 70px;
	    margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_chest{
	width: 60px;
    height: 60px;   
	margin-bottom: 3px;
    position: absolute;
	top: 180px;
    left: 25px;
    background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;

}
div.omino_bianco_chest img{
	width: 70px;
    height: 70px;
	margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_legs{
	width: 60px;
    height: 60px;
	margin-bottom: 3px;	
	float: right;
	position: absolute;
	top: 180px;
	right: 25px;
	background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
}
div.omino_bianco_legs img{
	width: 70px;
    height: 70px;
	margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_feet{
	width: 60px;
    height: 60px;
	margin-bottom: 3px;	
    position: absolute;
	top: 360px;
	right: 25px;
	background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
}

div.omino_bianco_feet img{
	width: 70px;
    height: 70px;
	    margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_gloves img{
	width: 70px;
    height: 70px;
	    margin-top: -5px;
    margin-left: -5px;
}
div.omino_bianco_gloves{
	width: 60px;
    height: 60px;
	margin-bottom: 3px;
	position: absolute;
	top: 360px;
    left: 25px;
	background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
}


div.omino_bianco_head{
	width: 60px;
    height: 60px;
    top: 30px;
	margin: auto;
	margin-bottom: 3px;
	background: url(imgs/pattern_dark.jpg) top left repeat-y;
    -webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
    border: 4px solid transparent;
    -webkit-border-image: url(imgs/frame.png) 4 4 fill repeat;
    -o-border-image: url(imgs/frame.png) 4 4 fill repeat;
    border-image: url(imgs/frame.png) 4 4 fill repeat;
    box-shadow: inset -0.1vw -0.1vw 0.6vw #0e0e0e;
	
}
 
div.omino_bianco_head img{
	width: 70px;
    height: 70px;
	margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_neck{
    width: 50px;
    height: 50px;
    position: absolute;
	top: 100px;
    left: 25px;
	border: 2px solid black;
	background: url(imgs/pattern_dark.jpg) top left repeat-y;
}

div.omino_bianco_neck img{
	width: 60px;
    height: 60px;
	    margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_ring{
    width: 50px;
    height: 50px;
	position: absolute;
	top: 100px;
    right: 25px;
	border: 2px solid black;
	background: url(imgs/pattern_dark.jpg) top left repeat-y;
}

div.omino_bianco_ring img{
	width: 60px;
    height: 60px;
	    margin-top: -5px;
    margin-left: -5px;
}

div.omino_bianco_hidden {
	background: #80808087;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50px;
    left: 25px;
    border: 1px dashed black;
}

div.omino_bianco_hidden img{
	width: 50px;
    height: 50px;
}

div.omino_bianco_belt {
	background: #80808087;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 25px;
    border: 1px dashed black;
}

div.omino_bianco_belt img{
	width: 50px;
    height: 50px;
}

.container_equip {
	position: absolute;
    font-size: 1.4vw;
    color: black;
    text-align: justify;
    width: 60vw;
    right: 20px;
    top: 80px;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
    color: #D7CEB2;
    height: 82vh;
}

.cont_objs {
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	height: 78vh;
	justify-content: center;
}

.manichino_box {
	position: absolute;
    width: 37vw;
    padding-top: 10px;
    height: 85vh;
}

img.equip_img {
	width: 70px;
	height: 70px;
    background: #000000cf;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
}

form.equip {
	margin:0px !important;
}

button.equip {
	border: 0;
	background: none;
}

.equip_toolbar {
	display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}

.equip_box {
	width: 100px;
	margin:5px;
	background: #4e44329e;
    border: 1.5px dashed black;
    border-radius: 3px;
}

select.give_item {
	width: 50px;
}

table.objects {
	background: url(imgs/homepage/volcano3.jpg) border-box left;
    border-style: solid;
    border-width: 11px 3px 11px 3px;
    -moz-border-image: url(imgs/newborder.png) 11 repeat;
    -webkit-border-image: url(imgs/newborder.png) 11 repeat;
    -o-border-image: url(imgs/newborder.png) 11 repeat;
    border-image: url(imgs/newborder.png) 11 fill repeat;
    -webkit-box-shadow: 2px 4px 10px 1px rgb(6, 1, 1);
    -moz-box-shadow: 2px 4px 10px 1px rgb(6, 1, 1);
    box-shadow: 2px 4px 10px 1px rgb(6, 1, 1);
	text-align: center;
}

#table_obj {
	height: 18vh;
}

#table_prof {
	font-size: 12px;
    padding: 0.5vw;
	margin: 10px;
    border: 4px solid transparent;
    border-image-slice: 8 8 8 8;
    border-image-width: 4px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/frame_dark.png);
    background: #1e1e1eb0;
	    height: 86vh;
	overflow:auto;
	color: rgb(215, 206, 178);
}

textarea.profile_textarea {
	width: 95%;
    margin: auto;
	height: 75vh;
}

/*Inventario*/

div.inventario_riga_incantamento {
	text-align: justify;
    background: #366c79;
    padding: 5px;
    border-radius: 10px;
    margin: 5px;
}

div.pagina_scheda_equip {
}

div.pagina_scheda_oggetti {
}

div.pagina_scheda_oggetti td.casella_elemento,
div.pagina_scheda_equip td.casella_elemento {
    font-size: 12px;

    padding: 3px;
}

div.pagina_scheda_oggetti div.inventario_img img,
div.pagina_scheda_equip div.inventario_img img {
    height: 120px;
    width: 120px;
}

div.pagina_scheda_oggetti div.inventario_img,
div.pagina_scheda_equip div.inventario_img {
    width: 122px;
}

div.pagina_oggetti_equip div.inventario_nome,
div.pagina_scheda_equip div.inventario_nome {
    width: 122px;
}

div.pagina_scheda_oggetti div.inventario_quantita,
div.pagina_scheda_equip div.inventario_quantita {
    width: 122px;
}

div.pagina_scheda_oggetti div.inventario_nome,
div.pagina_scheda_equip div.inventario_nome {
    font-size: 12px;
    text-transform: uppercase;
}

div.pagina_scheda_oggetti div.form_label,
div.pagina_scheda_equip div.form_label {
    font-size: 12px;
    margin: 0;
}

div.pagina_scheda_oggetti input,
div.pagina_scheda_equip input {
    font-size: 12px;
    margin: 0;
}

div.inventario_riga_proprieta {
    width: 80px;
}

div.pagina_scheda_equip form,
div.pagina_scheda_oggetti form {
    text-align: center;
    margin: 0 0 4px 0;
}

.skill_incr.active,
.skill_decr.active {
    visibility:visible;
}
.skill_incr.inactive,
.skill_decr.inactive {
    visibility:hidden;
}

details.add_inc {
	text-align: center;
    color: #2d3338;
}

.level_container {
	display: flex;
	justify-content: center;
}

.experience_bar {
	width: 300px;
    background: #6e6a61;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #2f2b25;
    box-shadow: inset 0 0 20px #1d1d1d;
	margin-top: 5px; 
}

.text_progress {
	text-align: center;
    font-family: 'Josefin Sans';
    font-size: 15px;
    margin: auto;
    color: #c5bea6;
	margin-top: -16px;
}

.progress_bar {
	background: #56cacc;
	background: linear-gradient(269deg, rgba(86, 202, 204, 1) 0%, rgba(72, 148, 148, 1) 21%, rgba(37, 131, 132, 1) 33%, rgba(66, 82, 82, 1) 81%, rgba(22, 22, 22, 0.6) 100%);
	height: 20px;
    border-radius: 10px;
}

.lvl_up {
	font-family: 'Josefin Sans'; 
    font-size: 14px;
    margin: 10px;
    color: #b7d1d1;
}

form.level_form {
	display: flex;
}

button.lvl_up {
    background: transparent;
    border: 0;
    padding: 0px;
    margin-top: 6px;
    font-size: 16px;
    color: #a7b3b3;
    margin-left: 0;
	cursor: pointer;
}

.edit_foc {
	float: right;
    display: flex;
}

.foci_line {
	font-weight: bold;
    background: #4e493d6b;
    text-align: center;
    margin: 3px;
    color: #2d3338;
	cursor: pointer;
}

.testo_background {
	 color: #2d3338;
	 text-align: justify;
	 	height: 49vh;
		overflow:auto;
}


button.delete_status_scheda {
	width: 20px;
    background: none;
    border: 0;
    padding: 0;
	margin-right: -10px;
    color: #D7CEB2;
}

.status_cont {
	display: flex;
}

.status_bar {
	display: flex;
    justify-content: center;
}

span.date_log {
	font-family: 'Arvo';
	font-size:1vw;
}

/****************************************************************************/


/** Fix risoluzioni piccole **/

@media (min-width:641px) and (max-width: 1281px)  { /**TABLET**/

.sheet_right{}

.sheet_left{}

.tit_sheet_l {
width:}

.sheet_bgtit{}

.tit_sheet_r {
background-position: right;}

div.background{}

div.ritratto div.ritratto_avatar{}
div.ritratto_avatar img {}

div.menu_scheda{}
	
div.profilo {}

div.profilo_status{}
div.profilo_status_label {}
	
div.profilo_status_valore {}
  
}

@media (max-height: 700px)  {
	div.background{}
}

@media screen and (min-width: 1900px) {
.sheet_left{}
  }


/** Comandi audio scheda per youtube NEW **/
.player.youtube_player_box {
box-shadow: 0px 0px 5px black;
    background: url(imgs/pattern_dark.jpg) repeat;
    border: 4px solid transparent;
    border-image-slice: 8 8 8 8;
    border-image-width: 4px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/frame_dark.png);
	width: 300px;
    margin: auto;
}

.yt_music_btn {
	background: transparent;
	border: 0px;
	padding: 0;
		color: #D7CEB2;
		font-size:17px;
		margin-right:10px;
}

.yt_mute_btn {
	background: transparent;
	border: 0px;
	padding: 0;	
		color: #D7CEB2;
		font-size:11px;
		margin-right:4px;
}

.yt_controls {
	margin-top: -22px;
}

.yt_volume {
	margin-bottom: 5px;
	 -webkit-appearance: none;
    appearance: none;

    width: 120px;
    height: 5px;

    background: transparent;
    cursor: pointer;
}

/* Barra base */
.yt_volume::-webkit-slider-runnable-track {
    height: 5px;
    background: #3a3a3a; /* colore barra */
    border-radius: 20px;
}

/* Pallino */
.yt_volume::-webkit-slider-thumb {
    -webkit-appearance: none;

    width: 14px;
    height: 14px;

    border-radius: 50%;
    background: #D7CEB2; /* colore pallino */

    margin-top: -4px;
    cursor: pointer;
    border: 0;
}

/* Firefox */
.yt_volume::-moz-range-track {
    height: 5px;
    background: #3a3a3a;
    border-radius: 20px;
}

.yt_volume::-moz-range-thumb {
    width: 14px;
    height: 14px;

    border-radius: 50%;
    background: #c8a96b;

    border: 0;
    cursor: pointer;
}