﻿.module-image-gallery
{
    background: #fff;
    cursor: default;
}

.access-module-image-gallery {
    padding:7px;
}
.access-module-image-gallery  td {
    text-align:center;
}
.container-access {
    max-width:700px;
    margin:0 auto;
}
    .access-module-image-gallery td.cc-access
    {
        width:40%;
    }

    .module-image-gallery hr
    {
        border: none;
        margin: 15px 0;
        border-bottom: 2px solid #CCC;
    }


    .module-image-gallery .table-gallery-pager
    {
        background: #EEE;
        text-align: center;
        padding: 7px 0 !important;
    }

        .module-image-gallery .table-gallery-pager td
        {
            padding: 7px 0 !important;
        }

            .module-image-gallery .table-gallery-pager td *
            {
                display: inline-block;
                -moz-border-radius: 150px;
                -webkit-border-radius: 150px;
                border-radius: 150px;
                background: #fff;
                padding: 0 6px;
                border: 1px solid #CCC;
            }

            .module-image-gallery .table-gallery-pager td span
            {
                background-color: #EEE;
            }


    .module-image-gallery .AlignCenter
    {
        text-align: center;
    }


    .module-image-gallery .altrow
    {
        background-color: #F5f5f5;
    }

    .module-image-gallery .btn-wrapper
    {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .module-image-gallery .table-gallery
    {
        width: 100%;
    }

        .module-image-gallery .table-gallery td
        {
            border-color: #AAA;
            padding: 0 3px;
        }

            .module-image-gallery .table-gallery td input[type=image]
            {
                position: relative;
                top: 3px;
            }

        .module-image-gallery .table-gallery .table-gallery-header
        {
            background: #CCC;
            text-align: center;
        }

            .module-image-gallery .table-gallery .table-gallery-header td
            {
                padding: 7px 0;
            }

    /* tab table */



    .module-image-gallery .image-gallery-tab table
    {
        border: none;
        width: auto;
    }

        .module-image-gallery .image-gallery-tab table td
        {
            padding: 0;
            vertical-align: top;
        }

    .module-image-gallery .image-gallery-tab
    {
        border-bottom: 2px solid #777;
        margin-bottom: 20px;
    }

        .module-image-gallery .image-gallery-tab .image-gallery-tab-item
        {
            border: none;
            padding: 5px 15px;
            background: #AAA;
            color: #FFF !important;
            border-left: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
        }

        .module-image-gallery .image-gallery-tab .image-gallery-tab-item-selected
        {
            background: #777;
            color: #777;
            border-top: none;
            border-bottom: none;
            padding: 5px 15px;
            color: #FFF !important;
            border-left: 1px solid #FFF;
        }

        .module-image-gallery .image-gallery-tab a
        {
            color: #FFF !important;
        }

        .module-image-gallery .image-gallery-tab .image-gallery-tab-item-selected a
        {
            color: #FFF !important;
        }



    /* add item */
    .module-image-gallery .image-gallery-add-item
    {
        margin-bottom: 15px;
    }






/**********************/
.picture-title
{
    text-align: center;
    display: block;
}

.module-image-gallery .counter
{
    direction: ltr;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: hidden;
    margin: 2px;
    /*background: #fff;*/
}

    .module-image-gallery .counter td
    {
        padding: 7px 5px 0;
        vertical-align: middle;
    }

.module-image-gallery .table-picture-1
{
    vertical-align: top;
    width:100%;
}

.module-image-gallery .item-userpicture
{
    padding: 2px;
    vertical-align: top;
}

    .module-image-gallery .item-userpicture[style*=background-color] div
    {
        border: none !important;
    }

    .module-image-gallery .item-userpicture[style*=background-color] .album-title
    {
        background: none !important;
        border: none;
        color: #FFF !important;
    }

.module-image-gallery .user-pictures
{
}

.module-image-gallery .item-userpicture div
{
    border: 1px solid #CCC;
    min-height: 125px;
    position: relative;
    padding: 3px 3px 22px 3px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 4px;
    overflow: hidden;
}

    .module-image-gallery .item-userpicture div:hover
    {
        border-color: #AAA;
    }

        .module-image-gallery .item-userpicture div:hover .album-title
        {
            background: #AAA;
            border-color: #Aaa;
            color: #FFF;
        }

.module-image-gallery .item-userpicture .album-title
{
    background: #EEE;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 25px;
    border-top: 1px solid #CCC;
    right: 0;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.module-image-gallery .picture-position
{
    padding: 5px 1.5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid;
    border-color: red;
    width: 100%;
}


.module-image-gallery .showpicture
{
    width: 100%;
    text-align: center;
}

.module-image-gallery .item-userpicture input[type=image]
{
    width: 100% !important;
}


.module-image-gallery .table-picture-11
{
    width: 100%;
}


.item-form
{
    margin-bottom: 4px;
}

    .item-form .label-control
    {
        display: inline-block;
        min-width: 200px;
    }


    .item-form .label-control-colorSelector {
       display:inline-block;
        min-width:200px;
        line-height:40px;
        
    }
        .item-form .label-control-colorSelector span
        {
            float:right !important;
        }

    .rtl .item-form #divBgColor {
        float:left;
    }
.ltr .item-form #divBgColor {
        float:right;
    }


.pic-title
{
color:#FFF;
}
.position-color
{
    width:237px;
}