/* Copyright (C) Aube du Temps (Code), Inc - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Mestoph <mestophounet@hotmail.com>, Aout 2014
 */

.modal {
  display: 				none; /* Hidden by default */ 
  position: 			fixed; /* Stay in place */
  z-index: 				1; /* 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 */
}

/* Modal Content */
.modal-content {
	background-image:	url(../images/style_1/c_bk.png);
	background-repeat: 	repeat;
	margin: 			auto;
	padding: 			20px;
	border: 			1px solid #888;
	width: 				80%;
	border-radius: 		6px;
	padding:			5px;
	box-shadow: 		2px 2px 2px rgba(0, 0, 0, 0.4);	
	z-index: 			1000;
	text-align:			center;
	white-space: 		nowrap;
	bottom: 			25px;
}

/* The Close Button */
.close {
  color: 				#cacaca;
  float: 				right;
  font-size: 			28px;
  font-weight: 			bold;
}

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