body{
	background:#eff6f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;}
.login_part{
	float:left;
	width:100%;}
.login-main{
	float:left;
	width:100%;
	margin:50px 0 20px;
	background:#1b6583;
	color:#fff;
	border-radius:5px;
	overflow:hidden;
	border:5px solid #005073;
	}

.login-main h2{
	background:#005073;
	margin:0;
	text-align:center;
	font-weight:bold;
	padding:8px;
	font-size:24px;}
.login-form{
	float:left;
	width:100%;
	padding:15px;}
.login-form a{
	color:#fff;
	margin-top:10px;
	float:left;
	width:100%;}
a.suser{
	width:auto;
	color:#666;
	margin-right:5px;}
.topbar_part{
	float:left;
	width:100%;
	background:#005073;}
.welcome{
	float:left;
	width:100%;
	color:#fff;
	padding:8px 0;
	font-weight:bold;}
.welcome a{
	color:#CF0;
	text-decoration:none;}
.welcome span{
	font-weight:normal;}
.user-view{
	text-align:right;
	padding:2px 0;}
.pimg-s{
	width:37px;
	height:37px;
	border-radius:50%;
	border:3px solid #ddd;
	margin-right:5px;}
.myover{
	float:right;
	right:0;
	left:auto;
	top:32px;
	width:250px;
	max-width:100%;}
.myover.popover.bottom > .arrow{
	right:10px;
	left:auto;}
.myover.popover.bottom > .popover-title{
	color:#005073;
	font-weight:bold;
	font-size:18px;}
.myover.popover.bottom > .popover-content{
	text-align:center;}
.myover.popover.bottom > .popover-content img{
	width:130px;
	height:130px;
	border:5px solid #1b6583;
	border-radius:50%;}
.myover.popover.bottom > .popover-footer{
	border-top:1px solid #ddd;
	padding:10px;
	}
.myover.popover.bottom > .popover-footer a{
	color:#fff;
	font-weight:bold;}
.header_part{
	float:left;
	width:100%;
	background:#005073;
	border-top:10px solid #005073;}
.header-bg{
	background:#1b6583;}
.logo{
	float:left;
	width:100%;
	padding:5px 0;}
.logo img{
	width:auto;
	max-width:100%;
	max-height:60px;}
/* Menu style */
.wtf-menu{
	float:left;
	width:100%;
	}
.wtf-menu > ul{
	float:right;}
.wtf-menu ul{
	margin:0px;
	padding: 0px;
	float:left;
	font-size: 14px;
	
}

.wtf-menu ul li{
	list-style: none;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
	line-height: 42px;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.wtf-menu ul li a{
	color: #fff;
	padding: 0px 14px;
	margin: 0px 0px;
	display: block;
	font-size:14px;
	font-weight:550;
	text-decoration:none;
}

.wtf-menu ul li a:hover{
	color:#cf0;
}


.wtf-menu ul li ul{
	width: 230px;
	padding: 0px 0px;
	margin: 0px;
	background: #eff6f6;
	position: absolute;
	top:42px;
	left:0px;
	transition:.5s;
	border-top:2px solid #ddd;
	display:none;
	z-index:10000;
	/* 	Dropdown shadow */
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}


.wtf-menu ul li ul li{
	padding: 0px;
	margin: 0px;
	display: block;
	float: none;
	border-bottom: 1px solid #d5d5d5;
	line-height: 40px;
	text-transform: none;
}
.wtf-menu ul li ul li a{
	font-size:14px;
	font-weight:normal;
	color:#005073;
	transition:.5s;}
.wtf-menu ul li ul li a:hover{
	background:#005073;
	color:#fff;}

.wtf-menu ul li ul li:last-child{
	border: none;
}


/* Add arrows */

.wtf-menu ul li.parent a{
	padding: 0px 20px 0px 15px; 
}
.wtf-menu ul li.parent::after {
    color: #fff;
    content: "";
    font-family: "Fontawesome";
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 0;
}

.wtf-menu ul li ul:before{
	font-family: 'Fontawesome';
	content:url(images/sprite.png);
	color:#ddd;
	position: absolute;
	left: 30px;
	font-size:27px;
	top:-10px;
	line-height:0;
	margin-left: 5px;
	z-index:100000;
}

.wtf-menu ul li ul li.parent:after{
	font-family: 'Fontawesome';
	content: "\f0da";
	color:#999;
	position: absolute;
	right: 10px;
	top:0px;
	margin-left: 5px;
}


/* Menu-4 */

.wtf-menu ul li:hover > ul{
	display: block;
	-moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
   

}

.wtf-menu ul li ul li:hover > ul{
	display:block;
	-moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}


.mobile-menu{
	float:left;
	width:100%;
	padding:5px 10px;
	color:#fff;
	cursor:pointer;
	background:#005676;
	line-height:15px;
	font-size:23px;
	display:none;}
	
	
	
.footer_part{
	float:left;
	width:100%;}
.footer{
	float:left;
	width:100%;
	padding:15px 0;
	font-size:14px;}
.footer a{
	font-weight:bold;
	color:#005073;
	text-transform:uppercase;}
.main-bg{
	background:#fff;}
.main{
	float:left;
	width:100%;
	padding-bottom:20px;
	padding-top:5px;}
.main h1{
	margin:5px 0;
	padding:5px 0;
	float:left;
	width:100%;
	border-bottom:1px dashed #005073;
	font-size:26px;
	color:#005073;
	font-weight:bold;
	}
.main h2{
	margin:10px 0;
	padding:10px 0;
	float:left;
	width:100%;
	border-bottom:1px dashed #005073;
	font-size:20px;
	font-weight:bold;
	color:#000;
	}
.add-btn{
	font-weight:bold;}
.form-group{
	margin-bottom:10px;}
.thumbnail_img{
	width:50px;
	height:50px;
	border:1px solid #ddd;
	padding:3px;}
.qnt-input{
	width:80px;
	height:25px;
	float:left;
	margin-right:5px;}
.ptable th{
	background:#005073;
	color:#fff;}
.vendor-info{
	float:left;
	width:100%;
	background:#005073;
	padding:8px;
	color:#fff;}
.vendor-info h3{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px dotted #ddd;
	margin:8px 0;
	padding-bottom:5px;}
.vendor-info .form-group{
	margin-bottom:1px;}
.sell-btn{
	margin-top:5px;}
.dashboard-item{
	float:left;
	width:100%;
	border:1px solid #ddd;
	margin:10px 0;
	padding:0 10px;}
.dashboard-item h2{
	margin-top:0;
	}
	


#lineChart{
	width:100%;
	height:300px;}
.report-make{
	float:left;
	width:100%;
	background:#1b6583;
	padding:20px 0;
	margin:10px 0;}
.table-responsive{
	overflow-x:visible;}
.padding-off{
	padding-right:0;}
.small-input{
	width:auto;
	clear:left;
	float:left;
	margin-right:8px;}
.small-lbl{
	clear:both;
	width:100%;
	}
.vendor-info .btn-sm{
	padding:2px 5px;
	font-weight:bold;
	font-size:13px;
	margin:3px 1px;}