/******************************************************************************/
#swipTablePlace{
    width: 100%;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
}
#swipTableDIV{
    float: right;
    position: relative;
}
#swipReportDIV{
    float: left;
    position: relative;
}
/******************************************************************************/
@font-face {
    font-family: hspYekan;
    src: url('yekan.ttf');
}
.iranPlak{
    direction: ltr;
    display: table;
    border-spacing: 0;
    width: 130px;
    margin: 0 auto;
    font: bold 18px/35px 'B Traffic' !important;
    vertical-align: middle;
    border: 1px solid #333;
    border-right: none;
    border-radius: 3px;
    background: #fff;
    color: #000;
}

.fiBoxMain{
    position: relative;
    display: inline-block;
    min-width: 100px;
    background: #eee;
    border: 1px solid #ababab;
    border-radius: 4px;
    cursor: pointer;
    padding: 2px;
    margin: 4px;
    color: #000;
}

.transPlak{
    direction: ltr;
    display: table;
    border-spacing: 0;
    width: 130px;
    margin: 0 auto;
    font: bold 18px arial !important;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.transPlak span,.iranPlak span{
    display: table-cell;
    text-align: center;

}
.iranPlak span:first-child{
    padding-left: 3px;
}
.iranPlak span:last-child{
    width: 34px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 3px;
}
.transPlak span:first-child + span{
    padding: 5px 3px;
    background: #f33;
    color: #fff;
}
.transPlak span:last-child{
    padding: 3px;
    background: #339;
    color: #fff;
}
.manifestDOC td{
    padding: 10px;
    border: 1px solid #000;
    overflow: visible;
}
.counterTableNumbersSelect{
    background: #555 !important;
    border: none !important;
    color: #fff !important;
    /*box-shadow: 0px 2px 5px #000;*/
}

/*-----------------------------------------------------------------------------dashboard*/
.topBoxD{
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
}

.smalBoxTD{
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.smalBoxTDT{
    padding: 10px;
    color: #fff !important;
    direction: ltr;
}

.smalBoxTDH{
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    line-height: 1.1;
}

.smalBoxTDP{
    font-size: 15px;
    margin: 0 0 10px;
}

.smalBoxTDI{
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
    transition: all .3s linear;
}

.smalBoxTDL{
    cursor: pointer;
    transition: all .3s linear;
    font-size: 65px;
}

.smalBoxTDL:hover{
    font-size: 75px;
}

.smalBoxTDBT{
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: rgba(255,255,255,0.8);
    /*z-index: 10;*/
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    display: block;
}

.info-box{
    color: #fff;
    display: block;
    min-height: 50px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin: 0;
    direction: ltr;
}

.info-box-icon{
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 70px;
    width: 90px;
    text-align: center;
    font-size: 35px;
    line-height: 80px;
    background: rgba(0,0,0,0.2);
}

.info-box-content{
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number{
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress{
    position: relative;
    border-radius: 0;
    background: rgba(0,0,0,0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
    box-shadow: none;
}

.progress-bar{
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 3s;
}

/* نمایش نوار پیشرفت خالی برای درصدهای منفی */
.progress-bar[style*="width: -"] {
    width: 0% !important;
}

.progress-description{
    direction: rtl;
    margin: 0;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w0i{
    width: 0% !important;
}