html,
body {
    height: 100%;
    background: linear-gradient(180deg, #262626 0%, #222222 100%);
}

.h-auto {
    height: 50% !important;
}

@media (min-width: 576px) {
    .h-auto {
        height: 100% !important;
    }
}

.bg-radial {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0e0e0+0,ffffff+99 */
    background: #e0e0e0;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e0e0e0 0%, #ffffff 99%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #e0e0e0 0%, #ffffff 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #e0e0e0 0%, #ffffff 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.nav-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+11,e2e2e2+69 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 11%, #e2e2e2 69%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 11%, #e2e2e2 69%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 11%, #e2e2e2 69%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-9 */
}

.bg-grey-1 {
    background: #ececec;
}

.login-logo {
    width: 100%;
    max-width: 200px;
}

.top-logo {
    height: 30px;
    margin-top: -15px;
}

.login-form {
    width: 100%;
    max-width: 350px;
}

.bg-50-white {
    background: #ffffff99;
    font-weight: 700;
}

.item-boxed {
    background: #00000099;
    color: white;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.75;
}

.serie-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    opacity: 0.9;
    transition-duration: .2s;
}

.serie-image.grayscale {
    opacity: 0.4;
}

.serie-image.contain {
    background-size: contain;
}

.serie-image:hover {
    opacity: 1;
    color: #000;
    box-shadow: 0 4px 5px #00000055;
    position: relative;
    z-index: 10;
}

.serie-image.grayscale:hover {
    opacity: 0.75;
}

.serie-image:hover .btn-light {
    color: #000;
}

.serie-image:hover .bg-50-white {
    background: #ffffff00;
    color: white;
    text-shadow: 0 0 6px black, 0 1px 6px #202020, 1px 0 6px #202020, 1px 1px 6px #202020, 0 -1px 6px #202020, -1px 0 6px #202020;
}

.serie-image:hover .item-boxed {
    background: #00000011;
}

.serie-image:hover .group-opacity button {
    opacity: 0.5;
}

.serie-image:hover .group-opacity button:hover {
    opacity: 1;
}

.serie-image:hover .bg-50-white .rounded-pill {
    text-shadow: none;
    opacity: .6;
}


.col-serie-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 600px) {
    .col-serie-image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-serie-image {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1920px) {
    .col-serie-image {
        -ms-flex: 0 0 16.6666666%;
        flex: 0 0 16.6666666%;
        max-width: 16.6666666%;
    }
}

.text-title-shadow {
    text-shadow: 0 0 2px white, 0 1px 1px white, 1px 0 1px white, 1px 1px 1px white, 0 -1px 1px white, -1px 0 1px white, 0px 0px 20px white;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 1.1rem;
}

.form-image {
    max-width: 400px;
    max-height: 150px;
}

.big-size {
    font-size: 250%;
}

.table td {
    vertical-align: middle;
}

.opacity-50 {
    opacity: .25;
}

.opacity-50:hover {
    opacity: .85;
}

/* Fineuploader */
.qq-gallery.qq-uploader:before {
    font-size: 100%;
    padding: .25rem .5rem;
}

.qq-gallery .qq-upload-button {
    display: inline-block;
    width: 100%;
    border: 1px solid #ffc107;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #ffc107;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    cursor: pointer;
    box-shadow: none;
}

.qq-gallery.qq-uploader {
    position: relative;
    min-height: 200px;
    max-height: 490px;
    overflow-y: hidden;
    width: inherit;
    border-radius: 0;
    border: 1px dashed #ccc;
    background-color: #fafafa;
    padding: 20px;
}

.qq-gallery .qq-total-progress-bar {
    height: 5px;
    border-radius: 0px;
    background: #17a2b8;
}

.qq-gallery .qq-hide {
    margin-top: -20px;
}

.qq-gallery .qq-progress-bar {
    height: 5px;
    border-radius: 0px;
    background: #17a2b8;
}

.qq-gallery .qq-upload-list li {
    display: block;
    max-width: 450px;
    margin: 1px 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.qq-gallery .qq-thumbnail-wrapper {
    width: auto;
}

.qq-gallery .qq-upload-cancel {
    top: 1px;
    right: 1px;
}

.qq-gallery .qq-upload-cancel {
    background-color: #a6a7a6;
}

.qq-gallery .qq-total-progress-bar-container {
    margin-top: -20px;
}