
/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2023
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2023 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../../images/ - relative to this CSS file.
 */


/*
 * jQuery UI specific styling
 */

#fmm_product_videos {
    width: 100%;
    margin-top: 20px;
}

#fmm_product_videos ul li {
    margin-right: 5%;
    text-align: center
}

#fmm_product_videos ul li .thumbnail {
    position: relative;
    padding: 0
}

#fmm_product_videos ul li .thumbnail .view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/trans_hover.png) repeat;
    display: none
}

#fmm_product_videos ul li .thumbnail .views {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 100px;
}

#fmm_product_videos ul li .thumbnail:hover>.view {
    display: block
}

#fmm_product_videos ul li a {
    color: #ffffff;
}

#fmm_product_videos ul li img {
    max-width: 100%
}

#fmm_product_videos.fmm_palylist_on ul li {
    display: inline-block;
    width: 17%;
    margin-right: 2%;
    margin-bottom: 3%
}

.view_auto_correct a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play_icon.png) no-repeat center;
}

#fmm_product_videos ul li .thumbnail .view_auto_correct {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/trans_hover.png) repeat;
    display: none
}

#fmm_product_videos ul li .thumbnail:hover>.view_auto_correct {
    display: block
}

#fmm_product_videos ul #fmm-desc-prod {
    display: inline flow-root list-item!important;
    margin: 0%!important;
}

#fmm-video-thumb-setting {
    width: 100%;
    height: 40px;
}

#fmm_product_videos ul li .video .fmm-views {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#fmm_product_videos ul li #fmm-img-thumbnail {
    max-width: 100%;
    height: 245px;
}

#fmm-thumbnail {
    border: none;
}