/* The Modal (background) */
.wplp-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  
}

/* Modal Content */
.wplp-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 15px;
  position: relative;
  margin-bottom: 150px;
}

/* The Close Button */
.wplp-close {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 5px;
  color: #aaaaaa;
  float: right;
  font-size: 35px;
  font-weight: 800;
}

.wplp-close:hover,
.wplp-close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  
}

#wplp_modal_wait_graphic img {
	
	height: 23px;
	width: auto;
}


#wplp_item_image img {
	height: 70px;
	width: auto;	
}

.wplp_modal_header {
	position: relative;
	padding-left: 100px;
	height: 100px;
}

.wplp_modal_header #wplp_item_image {
	position: absolute;
	top: 0px;
	left: 0px;
}

.wplp_modal_header #wplp_item_id {
	font-size: 25px;
	line-height: 25px;
	color: #ffffff;
	
}


#wplp_page {
	margin-top: 135px;
}


.wplp_form_element input {
	font-size: 18px !important;
	padding: 5px !important;
	border: 1px solid #000;
	border-radius: 5px !important;
}

.wplp_form_element button {
	color: #ffffff;
	background-color: #354bab;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 25px;
	cursor: pointer
}

.wplp_form_element button:hover {
	color: #000000;
	background-color: #7486d1;
}


/*
	-----------  BEGIN:  Admin Modal Form -------------
*/

	.wplp_form_element .wplp_field {
		margin-bottom: 10px;
	}
	
	#wplp_status_notes {
		width: 100%;
	}

	.wplp_label {
		font-weight: 700;
		
	}

	.wplp_field_col {
		width: 45%;
		float:left;
	}
	
	#wplp_expiry_field {
		padding: 10px;
		margin-bottom: 15px;
		background-color: #fcba03 /*#354bab*/;
		border-radius: 15px;
	}
	
	#wplp_expiry_field .wplp_label {
		color: #ffffff;
	}
	
/*
	-----------  END:  Admin Modal Form ---------------
*/

.wplp_field_fail {
	border: 2px solid #ff0000 !important;
}

.wplp_pwd_error {
	color: #ff0000;
	padding: 5px;
	font-weight: 700;
}


@media only screen and (max-width: 976px) {
	
	
	.wplp_field_col {
		width: 100%;
		
	}
	
	.wplp_modal_header #wplp_item_id {
		font-size: 18px;
		line-height: 18px;
		color: #ffffff;
		
	}
	
}

@media only screen and (max-width: 765px) {
	.wplp-modal-content {
		width: 90%;
	}
	
	.wplp_field_col {
		width: 100%;
		
	}
	
	
	
}