.dev-bar {
    background-color: darkred;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

body {
    text-shadow: none;
    height: auto;
    min-height: 100%;
    display: block;
}

.cover-container {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
}

.form-control, .form-control:focus {
    background-color: #4c4b4b;
    color: #bbbaba;
}

.form-control:focus {
    border-color: #4c4b4b;
    box-shadow: 0 0 0 0.2rem rgb(138, 138, 138);    
}

.btn-primary, .page-link {
    background-color: #7a7a7a;
    border-color: #6c6c6c;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .page-link:hover, .page-link:active, .page-link:focus {
    background-color: #504f4f !important;
    border-color: #535353 !important;
    box-shadow: none !important;
}

.dropdown {
    padding: 0 15px;
}

.page-link {
    color: #fff;
    display: flex;
    align-items: center;
    height: 40px;
}

.page-item.active .page-link {
    background-color: #504f4f !important;
    border-color: #535353 !important;
    box-shadow: none !important;    
}

.login-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.input-error {
    color: #ee6d6d;
    display: block;
    margin-top: 3px;
}

.table {
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 5%);
}

.modal {
    color: #fff;
}

.modal .close {
    color: #fff
}

.modal-header {
    border-bottom: 1px solid #838282;
}

.modal-footer {
    border-top: 1px solid #838282;
}

.modal-content {
    background-color: #333;
}

.modal-wide {
    max-width: 800px;
    width: 800px;
}

.modal-full-width {
    max-width: 1600px;
    width: calc(100% - 50px);
}

.nav-tabs {
    border-bottom: 1px solid #838282;
}

.nav-tabs .nav-link.active {
    background-color: #838282;
    color: #fff;
    border-color: #838282;
}

.nav-tabs .nav-link:hover {
    border-color: #838282;
}

.tab-content {
    margin-top: 10px;
}

.btn {
    color: #fff;
}

.input-file {
    padding: 10px;
    height: 50px;
}

.progress {
    height: 30px;
}

.upload-info-text {
    font-size: 14px;
}

.upload-file-list-header-container {
    font-size: 14px;
}

.upload-file-list-header-container a {
    text-decoration: underline;
}

.upload-file-list-container {
    background-color: #292929;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
    color: #a9a9a9;
    margin-top: 10px;
}

.upload-file-list-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;    
}

.upload-file-list-item-error {
    color: #ee6d6d;
}

.upload-file-list-item:not(:last-child) {
    border-bottom: 1px solid #a9a9a9;
}

.upload-final-info {
    margin-top: 10px;
    color: #9aff9a;
}

.upload-final-info-error {
    color: #ee6d6d;
}

.breadcrumb {
    background-color: #454646;
}

.thumbnails-container {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 0;
}

.thumbnail {
    width: 300px;
    height: 300px;
    float: left;
    border: 1px solid #b7b4b4;
    overflow: hidden;
}

.thumbnail > a {
    display: block;
    width: 100%;
    height: 100%;
}

.thumbnail a:hover {
    text-decoration: none;
}

.thumbnail-image-container {
    height: 100%;    
    position: relative;
}

.thumbnail-image-icon {
    z-index: 20;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b7b4b4;
}

.thumbnail-overlay {    
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    bottom: 1px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-description-container {

    padding-left: 5px;
    padding-right: 5px;
    width: 298px;
}

.thumbnail-description {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnail-description-meta {
    font-size: 12px;
    margin-top: 5px;
}

.thumbnail-description-meta .fas {
    width: 18px;
    text-align: center;
}

.context-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 30px;
    background-color: #3e3e3e;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
}

.context-menu a {
    color: #bbb;
}

.context-menu a:hover {
    text-decoration: none;
}

.context-menu li {
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.context-menu li:last-of-type {
    border-bottom: none;
}

.context-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sorting-container {
    float: right;
    color: rgba(255, 255, 255, .5);
    font-size: 1rem;
    font-weight: 700;
}

.sorting-container .nav-link {
    display: inline;
    color: rgba(255, 255, 255, .5);
    padding: 0 5px 5px 5px;
}

.sorting-container .nav-link:hover {
    border-bottom: .25rem solid rgba(255, 255, 255, .25);
}

.movie-variant-selector-button {
    margin-right: 5px;
    border: 1px solid #bbb;
    color: #bbb;
    background-color: #3e3e3e;
    padding: 3px;
    font-size: 12px;
}

.movie-variant-selector-button:hover, .movie-variant-selector-button:focus, .movie-variant-selector-button.active {
    background-color: #292929;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .sorting-container {
        float: none;
        margin-bottom: 10px;
    }
}