/*
	* Styles for the OPUS reservation system
	* Works with the opus-hut-reservations plugin
	* Author: Clark Corey
	* Website: www.clarkcoreydesign.com

*/

.payment-section
{
	width:100%;
	float:left;
	margin:10px 0 10px 0;
	padding:0;
}

table.totals-confirm
{
	float:left;
	margin:20px 0 20px 0;
	width:100%;
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.totals-confirm td
{
	padding:10px;
	border: 1px solid #999999;
}

table.border-padding
{
	float:left;
	margin:20px 0 20px 0;
	width:100%;
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.border-padding td
{
	padding:10px;
	border: 1px solid #999999;
}

.button
{
	padding:10px 20px 10px 20px;
	margin:5px;
	background-color:#ffffff;
	border:1px solid #777777;
	font-size:17px;
	background-color:#3399cc;
	color:#ffffff;
}

#calendar-container
{
	width:100%;
	float:left;
	background-color:#ffffff;
	color:#222222;
	padding: 10px 0 0 0;
}

#calendar h2
{
	color:#000000;
}

.error
{
	color:#FF0000 ;
	margin:15px 5px 10px 5px;
	font-weight:bold;
}

.right
{
	text-align:right;
	margin: 5px 50px 5px 0;
}

p.center
{
	text-align:center;
}

/* --- Payment Button -- */
#customButton
{
	background-color:#45b1e8;
	padding:10px;
	color:white;
	font-size:16px;
	border:1px solid white;
	border-radius: 5px;
	float:right;
	margin:15px 2px 2px 0;
}

/* ----- fullCalendar popup div ------*/
#eventDisplay {
    display: none;
    text-align: left;
}

/* ----- Gift certificate ------*/

.gift-cert-panel{
	position:relative;
	z-index:1;
	background-color:white;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.payment-errors{
	color:red;
}

.opus-loading{
	opacity: 0;
}

.payment-table{
	position:relative;
	z-index:1;
	background-color:white;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	margin: 5px 0 0 -40px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.gift-cert-error{
	color:red;
}

.gift-cert-success{
	color:green;
}

#gift-cert{
	width:200px;
}
