﻿/* File Created: September 5, 2018 */
        /*IRAN Sans-serif fonts are considered a proprietary software.
        To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 

        This set of fonts are used in this project under the license: (VJ49F)*/
        /*@font-face
        {
            font-family: 'IRANSans'; 
            src: url('/dl/Classes/Font/IRANSans/BRoya.woff?-wwn5ej');
            src: url('/dl/Classes/Font/IRANSans/BRoya.eot?#iefix-wwn5ej') format('embedded-opentype'), url('/dl/Classes/Font/IRANSans/BRoya.woff?-wwn5ej') format('woff');
            font-weight: normal;
            font-style: normal;
        }*/
        @import url(/dl/Classes/Font/IRANSans/WebFonts/css/fontiran.css);
a {
    word-break: break-word;
    text-decoration:none !important;
}        
.rightDiv
{
    float:right;
}
.leftDiv
{
    float:left;
}
.labelDiv
{
    font-family:IRANSans,tahoma;
    font-size:12px;
    
}
.valueDiv
{
    font-family:IRANSans,tahoma;
    font-size:14px;
    color:black;
    word-break:break-word;
}
.SelectAlphaBet {
    width: 100px;
    height: 33px;
}
.rightAlign 
{
	text-align: right;
}
.leftAlign 
{
	text-align: left;
}
.rightDirection 
{
	direction: rtl;
}
.leftDirection 
{
	direction: ltr;
}
.body {
	background-color: #F3F3FF;
}
body[dir='ltr'] .body {
    background-color: #F3F3FF;
	direction: ltr;
}
.bank
{
    background-color: #ffffff;
    text-align: right;
    border-bottom: 1px solid #C0C0C0;
    height: auto;/* 30px;*/
    padding-top: 5px;
    border-radius: 0px 20px 20px 0px;
}
.bankcount {
	background-color: lightblue;
    border-bottom: 1px solid #C0C0C0;
    height:auto;/* 30px;*/
    padding-top: 5px;
    color: White;
	border-radius: 20px 0px 0px 20px;
}
.bankTitle
{
    background-color: #cedeef;
    text-align: center;
    height: auto;/*30px;*/
    padding-top: 5px;
   /* border-radius: 200px;*/
}
.AlphaBetCircle 
{
	/*float:right;*/
	display: inline-block;
	width:25px;
	height:25px;
	border-radius: 15px 15px 15px 15px;
	background-color:lightyellow;
}
.backLinkEnglish
{
    border-radius: 15px 15px 15px 15px;
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 8px;
    right: 0px;
}
.backLinkFarsi
{
    border-radius: 15px 15px 15px 15px;
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 2px;
    left: 20px;
}
.backImage {
	width: 30px;
	height: 40px;
}
.fromUntilRow 
{
	background: #cedeef;
	/*height: 25px;*/
	border-radius: 15px 15px 15px 15px;
    border-bottom: 1px solid #C0C0C0;
    margin-top: 3px;
    text-indent: 10px;
    overflow: hidden;
}
.rowCountCircle 
{
	float:right;
	display: inline-block;
	/*height:25px;*/
	border-radius: 15px 15px 15px 15px;
	background-color:lightyellow;
	width: 50px;
}
body[dir='ltr'] .rowCountCircle {
  float:left;
	display: inline-block;
	/*height:25px;*/
	border-radius: 15px 15px 15px 15px;
	background-color:lightyellow;
	width: 50px;
}

.recordListRow 
{
	background: #cedeef;
	/*height: 25px;*/
	border-radius: 15px 15px 15px 15px;
    border-bottom: 1px solid #C0C0C0;
    margin-top: 3px;
    overflow: hidden;
    text-indent: 10px;
}

.recordListRowMag
{
	background: white ;
	border-bottom: 1px solid #C0C0C0;
	border-radius: 30px 30px 30px 30px;
	height: 140px;
    margin-top: 3px;
    overflow: hidden;
}
.recordListRowMag:hover
{
	box-shadow: 2px 1px #C0C0C0;
}
.coverImageViewer 
{
    display: inline-block;
	width:150px;
	height:139px;
	/*border-radius: 20px 20px 20px 20px;*/
	background-color:white;
	/*border: 1px solid #C0C0C0;*/
	float: right;
	
}

.fullRecLabelFarsi
{
	background-color: #e9ecef;
    border: 1px solid #ced4da;
    /*height: 27px;*/
    /*padding-top: 5px;*/
    /*color: White;*/
	border-radius: 0px 10px 10px 0px;
	/*white-space:nowrap;	*/
}
.fullRecValueFarsi
{
	background-color: #fff;
	color: darkblue;
    text-align: right;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    /*height: 30px;*/
    /*padding-top: 5px;*/
    border-radius: 10px 0px 0px 10px;
    text-align:justify;

}
.fullRecLabelEnglish
{
	background-color: lightblue;
    border-bottom: 1px solid #C0C0C0;
    height: 27px;
    padding-top: 5px;
    /*color: White;*/
	border-radius: 20px 0px 0px 20px;	
}
.fullRecValueEnglish
{
	background-color: #cedeef;
    text-align: left;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    /*height: 30px;*/
    padding-top: 5px;
    border-radius: 0px 20px 20px 0px;

}