/*****************************************************************
 * Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line. 
 * They will be given the highest priority on any elements on the forum
 * Personilize your forum color scheme in one click here: www.sitesplat.com/phpBB3/ 
 * **************************************************************
 *
 * FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
 * 
 * **************************************************************
 *****************************************************************/

 /* BBOOTS / FLATBOOTS Custom Colors Generated With COLORIZE - www.sitesplat.com - copyright (c) 2014 SiteSplat.com */

body {
    background: url("./images/fresh_snow_@2X.png") repeat fixed 0 0 #26bcb5;
}

.logo span {
	color: #dd4040;
}

.logo-transition a:after {
	color: #dd4040;
}

.navBtn {
	background-color: #dd4040;
}

.navBtn > a {
	border-left: 1px solid #b12020;
}

.submenu {
	border-bottom: 4px solid #dd4040;
}

.nav-icon:hover [class*="has-sub"] {
	color: #dd4040;
}

.submenu li:hover > a {
	color: #dd4040;
}

.submenu li:hover > span {
	background-color: #dd4040;
}

.subheader {
	border-top: 4px solid #dd4040;
}

.side-segment h3:after,
.side-segment h2:after {
	background-color: #dd4040;
}

.alert-info {
	background-color: #dd4040;
	border-color: #dd4040;
}

.label-info,
.badge-info {
	background-color: #dd4040;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #dd4040;
}

#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end {
	background-color: #dd4040;
}

#scrollbar-one .thumb,
#scrollbar-two .thumb {
	background-color: #dd4040;
}

.tabbable-custom .nav-tabs > li.active {
	border-top: 3px solid #dd4040;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #dd4040;
	border-left: 1px solid #b12020;
}

.ver-inline-menu li.active:after {
	border-left: 6px solid #dd4040;
}

.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #e15656;
}

.table-primary thead th {
	background-color: #dd4040;
	border-color: #dd4040 !important;
}
/* TITOLO DEI THREAD */
a.forumtitle {
	color: #dd4040;
}
a.forumtitle:hover {
	color: #dd4040;
}

.twitter-layout:before {
	color: #dd4040;
}

footer .interact a:hover {
	color: #dd4040;
}

footer {
	border-top: 3px solid #dd4040;
}

footer .bottomLinks small a {
	color: #dd4040;
}

footer .bottomLinks a:hover {
	border-bottom: 1px solid #dd4040;
}

#footerContent blockquote p span {
	color: #dd4040;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #dd4040;
	border-color: #dd4040;
}

.btn-link {
	color: #dd4040;
}

.btn-link:hover,
.btn-link:focus {
	color: #b12020;
}

.pager li > a:hover,
.pager li > a:focus {
	background-color: #dd4040;
}
/* BBOOTS - FLATBOOTS Main Links color */
a {
	color: #dd4040;
}

a:hover,
a:focus {
	color: #b12020;
}

blockquote {
	border-left-color: #dd4040;
}

blockquote.pull-right {
	border-right-color: #dd4040;
}

.btn-primary {
	color: #ffffff;
	background-color: #dd4040;
	border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #555555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #dd4040;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #dd4040;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #dd4040;
}
/* Button Backgrounds */
/* FLATBOOTS Custom Color Generated with COLORIZE */
/* FLATBOOTS Forum Panel Heading */
/* BARRA SOPRA I THREAD */
.panel-forum > .panel-heading {
	background-color: #46629E;
}
/* FLATBOOTS Button Top */
.top-flat {
	background-color: #dd4040;
}

footer {
	border-top: medium none;
}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
	background-color: #dd4040;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
	background-color: #dd4040;
}
/* COLORE DEL PULSANTE DELLA CALL-TO-ACTION */
.mastbottom >.container > .row > .col-md-3 > .btn{
	background-color: #22354A;
	
}

/* COLORE USERNAME */
.username-coloured {
    font-weight: 700;
    color: #dd4040 !important;
}

/* COLORE TOPIC (DIVERSO DA FORUM) */
a.topictitle {
    text-decoration: none;
    color: black;
}
a.topictitle:hover {
    text-decoration: none;
    color: #dd4040;
}
 /* ELIMINO L'HEADER-BG (VEDI DOCUMENTAZIONE e header_teaser_body.html)*/
/*
.masthead:before {
    background: none;
}
#rogospacing {
	margin-top: 20px;
}*/

.forum-unread {
    color: #46629E
}

/*
.forum-read {
    color: #8c8c8c
}*/

ul.pagination>li>a {
    background: white;
    color: #dd4040;
}

ul.pagination>li.active>a {
    background: #dd4040;
    color: white;
}

.emoji.smilies {
    width: 2%;
}