﻿/* The Modal (background) */
.simple-modal, .simple-modal-big {
	position: fixed; /* Stay in place */
	z-index: 6000; /* Sit on top */
	padding-top: 20px; /* Location of the box */
	left: 0;
	top: 0px;
	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 */
}

.simple-modal-big {
	padding-top: 20px; /* Location of the box */
}

/* Modal Content */
.simple-modal-content, .simple-modal-content-big {
	position: relative;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 60%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.simple-modal-content-big {
	width: 90%;
}

	.simple-modal-content p {
		color: #1D1D1D;
	}

/*.simple-modal-content a {
		color: #000000;
	}*/


/* Modal Content */
.simple-modal-content-lg {
	position: relative;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*
	Gold = #AA9F78
	Black = #1D1D1D
	BlackLighter = #959595
	Grey = #DBDAD9
	Brown = #452112
	Red = #b81010
*/

.simple-modal-header {
}

.simple-modal-body {
	padding: 10px 16px 2px 16px;
}

.simple-modal-footer {
	padding: 2px 16px;
	background-color: #373737;
	color: #1D1D1D;
}

.simple-modal-content {
	width: 1100px;
}

@media (max-width: 1400px), (max-device-width: 1400px) {
	.simple-modal-content-big {
		width: 99%;
	}
}

@media (max-width: 1050px), (max-device-width: 1050px) {
	.simple-modal-content {
		width: 100%;
	}
}

.simple-modal-content-small {
	width: 800px;
}

@media (max-width: 750px), (max-device-width: 750px) {
	.simple-modal-content-small {
		width: 100%;
	}
}

@media (max-height: 800px), (max-device-height: 800px) {
	.simple-modal, .simple-modal-big {
		padding-top: 10px;
	}
}

.modal-footer{
	display:block;
}

.modal-footer input{
	float:right;
}