﻿/*--------------------------------------------------------Folder View CSS - Pinnwand--------------------------------------------------------*/
.folder-bar--horizontal .container {
    background: #494948;
}

    .folder-bar--horizontal .container:nth-of-type(2),
    .folder-bar--horizontal .container:nth-of-type(4),
    .folder-bar--horizontal .container:nth-of-type(6),
    .folder-bar--horizontal .container:nth-of-type(8),
    .folder-bar--horizontal .container:nth-of-type(10) {
        background: #009640;
    }

.folder-bar--horizontal .baritem a {
    color: #fff;
}

.folder-bar--horizontal .baritem.selected {
    border-bottom: 3px solid #009640;
}

.folder-bar--horizontal .container:nth-of-type(2) .baritem.selected,
.folder-bar--horizontal .container:nth-of-type(4) .baritem.selected .folder-bar--horizontal .container:nth-of-type(6) .baritem.selected .folder-bar--horizontal .container:nth-of-type(8) .baritem.selected .folder-bar--horizontal .container:nth-of-type(10) .baritem.selected {
    border-bottom: 3px solid #494948;
}

.folder-bar--horizontal .container:nth-of-type(2) .selected.active,
.folder-bar--horizontal .container:nth-of-type(4) .selected.active,
.folder-bar--horizontal .container:nth-of-type(6) .selected.active,
.folder-bar--horizontal .container:nth-of-type(8) .selected.active,
.folder-bar--horizontal .container:nth-of-type(10) .selected.active,
.folder-bar--horizontal .baritem.selected.active {
    border-bottom: 3px solid #fff;
}

.folder-bar--horizontal .baritem.selected a {
    color: #fff;
}