﻿.op_days {
    /*background-color: gray;
    color: black;
    padding: 5px;
    margin-top: 2px;*/
}

.op_day {
    background-color: #111111;
    border: 1px solid black;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    padding-left: 7px;
    margin-right: 1px;
}

.op_day_selected {
    background-color: slategray !important;
    border: 1px solid gray !important;
}

#op_cinemas h3 {
    background-color: #2C3C5B;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px;
    margin-top: 1px;
    margin-bottom: 0px;
    /*margin-block-end: 8px;
    margin-block-start: 2px;
    margin-bottom: 8px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;*/
}

    #op_cinemas h3::after {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
        padding-right: 5px;
    }

    #op_cinemas h3:not(.ui-accordion-header-active)::after {
        content: "\f107";
    }

.op_format {
    background-color: lightgray;
    height: 20px;
    line-height: 20px;
    /*display: inline-block;*/
    color: #111111;
    font-size: 13px;
    margin-top: 1px;
    padding-left: 7px;
    border: 0px solid lightgray;
}

.op_perfs {
    background-color: white;
    line-height: 40px;
    border: 1px solid #eee;
}

.op_perf {
    background-color: white;
    display: inline-block;
    color: black;
    font-size: 13px;
    height: 20px;
    min-width: 50px;
    line-height: 20px;
    margin: 10px;
    padding-left: 7px;
    border: 1px solid lightgray;
    border-radius: 3px;
}

.op_perf_am {
    background-color: lightgray; /*white*/
    display: inline-block;
    color: black;
    font-size: 13px;
    height: 20px;
    min-width: 50px;
    line-height: 20px;
    margin: 10px;
    padding-left: 7px;
    border: 1px solid gray;
    border-radius: 3px;
}
    .op_perf_am::after {
        content: " 🌙"; /* 🌙*/
        font-size: 13px;
    }

#op_error {
    background-color: white;
    border: 1px solid #eee;
    color: black;
    font-size: 13px;
    line-height: 40px;
    padding-left: 7px;
}

/****************************************/

.test_cinema {
    background-color: #2C3C5B;
    color: white;
    font-size: 16px;
    padding: 5px;
    margin-top: 2px;
}
