#player {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#player .player-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
}

#player .video-container .close-player {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 1.5em;
    line-height: 0;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1;
}

#player .video-container .close-player-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
}

#player .video-container .close-player i {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    -webkit-transition: text-shadow .3s ease 0s;
       -moz-transition: text-shadow .3s ease 0s;
         -o-transition: text-shadow .3s ease 0s;
            transition: text-shadow .3s ease 0s;
}

#player .video-container .close-player i:hover {
    text-shadow: 0 0 1em #fff;
}

#player form {
    padding: 10px;
    text-align: center;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
}

#player .form-group {
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
}

#player a.support-link {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

#player .calendar:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #player form {
        text-align: left;
    }
    #player .form-group {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    #player .form-group:last-child {
        margin-bottom: 0;
    }
    #calendar {
        margin-top: 10px;
    }
}

#player .popover {
    background: rgba(43,51,63,.7);
}

#player .popover .arrow::after {
    border-top-color: rgba(43,51,63,.7);
}
