/*
	Theme Name: TUV
	Theme URI: http://www.tuv.de
	Description: International product database for TUV Rheinland Academy
	Author: Martin Schuster
	Author URI: http://www.webquartier.org
	Template: academy
	Version: 1.3
*/

@import url("../academy/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization
/* ------------------------------------------------------------------------- */


/* Grid / List */
#wrap header .list-style-buttons { position: absolute; right: 0; }
/** list view **/
ul.list { list-style: none; width: 100%; }
ul.list li { display: block; background: #c9d0d1; padding: 10px 15px; }

ul.list li.alt { background: #d7dfe0; }

ul.list li section.left { display: block; float: left; width: 350px; position: relative; padding-left: 20px; }
ul.list li section.right { display: block; float: right; margin-right: 10px; width: 250px; text-align: right; }

ul.list li section.left img.thumb { float: left; margin-right: 10px; }
ul.list li section.left img.featured-banner { position: absolute; left: -18px; top: 35px; }

ul.list li section.left h3 { font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold; text-transform: uppercase; color: #707375; font-size: 1.4em; line-height: 1.6em; } 
ul.list li section.left span.meta { color: #93989b; font-weight: normal; font-size: 1.1em; }


ul.list li section.right span.price { font-weight: bold; display: block; margin-bottom: 15px; color: #ad3939; font-size: 1.6em; text-align: right; }

ul.list li section.right a.firstbtn { margin-right: 7px; }

/** grid view **/
ul.grid { list-style: none; margin: 0 auto; padding-left: 25px; }
ul.grid li { position: relative; display: block; float: left; width: 220px; height: 200px; border-right: 1px solid #b6bdbe; padding: 5px 22px; margin-bottom: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
ul.grid li.third { border: 0; }

ul.grid li section.left { position: relative; }
ul.grid li section.right { /* nothing */ }

ul.grid li section.left img.featured-banner { position: absolute; top: 0; }

ul.grid li section.left h3 { font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold; text-transform: uppercase; color: #707375; font-size: 1.4em; line-height: 1.5em; } 
ul.grid li section.left span.meta { display: block; color: #93989b; font-weight: normal; font-size: 1.1em; margin-bottom: 7px; }

ul.grid li section.right span.price { font-weight: bold; display: block; margin-bottom: 5px; color: #ad3939; font-size: ?????	?????????????†††????????????…?????????†††???????††???1.75em; }


ul.grid li section.right span.darkview { 
	opacity: 0;
	margin: 0; 
	position: absolute;
	top: 0; 
	left: 0; 
	width: 190px; 
	height: 200px;
	margin: 0 15px; 
	border-radius: 6px;
	background: rgba(40, 45, 55, 0.75); 
	overflow: hidden;
	text-align: center;
	padding-top: 35px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	transition: opacity 0.2s linear 0s;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;  
}
ul.grid li:hover section.right span.darkview { opacity: 1; }

ul.grid li section.right span.darkview a.firstbtn { display: block; margin-bottom: 10px; }


/* Search */
.em-search-wrapper .fa {
	font-size: 18px;
	padding: 5px 10px;
}
.em-search-wrapper input,
.em-search-wrapper select,
.ui-datepicker input,
.ui-datepicker select,
div.css-search div.em-search-field {
	display: inline-block;
}

div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search.has-search-geo.has-search-term input.em-search-geo {
	width: 35%;
	padding: 5px 10px;
}
div.css-search div.em-search-text,
div.css-search div.em-search-geo {
	margin: 0;
	padding: 0;
	background: none;
}
div.css-search input.em-search-text,
div.css-search input.em-search-geo {
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.css-search {
	border: none;
	padding: 0;
}

div.css-search.has-advanced div.em-search-main,
.em-search-advanced {
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #BEBEBE;
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e7e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e9e7e8));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e9e7e8 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e9e7e8 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e9e7e8 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#e9e7e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e7e8',GradientType=0 );
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.css-search div.em-search-main .em-search-submit {
	position: relative;
	padding: 0;
	top: 0;
	right: 0;
}

/* My Booking */
.em-my-bookings .toggle-content {
    overflow: auto;
}

/* Datepicker */
.ui-widget-header {
	border: none !important;
	background: #0d79be !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	padding: 0 !important;
}



/* Booking form */
div.em-booking-login {
	border-left: none;
}

.em-booking-form-details {
	width: 50%;
}
.em-booking-form .input-checkboxes label {
	width: 150px;
}
.em-booking-form span.input-group {
	margin-left: 190px;
}