﻿@charset "utf-8";
/* CSS Document */


#res {
    float: right;
    padding:0;
    width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	direction:rtl;
}


#res .line_top {
    color: #FFFFFF;
    width: 100%;
    float: right;
}


#res .line {
    background: none repeat scroll 0 0 #F5F5F5;
    float: right;
    width: 100%;
}

#res .line:nth-child(odd){
	background:#dfeefc;
}

#res .line:hover {
	background: none repeat scroll 0 0 #DFEDBE !important;
	color:#0D3A7E;
}

#res .box{
    float: right;
    padding: 1% 0;
    text-align: center;
	background:url(images/white_border.jpg) repeat-y left top;
	min-height: 15px;
}

#res .width_12{
	width:12%;
}

#res .width_16{
	width:16%;
	text-align:center;
}

#res .width_20{
	width:20%;
}
#res .width_33{
	width:33%;
}

#res .top_color{
	background-color:#2D5A9E;
	color:#fff;
}

#res .pages_res {
    background-color: #4572B6 !important;
    color: #FFFFFF;
    padding:1%;
    width: 98%;
    float: right;
}

#res .pages_res .number, #res .pages_res .next, #res .pages_res .prev{
	background: none repeat scroll 0 0 #2B589C;
    color: #FFFFFF;
    float: left;
    height: 15px;
    margin: 0 3px 0 0;
    padding: 5px;
    text-align: center;
    width: 15px;
	cursor:pointer;
}

#res .pages_res .number:hover, #res .pages_res .next:hover, #res .pages_res .prev:hover{
	background: none repeat scroll 0 0 #fff;
	color:#4572B6;
}

#res #print_button {
    background: none repeat scroll 0 0 #D8D8DA;
    border-radius: 6px;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px 20px;
    text-decoration: none;
}

#res #print_button:hover {
	color: #2D5A9E;
}

#res .print_top {
    float: right;
    font-size: 18px;
    line-height: 50px;
    padding: 0 0 1%;
    width: 100%;
}

#res .details, #res .credit_details {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    float: right;
    margin: 0 1%;
    padding: 2%;
    width: 41.6%;
	height:340px;
}

#res .detail , #res .credit_detail {
   /* float: right;
    width: 46%;*/
	padding:0 2% 2%;
}

#res .credit_details .num_card input{
	width:98%;
	padding:1%;
}

#res .credit_details .cus select, #res .credit_details .manual input {
    float: left;
    padding: 1%;
    width: 98%;
}

#res .credit_details .id_card input{
	width:98%;
	padding:1%;
}

#res .details input, #res .credit_details input{
    float: left;
    width: 50%;
}


#res .credit_details .validity{
	width:98%;
	padding:1%;
	float:left;
}

#res .credit_details .validity strong {
    float: left;
    padding: 0 1%;
    width: 98%;
}

#res .credit_details .year, #res .credit_details .month, #res .credit_details .cvv {
    float: right;
    padding: 1%;
    width: 31%;
}

#res .credit_details .year select, #res .credit_details .month select, #res .credit_details .cvv input{
    float: left;
    width: 100%;
}

#res .pay_title{
	background: #0d3a7e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d3a7e 0%, #1351af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d3a7e), color-stop(100%,#1351af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d3a7e 0%,#1351af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3a7e', endColorstr='#1351af',GradientType=0 ); /* IE6-8 */
    color: #fff;
    float: right;
    margin: 0 0 25px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
	font-size:18px;
	font-weight:bold;
	
}

.scrolledCheckList{
	text-align:right;
	border-style: inset; border-width: 1px; 
	/*width: 140px;*/
	height: 200px;
	overflow: auto;
	margin: 0 0 20% 0;
}

#res .transference_line {
    background: none repeat scroll 0 0 #F5F5F5;
    float: right;
    width: 100%;
}

#res .transference_line:nth-child(odd){
	background:#dfeefc;
}

#res .transference_line:hover {
	background: none !important;
}


#res .transference_line input[type=checkbox] {
	float:right;
	width:auto;
}

#res .transference_line label {
    /*float: right;
    padding: 0 6%;
    text-align: right;
    width: 88%;
	font-size:8px;*/
}

#res .transference_line select, #res .transference_line input {
    margin: 0 4px 0%;
    padding: 1%;
    width: 88%;
}

#res .transference_button{
	margin: 10px 10px 0 0;
    padding: 10px 0;
    width: 115px;
    float: left;
	background: #0d3a7e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d3a7e 0%, #1351af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d3a7e), color-stop(100%,#1351af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d3a7e 0%,#1351af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3a7e', endColorstr='#1351af',GradientType=0 ); /* IE6-8 */
    color: #FFFFFF;
    text-align: center;
	cursor:pointer;
	border:none;
	text-decoration:none;
	opacity: 0.8;
	 
}
#res .transference_button:hover, #res .transference_button:focus {
	   
opacity: 1;
}

#res .transference_clear {
    background:#C9C9C9;
    color: #000000;
    float: left;
	margin: 10px 10px 0 0;
    padding: 10px 0;
    text-align: center;
    width: 115px !important;
	cursor:pointer;
	border:none;
	text-decoration:none;
	opacity: 0.8;
}
#res .transference_clear:hover {
	opacity: 1;
}
#res .depositing_menu{
	float:right;
	width:98%;
	padding:0 1%;
}


#res .depositing_date{
	font-size:14px;
	font-weight:bold;
	float:right;
	width:22%;
	text-align:right;
	padding:0 0 1%;
	margin:0 0 0 1%;
}

#res .depositing_users{
	font-size:14px;
	font-weight:bold;
	float:right;
	width:22%;
	text-align:right;
	padding:0 0 1%;
	margin:0 0 0 1%;
}

#res .depositing_submit{
	font-size:14px;
	font-weight:bold;
	float:right;
	width:7%;
	text-align:right;
	padding:0 0 1%;
	margin:0 1% 0 0 ;
}

#res .depositing_submit input{
	background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    color: #373737;
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    margin: 8px 0 0;
	cursor:pointer;
}

#res .depositing_submit input:hover, .submit a:hover{
	background:#4572B6;
	color:#fff;
}

#res .depositing_submit a {
    background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    color: #373737;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    margin: 8px 0 0;
    padding: 5% 1% 1%;
    text-align: center;
    text-decoration: none;
    width: 98%;
	cursor:pointer;
}

#res .depositing_menu select, #res .depositing_menu input{
	float:right;
	width:98%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1%;
}


.frame{
    width: 100%;
    margin: 0 auto 0 auto;
    border: 1px ridge #cccccc;
    background: #ffffff;
   height: 500px;
}

.readable-font{
    font-family:sans-serif !important;
}

.rowMessage {
	    text-align: center;
    font-size: 16px;
    margin-top: 14px;
}
.messageImage{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 253px;
}
.alert-blue {
    color: #0796d2;
    background-color: #e6f4fa;
    border-color: #0796d2;
    width: 41% !important;
    display: block;
    margin: 0 auto;
}
