/* TOGGLE */
.aw-toggle {
	float: left;
	line-height: 50px;
	margin-left: 15px;
	
	color: #fff;
}
.aw-user {
	float: right;
	line-height: 50px;
	margin-right: 15px;
	
	color: #fff;
}
/* MENU */
.aw-menu {
	font-size: 1.3em;
}

.aw-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aw-menu > ul a {
	display: block;
	padding: 10px 15px;
	
	text-decoration: none;
	font-weight: 500;
	color: #373737;
} 

.aw-menu > ul i {
	margin-right: 6px;
}

.aw-menu > ul a:hover, .aw-menu > ul a:focus {
	background-color: #dfdfdf;
}

.aw-menu > ul .is-selected {
	border-left: 3px solid #1e94d2;
	background-color: #f3f3f3;
}

.aw-menu > ul .is-selected a {
	margin-left: -3px;
	color: #1e94d2;
}

/* PAGE-TITLE */
.aw-page-title {
	margin: 0;
	padding: 20px 0;
	
	font-size: 1.5em;
	color: #373737;
}

.milestone{
	font-size: 30px !important;
	background-color: none !important;
}

.milestoneEvent{
	margin-top: 40px;
	margin-bottom: 10px;
}

.milestoneIcon{
	background-color: none !important;
}

.milestoneRed{
	color:red;
	margin-top: 25px;
	margin-left: 6px;
}

.milestoneYellow{
	color:yellow;
	margin-top: 25px;
	margin-left: 6px;
}


.noDataListBorder .ui-widget-content{
	border: none !important;
	background: none !important;
}


.separatorEvent{
	border-radius: 0px !important;
	margin-left: 16px;
	margin-top: -22px;
	margin-bottom: -32px;
	height: 42px;
	width: 5px;
	border-top: none;
	border-bottom: none;
}

.separator{
	margin-top: 10px;
	margin-bottom: 0px;
	height: 80px;
	width: 1px important;
	max-width: 1px !important;
	min-width: 1px !important;
}

.fontSmaller{
	font-size: 10px !important;
	font-family:Arial !important;
	font-weight: normal !important; 
}

.fontBold{
	font-weight: bold !important;
	
}

.fontBigger{
	font-size: 13px !important;
}




