ul{
	list-style: none;
	padding: 0px;
}
.menu-hdr{
	padding: 3px !important;
	background-color: #e9e9e9;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.menu-hdr .btn, .scy-grid-row .btn{
    width: 78px;
    background-color: #f6f6f6 !important;
    color: #333;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 12.5px;
    border-color: #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    padding: 7px;
}
.menu-hdr .fa{
	background-color: rgba(0,0,0,.3);
    border-radius: 25px;
    width: 22px;
    height: 22px;
    margin-left: -7px;
    margin-bottom: -7px;
	line-height: 24px;
	color: #fff;
}
.menu-hdr .fa + .hdr-title{
	margin-left: 2px;
}
.scy-align-l{
	text-align: left;
}
.scy-align-c{
	text-align: center;
}
.scy-align-r{
	text-align: right;
}
.menu-hdr .hdr-header{
	font-weight: bold;
	line-height: 258%;
	color: #555;
}
.modal-header .close{
    margin-top: -22px !important;
}