/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    color: #333;
}

h3 {
	color: #DD4814;
}

#wrap {
	max-width:100%;
}

/* padding laterale 20px solo se oltre alla soglia responsive */
@media only screen and (min-width: 1024px) {
	#wrap {
		margin: 0 auto;
		max-width:90%;
	}
}
.navbar {
	background-color: #F0F0F0;
}

.forabg {
	background-color: #303030;
}

.forumbg {
	background-color: #12A3EB;
	background-image: url("./images/bg_header.gif");
}


li.row {
	background:#f4f4f4;
	border-bottom-color: #ddd;
	line-height: 1.4;
}

li.row.bg3 {background-color:#e1e1e1;}

.bg1	{ background-color: #f0f0f0; }
.bg2	{ background-color: #e7e7e7;  }
.bg3	{ background-color: #f0f0f0;  }

ul.navlinks {
	border-bottom-color: transparent;
}

dl.details dt {
	color: #101010;
}

dl.details dd {
	color: #404040;
}

.pagination span strong {
	background-color: #777;
	border-color: #555;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	color: #FFF;
	background-color: #BBB;
	border-color: #999;
}

.pagination span a:hover, .row .pagination span a:hover, li.pagination span a:hover {				   
	background-color: #777;
	border-color: #888;
}

.error {
	color: #DD4814;
}


ul.topiclist li.sticky {
	/* you can add a background for stickies */
        background-color: #FFFFFF !important;
        background-image: url("./images/orange.png");
		background-position: -8px;
        background-repeat: repeat-y;
}

li.sticky:hover {
	background-color: #F6F4D0 !important;
}

ul.topiclist li.announce {
	/* you can add a background for announcements*/
        background-color: #F6F4D0 !important;
        background-image: url("./images/orange.png");
		background-position: -8px;
        background-repeat: repeat-y;
}

ul.topiclist li.global-announce { 
        background-color: #ECD5D8 !important;
        background-image: url("./images/orange.png");
		background-position: -8px;
        background-repeat: repeat-y;
}

#announcebar.rules {
   background-color: #ECD5D8;
}

a:link	{ color: #222; }
a:visited	{ color: #222; }
a:hover	{ color: #DD4814; }
a:active	{ color: #772953; }

a.forumtitle {
	color: #222;
}

a.forumtitle:hover {
	color: #DD4814;
}

a.forumtitle:active {
	color: #222;
}

a.topictitle {
	color: #101010;
}

a.topictitle:hover,.arrow-left:hover, .arrow-right:hover {
	color: #DD4814;
}

a.topictitle:active {
	color: #101010;
}

a.subforum:hover {
	color: #DD4814;
}

/* Post body links */
.postlink, .postlink-local {
	color: #368AD2;
	border-bottom-color: #368AD2;
}

.postlink:visited, .postlink-local:visited {
	color: #101010;
	border-bottom-color: #5D8FBD;
}

.postlink:active, .postlink-local:active {
	color: #368AD2;
}

.postlink:hover, .postlink-local:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	color: #222;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #772953;
}

.postprofile a:active {
	color: #222;
}

/* Profile searchresults */	
.search .postprofile a {
  color: #101010;
}

.search .postprofile a:hover {
	color: #772953;
}


a.left:hover {
	color: #DD4814;
}

a.right:hover {
	color: #DD4814;
}

ul.forums {
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	border: 1px solid #101010;
}


ul.topiclist li.row dt a.subforum.read {
	font-weight: bold;
}

ul.topiclist li.row dt a.subforum.unread {
	font-weight: bold;
}

li.row:hover,table.table1 tbody tr:hover {
	background-color: #FFFFFF;
}

.forumbg ul.topiclist li.header {
	text-shadow: 0 1px 1px black;
}

.content h2 {
	color: #772953;
	border-bottom-color:  #CCCCCC;
}

.panel h2 {
	color: #DD4814;
}

.posthilit {
	color: #DD4814;
}

/* Post signature */
.signature {
	color: #777;
}

blockquote {
	background-color: #e0e0e0;	
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#e7e7e7;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e0e0e0;
}

/* Code block */
dl.codebox {
	background-color: #f4f4f4;
}

dl.codebox code {
	color: #555;
}

fieldset.polls dl {
	color: #404040;
}

.postprofile {
	color: #404040;
}


#tabs a:hover span {
	color: #DD4814;
}

#tabs .activetab a {
	border-bottom-color: #DADADA;
}

#minitabs li {
	background-color: #f0f0f0;
}

#navigation a {
background-color:#F0F0F0;																											
}

#navigation a:hover {
	background-color: white;
	color: #DD4814;
}

#navigation #active-subsection a {
	color: #DD4814;
}

#navigation #active-subsection a:hover {
	color: #DD4814;
}

dl.mini dt {
	color: #676767;
}

/* PM panel adjustments */
.pm-panel-header,
#cp-main .pm-message-nav {
	border-bottom-color: #A4B3BF;
}


.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #DD4814;
	border-right-color: #DD4814;
}

body {
	font-family: Ubuntu, Verdana, Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4 {
	font-family: Ubuntu, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:none;
}


ul.forums, ul.topics {
	border-radius: 5px;
    padding: 1px;
    border: 1px solid #888;
}

.forabg ul.topiclist dd {
  padding-top: 0;
}

li.header dt, li.header dd {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.postbody h3 {
	font-family: Ubuntu, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

.postbody .content {
	font-size: 1.35em;
}

.content {
	font-family: Ubuntu, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

.content p {
	font-family: Ubuntu, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

dl.faq {
	font-family: Ubuntu, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

/* Post author */
p.author {
	font-family: Ubuntu, Verdana, Helvetica, Arial, sans-serif;
}

/* Post noticies */
.notice {
	font-family: Ubuntu, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.attachbox {
	clear: right;
}

.attachbox dt {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

dl.file {
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

dl.file dt {
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

dl.thumbnail dd {
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

fieldset.polls {
	font-family: Ubuntu, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.polls dd div {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

/* PM panel adjustments */
.pm-panel-header {
	margin: 0; 
	padding-bottom: 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

#cp-main .pm-message-nav {
	border-bottom: 1px dashed #A4B3BF;
}

a.forumtitle {
	font-family: Ubuntu, "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

a.topictitle {
	font-family: Ubuntu, "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

/* bottoni post */
.post-buttons li .button.button-icon-only, .post-buttons li .button.button-icon-only:focus {
    background: #484642;
    border-color: #000;
    box-shadow: none;
    color: #fff !important;
    text-shadow: none;
    font-weight: normal;
}

.post-buttons li .button.button-icon-only:hover {
	background:#DD4814;
	box-shadow: none;
	text-shadow: none;
	border: 1px solid transparent;
}

ul.post-buttons .button .icon {
	color:#fff;
}

/* linguette ucp */
.navigation li a {
  background:#f0f0f0;
}

/* Tab */

#tabs li a {
	/* background:#f2f2f2; */
	background:#c9c9c9;
	border:1px solid #ddd;
	border-bottom:0;
}

.tabs .tab > a {
	color:#666;
}

.tab.activetab a {
    color: #333333;
}

#tabs li.activetab a {
    background:#e7e7e7;
	box-shadow:none;
}

/* Profili a sinistra */
.postprofile {
	float:left;
	margin: 0 10px 0 0;
	border-left-width:0px;
	border-right-width:1px;
}

@media only screen and (max-width: 700px) {
	.post .postprofile {width:100%;}
}

/* cambio colore icona bottoni attivi */
.button-secondary:focus, .button-secondary:hover, .button:focus .icon, .button:hover .icon {
    color:#df5525;
}

/* cambio sfondo jumplist forum */
.jumpbox-cat-link {
    background: #df5525;
}

.pagination .dropdown-visible a.dropdown-trigger {
	background:#d95d31;
	border-color: #9f4322;
}

.jumpbox-cat-link:hover {
	background:#d95d31;
}

.jumpbox-sub-link {
	background:#f0f0f0;
}

a.jumpbox-cat-link {
  color:#fff;
}

.jumpbox-sub-link:hover {
    background-color:#f0f0f0;
}


#page-header .navbar {display:none;}
/* inizio menu responsive, aka "nascondiamo cose a caso" */
@media only screen and (max-width: 1000px) {
	#subheader,.ulnav,.leftside.forum-utilities {display:none;}
	#wrap {max-width:100%;margin:0 auto; border-radius:0;}
	#header {
		max-width:100%;
		margin:0 !important;
		border-radius:0;
		box-shadow: none !important;
	}
	
	#fixed-header {
		height: 64px !important;
		margin:0;
	}
	#header .container { background:none !important;}
	
	#page-header .navbar {display:block;}
}

/* Pagination arancione */
.pagination li.active span {
	background: #666;
	border-color:#e2e2e2;
}

.pagination li a {
  color: #8f8f8f;
}

.pagination li a:hover {
	background:#ecedee;
	color:#DD4814;
	border-color:#DD4814;
}

.pagination li a:hover .icon {
	color:#DD4814;
	background:transparent;
}

.pagination .dropdown-visible a.dropdown-trigger .icon {
    color: #fff !important;
}

/* Jumpbox forum */

.jumpbox-return  a:hover {
	color:#DD4814;
}

#jumpbox .button {color:black;}
#jumpbox .button:hover {color:#df5525;}
/* bordi bottoni */
.button:hover, .button:focus {
	border-color:#dd8363;
}

/* dropdown notifiche testata */
.dropdown-extended .header {
	background:#dd4814;
}

#subheader .notification_list .pointer-inner {
    border-color: #dd4814 transparent;
}

.dropdown-extended .header,.dropdown-extended .header a {
	color:#eee;
	text-shadow:1px 1px 1px #333;
}
 /* hover singole notifiche nel dropdown */
.dropdown-extended ul li:hover {
	background:#eee;
}

/* cambio icona online */
.online {
	background-image: url("./images/icon_user_online.png");
	background-repeat: no-repeat;
}

/* bordo colore inputbox */
.inputbox:hover {
	border-color:#DD4814; 
}

.inputbox:focus {
    border-color: #70294a;
}

/* sfondo differente per la navbar attiva */
#header li:last-child a {
    background: #b83a10;
}
/*... ma non per il bottone indice */
#header li:first-child a {
    background: #dd4814 !important;
}

/* cambio colore over icona profilo */
.contact-icons a:hover {
	background:#eee;
}

.leftside.forum-utilities {
    font-weight: bold;
}

/* cambio colorazione bottoni*/ 
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	color:#DD4814;
	border-color:#DD4814;
}
a.button1:active, input.button1:active, a.button2:active, input.button2:active, input.button3:active {
	color:#70294a;
	border-color:#70294a;
}

input.button1:focus, input.button2:focus, input.button3:focus {
    color:#DD4814;
	border-color:#DD4814;
}

/* Cambio colore pallino notifiche */
.badge {background:#70294a;}

/* fix profilo nel menu ubuntu */
.header-profile {display:block;}

.header_settings a {
    display: block;
    background:transparent !important;
	color:#e2e2e2 !important;
}

/* fix offset menu dropdown */
.dropdown {
    top: initial;
}

/* badge counter al centro */
.badge {
	float:none;
	display:inline;
	vertical-align: text-top;
	font-size: 0.6em;
}

/* fix larghezza box notifiche */
.dropdown-extended ul li {
	width: 100%;
}

/* fix padding box notifiche */
#subheader .dropdown-contents a {
    padding: 0 !important;
}

/* padding box collegamenti veloci */
#subheader .dropdown-contents li {
	padding: 5px
}

/* rimuovo i bordi dal dropdown del menu principale */
#subheader .dropdown li {
	border:0;
}

/* fix bordo box notifiche */ 
a.mark_read:hover, .dropdown-extended a:hover {
	border:0px solid transparent !important;
	background:none;
}
 /* spunta con background trasparente */
a.mark_read {
	background: trasparent !important;
}

/* riduzione bordo cornice forum */
.forabg li.header dt, .forabg li.header dd {
    line-height: 0.5em;
}

/* cambio colore blu link categorie */
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color:#FFF;
}

/* cambio colore intestazione tabella */
table.table1 thead th a {
	color:#FFF;
}

/* sposto il box cerca a sinistra */
#searchbox {
   position:relative;
   right: -130px;
}

/* rimozione background spunta di notifica */
.mark_read.icon-mark {
	background:none !important;
}

/* fix slittamento spunta notifica */
.dropdown-extended a.mark_read {
	width:50px;
}

/* box dei pm in grigio */
.cp-main .pm {
    background-color: #e4e4e4;
}

/* sposto a sinistra l'orario della notifica per non troncarlo */
p.notification-time {text-align:left !important;}

/* avatar arrotondati nel menu */
a.header-avatar img {
border-radius: 50%;
object-fit: cover;
width: 20px;
height: 20px;
}

/* avatar arrotondati nel menu notifiche */
#subheader .dropdown li img {
    border-radius: 50%;
    object-fit: cover;
    height: 50px !important;
    width: 50px !important;
    border: 1px solid #999;
}

/* Fix per il bordo grigio che appariva sulle righe di notifiche che ottenevano il focus. */
#subheader .dropdown li a:focus,#subheader .dropdown li a:active {
	border:0 !important;
}

/* icona lucchetto rossa */
.fa-lock {color:#BC2A4D !important;}

/* cambio colore messaggi cancellati */
.deleted {
    background: #ecd5d8 !important;
}

/* colore del testo del bbcode code */
.codebox code {
	color: #005400;
}