
/*******************************************************************/
/********************** HEADER *************************/
/*******************************************************************/

#logo{
    width: 100px;
}

body.agenda #content {
    margin-top: 85px;
}
@media (min-width: 1401px) {
	body.agenda #content {
		margin-top: 99px;
	}
}

/*******************************************************************/
/********************** NAVBAR *************************/
/*******************************************************************/
#header .btn_right{
	max-width: 375px;
	float: right;
	background: #f4f4f4;
	padding: 15px;
	overflow: hidden;
}

#header .welcome{
	color:#717171;
	font-size: 16px;
}
#header .welcome b{
	color:#000;
}
#header .account,
#header .logout{
	display: inline-block;
	font-size: 16px;
	padding: 5px 10px;
	margin-top:15px;
	margin-left: 15px;
	font-weight: bold;
	border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#header .logout:hover{
	text-decoration: none;
	background: #b21b1b;
}
#header .account:hover{
	text-decoration: none;
	background: #101010;
}

.collapse.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}


/*******************************************************************/
/********************** HELP *************************/
/*******************************************************************/

#help{
	padding: 30px 0;
}

#help.helpagenda:after{
    top: 99px;
}