/**
* 2010-2026 SwissGeek | Web Developer Freelance
*
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https:// opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https:// devdocs.prestashop.com/ for more information.
*
* @Module		SGK Events Manager
* @Description	Publish your events, sell tickets with seat selection, check them in at the door.
* @Version		1.0.0
* @Copyright	SwissGeek | Web Developer Freelance <https://swissgeek.dev/>
* @support		Support Requests <https://admin.swissgeek.dev/forms/ticket?styled=1&with_logo=1>
* @Blog			Breaking News <https://news.swissgeek.dev/> <https://news.prestageek.ch/>
* @Addons		Developments <https://prestageek.ch/> <https://add.swissgeek.dev/>
*
* @license		http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*				Valid for 1 website (or project) for each purchase of license International Registered 
*				Trademark & Property of SwissGeek. More information on <https://swissgeek.dev/license/>
*/

@charset "utf-8";

/* CSS Document */

.sgk-add-to-cart-block {
    width: 40%;
}

#sgk-qty {
    width: 10%;
}

#sgk-buy-btn {
    width: 30%;
}

.sgk-setting-inline {
    display: inline-block;
}

.events_wrapper {
    width: 100%;
}

.event_item {
    width: 100%;
}

.event-pic {
    float: left;
    padding: 0 20px 0 0;
}

.event-pic img {
    height: 150px;
    width: 150px;
}

.event-content {
    float: left;
    font-size: 12px;
}

.event-content strong {
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-transform: capitalize
}

.event-content span {
    font-weight: bold;
}

.sgk_input_field {
    width: 500px;
}

.sgk_input_textarea_field {
    height: 300px;
    width: 500px;
}

.sgk_input_select_field {
    width: 280px;
}

.button_sty {
    background-color: #cac3b4;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font: 14px/16px "OpenSansBold", sans-serif;
    padding: 5px 9px;
    ;
}

a:focus {
    outline: none;
}

#panel {
    background: #FFF;
    height: auto;
    display: none;
    margin-top: -18px;
}

.slide {
    margin-top: -10px;
    padding: 0;
    border-top: solid 1px #422410;
}

.events_wrapper .event_item {
    background: #F4F4F4;
    padding: 3%;
    margin: 10px 0 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.events_wrapper .event_item:hover {
    background: #EEEEEE
}

.events_wrapper .event-pic img {
    padding: 4px;
    border: 1px solid #B7B7B7
}

.events_wrapper .event-pic img:hover {
    border-color: #000
}

.events_wrapper .event-content {
    width: 318px
}


/*
=======================================================================
	Wrapper
=======================================================================
*/

#wrapper {
    width: auto;
    margin: 0 auto;
}

.accordion {
    margin: 0;
    padding: 10px;
    border-top: #f0f0f0 1px solid;
    background: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
}

.accordion-open,
.collapse-open {
    background: #d7dbe3 !important;
    color: #555 !important;
    padding: 2px 0 0 10px !important;
}

.accordion-open span,
.collapse-open span {
    display: block;
    float: right;
    padding: 10px;
}


/*.accordion-open span, .collapse-open span { background: url(../img/minus_2.png) center center no-repeat; }*/

.accordion-open span,
.collapse-open span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/minus_2.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: right;
    margin-top: -21px;
    padding: 12px 15px;
}

.accordion-close span,
.collapse-close span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/plus.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: right;
    margin-top: -21px;
    padding: 12px 15px;
}

#module-sgkeventsmanager-events .events_wrapper div.container {
    padding: 0;
    margin: 0;
}

#module-sgkeventsmanager-events.events_wrapper div.content {
    margin: 0;
    padding: 10px;
    font-size: .9em;
    line-height: 1.5em;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#module-sgkeventsmanager-events .events_wrapper div.content ul,
#module-sgkeventsmanager-events .events_wrapper div.content p {
    padding: 0;
    margin: 0;
    padding: 3px;
}

#module-sgkeventsmanager-events .events_wrapper div.content ul li {
    list-style-position: inside;
    line-height: 25px;
}

#module-sgkeventsmanager-events .events_wrapper div.content ul li a {
    color: #555555;
}

code {
    overflow: auto;
}

p.paginate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

a.paginate {
    padding: 5px 9px 5px 9px;
}

a.paginate:hover {
    background-color: #31302b;
    color: #fff !important;
}

a.current {
    border: 1px solid #000;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 5px 9px 5px 9px;
    cursor: default;
    background: #383838;
    color: #FFF;
    text-decoration: none;
}

a.current:hover {
    background-color: #31302b;
    color: #fff !important;
}

span.inactive {
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    padding: 2px 6px 2px 6px;
    color: #999;
    cursor: default;
}

.eventviewDIV h3 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 20px;
}

.event-contents {
    padding: 3%;
    margin: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 18px;
}

.textEvent {
    background: none repeat scroll 0 0 #fff;
    border-top: 2px solid green;
    font-size: 13px;
    margin-top: 10px;
    padding: 5px 8px;
}

.jcarousel-skin-tango {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*border-radius:6px; */
    border-color: #ccc green;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px 5px;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    margin: 0 0 20px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    margin-left: 6px
}

#events_block_left .event_item p a {
    margin-top: 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #F4F4F4;
    padding: 2px;
    line-height: 25px
}

.eventsContact_info {
    background: none repeat scroll 0 0 #fff;
    border-top: 2px solid green;
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
    padding: 5px 8px;
}

#accordion .margin-form {
    padding-bottom: 10px
}

.event-contents img {
    max-width: 100%;
    width: 100%
}

#accordion .container {
    width: auto !important
}


/*~~~~~~~PS 1.7 Styles ~~~~~~*/

.sgk_ps_17 {
    background: white;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5625rem;
    padding: 1.5625rem 1.25rem;
}

.sgk_ps_17 .text-uppercase,
.sgk_ps_17 .text-uppercase a {
    color: #414141
}

.sgk_ps_17 .view_all {
    clear: both
}

blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
    // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.p_name {
    text-align: center;
    border: 1px solid #4acbe7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.front_panel {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    border-color: #ccc !important;
}

.front_panel_ticket {
    background-color: #fff;
    border-bottom: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    border-color: black !important;
}

#show_map {
    background-color: #F5F5F5;
}

#update_message {
    display: none;
    color: #1cb000;
}

#error_message {
    display: none;
    color: red;
}

#customer_info_submit {}

#row_col_table {
    width: 100%;
    border: double;
    border-color: #4e4e4e;
    background: #f0f0f0;
    color: #261641;
    text-align: center;
}

#row_col_table td {
    background: #b5dee1;
}


/*#row_col_table td:hover{
        background: -moz-linear-gradient(top, #249ee4, #057cc0);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#249ee4), to(#057cc0));
    }*/

#row_col_table td:active {
    background: -moz-linear-gradient(top, #057cc0, #249ee4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#057cc0), to(#249ee4));
}

#row_col_table td {
    cursor: pointer;
    background: -moz-linear-gradient(top, #ffffff, #D1E3E9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#D1E3E9));
    text-align: center;
}

.sello {
    min-width: 7px;
}

.order_state_1 {
    background-color: #4169E1;
    color: white;
}

.order_state_10 {
    background-color: #4169E1;
    color: white;
}

.order_state_2 {
    background-color: #32CD32;
    color: #383838;
}

.order_state_3 {
    background-color: #FF8C00;
    color: #383838;
}

.order_state_4 {
    background-color: #8A2BE2;
    color: white;
}

.order_state_5 {
    background-color: #108510;
    color: white;
}

.order_state_6 {
    background-color: #DC143C;
    color: white;
}

.order_state_7 {
    background-color: #ec2e15;
    color: white;
}

.order_state_8 {
    background-color: #8f0621;
    color: white;
}

.order_state_red {
    background-color: red;
    color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: #fb3958;
    color: white;
}
/* SGK Events Manager — notices, agenda, liste d'attente (1.0.0) */
#em-notice-host{position:fixed;top:16px;right:16px;z-index:99999;display:flex;flex-direction:column;gap:8px;max-width:340px}
.em-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:6px;
  border:1px solid #D6D9DE;background:#FFFFFF;color:#1F2329;box-shadow:0 6px 18px rgba(0,0,0,.12);font-size:14px;line-height:1.4}
.em-notice--success{border-color:#2E7D32;background:#F1F8F2;color:#1B4D20}
.em-notice--warning{border-color:#B26A00;background:#FFF6E8;color:#6B3F00}
.em-notice__close{margin-left:auto;border:0;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:inherit}
.em-event-actions{margin:16px 0}
.em-ics{display:inline-block}
.em-waitlist{margin:20px 0;padding:16px;border:1px solid #E1E4E8;border-radius:6px;background:#F7F8FA}
.em-waitlist__intro{margin:0 0 10px}
.em-waitlist__label{display:block;margin-bottom:4px;font-weight:600}
.em-waitlist__email{max-width:320px;display:inline-block;margin-right:8px}
.em-waitlist__feedback{display:inline-block;margin-left:10px}
.em-paginator{border-top:1px dashed #C4C4C4;padding-top:10px}
@media (max-width:680px){
  #em-notice-host{left:16px;right:16px;max-width:none}
  .em-waitlist__email{max-width:none;display:block;margin:0 0 8px}
}
