/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			ComBoot Free
	Based on style:		
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
	Customised by:		Florian Gareis ( http://www.florian-gareis.de/ )
    --------------------------------------------------------------
*/

@import url("icons.css?hash=64da33ce");


.navbar-default.navbar-fixed-top {
	background-color: white;

	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

.jumbotron {
	background-color: transparent;
}

.navbar-brand {
	height: 55px;
	padding: 12px 15px;
}

.navbar-brand img {
	height: 32px;
}

ul.nav-breadcrumbs {
	padding-left: 0px;
}

@media (max-width: 768px) {
div#content-wrapper {
	/* nav breadcrumbs covered by fixed header on mobile */
	margin-top: 20px;
}
}

@media (min-width: 768px) {
.navbar-nav>li>a {
  padding-top: 30px;
  padding-bottom: 12px;
}

}

body {
/*	color: #676e81;*/
/* sonic.com mod */
	color: #444;
/* /sonic.com mod */
}

a {
	color: #00549f;
}

a:hover {
	color: #001e39;
}

.btn-primary {
  color: #fff;
  background-color: #45b3d8;
  border-color: #45b3d8;
}

.btn-primary:hover {
	background-color: #299bc1;
	border-color: #299bc1;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #45b3d8;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #299bc1;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #ffffff;
}

#footer-nav {
	border-radius: 0;
	margin-bottom: 0;
}

#footer-nav .navbar-text {
	padding-top: 30px;
	padding-bottom: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer-nav, #page-footer {
	background-color: #5c5c5c;
	color: white;
	border: none;
}

#page-footer h4 {
	text-transform: uppercase;
}

#footer-content p {
	margin-bottom: 30px;
	font-size: 12px;
}

#footer-nav a, #footer-nav a:hover, 
#page-footer a, #page-footer a:hover,
#footer-nav .navbar-text {
	color: white;
}
#footer-nav a:hover {
	text-decoration: underline;
	}
#block-block-14 p img {
  width: 150px;
}

@media (max-width: 767px) {
.jumbotron {
 padding: 30px 0 0 0 !important; 
}
.badger-hidden-xs:after {
	display: none;
}
}

.panel {
	margin-bottom: 0;
	border-width: 0 1px 1px 1px;
	border-color: #eee;
}

.panel .post-info .no-margin-xs {
	margin-bottom: 0;
	border: none;
}

.post-info {
	border: none;
}

.post-content-right .post-head {
	padding: 5px 15px 5px 20px;
	background-color: #f5f5f5;
}


/* port upstream */
.selectpicker a:focus {
	outline: none;
}

#gallery .avatar-label input {
	display: none;
}

#gallery .avatar-label img {
	padding: 15px;
	border-radius: 10px;
}

#gallery .avatar-label.active img {
	background-color: #299bc1;
}

.panel {
	border-width: 1px;
	border-color: #ddd;
}

/* Sonic.com mods
---------------------------------------*/

blockquote
{
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 1em;
}

div#preview
{
    padding-top: 70px;
}

.label-as-badge {
    border-radius: 1em;
}

.notification-icon {
	color: #337ab7;
}

.notification-count {
	background-color: #d9534f;
}

@media (min-width: 970px) {
	div#cp-main div.pm div.content {
		min-height: 160px;
	}
}
