/* FFMobile [root@ffnet] Skin */

body {font: 14px/150% Consolas; color: #E6E6E6; background-color: #D3D6DB}
a {color: #333; text-decoration: none} a:hover {color: #E6E6E6}

.footer {color: #333}
.footer a {font-weight: bold; color: #333}
input, textarea, select, .codebuttons {color: #E6E6E6 !important}

*:not(.logo):not(span):not(a):not(b):not(#search-input):not(.topics):not(.replies):not(.views):not(.last-post):not(.web):not(.details):not(label):not(strong):not(#overlay) {background: #000}
.menuwrap {}

/* SIDEBAR */
.sidebar {background-color: #000}
.sidebar a {color: #E6E6E6}
.sidebar li {line-height: normal; color: #777}
.side_title {color: #E6E6E6}
.side_title:after {background: none !important}

/* Tree */
container >:nth-child(3) .submenu li {border-bottom: none; padding: 0 0 0 40px}
container >:nth-child(3) .submenu li:before {content: " "; position: absolute; left: 20px; background: #FFF; width: 1px; height: 27px}
container >:nth-child(3) .submenu li:after {content: " "; position: absolute; left: 20px; background: #FFF; width: 16px; height: 1px; margin-top: -14px}
container >:nth-child(3) .submenu li:last-child:before {height: 14px !important}

/* Siti visitati recentemente */
container >:nth-child(3) .frequented_sites.submenu li:first-child:before {margin-top: 0}
container >:nth-child(3) .frequented_sites.submenu li:before {height: 64px; margin-top: -24px}

.del_freq span {background: none !important; width: auto !important}
.del_freq span:before {content: "[x]"}

/* Right sidebar links */
container >:nth-child(4) a:before {content: "[ "; opacity: 0; margin-right: -4px}
container >:nth-child(4) a:after {content: " ]"; opacity: 0; margin-left: -4px}
container >:nth-child(4) a:before, container >:nth-child(4) a:after {transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -s-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out}
container >:nth-child(4) a:hover:before {opacity: 1; margin-right: 0; color: #333}
container >:nth-child(4) a:hover:after {opacity: 1; margin-left: 0; color: #333}

/* Fix FFIcons & Credits(right sidebar) */
#ff_links a:before, #ff_links a:after, container >:nth-child(4) .menu > li:last-child a:before, container >:nth-child(4) .menu > li:last-child a:after {display: none}

#ff_links, .search {border-top: 0}

/* menu utente */
.menu > li {color: #999}
.menu .nickname {font-weight: bold; font-size: 18px}
.sidebar em {font-weight: bold; color: #FFF; background-color: #09C}
/* login */
.login input {color: #444; border: 1px solid #E6E6E6}
.login input[type=submit] {background: #0085B2; color: #FFF; font-weight: bold} .login input[type=submit]:hover {background: #006789}
/* cerca */
.search {background-color: #FFF}
.search input {color: #999}

/* NAV */
.menuwrap_bg {background-color: #000}
.menuwrap em {background-color: #BCE8F1}
/* nome forum */
#nav-title span {color: #FFF; font-size: 18px; font-weight: normal}

/* HEADER, LOGO */
.header {background: #0288D1;
background: -moz-linear-gradient(top, #0288D1 1%, #4FC3F7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0288D1), color-stop(100%, #4FC3F7));
background: -webkit-linear-gradient(top, #0288D1 1%, #4FC3F7 100%);
background: -o-linear-gradient(top, #0288D1 1%, #4FC3F7 100%);
background: -ms-linear-gradient(top, #0288D1 1%, #4FC3F7 100%);
background: linear-gradient(to bottom, #0288D1 1%, #4FC3F7 100%);
filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#0288D1', endColorstr='#4FC3F7', GradientType=0)}
.logo {padding-top: 8px; background-position: center center; background-repeat: no-repeat; background-size: contain}

/* SEZIONI */
.list-group > *, .stats_bottom li, .u_info dl {padding: 8px}
.stats_list > li:last-child {border-bottom: 0}
.title {text-align: center; font-weight: normal; font-size: 14px; color: #5F5F5F; padding: 3px; background: #E5E5E5; background: -moz-linear-gradient(#EEEEEE 0%, #DDDDDD 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DDDDDD)); background: -webkit-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%); background: -o-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%); background: -ms-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%); background: linear-gradient(to bottom, #EEEEEE 0%, #DDDDDD 100%); filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#EEEEEE', endColorstr='#DDDDDD', GradientType=0)}

.web a {font-size: 19px; font-weight: bold} .forum .web a {font-size: 17px}
/* mantenere "!important" per evitare problemi di visualizzazione */
.desc, .desc * {color: #777 !important}
.last-post {color: #888}
.board .last-post a, .board .last-post a * {font-size: 14px !important; font-weight: normal}
.forum .last-post {margin-top: 7px}
.list-group li:nth-child(odd) {background: rgba(255, 255, 255, 0.05) !important}

.topics, .replies, .views {font-size: 12px; color: #535353}
span.timeago {color: #999 !important} .topic .timeago {color: #666}
.no-time {font-style:italic; color: #999}
.popupago {text-align: center; background-color: #000; color: #FFF; border-radius: 5px; -moz-border-radius: 5px}

/* sottosezioni */
.reserved-link {font-size: 13px; color: #333}

/* SELEZIONE RIGA: Moderazione */
li.selected {background-color: #479CFC !important; border-bottom-color: #2684F0 !important} .selected *, .selected .web *, .selected .desc, .selected .desc *, .selected .last-post * {color: #FFF !important}

/* MESSENGER */
#mp-option label, #mp-delete {background-color: #FFF; color: #007299; font-weight: bold; font-size: 14px}
#mp-option label {border-right: 1px solid #DDD}

/* DISCUSSIONI, ARTICOLI */
.post {border: 1px solid #BBB}
.details a, .cancelled {font-size: 18px; font-weight: bold; color: #09C}
.cancelled {padding-left: 5px; font-weight: normal; color: #444}
.topic .group {color: #999; font-size: 13px}
.color {color: #3F3F3F; text-align: justify}
.color a {font-weight: bold; text-decoration: underline}
.edit {font-size: 10px; font-style: italic; color: #666}
.topic .option, .article .option {background-color: #EEE; border-top: 1px solid #CCC}
.topic .like {color: #666}
/* etichette, firma ffmobile*/
.tags, .ffmsign {font-size: smaller; font-style: italic}
.tags {margin-bottom: 0}
.tags a, .ffmsign a {text-decoration: none; font-weight: normal}
/* alert, info, success */
.alert {background-color: #F2DEDE; color: #B94A48; border-color: #EED3D7}
.info {background-color: #D9EDF7; color: #3A87AD; border-color: #BCE8F1}
.success {background-color: #DFF0D8; color: #468847; border-color: #D6E9C6}
.alert a, .info a, .success a {color: #3A87AD; text-decoration: none; font-weight: bold} .alert a {color: #B94A48} .success a {color: #468847}
/* allegati */
.attachment {text-align: center; position: relative}
.attachment > a {display: inline-block; padding: 7px}

/* popup moderazione post */
.topic .pop ul {background-color: #EEE; border: 1px solid #CCC; box-shadow: 0 0 5px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3)}
.topic .pop li, .pop #t_like {border-color: #CCC} .topic .pop li:last-child {border: 0}
.topic .pop a {font-size: 14px; color: #333}

/* ONLINE, OFFLINE, ANONIMO */
.online {background-color: #6FC400}
.offline {background-color: #E74C3C}
.anonimo {background-color: #BDC3C7}

/* SONDAGGIO */
.poll-bar {background-color: #D0E3ED; border-radius: 2px; -moz-border-radius: 2px; color: #002C44}
.poll-bar div {background-color: #68BADD; border-radius: 2px 4px 4px 2px; -moz-border-radius: 2px 4px 4px 2px; color: #003A54}
.poll-max .poll-bar div {background-color: #088CC8}

/* PAGINAZIONE */
.pages, .pages .nolink:hover {border: 1px solid #CCC; background-color: #FFF !important}
.pages li a {color: #666; font-size: 17px; box-shadow: 1px 0 0 #CCC, inset 1px 0 0 #CCC; -moz-box-shadow: 1px 0 0 #CCC, inset 1px 0 0 #CCC; -webkit-box-shadow: 1px 0 0 #CCC, inset 1px 0 0 #CCC}
.pages li > a:first-child {box-shadow: -1px 0 0 #CCC; -moz-box-shadow: -1px 0 0 #CCC; -webkit-box-shadow: -1px 0 0 #CCC}
.pages li a:hover {background-color: #EEE}

/* CITAZIONI, SPOILER e CODICI annidati */
.quote_top, .quote, .code_top, .code {margin: 10pt 0 0; border-left: 3px solid #6999B5}
.quote_top, .code_top {font-size: 11px; color: #518CAC; padding-left: 7px}
.code {font-family: 'Courier New', Sans-serif}
.quote_top a {padding: 0 10px; background: transparent url('https://img.forumfree.net/index_file/q.png') center no-repeat; text-decoration: none}
.quote, .code {padding: 5px 0 5px 10px; margin-top: 0; font-size: 9pt; line-height: 120%; color: #656565; text-align: justify}

/* PROFILO */
header.profile {padding: 15px 0; color: #FFF}
.profile .avatar {border-radius: 90px; -moz-border-radius: 90px; border-width: 5px; margin-bottom: 20px; background-color: #FFF}
.u_nick {font-size: 25px; font-weight: bold; color: #E6E6E6}
.u_group {font-size: 15px}
.u_stats > table td {border-left: 1px solid #DDD}

.profile .title, li.u_info, li.u_signature, li.u_friends {margin: 0 7px; border: 1px solid #CCC}
.profile .title {margin-top: 7px; padding: 3px 8px; font-weight: bold; border-bottom: 0}
.u_info dl {padding: 4px 7px} .u_info dl:last-child {border-bottom: 0}
/* miniature avatar amici */
.friend_avatar {border: 1px solid #8A8A8A; border-radius: 5px; -moz-border-radius: 5px}
.friend_avatar img {border-radius: 5px; -moz-border-radius: 5px}
.friend_nickname {background: #222; color: #FFF; font-size: 10px; line-height: 15px; text-align: center; border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px}

/* STATISTICHE */
.stats {text-align: center; color: #333}
.user_online a, .groups_list a {font-weight: bold}
.groups_list {padding: 10px 5px}
.stats_list {text-align: left} .stats_list > li {padding: 3px 10px; font-weight: bold}
.stats_list li:before {content: "$"}
.stats_list li {text-transform: lowercase; word-spacing: -6px}

/* INPUT e BOTTONI */
.codebuttons, .forminput, .textinput, #allegati input {font-size: 1em; margin: 3px; padding: 5px 8px; background-color: #F0F0F0; color: #222; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px}
/* mantenere separato il selettore per evitare problemi di visualizzazione */
#allegati input::-webkit-file-upload-button {font-size: 1em; margin: 3px; padding: 5px 8px; background-color: #F0F0F0; color: #222; border: 1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px}
.codebuttons:hover, #send-button:hover {border: 1px solid #CCC; color: #E6E6E6}
.textinput {margin: 10px 0; font-size: 18px}

.textinput:focus {outline: none}

#mod_options {color: #777; border: 1px solid #CCC; padding: 3px}
#send-button {background: #EEE; font-size: 15px; color: #444; font-weight: bold}

.buttons a {padding: 7px 0; color: #E6E6E6}

a.new-topic {font-size: 0}
a.new-topic:before {content: "./new_disc.sh"; font-size: 11px}

a.reply {font-size: 0}
a.reply:before {content: "./reply.sh"; font-size: 11px}

a.delete {font-size: 0}
a.delete:before {content: "./del.sh"; font-size: 11px}

.only-back a {font-size: 0}
.only-back a:before {content: "cd .."; font-size: 11px}