﻿.gridview_pager {
    font-size: 10pt;
}

    .gridview_pager a {
        border: solid 1px #dddddd;
        padding: 7px;
        margin: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #8d9dcc;
    }

        .gridview_pager a:hover {
            background-color: #1abc9c;
            color: #fff;
            text-decoration: none;
        }

    .gridview_pager span {
        border: solid 1px #dddddd;
        padding: 7px;
        margin: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #1abc9c;
        color: #fff;
        text-decoration: none;
    }

.select2-dropdown {
    z-index: 10060 !important; /* bug select2 modal*/
}


/* Gallery Section
--------------------------------*/


    .gallery .gallery-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

    .gallery .gallery-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        .gallery .gallery-item img {
            -webkit-transition: all ease-in-out 0.4s;
            transition: all ease-in-out 0.4s;
            width: 100%;
        }

        .gallery .gallery-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .gallery .gallery-item:hover .gallery-overlay {
            opacity: 1;
            background: rgba(0, 0, 0, 0.7);
        }

.gallery .no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;    
}

.gallery .text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px 0px 0px 0px !important;
    opacity:.7;
}

.tooltip {
    font-family: Tahoma;
}

.PersianDate {
    z-index: 100000000;
    height: 39px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

