/** * Skin advanced
	* @author Blancks
*/
/*Scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
	background: #4d4b47;
    border: 1px solid #161616;
}

::-webkit-scrollbar-thumb {
	background: #9c9990;
    border-radius: 1px;
    box-shadow: -1px 1px 1px #161616;
    border: 1px solid grey;
}
::placeholder {
	 color: #e2d8b3;
}

.grid_placeholder {
	height: 50px;
    width: 50px;
}

@font-face {
    font-family: 'Orator std';
    src: url('fonts/OratorStd.eot');
    src: local('OratorStd'), url('fonts/OratorStd.ttf') format('truetype');
    }
	
@font-face {
    font-family: 'Arvo';
    src: url('fonts/agency_fb.eot');
    src: local('agency_fb'), url('fonts/agency_fb.ttf') format('truetype');
    }	

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Ailerons.eot');
    src: local('Ailerons'), url('fonts/Ailerons.ttf') format('truetype');
    }
	
@font-face {
    font-family: 'Atteron';
    src: url('fonts/Atteron.eot');
    src: local('Atteron'), url('fonts/Atteron.ttf') format('truetype');
    }

@font-face {
    font-family: 'Solaire';
    src: url('fonts/Solaire.eot');
    src: local('Solaire'), url('fonts/Solaire.ttf') format('truetype');
    }

@font-face {
    font-family: 'Prometheus';
    src: url('fonts/Prometheus.eot');
    src: local('Prometheus'), url('fonts/Prometheus.ttf') format('truetype');
    }

@font-face {
    font-family: 'Runes'; 
    src: url('fonts/ancient_quill.eot');
    src: local('ancient_quil'), url('fonts/ancient_quill.ttf') format('truetype');
    }

@font-face {
    font-family: 'Anurati';
    src: url('fonts/Anurati.eot');
    src: local('Anurati'), url('fonts/Anurati.ttf') format('truetype');
    }

@font-face {
    font-family: 'Balgruf';
    src: url('fonts/Balgruf.otf');
    src: local('Balgruf'), url('fonts/Balgruf.ttf') format('truetype');
    }

@font-face {
    font-family: 'KingC';
    src: url('fonts/KingC.otf');
    src: local('KingC'), url('fonts/KingC.ttf') format('truetype');
    }

@font-face {
    font-family: 'Atteron';
    src: url('fonts/Atteron.otf');
    src: local('Atteron'), url('fonts/Atteron.ttf') format('truetype');
    }

@font-face {
    font-family: 'MiddleAges';
    src: url('fonts/MiddleAges.otf');
    src: local('MiddleAges'), url('fonts/MiddleAges.ttf') format('truetype');
    }	

@font-face {
    font-family: 'LongaIberica';
    src: url('fonts/LongaIberica.otf');
    src: local('LongaIberica'), url('fonts/LongaIberica.ttf') format('truetype');
    }	
	
/** Errori login **/

.error_box {
	height: 100%;
    display: flex;
}

figure.image img {
	width: 100%;
}

h2.error_major {
	align-self: center;
	font-size: 1vw;
	margin: auto;
    color: #e2d8b3;
    font-family: "Balgruf", Times New Romans, Serif;
    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: 80vw;
    text-align: center;
}

a.button_logout {
	font-family: "Balgruf", serif;
	font-size: 1vw;
}
	
/** * Parametri di default nella pagina
*/
body {
    padding: 0;
    margin: 0;
    color: #2d3338;
    font-family: Verdana, Sans;
    font-size: 11px;
	background-image: url(imgs/outputbg1.png);
	font-family: Arvo;
}

body.main_body {
    overflow: auto;
}

div.popup {
    
}

blockquote {
	font-size: 12px !important;
    margin: 5px !important;
    padding: 10px !important;
    border: 1px dashed #72706b !important;
    border-left: 3px solid #2d3338 !important;
    background: #e4dcc7;
	color: #2d3338;
}

hr {
	border: 0 !important;
    border-bottom: 1px dashed black !important;
    height: 1px !important;  
}

figure {
	place-items: center;
}

figure.image {
	text-align:center;
	margin: auto;
}

figure.image.image-style-side {
	float: left;
    margin: 5px;
}

span.text-big {
	font-size: 16px;
}

span.text-huge {
	font-size: 20px;
    font-family: 'KingC';
    border-bottom: 1px solid;
    padding: 5px;
}


body.transparent_body {
    background-color: transparent;
    background-image: none;
}

.footer_col {
    background: url(imgs/sidebar_bot.png) no-repeat;
    height: 40px;
    bottom: 5px;
    width: 325px;
    position: fixed;
}

#right_col {
	height: auto;
	position:fixed;
	right:0;
	top:30vh;
}

.right_top {
	height:30px;
	width: 49px;
	 background: url(imgs/bg_icon_menu_top.png) no-repeat;
}

.right_main{
	background: url(imgs/bg_icon_menu_mid.png) no-repeat;
	height:auto;
}

.right_bot {
	height:30px;
	width: 49px;
	 background: url(imgs/bg_icon_menu_bot.png) no-repeat;
}

div, ul, li {
 /*   margin: 0;
    padding: 0;*/
}

.blank {
    clear: both;
}

a, a:visited {
text-decoration: none;
color: #2d3338;
}

input#searchGuide {
	color: #2d3338;
    font-size: 1vw;
    font-family: 'Orator std';
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
	width: 100%;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

#searchGuide::placeholder {
	color: #2d3338;
}

a:hover {
text-decoration: none;
}

div.form_field table {
    margin: 5px auto;
}

textarea.text_msg {
	height: 20vh;
    width: 97%;
    margin: 5px;
}



/**input, textarea, select {
    width: 80%;
    margin-bottom: 10px;
	-moz-border-radius: 0.5vw; /* Bordi arrotondati */
 /*   -webkit-border-radius: 0.5vw;
    -khtml-border-radius: 0.5vw;
    border-radius: 0.5vw;
	background: #A59E8C;
	color: #2d3338;
	font-family: Arvo;
	font-size:13px;
} */
        .tooltip-custom{
            position: absolute;
                font-family: "Arvo", Times New Romans, Serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    border-top: 2px solid #8c7d59cc;
    border-left: 1px solid #8c7d59cc;
    border-right: 1px solid #8c7d59cc;
    border-bottom: 4px solid #8c7d59cc;
        background: #332e2a;
        color: #D7CEB2;
    text-align: justify;
    padding: 8px 16px;

        }
		
.pagina_impostazioni {
	padding: 4px;
	overflow: auto;
	height: 420px;
}

input, textarea, select {
	width: 80%;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #D7CEB2;
    border: 1px solid #5e5e5e;
    font-family: Arvo;
    font-size: 13px;
    box-shadow: inset 0px 0px 1px black;
    color: #e2d8b3;
    background: #6b6a66b0;
}

select * {
	background-color: #484744eb;
}

input[type='submit'].delete {
width: auto;
    box-shadow: none;
    font-size: 13px;
    float: right;
    height: auto;
    font-family: Atteron;
    cursor: pointer;
    font-weight: bold;
    background: none;
    padding: 0px;
    margin: 0px 5px;
}

input[type="radio" i] {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    margin: 0;
    min-width: 10px;
    height: 10px;
	background-color: #D7CEB2;
	border: 0.25vw double #382f28;
	margin-right: 0.4vw;
    margin-left: 0.1vw;
}

input[type="radio" i]:checked {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background-color: #2d3338;
    border: 1px solid rgba(0, 0, 0, 0.47);
border-radius: 6px; }

input[type='submit'] {
	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;
}

input[type="checkbox" i] {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    margin: 0;
    min-width: 10px;
    height: 10px;
	background-color: #D7CEB2;
	border: 0.25vw double #382f28;
}

input[type="checkbox" i]:checked {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background-color: #317294;
    border: 1px solid rgba(0, 0, 0, 0.47);
	border-radius: 6px;
}

button.submitmini{
	background: url(imgs/main_icon_button.png) no-repeat;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 0px 1px 5px black;
    margin: 3px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    color: #D7CEB2;
}

select.ab_sel {
    width: 50%;
    font-size: 2.5vw;
    text-align-last: center;
    text-align: center;
    margin: 1vw;
}

textarea {
    height: 100px;
}

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

div.form_field {
	color: #D7CEB2;
}

div.form_field_main {
	color: #2d3338;
	font-weight: bold;
}

div.form_info {
	font-size: 12px;
    color: rgb(215, 206, 178);
    width: 80%;
    background: rgba(0, 0, 0, 0.64);
    margin: auto;
	margin-bottom:4px;
    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;
}

select.day, select.month, select.year {
    width: 60px;
    display: inline-block;
}

/** * Stile dei messaggi d'avviso dell'engine */
div.warning, div.error	div.warning.success {
	height: 20px;
    color: #D7CEB2;
    text-align: center;
    font-size: 14px;
    margin-bottom: 1vw;
    padding-top: 0.5vw;
	background: linear-gradient(90deg, rgba(76, 74, 69, 0) 0%, #2e6f79 40%, #2e6f79 60%, rgba(76, 74, 69, 0) 100%);
}

/** * Stile dei messaggi d'avviso dell'engine */
div.warning2 {
	height: 5vw;
    background: rgb(45,51,56);
    background: linear-gradient(90deg, rgba(45,51,56,0) 0%, rgba(45,51,56,1) 30%, rgba(45,51,56,1) 50%, rgba(45,51,56,1) 70%, rgba(45,51,56,0) 100%);
    border-bottom: 0.2vw solid #292a2c;
    color: #D7CEB2;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 2vw;
    padding-top: 1vw;
    border-top: 0.2vw solid #292a2c;
}

div.link_back {
	text-align: center;
    background-color: rgb(165, 158, 140);
    width: 200px;
    padding: 2px;
    margin: auto;
    font-family: 'KingC';
    font-size: 13px;
    /* border-radius: 5vw; */
    border: 4.5px double;
    margin-top: 3px;
}

div.link_back2 {
text-align: center;
    background-color: rgb(165, 158, 140);
    width: 200px;
    padding: 2px;
    margin: auto;
    font-size: 14px;
    /* border-radius: 5vw; */
    border: 4.5px double;
    margin-top: 3px;
}
/** Stile modale **/

/** Stile modal scheda */
.ui-widget-header {
	color: #D7CEB2 !important;
    font-family: 'Atteron';
    text-shadow: 1px 1px 6px rgb(0 0 0);
    font-size: 2.7vh;
    text-align: center;
    font-weight: normal !important;
    height: 3vh;
	background: url(imgs/runesdx.png) top left no-repeat, url(imgs/runessx.png) top right no-repeat, url(imgs/stonegrunge5.png) !important;
    background-size: 40%, 40%, 43% !important;
	border: 0 !important;
}
	
.ui-widget-content {
}

.ui-widget.ui-widget-content {
	z-index: 9999;
	border: 8px solid transparent !important;
    border-image-slice: 30 30 30 30 !important;
    border-image-width: 30px 30px 30px 30px !important;
    border-image-outset: 0px 0px 0px 0px !important;
    border-image-repeat: stretch stretch !important;
    border-image-source: url(../../themes/advanced/imgs/corner.png) !important;
    background: transparent;
}

.ui-draggable .ui-dialog-titlebar {
    margin: -3px !important;
    padding: 4px !important;

}
.ui-dialog .ui-dialog-title {
float: none !important;
    /*padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(111, 79, 52, 0.57);
    border-top: 2px ridge #312d20;
    border-bottom: 2px ridge #826031;
	/** Angoletti 
	    -moz-border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    -khtml-border-radius: 0px 30px 0px 30px;
    border-radius: 0px 30px 0px 30px;*/
}
.ui-dialog .ui-dialog-content {
    margin: -3px !important;
	border-top: 1px solid black !important ;
}

/** Stile bottone chiusura modal **/

.ui-button, .ui-corner-all, .ui-widget, .ui-button-icon-only, .ui-dialog-titlebar-close {
    font-weight: normal;
    outline: none;
}
.ui-state-active .ui-icon, .ui-button:active, .ui-button {
}

.ui-state-default .ui-icon {
    background-image: url(imgs/icon_sprite.png) !important;
}

.ui-button .ui-icon {
	background-image: url(imgs/icon_sprite.png) !important;
}

.ui-dialog .ui-dialog-titlebar-restore {
	border: 1px solid black !important;
    background: #00000063 !important;
    border-radius: 2px 2px 0 0;
}

.ui-dialog .ui-dialog-titlebar-minimize {
	border: 1px solid black !important;
    background: #00000063 !important;
    border-radius: 2px 2px 0 0;
}

.ui-dialog-titlebar {
	padding: 0px !important;
}

.ui-widget .ui-widget {
	border: 1px solid black !important;
    background: #00000063 !important;
    border-radius: 2px 2px 0 0;
	margin-left: 3px !important; 
}

/** Colopicker **/
.colorcont {
	padding: 1vw;
	background: #2d3338;
}

/** * Logout */
body.logout_body {
	text-align: center;
}

.logout_box {
    top: 50vh;
    position: fixed;
    width: 99vw;
    padding: 10px;
    text-align: center;
	font-family: 'KingC';
    font-size: 1vw;
    color: #D7CEB2;
    background: linear-gradient(90deg, rgba(76, 74, 69, 0) 0%, #2e6f7973 40%, #2e6f7973 60%, rgba(76, 74, 69, 0) 100%);
}

img.img_logout {
	height: 100%;
}


div.logout_box a {
    font-style: italic;
	color: #D7CEB2;
	font-weight: bold;
}

/** * Titoli delle sezioni
*/
div.innertube h2, div.output h2, div.page_title h2 {
	text-align: center;
    font-family: Atteron;
    font-size: 23px;
    color: #D7CEB2;
}

div.map_title h2 {
	cursor: pointer;
}

div.page_title{
	margin-top: 3px;
	margin-bottom:3px;
	padding:5px;
	border-top: 1px solid black;
    background: #000000a3;
}

/* Stile barra di ricerca */

.search_bg {
	background-image: url(imgs/pattern_doc2.png);
    box-shadow: 0 0 1vw #2d2c27;
    padding-top: 10px;
    border-top: 2px solid #181818;
    border-bottom: 2px solid #181818;
	text-align: center;
}

select.searchsel {
	background: #181818;
    color: #c5bea6;
    border-radius: 0;
    border: 2px groove #6f6f6f;
}

input.searchbar {
	background: #181818;
	width: 400px;
    color: #c5bea6;
    border-radius: 0;
    border: 2px groove #6f6f6f;
}

input.searchbar::placeholder {
	color: #c5bea6;
}

input.searchbut {
	height: 21px;
    width: 100px;
    background-size: cover;
}

/** * Stile dei contenitori grigi con i bordini arrotondati
*/
 div.msgs, div.menu {
	padding: 0px 20px 0px 8.5px;
	height: 150px;
}

div.presenti {
    width: 91.2%;
    margin-left: 8px;
    border-top: 3px solid #181818;
    background: url(imgs/pattern_dark.jpg) top left repeat-y;
    flex: 1;
    border-bottom: 3px solid #181818;
    z-index: 900;
    margin-top: 20px;
    height: 20vh;
}

.pres_tit {
	background: url(imgs/online_title.png) left no-repeat;
    height: 25px;
    text-align: left;
    color: #D7CEB2;
    margin-top: -17px;
    font-size: 14px;
    letter-spacing: 3px;
    padding-top: 9px;
    font-family: 'Atteron';
    padding-right: 10px;
	padding-left: 10px;
}

div.footpresenti{
	text-align: center;
    font-family: 'KingC';
    font-size: 5.5vw;
    color: #D7CEB2;
    /*background: #66635bbf;*/
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f7973 40%, #2e6f7973 60%, rgba(76,74,69,0) 100%);
}

a.pres_list_link {
	color:#D7CEB2;
		transition: color 0.5s, text-shadow 0.5s;
}

a.pres_list_link:hover{
	color: #93A8AC !important;
	text-shadow: 3px 0px 1px black;
}

div.headleft{
	height: 1.5vw;
    text-align: center;
    padding-top: 0.5vw;
    font-family: Orator std;
    font-size: 1vw;
    color: #D7CEB2;
    border-top: 0.2vw ridge #4C5760;
    border-bottom: 0.2vw groove #4C5760;
    background-image: url(imgs/mochaGrunge3.png);
    -webkit-box-shadow:inset 0.2vw 0.2vw 1vw 0vw #4C5760, 0px 0.1vw 0.3vw 0px #4C5760;
    box-shadow: inset 0.2vw 0.2vw 1vw 0vw #4C5760, 0px 0.1vw 0.3vw 0px #4C5760;
    margin-bottom: 0.4vw;
}

div.stoneleft {
	height: 1.5vw;
    text-align: center;
    padding-top: 0.5vw;
    font-family: Orator std;
    font-size: 1vw;
    color: #D7CEB2;
    border-top: 0.2vw ridge #605e4c;
    border-bottom: 0.2vw groove #60594c;
    background-image: url(imgs/stonegrunge5.png);
    -webkit-box-shadow: inset 0.2vw 0.2vw 1vw 0vw #312b1f7a, 0px 0.1vw 0.3vw 0px #60574c;
    box-shadow: inset 0.2vw 0.2vw 1vw 0vw #312b1f7a, 0px 0.1vw 0.3vw 0px #60574c;
    margin-bottom: 0.4vw;
	background-position: center top;
}

div.mons_tab {
	margin-bottom: 1vw;
    min-width: 15%;
    text-align: center;
    margin-right: 1vw;
    box-shadow: rgb(5 5 5 / 77%) 1px 1px 5px;
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5vw;
    background: #5f5b51;
    font-family: 'Arvo';
    height: 2.5vw;
	color: black;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    -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;

}

.mons_sconf {
	color: rgb(215, 206, 178);
    background: rgba(0, 0, 0, 0.64);
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
	text-align:center;
	width: 100px;
}

img.img_mons{
	border: 0.1vw solid black;
    width: 50px;
    height: 50px;
    box-shadow: rgb(5 5 5 / 63%) 1px 1px 5px;
}

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

div.pagina_info_location {
	margin-top:0px;
	padding: 42.5px 21px 0px 8px;
}

div.output {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0px;
    width: auto;
    overflow: auto;
	margin: 4px;
    text-align: center;
    background: url(imgs/grunge_wall3.png);
	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;
}

.upsx_ang{
background: url(imgs/corner_top_left.png);
height:30px;
width:30px;
z-index: 900; 
position: absolute;
}

.updx_ang{
background: url(imgs/corner_top_right.png);
height:30px;
width:30px;
z-index: 900;
right: 0;
position: absolute;
}

.downsx_ang{
background: url(imgs/corner_bot_left.png);
height:30px;
width:30px;
z-index: 900;
bottom: 0;
position: absolute;
}

.downdx_ang{
background: url(imgs/corner_bot_right.png);
height:30px;
width:30px;
z-index: 900;
right: 0;
bottom: 0;
position: absolute;
}

#avv_pan{
	position: fixed;
	bottom:0;
	right:0;
	height:133px;
	width:133px;
	background: url(imgs/corner_miniavatar.png);
	z-index: 999;
}

/** * Informazioni con anteprima luogo
*/
div.info_image {
    text-align: center;
	margin-top:2px;
}

.map_title {
	background: url(imgs/sidebar_top2.png) no-repeat;
	z-index:999;
	height: 80px;
	padding-top: 20px;
    width: 325px;
    position: fixed;
    top: 2px;
}

img.immagine_luogo {
	width: 100%;
    height: 110px;
}

span.new_mex {
	color: #8ad0da; 
	font-weight: bold;
	
}

.new_mex {
	color: #8ad0da !important; 
	font-weight: bold;
	
}

.new_esito {
	color: #8ad0da !important; 
	font-weight: bold;
	
}

.iframe_meteo{
	height:30px;
	text-align: center;
	margin-top: -25px;
    color: #D7CEB2;
    font-size: 16px;
}

.meteo_box {
	display:flex;
    align-items: center;
}


div.box_stato_luogo {
    padding-top: 2px;
    margin-bottom: 15px;
}

div.meteo, div.meteo_date {
padding-top: 3px;
    color: #D7CEB2;
    font-size: 12px;
    z-index: 999;
    height: 25px;
    padding-right: 10px;
    background: #00000096;
    text-shadow: 0 0 0.1vw #414b52;
    margin-top: -30px;
    width: 287px;
    position: absolute;
    display: flex;
    align-items: center;
    font-family: 'Metamorphous';
    justify-content: space-around;
}

/* Angolo scheda */
.schedalink {
	background: url(imgs/arcanecircle.png) no-repeat;
	background-position: -3.7vw -2.3vw;
    background-size: cover;
}
div.bgname{
	margin-top: 20px;
    margin-left: 14px;
}

.scheda_img {
	width: 95px;
    height: 95px;
    border-radius: 100px;
	border: 1px solid black;
}

div.frameav{
	z-index: 9997;
    background: url(imgs/frame.png) no-repeat;
    background-size: contain;
    height: 140px;
    width: 170px;
    position: absolute;
    margin-left: 15px;
	margin-top: 0.5vw;
}


a.link_gear{
	right: 0px;
    background: url(imgs/pallino.png) no-repeat;
    color: #d7ceb2;
    text-shadow: 1px 1px black;
    width: 20px;
    height: 20px;
    display: block;
    padding: 5px;
    position: fixed;
	font-size: 13px;
    text-shadow: 0 0 0.1vw #414b52;
    bottom: 73px;
    z-index: 9999;
}

a.link_modify{
	right: 0px;
	background: url(imgs/pallino.png) no-repeat;
	color: #d7ceb2;
    text-shadow: 1px 1px black;
	width: 20px;
    height: 20px;
    display: block;
	padding: 5px;
	font-size: 13px;
    text-shadow: 0 0 0.1vw #414b52;
    bottom: 38px;
	position: fixed;
    z-index: 9999;
}

a.link_not{
	
    background: url(imgs/pallino.png) no-repeat;
    color: #d7ceb2;
    text-shadow: 1px 1px black;
    width: 20px;
    height: 20px;
    display: block;
    padding: 6px;
    margin-left: 25px;
	font-size: 13px;
    text-shadow: 0 0 0.1vw #414b52;
    bottom: -2px;
    z-index: 9999;
	position: fixed;
}
a.link_pg{
	right: 30px;
    background: url(imgs/pallino.png) no-repeat;
    color: #d7ceb2;
    text-shadow: 1px 1px black;
    width: 20px;
    height: 20px;
    display: block;
    padding: 5px;
    font-size: 13px;
    text-shadow: 0 0 0.1vw #414b52;
    bottom: 95px;
    position: fixed;
    z-index: 9999;
}

.link_exit {
	position: fixed;
    right: 47px;
    bottom: 2px;
}

div.bgdoc{
	background: url(imgs/bgdoc.png) no-repeat;
    background-size: contain;
    height: 3vw;
    padding-top: 1.2vw;
    color: #D7CEB2;
    font-size: 1.4vw;
    letter-spacing: -0.04vw;
    padding-left: 3vw;
    font-family: Orator std;
}

div.bgmanuale{
	background: url(imgs/bgmanuale.png) no-repeat;
    background-size: contain;
    height: 3vw;
    padding-top: 1.2vw;
    color: #D7CEB2;
    font-size: 1.4vw;
    letter-spacing: -0.04vw;
    padding-left: 1.2vw;
    font-family: Orator std;
}

div.schedaball {
    width: 1.8vw;
    height: 1.6vw;
    display: inline-block;
    border: solid 1px #383838;
    -moz-border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -khtml-border-radius: 1vw;
    border-radius: 1vw;
    font-family: Arvo;
	margin-right: 0.5vw;
    font-size: 1.2vw;
    padding-top: 0.2vw;
    color: #D7CEB2;
    background: rgb(102,99,91);
    background: linear-gradient(0deg, rgb(111 107 96) 0%, rgba(128,124,113,1) 100%);
    -webkit-box-shadow: inset 0px -0.1vw 0.5vw 0.06vw #232629, 0px 0.2vw 0.3vw 0px #131313;
    box-shadow: inset 0px -0.1vw 0.5vw 0.06vw #232629, 0px 0.2vw 0.3vw 0px #131313;
}

.containermsg {

}

.newpost{
	position: absolute;
    color: #93A8AC;
    font-size: 9vw;
    margin-left: 55vw;
    margin-top: 1.4vw;
}
.newmsg{
	position: absolute;
    color: #2d3338;
    font-size: 9vw;
    margin-left: 10vw;
	background: #93A8AC;
	border-radius:10vw;
	height: 10vw;
	width:10vw;
	text-align: center;
	box-shadow: 1vw 1vw 3vw #000000cf;
}

.newnot {	
	position: absolute;
    color: #2d3338;
    font-size: 9vw;
    margin-left: 90vw;
	background: #93A8AC;
	border-radius:10vw;
	height: 10vw;
	width:10vw;
	text-align: center;
	box-shadow: 1vw 1vw 3vw #000000cf;	
}

a.butlinks {
	color: #D7CEB2;
    font-size: 14px;
	text-shadow: 0.1vw 0.1vw 0.3vw #000000cf;
	transition: color ease-in-out 1s;
}

a.butlinks:hover{color:white;}

a.msglinks {
	color: #D7CEB2;
    font-size: 73vw;
    margin-right: 13vw;
    margin-left: 13vw; 
	text-shadow: 6vw 6vw 8vw #000000cf;
	transition: color ease-in-out 1s;
}

a.msglinks:hover{
	color: #93A8AC;
}

a.doclink{
	color: #D7CEB2;
}

a.linkmenu{
	color: #4d5052;
}

/** * Frame Messaggi 
*/
iframe.iframe_messaggi {
    float: left;
    height: 35px;
    width: 255px;
}
/** * Frame Forum
*/
iframe.iframe_forums {
    float: left;
    height: 35px;
    width: 127px;
}

div.pagina_messaggi {
    text-align: center; 
	display:flex;
}

div.pagina_messaggi a, div.pagina_messaggi a:visited {
    text-decoration: none;
    color: rgb(215, 206, 178);
}

div.messaggio_forum_nuovo a, div.messaggio_forum_nuovo a:visited {
    font-weight: bolder;
    font-style: italic;
    color: #111;
}

/** Stile pannello manuale **/
div.manual_container{
    background-image: url(imgs/pattern_doc2.png); 
    box-shadow: 0 0 1vw #2d2c27;
    border-radius: 4px;
    height: 100%;
    border: 3px solid #181818;
    color:  #2d3338;
    padding: 1vw;
    padding-right: 0;
    padding-left: 0;
	font-family: 'Arvo';
    font-size: 13px;
}
div.text_man{
	font-size: 14px;
    text-align: justify;
	padding-right: 1.2vw;
	height: 91%;
	color: #2d3338;
	padding-left: 1.2vw;
	overflow: auto;
	font-family: 'Josefin Sans', sans-serif;
}

div.container_size{
	display:none; 
	width: 78%;
	height: 94%;
	position: fixed;
	left: 250px;
	background: url(imgs/framenew.png) top left repeat;
	top: 3%;
}

div.man_title{
	color: #D7CEB2;
    text-align: center;
    font-size: 2vw;
    font-family: 'Atteron';
	width: 100.1%;
    padding-bottom: 3px;
    border-top: 1px solid black;
    background: #000000a3;
	    margin-bottom: 15px;
}


.angle_top {
	position: relative;
    width: 8px;
    float: right;
    margin-top: -3px;
    height: 10px;
    right: -3px;
    background: url(imgs/corner_sezioni_top_right.png);
}

.angle_down {
	position: relative;
    width: 8px;
    float: right;
    height: 10px;
    top: -21px;
    background: url(imgs/corner_sezioni_bot_right.png);	
}

/** * Men� di gioco
*/
select#gotomap {
display: block;
    width: 10vw;
    margin: auto;
    font-family: Arvo;
    font-size: 1vw;
	background:#D7CEB2;
}
div.maplink{
	height: 1.5vw;
    text-align: center;
    font-size: 0.8vw;
    font-weight: bold;
	text-shadow: 0 0 0.1vw #4C5760;
	font-family: Orator std;
}
a.linkmap{
	color: #414b52;
}

div.link_menu {
    display: inline-block;
	font-family: "Metamorphous", serif;
}

div.link_menu a {
	display: block;
    color: rgb(215, 206, 178);
    width: 111px;
    height: 18px;
    text-align: center;
    margin: 5px;
    margin-left: 7px;
    padding: 2px;
    padding-top: 5px;
    box-shadow: 0px 1px 5px black;
    background: url(imgs/nav_button.png) no-repeat;
    transition: background 2s ease-in-out 0s, color 1s ease-in-out 0s, border-radius 1s ease-in-out 0s, font-family 2s ease-in-out 0s, letter-spacing 1s ease-in-out 0s;
}


div.link_menu a:hover {
text-decoration: none;
    background: url(imgs/nav_button_hover.png) no-repeat;
    color: white;
}

div.link_menu a.sprite {
    display: block;
    width: 50px;
    height: 50px;
    background: no-repeat top left;
}

div.link_menu a.sprite:hover {
    background-position: 0 100%;
}


div.link_gest {
    font-size: 14px;
    font-family: Balgruf;
}

div.link_gest a {
	display: block;
    color: rgb(215, 206, 178);
	width: 111px;
    height: 46px;
    text-align: center;
    margin: 5px;
    padding: 2px;
	display: flex;
    justify-content: center;
    align-items: center;
	letter-spacing: -1px;
	box-shadow: 0px 1px 5px black;
    background: url(imgs/pulsante_big.png) no-repeat;
    transition: background 2s ease-in-out 0s, color 1s ease-in-out 0s, border-radius 1s ease-in-out 0s;
}


div.link_gest a:hover {
    text-decoration: none;
	background: url(imgs/pulsante_big_hover.png) no-repeat;
	color:white;
}

div.link_gest a.sprite {
    display: block;
    width: 50px;
    height: 50px;
    background: no-repeat top left;
}

div.link_gest a.sprite:hover {
    background-position: 0 100%;
}

.menusx_mini{
    float: left;
    margin-left: 3px;
}

.mini_link{
	background: url(imgs/main_icon_button.png) no-repeat;
    width: 15px;
    height: 14px;
    padding: 5px;
    box-shadow: 0px 1px 5px black;
    margin: 5px;
    margin-bottom: 11px; 
	border-radius: 3px;
    transition: background 2s ease-in-out 0s, color 1s ease-in-out 0s, border-radius 1s ease-in-out 0s;
}

.mini_link:hover{
	background: url(imgs/main_icon_button_hover.png) no-repeat;
}

/** * Mappa cliccabile */

.pagina_mappaclick{
	height: 100%;
}

/** * Posizionamento mappa cliccabile 
*/
div.mappaclick_map {
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 height:2040px; /** Fixare con le dimensioni della mappa ogni volta **/
	 width: 2040px;
	 cursor:grab;
}

.map_pol {
	position: fixed;
    top: 30px;
    right: 90px;
    z-index: 9999;
}

.map_per {
	position: fixed;
    top: 30px;
    right: 40px;
    z-index: 9999;
}

.map_men {
	position: fixed;
    top: 30px;
    right: 140px;
    z-index: 9999;
}

a.pol_link {
	
	width: 30px;
    height: 28px;
	border-radius: 10px;
    display: block;
    background: url(imgs/pattern_dark.jpg) repeat;
    border: 3px solid transparent;
    border-image-slice: 9 9 9 9;
    border-image-width: 10px 10px 10px 10px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/border2.png);
    box-shadow: inset 0px 0px 6px black;
	color: #D7CEB2;
	font-size: 20px;
	padding-top:3px;
}

/** * Link testuali sulla mappa */

div.elenco_chat{
	position: absolute;
    height: 80vh;
    width: 265px;
    top: 5vh;
}

div.chat_title{
    height: 32px;
    font-size: 10px;
    letter-spacing: 3px;
    padding-top: 8px;
    font-family: Atteron;
    color: rgb(215, 206, 178);
    text-align: center;
    font-weight: bold;
    background: url(imgs/elenco_chat_top.png) no-repeat;
}

div.chat_bg{
	width: 265px;
	 background: url(imgs/elenco_chat_mid.png) repeat-y;
	padding: 5px;
	height:90%;
	margin-top: -20px;
	font-family: Aileron;
	font-size:16px;
	overflow:auto;
}

.chat_list{
    background: #0000006b;
    margin: 0px 12px 0px 3px;
    padding-bottom: 3px;
    border-top: 1px solid black;
	
}

button.minimize_list {
	border: none;
	height:16px;
	width:16px;
	padding:0;
	background-image: url(imgs/minimize.png);
	background-repeat: no-repeat;
	float:right;
	margin-right:10px;
	cursor:pointer;
}

div.mappaclick_map a {
    color: rgb(255 250 233);
    text-shadow: 0px 0px 3px black;
    font-size: 18px;
    font-family: 'Atteron';
    transition: color 1s ease-in-out 0s;
}

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

div.chat_foot {
	background: url(imgs/elenco_chat_bot.png) no-repeat;
	height:40px;
}

/** * stile della tooltip di descrizione sulla mappa 
*/
div#descriptionLoc {
    position: absolute;
    width: 200px;
    background-color: #cfcfcf;
    padding: 20px;
    font-size: 12px;
    border: solid 1px #666;
    font-family: Verdana, Sans;
    text-align: left;

    -moz-border-radius: 5px; /* Bordi arrotondati */
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    display: none; /*NON TOCCARE* Di configurazione: nasconde la tip in partenza */
    z-index: 9999; /*NON TOCCARE* Di configurazione: mostra la tooltip sopra gli altri link */
}

/** * Stili relativi all'elenco delle mappe in basso
*/
div.mappaclick_more {
    position: absolute;
    top: 8px;
}

div.mappaclick_more a {
    background-color: #cfcfcf;
    padding: 8px;
    margin-right: 10px;
    -moz-border-radius: 5px; /* Bordi arrotondati */
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


/* Container news e presenti */

.left_down{
	display:flex;
	/*height: 53vh;*/
	flex-direction: column;
}

/* News */
.news{
    width: 91.2%;
    margin-left: 8px;
	border-top: 3px solid #181818;
	background: url(imgs/pattern_dark.jpg) repeat-y;
	flex:1;
	border-bottom: 3px solid #181818;
	z-index: 900;
	height: 27vh;
}

.news_tit {
	background: url(imgs/news_title.png) right no-repeat;
    height: 25px;
    text-align: right;
    color: #D7CEB2;
    margin-top: -17px;
    font-size: 14px;
    letter-spacing: 3px;
    padding-top: 9px;
    font-family: 'Atteron';
    padding-right: 10px;
}
.news_desc{
    overflow: auto;
    padding: 0.1vw;
	font-size: 1.6vh;
	color: #D7CEB2;
	height: 25vh;
}

.news_cont{
	box-shadow: 0px 1px 3px black;
    text-align: justify;
    color: #c5bea5;
    font-size: 1.5vh;
    background: #6b6a66b0;
    margin: 0.5vw;
    padding: 0.2vw;
    border-radius: 2px;
	margin-top: 0;
}

button.news_but{
    width: 24px;
    height: 24px;
    background: url(imgs/pallino2.png) no-repeat;
    border-radius: 25px;
    border: 1px solid black;
    margin-right: 2px;
    cursor: pointer;
    font-family: KingC;
    color: #D7CEB2;
    font-size: 10px;
    position: absolute;
    margin-top: -30px;
    outline: none;
    padding: 0;
}

.newstone {
	text-align: center;
	margin-top: -1.7vw;
    height: 1vw;
    padding: 0;
    margin-right: -2vw;
    margin-left: -2vw;
    font-family: 'Runes';
    color: #2d3338;
    font-size: 1.3vw;
}

.datatitle {
	color: #b1aa94;
    font-size: 1.3vh;
    font-family: Orator std;
}



/*  Contatti  */

.contact_c {
	    width: 15vw;
height: 7.1vw;
    background: url(imgs/headerconct.png);
    background-size: contain;
	    background-repeat: no-repeat;
	transition: background ease-in-out 2s;
}

.contact_c:hover {
    background: url(imgs/headerconct.png);
    background-size: contain;
	background-repeat: no-repeat;
}
 
.contact_t {
	margin-left: 4.5vw;
    font-size: 1.2vw;
    padding-top: 1.6vw;
    text-align: center;
    font-family: orator std;
}

.contact_body {
	display:flex;
}

.contc_text{
    box-shadow: 0px 1px 3px black;
    text-align: justify;
    color: #c5bea5;
    font-size: 0.8vw;
    background: #6b6a66b0;
    margin: 0.5vw;
    padding: 0.2vw;
    border-radius: 2px;
}

 .contact_min {
position: relative;
    margin: 0.3vw;
    width: 14vw;
    height: 19vw;
    overflow: hidden;
    background-image: url(imgs/mochaGrunge3.png);
    border: 0.2vw ridge #93A8AC;
    clip-path: polygon( -3% 10%, 12% 0, 83% -3%, 100% 9%, 100% 94%, 91% 100%, 9% 100%, 0% 94%, 0% 10%);
	box-shadow: inset 0 0 0.3vw #8fa8ab;
}

.title_contc {
	width: 200px;
    height: 15px;
    font-family: Atteron;
    color: rgb(215, 206, 178);
    text-align: center;
    letter-spacing: 1px;
    padding-top: -10px;
    margin: auto;
    background: url(imgs/top_frame.png) 0% 0% / contain no-repeat;
    padding: 3px;

}

.container_contact{
	height: 16.5vw;
    width: 13vw;
    margin-top: -0.3vw;
    border-left: 0.2vw double black;
    background-image: url(imgs/mochaGrunge3.png);
    background-size: 100%;
    border-top: 0.2vw ridge #4a4a4a;
    box-shadow: inset 0 0 0.3vw 0.1vw #212121, 0 0 0.5vw 0.1vw #232323;
}

.conct_button{
	display:flex;
	justify-content: center;
    background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f7973 40%, #2e6f7973 60%, rgba(76,74,69,0) 100%);
}

.soc_but{
	width: 1vw;
    text-align: center;
    padding: 0.2vw;
    border-radius: 1vw 0vw 0 1vw;
    border: 0.3vw double #000000b5;
    border-right: 0;
    background-image: url(imgs/mochaGrunge3.png);
	color: #070f15;
	cursor: pointer;
	box-shadow: 0vw 0.1vw 0.2vw #000000a6;
	margin-left: 0.1vw;
}

.infobut {
	background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}


/** Notifiche **/

div.new_not {
	float: right;
    color: #f43232;
}



/** PANNELLO MC **/

div.fate_frame {

	margin-left: 1vw;
    border: 0.23vw double;
    background: #b3ab94;
    margin-right: 1vw;
    font-size: 1vw;
	margin-top: 20px;
}

div.fate_link {
	margin: 0.3vw;
    font-size: 1vw;
    border-top: 0.1vw dotted #414141;
    border-bottom: 0.1vw dotted #414141;
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #908b7d 40%, #908b7d 60%, rgba(76,74,69,0) 100%);
}

.fate_cont { 
	background: #66635b66;
    margin-bottom: 0.2vw;
    border-radius: 0.2vw;
    padding: 0.3vw;
	margin-top: 0.3vw;
	overflow: auto;
 }
 
 .title_min{
	height: 16px;
	width: 236px;
    font-family: Atteron;
    color: rgb(215, 206, 178);
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    background: url(imgs/online_title.png) left no-repeat;
    padding: 3px;
    text-align: left;
    padding-left: 10px;
	margin-left: -1px;
}

.title_t {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px;
    border-top: 1px solid black;
    background: #000000a3;
	text-align: center;
    font-family: Atteron;
    font-size: 20px;
    color: #D7CEB2;
}

.title_m {
	width: 220px;
    height: 16px;
    font-family: Atteron;
    color: rgb(215, 206, 178);
    letter-spacing: 1px;
    font-weight: bold;
    margin: -11px auto auto;
    background: url(imgs/top_frame.png) 0% 0% no-repeat;
    padding-top: 8px;
    background-size: contain;
    margin-top: 10px;
}

.title_tr {
	height: 28px;
    width: 330px;
    font-family: Atteron;
    color: rgb(215, 206, 178);
    letter-spacing: 1px;
    font-size: 18px;
    margin: auto;
    background: url(imgs/newbut.png) left no-repeat;
    padding: 3px;
    text-align: center;
    padding-top: 20px;
    margin-top: -30px;
	font-weight: bold;
}

 .cont_men {
	width: 25%;
    margin: 5px;
    background: url(imgs/pattern_news.jpg) bottom right repeat-y;
    border: 3px solid #181818;
    height: 45vh;
    margin-top: 10px;
    box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
	 
 }
 
 .base_coll {
	background: #afa792;
    border-bottom: 1px solid #000000b8;
    border-top: 1px dotted black;
 }
 
 
a.link_fate {
color: #D7CEB2;
font-size: 12px;
}
 
/** PNG **/

.png_avv {
	width: 500px;
    height: 400px;
    margin-left: 10px;
    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;
	float: left;
	box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

.png_box {
	display: flex;
}

.pbox_left {
    margin: 5px;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    height: 403px;
    margin-top: 0;
	box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

.pbox_right {
    width: 60%;
    margin: 5px;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    height: 403px;
    margin-top: 0;
	box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

.pbox_down {
    width: 40%;
    margin: 5px;
    background: url(imgs/pattern_news.jpg) bottom right repeat;
    border: 3px solid #181818;
    height: 403px;
    margin-top: 0;
	box-shadow: inset 0px 0px 1px black, 0px 1px 3px black;
}

.pbox_text {
	background: #0000001f;
    margin-top: 5px;
    border-top: 1px dashed black;
    font-size: 12px;
}

.pbox_area {
	background: #66635bb0;
    margin-top: 5px;
    border-radius: 2px;
    color: #f3e9cb;
}

.title_sec {
    width: 108px;
    height: 8px;
    font-family: Atteron;
    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;
	text-align: center;
}

.form_field_dark {
	text-align: center;
    margin: 10px;
    padding: 5px;
    background: #00000073;
    color: #D7CEB2;	
}

/** * Messages center
*/
div.elenco_record_gioco {
    padding: 10px;
}

div.elenco_msgs {
    width: 30%;
	overflow:auto;
	float: left;
	text-align:center;
}

iframe.iframe_msgon {
	float: right;
    width: 70%;
    height: 490px;
}

iframe.iframe_msgoff {
    width: 67vw;
    height: 99vh;
}


div.elenco_msgs table {
}

div.elenco_record_gioco table {
    width: 100%;
     background: url(imgs/pattern_dark.jpg);
    border: 3px solid transparent;
    border-image-slice: 9 9 9 9;
    border-image-width: 10px 10px 10px 10px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/border2.png);
    box-shadow: inset 0px 0px 6px black;
	color: #c5bea6;
}


div.frame_tables {
    width: 90%;
     background: url(imgs/pattern_dark.jpg);
    border: 3px solid transparent;
    border-image-slice: 9 9 9 9;
    border-image-width: 10px 10px 10px 10px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/border2.png);
    box-shadow: inset 0px 0px 6px black;
	color: #c5bea6;
	font-size: 13px;
	text-align: center;
}

.frame_tile {
	background: #00000091;
	padding:3px;
	margin:5px;
	font-family: 'Aileron';
}

tr.titles_table {
	background: #00000091;
}

div.elementi_elenco {
    padding-top: 5px;
    text-align: center;
}

div.titoli_elenco {
    font-size: 13px;
    font-weight: bolder;
}

img.colonna_elengo_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.controllo_elenco img.iconimg {
		height: 15px;
		width: 15px;
		display: block;
		margin: 2px 5px;
	}


/** * Ambientazione/Regolamento */
div.user_ambientazione div.elementi_elenco, div.servizi_abilita div.elementi_elenco {
    text-align: left;
    padding: 5px;
}

div.user_ambientazione td.casella_titolo div.elementi_elenco, div.servizi_abilita td.casella_titolo div.elementi_elenco {
    font-size: 14px;
    font-weight: bolder;
    padding: 2px 0 2px 10px;
}

/** * Generico per elenchi, bacheche, regolamento, ambientazione etc */
div.capitolo_elenco {
    font-weight: bolder;
    font-size: 13px;
    text-align: left;
    padding: 5px 5px 5px 20px;
    background-color: #0000007d;
}

div.elementi_elenco {
    min-height: 20px;
}

td.casella_elemento, div.elementi_elenco {
    font-size: 12px;
	 color: #D7CEB2;
}

td.casella_elemento{
     background-color: #0000007d;
}

div.controllo_elenco input[type='image'] {
    height: 15px;
    width: 15px;
    display: block;
    margin: 2px 5px;
}

div.elementi_elenco a {
    font-weight: bolder;
	color: #D7CEB2;
}

div.elementi_elenco a:hover {
    text-decoration: none;
}

/** * Stile tabelle nei moduli di gestione */
div.elenco_record_gestione table {
    width: 95%;
    margin: 10px auto;
	border-collapse: collapse;
}

/** * Accorgimenti Layout */

/** * Allineamento verticale delle colonne 
*/
#framecontentLeft, #framecontentRight {
    display: table;
}

/** * margine delle colonne */
div.innertube {
    margin: 0;
    display: table-cell;
  /*  vertical-align: middle; */
}

/* Stile registrazione role/esiti */

.title_reg {
	color: #D7CEB2;
	text-align:center;
	background: linear-gradient(90deg, rgba(76,74,69,0) 0%, #2e6f79 40%, #2e6f79 60%, rgba(76,74,69,0) 100%);
	font-size: 14px;
	    font-family: 'Balgruf';
}

a.buts_year {
	font-family: 'Balgruf';
    font-size: 18px;
    width: 115px;
    color: #D7CEB2;
    height: 25px;
    margin-left: 3px;
    letter-spacing: -1px;
    box-shadow: 0px 1px 5px black;
    background: url(imgs/nav_button.png) no-repeat;
    margin-bottom: 3px;
    background-size: contain;
	text-align: center;
}

/* Stile anagrafe */

.titoli_pv{
	font-family: Atteron;
    font-size: 16px;
    font-weight: bold;
}

td.casella_tab{
    background: url(imgs/pattern_dark.jpg);
    text-align: center;
    color: #D7CEB2;
    font-family: 'KingC';
    font-size: 15px;
    text-shadow: 0px 0px 2px #d7ceb2b3;
    border: 3px solid transparent;
    border-image-slice: 9 9 9 9;
    border-image-width: 10px 10px 10px 10px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url(imgs/border2.png);
    box-shadow: inset 0px 0px 6px black;
}

/* Stile esiti & co */

.title_esi {
    background: #33312cad;
    box-shadow: 0px 0px 2px black;
    color: rgb(215, 206, 178);
    margin-top: 10px;
}

/* Stile approvazione pg **/

.bg_container {
    width: 50vw;
}

.stat_container {
	width: 35vw;
}

/** Stile notifiche di sistema **/

.notification_num {
	position: fixed;
    right: 100px;
    background: #8f3a3a;
    z-index: 9999;
    bottom: 19px;
    width: 14px;
    padding-top: 2px;
    border-radius: 10px;
    height: 11px;
    text-align: center;
    font-family: 'Josefin Sans';
    color: #d7ceb2;
}

tr.risultati_elenco_record_gestione{
    border: 2px groove #727171;
    background: #1e1e1eb0;
    margin: 5px;
    color: #D7CEB2;
}

/** Fix risoluzioni piccole **/

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

  .news_desc {
    height: 14vh;
  }
  
  .news {height: 15vh;}
  
  div.presenti{height: 15vh;}
  
  div.elenco_chat{height: 60vh;}
  
}

/** Fix risoluzioni grandi **/

@media screen and (min-width: 1900px) {
  .news_desc {
    height: 28.5vh;
  }
  
  .news {height: 27vh; }
  .left_down {height: 64vh;}
  
  div.presenti{ height: 27vh;}

}
