.main-logo{
	height: 45px;
	padding-bottom: 5px;
}

.progress-bar-yellow-light{
    background-color: #f1f062;
}

.bg-yellow-light {
    background-color: #f1f062 !important;
    /*color: #696663 !important;*/
	color: #e77e17 !important
}

.progress-bar-success-light{
	background-color: #5cb85c;
}

.bg-green-light{
	background-color: #5cb85c;
}

.progress {
    background-color: #efebeb;
}

.ui-dialog{
	z-index: 1501;
}

.ui-widget-overlay{
	z-index: 1500;
}

.ui-widget {
    font-size: 14px;
}

.ui-dialog .box-footer{
	border-top: 1px solid rgb(244, 244, 244); 
	padding-top: 15px;
}
.dialog_box .alert, #login-box .alert{
	padding: 10px 30px 10px 20px;
	margin-left: 0px;
}

.input-100{
	width: 100%;
}

.edit_link .badge{
	margin-left: 3px;
	display: none;
	background-color: #3a87ad !important;
	padding: 3px;
}

.edit_link  .badge:hover{
	display: inline-block;
}

.edit_link:hover{
	color: #3a87ad;
	font-weight: bold;
	cursor: pointer;
}

.notifications-menu .alt-footer{
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}