.push-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 16777271;
	background-color: rgba(0, 0, 0, 0.5);
}

.push-header {
	margin-left: 75px !important;
	width: 760px !important;
	height: auto;
	position: fixed;
	top: 10px;
	width: 100%;
	background-color: rgba(14, 17, 35, 1);
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	z-index: 16777271;
	border-radius: 9px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.push-footer {
	z-index: 1001;
	margin: 0px !important;
	padding-bottom: 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 29, 81, .80);
	color: white;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.push-btn-notifications {
	margin: 15px;
	width: 125px !important;
	background: rgb(0, 29, 81);
	border: 0;
	line-height: 35px;
	border-radius: 3px;
}

.push-btn-oui {
	background: #ffbc00;
}

.push-btn-notifications:hover {
	background: #144dc8;
}

.push-btn-notifications:focus {
	outline: 0;
}

.push-footer-message {
	padding-top: 30px;
}

.push-dismiss {
	font-size: 30px;
	line-height: 40px;
}

.push-confirmation {
	margin: 0px !important;
	padding-top: 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(36, 127, 29, .80);
	color: white;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	z-index: 16777271;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.push-header {
		width: 550px !important;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.push-dismiss {
		font-size: 20px;
		line-height: 20px;
	}

	.push-footer-message {
		padding-top: 0px;
	}
	
	.push-header {
		width: 100% !important;
		margin: 0px !important;
		border-radius: 0px;
		top: 0px;
	}

	.push-footer {
		padding-top: 15px;
		font-size: 16px;
	}
	
	.push-btn-notifications {
		margin: 15px;
		width: 100px !important;
	}
}
