ul, li{
	list-style-type: none;;
	margin:0px;
	padding:0px;
}

.home-container
{
	height: 100%;
	color: white;
}

#dash-item
{
	margin-top:40px;
}

.main-content-inner .row .profile
{
	margin-top: 30px;
}

.profile-info-name, .profile-info-value
{
	border:none;
}

.profile-info-name
{
	color: white;
}

.icon-wrapper
{

}

.icon-wrapper .icon 
{
	float: left;
    margin-bottom: 10px;
    margin-right: 30px;
    text-align: center;
}

.icon-wrapper .icon a
{
	color: white;
	text-decoration: none;
}

.icon-wrapper .icon a
{
	color: white;
	text-decoration: none;
}

.icon-wrapper .icon a div.title
{
	font-family: 'KP CheongPong';
	margin-top: 10px;
	text-align: center;
}

.icon-wrapper .icon a div.font-icon
{
}

.main-menu-pan
{
	margin-left:5%;
}

.main-menu-pan h3 
{
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.main-menu-pan h3 i
{
	font-size: 18px;
}

.main-menu-pan #div_icon_container i:before
{
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	font-size: 46px;
	margin-right: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'KP CheongPong';
}

div.dash-pan
{
	height:103px;
}

div.dash-pan1
{
	display:none;
}

div.dash-pan1 span.smaller-90
{
	 font-weight: bold !important; 
	 font-family:'KP CheongPong';
}

span.btn.btn-app.btn-large.dash-btn
{
	-moz-box-shadow: inset -1px -1px 15px rgba(65,65,65, 0.8) !important; /* contract inner right shadow */
	-webkit-box-shadow: inset -1px -1px 15px rgba(65,65,65, 0.8) !important;
	box-shadow: inset -1px -1px 15px rgba(65,65,65, 0.8) !important;
}

#breadcrumbs
{
	background-color:#E7E7E7 !important;
	border-bottom: 1px solid #C9C9C9;
	position: fixed;
	top:45px;
	z-index: 99;
	width: 100%;
}

.header1
{
	position:fixed; 
	top:0; 
	z-index:999; 
	width:100%;
}

.main-content
{
	margin-bottom: 50px;
}

.main-menu li.active, .main-menu li:hover .main-menu
{
	background: #e02222 !important;
}

.main-menu li.active i.ace-icon
{
	color: white !important;
}

.ace-nav li
{
	border:none;
}

#navbar
{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

#sidebar
{
	width: 240px;
	height: 100%;
	font-size:12px;	

 
}

.submenu li.active
{
	font-weight:bold;
}

#main-container
{
	margin-top:86px;
	margin-bottom:20px;
}

.help-inline
{
	color: gray;
	line-height: 32px;
}

.required
{
	color: red;
}

.error
{
	border-color: #e7bebe;
	color: #e46f61;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fffafa;
}

.form-control.error
{
	border-color: #e7bebe;
	color: #e46f61;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fffafa;
}

.ace-nav .nav-user-photo 
{
	margin: -4px 8px 0 0;
	border-radius: 100%;
	border: 2px solid #FFF;
	max-width: 40px;
	min-width: 36px;
	max-height: 40px;
}

/************ EMPLOYEE ***************/
.profile-picture {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 4px;
	display: inline-block;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}

.employee .emp-pan
{
	border: 1px solid #ddd;
	background-color: #F0F0F0;
}

.employee .emp-pan:hover
{
	border:1px solid gray;
	background-color: #ddd;
}

/********************  *******************/
.countLabel{color:gray;}
