/**
 * @copyright	Copyright (C) 2015 Cedric KEIFLIN alias ced1870
 * http://www.joomlack.fr
 * @license		GNU/GPL
 * */

.ckboxmodal {
	border: #666 1px solid;
	box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	background: #fff;
	padding: 0;
	left: 50%;
	top: 10px;   
	padding-bottom: 100px;
	z-index: 10000;
	height: 500px;
	margin-left: -400px;
	width: 800px;
	position: absolute;
}

.ckboxmodal.fullscreen {
	position: fixed;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.ckboxmodal iframe,
.ckboxmodal .ckboxmodal-body {
	width: 100%;
	height: 100%;
	border: none;
}

.ckboxmodal-back {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: #000;
	opacity: 0.6;
}

.ckboxmodal-header:empty,
.ckboxmodal-footer:empty,
.ckboxmodal-button:empty {
	display: none !important;
}

.ckboxmodal-footer {
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e1e1e1;
	color: #aaa;
	border-top: 1px solid #ccc;
	/*box-shadow: #ccc 0px 0px 5px;
	-moz-box-shadow: #ccc 0px 0px 5px;*/
}

.ckboxmodal-footer .ckboxmodal-button {
	display: inline-block;
	float: right;
	height: 50px;
	min-width: 50px;
	box-sizing: border-box;
	line-height: 50px;
	padding: 0 14px;
	background: #cfcfcf;
	color: #555;
	font-size: 1.3em;
	border-left: 1px solid #aaa;
	box-shadow: 0 0 15px #b5b5b5 inset;
	text-align: center;
	cursor: pointer;
}
.ckboxmodal-footer .ckboxmodal-button:hover {
	text-decoration: underline;
	background: #bbb;
}

.ckwait {
	background: url(ajax-loader.gif) center center no-repeat;
	min-height: 16px;
}
