/** 
			#BFBFBF window bg color
			#01007A window bar color
			#4ED8B4 arizona
			**/

* {
	box-sizing: border-box;
}

body {
	background: #4ED8B4;
}

.container {
	display: block;
	max-width: 500px;
	min-height: 20px;
	margin: auto; 
}

.warning {
	background: #BFBFBF;
	display: block;
	min-height: 50px;
	width: 100%;
	-webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
	border: 1.4px solid white;
}

.warning-bar {
	width: 100%;
	background: #01007A;
	height: 23px;
}

.warning-title {
	color: white;
	letter-spacing: .5px;
	word-spacing: .5px;
	padding-left: 5px;
	float: left;
	font-weight: 600;
}

.warning-exit	{
	height: 100%;
	display: block;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
}

.warning-exit {
	padding-left:  5px;
	padding-right: 5px;
}

.button-exit  {
	background: #BFBFBF;
	font-weight: 600;
	color: #6F6F6F;
	height: 100%;
	width: 19px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid white;
	border-top: 1px solid white;
	font-size: 55%;
	margin: auto;
	text-align: center;

	}

.warning-content {
	height: 186px;
	width: 100%;
	clear: both;
	border-radius: 1px;
	border: 1.2px solid black;
	overflow: hidden;
	padding: 20px 30px;
}

.warning-icon {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid black;
	display: block;
	background: red;
	text-align: center;
	color: white;
	padding-top: 4px;
	font-size: 20px;
	font-weight: 300;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.30);
	-moz-box-shadow:  2px 2px 3px 2px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.30);
	float: left;
}

.warning-message {
	margin-left: 80px;
	max-width: 600px;
	font-weight: 600;

}

.warning-button {
	margin: auto;
	display: block;
	text-align: center;
	padding: 5px;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	margin: 20px 160px;
}

.warning-btn-text {
	font-weight: 600;
	border: 1px dotted black;
	padding: 3px 40px;
	display: block;
}
