body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	color: #384248;
	font-size: 14px;
	line-height: 21px;
	padding-top: 75px;
    position: relative;
}

h1.title {
    font-size: 24px;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #D2D0CA;
    padding-bottom: 10px;
    margin: 18px 0;
    margin-top: 60px;
    line-height: 24px;
}


h1.title:before { content: "";}
h1:before                 { content: "⚙"; margin-right: 10px; }

.line {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

p{
    font-family: 'Open Sans', sans-serif;
}

a{
	outline: none;
	text-decoration: none;
	color: #8dc63f;
}
a:hover{
    color: #82b039;
}
a:focus{
    outline: none;
}
a.acid{
    color: #b1d535;
}
/*TITLE*/
h3.title {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #D2D0CA;
    padding-bottom: 10px;
    margin: 18px 0;
    line-height: 24px;
}

h3.titleTwitter{
    margin-bottom: 0px;
}

/*NAV BAR*/
.navbar .brand {
	color: #999999;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	margin-left: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	width: 204px;
	height: 75px;
	background: url('/img/logo_unbit_header.png') no-repeat left 5px;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.navbar .brand:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.navbar .nav {
	float: right;
	margin: 40px 0 0;
}

.navbar-inner {
	background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #ffffff, #f4f4f4); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #ffffff, #f4f4f4); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #ffffff, #f4f4f4); /* Firefox 16+, IE10, Opera 12.50+ */
	border-radius: 4px 4px 4px 4px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	min-height: 80px;
}

.navbar .nav > li > a {
	color: #999;
	float: none;
	line-height: 19px;
	padding: 9px 10px 11px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.navbar .nav > li > a:hover {
	color: #242424;
}

.navbar .nav .active > a,.navbar .nav .active > a:hover {
	background-color: #333;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
	border-radius: 5px;
}

.navbar .btn-navbar .icon-bar {
    margin-right: 0;
}

/*.nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
}
.navbar-fixed-top {
    margin-bottom: 0;
    position: static;
}*/

/*CERCA*/
.container{
    position: relative;
}

#cerca{
    position: absolute;
    right: 10px;
    top: 10px;
}

#cerca input{
    padding-right: 30px;
    font-family: 'Open Sans',sans-serif;
}

#btn_cerca{
    position: absolute;
    text-align: right;
    width: 20px;
    height: 30px;
    font-size: 20px;
    background: none;
    border: none;
    right: 2px;
    top: -5px;
    z-index: 100;
    display: block;
    padding: 0;
    line-height: 30px;
}

/*overview*/
.jumbotron:after {
	background: url("/img/pattern.png") repeat scroll center center transparent;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.subhead {
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
}

.jumbotron {
    background-color: #242424;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
	color: #FFFFFF;
	padding: 20px 0;
	position: relative;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

.jumbotron .container{
    position: relative;
    z-index: 100;
}


input:focus, textarea:focus{
    border-color: #b1d535;
}

/*#manage{
    padding-right: 25px;
    padding-left: 25px;
}

#webmail{
    padding-left: 25px;
    padding-right: 25px;
}*/

.formOverview p{
    font-size: 12px;
    color: #ddd;
    margin-bottom: 30px;
}

legend{
    color: #fff;
    margin-bottom: 5px;
}

label{
    color: #fff;
}

/*ICON*/
[class^="icon-"], [class*=" icon-"] {
    line-height: 33px;
    margin-right: 15px;
    background-image: none;
}

.formOverview [class^="icon-"], .formOverview [class*=" icon-"] {
    line-height: 28px;
    margin-right: 5px;
    font-size: 16px;
    background-image: none;
}

/*FOOTER*/
.footer {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-top: 70px;
    padding: 40px 0;
    font-size: 14px;
    background: url("/img/pattern.png") repeat scroll center center transparent;
    color: #fff;
}

a.iacann{
    background-color: #333333;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 10px;
    font-size: 12px;   
}

a.iacann:hover{
    color: #b1d535;
}

.copy{
    font-size: 11px;
    margin-top: 30px;
}

.listTitle{
    font-weight: 600;
    padding-left: 12px;
}

.footer li a{
    color: #545454;
    text-shadow: 0 1px 1px #000;
}
.footer li a:hover{
    background-color: transparent;
    color: #fff;
}
.footer li a.acid{
    color: #b1d535;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

.accordion-group{
    border-color: #ddd;
}

.accordion-toggle {
    background: url('/img/arrow_left.png') no-repeat 3px center;
}

/*TWITTER*/
.tweet,
.query {    
	color: #384248;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}

.tweet_list li a {
    /*color: #0C717A;*/
}

.tweet_list .tweet_even {
	/*background-color: #91E5E7;*/
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.controls2{
    float: right;
    margin-top: 3px;
}

.docutils td {
	text-align: right;
	padding: 2px;
}
