/****************************************************************************/
/* STILE DELLA CHAT E DEI PANNELLI */

/* HELP: Da qui è possibile modificare:
- I font ed i colori della chat
- Le dimensioni e la posizione della chat
- Lo sfondo della chat*/

iframe.iframe_chat {
    border: none;
    width: 1px;
    height: 1px;
    margin: 0px;
}

div.chat_window {
    text-align: center;
}

/**	* Fix per layout elastico
	* @author Blancks
*/
div.chat_box {
	position: relative;
	width: 100%;
    overflow: auto;
    font-size: 14px;
    text-align: justify;
    word-break: break-word;
    padding-bottom: 3px;
}

div.chat_container {
	display: flex;
    position: absolute;
    bottom: 200px;
    top: 5px;
    left: 5px;
    right: 5px;
}

.turni_container {
    width: 80px;
    top: 2px;
	margin-right: 5px;
    left: 2px;
    height: 66vh;
	text-align: center;
    z-index: 99;
    padding: 2px;
    position: relative;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

img.chat_img {
	max-width: 70%;
}

span.chat_name_whisp {
	font-weight: bold;
    font-family: 'Balgruf';
}

.turni_av_container {
		overflow: auto;
		display: flex;
		flex-direction: column;
		height: 63vh;
}

img.turno_img {
	width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
	margin-top: 2px;
}

.title_turni {
	background: url(imgs/nav_button.png) no-repeat;
    background-size: contain;
    height: 20px;
    color: #D7CEB2;
    font-family: 'KingC';
    letter-spacing: 2px;
    padding-top: 2px;
}

.stat_cont {
	display: flex;
    justify-content: center;
    position: absolute;
    left: 10%;
    top: -6px;
    width: 75%;
    height: 24px;
    border: 3px solid #181818;
    background: url(imgs/pattern_dark.jpg);
    border-top: 0px;
    border-radius: 0px 0 50px 50px;
    padding-left: 10px;
    padding-right: 10px;
	z-index: 999;
}

.bar_text {
	z-index: 999;
	margin-top: -20px;
}

.ca_shield {
	background: url(imgs/ca_shield.png);
	background-size: contain;
	height: 21px;
	width: 29px;
	padding-top: 8px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

.move_round {
	background: #D7CEB2;
	padding: 2px;
	border-radius:20px;
	width: 11px;
	height: 11px;
	border: 6px double black;
}

input.end_turn {
	width: 200px;
    font-family: 'KingC';
    color: rgb(215, 206, 178);
    letter-spacing: 2px;
    margin: auto;
    cursor: pointer;
	background: url(imgs/top_frame.png) 0% 0% / contain no-repeat;
    padding: 4px;
	padding-top: 0px;
    font-size: 13px;
    box-shadow: none;
    text-align: center;
}

div.pagina_frame_chat div.page_body div.panels_box {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 5px;
}

/**	* Fine fix */

/** * Avatar di chat
	* @author Blancks
*/
img.chat_avatar {
	margin-right: 0.5vw;
    display: block;
    float: left;
	width: 50px;
	height: 50px;
    margin-top: -1vw;
    position: relative;
    border-radius: 50px;
    box-shadow: 0vw 0vw 0.2vw #131619;
	flex-shrink: 0;
}

.turno_avatar_on {
	border: 3px solid #388293;
	height: 60px;
	flex-shrink: 0;
}

.turno_avatar {
	height: 60px;
	flex-shrink: 0;
}

/***** testo della chat *****/

/* Tipi messaggio: (A azione, P parlato, N PNG, M Master, I Immagine, S sussurro, D dado, C skill check, O uso oggetto) */

div.chat_row_A {
    margin: 0.6vw;
    background: #d7ceb273;
    border-radius: 1vw;
    padding: 0.5vw;
	box-shadow: 0px 1px 5px black;
}

div.chat_row_A span.color2 {
    margin-top: 0.5vw;
    color: #D7CEB2;
}

div.chat_row_P {
    margin: 0.6vw;
    background: #d7ceb273;
    border-radius: 1vw;
    padding: 0.5vw;
    box-shadow: 0px 1px 5px black;
}

div.chat_row_P span.color2 {
    margin-top: 0.5vw;
    color: #2e6f79;
}

div.chat_row_M {
    margin-top: 0.5vw;
    -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;
    border-style: solid;
	padding: 5px;
	margin: 5px;
    color: #d6ceb5;
	background: #625c4c;
	font-size: 12px;
    text-align: justify;
	box-shadow: 0px 1px 3px black;
}

div.chat_row_N {
    margin-top: 0.5vw;
	background: #d7ceb273;
	border: 0.1vw solid;
	padding:0.5vw;
}

div.chat_row_N span.color2 {
    color: #000;
    font-weight: bolder;
}

div.chat_row_I {
    margin-top: 0.5vw;
    text-align: center;
}

div.chat_row_S {
	margin: 0.5vw;
    background: #9eb6b9;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #151515;
}

div.chat_row_G {
	margin: 0.5vw;
    background: #b9a96f;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #151515;
}

div.chat_row_D {
    margin-top: 0.5vw;
    border-width: 2px;
    border-color: blue;
    border-style: solid;
    color: cyan;
}

div.chat_row_C {
    margin-top: 0.5vw;
    background: #2e6f79e0;
    color: #d7ceb2;
    padding: 3px;
}

div.chat_row_F {
    margin-top: 0.5vw;
    background: #615e4ae0;
    color: #d7ceb2;
    padding: 3px;
	border: 1.5px solid #544f45;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%239D967FFF' stroke-width='2' stroke-dasharray='9%2c 17%2c 13' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

div.chat_row_O{
	margin-top: 5px;
	padding: 2px;
    background-color: #756e1e9c;
    border:1px solid #382b0b;
    box-shadow: 0px 0px 10px 2px #5266369c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	color: #eae2d2;
}

div.chat_row_Q{
	margin-top: 5px;
    padding: 2px;
    margin-left: 50px;
    background-color: #665f409c;
    border: 2px solid #382b0b;
    box-shadow: inset 0px 0px 10px 2px #564b1b9c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #eae2d2;
    margin-right: 50px;
    text-align: center;
}

div.chat_row_IN{
	margin-top: 5px;
	padding: 2px;
    background-color: #1c3b429c;
    border:1px solid #0b1238;
    box-shadow: 0px 0px 10px 2px #1c423b9c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	color: #eae2d2;
}

span.chat_time {
    font-size: 14px;
    font-weight: bolder;
    margin-right: 3px;
}

span.chat_time_M {
    font-size: 14px;
    font-weight: bolder;
    margin-right: 10px;
	margin-bottom: 5px;
}

span.chat_msg {
    font-size: 12px;
}

span.chat_master {
}

span.chat_me, span.chat_me_master {
    text-decoration: underline;
}

span.color2 {
	color: #dfc884;
}

/***** form inserimento *****/

div.form_row_text {
	width: 65%;
}

div.form_row_skills {
	width: 35%;
	margin-left: 10px;
}


div.casella_chat {
    float: left;
}

div.casella_text {
	float: left;
}

label.hit_check {
	color: #e2d8b3;
}

div.invio_chat{
    float: none;
    width: 120px;
	margin-left: 10px;
}

/*Casella Tag*/
input#tag {
    width: 90px;
}

/*Casella Messaggio*/
textarea#message {
	width: 98%;
    height: 60px;
    margin: 0;
	resize:none;
	background: #d7ceb299;
    outline: none;
    color: #2d3338;
}

textarea#message_notepad {
	background: #d7ceb299;
	text-align: justify;
	color: #2d3338;
}

select.sel_title {
	margin: 0;
	margin-left: 5px;
}

select#type {
	margin: 0;
    margin-right: 3px;
    width: 70px;
    border-radius: 0;
    outline: none;
    border: 1px solid black;
}

input#bonus {
	width: 40px;
    border-radius: 0;
    outline: none;
    border: 1px solid black;
	margin-bottom: 0;
}

select#dice {
    border-radius: 0;
    outline: none;
    border: 1px solid black;
	margin-bottom: 0;
}

select#id_ab, select#id_stats, select#foci {
    border-radius: 0;
    outline: none;
    border: 1px solid black;
	margin-bottom: 0;
	    width: 80px;
}

select#id_item {
    border-radius: 0;
    outline: none;
    border: 1px solid black;
	margin-bottom: 0;
	width: 70px;
}

select#wear {
    border-radius: 0;
    outline: none;
    border: 1px solid black;
	margin-bottom: 0;
	width: 70px;
}

select#target_item {
    border-radius: 0;
    outline: none;
    border: 1px solid black;
	margin-bottom: 0;
	width: 100px;
}

.obj_container{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 230px;
}



select.chat_action {
	border: 1px solid black;
	margin-bottom: 0;
	outline: none;
	width: 100px;
	margin-left: 5px;
}

input.send_chat {

}

.casella_info {
	color: #e2d8b3;
}

.actions_container{
	display: flex;
	padding: 3px;
	background-color: #413d34ab;
    border: 3px solid #181818;
	align-items: center;
	justify-content: center;
}

.form_chat {
	display: flex;
    justify-content: left;
	box-shadow: inset -0.1vw -0.1vw 0.6vw #44413b;
	-webkit-box-shadow: inset -0.1vw -0.1vw 0.6vw #44413b;
    border: 3px solid #181818;
	background-image: url(imgs/outputbg1.png);
}

button.buts_op {
font-size: 16px;
    margin-left: 7px;
    color: #bbae85;
    border: 0;
    width: 25px;
    padding: 0;
    padding-top: 3px;
    height: 25px;
    background: url(imgs/main_icon_button.png) no-repeat;
    cursor: pointer;
	margin-right: 5px;
}

div.elementi_elencoroles {
	text-align: center;
}

a.chat_links, button.but_throw {
    font-size: 16px;
    margin-left: 7px;
    color: #bbae85;
	border: 0;
    width: 25px;
	padding:0;
    padding-top: 3px;
    height: 25px;
    background: url(imgs/main_icon_button.png) no-repeat;
	cursor: pointer;
}

div.divisore {
	position: absolute;
    top: 19px;
    display: flex;
    padding: 3px;
    background: #433e3e;
    right: 36%;
    border: 3px solid black;
	border-bottom: 0px;
    box-shadow: -0.1vw -0.1vw 0.3vw #121110;
    -webkit-box-shadow: -0.1vw -0.1vw 0.3vw #12111087;
}

button.buts_top {
font-family: 'Atteron';
    border: 0;
    font-size: 12px;
    width: 115px;
    color: #D7CEB2;
    height: 25px;
    margin-left: 3px;
    outline: none;
    padding: 2px;
    border-radius: 0;
    letter-spacing: 1px;
    box-shadow: 0px 1px 5px black;
    background: url(imgs/nav_button.png);
    margin-bottom: 3px;
    background-size: contain;
}
.skill_container {
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

span.charscounter {
    font-family: 'KingC';
    font-size: 14px;
    color: #D7CEB2;
}

span.chat_name {
    font-size: 18px;
    color: #eae2d2;
	margin-bottom: 5px;
	font-family: "Balgruf", Times New Romans, Serif;
}



/*Complicazioni*/

span.butlieve {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
	background: rgb(150,197,111);
	background: linear-gradient(0deg, rgba(150,197,111,1) 0%, rgba(116,184,111,1) 100%);
}

span.butmedia {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
	background: rgb(224,218,107);
	background: linear-gradient(0deg, rgba(224,218,107,1) 0%, rgba(188,179,53,1) 100%);
}

.butgrave {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
	background: rgb(202,147,96);
	background: linear-gradient(0deg, rgba(202,147,96,1) 0%, rgba(171,111,46,1) 100%);	
}

.butcrit {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
	background: rgb(242,108,79);
	background: linear-gradient(0deg, rgba(242,108,79,1) 0%, rgba(235,46,46,1) 100%);
}

.butmental {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
	background: rgb(166,103,165);
	background: linear-gradient(0deg, rgba(166,103,165,1) 0%, rgba(102,63,138,1) 100%);
}

.butspirit {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
	background: rgb(78,173,189);
	background: linear-gradient(0deg, rgba(78,173,189,1) 0%, rgba(16,115,111,1) 100%);
}

.butsocial {
	margin-left:5px;
	height: 20px;
	width: 20px;
	border-radius:20px;
	border: 1px solid #111111;
	box-shadow: 0px 1px 3px #111111;
}



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

/* Ingresso in chat **/

div.chat_entry {
	
	font-size: 1vw;
    color: #e2d8b3;
    font-family: "Arvo", Times New Romans, Serif;
    text-align: justify;
	margin: auto;
	margin-top: 100px;
	padding-top:5vh;
    text-shadow: 0.3px 1px 1px rgba(130, 111, 80, 0.74);
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    -moz-border-image: url(corner.png)  10 10 10 10  fill;
    -webkit-border-image: url(corner.png) 10 10 10 10  fill;
    -o-border-image: url(corner.png)  10 10 10 10  repeat;
    border-image: url(imgs/corner.png) 15 fill;
    background: url(imgs/pattern_dark.jpg) top left repeat;
    -webkit-box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.75);
    overflow: auto;
	width: 30vw;
	text-align: center;
}

input.enter_chat {
	margin-bottom: 1vh;
}

/** * Avatar di chat
	* @author Blancks
*/
img.chat_avatar {
    margin: 8px;
    display: block;
    float: left;
    position: relative;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 1px black;
}

img.chat_avatar_self {
    margin: 8px;
    display: block;
    float: right;
    position: relative;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 1px black;
}

/***** testo della chat *****/

div.chatname_cont {
	padding: 5px;
	margin:5px;
	display:flex;
	align-items: center;
	background: rgb(0,0,0);
	font-family: 'Balgruf';
	background: linear-gradient(90deg, #2e6f79e0 1%, rgba(255, 255, 255, 0) 100%);
}

div.chatname_cont_self {
	padding: 5px;
	margin:5px;
	display: flex;
    justify-content: right;
    align-items: center;
	background: rgb(0,0,0);
	font-family: 'Balgruf';
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 1%, #2e6f79e0 100%);
}

button.delete_status {
	background: transparent;
    border: 0;
    padding: 0;
	cursor: pointer;
	position: absolute;
    color: #000000;
}

span.chat_tag {
	font-size: 16px;
	font-family: 'Balgruf';
}

/*** Azioni in chat ****/


span.chat_easy0 {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px;
	border-radius: 5px;
	color: white;
	background-color: #5e945f;
	margin-left: 5px;
}
span.chat_easy2 {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px;
	border-radius: 5px;
	color: white;
	background-color: #b4ae43;
	margin-left: 5px;
}
span.chat_complex1 {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px;
	border-radius: 5px;
	color: white;
	    background-color: #dc743c;
		margin-left: 5px;
}
span.chat_complex3 {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 3px;
	border-radius: 5px;
	color: white;
	    background-color: #dc3c3c;
		margin-left: 5px;
}


/* Pannello calcolo danno */

div.pagina_danno {
	text-align: center;
}

.titlesdan {
	font-size: 16px;
    text-align: center;
    color: rgb(220, 209, 179);
    font-family: KingC, "Times New Romans", serif;
    background-color: rgba(0, 0, 0, 0.57);
    -webkit-border-image: url(imgs/bottombar.png) 2 0 0 fill stretch;
    text-shadow: rgb(33, 33, 33) 1px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 21px -1px;
    padding: 2px;
    -webkit-text-stroke: 1px rgba(113, 95, 55, 0.55);
    border-style: solid;
    margin-bottom: 5px;
    border-width: 3px 0px 3px;
    border-image: url(imgs/frame.png) 3 0 3 0 stretch;
}

.selectweapon {
	font-size: 11px;
    padding: 2px;
    margin-bottom: 5px;
    background-color: #000000b8;
    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;
    text-align: center;
    -webkit-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.75);

}

.selectarmor {
		font-size: 11px;
    margin-bottom: 5px;
    background-color: #000000b8;
    border: 1px solid #fff5bb;
	border-radius: 10px;
	padding: 4px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.75);
}

.charhit {
	border: 3px double #4b4c43;
}

.subtitle_dann{
	color: #fff6e0;font-size: 1.4vw; 
	margin-right: 1vw;
	padding: 2px; font-family: 'Trajan', Times New Romans, Serif;
	background-color: #00000094; border-style: solid; 
	border-width: 1px 0px 1px; -moz-border-image: url(imgs/bottombar.png) 1 0 1 stretch;
	-webkit-border-image: url(imgs/bottombar.png) 1 0 1 stretch; -o-border-image: url(imgs/bottombar.png) 1 0 1 stretch; 
	border-image: url(imgs/bottombar.png) 1 0 1 stretch;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;-khtml-border-radius: 5px;  border-radius: 5px;
	margin-bottom: 10px;
}

.subtitle_inc{
	width: 7vw;margin-left: 0.7vw;
	background-color: #00000094; border-style: solid; border-width: 1px 0px 1px;
	-moz-border-image: url(imgs/bottombar.png) 1 0 1 stretch;
	-webkit-border-image: url(imgs/bottombar.png) 1 0 1 stretch; -o-border-image: url(imgs/bottombar.png) 1 0 1 stretch;
	border-image: url(imgs/bottombar.png) 1 0 1 stretch;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;-khtml-border-radius: 5px;  border-radius: 5px;
    margin-bottom: 10px;
	text-align: center;
}

.selectarmor {
	width: 7vw;
	height: 7vw;
}

.frame_zone{
	display: inline-block;
}

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

/** Pannello dadi master **/


.dice_list {
	box-shadow: -0.1vw -0.1vw 0.6vw #44413b;
    -webkit-box-shadow: -0.1vw -0.1vw 0.6vw #44413b;
    border: 3px solid #181818;
    background: url(imgs/pattern_dark.jpg);
	display: flex;
	text-align:center;
	justify-content: center;
}

input.dice_roller {
	width: 30%;
}

input.dice_roller_min {
	width: 30px;
}

input.turn_num {
	width: 26px;
	margin: 10px;
}


/** Esci dalla chat **/

button.exit_but {
	border: 0;
    color: #e2d8b3;
	font-family: 'Atteron';
    padding: 0;
    font-size: 12px;
    border-radius: 20px;
	background: url(imgs/pallino2.png) no-repeat;
	    width: 25px;
    height: 25px;
	cursor:pointer;
}

div.exit_button {
	position: absolute;
    right: 5px;
    bottom: 160px;
}

/** Griglia di combattimento **/

#grid {
    display: grid;
    gap: 0px;
	background-color: #a59c86;
	background-repeat:no-repeat;
	justify-content: center;
    background-position: center;
	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;
} 


.grid_element {
	border: 1px dashed #8d8d8d;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.token {
    width: 42px;
    height: 42px;
    background-color: grey;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
    position: absolute;
	border:1.5px solid #5f5f5f;
	box-shadow: 2px 2px 5px black;
}

img.token_img{
	border-radius: 50%;
	border:1.5px solid black;
	width: 39px;
    height: 39px;
}

.grid_panel {
    box-shadow: -0.1vw -0.1vw 0.6vw #44413b;
    -webkit-box-shadow: -0.1vw -0.1vw 0.6vw #44413b;
    border: 3px solid #181818;
    background: url(imgs/pattern_dark.jpg);
    display: flex;
    text-align: center;
    justify-content: center;
} 

input.link {
	width: 50%;
}

input.size {
	width: 20%;
}

button.delete_mon_grid {
	background: #720f0f;
    border: 0px;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    text-align: center;
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    font-weight: bold; 
    margin-top: -12px;
    position: absolute;
    margin-left: 8px;
    color: #bbbbbb;
	cursor: pointer;
}

.grid_mon_ico {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 80vw;
	flex-wrap: wrap;
}

/***** INCANTESIMI *****/

span.inc_mana {
	font-family: Arvo;
    position: absolute;
    right: 25px;
    font-size: 11px;
}

#incantesimo_descrizione {
	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;
	text-align: justify;
	margin: 5px;
	color: #D7CEB2;
	padding: 5px;
}

.chat_row_R {
	background: #53757e;
    padding: 5px;
    border-radius: 1vw;
    border: 4px double #202f3a;
    margin: 5px;
    color: #cfcfcf;
}

details.inc_chat {
	
}

summary.inc_class {
	background: linear-gradient(90deg, #18586273 60%, rgba(76, 74, 69, 0) 100%);
	border-top: 1px solid #11434e;
	border-left: 2px solid #11434e;
    padding-left: 3px;
	border-radius: 1vw;
}

img.comp_img {
    margin-left: 5px;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 20px;
    border: 1px solid #111111;
    box-shadow: 0px 1px 3px #111111;
    background: rgb(150, 197, 111);
    background: linear-gradient(0deg, rgba(150, 197, 111, 1) 0%, rgba(116, 184, 111, 1) 100%);
}

img.comp_weap_img {
    margin-left: 5px;
    height: 18px;
    width: 18px;
    padding: 2px;
    border-radius: 20px;
    border: 1px solid #111111;
    box-shadow: 0px 1px 3px #111111;
	background: linear-gradient(0deg, rgb(197 130 111) 0%, rgb(184 148 111) 100%);
}

.mon_status {
	margin-top: -18px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

button#playBtn {
	padding:6px 12px;
	font-size:14px;
	border-radius:6px;
	background:#333;
	color:#fff;
	border:none;
	cursor:pointer;
	margin:10px;
	
}