﻿
.filedsetcss {
    background: #fff !important;
    padding: 20px !important;
}
.legendfrm {
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding: 2px;
    margin: 10px 0px;
}
.sar_siasi {  
    background: url('../images/bgl_sar1.gif') repeat-x;
}
.sarMainser {
    width: 100%;
    height: 44px;
    overflow: hidden;
}
.title_siasi {
    background: url('../images/bgr_sar1.gif') repeat-x;
}
.titleSarser {
    width: auto;
    height: 44px;
    float: right;
    font: 14px/38px IRANSansFaNum;
    color: #000;
    padding: 0px 10px;
    overflow: hidden;
}

.fr_img {
    float: right;
    display: block;
    border: 0px;
}
.wrapper {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.jumbotron p{
    font-size:16px !important;
}



.DisableItems {
    pointer-events: none;
    position: relative;
    background-color: initial;
    border-radius: 5px;
    min-height: 100px;
}

.DisableItems::after {
    content: url('../images/loading.gif');
    color: #2b71e0;
    width: 100%;
    top: calc(50% - 23px);
    right: 0;
    text-align: center;
    position: absolute;
}

.DisableItems * {
    pointer-events: none;
    opacity: 0;
}

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.5;
}

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}
.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}

.control-label{
    text-align:right !important;
}

#daysleft {
    background: url(../images/parcham.png) no-repeat scroll 53% 0;
    /*font-size: 17px;*/
    height: 285px;
    line-height: 30px;
    padding: 0px 5px 0;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
    #daysleft .hday {
        position: absolute;
        top: -10px;
        right: 124px;
    }

    #daysleft .htimer {
        position: absolute;
        top: 143px;
        left: 45px;
    }
    #daysleft:hover::after {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }

    #daysleft::after {
        content: "";
        background: url(../images/finger.png) no-repeat;
        width: 215px;
        height: 217px;
        position: absolute;
        top: 29px;
        left: 70px;
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1.5);
        transition: all 0.3s ease;
    }


.container01_head_title {
    margin: 12px 13px 0 0;
}


