﻿.bodyStyle
{
	direction:rtl;
	font-family:B Nazanin;
	margin: 0px;
}

.search
{
	float:right;
	position:fixed;
	width:100%;
	height:100px;
	background-color:#B8D1F3;/*#EFEFF0;*/
	margin-top:-20px;
	font-family: B Nazanin;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.footable > thead
{
	position: fixed;
	margin-top:-40px;
	margin-right:-1px;
}

.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}

.footable {
  margin-top:45px;
  border-spacing: 0;
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'B Nazanin';
  font-size: 14px;
  color: #444;
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url('img/plus.png') no-repeat 5px center;
  padding-left: 10px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: url('img/pattern.png');
}

.footable > tbody > tr:hover {
  background: #ffff99;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #B8D1F3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#B8D1F3));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #B8D1F3);
  background-image: -moz-linear-gradient(top, #ebf3fc, #B8D1F3);
  background-image: -ms-linear-gradient(top, #ebf3fc, #B8D1F3);
  background-image: -o-linear-gradient(top, #ebf3fc, #B8D1F3);
  background-image: linear-gradient(to bottom, #ebf3fc, #B8D1F3);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 0 6px 0 0;
  border-right: 1px solid #ccc;
}

.footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 6px 0 0 0;
  border-left: 2px solid #ccc;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.footable > tbody img {
  vertical-align:middle;
}