/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
#notice{
		position:relative;
		
	}
	#notice .image_close{
		position:absolute;
		right:0px;
		top:0px;
		background: rgb(255, 102, 0);
		color: white;
		padding: 4px 8px;
		font-size: 10px;
		margin-top: -10px;
		margin-right: -10px;
		border-radius: 50%;
		
	}
	.sip_find{
		position:absolute;
		margin-bottom:10px;
		width:150px;
		background:white;
		padding:5px 10px;
		border:1px solid #dedede;
		    box-shadow: -1px -1px 3px #333, 1px -1px 3px #333, -1px 1px 3px #333, 1px 1px 3px #333;
	}
	.sip_find .pop_up_close{
		position:absolute;
		right:0px;
		top:0px;
		background: black;
		color: white;
		padding: 4px 8px;
		font-size: 10px;
		margin-top: -10px;
		margin-right: -10px;
		border-radius: 50%;
		
	}
	.top .dataTables_info{ 
		    border: 1px solid #eee !important;
		font-size: 16px;
	}
	 .dataTables_paginate{
		border: none !important;
	}