﻿

#modal-video .modal-dialog {
   /* max-width: 800px;*/
    margin: 30px auto;
}

/*@media (min-width: 768px) {*/
    #modal-video .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 80%;
    }

.chat-fc-form-outer p.fc-header {
    background-color: #3FBD02!important;
}
.chat-fc-form-outer div.fc-form a.fc-button {
    background-color: #3FBD02!important;
}

.brand {
    width: 300px;
    height: 60px;
    display: block;
}

.SAP {
    width: 217px;
    height: 40px;
    display: block;
}

#modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.video-close {
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/*.list-group .list-group-item .thumbCaption{
    left:2px;
    top:2px;
    padding: 10px 0;
 }*/

.video-overlay {
    position: relative;
}

    .video-overlay .thumbnail {
        display: block;
        padding:0px;
        border:0px;
        border-radius:0px;
    }

    .video-overlay .video-time {
        position: absolute;
        z-index: 2;
        left: 190px;
        width:40px;
        bottom: 3px;
        padding: 2px 5px;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
    }
    .video-overlay .video-caption {
        font-size: 11px;
        font-weight: normal;
        position: absolute;
        z-index: 2;
        left: 0px;
        top: 0px;
        width: 230px;
        text-align: center;
        padding: 2px 5px;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
    }

    .video-overlay .video-playWrapper {
        opacity: 0.3;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 230px;
        height: 120px;
        background: rgba(0,0,0,0.6) url("/images/play-button.png") no-repeat scroll center center / 50px 50px;
    }

.video-playWrapper .video-playBtn {
    opacity:0;
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; /* center */
}

.list-group-item .video-overlay:hover .video-playWrapper {
    opacity: 1;
}

/* 
main, section {
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
}

main {
    -webkit-box-flex: 1;
    display: block;
    flex-grow: 1;
    margin: auto;
}

.horizontal-tabs__container {
    margin: 0 auto;
    max-width: 1200px;
}
.horizontal-tabs__navigation {
    border-bottom: 1px solid #e5e9eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
.horizontal-tabs__navigation-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.horizontal-tabs__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
*/

