@font-face {
  font-family: "YekanNumbers";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YekanNumbers-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanNumbers-Regular.woff") format("woff"), url("../fonts/YekanNumbers-Regular.ttf") format("truetype"), url("../fonts/YekanNumbers-Regular.svg#YekanNumbers-Regular") format("svg");
}


@font-face {
  font-family: "Yekan";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YekanWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanWeb-Regular.woff") format("woff"), url("../fonts/YekanWeb-Regular.ttf") format("truetype"), url("../fonts/YekanWeb-Regular.svg#YekanWeb-Regular") format("svg");
}

@font-face {
  font-family: "irsans";
  font-style: normal;
  font-weight: normal;
  src:  url("../fonts/YekanWeb-Regular.ttf") format("truetype");
}


.clear {
	margin-top:20px;
}

.item {
	min-height: 150px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.item .img {
	width: 12%;
	float: right;
	width: 70px;
}

.item .text {
	width: 85%;
	float: right;
	margin-right: 10px;
}

.item .icon {
	margin-top: 10px;
	border-top: 1px solid #E6E6E6;
	padding-top: 5px;
	width: 100%;
	float: right;
}

.item .icon span {
	margin-right: 10px;
	border-right: 1px solid #000;
	padding: 0px 10px;
	font-size: 14px;
}

.item .icon .like {
	float: right;
}

.item .icon .attach {
	float: left;
}

.ajax .error {
	font-size: 12px;
	color: red;
}

.dash-side {
	margin-right: 10px;
}

.dash-side img {
	margin-bottom: 3px;
}


.title_report {
	background-color: #10BED6;
	/*background:url('../../images/bb.jpg');*/
	width: 23%;
	color: #fff;
	min-height: 80px;
	padding: 10px;
	border-radius: 10px;
	float: right;
	font-size: 22px;
	margin-left: 15px;
}

.page_info {
	padding: 6px;
	margin-left: 6px;
	color: #929292;
}


.default a {
	color: red;
}

.footer {
	background: #333;
	width: 100%;
	height: 50px;
	margin: 40px 0 0 0;
	position:fixed;
	bottom:0;
	left: 0;
	color: #fff;
}

.foot {
	padding: 20px 50px;
	font-family: arial;
	font-weight: 600;
	text-align: left;
}



.bill_insert_form input[type=text] {
	font-family: tahoma;
}


.sum-div {
	padding: 15px;
	margin-top: 25px;
}

.form-text {
	color: #A9A9A9;
}

.form-info {
	font-weight: 800;
	font-size: 15px;
}

.tt-input {
	padding: 5px 10px;
	border: 1px solid #bbb;
}

.tt-input:focus {
	outline: none;
}

.tt-dropdown-menu {
	width: calc(100% - 2px);
	border: 1px solid #bbb;
	border-top: 0;
	padding: 0;
}

.tt-suggestion {
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	background-color: #fff;
}

.tt-suggestion p {
	margin: 5px 0;
}

.tt-suggestion.tt-cursor {
	background-color: #ddd;
}

.tt-hint {
	color: #bbb;
}

.bank_name {
	font-size: 19px;
	font-weight: 900;
}

.bank_name_head {
	width: 14%;
}

.code_bank {
	width: 10%;
}


.mci_bg {
	background: url('../../images/mci_logo_small.png') no-repeat;
	background-color: rgba(25, 103, 190, 0.15);
    color: #000;
    border-radius: 10px;
}

.mtn_bg {
	background: url('../../images/mtn_logo_small.png') no-repeat 20px;
	background-color: rgba(25, 103, 190, 0.15);
    color: #000;
    border-radius: 10px;
}


.rtl_bg {
	background: url('../../images/rtl_logo_small.png') no-repeat 50px;
	background-color: rgba(25, 103, 190, 0.15);
    color: #000;
    border-radius: 10px;
}