/*
 Theme Name:     Manual Child Theme
 Theme URI:      http://wpsmartapps.com/
 Description:    Child Theme for Manual
 Author:         jabin Kadel
 Author URI:     http://www.jabinkadel.com
 Template:       manual
 Version:        1.0
*/
 
@import url("../manual/style.css");


/* ------- Insert custom styles below this line ------- */

@media all and (min-width: 1200px) { .container {  width: auto !important; } }


/*top bar*/
#wpadminbar,#wpadminbar a {
	height: 59px !important;
    line-height: 59px !important;
}
#wpadminbar * { line-height: 59px; }

#wpadminbar #wp-admin-bar-customize>.ab-item:before {
	content: "\f540";
	top: 2px;
}
#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
	position: relative;
	transition: all .1s ease-in-out;
}
#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
	color: #a0a5aa;
	color: rgba(240,245,250,.6);
}
#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
	padding:17px 0;
}

#wpadminbar, #wpadminbar .menupop .ab-sub-wrapper {
	background: #444444!important;
}

#wpadminbar,
#wpadminbar .menupop .ab-sub-wrapper { background: #ABABAB; }
#wpadminbar ul li a,
#wpadminbar ul li a:hover,
#wpadminbar ul li a:visited { background: #ABABAB !important;  color:#ffffff  !important; }

#wpadminbar ul li.forum-uffw {
	padding-left: 28px;
  	background: transparent url('https://www.ufficioweb.com/images/ionata/24/forum.png') 5px center no-repeat;
}
#wpadminbar ul li.forum-uffw a.ab-item {font-weight: bold;  }
#wpadminbar #wp-admin-bar-user-info .username { display:none; }
 
 /*Footer*/
 .site-footer {
	position:fixed;
	left:0px;
	top:auto;
	right:0px;
	bottom:0px;
	
	background-color:#3c3c3c;
	border:0px;
	padding:0px 2px 0px 2px;
	height:25px;
}
.site-info { padding:0px 110px 0px 2px; text-align:right; background: transparent url('https://www.ufficioweb.com/images/_uw/logo98_ns.png') right center no-repeat;}
.site-info a {	color:#ffffff  !important; font-size: 7pt; line-height:25px;}
/*
h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-family: "Segoe UI", verdana, arial;
}*/
/* Forum 
.bbp-author-avatar { display: inline-block; border-bottom:0px !important; }
.bbp-forum-title {	font-size: 16pt; }
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta,
#bbpress-forums li { font-size: 14.5pt; }
.bbp-forum ,.bbp-forum a { font-size: 11pt; }
div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 10.5pt; }
div.bbp-template-notice.info { display:none; }
span.bbp-breadcrumb-current{ display:block; width:100%; font-size:18pt; font-weight:bold; margin-top:10px; }*/