/**
 * E-Ticket solution for Joomla.
 * 
 * @package   E-Ticket
 * <BUILD VERSION TAG>
 * @author    ARTIO http://www.artio.net
 * @copyright Copyright (C) 2011 ARTIO s.r.o. 
 * <BUILD LICENSE TAG>
 */

@CHARSET "UTF-8";

.find-by-time-item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase;
  overflow: hidden;
}

.find-by-time-item li.interval-odd,
.find-by-time-item li.interval-even {
  float: left;
  /*width: 40px; not usable for weeks and days*/
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px !important;
  text-align: center;
  line-height: 41px !important;
}

.find-by-time-item li.interval-odd {
  /* background-image: url('../images/interval-odd.png'); */
}

.find-by-time-item li.interval-even {
  /* background-image: url('../images/interval-even.png'); */
}

.find-by-time-item li.interval-odd a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.find-by-time-item li.interval-even a {
  background-color: transparent;
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.find-by-time-item li.interval-odd a:hover,
.find-by-time-item li.interval-even a:hover {
  background-color: #000;
  color: #F00;
}

.interval-even {
	
}

.interval-odd {
	
}

.seat-div {
	float: left;
}

.seat-selected {
	background-color: #333333 !important;
}

.delete-row {
	background: transparent none !important;
}

.update-row {
	background: transparent none !important;
}

.icon_print {
	background-image: url("../images/print.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}

.event-detail-fieldset-div {
	float: left;
}

.event_gallery_image {
	float: left;
	display: inline-block;
	text-align: center;
	height: 100px;
	width: 100px;
	padding: 3px;
	margin: 3px;
	border: 1px solid silver;
}

.event_gallery_image a {
  display: block;
}

.subcategory {
	float: left;
	border: 1px solid silver;
	padding: 10px;
	margin: 3px;
	text-align: center;
}

.subcategory a {
  display: block;
}

.subcategory a.image {
	margin:0 0 10px;
}

.status {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	/*float: left;*/
	display: inline-block;
	font-size: 5px;
	vertical-align: -5px;
  border: 1px solid #666;
}

.order-items .status {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
}

.status_P {
	background-color: #c841ef;
}

.status_C {
	background-color: #369c3b;
}

.status_X {
	background-color: #f11f1f;
}

.status_R {
	background-color: #ecae19;
}

.status_S {
	background-color: #1990ec;
}

.nopermsitem td {
	background-color: lightgray;
}

.itemsrow td {
	padding: 0px !important;
	border-width: 0px !important;
	height: 0px !important;
}

.legend-div {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	valign: middle;
	padding-top: 150px;
	background-image: url(../../../../administrator/components/com_etickets/plugins/pict/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.event_atrib_label {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;	
}

.list_table {
	width: 100%;
}

.not_defined_seat {
	background: gray;
	width: 25px;
	height: 25px;
}

.reserved_seat {
	background: gray;
	width: 25px;
	height: 25px;
}

.free_seat {
	width: 25px;
	height: 25px;
}

fieldset {
  margin-bottom: 5px;
}

/* .button { display: inline !important; } bad idea for calendar */
.buttons { margin: 0 20px; }

input.quantity { width: 30px; padding: 5px 3px; }

.link { cursor: pointer; }

.clear, .clr { clear: both; }

.select-button, .input-button {
  margin-left: 5px;
}

.checkEan {
  text-align: center;
}

.checkEan p {
  margin-top: 20px;
  font-size: 150%;
}

.checkEan > .data {
	/*
  font-size: 4em;
  margin: 20px 0;
  padding: 5px 10px;
  */
  
  font-size: 100px;
  height: 100px;
  width: 500px;
}

.checkEan .button {
  margin-bottom: 20px;
  font-size: 150%;
  cursor: pointer;
}

.form-validate .filter {
  text-align: left !important;
}

.form-validate .filter .filter_item {
  float: left;
  margin: 0 20px 5px 0;
  height: 50px;
  white-space: nowrap;
}

.form-validate .filter .filter_item label {
  text-align: left;
}

.form-validate .filter label {
  display: block;
}

.form-validate .filter select, 
.form-validate .filter input,
.form-validate .filter textarea {
  max-width: 180px;
}

.form-validate .filter input.date {
  max-width: 6em;
}

.form-validate .filter img {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.form-validate .pagination {
  padding: 15px 4px 10px;
  text-align: center;
}

.form-validate .orders-sum {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin: 10px; 0;
}

.form-validate .order-items th {
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  background-color: transparent !important;
}

.form-validate .order-items td {
  padding: 5px 10px !important;
  background-color: transparent !important;
}

.form-validate a.modal.button {
  margin-left: 5px;
}

.form-validate a.modal.button:hover {
  text-decoration: none;
}

.form-validate td.middle {
  vertical-align: middle;
}

div.legend {
  width: 570px;
  margin: 20px auto 0;
}

.legend .legend-item {
  float: left;
  text-align: left;
  margin-right: 30px;
  width: 160px;
}

.legend .legend-color {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  border: 1px solid #333;
  margin: 0 10px;
}

.legend .legend-item span {
  display: block;
  margin-left: 35px;
  font-size: 80%;
  line-height: 150%;
}

.adminlist .icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.adminlist .icon.items {
  background-image: url('../images/icons.png');
  background-position: left top;
}

.adminlist .icon.delete {
  background-image: url('../images/icons.png');
  background-position: left bottom;
}

.adminlist .icon.print {
  background-image: url('../images/icons.png');
  background-position: right bottom;
}

/* -----------------------------------------------------------------------
                                CHECK TICKET
   ----------------------------------------------------------------------- */

.event-validation-error-item { background-color:#F00;}
.event-validation-errors { font-size: 150%; text-align: center; padding: 5px;}

.event-validation-success-item { background-color: #3EB00B;}
.event-validation-success { font-size: 230%; text-align: center; padding: 10px;}

.fonts150 { font-size: 150%}

/* -----------------------------------------------------------------------
                                   FILTER
   ----------------------------------------------------------------------- */
   
#filter_price_from,
#filter_price_to {
  width: 80px;
}

.filter-rollers {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.filter-rollers li {
  margin: 0;
  padding: 0px !important;
  float: left;
  background: none !important;
}

.filter-rollers li span {
  display: block;
  margin: 0 30px 0 0;
  padding: 5px 18px 5px 0px;
  background: url('../images/slide-filter.png') right center no-repeat;
  cursor: pointer;
}

/* -----------------------------------------------------------------------
                               PRODUCT DETAIL
   ----------------------------------------------------------------------- */

span.value {
  font-weight: bold;
}

.event-info {
  padding-top: 1px; /* clear for heading margins */
}
   
.event-gallery {
  text-align: left;
  float: left;
  margin-right: 20px;
  padding-top: 1px; /* clear for heading margins */
}

.event-gallery fieldset {
  margin-top: 0;
}

.event_gallery_basic_image {
  text-align: center;
}

.event_gallery_basic_image a {
  display: block;
}

.event_gallery_basic_image a img {
  padding: 5px;
  border: 1px solid #CCC;
}

.event-basic fieldset {
  margin-top: 0;
}

.price-vat {
  white-space: nowrap;
}

.table-prices tr.first td {
  vertical-align: bottom;
}

.price-vat var.main-price,
.event-prices td span.main-price {
  font-size: 180%;
  font-weight: bold;                     
}

.price-wo-vat {
  display: block;
}

.event-prices .vat-rate {
  display: block;
  line-height: 1.3;
}

.event-attributes {
  margin-bottom: 10px;
}

.table-attributes {
  border: 0 none;
}

.table-attributes td.key {
  vertical-align: top;
}

.qty.inputbox {
	width: 50px;
}

/* -----------------------------------------------------------------------
                                COLUMN WIDTHS
   ----------------------------------------------------------------------- */

col.width-1 {
  width: 1%;
}

col.width-7 {
  width: 7%;
}

col.width-14 {
  width: 14%;
}

col.width-21 {
  width: 21%;
}

/* -----------------------------------------------------------------------
                                 TABLE STYLES
   ----------------------------------------------------------------------- */

table.zebra,
table.order-list {
  width: 100%;
}

table.cart {
  width: 100%;
}

tr.total td {
  font-weight: bold;
}

th.name.first {
  text-align: left;
}

td.key {
  vertical-align: top;
  text-align: left;
}

td.total-title {
  text-align: right;
}

td.to-status {
  text-align: center;
} /* event/order status */

td.order-id {
  text-align: center;
}

td.date {
  text-align: center;
}

td.price {
  text-align: right;
  padding-right: 10px;
}

td.sku {
  text-align: center;
}

td.code {
  text-align: center;
}

td.name {
  text-align: left;
}

td.action {
  text-align: center;
}

td.seller {
  text-align: center;
}

td.image {
  text-align: center;
}

td.quantity {
  text-align: center;
}

td.nowrap {
  white-space: nowrap;
}

/* -----------------------------------------------------------------------
                                    CART
   ----------------------------------------------------------------------- */

.buttons-wrapper {
  margin-top: 10px;
}

.buttons-wrapper input {
	float: right;
}

tr.cart-item-info td {
  padding: 0;
}

tr.cart-item-info div.info {
  padding: 5px;
  font-size: 85%;
}

a.checkout {
  float: right;
  margin: 10px;
}

.cart-total,
.cart-subtotal,
.cart-shipping,
.cart-payment {
  padding-right: 15px;
  text-align: right;
}

/* -----------------------------------------------------------------------
                            ADDRESSES (+ LIGHTBOX)
   ----------------------------------------------------------------------- */

.address-delivery,
.address-invoicing {
  float: left;
  width: 40%;
}

#selected_invoicing_address,
#selected_delivery_address {
  margin-top: 10px;
}

#selected_invoicing_address table,
#selected_delivery_address table {
  width: 90%;
}

.directory-edit table,
.directory-edit table tr,
.directory-edit table td {
  border: 0 none !important;
}

/* -----------------------------------------------------------------------
                                  CASH DESK 
   ----------------------------------------------------------------------- */

.filter-row span.filter_item {
  width: auto;
  padding-right: 5px;
}

.filter-row span.filter_item label {
  width: auto;
}

.filter-buttons {
  margin-top: 10px;
  padding-left: 66%;
  padding-bottom: 1px;
}

a.back-to-list {
  float: left;
}

a.continue-checkout {
  float: right;
}

/* -----------------------------------------------------------------------
                                   ORDERS 
   ----------------------------------------------------------------------- */

fieldset#filter-bar {
  clear: both;
}

a.display-lo {
  float: right;
}

span.filter_item {
  white-space: nowrap;
  display: inline-block;
  width: 49%;
}

span.filter_item label {
  display: inline-block;
  width: 34%;
  line-height: 2.5;
  text-align: right;
}

/* -----------------------------------------------------------------------
                               BROWSE PAGE VM 
   ----------------------------------------------------------------------- */

#vmet-browsepage div.product div.dates var.inline
#vmet-featured div.product div.dates var.inline {
  display: inline;
  padding: 0;
}

.order-direction-img {
  vertical-align: 0;
}

#vmet-browsepage div.row,
#vmet-featured div.row {
  float: left;
  width: 100%;
  border-top: 1px solid #CCC;
  padding: 10px 0;
}

#vmet-browsepage div.row.first,
#vmet-featured div.row.first {
  border-top: 0 none;
}

#vmet-browsepage div.product,
#vmet-featured div.product {
  float: left;
  margin: 0;
	padding: 0;
}

#vmet-browsepage div.product .product-inner,
#vmet-featured div.product .product-inner {
	overflow: hidden;
	padding: 10px;
	background-color: #EEEEEE;
}

#vmet-browsepage div.product div.date,
#vmet-featured div.product div.date {
  float: right;
  height: 40px;
  text-transform: uppercase;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 41px;
}

#vmet-browsepage div.product.interval-odd div.date {
  color: #333;
  /* background-image: url('../images/interval-odd.png'); */
}

#vmet-browsepage div.product.interval-even div.date {
  color: #CCC;
  /* background-image: url('../images/interval-even.png'); */
}

#vmet-browsepage div.product h3,
#vmet-featured div.product h3 {
  display: table-cell;
  height: 40px; /* same height like month presentation */
  padding-bottom: 10px;
  vertical-align: middle;
}

#vmet-browsepage div.product div.image,
#vmet-featured div.product div.image {
  padding: 9px;
  border: 1px solid #CCC;
  text-align: center;
  float: left;
  background-color: #FFF;
  margin: 0 10px 10px 0;
}

#vmet-browsepage div.product div.image a,
#vmet-featured div.product div.image a {
  margin: 0;
  padding: 0;
  display: block;
}

#vmet-browsepage div.product div.image img,
#vmet-featured div.product div.image img {
  border: none;
  margin: 0;
  padding: 0;
}

#vmet-browsepage div.product div.dates,
#vmet-featured div.product div.dates,
#vmet-browsepage div.product div.genre,
#vmet-featured div.product div.genre,
#vmet-browsepage div.product div.author,
#vmet-featured div.product div.author {
  padding-top: 0;
  padding-bottom: 0;
  /*float: left;*/
  text-align: left;
  margin: 0 0 10px 10px;
}

#vmet-browsepage div.product div.dates span,
#vmet-featured div.product div.dates span,
#vmet-browsepage div.product div.genre span,
#vmet-featured div.product div.genre span,
#vmet-browsepage div.product div.author span,
#vmet-featured div.product div.author span { display: block; font-size: 90%; white-space: nowrap; }
#vmet-browsepage div.product div.dates var,
#vmet-featured div.product div.dates var,
#vmet-browsepage div.product div.genre var,
#vmet-featured div.product div.genre var,
#vmet-browsepage div.product div.author var,
#vmet-featured div.product div.author var { display: block; padding-left: 10px; white-space: nowrap; }

#vmet-browsepage div.product div.price,
#vmet-featured div.product div.price {
  clear: both;
  padding: 10px 10px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #CCC;
}

#vmet-browsepage div.product div.price span.title-price,
#vmet-featured div.product div.price span.title-price { float: left; width: 70px; line-height: 1.7; }
#vmet-browsepage div.product div.price span.old-price,
#vmet-featured div.product div.price span.old-price { text-decoration: line-through; }
#vmet-browsepage div.product div.price span.old-price.no-value,
#vmet-featured div.product div.price span.old-price.no-value { text-decoration: none; }
#vmet-browsepage div.product div.price var,
#vmet-featured div.product div.price var { display: block; font-weight: bold; font-size: 150%; }
#vmet-browsepage div.product div.price span.save-title,
#vmet-featured div.product div.price span.save-title { float: left; width: 70px; }
#vmet-browsepage div.product div.price span.save-price,
#vmet-featured div.product div.price span.save-price { text-decoration: none; }
#vmet-browsepage div.product div.price span.old-price,
#vmet-browsepage div.product div.price var,
#vmet-browsepage div.product div.price span.save-price,
#vmet-featured div.product div.price span.old-price,
#vmet-featured div.product div.price var,
#vmet-featured div.product div.price span.save-price { margin-left: 80px; display: block; line-height: 1.2; }

#vmet-browsepage div.product div.call-for-price,
#vmet-featured div.product div.call-for-price {
  padding: 3px 10px 10px;
}

#vmet-browsepage div.product div.stock,
#vmet-featured div.product div.stock {
  padding: 10px 10px 0;
  border-top: 1px solid #CCC;
  margin: 10px 0 0;
  clear: both;
}

#vmet-browsepage div.product div.description,
#vmet-featured div.product div.description {
  padding: 10px 10px 0;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #CCC;
  overflow: hidden !important;
  clear: both;
}

#vmet-browsepage div.product div.description p,
#vmet-featured div.product div.description p {
  margin: 0;
}

#vmet-browsepage div.product a.button,
#vmet-featured div.product a.button {
	float:right;
	display:block;
	padding: 0 10px 10px;
}

table.order-list table {
  width: 100%;
}

table.order-list table td {
  vertical-align: top;
}

.cart-options-message {
	width: 100%;
}

.cart-options-buttons {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


.old-price {
	text-decoration: line-through;
}

#static-schedule {
  background: url("../images/calendar.png") no-repeat scroll right top transparent;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  width: 100px;
}

/*#static-schedule-times {
  float: right;
}*/

.cashdesk-customer {
    margin: 5% 0 5% 0;
}

.cashdesk-customer .wrap {
    clear: both;
}

.cashdesk-customer .detail {
    float: left;
    margin-right: 5%;
    width: 30%;
}

.cashdesk-customer .order-history {
    float: left;
    width: 65%;
}