﻿@keyframes bullet {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes inflate {
    from {
        width: 32px;
        height: 32px;
        opacity:0.6;
    }

    to {
        width: 40px;
        height: 40px;
        opacity:0.9;
    }
}

.fa-icon {
    display: inline;
    width: 16px;
    height: 16px;
    filter: invert(1);
    margin-right: 5px;
    vertical-align: middle;
}

.c-tooltip {
    animation: inflate 1.5s infinite;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c-form__check p {
    max-width: 500px;
}

.field-validation-error span {
    color: red !important;
    font-weight: normal;
    font-size:0.8em;
}

.swal-button {
    outline: none !important;
    cursor: pointer !important;
    color: #FFF !important;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.0625rem !important;
    line-height: 0.6875rem !important;
    text-align: center !important;
    background-color: #df1a21 !important;
    border-radius: 20px !important;
    height: 40px !important;
    width: 190px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all .3s !important;
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

.filepond--drop-label.filepond--drop-label label {
    background: #eee;
    opacity: 0.7;
    font-weight:bold;
    color:#000;
}

.filepond--root {
    width: 120px !important;
    height: 120px !important;
    background-color: #ebd8d8 !important;
    border: none !important;
}

.ajaxloader {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ajaxloader img {
    width: 30px;
    height: 30px;
    display: none;
}

.star, .c-detail__star {
    cursor: pointer;
}

.starInactive {
    color: #FFF !important;
}

.swal-modal { padding:40px;}

@media (min-width: 768px) {
    .modal-content__title {
        font-size: 2rem;
    }
}

.modal-content-body-scroll p {
    display: block;
    color: #fff;
    font-size: 0.8em;
    line-height:1.5em;
}


.modal-content-body-scroll a {
    display: inline;
    color: #fff;
    font-size: 1.2em;
}

.modal-content-body-scroll a:hover {
    text-decoration:underline;
}

.agendarange {
    width: 100%;
    height: 30px !important;
    overflow: hidden;
    text-align: center;
    font-size: 1.1em;
    background-color: #e2d9d9;
    padding: 5px;
    color: #999;
    margin-top: 3px;
}

#agendagaps .disabled {
    background-color: #808080 !important;
    opacity: 0.8;
}

#agendagaps .active {
    background-color: #9be09e !important;
    color: #000 !important;
}

.agendarange:hover {
    font-size: 1.2em;
    cursor: pointer;
}
.sampleagendaok {
    background-color: #9be09e;
    width:16px;
    height:16px;
    display:inline-block;
    margin-right:5px;
}
.sampleagendako {
    background-color: #808080;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.6;
}

.agendanew {
    width: 100%;
    height: 30px !important;
    overflow: hidden;
    text-align: center;
    font-size: 1.1em;
    padding: 5px;
    margin-top: 3px;
}

#agendanew .disabled {
    background-color: #FFF;
    color:#fefefe !important;
}

#agendanew .active {
    background-color: #EEE;
    color: #000;
    cursor: pointer;
}

#agendanew .active:hover {
    background-color: #9be09e;
    color: #000;
}

    #agendanew .selected {
        background-color: #9be09e;
        color: #000;
    }


.c-header__options-alert.open .box > div .list-scroll .item a {
    display:inline-block;
    width:90%;
}

.c-header__options-alert.open .box > div .list-scroll .item span {
    text-align:right;
    cursor:pointer;
}

.agendabutton {
    background-color: #38404b;
    color: #FFF;
    padding: 10px;
    transition: all .3s;
    display:inline-block;
    margin-right:2px;
    font-size:0.9em;
}

.o-modal {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 1050px;
    margin: 0 auto;
}
.o-modal__head {
    position: relative;
    padding: 15px 20px;
}
.o-modal__head__title {
    color: #3C828C;
    font-size: 1rem;
    padding-right: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}
.o-modal__head__subtitle {
    color: #3C828C;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.5rem;
}
.o-modal__close {
    position: absolute;
    top: 0;
    right: 0;
}
.o-modal__nav {
    padding: 0 0 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
}
.o-modal__event {
    overflow: visible;
}
.o-modal__magazine {
    overflow: visible;
}
.o-modal__dark {
    background-color: rgba(51,51,51,0.9);
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    max-width: inherit;
    height: 100vh;
    top: 90px;
    z-index: 4;
    overflow: hidden;
    position: fixed;
}
.o-modal__dark .o-modal__close {
    top: 15px;
}
.o-modal__dark .o-modal__head {
    margin: 0 auto;
    padding: 5% 0 0;
    width: 90%;
}
.o-modal__dark .o-modal__head .o-modal__close {
    color: #FFF;
}
.o-modal__dark .o-modal__content {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.o-modal__dark .o-modal__content .c-form-login {
    margin: 0 auto;
    max-width: 750px;
}
.o-modal__dark.close {
    display: none;
}

/*.videomax {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    text-align:center;
}

.videoframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.videomax {
    text-align: center;
}

.videoframe {
    width: 90vw;
    height: 50.625vw; /* width*9/16 */
    margin-left: 5vw;
    margin-right: 5vw;
}

@media (min-width: 893px) {
    .videoframe {
        width: 60vw;
        height: 33.75vw; /* width*9/16 */
        margin-left: 2vw;
        margin-right: 2vw
    }
}



.modal-content {
    background-color: rgba(0,0,0, .8) !important;
}

#discussion {
    margin:4px;
}

#discussion li {
    font-size:0.8em;
    margin-bottom:5px;
}

#discussion li span {
    margin-left:5px;
    color:#222244;
}

.mmine span {
    margin-left: 5px;
    color: #3C828C;
}



.boxlive {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 100%;
    width:400px;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0 #E0E0E0;
    margin-left: 0;
    min-height: 150px;
    z-index: 99999;
}

.boxclose {
    color: #000;
    right: 30px;
    position: absolute;
    cursor: pointer
}

.c-player .c-player__score__title {
    color:#4c4e53;
}

.c-player .c-player__score label {
    color: #4c4e53;
    font-size: 2rem;
}

.c-player .c-player__score label:hover {
    color: #5ad41a;
}

.c-card-item__thumb-rounded figcaption { 
    margin-bottom:10px;
    font-size:0.8em;
}