.mmt-ml-meetings {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.mmt-ml-meeting {
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}

.mmt-meeting-list .Form {
    max-width: none;
}

.mmt-meeting-list .proFormText {
    margin-top: 0;
}

.mmt-meeting-list-detailed .mmt-ml-meeting {
    display: inline-block;
    margin-bottom: 3em;
    padding: 1em;
    box-shadow: var(--boxShadow);
    border-radius: var(--borderRadius);
    cursor: pointer;
    transition: all .4s ease-out;
}

.mmt-meeting-list-detailed .mmt-ml-meeting:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.mmt-ml-date-location {
    margin-bottom: 0;
    font-size: .8em;
    color: #757575;
}

.mmt-ml-title-pane h3 {
    margin-top: 0;
}

.mmt-ml-desc-pane img {
    display: block;
}

.mmt-ml-registrations {
    position: relative;
    display: block;
    margin-top: -1.9em;
    padding: 0.3em 1em;
    font-size: 0.85em;
    background: #a7db0d;
    transition: background-color 0.2s ease-in-out;
}

.mmt-ml-meeting:hover .mmt-ml-registrations {
    background-color: #a2d40c;
}

.mmt-ml-details {
    margin-top: 0.5em;
}

.mmt-ml-meta-data {
    margin-bottom: 0.1em;
}

.mmt-ml-description p {
    margin-bottom: 0.5em;
}

.mmt-ml-location {
    display: block;
    line-height: 1.4;
    color: #444;
}

.mmt-ml-more {
    display: block;
}

/**
 * Meeting list Date, Title and Labels table
 */

.mmt-ml-dateTitleTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mmt-ml-dateTitleRow {
    display: table-row;
}

.mmt-ml-incompanyWrapper,
.mmt-ml-dateCell,
.mmt-ml-titleCell {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.mmt-ml-incompanyWrapper,
.mmt-ml-dateCell {
    width: 90px;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #8d156a;
    transition: background-color 0.2s ease-in-out;
}

.mmt-ml-dateCellDay {
    display: block;
    font-size: 1.4em;
    line-height: 1.6;
}

.mmt-ml-dateCellMonth {
    display: block;
    margin-top: -0.7em;
    font-size: 0.8em;
    text-transform: uppercase;
}

.mmt-ml-incompanyIcon {
    font-size: 2.5em;
}

.mmt-ml-titleCell {
    padding: 0.8em 0.8em 0.8em 1.5em;
    line-height: 1.6;
    background-color: #f2f2f2;
}

.mmt-ml-label {
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}

.mmt-ml-title {
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
    transition: color 0.2s ease-in-out;
}

.mmt-ml-meeting:hover .mmt-ml-label,
.mmt-ml-meeting:hover .mmt-ml-title {
    color: #000
}

@media (min-width: 400px) {
    .mmt-ml-title {
        font-size: 1.1em;
    }
}

/**
 * Meeting list footer pane
 */

/*.mmt-ml-footer-pane {*/
/*    padding-top: 1em;*/
/*    border-top: 1px solid #e6e6e6;*/
/*}*/

.mmt-ml-footer-pane p {
    margin: 0;
}

.mmt-ml-footer-pane a,
.mmt-ml-footer-pane span {
    display: block;
    float: left;
    padding-left: 1.5em;
    background: transparent url('../../../img/snippets/icon-read-more.png') no-repeat 0 0.4em;
}

.mmt-ml-footer-pane .mmt-ml-register {
    float: right;
    background-image: url('../../../img/snippets/icon-register.png');
}

/**
 *  Active filters
 */

.atal__activeLink {
    text-decoration: none;
}

.atal__activeTheme .atal__activeLink::after {
    display: inline-block;
    margin-top: -4px;
    font-size: 0.7em;
    content: '\f1f8';
    font-family: 'icons';
    text-decoration: none;
}

.atal__activeLink:hover {
    text-decoration: line-through;
}

/**
 * Simple list
 */

.mmt-meeting-list-simple .mmt-ml-showMoreLink {
    float: right;
    font-size: 1.2em;
}

@-webkit-keyframes moveToRight {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(5px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@keyframes moveToRight {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(5px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

.mmt-meeting-list-simple .mmt-ml-showMoreLink:hover:after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.mmt-meeting-list-simple .mmt-ml-meeting a {
    display: block;
    position: relative;
    margin-bottom: 0.2em;
    text-decoration: none;
    color: inherit;
}

/**
 * Filter
 */

.activeThemesAboveList {
    display: none;
}
