#postermm_report .select,
#postermm_report .input{
    padding: 6px 34px 6px 15px;
    font-size: 14px;
    line-height: 1.4em;
    border: 1px solid #ccc;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    margin: 0
}
.chosen-container-multi .chosen-choices{
    border: 1px solid #ccc;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 4px 12px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    box-shadow: none;
}

.chosen-container-single .chosen-single div b{
    background-position-y: 6px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}

.chosen-container-active .chosen-choices{
    box-shadow: none;
}

input.chosen-search-input{
    padding: 0;
}

#postermm_report input:focus,
#postermm_report select:focus{
    outline: none;
    border-color: #66afe9;
}

#morefilters, .morefilters{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}
.dateFilter,
#morefilters > div{
    padding: 0 10px 0 0;
}

.tabsContents {
    background: #FFF;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 0 6px 6px 6px;
}

input[type=submit].reportFilterBtn{
    line-height: 1em;
    background: #222;
    color: #FFF;
    outline: none;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

form[name=report-filters], form[name=report-filters-films]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
form[name=report-filters-films] > div{
    padding-bottom: 10px;
}

.report-result, .report-result-film{
    padding: 12px 0;
}

table.posterReportTable td, table.posterReportTable th {
    padding: 4px;
    border: 1px solid #0000002b;
    font-size: 12px;
    background: #FFF;
}

table.posterReportTable th {
    background: #efefef;
}

.exportTableBtn{
    padding: 6px 14px;
    color: #FFF;
}

.filmName{
    font-weight: bold;
    font-size: 1.2em;
}


.tabsPanel{
    display: flex;
    align-items: flex-end;
}
.tabsPanel > .tab{
    background: #CCC;

    padding: 4px 20px;
    user-select: none;
    line-height: 24px;
}

.tabsPanel > .tab:first-child{
    border-radius: 6px 0 0 0;
}

.tabsPanel > .tab:last-child{
    border-radius: 0 6px 0 0;
}

.tabsPanel > .tab.active{
    background: #efefef;
    padding: 8px 20px;
    border-radius: 6px 6px 0 0;
}

.tabContent{
    display: none;
}
.tabContent.active{
    display: block;
}