







@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Open+Sans+Condensed:300|Special+Elite|Playfair+Display');


body {
    background-image:url('imgs/text-ure.png');
    color: #444444;
    font-family: Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

body.transparent_body {
    background-color: transparent;
    background-image: none;
    font-size: 12px;
}
.ui-tooltip {
    background: #4f4f4f !important;
    padding: 7px !important;
    color: #d4d6d9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    border: 1px solid #d4d6d9 !important;
}
.blank {
    clear: both;
}

div.hideContent {
    display: none;
}

div.showContent {
    display: block;
}

a, a:visited {
    color:  #756d6a ;
    text-decoration: none;
}

a:hover {
    color: #9a9781;
}

a.doc, a.doc:visited {
    color: #577063;
    text-decoration: none;
    font-size: 12px;
}

a.doc:hover {
    color: #577063;
    font-size: 12px;
}

div.form_field table {
    margin: 5px auto;
    font-size: 12px;
}

input:not([type="checkbox"]), input:not([type="radio"]), textarea, select, button {
    margin-bottom: 10px;
    width: 80%;
    background-color: #090909;
    border: 1px dotted #2B2B2B;
    color: #cabdaf;
}



input[type="submit"], button {
    margin: 5px 0 15px;
    width: auto;
    font-size: 10px;
    color: #8a8275;
}

input[type="button"], button {
    width: auto;
    font-size: 10px;
}

input[type="submit"]:hover {
    color: #cabdaf;
}

input[type="radio"] {
    width: 15px;
}

input.link {
    border: none;
    background: transparent;
    color: #666666;
    font-size: 10px;
}

input.link:hover {
    border: none;
    background: transparent;
    color: #999999;
    font-size: 10px;
}

textarea {
    height: 100px;
    background-color: #090909;
    border: 1px dotted #2B2B2B;
    color: #959595;
}

div.form_label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    color: #756d6a;

}

div.form_info {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color:#756d6a;
}

div.form_helper{
    color:#756d6a;
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top: -10px;
}

div.form_field {
    color: #8a8275;
}
.main_body.calendario { overflow: hidden; }
.pagina_calendario .clearfix { clear: both; }
.pagina_calendario,
.pagina_calendario .page_body {
    width: 740px;
    height: 590px;
    background-image: url('/themes/advanced/imgs/bg-td.png');

}
.pagina_calendario .page_body {background-image: url('/themes/advanced/imgs/bg-td.png')


}
.pagina_calendario .page_body > h1 {
    border-bottom: 1px dotted #444;
    font-size: 30px;
    padding: 0.67rem 0 0 0;
    margin: auto;
    font-family: 'CoG';
    width:100%;
    margin-bottom: 0.67rem;
    color: #575c31;
}


#menu_calendario {
    background:#111110;
    margin: 5px;      position: relative;
    left: 253px;
    box-shadow: 2px 2px 2px black;
}
#menu_calendario a {
    background-image:url('/themes/advanced/imgs/bg-td.png');
    display: block;
    width: 100px;
    float: left;
    padding: .5rem 0;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "CoG";
    border: 1px dotted #444;
    margin-bottom:5px;


}
#menu_calendario a.active {
    color: #919191;
    background: rgba(0,0,0,.2);
}
#menu_quest {
    background:#111110;
    font-family: "Playfair Display";
    float: left;
    width: 223px;
    border-right: 1px dotted;
    height: calc(100% - 106px);
    box-shadow: 2px 2px 2px black;

}
#menu_quest .cicli_quest,
#menu_quest .quest_programmate { height: 49%;}
#menu_quest .cicli_quest > .contenitore,
#menu_quest .quest_programmate > .contenitore {
    background:#111110;
    background-image: url('/themes/advanced/imgs/bg-td.png');
    box-shadow: 0px 1px 0px 0px black;
    font-family: "Playfair Display";
    height: calc(100% - 22px);
    overflow-y: auto;

}
#menu_quest h2 {
    margin: 0;
    padding: .25rem 0;
    background-image: url('/themes/advanced/imgs/bg-td.png');
    box-shadow: -1px -2px 2px black;
    color: #aba8a8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 13px;
    font-family: "CoG";
}

#menu_quest .contenitore .link_calendario { position: relative; }
#menu_quest .contenitore .link_calendario {
    opacity: 0.8;

    box-shadow: 2px 2px 2px black;
    text-align: left;
    float: left;
    margin-bottom: 2px;
    border-bottom: 1px dotted #444;
    display: inline-block;
    width: 100%;
    background: #161616;
}
#menu_quest .contenitore .link_calendario.admin {}
#menu_quest .contenitore .link_calendario a:first-child {
    background: #161616;
    color: #999290;
    text-shadow: 1px 1px #000;
    font-family: "Playfair Display";
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
    width: calc(100% - 20px);
    display: block;
    transition: all 500ms ease;
    padding: 10px 0 10px 20px;
}
#menu_quest .contenitore .link_calendario.admin a:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
}
#menu_quest .contenitore .link_calendario.admin a:nth-child(2),
#menu_quest .contenitore .link_calendario.admin a:last-child {
    font-size: 12px;
    color: #999290;
    width: 97px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
}
#menu_quest .contenitore .link_calendario a { color: #9c9d9d; }
#menu_quest .contenitore .link_calendario a + a:hover { text-decoration: underline; }
.eventi_programmati .titolo_quest a {
    font-size:11px;
    color:#a6a6a6;
}

#menu_quest .contenitore .link_calendario a:first-child:hover:after{
    opacity: 0.8;
    text-align: center;
    text-transform:uppercase;
    text-shadow: 1px 1px #000;
    font-family: "Playfair Display";
    float: left;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-size: 13px;
    display: inline-block;
    width: 90%;}



#menu_quest .contenitore .link_calendario a:first-child:hover,
#menu_quest .contenitore .link_calendario a:first-child.active {
    background-color: black;
    transition: 500ms ease;

}
#quest_container {
    box-shadow: 0px 0px 2px 0px black;
    background-image: url('/themes/advanced/imgs/bg-td.png');
    font-family: Tahoma, sans-serif;
    width: calc(100% - 225px);
    float: left;
    height: calc(100% - 107px);
    text-align: left;
    overflow-y: auto;
}

#quest_container h2 {
    background:  #020202;
    text-shadow: 1px 1px #000;
    border-bottom: 1px dotted #444;
    font-family: "Playfair Display";
    letter-spacing: 0.5px;
    padding: 5px;
    margin-left: 5px;

    word-spacing: 1px;
    font-size: 17px;}

#quest_container h2 .nome_master,
#quest_container h2 .nome_autore {
    font-family: "Playfair Display";
    font-size: 17px;
    float: right;}
#quest_container h2 .nome_master a,
#quest_container h2 .nome_autore a {
    font-family: "Playfair Display";
    margin-top: 2px;
    font-size: 15px;
    margin-left: 5px;
    float: right;
    color: #625f57;
}
#quest_container h3 { text-shadow: 1px 1px #000;
    font-family: "Playfair Display";
    letter-spacing: 0.5px;
    border-bottom: 2px;
    word-spacing: 1px;
    font-size: 15px;
}

#quest_container .informazioni_quest {
    background:  #070606;
    color:#868585;
    font-size:13px;
    text-align: left;
    padding: 0 5rem 0 .8rem;
    margin: 0 0 0 1rem;
}
#quest_container .informazioni_quest.tipo_evento-1 { border-left: 3px solid white; }
#quest_container .informazioni_quest.tipo_evento-1 { border-left: 3px solid lightblue; }
#quest_container .informazioni_quest.tipo_evento-2 { border-left: 3px solid greenyellow; }
#quest_container .informazioni_quest.tipo_evento-3 { border-left: 3px solid orange; }
#quest_container .informazioni_quest.tipo_evento-4 { border-left: 3px solid firebrick; }
#quest_container .informazioni_quest.tipo_evento-5 { border-left: 3px solid magenta; }
#quest_container h4 {}
#quest_container .label {}
#quest_container .danger-3 {}
#quest_container .danger-2 {}
#quest_container .danger-1 {}
#quest_container .danger-0 {}
#quest_container .label + a {}
#quest_container .descrizione { text-align: justify;
    color:#868585;
    font-size:13px; }
#quest_container .prenotazioni {}
#legenda_calendario {
    padding: 5px 0;
    margin: 5px;
}
#legenda_calendario ul {
    font-family: "Playfair Display";
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
}
#legenda_calendario ul li {
    font-family: "Playfair Display";
    display: inline-block;
    margin-right: 15px;
    clear: both;
}
#legenda_calendario ul li span {
    width: 95px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'CoG';
    color:#868585;
}
#legenda_calendario ul li span:first-child {
    height: 14px;
    width: 5px;
    margin-right: 4px;
    float: left;
}
#legenda_calendario .tipo_evento-0 { background-color: white; }
#legenda_calendario .tipo_evento-1 { background-color: lightblue; }
#legenda_calendario .tipo_evento-2 { background-color: greenyellow; }
#legenda_calendario .tipo_evento-3 { background-color: orange; }
#legenda_calendario .tipo_evento-4 { background-color: firebrick; }
#legenda_calendario .tipo_evento-5 { background-color: magenta; }
#legenda_calendario + .eventi_programmati {
    height: calc(100% - 210px);
    overflow-y: auto;
}
#legenda_calendario + .eventi_programmati + a { font-size: 11pt; }
#legenda_calendario + .eventi_programmati ul {
    font-family: "Playfair Display";
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
#legenda_calendario + .eventi_programmati ul li {
    font-family: "Tahoma";
    clear: both;
    background-color: rgba(140, 140, 140, .02);
    margin: 0px 0px 10px 0px;
    border: 1px dotted #424242;
    padding: 5px;
    color: #868585;
}
#prenota_quest {
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
#prenota_quest input {
    cursor: pointer;
    padding: 10px;
}
.elemento_programmato {
    padding: 5px;
}
.elemento_programmato.tipo_evento-0 { border-left: 3px solid white !important; }
.elemento_programmato.tipo_evento-1 { border-left: 3px solid lightblue !important; }
.elemento_programmato.tipo_evento-2 { border-left: 3px solid greenyellow !important; }
.elemento_programmato.tipo_evento-3 { border-left: 3px solid orange !important; }
.elemento_programmato.tipo_evento-4 { border-left: 3px solid firebrick !important; }
.elemento_programmato.tipo_evento-5 { border-left: 3px solid magenta !important; }

#legenda_calendario + .eventi_programmati ul li header { padding: 0 0 5px; }
#legenda_calendario + .eventi_programmati ul li header > .data_evento {
    float: left;
    background-image: url('/themes/advanced/imgs/snaso.png');
    color: #717171;
    text-align: center;
    text-shadow: 1px 1px #000;
    font-family: "Playfair Display";
    height: 50px;
    width: 50px;
}

#legenda_calendario + .eventi_programmati ul li header > .data_evento .giorno_evento { font-size: 16pt;}
#legenda_calendario + .eventi_programmati ul li header > .data_evento .mese_evento {
    background-color: transparent;
    color: #717171;
    text-transform: uppercase;
    font-family: "Playfair Display";
    display: inline-block;
    padding:-5px;
    text-shadow: 1px 1px #000;
    font-size: 17px;
    text-shadow: gray 1px;
    width: 72%;
}



#legenda_calendario + .eventi_programmati ul li header .descrizione_evento {
    text-align: left;
    height: 50px;
}
#legenda_calendario + .eventi_programmati ul li header .descrizione_evento h2 {
    font-family: "Playfair Display";
    color: #6f6f6f;
    text-shadow:1px 1px #000;
    margin: 0 0 0 60px;
    font-size: 14pt;
}

#legenda_calendario + .eventi_programmati ul li header .descrizione_evento .autore_evento {
    display: inline-block;
    margin: 0 0 0 10px;
}
#legenda_calendario + .eventi_programmati ul li header .descrizione_evento .autore_evento a {   color: #6f6f6f;
    text-shadow:1px 1px #000;
}
#legenda_calendario + .eventi_programmati ul li header .descrizione_evento .ora_evento span {   font-size: 9pt; color: #6f6f6f;}
#legenda_calendario + .eventi_programmati ul li .note_evento {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0;
    border-top: 1px dotted #424242;
    color:#868585;}

/*SCRITTA NOTE*/

#legenda_calendario + .eventi_programmati ul li .note_evento span { opacity: 0.75;
    text-transform:uppercase;
    word-spacing: 0.1px;
}
.nessuna_prenotazione { padding: 0 1rem; }
div.capitolo_elenco1 {
    font-family: "Playfair Display";
    color: #28231C;
    font-variant: all-small-caps;
    font-size: 18px;
    text-align: center;
}

select.day, select.month, select.year {
    width: 80px;
    color: #444444;
}

div.warning, div.error_box {
    font-family: "Playfair Display";
    background-color: #000000;
    border: 1px dotted #2B2B2B;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    margin: 15px;
    padding: 10px;
    text-align: center;
}

div.link_back {
    padding: 2px;
    text-align: center;
}

div.logout_box {
    font-family: "Playfair Display";
    background-color: #D9D9D9;
    border: 1px solid #333333;
    border-radius: 5px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}

div.logout_box a {
    font-family: "Playfair Display";
    font-style: italic;
    text-decoration: underline;
}

div.innertube, div.output h2, div.page_title h2 {
    font-size: 11px;
    margin-top: 0;
    padding-bottom: 4px;
    color: #7b6d50 ;
}

div.page_title_modifica h2 {
    display: none;
}

div.colonne_sx{
    width: 216px;
    color: #909090;
    position: relative;
    height: 100%;
}

div.pagina_info_location {
    font-family: "Playfair Display";
    color: #444444;
    margin-top:0px;
    margin-left:-7px;
    height: 112px;
    width:199px;
    overflow: hidden;
    background-image: url(/themes/advanced/imgs/frame_dx.png);
}
div.pagina_info_location .info_desc{
    font-family: "Playfair Display";
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1);
    color:#8a8275;
}
div.pagina_info_location .info_image{
    text-align: center;
    margin-top: 15px;
    margin-left:0px;
}
img.immagine_luogo {
    width: 162px;
    height:79px;
}



div.meteo{
    margin-top: 128px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1);
    color: #8a8275;
    text-align: center;
}

.meteo div.meteo_date {
    font-size: 12px;
    text-transform: uppercase;
    position:absolute;
    margin-top:25px;
    margin-left:64px;
}
.meteo #dawn_dusk{
    margin-top: 7px;
    font-size: 10px;
    text-transform: uppercase;
}
.meteo #meteo_cond{
    text-align: center;
}
.meteo #meteo_cond img{
    vertical-align: middle;
}


.clnd {
    top: 175px;
    position: absolute;
    left: 181px;
}
.clnd,
.clnd iframe,
.pagina_agenda {
    width: 35px;
    height: 31px;
}
div.menu {
    position: absolute;
    top: 249px;
    left:-126px;
    margin: auto;
    text-align: center;
    height: 80px;
    width: 100%;
}
div.menu div.link_menu {
    padding: 0;
    margin: auto;
}
div.menu div.link_menu a {
    display: block;
    padding: 3px;
    text-align: center;
    width:31px;
}


#link_menu_map{
    position: relative;
    display: inline;
    left: 9px;
    top: 6px;
}
#link_menu_refresh{
    display: inline;
    position: relative;
    left: 50px;
    top: 11px;
}
#link_menu_quit{
    display: inline;
    position: relative;
    left: 109px;
    top: -16px;
}
#link_menu_services{
    display: inline;
    position: relative;
    left: 137px;
    top: -76px;
}

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#framecontentRight .innertube{
    margin-left: 7px;
}
div.colonne_dx{
    position: relative;
}

div.mini_avatar {
    width: 100px;
    height: 100px;
    margin: 90px 90px auto;
}
div.mini_avatar a{
    display: block;
}
div.mini_avatar img {
    width: 100px;
    height: 100px;
}

div.msgs {
    width: 220px;
    height: 71px;
    margin-left: -5px;
    margin-top: 71px;
}

iframe.iframe_messaggi {
    height: 181px;
}

div.messaggio_forum {
    width:40px;
    text-align:center;
    
}
div.messaggio_forum img{
    margin-left:0px;
}

div.pagina_messaggi {
    font-size: 12px;
    text-align: center;
    margin-left: 99px;
    height: 40px;
    width: 40px;
}
div.pagina_messaggi a, div.pagina_messaggi a:visited {
    color: #444444;
    text-decoration: none;
}
div.messaggio_forum_nuovo a, div.messaggio_forum_nuovo a:visited {
    color: #111111;
    font-style: italic;
    font-weight: normal;
}

div.menudx{
    margin: auto;
    text-align: center;
}
div.menudx div.link_menu {
    padding: 0;
    margin: auto;
}

div.menudx div.link_menu a {
    display: block;
    text-align: center;
}
div.menudx div.link_menu a.sprite {
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 3px;
}
div.menudx div#link_menudx_calendar, div.menudx div#link_menudx_news{
    display: inline-block;
}

div.presenti {
    margin: 95px 1px 45px 18px;
    height: 236px;
    max-height: 190px;
}
div.presenti iframe.iframe_presenti{
    background-color: transparent;
    border: none;
    height: 100%;
    overflow: auto;
    width: 100%;
    font-size : 13px;
}
div.presenti iframe.iframe_presenti body.transparent_body{
    background-color: transparent;
}

div.presenti_estesi tr:last-child td:first-child {

}

div.presenti_estesi tr:last-child td:last-child {

}

div.presenti_estesi td.segnalini_presenti_estesi:last-child img {
    opacity: 0.6;
}

div.presenti_estesi td.segnalini_presenti_estesi:last-child img:hover {
    opacity: 1;
}

div.output {
    bottom: 0;
    left: 0;
    overflow: auto;
    right: 0;
    text-align: center;
    width: auto;
    height: 100%;
}
.calendario div.output { overflow-x: hidden; }
div.box_stato_luogo {
    padding:10px;
    color: #756d6a;
    text-align: justify;
}
div.box_stato_luogo div {
    color:#756d6a;
}

select#gotomap {
    display: block;
    margin: 0 auto 15px;
    width: 160px;
}
.pagina_mappaclick .page_title img{
    margin: 10px auto;
}
div.mappaclick_map {
    margin: 0px auto;
    position: relative;
}

div.mappaclick_map a {
    font-size: 12px;
    font-weight: bolder;
}

 img.quartiere:hover {
filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    filter: gray; /* Fix per Explorer */
}



div#descriptionLoc {
    background-color: #CFCFCF;
    border: 1px solid #666666;
    border-radius: 5px;
    display: none;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    padding: 20px;
    position: absolute;
    text-align: justify;
    width: 200px;
    z-index: 9999;
}

div.mappaclick_more {
    padding-top: 10px;
    margin-top: 15px;
}

div.mappaclick_more a {
    background-color: #090909;
    border: 1px solid #2B2B2B;
    padding:4px;
    font-size: 11px;
    margin-right: 20px;
    color:#756d6a;
    text-transform:uppercase;
    transition: all 0.5s ease-in-out;

}
div.mappaclick_more a:hover {
    background-color: #8a8275;
    color:#cabdaf;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
}

div.elenco_record_gioco {
    padding: 10px;
    margin: auto;
    overflow: clip;
}

div.elenco_record_gioco table {
    width: 100%;
}

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

div.titoli_elenco {
    font-size: 12px;
    font-weight: normal;
}

img.colonna_elenco_messaggi_icon {
    height: 30px;
    width: 30px;
}

div.controlli_elenco {
    width: 60px;
    margin: 0 auto;
}

div.controllo_elenco {
    float: left;
    width: 20px;
}

div.controllo_elenco input[type="image"] {
    width: 15px;
}

div.user_ambientazione div.elementi_elenco, div.servizi_abilita div.elementi_elenco {
    padding: 5px;
    text-align: left;
    color: #444444;
}

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

div.capitolo_elenco {
    padding: 5px 5px 5px 20px;
    color: #444444;
}

div.elementi_elenco {
}

td.casella_elemento, div.elementi_elenco {
    text-align: center;
    padding-left: 5px;
    color: #756d6a;
    font-size: 12px;
}

div.testo_mercato, td.casella_elemento_img {
    font-size: 12px;
}
div.testo_mercato {
    margin-top: -299px;
    height: 243px;
    width: 332px;
    margin-left: 60px;
    font-size: 12px;
    text-align: justify;
    padding: 10px;
    color: #756d6a;
    line-height:19px;
    font-family: tahoma;
    font-weight: normal;
    box-shadow: 2px 1px 1px #000;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1),
    0px 0px 2px rgba(0, 0, 0, 1);
}

div.controllo_elenco input[type="image"] {
    display: block;
    height: 15px;
    margin: 2px 5px;
    width: 15px;
    opacity: 0.5;
    border:none;
}

div.controllo_elenco input[type="image"]:hover {
    opacity: 1;
}

div.elementi_elenco a {
    font-weight: normal;
    color: #444444;
}

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

div.elenco_record_gestione table {
    margin: 10px auto;
    width: 95%;
    color: #444444;
}

div.pagina_news_info {

    font-size: 12px;
    margin: 5px auto;
    padding: 10px;
    overflow: auto;
    width: 180px;
    height: 1800px;
}

div.innertube {
    /*display: table-cell;*/
    margin: 0;
    /*vertical-align: middle;*/
    height: 100%;
}

div.popup {
    overflow-y: auto;
}

div.titolo {
    border-radius: 10px;
    text-align: center;
    color: #444444;
}

div.pagina_iscrizione {
    width: 80%;
    margin: auto;
    text-align: justify;
}

div.pagina_iscrizione div.disclaimer_iscrizione {
    color: #8a8275;
}

div.pagina_iscrizione div.panels_box p {
    text-align: center;
}

div.icone_elenco {
    /*width: 16px;
    height: 16px;
    margin-left: -8px;*/
}

img.icone_elenco {
    /* width: 16px;
     height: 16px;
     margin-left: -8px;*/
}

img.immagine_inventario {
    width: 200px;
    height: 120px;
}

/*mercato*/
div.pagina_servizi_mercato table.mercato td.corpo_mercato {
    width: 730px;
        text-align:center;
}

div.link_menu_mercato{
padding: 3px;}

div.menu_mercato {
    background: url(/themes/advanced/imgs/bg-mercato.png);
    width: 195px;
    height: 582px;
    margin: 5px;
}

div.corpo_mercato {
    height: 500px;
    overflow: auto;
}

div.link_menu_mercato a {
    display: block;
    padding: 1px;
    text-align: center;
    color: #70665c;
    font-family: CoG;
    font-size: 21px;
    font-variant: all-small-caps;

}

div.link_menu_mercato a:hover {
    display: block;
    padding: 1px;
    text-align: center;
    color: #cabdaf;
    font-family: CoG;
    font-size: 21px;
    font-variant: all-small-caps;

}

.office{
    display: inline-block;
    box-sizing: border-box;
    width: 180px;
    height: 330px;
    margin: 0.5%;
    padding: 3px;
    background-image: url(imgs/bg-utility.png);
    vertical-align: top;
    font-size: 1.2em;
}
.office .link_menu{
    margin: 5px auto;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1);

}
.office .link_menu a{
    font-size:11px;
    color: #8a8275;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.office .link_menu a:hover{
    font-size:13px;
    color: #d6c6b1;
}

.office form{
    width: 70%;
    margin: auto;
}
.office .form_label{
    font-size: 10px;
    text-transform: uppercase;
    width: auto;
    color: #8a8275;
    text-align: left;
}
.office .form_textarea{
    width: 100%;
    height: 50px;
    margin: auto;
}

.pagina_uffici #stats_table{
    display: inline-block;
    box-sizing: border-box;
    margin: 1%;
    padding: 5px;
    border: 1px dotted #cabdaf;
    vertical-align: top;
    border-radius: 5px;
}

div.pagina_uffici div#stats_table tr div{
    color: #8a8275;

}

div.pagina_uffici div.page_title{
    color: #756d6a;
}


div.pagina_uffici a#ultimi5tasto {
    color: #70665c;
}

div.pagina_uffici a#ultimi5tasto:hover {
    color: #cabdaf;
}
div.pagina_uffici .accordion-opener {
    color: #70665c;
    text-decoration: underline;
    cursor: pointer;
}
div.pagina_uffici .accordion-content{
    display: none;
}
div.pagina_uffici .accordion-content a {
    color: #cabdaf;
}

.pagina_blocco_note img#title_img{
    display: block;
    margin: 20px auto;
}
.pagina_blocco_note #text, .pagina_blocco_note #contatore{
    margin: auto;
}

.logout_body{
    text-align: center;
}
.logout_body a{
    display: block;
    width:532px;
    height:502px;
    background: url(/imgs/logout.gif) no-repeat;
    margin: 100px auto auto auto;
}

#submaps{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background: rgba(0,0,0,0.7);
    border-right: 1px solid #333333;
    padding: 0 1.5%;
}

#submaps .loading{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5) url(/themes/advanced/imgs/ajax-loader.gif) no-repeat center center;
}

#submaps .map_name{
    font-family: Palatino, sans-serif;
    font-size: 18px;
    font-variant: small-caps;
    color: #a68a6d;
}

#submaps a{
    display: block;
    margin-top: 10px;
    font-family: Lucida Sans Unicode, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #b6a492;
}

#submaps #submaps_closer{
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 2em;
}
table.tab_servizi th{
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    background-image: url('imgs/bg-td2.png');
    height: 20px;
    color: #948b87;
    font-size: 10px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4);
}
table.tab_servizi th:first-child {

}
table.tab_servizi th:last-child{

}
table.tab_servizi th div{
    line-height: 20px;
    min-height: 20px;
}
table.tab_servizi tr td{
    height: 30px;
    text-align: center;
    background-image: url(imgs/bg-td.png);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px black;
    color: #8a8275;
}

table.tab_servizi tr.membri_associazione td{
    background-image: url(imgs/bg-td2.png);
    color: #756d6a;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 10px;
    height: 20px;
}

table.tab_servizi tr.membri_associazione td:first-child{

}

table.tab_servizi tr.membri_associazione td:last-child{

}

table.tab_servizi td .icone_elenco{
    margin-left: 3px;
}

.pagina_servizi_razze #races_list{
    margin: auto;
    width: 60%;
}
.pagina_servizi_razze #races_list th:first-child{
    width: 45%;
}
.pagina_servizi_razze #races_list th:nth-child(2){
    width: 10%;
}
.pagina_servizi_razze #races_list th:last-child{
    width: 10%;
}

.pagina_servizi_razze #races_list tr:last-child td:first-child {

    width:5%;
}

.pagina_servizi_razze #races_list tr:last-child td:last-child {

}

.pagina_servizi_razze #race_roles_list{
    margin: auto;
    width: 40%;
    background-image: url(http://i.imgur.com/14GfXCK.png);
}

.pagina_servizi_razze #race_roles_list tr:last-child td:first-child {

}

.pagina_servizi_razze #race_roles_list tr:last-child td:last-child {

}

.pagina_servizi_razze #race_roles_list th:first-child{
    width: 3%;
}
.pagina_servizi_razze #race_roles_list th:nth-child(2){
    width: 20%;
}

.pagina_servizi_razze #race_roles_list tr td:last-child {
    color: #8a8275;
}

.pagina_servizi_razze #race_members{
    width: 60%;
    margin: auto;
}
.pagina_servizi_razze #race_members th:first-child{
    width: 45%;
}
.pagina_servizi_razze #race_members th:nth-child(2){
    width: 15%;
}
.pagina_servizi_razze #race_members th:last-child{
    width: 20%;
}
.pagina_servizi_razze #race_members td:nth-child(2) div{
    line-height:15px;
    min-height:20px;
}

.pagina_servizi_razze #race_members tr:last-child td:first-child {

}

.pagina_servizi_razze #race_members tr:last-child td:last-child {

}

.pagina_servizi_razze #race_members tr td {
    color: #8a8275;
}

.pagina_servizi_razze #race_members tr td a {
    color:#8a8275;
}

.pagina_servizi_razze #race_members tr td a:hover {
    color: #cabdaf;
}
.pagina_servizi_gilde #guilds_list{
    width: 60%;
    margin: auto;
}
.pagina_servizi_gilde #guilds_list .guilds_header td{
    background-image: url(./imgs/bg-td.png);
    color: #70665c;
    text-transform: uppercase;
    font-size:9px;
    height: 20px;
}

.pagina_servizi_gilde #guilds_list  tr:last-child td:first-child {

}

.pagina_servizi_gilde #guilds_list  tr:last-child td:last-child {

}

.pagina_servizi_gilde #guilds_list .guilds_header td:first-child{
    width: 45%;
}
.pagina_servizi_gilde #guilds_list .guilds_header td:nth-child(2){
    width: 10%;
}
.pagina_servizi_gilde #guilds_list .guilds_header td:last-child{
    width: 10%;
}
.pagina_servizi_gilde #guilds_list .guilds_header td div{
    line-height: 20px;
    min-height: 20px;
}
.pagina_servizi_gilde #guilds_list td{
    height: 30px;
}
.pagina_servizi_gilde #guilds_list td img.icone_elenco{

}

.pagina_servizi_gilde #guild_roles_list{
    width: 40%;
    margin-left: 50%;
    transform: translateX(-50%);
}

#guild_roles_list tr td:last-child {
    color: #8a8275;
}

.pagina_servizi_gilde #guild_roles_list tr:last-child td:first-child {

}

.pagina_servizi_gilde #guild_roles_list tr:last-child td:last-child {

}

.pagina_servizi_gilde #guild_roles_list th{
    width: 20%;
}

.pagina_servizi_gilde #guild_members{
    width: 60%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.pagina_servizi_gilde #guild_members th:first-child{
    width: 45%;
}
.pagina_servizi_gilde #guild_members th:nth-child(2){
    width: 15%;
}
.pagina_servizi_gilde #guild_members th:last-child{
    width: 20%;
}

.pagina_servizi_gilde #guild_members div.elementi_elenco a {
    color: #8a8275;
}

.pagina_servizi_gilde #guild_members div.elementi_elenco a:hover {
    color: #cabdaf;
}

.pagina_servizi_gilde #guild_members td div {
    color:#756d6a;
}

.pagina_servizi_gilde #guild_members tr td:nth-child(3) div {
    color: #8a8275;
}

.pagina_servizi_gilde #guild_members tr:last-child td:first-child {

}

.pagina_servizi_gilde #guild_members tr:last-child td:last-child {

}

.pagina_servizi_banca table{
    margin: auto;
    width: 70%;
    border-collapse:collapse;
}
.pagina_servizi_banca table th{
    background-image: url(./imgs/bg-td2.png);
    box-shadow: 2px 2px 2px black;
    text-transform: uppercase;
    color: #2d2d2d;
}
.pagina_servizi_banca table th .status_bancario span.status_label {
    color: #70665c;
}
.pagina_servizi_banca table th .status_bancario span.status_value{
    color: #cabdaf;
}
.pagina_servizi_banca table tr:not(:first-child) td{
    box-shadow:0px 2px 0px black;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4);
    font-size: 9px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.pagina_servizi_banca table tr:not(:first-child){
    height: 60px;
    background-image: url('./imgs/bg-td.png');
}

.pagina_servizi_banca table tr#stipendio td {
    border-bottom: none;
}
.pagina_servizi_banca table tr#stipendio td:first-child {

}

.pagina_servizi_banca table tr#stipendio td:last-child {

}

.pagina_servizi_banca table tr {
    box-shadow: 2px 2px 2px black;
}

.pagina_servizi_banca table tr:first-child {
    box-shadow: none;
}

.pagina_servizi_banca table tr:last-child {

}


.pagina_servizi_banca table tr input, .pagina_servizi_banca table tr select{
    width: 100px;
    margin-right: 10px;
    color:#8a8275;
}
.pagina_servizi_banca table tr select { width: 300px; }

.pagina_servizi_banca td.banca_titolo {
    color: #8a8275;
}

.pagina_servizi_banca table tr#banca_trasf form div:first-child{
    margin-top: 10px;
}

div.pagina_servizi_banca div.form_gioco div.form_field {
    color:#70665c;
}

.pagina_servizi_banca table tr#stipendio .form_label{
    margin:auto;
    font-size: 9px;
    text-transform: uppercase;
}

.pagina_servizi_anagrafe #pg_list{
    margin: auto;
    width: 60%;
}
.pagina_servizi_anagrafe #pg_list th, .pagina_servizi_anagrafe #pg_list td{
    box-shadow: 2px 2px 2px black;
}
.pagina_servizi_anagrafe #pg_list td:first-child{
    background-image: url('./imgs/bg-td.png');
}

.pagina_servizi_anagrafe #pg_list tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.pagina_servizi_anagrafe #pg_list tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.pagina_servizi_anagrafe #pg_list td:last-child img {
    opacity: 0.7;
}

.pagina_servizi_anagrafe #pg_list td:last-child img:hover {
    opacity: 1;
}




div.form_field input[type=submit] {
    color: #70665c;
}

div.form_field input[type=submit]:hover {
    color: #cabdaf;
}

.frame_left_rip{
    position: absolute;
    top: 33px;
    left:1px;
    width: 230px;
    height: 100%;
    background-image:url('imgs/rip_sx.png');
    z-index: -5;
}

.frame_right_rip{
    position: absolute;
    top: 60px;
    right:1px;
    width: 250px;
    height: 100%;
    background-image:url('imgs/rip_dx.png');
    z-index: -5;
}

.top-sx{
    position:relative;
    left:0px;
    width: 0px;
    height: 70px;
    background-image:url('imgs/top_sx.png');
}
.top-dx{
    position: absolute;
    top: -1px;
    right: -95px;
    width: 270px;
    height: 90px;
    background-image: url(imgs/top_dx.png);
}
.top-middle{
    position: absolute;
    top: 0px;
    left:0px;
    right: 173px;
    width: auto;
    height: 70px;
    background-image: url(imgs/top_mid.png);
    
}

.menutop{
	margin-top: 10px;
    height:50px;
    text-align:center;
    vertical-align: middle;
}
#link_menutop_forum{display: inline;}
#link_menutop_online{display: inline;}
#link_menutop_inca{display: inline;}
#link_menutop_corporazioni{display: inline;margin-left:30px;}
#link_menutop_associazioni{display: inline;margin-left:30px;}
#link_menutop_razze{display: inline;margin-left:30px;}
#link_menutop_documenti{display: inline;}
#link_menutop_forum{}

/*Personalizzati*/

div.sottotitolo_statuto {
    line-height:20px;
    min-height:20px;
    text-transform:uppercase;
    color: #948b87;
    border: 1px dotted #2b2b2b;
    background-image: url(./imgs/bg-td2.png);
    text-shadow: 1px 1px 1px black;
}

.sottotitolo_statuto_tab {
    width: 90%;
    background-image: url(./imgs/bg-td.png);
    margin: 0 auto;
}

div.descrizione_statuto {
    width: 90%;
    background-image: url(http://i.imgur.com/14GfXCK.png);
    margin: 0 auto;
    text-align: justify;
    color: #756d6a;
}

div.titolo_statuto {
    line-height:20px;
    min-height:20px;
    text-transform: uppercase;
    color: #878787;
    border: 1px dotted #2b2b2b;
    background-image: url(http://i.imgur.com/oseq5nv.png);
}

.titolo_statuto_tab {
    width: 80%;
    background-image: url(http://i.imgur.com/14GfXCK.png);
    margin: 0 auto;
}

img.img_statuto {

}

table.scheda-titolo {
    width: 100%;
    border-bottom: 1px solid #292929;
    border-top: 1px solid #292929;
    text-align: center;
    color: #756d6a;

}

input.auror{
    width: 30px;
    height: 35px;
    background: url(/imgs/callauror.png);
    border: none;
    margin-left: 87px;
    margin-top: 7px;
    cursor: pointer;
}

input.medimaghi{
    width: 30px;
    height: 35px;
    background: url(/imgs/callmedimaghi.png);
    border: none;
    margin-right: -148px;
    margin-top: -33px;
    float: right;
    cursor: pointer;
}


div.pagina_servizi_mercato div.titolo_mercato1, div.pagina_servizi_mercato div.titolo_mercato2 {
    background-image: url(./imgs/bg-td2.png);
    color: #948b87;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4);
    line-height: 20px;
}

div.pagina_servizi_mercato div.titolo_mercato1{


}

div.pagina_servizi_mercato div.titolo_mercato2{

}

div.pagina_servizi_mercato td.casella_elemento_img{
    box-shadow: 2px 2px 2px black;
    background-image: url(./imgs/bg-td.png);
    width: 30%;


}


div.pagina_servizi_mercato td.casella_elemento {
    box-shadow: 2px 2px 2px black;
    background-image: url(./imgs/bg-td.png);
    width: 100%;
}

div.pagina_servizi_mercato td.casella_elemento div.bg_mercato {
    height: 170px;
    width: 100%;
    margin: 0 auto;
}

div.pagina_servizi_mercato tr.record_mercato {
    display: none;
}

div.pagina_servizi_mercato div.inventario_nome {
    color: #967d56;
    font-family: 'CoG';
    font-size: 17px;
    font-variant: all-small-caps;
    letter-spacing:2px;
    margin-bottom:5px;
    margin-top:5px;

}

div.pagina_servizi_mercato div.inventario_riga_descrizione,
div.pagina_servizi_mercato div.inventario_riga_commento {
    color: #756d6a;
    text-align: justify;
    padding:10px;
    height: 150px;
    overflow: auto;
    margin-right:: 10px;
    font-size: 13px;
}

div.pagina_servizi_mercato div.scritta_costo {
    color:#756d6a;
}

div.pagina_servizi_mercato input.tasto_compra {
    color:#8a8275;
}

div.pagina_servizi_mercato input.tasto_compra:hover {
    color:#cabdaf;
}

div.pagina_servizi_mercato div.elenco_record_gioco tr:last-child td:last-child {

}

div.pagina_servizi_mercato div.elenco_record_gioco tr:last-child td:first-child {

}

div.popup div.info_image div.titolo_info {
    margin: 0 auto;
    text-transform: uppercase;
    background-image: url(./imgs/bg-td2.png);
    color: #756d6a;
    border-radius: 20px 20px 0 0;
    text-shadow:  0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1);
}

div.popup div.info_image {
    width: 80%;
    margin:0 auto;
    background-image: url(./imgs/bg-td.png);
    border-radius: 20px 20px 0 0 ;
    box-shadow: 2px 2px 2px black;
}

div.popup div.info_image img{
    width:162px;
    height:79px;
}
div.titolo_page_info{
    text-transform:uppercase;
    font-size:11px;
    box-shadow: 2px 2px 2px black;
    background-image: url(imgs/bg-td2.png);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 2px rgba(0, 0, 0, 0.4);
    color: #948b87;
    padding: 2px 0;
}
div.stato {
    background-image: url(./imgs/bg-td2.png);
    padding: 5px;
    color: #cabdaf;
}


span.casella_info {
    color: #756d6a;
}

div.rapida2 {
    float: right;
    margin-top: -150px;
    margin-right: 120px;
    width: 430px;
    height: 450px;
    overflow: auto;
}
div.rapida_user{
    float: left;
    margin-top: 33px;
    margin-left: -17px;
    width: 200px;
}


div.output div.page_body div.panels_box form tr:first-child{
    background-image: url(./imgs/bg-td2.png);
}
div.output div.page_body div.panels_box form tr:last-child {
    background-image: url(./imgs/bg-td.png);

}

div.output div.page_body div.panels_box form tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

div.output div.page_body div.panels_box form tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

div.output div.page_body div.panels_box form tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

div.output div.page_body div.panels_box form tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

/*anagrafe*/

div.pagina_servizi_anagrafe td.titolo_anagrafe{
    color:  #756d6a;
}

div.pagina_servizi_anagrafe input[type="submit"] {
    color: #8a8275;
}

div.pagina_servizi_anagrafe input[type="submit"]:hover {
    color: #cabdaf;
}

/*adm-gilde*/
.pagina_servizi_adm_gilde div.page_body div.form_gioco {
    width: 70%;
    margin:0 auto;
}


.pagina_servizi_adm_gilde div.page_body div.form_gioco form div.form_label {
    background-image: url(./imgs/bg-td2.png);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}


.pagina_servizi_adm_gilde div.page_body div.form_gioco form div.form_element {
    background-image: url(./imgs/bg-td.png);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pagina_servizi_adm_gilde div.page_body div.form_gioco form div.ruolo {
    background-image: url(./imgs/bg-td.png);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #cabdaf;
}
.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde {
    width: 70%;
    margin:0 auto;
}


.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde tr:first-child {
    background-image: url(./imgs/bg-td2.png);
}

.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde tr:last-child {
    background-image: url(./imgs/bg-td.png);
}

.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.pagina_servizi_adm_gilde div.page_body form.ultimo_gilde tr:last-child td:last-child {
    border-bottom-right-radius:20px;
}

/*Pannello gestione - Formattazione semplice*/
div.elenco_record_gestione td.casella_titolo div {
    color: #cabdaf;
}


div.elenco_record_gestione td.casella_elemento div{
    color: #8a8275;
}
.admin_chat_log {
    padding: 10px 10px 0 15px;
    margin: 15px 5px auto auto;
    font-size: 16px;
    text-align: justify;
    line-height: 13px;
    font-family: verdana, sans-serif;
    box-sizing: border-box;
}

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

.admin_chat_log div.chat_row_A {
    margin-bottom: 7px;
}

.admin_chat_log div.chat_row_A span.color2 {
    margin-top: 3px;
    color: #777f53;
}

.admin_chat_log div.chat_row_P {
    margin-top: 3px;
}

.admin_chat_log div.chat_row_P span.color2 {
    margin-top: 3px;
    color:  #849576;
}
.admin_chat_log span.color3{
    color: #d0b36c;
}

.admin_chat_log div.chat_row_N {
    margin-bottom: 7px;
}

.admin_chat_log div.chat_row_M {
    margin-bottom: 7px;
    text-align: justify;
    font-size: 12px;
    padding: 8px;
    background-image: url('imgs/bg-td2.png');
    border-radius: 10px;
}

.admin_chat_log div.chat_row_M span.color2, div.chat_row_M span.chat_time_master {
    margin-top: 3px;
    color: #8a8275;
    font-weight: bold;
    font-family: tahoma;
}

.admin_chat_log div.chat_row_Y {
    margin-bottom: 7px;
    text-align: justify;
    font-size: 12px;
    padding: 5px;
    background-image: url('imgs/bg-td2.png');
    border-radius: 10px;
}

.admin_chat_log div.chat_row_Y span.color2,div.chat_row_Y span.chat_time_mod {
    margin-top: 3px;
    color: #8a8275;
    font-weight: bold;
    font-family: tahoma;
}

.admin_chat_log div.chat_row_Y span.chat_time_mod

.admin_chat_log div.chat_row_N {
    margin-top: 3px;
    text-align: justify;
}

.admin_chat_log div.chat_row_N span.color2 {
    color:  #8a8275;
}

.admin_chat_log div.chat_row_I {
    margin-top: 3px;
    text-align: center;
}

.admin_chat_log div.chat_row_S,
.admin_chat_log div.chat_row_SD {
    margin-bottom: 7px;
    font-style: italic;
    min-height:10px;
    padding:5px;
    background-image: url('imgs/bg-td2.png');
    border-radius: 10px;
}

.admin_chat_log div.chat_row_D {
    border: dotted 1px #cabdaf;
    margin-bottom: 7px;
    text-align: justify;
    padding: 2px;
    border-radius: 5px;
}

.admin_chat_log div.chat_row_C {
    margin-bottom:7px;
    text-align: justify;
    padding: 2px;
    border-radius: 5px;
}

.admin_chat_log div.chat_row_O {
    margin-top: 3px;
}

.admin_chat_log div.chat_row_OF{

}

.admin_chat_log span.chat_time {
    font-size: 10px;
    font-weight: bolder;
    margin-right: 3px;
    color: #8a8275;
}


.admin_chat_log span.chat_name {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #cabdaf;
}

.admin_chat_log span.chat_tag {
    color: #756e5d;
    font-size: 12px;
    text-transform: none;
}

.admin_chat_log span.chat_tag_oggetti {
    color: #818181;
    font-size: 12px;
    text-transform: none;
}

.admin_chat_log span.chat_msg {
    color: #7d7d7d;
    font-size: 12px;
    text-align: center;
}

.admin_chat_log span.chat_msg_dado {
    color: #8a8275;
    font-size: 12px;
    text-align: center;
}

.admin_chat_log span.chat_msg_dado span {
    color: #cabdaf !important;
}

.admin_chat_log span.chat_master {
    text-align: center;

}
.form_gestione.gestione_danni table tr td .form_field {
    display: inline-block;
}
.form_gestione.gestione_danni table tr:nth-child(odd),
.pagina_gestione_dadi_danno .page_body > table tr:nth-child(odd) {
    background-image: url(./imgs/bg-td2.png) !important;
}
.form_gestione.gestione_danni table tr:nth-child(even),
.pagina_gestione_dadi_danno .page_body > table tr:nth-child(even) {
    background-image: url(./imgs/bg-td.png) !important;

}
.pagina_gestione_dadi_danno .page_body > table,
.pagina_gestione_dadi_danno .tabella_danni > table { width: 100%; }
.pagina_gestione_dadi_danno .page_body > table td { padding: 10px; }
#changeChatTextSize-form {
    text-align: center;
    margin: -433px auto 0;
    width: 80%;
}

div.Corvonero{
background-color:#194786;
}

div.Tassorosso{
background-color:#b58627;
}

div.Serpeverde{
background-color:#365e33;
}

div.Grifondoro{
background-color:#641f19;
}

@font-face{
    font-family: 'CoG';
    src: url('/themes/advanced/Crimes_of_Grindelwald.otf') ;}
    
