#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #000;
    filter: alpha(opacity=60);
}

#modal {
    z-index: 1000;
    position: absolute;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
    max-width: 500px;
}

#modal-content {
    border-radius:8px;
    background:#fff;
    padding:20px;
}

#modal-close {
    position:absolute;
    background:url(../img/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}

.arrow {
   height: 0;
   width: 0;
   border: 4px solid transparent;
}

.arrow.up {
   border-bottom-color: #000;
}

.arrow.down {
   border-top-color: #000;
}

.aipl-button {
    padding: 8px;
    margin-top: 5px;
}

.aipl-warning {
    font-weight: bold;
    margin-bottom: 20px;
}

img.agenda {
    max-width: 99.5%;
    height: auto;
    border: 1px solid rgb(109, 109, 109);
    border-radius: 5px;
}

.preview-img img.agenda {
    cursor: pointer;
}

.signup-button {
    margin-top: 5px;
}

.signup-buttons .mnhn-register-button {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    word-wrap: break-word;
}

.section-heading {
    font-weight: bold;
    font-size: 110%;
}

.row, .item-wrapper {
    display: table-row;
}

.short-info {
    /* Make sure the image stays on the right hand side */
    width: 80%;
    padding-right: 5px;
}

.short-info, .preview-img {
    display: table-cell;
    vertical-align: top;
    line-height: 1.3em;
}

.row label, .row div {
    display: table-cell;
}

.row label {
    padding-right: 10px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

.row div.highlight {
    width: 25%;
    text-align: right;
    padding-bottom: 10px;
}

.row div.tags {
    padding-bottom: 10px;
}

.row div.highlight span, .row div.tags span {
    color: #fff;
    padding: 2px 4px;
    margin-left:5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.row div.highlight span.category {
    background: #331807;
    font-weight: normal;
    font-size: 14px;
}

.row div.tags span.tag {
    background: #9041BA;
    font-weight: normal;
    font-size: 10px;
}

div.reset {
    width: 124px;
}

div.selectors {
    display: table-cell;
}

span.tarif-info {
    font-style: italic;
    font-size: 80%;
}

span.selector {
    white-space: nowrap;
    cursor: pointer;
    padding: 2px 4px;
    margin: 4px 0 0 5px;
    border: 1px solid #9041BA;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size:14px;
    line-height: 1.25;
    display: inline-block;
}

span.selector.active {
    color: #fff;
    background: #9041BA;
}

#eventlist article {
    margin-bottom: 30px;
    padding: 5px 5px 30px 5px;
    border-bottom: 1px solid #cccccc;
    line-height: 1.3em;
}

#eventlist article:first-child {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}

#eventlist .signup-buttons button,
#eventlist .signup-buttons a {
    margin: 10px 5px;
}

.more-link {
    width: 100%;
    text-align: right;
}

section.more {
    display:none;
    box-shadow: 0 -3px 2px -3px #cfcfcf;
    margin-top: 25px;
}

section.more div.detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

section.agenda-internal-information {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 10px;
    background-color: rgba(255,0,0,0.5);
}

.agenda-section-subtitle {
    margin-top: 10px;
    font-size: 13pt;
}

.read-more, .read-less {
    text-decoration: underline;
    cursor: pointer;
}

a.active {
    color: black;
    font-weight: bold;
}

.obfuscated {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.paginator {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

div#sliderContainer {
    margin-top: 10px;
    display: none;
}

div.description {
    line-height: 1.5em;
}


.agenda-stats {
    margin-top: 10px;
}


@media print {
    article {
        breake-inside: avoid;
    }
}

em#outside-age-range-notice {
    color : red;
    font-weight : bold;
}
