@font-face {
	font-family: 'vazir';
	src: url(../fonts/Vazir-FD.eot) format("eot"), url(../fonts/Vazir-FD.ttf) format("ttf"), url(../fonts/Vazir-FD.woff) format("woff");
}
:focus, a:focus {
	outline: 0;
}
body {
	font-family: 'vazir' !important;
}
.ui-tabs-nav {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	padding: 0;
}
.ui-tabs-nav li a {
	display: block;
	padding: 5px 10px;
	background: #34495E;
	color: #fff;
	border-radius: 2px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.ui-tabs-nav li a:hover {
	background: #27AE60;
}
a:hover, a:focus {
	text-decoration: none;
}
#tabs {
	padding: 50px;
}
li {
	list-style: none;
}
table {
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th, td {
	padding: 10px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'vazir' !important;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
#statushistorytable th, #statushistorytable td, #servicehistorytable th, #servicehistorytable td {
	text-align: center;
}
#login .success {
	padding: 0 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #fff;
	font-size: 13px;
	line-height: 250%;
	color: #555;
}
#login .success:last-child {
	border-bottom: 1px solid #ddd;
}
#login .error {
	background: #f66;
	border-color: #c00;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 11px;
	line-height: 250%;
	padding-right: 35px;
}
.ui-tabs .ui-tabs-nav li {
	float: right;
	margin: 0 0 0 5px;
}
#login .lable2 {
	font-size: 11px;
	height: 25px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
.container-table {
	width: auto;
	display: table;
	margin: 0 auto 30px;
	text-align: center;
}
.container-table table{
	margin: 10px auto;
}
.container-table th, .container-table td {
	font-size: 14px !important;
	font-weight: normal !important;
}
.container-table strong, .container-table b,.container-table label {
	font-weight: normal;
}
.container-table h1 {
	margin: 20px auto;
	text-align: center;
}
.container-table li{
	padding: 5px 0;
	position: relative;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.container-table li:before{
	content: "";
	width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: -15px;
    background: #ECF0F1;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.container-table li:hover:before{
	background: #27AE60;
}
.container-table input,.container-table select{
	width: 100%;
	padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
}
.container-table input[type="submit"]{
	width: 100%;
	padding: 10px;
	background: #27AE60;
    color: #fff;
    border: 0;
    border-radius: 3px;
   -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.05);
}
.container-table input[type="submit"]:hover{
	opacity: .9;
}