/*
Admin css
*/

.wppn_add_schedule_popup {

}

.wppn_add_schedule_popup {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.wppn_add_schedule_popup_box{
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	margin: 0 auto;
	padding: 20px;
	position: relative;
	top: 20%;
	width: 750px;
	min-width: 280px;
	height: 350px;
    border-radius: 5px;
	box-shadow: 0 10px 8px rgba(100, 100, 100, 0.9);
	overflow-y:scroll;
}

.wppn_add_schedule_save,.wppn_add_schedule_cancel{
	float:right;
	margin-right:20px !important;
}