/* CSS Document */

/* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }


/* =========== Left menu  start =============== */ 	

	
	
/* =========== Left menu  start =============== */ 	


/* ============== item add data start ============ */

 .page-icon{width:25px;
 height:25px;
 margin:0px 3px;
 }
 .items-icon{
float:right; 
 }
 .Items-h{
	float:left; 
	 }
	 
.continer-data-style{
	padding:0px 20px;
			 
		 }
		 
.top-row-data{
	height:50px;
	background:#23282e;
	margin-top:10px;
	}
.top-row-data-h{
	color:#FFF;
	padding:5px 0px;
	}
	
	
/* ================== item ad data end =========== */

/*  = == = = = = = = = */
#pagination_cust a{
	
	border:1px #06F;
	padding:5px;
	float:left;
	font-size:36px;
	
}

/* ====================== msg alert ==================== */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}		 
		 .confirm_msg {
			 margin:0 auto;
 			 width:40%;
			 text-align:center;
}