#casting-info {
    max-width:52%;
}

#casting-info .logo-casting {
    max-width: 200px;
}

#casting-info .casting-info-separation {
    width:6%;
}
#actors-list {
    margin-top:48px;
    padding-bottom: 120px;
}

#actors-list .actor {
    height:96px;
    margin-right: 0px;
    /*padding-top:9px;*/
    box-sizing:border-box;
    position: relative;
    background-color: #CBCBCB;
    border:4px solid white;
    padding-right: 0px;
    padding-left: 0px;
}

#actors-list .casting-multimedia {
    height: 389px;
}

#actors-list .actor .actor-meta {
    position: absolute;
    background-color:rgba(191,191,191, 1);
    height:102px;
    bottom:0; left:0;
    padding:6px 0 15px 0;
}
#actors-list .actor .actor-meta div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #59585b;
    color:white;
}

.navbar-nav {
    margin-bottom: 44px;
}

#export-list, #export-pdf-list {
    position: absolute;
    right:21px;
    top:75px;
    text-align:center;
}

#export-pdf-list {
    right:114px;
}
/* FILTERS */

.filter-active, .filter-active:hover, .filter-active:active, .filter-active:focus {
    background-color:#777777 !important;
    color:white !important;
}

/* STAR RATING BUNDLE */
.rating div.star-empty:before,
.rating div.star-full:before { color:#ffea00; }